.page-header .header-panel-right .marketplace-link, 
.page-header .header-panel-right .shop-link {
    padding-left: 45px;
    background: url("../images/marketplace.png") no-repeat;
    display: inline-block;
    height: 31px;
    width: 31px;
    text-transform: uppercase;
    color: #34343c;
    font-weight: 600;
    font-size: 12px;
}
.page-header .header-panel-right .marketplace-link {
    background-position-x: -5px;
    background-position-y: -8px;
    padding-left: 105px;
    background-size: 70%;
    margin-right: 5px;
}
.page-header .header-panel-right .shop-link {
    background-position-x: -10px;
    background-position-y: -55px;
    margin-right: 5px;
    padding-left: 55px;
    background-size: 160%;
}
.page-header .sticky-menu.active .header-panel-right .marketplace-link,
.page-header .sticky-menu.active .header-panel-right .shop-link {
    text-indent: -9999px;
}
.page-header .sticky-menu.active .header-panel-right .marketplace-link {
    background-position-x: -25px;
    background-position-y: -7px;
    margin-right: 10px;
    background-size: 151%;
}
.page-header .sticky-menu.active .header-panel-right .shop-link {
    background-position-x: -60px;
    background-position-y: -64px;
    margin-right: 45px;
    background-size: 220%;
}


.rtl-layout .page-header .header-panel-right .marketplace-link,  
.rtl-layout .page-header .header-panel-right .shop-link {
    padding-right: 50px;
    margin-right: 20px;
}
.rtl-layout .page-header .header-panel-right .shop-link {
    background-position: 20px -56px !important;
    margin: 0 10px 0 0px;
    background-size: 120%;
    padding-left: 25px;
}
.rtl-layout .page-header .header-panel-right .marketplace-link{
    background-size: 70% !important;

    background-position-x: 50px !important;
    
    background-position-y: -6px;
    
    padding-left: 50px;
}


@media screen and (min-width:768px) and (max-width:991px){
    .footer-top-inner .contactus-attributes, 
    .footer-top-inner .form.contact-ced {
        flex: 0 0 50% !important;
        min-width: 50% !important;
    }
    .footer-top-inner .contact-ced .fieldset .field{
        width:100% !important;
    }
    .sticky-menu .header-menu-wrap .cdz-horizontal-menu {
        width: auto;
    }
}
@media screen and (min-width:320px) and (max-width:767px){
    .footer-top-inner .contactus-attributes,
    .footer-top-inner .form.contact-ced {
        flex: 0 0 100% !important;
        min-width: 100% !important;
    }
    .footer-top-inner .contact-ced .fieldset .field{
        width:100% !important;
    }
    
}
@media screen and (min-width:801px){
    .footer-top-inner .contact-ced .fieldset .field {
        width: 50%;
    }
}