
.product-wrap .btn.btn-primary.btn-cart{
    margin:auto;
}
.vue-notification-group{
    z-index: 10000 !important;
}
.product-tagline{
    color:unset;
    font-weight:800;
    text-transform: none;
    font-size: 1.2rem;
}
#toptabcontainer-flex {
    width: 100%;
    min-width: 960px;
    padding: 5px 0 0 0;
    background: #dcdcdc;
}

@media (max-width: 1000px) {
    #toptabcontainer-flex {
        display: none
    }
}

#toptabcontainer-flex #toptabs {
    margin: auto;
    max-width: 1440px
}

#toptabcontainer-flex #oursites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#toptabcontainer-flex #oursites>div {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-right: 1px solid #e9e9e9;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    max-width: 200px
}

#toptabcontainer-flex #oursites>div.active,
#toptabcontainer-flex #oursites>div.active:before,
#toptabcontainer-flex #oursites>div.active:after{
    background-color: #ffffff;
}

#toptabcontainer-flex #oursites>div:before {
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    content: " ";
    width: 15px;
    height: 100%;
    background-color: #f2f2f2;
    margin-right: -10px;
    margin-left: -10px;
    border-left: 1px solid #ddd;
    border-top-right-radius: 6px;
    z-index: 10
}

#toptabcontainer-flex #oursites>div:first-child:before {
    border-top-left-radius: 6px;
}

#toptabcontainer-flex #oursites>div:after {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    content: " ";
    width: 15px;
    height: 100%;
    background-color: #f2f2f2;
    margin-right: -10px;
    margin-left: -10px;
    border-top-right-radius: 6px;
    z-index: 10
}

#toptabcontainer-flex #oursites>div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

#toptabcontainer-flex #oursites img {
    height: auto;
    width: 55%;
    max-width: 140px;
    max-height: 30px;
    margin-left: 10px;
    object-fit: contain;
    z-index: 11;
    align-self: flex-start
}

#toptabcontainer-flex #oursites img:hover {
    -webkit-filter: initial;
    -webkit-filter: initial;
    filter: initial;
    filter: initial
}


#toptabcontainer-flex #oursites .mainsitetab:after {
    background-color: #fff
}

#toptabcontainer-flex #oursites .aircon-tab,#toptabcontainer-flex #oursites .bath-tab,#toptabcontainer-flex #oursites .dehum-tab {
    display: none
}

#toptabcontainer-flex #oursites>div.active img,
#toptabcontainer-flex #oursites img:hover {
    -webkit-filter: none;
    filter: none;
}

.mobile-search{
    width: 90%;
}
.mobile-search .ais-input{
    width: 85%;
}
.mobile-search .ais-search-box__form{
    border: none;
}
.mobile-search .ais-results{
    width: 90%;
    /*min-height: 400px;*/
    max-height: 400px;
}
.mobile-search .view-all-banner{
    width: 90%;
    margin-top: 394px
}
.mobile-search .title {
    font-size: 15px;
}
.responsive-image {
    width: 100%;
    height: auto;
    min-width: 0;
}
@media (min-width: 992px) {
    .responsive-image {
        min-width: 400px;
    }
}
#navBanner{
    padding: 1px !important;
    max-height: 40px !important;
}
#navBanner p{
    font-size:2rem !important;
}
#navBanner a{
    color:white;
    text-transform: none;

}
.newsletter-content form input{
    background-color: white;
}
.header-search .btn.btn-search{
    width:auto !important;
    height:auto !important;
}
#menu-5 li a:hover{
    color:#c9bdbd !important;
}
#menu-5 h4:hover{
    color:#c9bdbd !important;
}
@keyframes popDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
.box {
    margin-top: 5%;
    margin-left: 10%;
    width: 200px;
    height: 170px;
    border-radius: 5px;
    background: #eee;
    position: relative;
}
.box::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 20%;
    height: 30px;
    width: 50px;
    background: inherit;
    clip-path: polygon(0 -100%, 100% 0, 100% 100%);
}

.main-nav {
    margin: auto;
}

.mega-menu{
    display: none;
    width: 100%;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background-color: #385eb6;
    position: absolute;
    z-index: 5;
    justify-content: center;
    animation: popDown 300ms ease-in-out;
    transform-origin: top center;
    transition: ease-in-out 300ms;
    max-width: 100vw;
}
.mega-menu h4 {
    color: white;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.mega-menu ul{
    overflow: auto;
    margin: 25px;
    list-style-type: none;
    text-align: left;
}
@media (max-width: 1350px){
    .mega-menu ul{
        margin: 0;
        margin-top: 25px;
        padding-left: 0.5em;
    }
}
.mega-menu ul li{
    margin-top: 7px;
    overflow-wrap: break-word;
}
.mega-menu ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.mega-menu ul li a:hover{
    color: white !important;
}
.mobile-menu-container{
    background-color: black;
    max-width: 100vw;
    padding-left: 5vw;
    transform: translateX(-100vw);
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}
.mobile-menu-container .mobile-menu{
    background-color: black;
    max-width: 85vw;
}
.mmenu-active .mobile-menu-overlay {
    opacity: 1;
    background-color: black;
}

.close-icon {
    right: 20px;
}

.mobile-menu li a:hover {
    color: white;
}

.mobile-menu .show ul li{
    display: list-item;
}

.mobile-menu li.expanded>a, .mobile-menu li.show>a {
    color: #385eb6;
    background-color: #fff;
}

.mobile-menu .show ul li.show>a {
    color:white;
    background-color: #385eb6;
}
.mobile-menu .show ul li.show>a .toggle-btn {
    border-radius: 50%;
    background-color: #2d4e9b;
    border: white 1px solid;
}
.mobile-menu-container .input-wrapper {
    max-width: 80vw;
}

.mobile-menu>li:not(:last-child) {
    border-bottom: 1px solid #2d4e9b;
}

.mobile-menu-container .input-wrapper .form-control{
    background-color: #385eb6;
    border: 1px solid white;
    color: white;
}
.mobile-menu-container .input-wrapper .btn-search{
    background-color: #385eb6;
    border: 1px solid white;
    color: white;
}

a.image-container img.primary-image,
a.image-container img.alternative-image {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
    height: 338px;
}

a.image-container:hover img.primary-image {
    height: 0 !important;
}

a.image-container:hover img.alternative-image {
    height: 338px !important;
}


.hidden{
    display: none;
}

.toggle-btn:before {
    font-size: 1.5rem;
}
.show>a .toggle-btn:before {
    transform: rotate(-90deg);
}

.active_modal{
    display: none;
}
.btn-invert{
    color: #385eb6;
    border-color: #fff;
    background-color: #fff;
}
.whitespace-no-wrap{
    white-space: nowrap;
}
.breadcrumb > li a:hover{
    text-decoration: none;
}
.primary-colour{
    color: #385eb6;
}
.add-to-cart-list{
    background-color: transparent;
}
.breadcrumb{

    background-color:white;
    font-weight:400;
}
a:hover{
    text-decoration: none;
}

.filter-items.item-check .active>a:before, #product-tab-reviews .form-group .custom-checkbox + label::before{
    font-family: "Font Awesome 5 Pro";
}
.custom-checkbox:checked + label::before, .custom-checkbox.checked + label::before{
    font-family: "Font Awesome 5 Pro";
}
.has-submenu > a::after{
    font-family: "Font Awesome 5 Pro";
    background-color: white;
}
.logout-btn{
    border:none;
    background-color:white;
    padding: 0;
    color: #336699;
}
.logout-btn:hover{
    text-decoration: underline;
}
.account-nav-link{
    position: relative;
    padding: 1.5rem 2.85rem 1.5rem 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
    border-bottom: 1px solid #eee;
}
.account-nav-link.active{
    color: #336699;
}
.account-nav-link:hover{
    color: #385eb6;
}
.logout-box{
    text-decoration: none;
    color: #336699;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    height:100%;
}
.logout-box:hover, .logout-box-text:hover{
    cursor:pointer;
    text-decoration: underline !important;
}
.logout-box-text{
    width:100%;
    padding:0;
    border:0;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #666;
    -webkit-transition: color;
    transition: color;
    letter-spacing: 0;
    word-break: break-word;
}
.align-text-center{
    text-align: center;
}
.header-border .header-bottom {
    border-bottom: 1px solid #eee;
}
.header-bg{
    background: black;
    color:white;
    height: 50px;
}
.welcome-msg{
    margin: 0;
    white-space: nowrap;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.6;
    padding:0;
    text-transform: none;
}

.pswp__ui > button:hover{
    opacity: 1;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "wolmart";
    border: 0;
    opacity: 0.5;
    right: 10%;
    left: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -2.4rem;
    color: #fff;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    opacity: 0.5;
    right: 10%;
    left: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 2px solid;
}
.pswp__button--arrow--left {
    left: 10%;
    right: auto;
}
.pswp__button--arrow--right::before {
    content: "";
}
.pswp__button--arrow--left::before {
    content: "";
}
.pswp__ui > button::before {
    background: transparent;
    position: static;
}
.swiper-pagination {
    position: static;
    margin-top: 1.5rem;
}
.ratings::before, .rating-stars a.active:before, .rating-stars a:hover:before {
    content: "" "" "" "" "";
    color: #f93;

}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: white;
    border-color: white;
}
.social-icon {
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    margin: 2px 10px 2px 0;
    line-height: 28px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: inherit;
    -webkit-transition: color 0.4s, border 0.4s, background-color 0.4s;
    transition: color 0.4s, border 0.4s, background-color 0.4s;
    text-align: center;
}
.page-title{
    margin-top:2rem;
    color: black;
}
@media (max-width: 476px){
    .newsletter-email{
        margin-top:2rem;
    }
}
.newsletter-popup {
    background-image: none;
}
.welcome-msg a:hover{
    color:white !important;
}
.dropdown-box.modal-box{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    position: fixed;
    padding:15px;
    overflow-y: auto;
    overflow-x: hidden;
    height:70%;
    width:100%;
    max-width:700px;
    border-radius: 5px !important;
}
.dropdown-box.modal-box .product-widget{
    justify-content: space-between;
}
.dropdown-box.modal-box .product-name{
    text-align: left;
}
.modal-container{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    z-index:999;
    background: rgba(0,0,0,0.6);
}
@media only screen and (max-width: 480px) {
    .dropdown-box.modal-box .product-widget{
        flex-wrap: wrap;
    }
    .dropdown-box.modal-box .product-form.container{
        margin-left:0;
        padding-left:0;
    }
}
body.mmenu-active{
    position: fixed;
    left:0;
    right:0;
}
.vat-toggle{
    margin-left: 7rem !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.vat-toggle-switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 23.8px;
}

@media (max-width: 768px) {
    .vat-toggle {
        margin-left: 0 !important;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 1.3rem;
    }
    input:checked + .vat-toggle-slider:before{
        transform: translateX(0px)!important;
    }
    .vat-toggle-slider:before{
        transform: translate(-20px, 50%)!important;
    }
    .vat-toggle-switch {
        margin-right: 10px;
    }
    .header-bg{
        height: 70px;
    }
    .header .container{
        padding: 0;
    }
    .header-top .header-left {
        position: relative;
        overflow: hidden;
    }
    .welcome-msg {
        transform: translateX(0);
        animation: 6s linear 2s showMsgFirst, 12s linear 8s infinite showMsg;
    }
}

.vat-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vat-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.vat-toggle-slider:before {
    position: absolute;
    content: "";
    height: 23.8px;
    width: 23.8px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    bottom: 50%;
    transform: translateY(50%);
}

input:checked + .vat-toggle-slider:before{
    bottom: 0;
}

input:checked + .vat-toggle-slider {
    background-color: #2196F3;
}

input:focus + .vat-toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .vat-toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.vat-toggle-slider.round {
    border-radius: 34px;
}

.vat-toggle-slider.round:before {
    border-radius: 50%;
}

.header-search.d-md-none input{
    border:none !important;
}
.header-search.d-md-none button{
    border:none !important;
}
.contact-us-btn{
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    width:280px;
}
.mobile-nav-phone{
    padding-left:15px;
    padding-right:10px;
    padding-top:15px;
    background-color: white;
    color:#333354;

}
.mobile-nav-phone i{
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.product-action-horizontal{
    max-width: 100%;
    width: 100%;
}
#bulkOrderModal{
    align-content: center;
    z-index: 1052;
}
.bulk-modal-content{
    border-radius: 1rem;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(6px);
    z-index: 1040;
}
.modal-backdrop.show {
    opacity: 1;
}
.bulk-modal-header{
    border-bottom: 3px solid black;
}
.bulk-modal-header h3{
    margin-left: 20px;
}
.bulk-modal-text{
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;

    background-color: #ffffff;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
}
.product-action-horizontal .product-form{
    padding:0;
}
.sticky-footer.sticky-content.fix-bottom{
    position:fixed;
    width:100%;
    z-index: 1051;
}
.swal2-popup{
    width: min-content !important;
    min-width: 32em !important;
}

.free-gift-tag{
    text-align: left;
}
.product .w-icon-cart::before {
    filter: invert(1);
}

.discount-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 78rem;
    padding: 8.1rem 4.8rem;
    margin: auto;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    background-image: url(../../assets/images/newsletter-1.jpg);
}
.discount-popup .popup-media {
    margin-bottom: 1.7rem;
}
.discount-popup h4 {
    margin-bottom: 0.4rem;
    font-size: 2rem;
    color: white;
}
.discount-popup h4 span {
    display: inline-block;
    margin-right: 0.4rem;
    font-weight: 800;
    color: white;
}
.discount-popup h2 {
    margin-bottom: 1.1rem;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.2;
    color: white;
}
.discount-popup p {
    margin-bottom: 2.3rem;
    line-height: 1.75;
    color: white;
}
.discount-popup .input-wrapper-inline {
    max-width: 34rem;
    margin-bottom: 3rem;
}
.discount-popup .input-wrapper-inline .form-control {
    min-height: 4.4rem;
    border-color: #ccc;
    color: #666;
}
.discount-popup .input-wrapper-inline .btn {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
}
.discount-popup label {
    padding-right: 2.7rem;
}
.discount-popup label::before {
    border-color: #999;
}
.discount-popup h1 i{
    top: -5px;
    position: relative;
    font-size: 24px;
    color:white;
    margin-right:10px;
    cursor: pointer;
}
.discount-popup h1 span{
    color:white;
}

.discount-content {
    max-width: 36rem;
}
.toggle-btn:before{
    transform: rotate(90deg);
}
@media (max-width: 500px) {
    .google-direction{
        display: block !important;
    }
    .google-direction-button{
        margin-top: 10px;
    }
}
