@media (min-width: 1200px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1300px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 100%;
    }
}
@media (min-width: 1500px){
    .container{
        max-width: 1480px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1520px;
    }
}
@media (min-width: 1700px){
    .container{
        max-width: 1620px;
    }
}
@media (min-width: 1800px){
    .container{
        max-width: 1720px;
    }
}

/*--Menu Shop By Category --*/
*{
    margin:0;
    padding:0;
    list-style:none;
    border:none;
    outline:none;
}

.container-fluid{
    max-width: 1920px;
}

@media (min-width: 1070px){
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
        min-width: 1050px;
    }
}

@media (min-width: 1100px){
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
        min-width: 1090px;
    }
}

@media (min-width: 1200px){
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
        min-width: 1170px;
    }
}


@media (min-width: 1320px){
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
        min-width: 1200px;
    }
}
@media (min-width: 1420px){
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
        min-width: 1200px;
    }
}
@media (min-width: 1520px){
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
        min-width: 1300px;
    }
    .empty-popup-img{
        max-width: 300px;
        margin:0 auto !important;
    }
}
@media (min-width: 1620px){
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
        min-width: 1400px;
    }
}
@media (min-width: 1720px){
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
        min-width: 1500px;
    }
}



/*--Menu Shop By Category --*/

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {

    -webkit-text-fill-color: #151515;
    -webkit-box-shadow: 0 0 0px 1000px #f8f8fa inset;
    transition: background-color 5000s ease-in-out 0s;
}
/* Change Autocomplete styles in Chrome*/

a{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover{
    text-decoration: none;
}
.btn.focus, .btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    outline: none;
    box-shadow: none;
}
.h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
}

.h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

.h2-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px; font-family: 'Open Sans', sans-serif;
}

.h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; font-family: 'Open Sans', sans-serif;
}

.h3-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #151515;
    font-family: 'Open Sans', sans-serif;
}

.h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; font-family: 'Open Sans', sans-serif;
}

.h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px; font-family: 'Open Sans', sans-serif;
}

.h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px; font-family: 'Open Sans', sans-serif;
}

.poppins-font {font-family: 'Poppins', sans-serif !important;}

.img-fluid {
    width: auto !important;
    max-width: 100%;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.theme-color-bg {
    background-color: #FFB100;
}

.theme-color {
    /*    color: #FFB100;*/
    color: #151515;
    font-weight: 600;
}

.mr-b-20{
    margin-bottom:20px !important;
}


.theme-color-dark { color: #FFB100; }

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #f8f8fa;
    color: #151515;
}



.modal-title { font-family: "Poppins", sans-serif !important; font-weight: 600 !important; line-height:normal; padding:0px; margin:0px;  }
#tamaraModal .modal-dialog{ margin-top:25px !important; }
button.tamara_popup{ background:none; }
button.tamara_popup{font-family: 'Poppins';background: #ffffff;margin-top: 5px;font-weight: 500;padding-top: 15px;border-top: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;padding-bottom: 15px;margin-bottom: 15px;}
button.tamara_popup span{font-weight: 600;}
button.tamara_popup span.learn-more{text-decoration: underline;}
.modal .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { opacity:1 !important; }
.modal .btn{ border-radius:5px; padding:8px 20px !important;  }
.modal .btn-secondary{background:#EFEFEF !important;}
.modal .btn-secondary:hover{ color:#151515; }
.modal-dialog .modal-header button.close, .store-change-popup .center .modal-content .store-title .dialog-close {
    background: #fff;
    opacity: 1;
    color: #000;
    padding: 3px 6px;
    border-radius: 100px !important;
    font-size: 16px;
    text-shadow: none;
    width: auto;
}



a.see-translation{font-size: 14px;font-weight: 600;background: #fff;display: inline-flex;line-height: 1;padding: 0px 10px;border-radius: 20px;font-family: 'Poppins', sans-serif !important;align-items: center;height: 30px;}
a.see-translation i{height: 15px;width: 15px;color: #666666;font-size: 16px;text-align: center;margin:0px 4px; margin-left:8px !important; }
a.see-translation.active i,
a.see-translation:hover i{ color:#ffb100; }





/****======== Product Badges Start ========****/


.badge.deal{ background: #ffebea; color:#ff3c30; }
.badge.discount{ background: #ff3c30; color:#ff4439; }
.badge.new{ background: #dbfbee; color:#2eb783; }
.badge.best-seller{ background: #fecc59; color:#fff; }
.badge.on-sale{ background: #ffebea; color:#ff3c30; }
.badge.gift{ background: #39bcb7; color:#fff; }

/****======== Product Badges End ========****/

/****======== Breadcrumb Start ========****/

.breadcrumb { background:#fff !important; padding-left:0px;  padding-right:0px;  padding-top:8px !important; padding-bottom:8px !important;   width:100%;  border-bottom:solid 1px #eeeeee;  margin-bottom:0px;  max-width:1920px;  margin:0px auto;  display: block !important;}
.breadcrumb .container{  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap; }
.breadcrumb-item{ display:inline; position:relative; }
.breadcrumb a,
.breadcrumb li{ color:#151515; font-weight:600; font-size:13px; line-height:normal; }
.breadcrumb li { max-width: 500px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline;  font-weight:400;margin:15px 0px; display:inline;padding:0px !important; }
.breadcrumb span.sptr{ color: #151515; font-weight: 600; font-size: 13px; line-height: normal; margin-right:0; }
.breadcrumb li:first-child{ padding-right:0px; }
.breadcrumb a { display:inline; }
.breadcrumb a:not([href]){ color:#151515; font-weight:400;  }
.breadcrumb-item+.breadcrumb-item { padding:0px !important;   }
.breadcrumb-item+.breadcrumb-item::before{ display:none; }

/****======== Breadcrumb End ========****/

.related-search-block a{ word-break:break-word; }


.text-decoration-underline { text-decoration: underline !important; }

.text-dark {
    color: #151515!important;
}

.bg-light {
    background-color: #fff !important;
}

.bg-light-grey {
    background-color: #f8f8fa !important;
}

p { margin-bottom: .5rem; word-break: break-word;}

a, a:hover {
    color: #666666;
}
.fa-facebook { color: #4979D9;}
.fa-twitter { color: #2AA3EF;}
.fa-instagram { color: #5C6CFE;}
.fa-pinterest { color: #f00;}
.fa-youtube { color: #DF1A26;}
.rounded{
    border-radius: 0.50rem !important;
}

.btn {
    border-radius: 5px;
    border: 0px;
    color: #151515;
    font-size: 14px;
    font-weight: 700;
}

.btn-primary {
    background-color: #FFB100 !important;
}
.btn-secondary {
    background-color: #EFEFEF !important;
}
.btn-secondary:hover {background-color: #DEDEDE !important;}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #FFB100 !important;
}

.bg-secondary, .bg-secondary:hover {
    background-color: #F8F8FA !important; padding-left: 20px; padding-right: 20px; color: #151515 !important;
}
.btn.bg-secondary:hover {background-color: #FFB100 !important; border-color: #FFB100 !important;}


a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #FFB100 !important; color: #151515;
}

.badge-secondary {
    color: #151515;
    background-color: #EFEFEF;
}

.pro-qty {
    width: 90px;
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 0 15px;
}

.pro-qty .qtybtn {
    width: 15px;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #444444;
}

.pro-qty input {
    width: 28px;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.pro-qty .qtybtn {
    width: 15px;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #444444;
}


.navbar .wsshopwp .container-fluid{
    display: block !important;
}

.border-bottom {
    border-bottom: 1px solid #eeeeef !important;
}

.load-more-box { margin:40px 0px; }

/*--
--------Header-------------*/
.dropdown-menu{
    padding: 0px;
}


/*--Site Over Hover Effect--*/
a.hover-effect:hover strong { position: relative; }
a.hover-effect:hover strong span { position: relative; z-index: 9; }
a.hover-effect:hover strong:before {     content: "";
                                         background-color: #F9E5B9;
                                         position: absolute;
                                         display:none;
                                         left: -3px;
                                         width: 100%;
                                         height: 12px;
                                         bottom: 0px;}
a.hover-effect:hover i{
    color: #FFB100;
}

/*--Site Over Hover Effect--*/




/*---Error / Important Messgaes Page--*/
.error-important-messages { height: 250px; margin: 3rem 0; border-radius: 25px;
                            -webkit-box-shadow: 0 0 35px 4px rgb(0 0 0 / 10%);
                            -moz-box-shadow: 0 0 35px 4px rgba(0,0,0,0.1);
                            -o-box-shadow: 0 0 35px 4px rgba(0,0,0,0.1);
                            box-shadow: 0 0 35px 4px rgb(0 0 0 / 10%); }
.error-important-messages p i {font-size: 40px;
                               display: block;}
.error-important-messages p a{ color:#ffb100; }

/*---Error / Important Messgaes Page--*/


/*--Modal Popup--*/
.modal .close.dialog-close { position: absolute;
                             right: 17px;
                             top: 17px;
}

/*--Modal Popup--*/

.header-account-links .custom-dropdown img.customer-img {max-width: 45px;
                                                         max-height: 45px;
                                                         border-radius: 100%;}

.static-slider-desktop img { margin:0 auto; }



/*-------------------------------------------------------------------------------------------------------
--------------------------NEW DESIGN FOOTER - OF HOME PAGE IMPLEMTED TO OTHER PAGES----------------
--------------------------------------------------------------------------------------------------------*/

footer ul{
    list-style-type: none;
}

.best-selling {
    margin: 30px 0px;
}
.best-selling-inner > h3 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 26px;
}
.best-selling-inner span {
    font-size: 16px;
    padding: 6px 0px 0px;
    font-weight: 600;
    color: #666666;
    display: block;
}
.hr-border {
    border-color: #2b2b2a14;
    margin: 25px 0 35px;
}
.best-selling-inner > p {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #666666;
    line-height: 30px;
    padding-left: 26px;
}
.selling-box p {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #666666;
    line-height: 30px;
    padding-left: 26px;
}
.selling-box {
    padding: 40px 0px 0px;
}
.best-selling-inner {
    padding: 80px 0px 0px;
}
.selling-box h3 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 0px;
}
.selling-box img {
    padding-right: 22px;
}
/**footer**/

footer ul li:after {
    display: none;
}
.footer-widget img {
    margin-right: 14px;
    margin-left: 16px;
}
.footer-widget h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    margin: 0px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif; line-height: 25px;
}

.footer-widget .play-icons h4 { white-space:normal !important; }



.footer-widget ul {
    font-family: 'Open Sans';
    margin-left: 16px;
}
.footer-widget ul li {padding-bottom: 13px;}
.footer-widget ul li a, .footer-widget ul li {
    font-size: 14px;
    /*display: block;*/
    font-weight: 600;
    color: #666666;
}
.footer-widget ul a.view_more {
    color: #FFB100;
    font-size: 11px;
    font-weight: bold;
}
.footer li.hide_li {
    display: none;
}
hr.footer-border {
    margin: 2rem 0px !important;
}
footer {
    background: #ffff;
    padding: 40px 0px 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.footer-area ul li a {
    padding: 0px 0px 0px;
}
.footer-without-anchor .shipping-info ul li:first-child {
    padding-bottom: 0px;
}
.footer-area .shipping-info ul li:last-child,
.footer-area .shipping-info ul li:last-child a {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}
.footer-area ul {
    margin-bottom: 23px;
}
.shipping-info ul {
    margin-top: -5px;
    margin-left: 0px !important;
    margin-bottom: 0px;
}
.shipping-info:hover ul li:first-child {
    font-weight: bold;
}
.shipping-info:hover ul li:last-child {
    color: #ffb100;
}
.footer-widget ul li a:hover {
    color: #ffb100;
}
.subfooter{ margin-top:15px; }
.subfooter-inner ul li a:hover {
    color: #ffb100;
}
.play-icons {
    margin-left: 16px;
    margin-top: 20px;
}
.play-images img {
    max-width: initial;
    margin: 15px 0px 0px;
}
.play-icons h4 {
    text-transform: capitalize;
    font-size: 14px;
    white-space:normal !important;
    color: #151515;
}
.footer-widget.footer-contant ul li:nth-child(2) a {
    font-weight: 500;
    color: #6666;
}
.footer-widget.footer-contant ul li:nth-child(3) a {
    font-weight: 500;
    color: #999;
}
.subfooter-inner h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}
hr.footer-border-sub {
    margin: 1rem 0px !important;
}
.subfooter-inner ul {
    list-style: none;
    display: flex;
    justify-content: start;
    margin: 40px 0px 40px;
}
.subfooter-inner ul li a {
    font-size: 13px;
    padding-right: 25px;
    color: #999999;
}
.copyright {
    font-family: 'Poppins', sans-serif;
    margin: 40px 0px;
}
.copyright-menu ul li a {
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 600;
}
.copyright-menu ul {
    display: flex;
    justify-content: center;
    margin: 0px;
    flex-wrap:wrap;
}
.copyright-inner p {
    color: #666666;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 400;
    margin: 0;
}
.followus {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.followus span {
    font-size: 12px;
    font-weight: 600;
    padding-right: 20px;
    color: #666666;
}
.socail-footer i {
    font-size: 19px;
    color: #a8a8a8;
    padding: 0px 8px;
}
.subfooter-inner ul li:before {
    content: '';
    position: absolute;
    background: #ffb100;
    left: -14px;
    width: 3px;
    height: 3px;
    top: 50%;
    border-radius: 50px;
}
.subfooter-inner ul li {
    position: relative;
}
.copyright-menu ul li {
    position: relative;
    white-space: nowrap;
}
.copyright-menu ul li:before {
    content: '';
    position: absolute;
    background: #ffb100;
    left: -3px;
    width: 3px;
    height: 3px;
    top: 50%;
    border-radius: 50px;
}
.category-item img {
    border-radius: 12px;
}
.copyright-menu ul li:nth-child(1):before {
    display: none;
}
.subfooter-inner ul li:nth-child(1):before {
    display: none;
}
.play-images img {
    max-width: 100%; max-height: 32px;
}
.footer-widget i {
    margin-right: 20px;
    margin-left: 16px;
    font-size: 25px;
    color: #000;
}
/*--footer img {
    display: block !important;
}--*/
footer li {
    border-bottom: 0px;
    margin: 0px;
    padding: 0; font-weight: 600; text-transform: capitalize; color: #666666;
}
.copyright {
    font-family: 'Poppins', sans-serif;
    padding: 10px 0px 40px;
    margin: 0px;
}
.footer-widget {
    margin-bottom: 20px;
}
.play-images a:first-child {
    margin-right: 10px;
}
.footer-without-anchor ul li {
    padding-bottom: 13px;
    /*display: block;*/
    font-weight: 600;
    color: #666666;
}
.column-heading-icon img {
    max-width: 27px;
}

.items-title {
    position: relative;
}
.items-title h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-right: 15px;
    text-transform: uppercase;
}
.items-title:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2px;
    background-color: #eeeeef;
    z-index: -1;
    margin: auto;
}


/*--Clear Product Restriction Block--*/

#remove-restrict_data-form { }
#remove-restrict_data-form .modal-content { }
#remove-restrict_data-form .modal-content tbody {  }
#remove-restrict_data-form tr { display: flex; flex-direction: column; width: 100%; }
#remove_restriction_button p { font-size: 13px; }
#remove-restrict_data-form tr textarea{ height:100px; }

#remove-restrict_data-form .g-recaptcha{transform: scale(0.9); margin-left: -13px;}

/*--Clear Product Restriction Block--*/

/**responsive-css**/
@media(max-width: 1700px) {
    .subfooter-inner ul {
        list-style: none;
        display: flex;
        margin: 40px 0px 40px;
        text-align: center;
        flex-wrap: wrap;
    }
    .subfooter-inner ul li {
        position: relative;
        display: inline-block;
    }
    .copyright-menu ul {
        display: block;
        justify-content: center;
        margin: 0px;
        text-align: center;
        padding-top: 0px;
    }
    .copyright-menu ul li {
        position: relative;
        display: inline-block;
    }
    .copyright-menu ul li a {
        padding: 0px 10px;
        font-size: 14px;
        font-weight: 600;
    }
    .copyright-inner p {
        margin: 0px;
        color: #666666;
        font-size: 11px;
    }
    .copyright-inner {
        margin-top: 0px;
    }
}

@media(max-width: 1500px) {
    .subfooter-inner ul {
        justify-content: left;
    }

}

@media (max-width: 1450px) {
    .footer-contant>ul>li:last-child a {
        white-space: nowrap;
    }
    .footer-area.footer-without-anchor ul li:first-child a {
        font-size: 12px;
    }
    .copyright-menu ul li a,  .footer-widget ul li a, .footer-widget ul li, .footer-without-anchor ul li {
        font-size: 12px;
    }
    .footer-widget h4 {
        font-size: 13px;
    }
    .subfooter-inner h4 {
        font-size: 16px;
    }
    .footer-widget img {
        /*--max-width: 21px;--*/
        margin-right: 15px;
    }
    hr.footer-border {
        margin: 1.5rem 0px !important
    }
    .copyright {
        margin: 10px 0px 0px;
    }
    footer p {
        font-size: 14px;
    }
    .play-images img {
        max-width: 100%;
    }
    .selling-box h3 {
        font-size: 15px;
    }
    .best-selling-inner > h3 {
        font-size: 20px;
    }
    footer {
        padding: 30px 0px 0px;
    }
    .subfooter-inner ul {
        margin: 25px 0px 25px;
    }

}

@media(max-width: 1200px) {
    .footer-widget h4 {
        font-size: 12px;
    }
    /*--.copyright-menu ul li a, .footer-widget ul li a,  .footer-without-anchor ul li {
        font-size: 10px;
        padding-bottom: 8px;
    }--*/
    hr.footer-border {
        margin: 0.8rem 0px !important;
    }
    .subfooter-inner h4 {
        font-size: 15px;
    }
    hr.footer-border-sub {
        margin: 0.8rem 0px !important;
    }
    .footer-widget ul,  .play-icons {
        margin-left: 0;
    }
    .footer-widget img {
        /*--max-width: 18px;--*/
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    footer p {
        font-size: 12px;
    }
    .socail-footer i {
        font-size: 14px;
    }
    .followus span {
        font-size: 11px;
    }



    .footer-area ul {
        margin-bottom: 8px;
    }
    .play-images img {
        max-width: 100%;
    }
    .subfooter-inner ul {
        margin: 20px 0px 20px;
    }
    .copyright {
        padding: 20px 0px;
    }
    .subfooter-inner ul li a {
        font-size: 11px;
    }
    .hr-border {
        margin: 0.5rem 0;
    }
    .selling-box h3 {
        font-size: 13px;
    }
    .selling-box p,  .best-selling-inner > p {
        font-size: 11px;
        line-height: 21px;
    }
    .best-selling-inner > h3 {
        font-size: 18px;
    }

    .footer-without-anchor ul li { padding-bottom: 5px; }
}

@media(max-width: 1070px) {
    .shipping-info ul {
        margin-top: 0px;
    }
    /*footer img { display: none; }*/
    footer img { max-width:28px; }

    .play-images img { display: block; }

    footer .shipping-info img{ width:30px; margin-top:5px; float:left; }
    .column-heading-icon img { width:30px; margin-bottom:0px !important; }
    .country-selector-footer .dropdown-menu { width: 100%; }


}

@media(max-width: 991px) {
    .best-selling-inner > h3 {
        font-size: 15px;
        margin: 0px !important;
        font-weight: 600;
        /*text-transform: uppercase;*/
        line-height: 1.4;
        padding-left: 10px;
    }
    .copyright-menu ul li a, .footer-widget ul li a, .footer-without-anchor ul li {
        font-size: 10px !important;
    }
    .footer-widget ul a.view_more { font-size: 10px;}
    .subfooter-inner {
        margin-top: 20px !important;
    }
    .best-selling-inner {
        padding: 20px 0px 0px;
    }
    .best-selling-inner span {
        font-size: 10px;
        padding: 0px;
        font-weight: 500;
    }
    .selling-inner > p {
        font-size: 11px;
        font-family: 'Open Sans';
        margin: 0px;
        padding-left: 10px;
    }
    .hr-border {
        margin: 7px 0px;
    }
    .selling-box {
        padding: 7px 0px 0px;
    }
    .selling-box h3 {
        font-size: 13px;
        margin: 0px;
        font-weight: 600;
        padding-left: 10px;
    }
    .selling-box p {
        font-size: 10px;
        margin: 0px;
        padding-left: 10px;
    }
    .best-selling-inner > p {
        font-size: 10px;
        font-family: 'Open Sans';
        margin: 0px;
        padding-left: 10px;
    }
    .best-selling-inner.inner-footer {
        margin-top: 10px;
    }
    .selling-box img {
        padding-right: 10px;
    }
    .footer-widget img {
        margin-right: 20px;
        margin-left: 0px;
        /*--max-width: 14px;--*/
    }
    .footer-widget img {
        margin-right: 7px !important;
        margin-left: 0px;
    }
    hr.footer-border {
        margin: 0.2rem 0px !important;
    }
    footer li {
        border-bottom: 0px !important;
        margin: 0px;
        padding: 1px 0px;
    }
    .footer-widget h4 {
        font-size: 12px;
        color: #000;
    }
    .play-images img {
        display: block !important;
    }
    .subfooter-inner {
        margin-top: 0px !important;
    }
    .subfooter-inner ul li {
        position: relative;
        display: inline-block;
        padding: 0px;
    }
    .subfooter-inner ul li a {
        font-size: 9px;
        padding-right: 11px;
        color: #999999;
        margin: 0px;
        color: #000;
        font-weight: 600;
    }
    /*hr.footer-border-sub {
        margin: 0.2rem 0px !important;
    }*/
    .subfooter-inner ul {
        margin: 13px 0px 13px !important;
    }
    .subfooter-inner ul li {
        padding: 0px !important;
    }
    .copyright-menu ul li a {
        padding: 0px 3px;
        font-size: 11px;
    }
    .followus span {
        font-size: 9px;
    }
    .socail-footer i {
        font-size: 11px;
    }
    .copyright-inner p {
        font-size: 8px !important;
    }
    .copyright-menu ul {
        padding-bottom: 0px !important;
    }
    .copyright-inner {
        margin-top: 10px;
        font-size: 11px;
    }
    footer {
        padding: 10px 0px 0px;
    }
    .copyright-menu ul li a {
        padding: 0px 8px !important;
        font-size: 9px !important;
    }
    .copyright-menu {
        margin-bottom: 10px;
    }
    .subfooter-inner ul {
        display: block;
    }
    .subfooter-inner ul {
        margin: 13px 0px 13px !important;
    }
    .copyright-menu ul li a {
        font-size: 11px;
    }
    .subfooter-inner ul li:nth-child(1):before {
        display: none;
    }
    .footer-widget {
        margin-bottom: 15px;
    }
    .footer-widget ul {
        margin-left: 0px;
    }
    .footer-widget i {
        margin-left: 0px;
    }
    .play-icons {
        margin-left: 0px;
        margin-top: 3px;
    }
    .subfooter-inner ul li:before {
        left: -9px;
    }
    .subfooter-inner ul li {
        position: relative;
        padding-bottom: 9px;
    }
    .subfooter-inner ul {
        margin: 20px 0px 20px;
    }
    .copyright-inner p {
        text-align: center;
        font-size: 13px;
        padding: 0px 0px;
    }
    .copyright-menu ul {
        display: flex;
        justify-content: center;
        margin: 0px;
        justify-content: center;
        text-align: center;
        padding: 10px 0px 20px;
    }
    .followus {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .copyright {
        margin: 0px 0px;
        padding: 0px 0px 7px;
    }
    .subfooter-inner {
        margin-top: 30px;
    }
    .footer-area ul {
        margin-bottom: 0px;
    }
    .footer-widget i {
        font-size: 16px;
    }
    .footer-widget img {
        margin-right: 20px;
        margin-left: 0px;
    }
    hr.footer-border {
        margin: 1rem 0px;
    }
    .copyright-menu ul li a {
        font-size: 13px;
    }
    .subfooter-inner h4 {
        font-size: 11px;
        text-align: left;
    }
    .play-images img {
        max-width: 100%;
        margin-top: 0px;
    }
    footer li {
        border-bottom: 0px;
        margin: 0px;
    }
    .footer-area ul li:last-child, .footer-area ul li:last-child a {
        font-size: 9px;
    }
    .footer-area.footer-without-anchor ul li:first-child a {
        font-size: 9px;
    }
}

@media(max-width: 767px) {
    .country-selector-footer { margin-bottom: 15px; }
}

.column-heading-icon img { max-width:30px !important; }

@media(max-width: 575px) {
    .footer-widget {
        padding-bottom: 7px;
        /*text-align: center;*/
    }
    .selling-box {
        padding: 10px 0px 0px;
    }
    .selling-box img {
        width: 25px;
    }
    /*.footer-widget h4 {
        justify-content: center;
    }*/
    .copyright-menu ul {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    .followus {
        padding: 5px 0px;
    }
    .selling-box>a.footer-plus {
        font-size: 10px;
    }
    .product-item-main.mb-3 {
        margin-bottom: 15px !important;
    }
    .copyright-menu {
        margin-bottom: 0px;
    }
    .shipping-info {align-items: center;}
}


/*-------------------------------------------------------------------------------------------------------
--------------------------NEW DESIGN FOOTER - OF HOME PAGE IMPLEMTED TO OTHER PAGES----------------
--------------------------------------------------------------------------------------------------------*/












@media only screen and (min-width: 1071px) and (max-width: 1920px){
    .wsmenu>.wsmenu-list>li{
        padding: 15px 0px;
    }
}


header {
    box-shadow: 0px 2px 14px rgb(0 0 0 / 11%);
    /*padding-bottom: 5px;*/
}

.header-advance-search {
    border: 1px solid #dcdcdc;
    padding: 3px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header-advance-search form {
    position: relative;
}

.header-advance-search .input {
    border-right: 1px solid #dcdcdc;
}

.header-advance-search .input input {
    border: none;
    height: 37px;
    border: none;
    line-height: 25px;
    padding: 6px 5px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #444444;
    font-weight: 600;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    outline: 0px;
    background-color: transparent;
}
.header-advance-search .dropdown { text-transform: capitalize; }
.content .heading{
    font-size: 13px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 33px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.header-advance-search .select div.nice-select {
    float: right;
    clear: none;
    border: 0px solid transparent;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 30px;
    line-height: 37px;
    height: 37px;
    width: 100%;
}

.header-advance-search .select span.current {
    font-size: 14px;
}

.header-advance-search .select span img {
    margin-right: 10px;
}

.header-advance-search .submit {
    float: left;
    margin-left: 10px;
}

.header-advance-search .submit button,
.header-advance-search .submit button:focus {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #FFB100;
    color: #202020;
    border: none;
    width: 70px;
    height: 37px;
    text-align: center;
    outline: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-advance-search .submit button:hover{
    background-color: #FFB100;
}
.header-advance-search .submit button img { filter: invert(1);}

.header-advance-search .submit button i {
    line-height: 37px;
    display: block;
    font-size: 18px;
}

.header-account-links a {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    font-weight: 600;
}

.header-account-links .nice-select {
    float: none;
}

.header-account-links button {
    min-height: 40px;
    display: inline-block;
}

.download-app {
    background-color: #FDEBEA !important;
    color: #FF4134;
    border: 1px solid #FDEBEA;
}
.download-app:hover{
    border-color: #FF4134;
    color: #FF4134;
}

header .border-left {
    position: relative;
    border-left: 0px !important;
    text-transform: capitalize;
}

header .border-left:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    height: 60%;
    background-color: #dee2e6;
    width: 2px;
}

header .border-right {
    position: relative;
    border-left: 0px !important;
}

header .border-right:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 9px;
    height: 60%;
    background-color: #dee2e6;
    width: 2px;
}


/**********Store Popup*****************/

.store-change-popup .center .fix-width {
    max-width: 450px;
    margin: auto;
}
/*.modal-dialog .modal-header button.close, .store-change-popup .center .modal-content .store-title .dialog-close {
    background: #464646;
    opacity: 1;
    color: #fff;
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 16px;
    text-shadow: none;
    width: auto;
}*/
.store-change-popup .center .modal-content .store-title h4 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.store-change-popup .center .modal-content .modal-body {
    padding: 20px 30px;
}
.store-change-popup .center .modal-content .modal-body .confirm-pop-up .popup-block {
    padding: 0;
    cursor: pointer;
}
.store-change-popup .center .modal-content .modal-body .confirm-pop-up p {
    line-height: normal;
    cursor: default;
}
.store-change-popup .center .modal-content .modal-body .confirm-pop-up .btn-bg {
    text-align: center;
    background: #f7d23e;
    border-radius: 10px;
}
.store-change-popup img#store-change-to-icon, .store-change-popup img#store-change-from-icon { max-width: 40px; margin: 0 5px; }



.btn-warning, .btn-primary {
    background-color: #f7d23e;
    /*--color: #151515;--*/
    outline: 0;
    border: 0;
}
.store-change-popup .center .modal-content .modal-body .confirm-pop-up .btn-bg {
    text-align: center;
    background: #f7d23e;
    border-radius: 10px;
}


.header-cart{
    position: relative;
}
#user_cart_count,
#user_cart_count_sm{
    position: absolute;
    top: 1px;
    background: #FF4134;
    color: #fff;
    border-radius: 50%;
    right: 0px;
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 9px;
    padding: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*--
--------Mini Cart-------------*/



.mini-cart-wrap {

    background-color: #fff;
    position: fixed;
    width: 500px;
    top: 0;
    right: -500px;
    z-index: 9822;
    height: 100vh;
    padding-bottom: 150px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    padding:46px 0px 0px !important;
}
.cart-popup-inner{
    height: calc(100vh - 145px);
    overflow: auto;
    padding:0px 20px;
}
.mini-cart-wrap.open {
    right: 0;
}

.mini-cart-wrap .mini-cart-top { position:absolute; top:0; left:0; display:flex; align-items:center; justify-content:space-between; width:100%; border-bottom:solid 1px #eee; padding: 10px 20px; }

.mini-cart-wrap .mini-cart-top .close-cart {
    border: none;
    background-color: transparent;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    color: #444444;
    line-height: 24px;
    cursor: pointer;
}
.mini-cart-wrap .mini-cart-top .close-cart:focus{
    outline: none;
}
.mini-cart-wrap .mini-cart-top .close-cart i {
    float: right;
    line-height: 26px;
    font-size: 16px;
    margin-left: 5px;
}

.empty-popup-img{
    max-width: 70%;
    margin:0 auto !important;
}

.mini-cart-wrap .mini-cart-products {
    overflow: hidden;
    overflow-y: auto;
    /*height: calc(100% - 45px);*/
    width: 100%;
    position: relative;
}

.mini-cart-wrap .mini-cart-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top:solid 1px #eee;
}

.mini-cart-wrap .mini-cart-bottom .sub-total{
    padding:10px 25px;
    margin:0px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.mini-cart-wrap .min-cart-actions{
    padding:10px 20px;
    display:flex;
    border-top:solid 1px #eee;
    align-items:center;
    justify-content:space-between;
}

.mini-cart-wrap .mini-cart-bottom .button a:hover::before {
    height: 550%;
    opacity: 1;
}

.mini-cart-wrap .ucredit-available {
    background-image: url("../images/Mask Group.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.mini-cart-wrap .remove, .mini-cart-wrap .remove:hover, .mini-cart-wrap .remove:focus {
    position: absolute;
    right: 15px;
    top: 0px; background-color: transparent !important;
}

.mini-cart-products li .image {
    position: relative;
}

.mini-cart-products li .image img {
    max-width: 150px; object-fit: contain;
}

.mini-cart-products li a.add-to-wishlist {
    position: absolute;
    right: 5px;
    top: 5px;
}

.mini-cart-bottom .button a {
    font-size: 16px;
}

.mini-cart-wrap #cart-popup-items { position: relative; height:100%; width: 100%;}





/*--
--------Checkbox & Radio input------------*/

/*.input-radio,
.input-checkbox {
    position: relative;
    display: block;
}*/

/*.input-radio input[type="radio"]:not(:checked),
.input-radio input[type="radio"]:checked,
.input-checkbox input[type="checkbox"]:not(:checked),
.input-checkbox input[type="checkbox"]:checked {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}*/

.input-checkbox:hover{ cursor:pointer !important; }

.input-checkbox input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 28px;
    vertical-align: middle;
    font-family: Poppins, sans-serif;
    color: #666666; word-break: break-word;
}
.input-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.input-checkbox input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 17px;
    min-height: 17px;
    width: 17px;
    height: 17px;
    background: white;
    border: 2px solid #EAEAEA;
    border-radius: 5px;
    margin-top: -1px;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin:0 auto;
    left: 0;
}
.input-checkbox input[type="checkbox"] + label:hover:before{
    box-shadow: 0px 0px 6px 0px #EBEBEB;
    border: 2px solid #FFB100;
}
.input-checkbox input[type="checkbox"]:checked + label:before {
    /*--background: #FFB100;--*/
    border-color: #FFB100;
}
.input-checkbox input[type="checkbox"]:checked + label:after {
    content: '\f00c';
    font-family: 'font awesome 5 free';
    font-size: 9px;
    color: #ffb100;
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 5px;
    bottom: 0;
    height: 16px;
}
.input-checkbox label {
    font-size: 14px;
    display: flex;
    align-items: center;
}

/*.input-radio label,
.input-checkbox label {
    font-weight: 500;
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #151515;
}*/



/*.input-radio input[type="radio"]+label span,
.input-checkbox input[type="checkbox"]+label span {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #EBEBEB;
    border-radius: 3px;
}*/




/*.input-radio input[type="radio"]+label span {
    border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: #FFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
    content: '✔';
    position: absolute;
    top: -1px;
    left: 4px;
    font-size: 13px;
    color: #151515;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span,
.input-checkbox input[type="checkbox"]:checked+label span {
    background-color: #FFB100;
    border-color: #FFB100;
}

.input-radio input[type="radio"]:checked+label span:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}*/

/*************radio**************/

/**********Radio css**************/
div.radio-bubble [type="radio"] {
    z-index: -1;
    position: absolute;
    opacity: 0;
}
/*div.radio-bubble [type="radio"]:checked ~ label:before {
  will-change: transform, border-width, border-color;
  -webkit-animation: bubble 1s ease-in;
          animation: bubble 1s ease-in;
}*/
div.radio-bubble [type="radio"]:checked ~ label:after {
    will-change: opacity, box-shadow;
    /* -webkit-animation: sparkles 700ms ease-in-out;
             animation: sparkles 700ms ease-in-out;*/
}
div.radio-bubble [type="radio"]:checked ~ label > span {
    will-change: transform;
    border: 0;
    /*background-image: -webkit-gradient(linear, left bottom, right top, from(#6e89ff), to(#4363ee));*/
    background: #FFB100;
    -webkit-animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
    animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
    border: 1px solid #FFB100;
}
div.radio-bubble [type="radio"]:checked ~ label > span:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #ffffff;
}
div.radio-bubble [type="radio"]:checked ~ span a{
    color: #ffffff;
}
div.radio-bubble [type="radio"]:checked ~ label .card {
    will-change: box-shadow;
    -webkit-animation: card 500ms ease-in-out forwards;
    animation: card 500ms ease-in-out forwards;
}
div.radio-bubble [type="radio"]:checked ~ label .card:after {
    will-change: transform;
    -webkit-animation: shine 500ms ease-in forwards;
    animation: shine 500ms ease-in forwards;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
div.radio-bubble label {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor:pointer;
    width: 100%;
    color: #666666;
    font-family: Poppins, sans-serif;
    /* height: 62px; */
    border-radius: 6px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    padding-left: 0;
}
div.radio-bubble label:before, div.radio-bubble label:after {
    position: absolute;
    left: 29px;
    border-radius: 50%;
    content: "";
}
div.radio-bubble label:before {
    margin: -2rem;
    border: solid 2rem #545461;
    width: 4rem;
    height: 4rem;
    -webkit-transform: scale(0);
    transform: scale(0);
}
div.radio-bubble label:after {
    margin: -0.1875rem;
    width: 0.375rem;
    height: 0.375rem;
    box-shadow: 0.32476rem -2.6875rem 0 -0.1875rem #ff8080, -0.32476rem -2.3125rem 0 -0.1875rem #ffed80, 2.30366rem -1.42172rem 0 -0.1875rem #ffed80, 1.6055rem -1.69573rem 0 -0.1875rem #a4ff80, 2.54785rem 0.91464rem 0 -0.1875rem #a4ff80, 2.32679rem 0.19796rem 0 -0.1875rem #80ffc8, 0.87346rem 2.56226rem 0 -0.1875rem #80ffc8, 1.29595rem 1.94258rem 0 -0.1875rem #80c8ff, -1.45866rem 2.28045rem 0 -0.1875rem #80c8ff, -0.71076rem 2.2244rem 0 -0.1875rem #a480ff, -2.69238rem 0.28141rem 0 -0.1875rem #a480ff, -2.18226rem 0.8312rem 0 -0.1875rem #ff80ed, -1.89869rem -1.92954rem 0 -0.1875rem #ff80ed, -2.01047rem -1.18791rem 0 -0.1875rem #ff8080;
}
div.radio-bubble label > span {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    min-width: 16px;
    min-height: 16px;
    margin-right: 10px;
    border-radius: 20px;
    border: 2px solid #EAEAEA;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#3b4059), to(#1c1e2d));*/
    background: #ffffff;
}
div.radio-bubble label > span:hover{
    border-color: #FFB100
}


@-webkit-keyframes radio {
    0%,
    17.5% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes radio {
    0%,
    17.5% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes card {
    0% {
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
        -webkit-transform: scale(0.24);
        transform: scale(0.24);
    }
    45% {
        box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
    100% {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
        -webkit-transform: scale(0.24);
        transform: scale(0.24);
    }
}
@keyframes card {
    0% {
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
        -webkit-transform: scale(0.24);
        transform: scale(0.24);
    }
    45% {
        box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
    100% {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
        -webkit-transform: scale(0.24);
        transform: scale(0.24);
    }
}
@-webkit-keyframes shine {
    from {
        -webkit-transform: translateX(-70px) rotate(10deg);
        transform: translateX(-70px) rotate(10deg);
    }
    to {
        -webkit-transform: translateX(300px) rotate(10deg);
        transform: translateX(300px) rotate(10deg);
    }
}
@keyframes shine {
    from {
        -webkit-transform: translateX(-70px) rotate(10deg);
        transform: translateX(-70px) rotate(10deg);
    }
    to {
        -webkit-transform: translateX(300px) rotate(10deg);
        transform: translateX(300px) rotate(10deg);
    }
}
@-webkit-keyframes bubble {
    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: rgb(180 178 178 / 50%);
        border-width: 2rem;
    }
    30%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: rgb(180 178 178 / 50%);
        border-width: 0;
    }
}
@keyframes bubble {
    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: rgb(180 178 178 / 50%);
        border-width: 2rem;
    }
    30%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: rgb(180 178 178 / 50%);
        border-width: 0;
    }
}
@-webkit-keyframes sparkles {
    0%,
    10% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    15% {
        opacity: 1;
        -webkit-transform: scale(1.2) rotate(-20deg);
        transform: scale(1.2) rotate(-20deg);
        box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080, -0.32476rem -1.8125rem 0 0rem #ffed80, 1.91274rem -1.10998rem 0 0rem #ffed80, 1.21459rem -1.38398rem 0 0rem #a4ff80, 2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8, 0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff, -1.24172rem 1.82996rem 0 0rem #80c8ff, -0.49382rem 1.77391rem 0 0rem #a480ff, -2.20492rem 0.17015rem 0 0rem #a480ff, -1.69479rem 0.71994rem 0 0rem #ff80ed, -1.50777rem -1.61779rem 0 0rem #ff80ed, -1.61955rem -0.87617rem 0 0rem #ff8080;
    }
}
@keyframes sparkles {
    0%,
    10% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    15% {
        opacity: 1;
        -webkit-transform: scale(1.2) rotate(-20deg);
        transform: scale(1.2) rotate(-20deg);
        box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080, -0.32476rem -1.8125rem 0 0rem #ffed80, 1.91274rem -1.10998rem 0 0rem #ffed80, 1.21459rem -1.38398rem 0 0rem #a4ff80, 2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8, 0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff, -1.24172rem 1.82996rem 0 0rem #80c8ff, -0.49382rem 1.77391rem 0 0rem #a480ff, -2.20492rem 0.17015rem 0 0rem #a480ff, -1.69479rem 0.71994rem 0 0rem #ff80ed, -1.50777rem -1.61779rem 0 0rem #ff80ed, -1.61955rem -0.87617rem 0 0rem #ff8080;
    }
}



/*********end radio**************/



.input-radio .caption,
.input-checkbox .caption {
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption,
.input-checkbox input[type="checkbox"]:checked~.caption {
    max-height: 800px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.form-control {
    font-size: 0.8rem;
}

.validation-advice { clear: both;
                     color: #FF4134;
                     font-size: 11px;
                     font-weight: normal;
                     line-height: 13px;
                     margin: 2px 0 0 0;
                     padding-left: 3px;
                     float: left;
                     text-align: left;
                     text-transform: none;
                     position: relative;
                     width: 100%;
}

.error { clear: both;
         color: #FF4134;
         font-size: 10px;
         font-weight: normal;
         line-height: 13px;
         margin: 2px 0 0 0;
         padding-left: 3px;
         float: left;
         text-align: left;
         text-transform: none;
         position: relative;
         width: 100%;
}
.text-success { color: #2FB783 !important;}


.owlslider-shop-category-slider .product-list {
    padding:15px !important;
}

/*--
--------Related Product Slider-------------*/
.product-list {
    /*border: 1px solid #f1f1fd;*/
    border-radius: 18px;
    background-color: #fff;
    position: relative;
    padding:25px !important;
}
.product-list .badge {
    left: 25px;
    top: 25px;
    position: absolute;
}
.product-list .product-tile h5 {
    font-size: 14px;
    color: #151515;
    font-weight: 600;
}
.product-list .product-price {
    font-size: 16px;
    color: #151515;
    font-weight: 700;
    margin-bottom: 10px !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0px !important;
}
.btn.btn-primary {
    background: #FFB100;
    /*--border-radius: 100px;--*/
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
}
.wishlist-icon {
    right: 25px;
    top: 25px;
    position: absolute;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #151515;
    background-color: #FFB100 !important;
    border-color: #FFB100;
}
.btn.btn-primary:hover{
    color: #151515;
    background-color: #FFB100 !important;
    border-color: #FFB100;
}
.wishlist-icon i {
    color: #fff;
    line-height: unset; font-weight: 900; font-size: 12px; width: 28px;
    height: 28px;
    line-height: 30px; background-color: #e5e5e5;
    border-radius: 100%; text-align: center;
}
/*--.wishlist-icon i.fas.fa-heart,
.wishlist-icon:hover i,
.wishlist-icon:focus i.fas.fa-heart,
.add-to-wishlist i.fas.fa-heart,
.add-to-wishlist:hover i,
.add-to-wishlist:focus i.fas.fa-heart{
    color: #FF4134;
}--*/

.wishlist-icon i.fas.fa-heart,
.wishlist-icon:focus i.fas.fa-heart,
.add-to-wishlist i.fas.fa-heart,
.add-to-wishlist:focus i.fas.fa-heart{
    color: #FF4134;
    background-color: #ffebea;
}

.wishlist-icon.added i {
    color: #FF4134;
}
.product-list .ubuy-fulfilled {
    right: 25px;
    bottom: 25px;
    position: absolute;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.product-list .ubuy-fulfilled img {
    max-width: 85%;
}
.product-list .store-select {
    align-items: center;
    background-color: transparent;
    color: #666666
}
.product-list .product-image a{
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--Social Media--*/
.facebook {
    color: #3b5999;
}
.twitter {
    color: #55acee;
}
.youtube {
    color: #cd201f;
}
.instagram {
    color: #e4405f;
}

/*--
--------Footer-------------*/
.address-book .table-responsive .table thead th{
    white-space: nowrap;
}
.table{
    word-break: initial;
}


.modal-backdrop{
    z-index: 11111;
}
.modal{
    z-index: 11112;
}
/*footer {
    border-top: 1px solid #eee;
}*/
/*
footer h6 {
    padding: 8px 10px;
    color: #464646;
    font-weight: normal;
    width: 100%;
    max-width: 240px;
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    background-color: #f3f2f2;
    position: relative;
}
*//*footer .col-lg-3:before {
    border-bottom: 1px solid #d7d7d7;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 22px;
    left: 0;
    right: 0;
    display: block;
}*/

/*--Newsletter Subscribe Block--*/
.newsletter-subscription {
    text-align: center;
    padding: 15px 0;
}
.newsletter-subscription h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-weight: normal;
    font-size: 16px;
}
.newsletter-subscription input {
    border: 1px solid #bbb;
    padding: 10px;
    color: #464646;
    height: 26px;
    line-height: 26px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.action .button {
    width: 40px !important;
    height: 40px;
    background-color: #FFB100;
    border: 0;
    margin-right: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 23px;
    cursor: pointer;
}
button:focus{
    outline: none;
}


/*--Important Links--*/
/*.footer-links a {
    color: #151515;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}*/
/*.footer-links li {
    position: relative;
    margin: 0 10px;
}*/

/*.footer-links li:after {
    content: "|";
    position: absolute;
    left: -13px;
    top: 1px;
    display: block;
     padding: 0 10px;
    font-size: 12px;
}*/

/*.footer-links li:first-child:after {
    content: normal;
}*/

/*.footer-links li:hover a { color: #FFB100; }*/

/************go to***************/
.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.go-top, .go-top:hover, .go-top:focus { position: fixed; bottom: 40px; right: 30px; text-align: center; height: 40px; width: 40px; padding: 8px; background-color: #FFB100; z-index: 110; text-decoration: none; text-transform: uppercase; color: #fff; opacity: 1; border-radius: 100%; }
.go-top i { font-size: 20px; display: block; color: #464646; }

.hvr-icon-wobble-vertical .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}



/*--Country Links Slider--*/
.owlslider-country-slider .owl-nav.disabled {
    display: block !important;
}
.owlslider-country-slider .owl-prev {
    left: auto;
    float: none;
    top: 13%;
    opacity: 1;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    -moz-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    border-radius: 100%;
    display: inline-block;
    background-image: none;
    margin: 10px 5px 0;
    font-size: 25px;
    text-shadow: none;
}
.owlslider-country-slider .owl-next {
    right: auto;
    float: none;
    top: 13%;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    border-radius: 100%;
    display: inline-block;
    background-image: none;
    margin: 10px 5px 0;
    font-size: 25px;
    text-shadow: none;
    opacity: 1;
}

/*--Floating Labels--*/
/*.floating-labels input:placeholder-shown~label,
.floating-labels textarea:placeholder-shown~label,
.floating-labels select~label {
    opacity: 0;
    bottom: 10px;
    visibility: hidden;
}*/
.floating-labels input~label,
.floating-labels textarea~label,
.floating-labels select~label {
    position: absolute;
    top: -10px;
    transition: bottom 0.7s ease, opacity 0.7s ease;
    opacity: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #aaa;
    visibility: visible;
    background-color: #fff;
    left: 25px;
    padding: 0 5px;
    height: 18px;
    z-index: 3;
}
.floating-labels {
    position: relative;
}

/*--Floating Labels--*/

/*--Rating--*/

.review-percentage .progress {
    height: 5px;
}
.review-percentage .progress-bar {
    background: #FFB100;
    height: 5px;
}

/*--Rating--*/

/*--Featured Products--*/
.voilet-bg {
    background-image: url("../images/voilet-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 5px 30px 45px;*/
    border-radius: 5px;
    margin-bottom: 10px;
}
.blue-bg {
    background-image: url("../images/blue-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 5px 30px 45px;*/
    border-radius: 5px;
}
.yellow-bg {
    background-image: url("../images/yellow-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 5px 30px 45px;*/
    border-radius: 5px;
}
.green-bg {
    background-image: url("../images/green-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 5px 30px 45px;*/
    border-radius: 5px;
}
.featured-products .text-overlay {
    position: relative;
    bottom: -8px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    margin: 0px;
    width: 68%;
    margin-left: 23px;
    height: 77px;
    display: flex;
    align-items: center;
}
.featured-products .text-overlay i {
    display: none;
    position: absolute;
    right: 1rem;
    top: 40%;
}
.featured-products .text-overlay:hover:after {
    background: linear-gradient(90deg, #FFB100 21.85%, #FFE817 84.87%);
    position: absolute;
    bottom: -5px;
    height: 5px;
    content: "";
    width: 100%;
    left: 0;
}
.featured-products .text-overlay:hover i {
    display: block;
    /*margin-top: 5px;*/
}
.text-overlay a{
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #151515;
    padding: 14px 50px 14px 18px !important;
}
.text-overlay a:hover{
    text-decoration: none;
}
/*.box-height {
    min-height: 260px;
}*/

.modal .badge{
    white-space: normal;
    line-height: 15px;
    font-size: 12px;
}
.modal .badge.badge-success{
    font-size: 16px;
    color: #28a745;
    background-color: transparent;
    padding: 0px !important;
}

/*--Custom Dropdown--*/
.custom-dropdown .btn {
    background-color: transparent;
    outline: 0px;
    box-shadow: none;
}
.custom-dropdown img {
    margin-top: -2px;
    margin-right: 3px;
}
.custom-dropdown.header-language-dropdown img{
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 8px 0px #eeeeee;
}

.custom-dropdown.country-selector-footer img{
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 8px 0px #eeeeee; max-width: 20px; display: inline-block;
}


.custom-dropdown img.login-user-img{
    width: 27px;
    height: 27px;
    border-radius: 50%;
}
.custom-dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 6px 38px 6px 15px;
    border-bottom: 1px solid #EEEEEE;
    transition: none;
    padding-right:15px; overflow:hidden; text-overflow:ellipsis;
}
.custom-dropdown .dropdown-menu a:hover {
    background-color: #FFB100;
    background-repeat: no-repeat;
    background-position: 92% center;
    font-weight: 600;
    color: #151515;
}

.custom-dropdown .dropdown-menu a:hover,
.custom-dropdown .review-drop .dropdown-item.active, .custom-dropdown .review-drop .dropdown-item:active {
    background-image: url(../images/dropdown-selected.svg);
    /*--background-color: transparent;--*/
    background-color: #FFB100;
    background-repeat: no-repeat;
    background-position: 92% center;
    font-weight: 600;
    color: #151515;
}
.custom-dropdown .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 6px solid #0200474d;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    /* color: #0200474d;*/
}

/*******account section dropdown*************/
.account-dropdown.custom-dropdown .dropdown-menu{
    padding: 13px 0px 0;
    min-width: 246px;
    max-width: 246px;
    width: 100%;
    right: 0;
    left: unset;
}
.account-dropdown.custom-dropdown .dropdown-menu a{
    font-size: 14px;
    padding: 8px 20px;
    border-bottom: none;
    color: #151515;
}
.welcome-msg{
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 0px 9px;
    margin: 0px 20px;
    color: #151515;
}
.account-dropdown.custom-dropdown .dropdown-menu a:hover{
    background-image: none;
    /*--background-color: #FFB100;--*/
    font-weight: normal;
}
.store-dropdown.custom-dropdown .dropdown-menu a img{
    width: 28px;
    border-radius: 3px;
}
.store-dropdown.custom-dropdown .dropdown-menu{
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 4px #ebebeb;
}
.store-dropdown.custom-dropdown .dropdown-menu a{
    border-bottom: none;
    margin-bottom: 2px;
}
.store-dropdown.custom-dropdown .dropdown-menu a:hover{
    color: #151515;
}
.store-dropdown.custom-dropdown .dropdown-item.active, .store-dropdown.custom-dropdown .dropdown-item:active,
.custom-dropdown .sort-by-dropdown .dropdown-item.sort-by-item.active, .custom-dropdown .sort-by-dropdown .dropdown-item.sort-by-item:active,
.serach-section .custom-dropdown .dropdown-item.active, .serach-section .custom-dropdown .dropdown-item:active{
    background-color: #F8F8FA;
    background-image: url(../images/dropdown-selected.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    font-weight: 600;
    color: #151515;
}
.custom-dropdown .sort-by-dropdown .dropdown-item.sort-by-item.active, .custom-dropdown .sort-by-dropdown .dropdown-item.sort-by-item:active{
    background-color: transparent;
}

.store-dropdown.custom-dropdown .dropdown-menu a::before {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}





/*--Custom Search--*/
.search-by-brand .input-group {
    border: 1px solid #f2f2f4;
    border-radius: 10px;
    overflow: hidden;
}
.search-by-brand .input-group-text {
    border: 0;
    border-radius: 8px;
    background-color: #fff;
}
.search-by-brand .input-group .form-control {
    background-color: #fff;
    border: 0;
    /* padding-left: 0; */

    font-size: 14px;
}
.search-by-brand .input-group-text i {
    width: 25px;
    height: 25px;
    background-color: #FFB100;
    color: #fff;
    padding: 6px;
    border-radius: 8px;
    font-size: 13px;
}
.page-link:focus{
    box-shadow: none
}
.page-link:hover{
    color: #151515;
}

/*--Custom Search--*/

/*--Cross Theme Search--*/
.cross-theme-search .input-group { border: 1px solid #DDDDDD; border-radius: 50px; overflow: hidden;}
.cross-theme-search .input-group-text {border:0; border-radius: 50px; background-color: #fff;}
.cross-theme-search .input-group .form-control { background-color: #fff;
                                                 border: 0;
                                                 /* padding-left: 0; */
                                                 font-size: 14px;}
.cross-theme-search .input-group-text i {     width: 30px;
                                              height: 30px;
                                              background-color: #FFB100;
                                              color: #fff;
                                              padding: 8px;
                                              border-radius: 100%;
                                              font-size: 15px;}
/*--Cross Theme Search--*/

.owlslider-product-slider .item img{
    max-height: 210px;
    object-fit: contain;
}


/**********input field css*********/

.inputfield {
    position: relative;
    height: 45px;
    margin-bottom: 18px;
}
.inputfield span{
    position: relative;
    display: block;
}
.inputfield span:before {
    content: "";
    left: 0;
    bottom: 0;
    right: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -0.1%, #FF7070 -0.1%, #FBBA20 82.29%);
    height: 2px;
    position: absolute;
    transition: all 0.2s ease-in-out;
}
.inputfield.active span:before {
    right: 0;
}
.inputfield.active label {
    margin: 3px 0px 3px 15px;
    font-size: 11px;
    color: #A6A6A6;
}
.inputfield label {
    position: absolute;
    z-index: 1;
    margin: 13px 16px;
    font-size: 0.8rem;
    transition: all 0.2s ease-in-out;
    cursor: text;
    color: #666666;
}
.inputfield input, .inputfield textarea {
    padding: 20px 15px 10px;
    font-size: 0.8rem;
    position: relative;
    height: 45px;
    top: 0;
    border: 1px solid #eeeeee;
    background: #FCFCFC;
}
.inputfield input:focus, .inputfield textarea:focus {
    outline: none;
}
.inputfield.autofilled span:before {
    right: 0;
}
.inputfield.autofilled label {
    margin: 3px 0px 3px 15px;
    font-size: 11px;
    color: #A6A6A6
}
.form-row{
    position: relative;
}
.middle-section ul.list-group li ul.list-group li{
    position: relative;
}
/*.inputfield .validation-advice{
    position: absolute;
    bottom: -13px;
}*/
#careerForm .floating-labels select,
#careerForm .floating-labels input[type="file"]{
    height: 45px;
    background: #fcfcfc;
    border: 1px solid #eeeeee;
    padding-top: 10px;
}
/********input field css end***********/


/*************Newsletter new design************/

.newsletter-subscription #newsletter-subscribe-email { background-image: url("../images/stay-connected.svg"); background-repeat: no-repeat; display: block; margin: 0 auto; width: 100%; background-position: center; padding: 20px 0px; border-radius: 30px; background-size:cover; }
.newsletter-subscription #newsletter-subscribe-email .newsletter-subscription { margin: 0 auto; }
.newsletter-subscription .input-group { width: auto; align-items: center;}
.newsletter-subscription .stay-connected { position: relative; margin: 0px; line-height: normal; line-height: 40px;}
.newsletter-subscription .stay-connected:before { width: 5px; height: 100%; background-color:#fbb828; position: absolute; left: -15px; top: 0px; content:""; display: block;}
.newsletter-subscription .input-group-text {background-color: #FFB100; border-radius: 45px !important; color: #fff; max-height: 51px; cursor: pointer; overflow: hidden;}
.newsletter-subscription .input-group-text input[type="submit"] {
    background-color: #FFB100;
    border: 0px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
}
.newsletter-subscription .input-group{
    max-width: 520px;
}
.input-group-text{
    /*padding: 0;*/
    height: auto;
}
.cross-theme-search .input-group-text em {
    /* position: absolute; */
    /* right: 30px; */
    z-index: 1;
    width: auto;
    height: auto;
    padding: 0;
    /* top: 20px; */
    bottom: 0;
    margin: auto;
    background: transparent;
    margin-right: 10px;
}

.newsletter-subscription #validate-newsletter{
    display: block;
    font-size: 11px;
    position: relative;
    color: red;
    left: 15px;
    white-space: nowrap;
    bottom: 0px;
}


/*************End Newsletter new design************/




/*---Footer---*/
/*footer { margin-top: 70px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}*/
/*footer h4 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}*/
/*footer .fab {
    font-size: 25px;
}*/

/*footer .quick-links span {
    min-width: 25px;
    display: inline-block;
}*/

.country-selector-footer .delivery-text { font-size: 14px;}

.country-selector-footer .btn {
    border: 1px solid #efefef;
    padding: 5px 12px;
    position: relative; font-size: 12px;
}
.country-selector-footer .btn:after {
    position: absolute;
    top: 13px;
    right: 15px;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.payment-icons li {
    /*--margin-right: 13px;
    border: 1px solid #464646;
    border-radius: 3px;
    -webkit-box-shadow: -1px 2px 3px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: -1px 2px 3px 0px rgb(0 0 0 / 50%);
    box-shadow: -1px 2px 3px 0px rgb(0 0 0 / 50%);--*/
}



/*footer .footer-menu {
    padding-bottom: 60px;
}*/
/*footer .ubuy-popular-search {
    background-color: #f8f8fa;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
    margin-bottom: 16px;
    color:#FFB100
}*/
/*--.footer-menu .quick-links a:hover { color:#FFB100;}--*/
/*footer .ubuy-popular-search strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}*/
/*footer .ubuy-popular-search ul li {
    position: relative;
}*/
/*footer .ubuy-popular-search ul li:after {
    height: 13px;
    background-color: #666666;
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    width: 1px;
    display: block;
}*/
/*footer .ubuy-popular-search ul li:last-child:after {
    content: normal;
}*/
/*footer .ubuy-popular-search ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}*/
:focus {
    outline: none;
}
#newsletter-subscribe-email p.h2-heading{
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.country-selector-footer .dropdown-menu{
    max-height: 300px;
    overflow: auto;
}

/*****************************/
.header-language-dropdown .prod-gram {
    margin-bottom: 5px !important;
}
.header-language-dropdown .dropdown-menu {
    padding: 11px 20px 20px;
    min-width: 220px; box-shadow: 0px 0px 6px #EBEBEB;
}
.header-language-dropdown .select-wrapper {
    width: 100%;
    height: 33px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    padding: 0px 8px; cursor: pointer;
    background-image: url(../images/arrrow-down.svg);
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 2px;
    background-color: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.header-language-dropdown label {
    margin-bottom: 3px;
    font-size: 14px;
}
.header-language-dropdown ul.prod-gram {
    height: 33px;
    width: 100%;
    color: #151515;
    letter-spacing: 0em;
    font-size: 14px;
    line-height: 24px;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 111;
    background: #ffffff;
    border-radius: 3px;
}
.header-language-dropdown ul.prod-gram li.init {
    cursor: pointer;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    position: relative;
}
.header-language-dropdown ul.prod-gram li.init:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    border-top: 6px solid #0200474d;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    width: 6px;
    height: 6px;
    margin: auto;
}
.header-language-dropdown ul.prod-gram li {
    padding: 3px 6px;
    z-index: 2;
    height: 33px;
    cursor: pointer;
    width: 100%;
}
.header-language-dropdown ul.prod-gram li:not(.init) {
    width: 100%;
    display: none;
    background: #F8F8FA;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    margin: 0px;
}
.header-language-dropdown ul.prod-gram li:not(.init):hover {
    background: #FFB100;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing{
    top: 50px;
}
.wsmenu>.wsmenu-list>li>.navtext{
    padding: 19px 0px;
}
.category-value{
    display: none;
}
/*----------------------------*\
loading screen
\*----------------------------*/
.loader-spin-overlay {
    z-index: 9999;
    color: #d85909;
    font-size: 15px;
    font-weight: bold;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
    display: none;
}
.loader-spin,
.loader-spin:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.loader-spin-overlay.loading {
    display: block !important;
}
.loader-spin {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 35%;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(242, 139, 0, 0.2);
    border-right: 0.4em solid rgba(242, 139, 0, 0.2);
    border-bottom: 0.1em solid rgba(242, 139, 0, 0.2);
    border-left: 0.5em solid #ff7500;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.body-content {
    position: relative;
}
.loader-spin-overlay-absolute {
    z-index: 99;
    color: #d85909;
    font-size: 15px;
    font-weight: bold;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.loader-spin-overlay-absolute.loading {
    display: block !important;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*----------------------------*\
loading screen
\*----------------------------*/

/*----------------------------*\
loading elements
\*----------------------------*/
.u-loader-sl {
    position: relative;
}
.u-loader {
    z-index: 9999;
    color: #d85909;
    font-size: 15px;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    top: 45%;
    left: 0;
    right: 0;
    display: none;
}
.u-loader .loader-spin,
.u-loader .loader-spin:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}
.u-loader-outer {
    background: #fff;
    height: 100% !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.u-loader-sl {
    min-height: 50px;
    position: relative;
    background: #f8f8fa;
}
.u-loader-sl.s1x {
    min-height: 50px;
}
.u-loader-sl.s2x {
    min-height: 100px;
}
.u-loader-sl.s4x {
    min-height: 200px;
}
.u-loader-sl.s6x {
    min-height: 400px;
}
.u-loader.s1x {
    transform: scale(0.2);
}
.u-loader.s2x {
    transform: scale(0.5);
    top: 40%;
}
.u-loader.s4x {
    transform: scale(0.8);
    top: 40%;
}
.u-loader.s6x {
    transform: scale(1);
    top: 40%;
}
.u-loader.loading {
    display: block !important;
}
.u-loader .loader-spin {
    margin: 0px auto;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0%;
    text-indent: -9999em;
    border-top: 0.7em solid rgba(74, 74, 74, 0.2);
    border-right: 0.7em solid rgba(74, 74, 74, 0.2);
    border-bottom: 0.7em solid rgba(74, 74, 74, 0.2);
    border-left: 0.7em solid #464646;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

/*----------------------------*\
loading elements
\*----------------------------*/


/************header fixed***********/

.fixed-header{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 111;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*main{
    padding-top: 84px;
}*/

/*******End Fixed Header**************/

.testing-links {
    display: inline-block;
    position: fixed;
    padding: 15px;
    z-index: 9999;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px #ccc;
    right: -90px;
    transition: .5s ease-in-out;
    border: 1px solid #151515;
}
.testing-links:hover {
    right: 0;
}
/************no product***********/
.no-product{
    padding: 30px 15px 0px;
    margin-bottom: 30px;
}
.no-product h1{
    color: #FFB100;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#faq-search-mobile-link {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 15px;
}
#faq-search-mobile-link i{
    margin-right: 5px;
    color: #FFB100;
}


/************Pagination Css***********/

.page-link{
    padding: 5px 10px;
    border: none;
    background-color: transparent;
    margin-left: 3px;
    color: #151515;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.page-item.active .page-link {
    color: #151515;
    background-color: #EFEFEF;
}


/*#product-view-full{
word-break: break-all;
}*/


.copyright { margin-top: 10px; }

.contactus .phone_country_box_code .contry_phone_code { position: absolute; top: 8px; left: 15px; font-size: 12px; }
.contactus .phone_country_box_code #telephone { padding-left: 45px; }


/************/

#mobile{
    max-width: 130px;
    width: 100%;
}
.dropdown-menu{
    z-index: 10003;
}

.item.product-list .product-min-detail .store-select, .ubuy-fulfilled { cursor: default; }

/****************/
.ins-searched-query-wrapper{
    display:none;
}



/***************************seo contain*****************/

.category-link-information h1 strong, .category-link-information h2 strong, .category-link-information h3 strong, .category-link-information h4 strong, .category-link-information h5 strong, .category-link-information h6 strong{color: #212529;}
.category-link-information h1, .category-link-information h2, .category-link-information h3, .category-link-information h4 {
    padding: 5px 0;
    color: #212529;
    line-height: normal;
    /*--border-left: 5px solid #EF9900; background-color: #eee;
    padding-left: 10px;--*/
    margin-bottom: 20px;
    margin-top: 15px; text-align: left !important; font-family: 'Poppins', sans-serif !important;
}
.category-link-information h1 span, .category-link-information h2 span, .category-link-information h3 span, .category-link-information h4 span { padding: 0px 0;
                                                                                                                                                 color: #EF9900;
                                                                                                                                                 line-height: normal;
                                                                                                                                                 margin-bottom: 0px;
                                                                                                                                                 background-color: #eee;
                                                                                                                                                 margin-top: 0px; display: block;}
.category-link-information p {
    font-size: 14px;
    line-height: normal;
    padding-bottom: 10px;
    color: rgb(102 102 102);
    margin: 0px 15px 2px 0px;
    font-family: 'Open Sans';
}
.category-link-information p a {
    color:#ef9900;
}
.category-link-information h1, .category-link-information h1 span {font-size: 20px !important;}
.category-link-information h2, .category-link-information h2 span {font-size: 18px !important;}
.category-link-information h2 { font-weight: bold; }
.category-link-information h3, .category-link-information h3 span {font-size: 16px !important; border: 0px; margin-left: 15px; padding-left: 0px;}
.category-link-information h3 { font-weight: bold; }
.category-link-information h4, .category-link-information h4 span {font-size: 14px !important;}
.category-link-information ul { padding-left: 25px; }
.category-link-information ul li { list-style: disc;}
.category-link-information ul li p { padding-left: 0px; }
.category-link-information ul li a { color: #ffb100; text-decoration: underline; }
.category-link-information strong a { font-weight: bold;}
.category-link-information {margin-top: 25px; max-width: 1170px;}
.category-link-information h3.brand-question, .category-link-information h3.brand-question span { margin-left:0px; /*--padding-left: 15px;--*/ margin-bottom: 0px; }


/**********seo contain end*********/



/************search box top-selling************/


.search-list{
    display: flex;
    justify-content: center;
}

.deal-search-box .search-boxes {
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%;
    max-width: 700px;
    margin-top: 30px;
}
.deal-search-box .search-boxes .fa-search {
    position: absolute;
    padding: 9px;
    top: 6px;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    left: 6px;
    background: #FFB100;
    z-index: 2;
}
.deal-search-box .auto-type {
    position: relative;
}
.deal-search-box .search-deals-input {
    color: #464646;
    min-width: 250px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #c6c6c6;
    padding-left: 60px;
    padding-right: 45px;
    width: 100%;
    font-size: 16px;
}
.deal-search-box i.fas.fa-times.close_search {
    display: none;
    right: 20px;
    color: #c6c6c6;
    position: absolute;
    top: 11.5px;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
}


.btn.btn-primary.add-to-cart {
    display: none !important;
}
.product-tile{
    margin-top: 12px;
}

/************end search box top-selling************/






@media (max-width: 1500px){
    /*   footer .footer-menu {
           padding-bottom: 35px;
       }
       footer .fab {
           font-size: 22px;
       }
       footer h4 {
           font-size: 18px;
       }*/
    .text-overlay a{
        padding: 14px 0px 14px 18px !important;
    }


    /***************header**************/
    .header-cart span{
        font-size: 0px;
    }
    .featured-products img{
        max-width: 60%;
    }
    #user_cart_count, #user_cart_count_sm{
        right: -6px;
    }
    /*footer .w-60{
        width: 100% !important;
    }*/
    .wishlist-icon {
        right: 12px;
        top: 12px;
    }
}



/*--Error Success Popup Messages--*/
.popup-messages .messages {background-color: #212121;
                           width: auto;
                           display: block;
                           padding: 10px;
                           margin: 0 auto;
                           position: fixed;
                           bottom: 30px;
                           z-index: 12;
                           left: 0;
                           right: 0;
                           max-width: 360px; font-size: 14px;
                           color: #fff;}

.popup-messages .messages .success-msg .fa-check-circle { color: #26bc4e; font-size: 20px;}
.popup-messages .messages .error-msg .fa-exclamation-circle { color: #ff6161; font-size: 20px;}
.popup-messages .messages a { color: #FFB100; }

/*--Error Success Popup Messages--*/



/**************Qty Slider****************/
.qty-cart input[type="number"] {
    outline: none;
    -moz-appearance: textfield; height: calc(1.5em + .75rem + -10px);
}
.qty-cart input[type=number]::-webkit-inner-spin-button,
.qty-cart input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.ui-spinner a.ui-spinner-button.ui-corner-tr{
    width: 11px;
    border-top: 5px solid #9B9FAD;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    transform: rotate(180deg);
    height: 11px;
}
.ui-spinner a.ui-spinner-button.ui-corner-tr:hover { border-top: 5px solid #9B9FAD;}
.ui-spinner a.ui-spinner-button.ui-corner-br{
    width: 11px;
    border-top: 5px solid #9B9FAD;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    height: 11px;
}

.ui-spinner .form-control:focus{
    border: none;
}
.ui-spinner-input{
    margin: 0 !important;
    padding: 0px 15px 0 0 !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #dee2e6;
    padding: 6px 12px;
    border-radius: 3px;
    box-shadow: 0px 0px 8px 0px #eeeeee;
    min-width: 110px;
    width: 100%;
}
.qty-cart label{
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ui-spinner-button{
    right: 10px !important;
}

.ui-spinner-up {
    top: 3px !important;
}
.ui-spinner-down{
    bottom: 3px !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: 'Open Sans', sans-serif;
    color: #151515;
}




/**************Qty Slider End****************/



@media (max-width: 1400px){
    .track-order{
        display: none;
    }
    .col-lg-5.header-search{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 53.666667%;
        flex: 0 0 53.666667%;
        max-width: 53.666667%;
    }
    .header-advance-search .submit button, .header-advance-search .submit button:focus{
        width: 50px;
    }
    .download-app{
        font-size: 0px;
    }
    .download-app img.mr-1{
        margin-right: 0px !important;
    }
    .product-outer-list.col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .header-account-links button.download-app{
        display: none;
    }
    .mansory {
        columns: 240px;
        column-gap: 20px;
    }

    /********footer******************/

    /*.footer-links.pt-4.pb-4{
        padding-bottom: 1.2rem !important;
        padding-top: 1.2rem !important;
    }
    .footer-links a{
        font-size: 13px;
    }
    footer .w-60{
        width: 100% !important;
    }
    footer .ubuy-popular-search{
        padding: 15px 0px !important;
    }
    footer h4.mb-4{
        margin-bottom: 1.2rem !important;
        font-size: 16px;
    }*/
    .payment-icons li img{
        /*--width: 50px;--*/
        height: auto;
    }
    .featured-products .text-overlay {
        position: relative;
        width: 68%;
        height: 67px;
        font-size: 16px;
        line-height: 21px;
    }
    .text-overlay a {
        padding: 10px 0px 10px 18px !important;
    }
    .newsletter-subscription .stay-connected{
        font-size: 23px;
        line-height: 30px;
    }
}



@media (max-width: 1200px){
    .header-account-links.mr-2{
        margin-right: 0px !important
    }
    #customer_short_section button span{
        font-size: 0px;
    }
    .text-overlay a{
        padding: 14px 50px 14px 18px !important;
    }
    .cms-content-pages h1.h1{
        margin-bottom: 30px !important;
    }
    .cms-content-pages .container-fluid{
        margin-top: 30px !important;
    }
}

@media (max-width: 1070px){
    .desktop-hidden{
        display: none !important;
    }
    .navbar.navbar-expand-lg{
        padding: 0;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing{
        top: 0px;
    }
    .wsmenu>.wsmenu-list>li>.navtext{
        text-align: left;
        padding-left: 18px;
        padding-right: 18px;
    }
    .category-value i{
        margin-right: 11px;
        color: #FFB100;
    }
    .wsmobileheader{
        justify-content: space-between;
        box-shadow: 0px 2px 14px rgb(0 0 0 / 11%);
        flex-wrap: wrap;
        padding-bottom: 12px;
        background: #ffffff;
    }
    .mobileheaderinner{
        display: flex;
    }
    .menulist{
        display: flex;
        justify-content: flex-end;
        flex: 1 0 auto;
    }
    header{
        box-shadow: none;
    }
    .wsshopmyaccount,
    .track-order-mobile{
        display: block !important;
    }
    .download-app {
        font-size: 12px;
    }
    .header-account-links button{
        min-height: 32px;
    }
    .header-account-links button.download-app{
        display: block;
    }
    .category-value{
        display: block;
    }
    .hamburger{
        display: none;
    }
    .ws-inline li.has-child .hover-active,
    .ws-inline li.has-child.ws-child-active .hover-active{
        opacity: 1;
    }
    .hover-active{
        position: relative;
        top: 0;
    }
    .ws-inline li.has-child.ws-child-active>a:after{
        display: none;
    }
    .ws-inline>li>a {
        padding: 10px 10px 15px 10px;
    }
    /* main {
         padding-top: 125px;
     }*/
    /* main{
         margin-top: 32px;
     }*/
    /**********footer***********/

    .ubuy-popular-search.w-90{
        width: 95% !important
    }
    /*footer .ubuy-popular-search{
        margin-top: -45px;
    }
    .footer-links li {
            position: relative;
            margin: 0 8px;
        }*/
    .language-section{
        display: none !important;
    }
    #user_cart_count, #user_cart_count_sm {
        right: 10px;
    }
    .header-account-links .download-app a{
        color: #FF4134;
    }
    .header-language-dropdown .dropdown-menu, #store-sm .dropdown-menu { right: 0px; left: unset !important; transform: translate3d(-5px, 36px, 0px) !important; }
    .column-heading-icon img { max-width: 20px !important; }
}








@media only screen and (min-width: 992px) and (max-width: 1262px){
    .wsmenu {
        width: auto;
    }
}


@media (max-width: 991px){
    .quick-links{
        text-align: center;
        margin-bottom: 25px;
        position: relative;
    }
    /*.quick-links:after{
        content: '';
        position: absolute;
        bottom: -5px;
        width: 30%;
        height: 1px;
        background-color: #e4e4e4;
        left: 0;
        right: 0;
        margin: auto;
    }*/
    .quick-links:before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        height: 80%;
        width: 1px;
        background-color: #e4e4e4;
        right: 0;
        margin: auto;
    }
    .quick-links:nth-child(even):before{
        display: none;
    }
    .quick-links:nth-last-child(2):after,
    .quick-links:last-child:after{
        display: none;
    }
    .quick-links .payment-icons,
    .country-selector-footer,
    .quick-links .list-unstyled{
        justify-content: center;
    }
    .country-selector-footer .w-60{
        width: 60% !important;
    }
    /* footer .footer-menu {
         padding-bottom: 0;
     }*/
    .ubuy-popular-search,
    /*--.ubuy-polices{
        display: none !important;
    }--*/

    .ubuy-polices ul { line-height: 25px;}
    .newsletter-subscription .d-flex#newsletter-subscribe-email{
        flex-wrap: wrap;
        justify-content: center;
    }
    #newsletter-subscribe-email p.h2-heading{
        margin-bottom: 10px !important;
    }
    .featured-products .text-overlay {
        height: 50px;
        font-size: 15px;
        line-height: 18px;
        margin-left: 15px
    }
    ul.pagination{
        margin-top: 25px !important;
    }
    .cms-content-pages h1.h1{
        margin-bottom: 20px !important;
    }
    .cms-content-pages .container-fluid{
        margin-top: 20px !important;
    }
}



@media (max-width: 767px){
    /*footer .ubuy-popular-search { margin-top: 15px; }

    footer h4.mb-4 {
        margin-bottom: 0.9rem !important;
        font-size: 16px;
    }*/
    .quick-links{
        margin-bottom: 15px;
    }
    #newsletter-subscribe-email p.h2-heading {
        font-size: 15px;
        line-height: 22px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }
    .action .button {
        width: 35px !important;
        height: 35px;
        font-size: 20px;
    }
    .newsletter-subscription input {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
    #catgory-pagination-text{
        display: none;
    }
    /* main {
         padding-top: 117px;
     }*/
    .custom-dropdown img {
        width: 25px;
        height: auto;
    }
    .custom-dropdown .dropdown-menu a {
        font-size: 12px;
        padding: 6px 28px 6px 15px;
    }
    .address-book  table {
        border: 0;
    }
    .address-book .table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .address-book .table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .address-book .table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
        padding: 10px;
    }

    .address-book .table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .address-book .table td:last-child {
        border-bottom: 0;
    }
    .product-slider .product-list .ubuy-fulfilled {
        right: 10px;
        bottom: 15px;
        width: 24px;
        height: 24px;
    }
    .product-slider .product-list {
        padding-bottom: 15px !important;
    }
    .product-slider .product-list .product-tile{
        margin-bottom: 5px;
    }
    /* footer{
         margin-top: 40px;
     }*/
    .popup-messages .messages { max-width: 420px; }
    .newsletter-subscription .stay-connected{
        text-align: center !important;
        margin-bottom: 14px;
        font-size: 26px;
    }
    .newsletter-subscription .stay-connected:before{
        display: none;
    }
    .newsletter-subscription{
        padding: 0px 0px;
    }
    .cross-theme-search .input-group .form-control{
        padding-left: 10px;
        line-height: 29px;
        font-size: 14px;
        height: 31px
    }
    .newsletter-subscription .input-group-text{
        max-height: 35px;
        font-size: 13px;
    }
    .newsletter-subscription .input-group{
        padding: 5px !important;
        margin: auto;
    }
    .cross-theme-search .input-group-text em{
        right: 15px;
        top: 16px;
    }
    /********top-selling********/
    .deal-search-box .search-boxes {
        max-width: 360px;
    }
    .deal-search-box .search-boxes .fa-search{
        font-size: 13px;
        padding: 6px;
        top: 6px;
    }
    .deal-search-box .search-deals-input{
        padding-left: 35px;
        padding-right: 35px;
        height: 36px;
        font-size: 14px;
    }
    .deal-search-box i.fas.fa-times.close_search {
        right: 12px;
        top: 8.5px;
        font-size: 12px;
    }
}

@media (max-width: 580px){
    .header-account-links button.download-app{
        display: none;
    }
    .mobile-company-logo img{
        width: 68px;
    }
    .wsanimated-arrow{
        margin: 12px 5px 0 15px;
    }
    #category-search-dropdown{
        display: none !important;
    }
    .header-advance-search{
        padding: 2px;
    }
    .header-advance-search .input input{
        font-size: 13px;
    }
    .header-advance-search .submit{
        margin-left: 0px;
    }
    .custom-dropdown .btn{
        padding-left: 7px;
        padding-right: 7px;
    }
    .header-advance-search .submit button, .header-advance-search .submit button:focus {
        height: 36px;
        width: 38px;
    }

    /*footer .quick-links h4.mb-4,
    footer .quick-links h4 {
      margin-bottom: 0.9rem !important;
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
  }*/
    .country-selector-footer{
        margin-bottom: 15px;
    }
    #newsletter-subscribe-email p.h2-heading {
        font-size: 14px;
    }
    .voilet-bg,
    .blue-bg,
    .green-bg,
    .yellow-bg{
        margin-bottom: 15px;
    }
    .featured-products .text-overlay {
        margin-left: 15px;
        width: 78%;
    }
    .text-overlay a {
        padding: 14px 10px 14px 10px !important;
    }
    .mb-5.featured-products{
        margin-bottom: 15px !important;
    }
    ul.pagination {
        margin-top: 15px !important;
    }
    .page-link{
        font-size: 14px;
    }
    .get-app img{
        width: 13px;
        margin-left: 6px;
    }
    .quick-links:before{
        display: none;
    }
    .sitemap_links a{
        width: 100%;
    }
    #product_sitemap .list-group-item{
        padding: 10px 10px;
        font-size: 12px;
    }
    .cms-content-pages h1.h1{
        margin-bottom: 10px !important;
    }
    .cms-content-pages .container-fluid{
        margin-top: 10px !important;
    }
    .cms-content-pages .mb-5{
        margin-bottom: 1.5rem!important
    }
    .popup-messages .messages { max-width: 95%; font-size: 13px; }
    .newsletter-subscription {
        padding: 10px 0 10px !important;
    }
    .newsletter-subscription .input-group-text input[type="submit"]{
        padding: 10px 10px 10px 20px;
    }
    .input-group-prepend .input-group-text{

        padding: 0;
    }
    .featured-products img{
        padding: 10px;
    }
}
/*
@media (min-width: 576px){
.modal-dialog { margin: 11.75rem auto; }
}

@media (max-width: 575px){
.modal-dialog { margin: 15rem .5rem; }
}
*/

@media (max-width: 479px){

    .header-account-links a {
        font-size: 12px;
        line-height: 19px;
    }
    #dropdowncountry-sm{
        text-transform: capitalize;
    }
    .custom-dropdown img {
        width: 24px;
        height: auto;
    }
    .search-btn img{
        width: 12px;
    }
    .category-page .container.mb-3 {
        margin-bottom: 0px !important;
        padding: 10px 15px !important;
    }
    .country-selector-footer .w-60 {
        width: 70% !important;
    }
    .featured-products .col-md-3:nth-last-child(2){
        display: none;
    }
    .product-list .product-image a {
        min-height: 105px;
        align-items: center;
    }
    .product-slider .product-list .product-image a {
        padding: 15px;
    }
    .product-list a img.search-img{
        padding: 10px;
    }
    .wishlist-icon {
        right: 5px;
        top: 5px;
    }
    .product-slider .product-list .ubuy-fulfilled {
        width: 23px;
        height: 23px;
        line-height: 30px;
        bottom: unset;
        top: 10px;
        right: unset;
        left: 10px;
    }
    .product-slider .product-list{
        padding: 10px 15px 0px 10px !important;
    }
    .btn.btn-primary.add-to-cart{
        display: none !important;
    }
    .product-list .ubuy-fulfilled {right: 5px;
                                   bottom: 5px;
                                   width: 25px;
                                   height: 25px;
                                   line-height: 25px;}
    .featured-products figure{
        min-height: 90px;
    }
    .featured-products .text-overlay {
        height: 40px;
    }
    /* footer {
         margin-top: 25px;
     }*/
    .uba-product-list .product-min-detail{
        margin-left: 0px !important;
    }

    .product-list a.wishlist-icon {
        /*line-height: 20px !important;*/
        font-size: 10px;
        right: 7px;
        /*width: 21px;
        height: 21px;*/
        top: 7px;
    }



}


@media (max-width: 375px){

    #remove-restrict_data-form tr { width: 95%;  margin: 0px auto; }
    #remove-restrict_data-form .g-recaptcha {transform: scale(0.7); margin-left: -38px; }
}






/********modal Css***********/


@font-face {
    font-family: 'Impact';
    src: url('font/Impact.svg#Impact') format('svg'),
        url('font/Impact.ttf') format('truetype'),
        url('font/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'impact';
    src: url('font/impact.eot');
    src: url('font/impact.eot?#iefix') format('embedded-opentype'),
        url('font/impact.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


#ubuy-delete-confirm-modal .card-body .text-right{ text-align:center !important; }


.image-right{
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.modal-custom-dialog{
    max-width: 590px;
}
.modal-conitnue{
    padding: 30px;
}
.modal-conitnue h1{
    font-size: 48px;
    font-weight: 700;
}
.modal-conitnue h2{
    font-size: 28px;
    color: #FF725E;
    font-weight: 600;
}
.modal-conitnue>div{
    max-width: 190px;
    border: 2px dashed #F9B11A;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 0px;
    position: relative;
}
.modal-conitnue span.use{
    font-size: 22px;
    font-weight: 600;
}
.modal-conitnue span.code{
    font-size: 34px;
    font-family: 'Impact';
    color: #F9B11A;
    text-transform: uppercase;
    line-height: 34px;
}
.modal-conitnue a{
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    max-width: 190px;
    /* border: 1px solid #151515; */
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    /* background: #fff; */
    background: #FFB100;
}
.close{
    position: absolute;
    right: 8px;
    text-align: right;
    font-weight: 400;
    font-size: 34px;
    top: 5px;
    z-index: 1;
}

.important-notes-block .modal-dialog .modal-content .modal-header strong{font-size: 16px;}
.important-notes-block .modal-dialog .modal-content .modal-header .close{right: 31px;font-weight: bold;top: 22px;font-size:26px;color: #151515;opacity: 1;}
.important-notes-block .modal-dialog .modal-content .modal-footer .form-button{background-color: #FFB100;color: #fff;}
.important-notes-block .modal-dialog .modal-content .modal-body label{font-size: 14px;font-family: 'Open Sans'; font-weight: bold;}
.modal-custom-newsletter{
    max-width: 800px;
}
.offer-text-outer{
    display: flex;
    justify-content: flex-end;
    border-left: 1px solid #efefef;
}
.offer-text{
    writing-mode: tb-rl;/*
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;*/
}
.offer-text{
    transform: rotate(180deg);
    text-align: left;
}
.modal-custom-newsletter .modal-body{
    padding: 45px 45px 65px 45px;
}
.modal-custom-newsletter button.register-btn{
    padding: 12px;
    max-width: 245px;
    width: 100%;
    background: #151515;
    border-radius: 5px;
    color: #ffffff;
}
.modal-custom-newsletter button.register-btn span{
    color: #FFB100;
}
.modal-custom-newsletter .newsletter-form h4{
    font-size: 18px;
    padding-right: 50px;
    margin-bottom: 20px;
}
.offer-text h1{
    font-size: 92px;
    font-weight: 700;
    color: #FFB100;
    line-height: 78px;
}
.offer-text h2{
    font-size: 38px;
    font-weight: 600;
}
.badge-offer{
    color: #ffffff;
    background: #FFB100;
    margin-bottom: 50px;
}
.form-group{
    margin-bottom: 0px;
}
.modal-custom-newsletter .newsletter-form .form-control{
    width: 85%;
}
.offer-text-outer{
    position: relative;
}
.offer-text-outer:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -9px;
    top: -55px;
    background: #808080;
    border-radius: 50%;
}
.offer-text-outer:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -9px;
    bottom: -73px;
    background: #808080;
    border-radius: 50%;
}
.modal-custom-newsletter .modal-content{
    border-radius: 20px;
    border: none;
}
.modal-custom-newsletter button.close{
    right: 60px;
    top: 32px;
    font-size: 38px;
}
.modal-conitnue{

}

.modal-conitnue .code em{
    font-size: 23px;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.modal-conitnue:hover .code em{
    opacity: 1;
}
.tooltip.bs-tooltip-top{
    z-index: 99999;
}
.play-images a:first-child{
    margin-right: 20px;
}


/***********************/


@media (max-width: 1400px){
    /************************/

    .modal-conitnue h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .modal-conitnue h2 {
        font-size: 24px;
        color: #FF725E;
    }
    .modal-conitnue>div {
        padding: 11px 0px;
    }
    .modal-conitnue {
        padding: 20px 30px;
    }

    /************************/
}


@media (max-width: 767px){
    .modal-custom-dialog {
        max-width: 480px;
    }
    .image-right{
        text-align: right;
    }
    .image-right img{
        max-width: 80%;
    }
    .modal-conitnue>div {
        padding: 8px 0px;
        max-width: 160px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .modal-conitnue span.use {
        font-size: 18px;
        font-weight: 600;
    }
    .modal-conitnue span.code {
        font-size: 28px;
        line-height: 28px;
    }
    .modal-conitnue a{
        padding: 9px 10px;
        font-size: 11px;
        max-width: 160px;
    }
    .modal-conitnue {
        padding: 20px 20px;
    }
    .modal-conitnue h1 {
        font-size: 36px;
    }
    .modal-conitnue h2 {
        font-size: 20px;
    }
    .modal-conitnue .code em {
        font-size: 14px;
        position: absolute;
        margin-top: 4px;
        margin-left: 5px;
        opacity: 1;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
    }
}


@media (max-width: 480px){
    .modal-conitnue>div {
        padding: 6px 0px;
        max-width: 150px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .image-right{
        display: none;
    }
    .modal-conitnue h1 {
        font-size: 32px;
    }
    .modal-conitnue h2 {
        font-size: 18px;
    }
    .modal-conitnue span.use {
        font-size: 16px;
    }
    .modal-conitnue span.code {
        font-size: 24px;
        line-height: 22px;
    }
    .modal-conitnue a {
        padding: 8px 10px;
        font-size: 10px;
        max-width: 150px;
    }
    .modal-conitnue{
        text-align: center;
    }
    .modal-conitnue {
        padding: 15px 15px;
    }
}


