.x213 {
    overflow: hidden;
    height: 0;
    line-height: 0;
    position: relative;
    z-index: 99999999
}

body {
    font-family: 'PT Sans', sans-serif;
}

h1, h2 {
    font-family: 'PT Serif', serif;
}

label .form-control[type=checkbox], label .form-control[type=radio] {
    top: -2px
}

pre {
    display: table
}

body:not(.information-clientele) #content {
    min-height: 320px
}

.input-group {
    display: flex
}

    .input-group > * {
        display: flex;
        flex: 1 1 auto;
        width: auto;
        flex-direction: column;
        justify-content: center
    }

    .input-group input {
        border-right: 0
    }

    .input-group .input-group-addon + input, .input-group .input-group-btn + input {
        border-left: 0
    }

.slick-no-slide .slick-track {
    display: flex;
    width: 100% !important
}

.slick-no-slide .slick-slide {
    float: none;
    display: inline-block
}

.img-responsive {
    height: auto !important;
    max-width: 100%;
    display: inline-block
}

.swal2-title br, .swal2-title i {
    display: none !important
}

.swal2-content .close, .swal2-content i {
    display: none !important
}

.swal-mailchimp h2#swal2-title {
    font-weight: 400 !important
}

.swal2-popup .swal2-content {
    font-size: 14px !important
}

select {
    webkit-appearance: menulist-button;
    line-height: 34px
}

.input-group-btn > .btn {
    height: 100%
}

.view-password {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    z-index: 2
}

body.swal2-shown {
    overflow: auto !important;
    padding-right: 0 !important
}

input[type=password] + i.fa-eye {
    z-index: 2;
    pointer-events: auto
}

    input[type=password] + i.fa-eye:hover, input[type=text] + i.fa-eye {
        color: #337ab7
    }

.desktop .max-offset {
    left: 50%;
    position: relative;
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 7.5px)
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .desktop .max-offset {
        width: 100vw;
        margin-left: -50vw
    }
}

.desktop.mac-browser {
    overflow-x: hidden
}

    .desktop.mac-browser .max-offset {
        width: 100vw;
        margin-left: -50vw
    }

@-moz-document url-prefix() {
    .desktop.mac-browser .max-offset {
        width: 100vw;
        margin-left: -50vw
    }
}

.page-banner {
    display: block;
    width: 100%;
    overflow-x: hidden
}

body:not(.iid-4) .page-banner {
    margin-bottom: 70px;
}

.page-banner .page-banner-title {
    z-index: 1;
    color: #fff
}

    .page-banner .page-banner-title h2 {
        margin-bottom: 0 !important;
        color: white !important;
    }

.information-contact .page-banner .page-banner-title h2, .news-ncategory .page-banner .page-banner-title h2 {
    color: #005b97 !important;
}

.information-contact .breadcrumb > li > a, .information-contact .breadcrumb > li:after,
.news-ncategory .breadcrumb > li > a, .news-ncategory .breadcrumb > li:after {
    color: black !important;
}

.page-banner img {
    width: 100%;
    max-width: 100%
}

.breadcrumb li {
    position: relative
}

    .breadcrumb li:last-child::after {
        display: none
    }

    .breadcrumb li::after {
        content: '|';
        font-size: 13px;
        border: 0;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        top: 50%;
        font-weight: 700;
        color: white;
    }

.mobile .max-offset {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%)
}

.mobile .row .max-offset {
    margin-left: calc(-50vw + calc(50% - 0px))
}

.nav-justified {
    display: flex;
    flex-wrap: wrap
}

    .nav-justified > li {
        flex: 1 0 auto
    }

.modal-content, .nav a, .nav-pills > li > a {
    border-radius: 0
}

.nav-justified > li {
    width: auto !important
}

.fa-2em {
    font-size: 2em
}

html {
    height: 100%
}

body {
    position: relative;
    font-size: 14px
}

    body #footer-area {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    body.common-home #footer-area {
        margin-top: 0;
        z-index: 1;
    }

    body .newsletter-section {
        padding: 20px;
        border-top: 1px solid #ccc
    }

footer {
    margin-top: 0;
    background-color: #00253e;
}

.sticker {
    padding: 3px 8px;
    line-height: 1.4;
    z-index: 2;
    top: 10px;
    right: -1px
}

.brand_category {
    background-color: white;
}

@media (max-width:991px) {
    .container {
        min-width: 100%;
        max-width: 100%
    }
}

.slideshow {
    line-height: 0
}

    .slideshow .slider-nav {
        z-index: 1;
        width: 32px;
        transition: all .3s
    }

@media (min-width:768px) {
    .slideshow .slider-nav {
        opacity: 0
    }

        .slideshow .slider-nav.hover-show.slider-nav-left {
            /* transform: translateX(-99%);*/
            opacity: 1;
            left: 20px;
        }

        .slideshow .slider-nav.hover-show.slider-nav-right {
            /* transform: translateX(99%);*/
            opacity: 1;
            right: 20px
        }

            .slideshow .slider-nav.hover-show.slider-nav-right:hover .right-icon {
                filter: drop-shadow(0px 0px 3px black);
            }

        .slideshow .slider-nav.hover-show.slider-nav-left:hover .left-icon {
            filter: drop-shadow(0px 0px 3px black);
        }
}

.slideshow:hover .slider-nav.slider-nav-left {
    transform: translateX(0)
}

.slideshow:hover .slider-nav.slider-nav-right {
    transform: translateX(0)
}

.slideshow .slider-custom-dots {
    z-index: 1;
    text-align: left;
    padding: 0 120px;
    bottom: 10%;
    justify-content: center;
    display: flex;
}

    .slideshow .slider-custom-dots li {
        padding-top: 0;
        padding-bottom: 0
    }

        .slideshow .slider-custom-dots li button {
            border-radius: 10px;
            color: transparent;
            padding: 0;
            border: 0;
            width: 10px;
            height: 10px;
            transition: width .3s
        }

        .slideshow .slider-custom-dots li.slick-active button {
            width: 28px
        }

    .slideshow .slider-custom-dots .owl-dot {
        border-radius: 10px;
        padding: 0;
        border: 0;
        width: 10px;
        height: 10px;
        display: inline-block;
        transition: width .3s;
        margin: 0 10px 20px;
        background: #005b97;
        opacity: 0.3;
    }

        .slideshow .slider-custom-dots .owl-dot.active {
            background-color: #005b97;
            opacity: 1;
        }

.slider-slideshow-description.background-type-light_image {
    color: #333
}

.slider-slideshow-description.background-type-dark_image {
    color: #fff
}

.slider-slideshow-description .slider-slideshow-description-texts {
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
    font-weight: 300;
}

    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        font-size: calc(37px + .51vw);
        color: #005b97;
        font-weight: 500;
        font-family: 'PT Serif', serif;
    }

    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
        font-size: calc(37px + .51vw);
        font-weight: bold;
        font-family: 'PT Serif', serif;
        margin-bottom: 10px;
    }

    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
        font-size: calc(14px + .21vw);
        color: black;
        font-weight: 700;
    }

    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-3 {
        font-size: calc(14px + .21vw);
        color: black;
        font-weight: 700;
    }

    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-4 {
        font-size: calc(14px + .21vw);
        color: black;
        font-weight: 700;
    }

.slider-slideshow-description .slider-slideshow-description-link {
    padding-top: 40px
}

.section-space {
    padding: 100px 0;
    overflow: hidden
}

@media (max-width:1536px) {
    .section-space {
        padding: 75px 0
    }
}

@media (max-width:991px) {
    .section-space {
        padding: 60px 0
    }
}

@media (max-width:767px) {
    .section-space {
        padding: 50px 0
    }
}

@media (max-width:540px) {
    .section-space {
        padding: 40px 0
    }
}

@media (max-width:414px) {
    .section-space {
        padding: 30px 0
    }
}

.section-space.slideshow {
    padding: 0
}

.footer-upper-contet {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 30px
}

    .footer-upper-contet > * {
        flex: 1
    }

        .footer-upper-contet > *:last-of-type {
            flex: 1.2;
        }

    .footer-upper-contet > .footer-contact-links:nth-child(2) {
        padding-left: 40px;
    }

@media (max-width:767px) {
    .footer-upper-contet > * {
        width: 50%;
        flex: initial;
        -ms-flex: initial;
        padding-bottom: 15px
    }

    .footer-upper-contet > :nth-child(even) {
        padding-left: 15px
    }
}

@media (max-width:540px) {
    .footer-upper-contet > * {
        width: 100%
    }

    .footer-upper-contet > :nth-child(even) {
        padding-left: 0
    }
}

.footer-social-icons {
    width: 100%
}



    .footer-social-icons > :not(:first-of-type) {
        margin-left: 10px
    }

.fixed-header {
    transition: all .1s linear
}

.header-mobile .mobile-account {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid white
}

#mobileNav {
    color: #005b97;
}

.header-mobile .mobile-account > a {
    flex: 1 1 auto;
    text-align: center;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 18px 10px
}

    .header-mobile .mobile-account > a i {
        font-size: 16px
    }

    .header-mobile .mobile-account > a + a {
        border-left: 1px solid white
    }

.header-mobile .mobile-search {
    padding: 18px 10px
}

    .header-mobile .mobile-search .search-custom input {
        height: 34px;
        width: calc(100% - 42px)
    }

    .header-mobile .mobile-search .search-box {
        width: 100%
    }

.sidr {
    width: 260px;
    background: #333;
    box-shadow: none;
    z-index: 100
}

@media (max-width:991px) {
    #mobileNav::before {
        content: '';
        width: 0;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
        background: 0 0;
        transform: translateX(50%);
        transition: opacity .3s
    }

    .sidr-custom-open #mobileNav::before {
        content: '';
        width: 100%;
        opacity: 1;
        transform: translateX(0);
        background: rgba(0,0,0,.9)
    }

    .sidr-custom-open.closing #mobileNav::before {
        opacity: 0;
        transition: all .3s
    }
}

@media (min-width:992px) {
    body {
        position: relative !important;
        left: 0 !important;
        width: 100% !important
    }

    .fixed-header {
        left: 0 !important
    }

    #sidr {
        display: none !important
    }
}

header {
    box-shadow: 0 0 3px rgba(0,0,0,.3)
}

.header-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template-rows: auto auto;
    -ms-grid-rows: auto auto
}

@media (max-width:991px) {
    .header-container {
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr;
        align-items: center;
        padding: 10px 8px
    }

        .header-container img {
            margin: auto
        }

        .header-container .header-mobile-links {
            grid-column: 1/1
        }

            .header-container .header-mobile-links .header-links {
                display: flex;
                height: 100%;
                flex-direction: column;
                justify-content: center
            }
}

@media (max-width:767px) {
    .header-container {
        padding: 5px
    }
}

.header-container .header-logo {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:991px) {
    .header-container .header-logo {
        grid-column: 2/3;
        grid-row: 1/1;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        text-align: center
    }
}

.header-container .header-top {
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    position: relative;
    z-index: 1
}

@media (max-width:991px) {
    .header-container .header-top {
        grid-column: 3/4;
        grid-row: 1/1;
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        padding: 0
    }
}

.header-container .header-menu {
    grid-column: 2/3;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 30px;
}

    .header-container .header-menu #main-menu {
        box-shadow: none;
        position: relative;
        z-index: 0;
        margin: auto 0
    }

        .header-container .header-menu #main-menu li:not(:first-child) {
            border-left: 0
        }

        .header-container .header-menu #main-menu, .header-container .header-menu #main-menu a {
            border-radius: 0;
            background: 0 0;
            background-color: transparent
        }

            .header-container .header-menu #main-menu > li > a {
                padding: 8px;
                padding-left: 0;
                padding-right: 30px;
                font-size: calc(13px + .21vw);
                font-weight: 600;
                color: #000
            }

            .header-container .header-menu #main-menu > li.active > a {
                color: #005b97;
            }

            .header-container .header-menu #main-menu > li:last-child > a {
                padding-right: 0
            }



            .header-container .header-menu #main-menu a {
                display: flex;
                align-items: center;
                color: inherit;
                font-weight: 400;
                text-shadow: none;
                padding: 4px 14px
            }

                .header-container .header-menu #main-menu a .sub-arrow {
                    position: relative;
                    top: 3px;
                    left: auto;
                    right: auto;
                    bottom: auto;
                    margin: 0;
                    margin-left: 6px
                }

            .header-container .header-menu #main-menu ul {
                padding: 5px 0
            }

.header-container #account > a[data-toggle=dropdown], .header-container #cart > a, .header-container #enquiry > a, .header-container ._search > a, .header-container .header-links > a {
    color: inherit;
    width: 41px;
    padding: 10px;
    text-align: center;
    position: relative;
    display: table
}

    .header-container #account > a[data-toggle=dropdown] > i, .header-container #cart > a > i, .header-container #enquiry > a > i, .header-container ._search > a > i, .header-container .header-links > a > i {
        font-size: 18px
    }

    .header-container #cart > a .badge, .header-container #enquiry > a .badge {
        position: absolute;
        top: 100%;
        left: 100%;
        background: #005b97;
        height: 20px;
        width: 20px;
        transform: translate(-100%,-100%)
    }

        .header-container #cart > a .badge > span, .header-container #enquiry > a .badge > span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-size: 10px
        }

.search-custom {
    padding-right: 10px
}

    .search-custom .search-box {
        display: flex;
        white-space: nowrap;
        padding: 2px;
        border: 1px solid #ccc;
        border-radius: 50px;
        overflow: hidden;
        background: #fff
    }

        .search-custom .search-box button, .search-custom .search-box input {
            border: 0;
            min-width: 0;
            width: auto;
            height: auto;
            min-height: 0
        }

            .search-custom .search-box button, .search-custom .search-box button:focus, .search-custom .search-box input, .search-custom .search-box input:focus {
                outline: 0
            }

        .search-custom .search-box input {
            flex: 1 1 auto;
            padding: 5px 0 4px 12px;
            border-radius: 50px 0 0 50px;
            box-shadow: none !important
        }

        .search-custom .search-box button {
            padding: 0 14px 0;
            vertical-align: middle;
            line-height: 1
        }

            .search-custom .search-box button i {
                vertical-align: top
            }

            .search-custom .search-box button, .search-custom .search-box button:focus, .search-custom .search-box button:hover {
                background-color: transparent;
                background: 0 0;
                box-shadow: none
            }

#fullpage-search .search-box {
    width: 100%
}

    #fullpage-search .search-box input {
        width: calc(100% - 46px)
    }

#fullpage-search {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.95);
    top: 0;
    left: 0;
    display: none
}

    #fullpage-search .container {
        position: relative;
        top: 50%
    }

    #fullpage-search #search {
        margin: 0 auto;
        transform: translateY(-50%);
        max-width: 768px
    }

#fullpage-search-open {
    cursor: pointer
}

.fx-close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: .6;
    cursor: pointer
}

    .fx-close:hover {
        opacity: 1
    }

    .fx-close:after, .fx-close:before {
        content: ' ';
        position: absolute;
        left: 15px;
        height: 33px;
        width: 2px;
        background-color: #333
    }

    .fx-close:before {
        transform: rotate(45deg)
    }

    .fx-close:after {
        transform: rotate(-45deg)
    }

@media (max-width:767px) {
    #tops {
        width: 100%
    }
}

.customer-account {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px
}

    .customer-account i {
        font-size: 36px;
        color: #666;
        line-height: 24px;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .customer-account > li {
        list-style-type: none
    }

        .customer-account > li a {
            font-size: 14px;
            padding: 10px;
            border: 1px solid #eee;
            margin-bottom: 5px;
            text-align: center;
            color: inherit;
            display: block
        }

            .customer-account > li a:hover {
                background-color: #666;
                cursor: pointer;
                -webkit-transition: background-color .3s;
                -moz-transition: background-color .3s;
                -o-transition: background-color .3s;
                transition: background-color .3s
            }

                .customer-account > li a:hover, .customer-account > li a:hover i {
                    color: #fff
                }

#cart, #enquiry {
    margin-bottom: 0
}

    #cart:not(.slide-out-cart) .cart-header-text, #enquiry:not(.slide-out-cart) .cart-header-text {
        display: none
    }

    #cart .img-thumbnail, #enquiry .img-thumbnail {
        max-width: 70px
    }

@media (max-width:991px) {
    #cart, #enquiry {
        position: initial
    }
}

#cart::before, #enquiry::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity .3s;
    z-index: 1
}

@media (max-width:991px) {
    #cart:not(.slide-out-cart).open::before, #enquiry:not(.slide-out-cart).open::before {
        opacity: 1;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.9)
    }
}

#cart .btn-primary, #enquiry .btn-primary {
    color: #fff
}

    #cart .btn-primary:focus, #cart .btn-primary:hover, #enquiry .btn-primary:focus, #enquiry .btn-primary:hover {
        color: #333
    }

#cart .cart_close, #enquiry .cart_close {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    background: 0 0;
    padding: 0;
    border: 0
}

    #cart .cart_close, #cart .cart_close:focus, #cart .cart_close:hover, #enquiry .cart_close, #enquiry .cart_close:focus, #enquiry .cart_close:hover {
        outline: 0;
        outline: 0
    }

#cart .dropdown-menu, #enquiry .dropdown-menu {
    border-radius: 0;
    min-width: 430px;
    border: 1px solid #ccc;
    padding: 12px;
    background: #fff;
    z-index: 1001
}

@media (max-width:991px) {
    #cart .dropdown-menu, #enquiry .dropdown-menu {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }
}

@media (max-width:430px) {
    #cart .dropdown-menu, #enquiry .dropdown-menu {
        width: calc(100% - 30px);
        min-width: 0
    }
}

#cart .dropdown-menu ul, #enquiry .dropdown-menu ul {
    margin: 0
}

#cart .dropdown-menu #cart-total, #enquiry .dropdown-menu #cart-total {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 2px 20px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc
}

#cart .dropdown-menu .cart-dorpdown-items, #enquiry .dropdown-menu .cart-dorpdown-items {
    max-height: 170px;
    overflow: auto
}

    #cart .dropdown-menu .cart-dorpdown-items .item, #enquiry .dropdown-menu .cart-dorpdown-items .item {
        padding: 12px 2px;
        display: table;
        width: 100%
    }

        #cart .dropdown-menu .cart-dorpdown-items .item > *, #enquiry .dropdown-menu .cart-dorpdown-items .item > * {
            display: table-cell;
            vertical-align: top
        }

        #cart .dropdown-menu .cart-dorpdown-items .item > :first-child, #enquiry .dropdown-menu .cart-dorpdown-items .item > :first-child {
            width: 70px
        }

        #cart .dropdown-menu .cart-dorpdown-items .item + .item, #enquiry .dropdown-menu .cart-dorpdown-items .item + .item {
            border-top: 1px solid #ccc
        }

    #cart .dropdown-menu .cart-dorpdown-items .item-name, #enquiry .dropdown-menu .cart-dorpdown-items .item-name {
        padding-right: 10px
    }

#cart .dropdown-menu .cart-dorpdown-item-charges > span, #enquiry .dropdown-menu .cart-dorpdown-item-charges > span {
    display: block
}

#cart li p, #enquiry li p {
    margin: 0
}

#cart .item-details, #enquiry .item-details {
    padding-left: 8px
}

    #cart .item-details button[onclick^="cart.remove"], #enquiry .item-details button[onclick^="cart.remove"] {
        position: relative
    }

        #cart .item-details button[onclick^="cart.remove"]::before, #enquiry .item-details button[onclick^="cart.remove"]::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: 0 0
        }

#cart .cart-dorpdown-indicator, #enquiry .cart-dorpdown-indicator {
    padding: 20px 28px;
    border-bottom: 1px solid #ccc
}

    #cart .cart-dorpdown-indicator > span#cart-total:only-child, #enquiry .cart-dorpdown-indicator > span#cart-total:only-child {
        padding: 0;
        border: 0
    }

@media (max-width:767px) {
    #cart .cart-dorpdown-indicator, #enquiry .cart-dorpdown-indicator {
        padding: 10px 0
    }
}

#cart .cart-dorpdown-footer, #cart .cart-dorpdown-items, #cart .cart-dropdown-order-totals, #enquiry .cart-dorpdown-footer, #enquiry .cart-dorpdown-items, #enquiry .cart-dropdown-order-totals {
    height: 100%;
    max-height: 200px;
    overflow: auto
}

    #cart .cart-dorpdown-footer .item, #cart .cart-dorpdown-items .item, #cart .cart-dropdown-order-totals .item, #enquiry .cart-dorpdown-footer .item, #enquiry .cart-dorpdown-items .item, #enquiry .cart-dropdown-order-totals .item {
        padding: 8px;
        display: table;
        width: 100%
    }

        #cart .cart-dorpdown-footer .item table, #cart .cart-dorpdown-items .item table, #cart .cart-dropdown-order-totals .item table, #enquiry .cart-dorpdown-footer .item table, #enquiry .cart-dorpdown-items .item table, #enquiry .cart-dropdown-order-totals .item table {
            margin: 0
        }

#cart .cart-dorpdown-footer, #enquiry .cart-dorpdown-footer {
    min-width: 0
}

    #cart .cart-dorpdown-footer .btn, #enquiry .cart-dorpdown-footer .btn {
        padding: 12px !important;
        min-width: auto !important
    }

    #cart .cart-dorpdown-footer > *, #enquiry .cart-dorpdown-footer > * {
        width: calc(50% - 5px);
        float: left;
        clear: none
    }

        #cart .cart-dorpdown-footer > * + *, #enquiry .cart-dorpdown-footer > * + * {
            margin-left: 10px
        }

#cart .cart-dropdown-empty, #enquiry .cart-dropdown-empty {
    padding: 20px 20px 25px
}

    #cart .cart-dropdown-empty i, #enquiry .cart-dropdown-empty i {
        font-size: 32px;
        margin-bottom: 10px
    }

#cart .free-shipping-indicator, #enquiry .free-shipping-indicator {
    vertical-align: top !important;
    white-space: normal
}

    #cart .free-shipping-indicator .free-shipping-text, #enquiry .free-shipping-indicator .free-shipping-text {
        font-size: 14px
    }

    #cart .free-shipping-indicator .free-shipping-group, #enquiry .free-shipping-indicator .free-shipping-group {
        position: relative
    }

        #cart .free-shipping-indicator .free-shipping-group > *, #enquiry .free-shipping-indicator .free-shipping-group > * {
            display: inline-block;
            vertical-align: middle
        }

    #cart .free-shipping-indicator .free-shipping-icon, #enquiry .free-shipping-indicator .free-shipping-icon {
        width: 38px;
        height: 38px;
        border-radius: 38px;
        background: #ccc;
        position: relative;
        margin-left: -8px
    }

        #cart .free-shipping-indicator .free-shipping-icon i::before, #enquiry .free-shipping-indicator .free-shipping-icon i::before {
            position: absolute;
            top: calc(50% - 1px);
            left: calc(50% + 2px);
            transform: translate(-50%,-50%) scaleX(-1);
            color: #393939;
            font-size: 20px
        }

    #cart .free-shipping-indicator .free-shipping-progress, #enquiry .free-shipping-indicator .free-shipping-progress {
        background: #ccc;
        padding: 5px 6px;
        padding-right: 0;
        width: calc(100% - 38px);
        overflow: hidden
    }

        #cart .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar, #enquiry .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar {
            height: 10px;
            width: 0;
            display: block;
            background: #393939;
            border-radius: 50px;
            transition: all .3s
        }

        #cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon, #enquiry .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon {
            background: #393939
        }

            #cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon i:before, #enquiry .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon i:before {
                color: #fff
            }

    #cart .free-shipping-indicator .free-shipping-label, #enquiry .free-shipping-indicator .free-shipping-label {
        position: absolute;
        bottom: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%);
        background: #393939;
        color: #fff;
        padding: 0 6px;
        border-radius: 3px
    }

        #cart .free-shipping-indicator .free-shipping-label:after, #enquiry .free-shipping-indicator .free-shipping-label:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 5px solid transparent;
            border-top-color: #393939
        }

#cart.slide-out-cart .dropdown-menu, #enquiry.slide-out-cart .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    height: 100%;
    margin-top: 0;
    transition: all .3s;
    transform: translate(100%,0);
    overflow: hidden;
    padding: 0;
    padding-bottom: 20px;
}

    #cart.slide-out-cart .dropdown-menu .cart_close, #enquiry.slide-out-cart .dropdown-menu .cart_close {
        position: relative;
        transform: none;
        background: url(../../image/close.png) center center no-repeat;
        background-size: 100% 100%
    }

    #cart.slide-out-cart .dropdown-menu .cart-dorpdown-items, #enquiry.slide-out-cart .dropdown-menu .cart-dorpdown-items {
        padding-left: 12px;
        padding-right: 12px;
        max-height: none;
        height: 100%;
        align-items: stretch
    }

    #cart.slide-out-cart .dropdown-menu .cart-header, #enquiry.slide-out-cart .dropdown-menu .cart-header {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
        display: table;
        width: 100%
    }

        #cart.slide-out-cart .dropdown-menu .cart-header > *, #enquiry.slide-out-cart .dropdown-menu .cart-header > * {
            display: inline-block;
            vertical-align: middle
        }

        #cart.slide-out-cart .dropdown-menu .cart-header .cart-header-text, #enquiry.slide-out-cart .dropdown-menu .cart-header .cart-header-text {
            padding: 12px;
            width: calc(100% - 47px);
            font-size: 20px;
            font-weight: 300
        }

        #cart.slide-out-cart .dropdown-menu .cart-header .cart_close, #enquiry.slide-out-cart .dropdown-menu .cart-header .cart_close {
            float: right
        }

    #cart.slide-out-cart .dropdown-menu .cart-dorpdown-indicator, #cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals, #enquiry.slide-out-cart .dropdown-menu .cart-dorpdown-indicator, #enquiry.slide-out-cart .dropdown-menu .cart-dropdown-order-totals {
        padding-left: 12px;
        padding-right: 12px
    }

        #cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table, #enquiry.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table {
            margin-bottom: 0
        }

    #cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer, #cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals, #enquiry.slide-out-cart .dropdown-menu .cart-dorpdown-footer, #enquiry.slide-out-cart .dropdown-menu .cart-dropdown-order-totals {
        height: auto;
        max-height: none;
        overflow: initial;
        flex: 0 0 auto
    }

    #cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer, #enquiry.slide-out-cart .dropdown-menu .cart-dorpdown-footer {
        padding: 12px;
        flex: 0 0 auto
    }

#cart.slide-out-cart #cart_dropdown_icon::before, #enquiry.slide-out-cart #enquiry_dropdown_icon::before {
    content: '';
    width: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    z-index: 1;
    background: 0 0;
    transition: background .3s
}

#cart.slide-out-cart.open-custom, #enquiry.slide-out-cart.open-custom {
    z-index: 2
}

    #cart.slide-out-cart.open-custom #cart_dropdown_icon::before, #enquiry.slide-out-cart.open-custom #enquiry_dropdown_icon::before {
        width: 100%;
        background: rgba(255,255,255,.6)
    }

    #cart.slide-out-cart.open-custom .dropdown-menu, #enquiry.slide-out-cart.open-custom .dropdown-menu {
        transform: translate(0,0)
    }

#cart_dropdown_icon {
    display: flex !important;
    width: 100px !important;
    FONT-WEIGHT: 700;
    COLOR: BLACK;
}

#filter_group_tigger_open {
    background-color: #fff;
    border-color: #ccc;
    color: #555;
    width: 100%;
    text-transform: none
}

@media (max-width:768px) {
    #filter-groups {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        padding: 40px 30px 15px;
        overflow: auto;
        background: #fff;
        transition: all .3s;
        transform: translateX(-100%)
    }

        #filter-groups.open {
            opacity: 1;
            transform: translateX(0)
        }

        #filter-groups #filter_group_tigger_close {
            z-index: 2
        }
}

#filter-groups > div {
    margin: 0;
    margin-bottom: 14px
}

    #filter-groups > div:not(:last-of-type):not(#for-filters-container) {
        padding-bottom: 10px;
        /*  border-bottom: 2px solid #d3d3d3*/
    }

.product-category #column-left {
    padding-left: 0;
}

#filter-groups .list-group, #filter-groups .list-group-item, #filter-groups .panel {
    border-radius: 0
}

#filter-groups .panel {
    border: 0;
    box-shadow: none
}

#filter-groups .list-group:not(:first-child) {
    margin-top: 14px
}

@media (max-width:767px) {
    .filters-wrap {
        padding: 0;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 8
    }

        .filters-wrap [class^=col] {
            padding: 0
        }

        .filters-wrap .form-group {
            margin-bottom: 0
        }

        .filters-wrap .form-control {
            text-align: center;
            -webkit-appearance: none;
            flex-direction: column;
            text-align-last: center;
            flex-direction: inherit
        }
}

@media (max-width:768px) {
    .mac-browser .filters-wrap {
        padding: 0;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 8
    }

        .mac-browser .filters-wrap [class^=col] {
            padding: 0
        }

        .mac-browser .filters-wrap .form-group {
            margin-bottom: 0
        }

        .mac-browser .filters-wrap .form-control {
            text-align: center;
            text-align: -webkit-center;
            -webkit-appearance: none
        }
}

#side-categories .group:not(:last-child) {
    border-bottom: 1px solid #ccc
}

#side-categories .group .item {
    display: table;
    width: calc(100% + 1px);
    box-sizing: border-box
}

    #side-categories .group .item .item {
        border-left: 3px solid #e1e1e1
    }

    #side-categories .group .item > * {
        display: table-cell;
        vertical-align: middle
    }

    #side-categories .group .item a {
        padding: 10px 7px
    }

        #side-categories .group .item a:hover {
            color: #fff
        }

    #side-categories .group .item .toggle {
        width: 36px;
        text-align: center;
        position: relative
    }


    #side-categories .group .item.level-2 .toggle i {
        color: black;
        font-size: 10px;
    }

    #side-categories .group .item .toggle + a {
        width: calc(100% - calc(36px + 1px))
    }

    #side-categories .group .item.active + .sub {
        display: block;
        border-top: 1px solid #ccc
    }

#side-categories .group .sub {
    display: none
}

#side-manufacturer {
    display: block
}

    #side-manufacturer .list-group-item {
        padding: 7px 15px
    }

    #side-manufacturer label {
        display: block;
        padding: 0;
        position: relative;
        cursor: pointer
    }

        #side-manufacturer label:hover {
            color: #005b97;
        }

        #side-manufacturer label input {
            position: relative;
            top: 2px;
            margin-right: 6px;
        }

#side-price #slider-price {
    background: #e1e1e1
}

#side-price .list-group-item:not(.item-header) {
    padding-top: 16px;
    padding-bottom: 24px
}

#side-price #price_max, #side-price #price_min {
    padding: 8px;
    min-height: 0;
    height: auto;
    text-align: right;
    border: none;
    box-shadow: none
}

#side-price #max, #side-price #min {
    top: 0 !important
}

#side-price .price-container {
    display: table;
    width: 100%;
    margin-bottom: 20px
}

    #side-price .price-container > * {
        width: 50%;
        display: table;
        float: left
    }

        #side-price .price-container > * > * {
            display: table-cell
        }

        #side-price .price-container > * .input-group-addon {
            background: 0 0;
            border: 0
        }

    #side-price .price-container > :first-child .input-group-addon {
        padding-left: 0
    }

    #side-price .price-container > * .input-group {
        flex: 0
    }

    #side-price .price-container > * input {
        max-width: 100%;
        border-radius: 0
    }

#side-price .ui-slider-horizontal {
    height: 5px;
    position: relative;
    margin: auto;
    margin-top: 12px;
    width: calc(100% - 22px)
}

#side-price .ui-slider-handle {
    background: #393939;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 2px;
    border-radius: 10px;
    outline: 0 !important;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 1
}

.sticker-curve {
    content: " ";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 28px;
    left: -4px;
    transform: rotate( 40deg );
    background: linear-gradient(50deg,black 50%,transparent 0);
}

.product-image-main-container > .sticker-curve:nth-child(4) {
    top: 68px;
}

.product-image-block > .sticker-curve:nth-child(4) {
    top: 59px;
}

#side-price .ui-slider-handle + .ui-slider-handle, #side-price .ui-slider-handle + .ui-slider-handle:focus {
    z-index: 2
}

#side-price .ui-slider-handle + .ui-slider-handle {
    left: 100%
}

#side-price .ui-slider-range {
    background: #393939;
    height: 100%;
    position: relative;
    z-index: 1
}

body.common-home:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
    margin: 10px 0px;
    text-align: left;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    text-align: center;
    margin-bottom: 48px;
    font-size: calc(30px + (27 - 20) * (100vw - 320px)/ (1920 - 320));
    color: #005b97
}

    body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
        /*  content: '';
        width: 70px;
        height: 2px;
        background: #005b97;
        display: block;
        margin: 10px auto 0;*/
    }



@media (max-width:767px) {
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        margin-bottom: 40px
    }

        body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
            width: 45px;
            height: 4px;
            margin: 15px auto 0
        }
}

@media (max-width:540px) {
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        margin-bottom: 30px
    }

        body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
            width: 45px;
            height: 3px;
            margin: 10px auto 0
        }
}

@media (max-width:414px) {
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        margin-bottom: 20px
    }
}

.account-account .account-container a {
    max-width: 868px;
    width: 100%;
    border: 1px solid #ccc;
    color: inherit;
    display: block;
    margin: 0 auto 24px;
    border-radius: 5px;
    padding: 14px 14px 14px 86px;
    position: relative;
    transition: all .3s
}

    .account-account .account-container a h3.account-sub-heading {
        margin-bottom: 5px;
        text-transform: uppercase
    }

@media (max-width:767px) {
    .account-account .account-container a h3.account-sub-heading {
        font-size: 16px
    }
}

.account-account .account-container a p {
    margin-bottom: 0
}

.account-account .account-container a .icon-font {
    width: 47px;
    height: 47px;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all .3s
}

    .account-account .account-container a .icon-font::before {
        font-family: icomoon;
        line-height: 1;
        display: table;
        font-size: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.account-account .account-container a .icon-addressbook:before {
    content: "\e900"
}

.account-account .account-container a .icon-history:before {
    content: "\e901"
}

.account-account .account-container a .icon-profile:before {
    content: "\e902"
}

.account-account .account-container a .icon-updatePassword:before {
    content: "\e903"
}

.account-account .account-container a:focus, .account-account .account-container a:hover {
    border: 1px solid #005b97;
}

    .account-account .account-container a:focus .icon-font::before, .account-account .account-container a:hover .icon-font::before {
        color: #005b97
    }

.login-container {
    max-width: 270px;
    width: 100%;
    margin: auto
}

    .login-container .login-forgotten {
        margin-top: 24px
    }

    .login-container #column-left {
        width: 100%;
        padding: 0
    }

    .login-container .dsl-wrap {
        margin-top: 24px
    }

    .login-container .dsl-button {
        width: 100%;
        border-radius: 0
    }

        .login-container .dsl-button .l-side {
            position: relative;
            border-right: 0;
            width: 60px
        }

            .login-container .dsl-button .l-side .dsl-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                height: calc(100% - 8px);
                width: calc(100% - 8px);
                background-size: contain
            }

        .login-container .dsl-button .r-side {
            width: 100%;
            text-align: center
        }

    .login-container .d_socail_login_header {
        text-align: center;
        width: 100%;
        display: table;
        table-layout: fixed
    }

        .login-container .d_socail_login_header > * {
            display: table-cell;
            position: relative
        }

        .login-container .d_socail_login_header > :nth-child(2) {
            width: 70px;
            white-space: nowrap;
            font-size: 24px;
            font-weight: 500;
            text-align: center;
            padding: 0 16px
        }

        .login-container .d_socail_login_header > :nth-child(1)::before, .login-container .d_socail_login_header > :nth-child(3)::before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background: #333;
            top: 50%;
            left: 0;
            position: absolute
        }

.form-group {
    margin-bottom: 14px
}

.btn {
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s
}

@media (max-width:767px) {
    .buttons .pull-left, .buttons .pull-right {
        float: none !important;
        text-align: center
    }

    .buttons .pull-right {
        margin-top: 15px
    }
}

@media (max-width:767px) {
    #quickcheckoutconfirm #quickcheckout-back {
        float: none !important
    }
}

.btn-mi {
    display: flex;
    justify-content: center;
    flex-direction: column
}

#compare-total, .btn-group .btn, .btn-navbar, .form-control[type=checkbox], .form-control[type=radio] {
    width: auto;
    min-width: 0;
    min-height: 0;
    height: auto
}

.input-group-btn {
    height: auto;
    position: relative;
    z-index: 3
}

.form-control[type=checkbox], .form-control[type=radio] {
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-right: 3px
}

label input[type=checkbox], label input[type=radio] {
    top: 0;
    margin-top: -7px;
    vertical-align: middle;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio] {
    margin-top: 2px
}

.radio-inline input[type=radio] {
    margin: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

textarea {
    resize: none
}

#register-form > div:first-child {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    #register-form > div:first-child .form-group {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

@media (min-width:768px) {
    #register-form > div:first-child .form-group {
        width: calc(50% - 5px)
    }
}

.form-group label.col-sm-2 {
    text-align: left
}

.account-address #content td {
    vertical-align: middle
}

table thead tr td {
    font-weight: 700;
    text-transform: uppercase
}

.inline-link {
    padding: 0 4px 0
}

    .inline-link + .inline-link {
        border-left: 1px solid #ccc
    }

    .inline-link:first-child {
        padding-left: 0
    }

    .inline-link:last-child {
        padding-right: 0
    }

small + .inline-link {
    padding-left: 0
}

#cartSummary tbody tr + tr {
    border-top: 1px solid #ccc
}

#cartSummary tbody tr:last-child td {
    border-bottom: 1px solid #ccc
}

@media (max-width:540px) {
    #cartSummary td:not(:nth-child(2)) {
        width: 155px !important
    }
}

#cartSummary td button.btn-danger, #cartSummary td button.btn-danger:focus, #cartSummary td button.btn-danger:hover {
    background: 0 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: auto;
    outline: 0
}

    #cartSummary td button.btn-danger i::before {
        content: url(../../image/delete.png)
    }

@media (max-width:767px) {
    #cartSummary table {
        display: block;
        width: 100%
    }

        #cartSummary table td {
            padding: 0
        }

            #cartSummary table td span.column-label {
                display: inline-block
            }

    #cartSummary thead td:not(:first-child) {
        display: none
    }

    #cartSummary tbody {
        display: block;
        width: 100%
    }

        #cartSummary tbody tr {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            padding: 15px 0
        }

            #cartSummary tbody tr td:first-child {
                flex: 0 0 auto;
                padding-bottom: 15px
            }

                #cartSummary tbody tr td:first-child + * {
                    padding: 0 45px 15px 15px
                }

            #cartSummary tbody tr .cart-quantity {
                width: 128px
            }

                #cartSummary tbody tr .cart-quantity ~ td {
                    width: calc(50% - 64px)
                }

            #cartSummary tbody tr .cart-price span {
                font-weight: 600;
                display: inline-block
            }

                #cartSummary tbody tr .cart-price span + span {
                    padding-right: 7px
                }

            #cartSummary tbody tr .input-number {
                flex: 1 1 auto;
                height: 100%
            }

            #cartSummary tbody tr td, #cartSummary tbody tr:last-child td {
                display: flex;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
                border-right-color: transparent
            }

                #cartSummary tbody tr td:nth-child(2), #cartSummary tbody tr:last-child td:nth-child(2) {
                    flex-direction: column
                }

                #cartSummary tbody tr td.text-right, #cartSummary tbody tr:last-child td.text-right {
                    justify-content: flex-end
                }

            #cartSummary tbody tr:last-child:nth-last-child(2), #cartSummary tbody tr:nth-last-child(2) {
                width: 100%
            }

        #cartSummary tbody .btn.remove {
            position: absolute;
            top: 0;
            right: 0
        }

            #cartSummary tbody .btn.remove, #cartSummary tbody .btn.remove:focus, #cartSummary tbody .btn.remove:hover {
                padding: 14px
            }
}

@media (max-width:540px) {
    #cartSummary td:nth-last-child(3) {
        flex: 1 1 auto
    }

    #cartSummary td:nth-last-child(2) {
        width: 100% !important
    }

    #cartSummary .cart-price {
        flex-direction: column;
        margin: -7px 0 7px;
        font-size: 18px;
        font-weight: 300
    }

        #cartSummary .cart-price span {
            font-size: 13px;
            font-weight: 600
        }

            #cartSummary .cart-price span + span {
                display: none !important
            }
}

.maintainance-box {
    min-height: 600px;
    padding: 80px 20px
}

    .maintainance-box h2 {
        text-transform: uppercase
    }

    .maintainance-box i {
        font-size: 98px;
        display: block;
        margin: 30px 0
    }
.quickcheckout-cart td.quantity .input-group > *{
    height:100%;
}
.quickcheckout-cart td.quantity .form-control[name^=quantity] {
    border-left: 2px solid #005b97;
}
.quickcheckout-checkout #content #create_account > br + div, .quickcheckout-checkout #content #login, .quickcheckout-checkout #content #payment-address .quickcheckout-content, .quickcheckout-checkout #content #payment-new, .quickcheckout-checkout #content #shipping-address .quickcheckout-content, .quickcheckout-checkout #content #shipping-new, .quickenquiry-checkout #content #create_account > br + div, .quickenquiry-checkout #content #login, .quickenquiry-checkout #content #payment-address .quickcheckout-content, .quickenquiry-checkout #content #payment-new, .quickenquiry-checkout #content #shipping-address .quickcheckout-content, .quickenquiry-checkout #content #shipping-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}
    .quickcheckout-content .input-group-btn{
        height:40px;
    }
    .quickcheckout-checkout #content #create_account > br + div:not([style*=none]), .quickcheckout-checkout #content #login:not([style*=none]), .quickcheckout-checkout #content #payment-address .quickcheckout-content:not([style*=none]), .quickcheckout-checkout #content #payment-new:not([style*=none]), .quickcheckout-checkout #content #shipping-address .quickcheckout-content:not([style*=none]), .quickcheckout-checkout #content #shipping-new:not([style*=none]), .quickenquiry-checkout #content #create_account > br + div:not([style*=none]), .quickenquiry-checkout #content #login:not([style*=none]), .quickenquiry-checkout #content #payment-address .quickcheckout-content:not([style*=none]), .quickenquiry-checkout #content #payment-new:not([style*=none]), .quickenquiry-checkout #content #shipping-address .quickcheckout-content:not([style*=none]), .quickenquiry-checkout #content #shipping-new:not([style*=none]) {
        display: flex !important
    }

    .quickcheckout-checkout #content #create_account > br + div > .col-sm-6, .quickcheckout-checkout #content #login > .col-sm-6, .quickcheckout-checkout #content #payment-address .quickcheckout-content > .col-sm-6, .quickcheckout-checkout #content #payment-new > .col-sm-6, .quickcheckout-checkout #content #shipping-address .quickcheckout-content > .col-sm-6, .quickcheckout-checkout #content #shipping-new > .col-sm-6, .quickenquiry-checkout #content #create_account > br + div > .col-sm-6, .quickenquiry-checkout #content #login > .col-sm-6, .quickenquiry-checkout #content #payment-address .quickcheckout-content > .col-sm-6, .quickenquiry-checkout #content #payment-new > .col-sm-6, .quickenquiry-checkout #content #shipping-address .quickcheckout-content > .col-sm-6, .quickenquiry-checkout #content #shipping-new > .col-sm-6 {
        width: calc(50% - 7.5px);
        margin-bottom: 15px
    }

        .quickcheckout-checkout #content #create_account > br + div > .col-sm-6 input, .quickcheckout-checkout #content #login > .col-sm-6 input, .quickcheckout-checkout #content #payment-address .quickcheckout-content > .col-sm-6 input, .quickcheckout-checkout #content #payment-new > .col-sm-6 input, .quickcheckout-checkout #content #shipping-address .quickcheckout-content > .col-sm-6 input, .quickcheckout-checkout #content #shipping-new > .col-sm-6 input, .quickenquiry-checkout #content #create_account > br + div > .col-sm-6 input, .quickenquiry-checkout #content #login > .col-sm-6 input, .quickenquiry-checkout #content #payment-address .quickcheckout-content > .col-sm-6 input, .quickenquiry-checkout #content #payment-new > .col-sm-6 input, .quickenquiry-checkout #content #shipping-address .quickcheckout-content > .col-sm-6 input, .quickenquiry-checkout #content #shipping-new > .col-sm-6 input {
            margin: 0
        }

    .quickcheckout-checkout #content #create_account > br + div > #payment-existing, .quickcheckout-checkout #content #create_account > br + div > #shipping-existing, .quickcheckout-checkout #content #create_account > br + div > .radio, .quickcheckout-checkout #content #login > #payment-existing, .quickcheckout-checkout #content #login > #shipping-existing, .quickcheckout-checkout #content #login > .radio, .quickcheckout-checkout #content #payment-address .quickcheckout-content > #payment-existing, .quickcheckout-checkout #content #payment-address .quickcheckout-content > #shipping-existing, .quickcheckout-checkout #content #payment-address .quickcheckout-content > .radio, .quickcheckout-checkout #content #payment-new > #payment-existing, .quickcheckout-checkout #content #payment-new > #shipping-existing, .quickcheckout-checkout #content #payment-new > .radio, .quickcheckout-checkout #content #shipping-address .quickcheckout-content > #payment-existing, .quickcheckout-checkout #content #shipping-address .quickcheckout-content > #shipping-existing, .quickcheckout-checkout #content #shipping-address .quickcheckout-content > .radio, .quickcheckout-checkout #content #shipping-new > #payment-existing, .quickcheckout-checkout #content #shipping-new > #shipping-existing, .quickcheckout-checkout #content #shipping-new > .radio, .quickenquiry-checkout #content #create_account > br + div > #payment-existing, .quickenquiry-checkout #content #create_account > br + div > #shipping-existing, .quickenquiry-checkout #content #create_account > br + div > .radio, .quickenquiry-checkout #content #login > #payment-existing, .quickenquiry-checkout #content #login > #shipping-existing, .quickenquiry-checkout #content #login > .radio, .quickenquiry-checkout #content #payment-address .quickcheckout-content > #payment-existing, .quickenquiry-checkout #content #payment-address .quickcheckout-content > #shipping-existing, .quickenquiry-checkout #content #payment-address .quickcheckout-content > .radio, .quickenquiry-checkout #content #payment-new > #payment-existing, .quickenquiry-checkout #content #payment-new > #shipping-existing, .quickenquiry-checkout #content #payment-new > .radio, .quickenquiry-checkout #content #shipping-address .quickcheckout-content > #payment-existing, .quickenquiry-checkout #content #shipping-address .quickcheckout-content > #shipping-existing, .quickenquiry-checkout #content #shipping-address .quickcheckout-content > .radio, .quickenquiry-checkout #content #shipping-new > #payment-existing, .quickenquiry-checkout #content #shipping-new > #shipping-existing, .quickenquiry-checkout #content #shipping-new > .radio {
        width: 100%
    }

    .quickcheckout-checkout #content #create_account > br + div label.control-label, .quickcheckout-checkout #content #login label.control-label, .quickcheckout-checkout #content #payment-address .quickcheckout-content label.control-label, .quickcheckout-checkout #content #payment-new label.control-label, .quickcheckout-checkout #content #shipping-address .quickcheckout-content label.control-label, .quickcheckout-checkout #content #shipping-new label.control-label, .quickenquiry-checkout #content #create_account > br + div label.control-label, .quickenquiry-checkout #content #login label.control-label, .quickenquiry-checkout #content #payment-address .quickcheckout-content label.control-label, .quickenquiry-checkout #content #payment-new label.control-label, .quickenquiry-checkout #content #shipping-address .quickcheckout-content label.control-label, .quickenquiry-checkout #content #shipping-new label.control-label {
        display: none
    }

        .quickcheckout-checkout #content #create_account > br + div label.control-label + .text-danger, .quickcheckout-checkout #content #login label.control-label + .text-danger, .quickcheckout-checkout #content #payment-address .quickcheckout-content label.control-label + .text-danger, .quickcheckout-checkout #content #payment-new label.control-label + .text-danger, .quickcheckout-checkout #content #shipping-address .quickcheckout-content label.control-label + .text-danger, .quickcheckout-checkout #content #shipping-new label.control-label + .text-danger, .quickenquiry-checkout #content #create_account > br + div label.control-label + .text-danger, .quickenquiry-checkout #content #login label.control-label + .text-danger, .quickenquiry-checkout #content #payment-address .quickcheckout-content label.control-label + .text-danger, .quickenquiry-checkout #content #payment-new label.control-label + .text-danger, .quickenquiry-checkout #content #shipping-address .quickcheckout-content label.control-label + .text-danger, .quickenquiry-checkout #content #shipping-new label.control-label + .text-danger {
            margin-top: -20px;
            margin-bottom: 20px
        }

.quickcheckout-checkout #content .quickcheckout-heading, .quickenquiry-checkout #content .quickcheckout-heading {
    background: 0 0;
    padding: 0;
    padding-bottom: 20px;
    font-weight: 700
}

    .quickcheckout-checkout #content .quickcheckout-heading i, .quickenquiry-checkout #content .quickcheckout-heading i {
        display: none
    }

.quickcheckout-checkout #content .quickcheckout-content, .quickenquiry-checkout #content .quickcheckout-content {
    border: 0;
    padding: 0
}

    .quickcheckout-checkout #content .quickcheckout-content .col-sm-6, .quickenquiry-checkout #content .quickcheckout-content .col-sm-6 {
        padding: 0 0
    }

    .quickcheckout-checkout #content .quickcheckout-content .col-sm-9 .input-group, .quickenquiry-checkout #content .quickcheckout-content .col-sm-9 .input-group {
        width: 100%
    }

@media (min-width:768px) {
    .quickcheckout-checkout #content .quickcheckout-content .left, .quickenquiry-checkout #content .quickcheckout-content .left {
        padding-right: 10px
    }

    .quickcheckout-checkout #content .quickcheckout-content .right, .quickenquiry-checkout #content .quickcheckout-content .right {
        padding-left: 10px
    }
}

.quickcheckout-checkout #content #payment-method tr:first-child td, .quickcheckout-checkout #content #shipping-method tr:first-child td, .quickenquiry-checkout #content #payment-method tr:first-child td, .quickenquiry-checkout #content #shipping-method tr:first-child td {
    border-top: 0
}

.quickcheckout-checkout #content #terms, .quickenquiry-checkout #content #terms {
    padding: 30px 0;
    overflow: hidden
}

    .quickcheckout-checkout #content #terms input[name=agree], .quickenquiry-checkout #content #terms input[name=agree] {
        position: relative;
        top: 2px
    }

.quickcheckout-checkout #content .image img, .quickenquiry-checkout #content .image img {
    max-width: 100px
}

.checkout-success .line-1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px
}

.checkout-success .line-2 {
    margin-bottom: 24px
}

    .checkout-success .line-2 span {
        text-decoration: underline
    }

.checkout-success .line-3 {
    margin-bottom: 24px
}

    .checkout-success .line-3 a {
        text-decoration: underline
    }

.checkout-success .line-4 {
    margin-bottom: 30px
}

.quickcheckout-content table {
    margin-bottom: 0
}

.image-zoom .image-container, .image-zoom-hover .image-container {
    overflow: hidden;
    display: block
}

    .image-zoom .image-container img, .image-zoom-hover .image-container img {
        transform: scale(1);
        transition: all .3s
    }

        .image-zoom .image-container img.img2, .image-zoom-hover .image-container img.img2 {
            transform: none
        }

.image-zoom-hover:hover img, .image-zoom:hover img {
    transform: scale(1.2)
}

.product-gutter {
    padding: 10px
}

.product-block {
    flex-direction: column;
    display: flex;
    height: 100%;
}

    .product-block:hover {
        /*  box-shadow: 1px -1px 8px 3px #d3d3d3;*/
    }

    .product-block .brand-name {
        padding: 5px 10px;
        color: #005b97;
        font-weight: 700;
    }

    .product-block img {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }

}

.product-block .more-options-text {
    z-index: 1;
    width: calc(100% + 2px);
    margin-left: -1px;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    background: #fdd835;
    text-shadow: 0 1px 1px rgba(0,0,0,.3)
}

.product-block .product-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    transition: opacity .3s
}

    .product-block .product-button > * {
        display: flex;
        flex: 1 1 auto;
        min-width: auto !important;
        justify-content: center
    }

.product-block:focus .product-button, .product-block:hover .product-button {
    opacity: 1
}

.product-block .product-name {
    padding: 8px 10px 10px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.product-block .product-details {
    padding: 5px 10px;
    text-align: center;
}

    .product-block .product-details .price {
        font-size: calc(13px + .21vw);
        font-weight: 700;
        color: #08090a;
    }

        .product-block .product-details .price .price-new.special {
            color: #de6210;
        }

.product-block .price .price-old {
    font-size: calc(13px + .21vw);
    text-decoration: line-through;
    color: #08090a;
}

.featured .slick-no-slide {
    margin-left: -32px;
    margin-right: -32px
}

@media (max-width:540px) {
    .featured-module .featured {
        padding: 0
    }
}

.featured-module .slick-nav {
    width: 32px;
    height: 100%;
    z-index: 1;
    top: 0
}

    .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
        left: -40px;
    }

    .featured-module .slick-nav.next, .featured-module .slick-nav.right {
        right: -40px;
    }

.btn-link {
    top: 10px;
    right: 150px;
    color: #005b97;
    font-weight: 700;
    font-size: calc(14px + .21vw);
}

    .btn-link:hover {
        text-decoration: underline;
    }

.featured-module .slick-slideshow-stage, .featured-module .slick-track, .related-products .slick-slideshow-stage, .related-products .slick-track {
    display: flex
}

.featured-module .product-block, .related-products .product-block {
    height: auto;
    display: flex !important
}

    .featured-module .product-block .product-image-block, .related-products .product-block .product-image-block {
        flex: 0 0 auto
    }

.featured-module .slick-slide, .related-products .slick-slide {
    margin: 0 7.5px;
    display: flex !important;
    flex: 0 1 auto;
    height: auto
}

    .featured-module .slick-slide .product-block, .related-products .slick-slide .product-block {
        height: 100%
    }

    .featured-module .slick-slide > div, .related-products .slick-slide > div {
        width: 100%
    }

.featured-module .slick-list, .related-products .slick-list {
    margin: 0 -7.5px
}

.row-special {
    margin-left: 0;
    margin-right: 0
}

.product-view {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-15px / 2);
    margin-right: calc(-15px / 2)
}

    .product-view > .product-gutter {
        padding-left: calc(15px / 2);
        padding-right: calc(15px / 2);
        padding-bottom: 15px;
        width: 100%
    }

@media (min-width:375px) {
    .product-view > .product-gutter {
        width: 50%
    }
}

@media (min-width:992px) {
    .product-view > .product-gutter {
        width: 33.33%
    }
}

@media (min-width:1200px) {
    .product-view > .product-gutter {
        width: 33.33%
    }
}

.product-view .product-image-block {
    flex: 0 0 auto;
    flex-direction: column
}

.owl-item .product-gutter, .slick-slide .product-gutter {
    height: 100%
}

.search-container {
    text-align: center;
    max-width: 400px;
    width: calc(100% - 30px);
    margin: 0 auto 70px
}

    .search-container .search-description {
        margin-bottom: 24px
    }

    .search-container .search-options {
        display: flex
    }

        .search-container .search-options select {
            max-width: 150px
        }

            .search-container .search-options select + div {
                margin-left: 15px;
                display: flex
            }

        .search-container .search-options input, .search-container .search-options select {
            border-radius: 0;
        }

        .search-container .search-options .input-group-btn {
            width: auto;
            height:40px;
        }

@media (max-width:540px) {
    .search-container .search-options {
        flex-direction: column
    }

        .search-container .search-options > * {
            width: 100%;
            max-width: 100% !important
        }

        .search-container .search-options input {
            display: flex;
            flex: 1 1 auto
        }

        .search-container .search-options select {
            margin-bottom: 15px
        }

            .search-container .search-options select + div {
                margin-left: 0;
                overflow: hidden
            }
}

.product-product .thumbnails {
    overflow: initial
}

.product-product .product-image-column {
    margin-bottom: 25px
}

.product-product .product-image-main-container {
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
}

    .product-product .product-image-main-container .slick-nav {
        width: 64px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
        opacity: 1;
        transition: all .3s
    }


    .product-product .product-image-main-container:focus .slick-nav, .product-product .product-image-main-container:hover .slick-nav {
        opacity: 1
    }



.product-product .product-image-additional-container {
    padding: 0 26px
}

    .product-product .product-image-additional-container .slick-no-slide {
        margin-left: -26px;
        margin-right: -26px
    }

    .product-product .product-image-additional-container img {
        /*   border: 1px solid #ccc;*/
        padding: 2px
    }

        .product-product .product-image-additional-container img.slick-current.slick-active, .product-product .product-image-additional-container img:focus, .product-product .product-image-additional-container img:hover {
            border-width: 3px;
            padding: 0
        }

    .product-product .product-image-additional-container .slick-nav {
        display: block;
        width: 22px;
        height: 100%;
        position: absolute;
        top: 0
    }

        .product-product .product-image-additional-container .slick-nav.left, .product-product .product-image-additional-container .slick-nav.prev {
            left: -26px
        }

        .product-product .product-image-additional-container .slick-nav.next, .product-product .product-image-additional-container .slick-nav.right {
            right: -26px
        }

.input-group .input-group-addon {
    border-color: transparent;
    background: 0 0;
    height: auto
}

.input-group-flex {
    margin: 50px 0;
    display: flex
}

    .input-group-flex > span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 10px;
        padding-bottom: 4px
    }

.order-not-found {
    line-height: 1.8;
    padding: 18px 18px 20px
}

    .order-not-found i {
        display: block;
        font-size: 42px;
        margin: auto auto 16px
    }

.order-product-list .nav {
    display: table;
    width: 100%
}

    .order-product-list .nav > li:not(:only-child) {
        width: 50%;
        display: table-cell
    }

    .order-product-list .nav li:not(.active) a {
        background: #e1e1e1
    }

.order-product-item-list {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap
}

    .order-product-item-list img {
        width: 100%
    }

    .order-product-item-list > * {
        margin-right: 13px;
        margin-bottom: 13px
    }

.subscribed a {
    color: red;
}

@media (min-width:375px) {
    .order-product-item-list > * {
        width: calc(50% - 13px)
    }
}

@media (max-width:375px) {
    .order-product-item-list > * {
        width: calc(100% - 13px)
    }

    .order-product-item-list > :nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .account-order #content table thead {
        display: none
    }

    .account-order #content table tbody tr {
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        display: grid;
        display: -ms-grid;
        grid-template-columns: auto 1fr 1fr;
        -ms-grid-columns: auto 1fr 1fr;
        grid-template-rows: auto auto;
        -ms-grid-rows: auto auto
    }

        .account-order #content table tbody tr td {
            border: 0
        }

            .account-order #content table tbody tr td:first-child {
                grid-column: 1/1;
                grid-row: 1/3;
                -ms-grid-column: 1;
                -ms-grid-row: 1;
                -ms-grid-column-span: 1;
                -ms-grid-row-span: 2;
                display: flex;
                flex-direction: column;
                justify-content: center;
                text-align: center;
                border-right: 1px solid #ccc
            }

            .account-order #content table tbody tr td:nth-child(3), .account-order #content table tbody tr td:nth-child(5) {
                display: flex;
                flex-direction: column;
                text-align: left
            }

            .account-order #content table tbody tr td small {
                font-weight: 700
            }
}

.testimonial_view {
    display: flex;
    flex-wrap: wrap
}

    .testimonial_view .testimonial_block {
        border: 1px solid #ccc;
        padding: 10px 14px;
        margin-bottom: 15px;
        width: 100%
    }

@media (min-width:541px) {
    .testimonial_view .testimonial_block {
        margin-right: 7.5px
    }
}

@media (min-width:541px) and (max-width:767px) {
    .testimonial_view .testimonial_block {
        width: calc(50% - 15px)
    }

        .testimonial_view .testimonial_block:nth-child(2n) {
            margin-right: 0
        }
}

@media (min-width:768px) and (max-width:1199px) {
    .testimonial_view .testimonial_block {
        width: calc(33.3333% - 10px)
    }

        .testimonial_view .testimonial_block:nth-child(3n) {
            margin-right: 0
        }
}

@media (min-width:1200px) {
    .testimonial_view .testimonial_block {
        width: calc(25% - 11.25px)
    }

        .testimonial_view .testimonial_block:nth-child(4n) {
            margin-right: 0
        }
}

.contact-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px
}

    .contact-body > .form-group {
        margin-left: 7.5px;
        margin-right: 7.5px;
        min-width: calc(100% - 15px)
    }

@media (min-width:541px) {
    .contact-body > :not(:last-child) {
        flex: 1 1 auto;
        min-width: calc(50% - 15px)
    }

        .contact-body > :not(:last-child):last-child {
            flex: 1 1 auto
        }
}

.contact-footer .form-group {
    margin-left: 0;
    margin-right: 0
}

.contact-footer #google_recaptcha {
    float: left
}

@media (max-width:767px) {
    .contact-footer #google_recaptcha {
        float: none;
        margin-bottom: 15px
    }
}

#custom-field-payment, #custom-field-shipping {
    display: block !important;
    clear: both;
    width: 100%
}

@media (min-width:768px) {
    .quickcheckout-checkout #login, .quickenquiry-checkout #login {
        display: flex
    }
}

@media (max-width:767px) {
    .quickcheckout-content .col-sm-6 {
        width: 100%
    }
}

.mi-button .btn {
    height: 100%
}

#terms .quickcheckout-content {
    overflow: visible
}

.quickcheckout-alert {
    margin-top: 10px
}

.waiting_list_container {
    padding: 10px;
    border: 1px solid #ccc
}

    .waiting_list_container .waiting_list_description {
        padding-bottom: 10px
    }

        .waiting_list_container .waiting_list_description > :last-child {
            padding-bottom: 0;
            margin-bottom: 0
        }

.flex-group {
    display: flex
}

    .flex-group input {
        flex: 1 1 auto;
        margin-right: 3px
    }

    .flex-group button {
        flex: 0 1 auto
    }

.bnews-list .owl-stage {
    display: flex
}

    .bnews-list .owl-stage .artblock {
        height: 100%;
        display: flex;
        flex-direction: column
    }

        .bnews-list .owl-stage .artblock .blog-button {
            margin-top: auto
        }

.ZoomContainer {
    z-index: 2 !important
}

    .ZoomContainer .zoomWindow {
        border: 1px solid #ccc !important
    }

#news_latest.bnews-list .artblock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

    #news_latest.bnews-list .artblock .info {
        width: calc(75% - 0px);
        margin: 0 0;
        padding-left: 10px;
    }

    #news_latest.bnews-list .artblock .img_container {
        width: calc(25% - 0px)
    }

.social-float {
    bottom: 10%;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column
}

    .social-float .icon:not(:first-child) {
        margin-top: 15px
    }

    .social-float .icon {
        width: 52px;
        height: 52px
    }

@media(max-width:320px) {
}

#ToTopHover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 51px;
    height: 51px;
    display: block
}

@media (max-width:992px) {
    .news-list-wrap .news-post {
        width: 100%;
        max-width: 100%
    }

    .news-ncategory #content {
        width: 75%
    }
}

@media (max-width:414px) {
    .news-list-wrap .news-post {
        width: 10%;
        max-width: 100%
    }
}

@media (max-width:768px) {
    .loader {
        background-size: auto 50px !important
    }
}

.social-header {
    position: absolute;
    top: 5px;
    left: 0px
}

    .social-header > * {
        padding-left: 10px
    }

.header-logo-image {
    max-width: 300px;
    padding: 10px 30px;
}

.icon {
    display: block;
    width: 18px;
    height: 18px;
    background-size: 100% 100% !important
}

#product .product-group {
    margin-top: 30px;
}

.product-group > .quantity-wrapper > * {
    margin: auto;
}

.cart-icon {
    background: url(../../../../../../image/catalog/breakthrough/Homepage/icon_nav-cart.png) no-repeat center;
    margin-right: 10px;
}

.search-icon {
    background: url(../../../../../../image/catalog/breakthrough/Homepage/icon_nav-search.png) no-repeat center
}



.user-icon {
    background: url(../../../../../../image/catalog/breakthrough/Homepage/icon_nav-user.png) no-repeat center;
    margin: auto
}

.email-icon {
    background: url(../../../../../../image/catalog/breakthrough/Homepage/icon_footer-email.png) no-repeat center;
    margin: auto;
    width: 23px;
}

.left-icon {
    background: url(../../../../../../image/catalog/breakthrough/Homepage/icon_slider-arrow-left.png) no-repeat center;
    width: 26px;
    height: 46px;
}

.down-icon {
    background: url(../../../../../../image/arrow-down.png) no-repeat center;
    width: 20px;
    height: 11px
}

.right-icon {
    background: url(../../../../../../image/catalog/breakthrough/Homepage/icon_slider-arrow-right.png) no-repeat center;
    width: 26px;
    height: 46px;
}

.left-blue-icon {
    background: url(../../../../../../image/catalog/breakthrough/Client/icon_client-arrow-left.png) no-repeat center;
    width: 20px;
    height: 36px;
}

.right-blue-icon {
    background: url(../../../../../../image/catalog/breakthrough/Client/icon_client-arrow-right.png) no-repeat center;
    width: 20px;
    height: 36px;
}

.bold-left-icon {
    background: url(../../../../../../image/catalog/breakthrough/Service/bold-left.png) no-repeat center;
    width: 16px;
    height: 26px;
}

.bold-right-icon {
    background: url(../../../../../../image/catalog/breakthrough/Service/bold-right.png) no-repeat center;
    width: 16px;
    height: 26px;
}

.left-grey-icon {
    background: url(../../../../../../image/catalog/breakthrough/Gallery/grey-left.png) no-repeat center;
    width: 26px;
    height: 46px;
}

.right-grey-icon {
    background: url(../../../../../../image/catalog/breakthrough/Gallery/grey-right.png) no-repeat center;
    width: 26px;
    height: 46px;
}

.featured-module .slick-nav.slick-disabled .left-icon, .featured-module .slick-nav.slick-disabled .right-icon {
    opacity: .5
}

.btn-custom-blue {
    background-color: #005b97;
    padding: 10px 35px;
    font-size: calc(11px + .21vw);
    min-width: 110px;
    border: 1px solid #005b97;
    color: #fff !important;
    text-transform: none;
    outline: 0 !important;
    border-radius: 30px;
}

    .btn-custom-blue:disabled:not(.wishlist-btn) {
        background-color: grey;
        border: 1px solid grey
    }

.lightblue {
    background-color: #a9c1c7;
    color: #000 !important;
    border: 1px solid #a9c1c7
}

.btn-custom-blue:hover {
    box-shadow: 1px 2px 16px 5px #d0d0d0;
    font-weight: 500
}

#filter-groups .item-header {
    font-size: 19px;
    font-weight: 900;
    color: black;
}

#side-price .item-header {
    padding-bottom: 0
}

#side-categories .list-group-item .item.level-1 {
    /* border-radius: 15px; */
    background-color: #005b97;
    padding-left: 9px;
    overflow: hidden;
    border-radius: 30px;
}

    #side-categories .list-group-item .item.level-1.active, #side-categories .list-group-item .item.level-1.active .toggle, #side-categories .list-group-item .item.level-1:hover {
        color: #fff;
        background-color: #005b97;
    }

#side-categories .list-group-item > :not(:last-child) {
    padding-bottom: 10px
}

#side-categories .list-group-item .item.level-1 > .toggle i {
    font-size: 8px;
    color: white;
    margin-left: -5px;
}

#side-categories .list-group-item .item.level-1 > a + .toggle {
    color: #000;
    text-transform: uppercase
}

#side-categories .list-group-item .item.level-1 > a {
    color: white;
    font-weight: bolder
}

    #side-categories .list-group-item .item.level-1 > a:hover + * {
        color: #fff;
        background-color: #005b97;
    }

#side-categories .list-group-item .item.level-1.active > a, #side-categories .list-group-item .item.level-1:hover > a {
    color: #fff
}

#side-categories .list-group-item .sub.level-2 .item.level-2 {
    padding: 0 20px
}

#side-categories .level-2.active a {
    color: #005b97 !important;
    font-weight: 700
}

#side-categories .list-group-item .sub.level-2 .item.level-2 a, #side-categories .list-group-item .sub.level-3 .item.level-3 a {
    color: #005b97;
    font-size: calc(13px + .21vw);
    font-weight: 600;
}

    #side-categories .list-group-item .sub.level-2 .item.level-2 a.hasChild, #side-categories .list-group-item .sub.level-2 .item.level-2 a.hasChild ~ .toggle {
        color: black;
        font-weight: bold;
    }

#side-categories .list-group-item .sub.level-3 .item.level-3 a {
    padding: 0 40px
}

#side-categories .group .item.active + .sub {
    border-top: none
}

#side-categories .group:not(:last-child) {
    border-bottom: none
}

#side-categories .list-group-item .sub.level-2 .item.level-2 a, #side-categories .list-group-item .sub.level-3 .item.level-3 a {
    font-size: 14px
}


@media(max-width:769px) {
    #side-categories .list-group-item .item.level-2 {
        padding-left: 1px
    }

    #side-categories .list-group-item .item.level-1 > a {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px
    }

    #side-categories .group .item a:hover {
        background: #005b97;
        color: #fff
    }

    #filter-groups .list-group, #filter-groups .list-group-item, #filter-groups .panel {
        padding: 7px
    }
}

#side-manufacturer input:checked ~ .checkmark {
    background-color: #fff
}

#side-manufacturer label {
    padding: 0px;
    font-weight: bolder;
    font-size: 15px;
    color: #000;
}

@media(max-width:768px) {
    #side-manufacturer label {
        padding: 0 8px
    }
}

#side-manufacturer .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid #fba007;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#side-manufacturer .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#side-manufacturer input:checked ~ .checkmark:after {
    display: block
}

#side-price #max, #side-price #min {
    font-size: 13px;
    color: #000;
    font-weight: bolder
}

#side-price #slider-price {
    background: #9d9898;
    height: 4px;
}

#side-price .ui-slider-range {
    background: #005b97;
}

#side-price .ui-slider-handle {
    background: #005b97;
    width: 15px;
    height: 15px;
    border: 3px solid #005b97;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../../../../../../image/arrow.svg) no-repeat right center;
    background-position: center right 10px;
    background-color: #fff;
    cursor: pointer
}

.filters-wrap > :last-child {
    padding-right: 0
}

.product-product #product .form-group > label {
    width: 100%
}

.product-product label {
    color: #000;
    font-size: calc(12px + .21vw);
    font-weight: 700
}

.product-product #product .form-group .form-control:not(.input-number), .product-product #product .form-group .input-group {
    width: 40%;
    height: 45px
}

.price-wrapper {
    display: flex;
    font-size: calc(15px + .24vw);
    font-weight: bolder;
    margin-bottom: 20px;
    padding: 10px 0;
}

    .price-wrapper > :last-child {
        margin-left: 10px;
        font-size: calc(15px + .24vw);
    }

    .price-wrapper .product-price {
        color: #000
    }

.product-special-price {
    color: #DD610F;
    font-weight: 600;
}

.price-wrapper > :only-child {
    margin-left: 0
}

.input-group .btn-number {
    FONT-SIZE: 9px;
    color: #fff;
    background: #938e94;
    font-weight: 400;
    outline: 0 !important
}

    .input-group .btn-number:active, .input-group .btn-number:focus, .input-group .btn-number:hover {
        background: #005b97;
        color: #fff;
    }

#product select {
    background-color: #fff
}

#product-tabs {
    border-bottom: none;
    margin-bottom: 0px;
}

    #product-tabs li {
        background-color: #d3d3d3;
        /* border-radius: 20px */
    }

        #product-tabs li:not(:first-child) {
            margin-left: 5px;
        }

        #product-tabs li a {
            background-color: lightgrey;
            font-weight: 500;
            font-size: calc(11px + .24vw);
            color: black;
            padding: 10px 40px;
            margin: 0;
            border: 1px solid transparent;
            text-align: center;
            /* border-radius: 15px */
        }

        #product-tabs li.active a, #product-tabs li:hover a {
            background-color: grey;
            color: #fff;
        }

.product-product .tab-content {
    padding: 20px;
    border: 1px solid lightgrey;
    margin-bottom: 100px;
    background-color: white;
}

.product-product .product-description {
    font-size: calc(12px + .21vw);
    /* border: 1px solid #d3d3d3; */
    padding: 0;
    color: #000;
    border: 1px solid lightgrey;
    padding: 15px;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .slide-out-cart#cart .dropdown-menu, .slide-out-cart#enquiry .dropdown-menu {
        right: 20px
    }

    select::-ms-expand {
        display: none
    }
.news-post .description{
    margin-top: 50px;
}
    li {
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important
    }

    .featured_article .content {
        display: block !important;
    }

    #featured_article :not(:first-child).col-md-6 .article .content {
        padding: 30px 20px !important;
    }

        #featured_article :not(:first-child).col-md-6 .article .content > div {
            margin-left: -30px !important;
            z-index: 2;
        }

    .header-container .header-menu #main-menu > li > a {
        padding: 23px;
    }
    .header-container .header-menu #main-menu {
        height: 70px;
    }
    .news-list-wrap > * {
        flex: 0 0 30% !important;
        max-width: 30%;
    }
}

.footer-upper-contet h5 {
    font-size: calc(14px + .21vw);
    font-weight: 600;
    margin-bottom: 20px
}

.footer-upper-contet li {
    padding: 3px 0
}

footre {
    background-color: #242424
}

.slider-slideshow-description {
    top: 42%;
}

    .slider-slideshow-description .slider-slideshow-description-texts {
        width: 50%;
        padding-left: 114px;
        padding-right: 0
    }

.slider-slideshow-description-texts .banner-title {
    color: #005b97;
    font-size: calc(15px + .21vw);
    margin-bottom: 30px;
}

@media(max-width:1432px) {
    .slider-slideshow-description-texts .banner-title {
        font-size: calc(22px + .21vw)
    }
}

@media(max-width:1381px) {
    .slider-slideshow-description .slider-slideshow-description-texts {
        width: 50%;
        padding-left: 104px;
        padding-right: 0
    }
}

@media(max-width:1288px) {
    .slider-slideshow-description .slider-slideshow-description-texts {
        padding-left: 66px;
        line-height: 1.2
    }

    .slider-slideshow-description {
        top: 39%
    }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
            font-size: calc(35px + .21vw);
        }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
            font-size: calc(35px + .21vw);
        }

    #home_information {
        padding: 10px 100px;
    }
}

@media(max-width:1248px) {
    .slider-slideshow-description-texts .banner-title {
        font-size: calc(20px + .21vw)
    }

    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        font-size: calc(16px + .21vw)
    }

    .slider-slideshow-description .slider-slideshow-description-link {
        padding-top: 30px
    }
}

@media(max-width:1180px) {
    .slider-slideshow-description .slider-slideshow-description-texts {
        padding-left: 82px
    }

    .slider-slideshow-description-texts .banner-title {
        font-size: calc(19px + .21vw)
    }

    .slider-slideshow-description .slider-slideshow-description-link {
        padding-top: 20px
    }
}

@media(max-width:1080px) {
    .slider-slideshow-description .slider-slideshow-description-texts {
        padding-left: 80px
    }

    .slider-slideshow-description-texts .banner-title {
        font-size: calc(17px + .21vw)
    }

    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        font-size: calc(12px + .21vw)
    }
}

@media(max-width:1150px) {
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        font-size: calc(13px + .21vw)
    }
}

.slider-slideshow-description .slider-slideshow-description-texts.center {
    padding-left: 0;
    margin: auto;
    text-align: center
}

.slider-slideshow-description .slider-slideshow-description-texts.right {
    padding-left: 0;
    float: right;
    padding-right: 10px
}

.slider-slideshow-description {
    pointer-events: auto
}

.featured-module {
    padding: 0 120px
}

.product-block .product-button {
    display: flex;
    flex-direction: column
}

    .product-block .product-button > * {
        margin: 5px;
        margin: 10px auto
    }

@media(max-width:1280px) {
    #product .btn-cart {
        margin-left: 30px;
    }
}

.product-block .product-name a {
    color: #005b97;
    font-weight: 600;
    font-size: calc(18px + .21vw);
    font-family: 'PT Serif', serif;
}

.special-sticker {
    padding: 3px 8px;
    line-height: 1.4;
    z-index: 2;
    top: 10px;
    right: -1px;
    color: #ffffff;
    background-color: #949494;
    left: 10px;
    font-size: calc(13px +.21vw);
    min-width: 100px;
    right: auto;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
}

.sticker {
    padding: 3px 8px;
    line-height: 1.4;
    z-index: 2;
    top: 10px;
    font-size: calc(13px +.21vw);
    right: -1px;
    color: #ffffff;
    background-color: #949494;
    left: 10px;
    min-width: 100px;
    right: auto;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
}

.home_categories {
    background-color: #e9f7ff
}

    .home_categories h4 {
        font-size: calc(13px + .21vw);
        text-align: center;
        margin-top: 20px
    }

.free_delivery {
    padding: 100px;
    background-color: #e9f7ff;
    padding-top: 0
}

.home-promotion {
    height: 350px;
    position: relative;
    display: flex
}

    .home-promotion .content {
        margin: auto 50px
    }

        .home-promotion .content h2 {
            color: #45bdf7 !important;
            font-size: calc(25px + .21vw);
            margin-bottom: 20px !important
        }

        .home-promotion .content p {
            font-size: calc(17px + .21vw);
            color: #fff;
            line-height: 1.5em
        }

.iid-4 > .container, .about_us > .container {
    width: 98% !important;
    padding: 0;
}

.date {
    color: grey;
    font-size: calc(10px + .21vw);
    margin-top: 10px;
}

.featured_article {
    padding-bottom: 50px;
    background-position: top !important;
    background-size: auto !important;
    margin-top: -170px;
    overflow: visible;
    z-index: 3;
    padding-top: 200px;
}

    .featured_article .slick-slide h3 {
        font-weight: 700;
        text-align: center;
        padding: 20px 0;
        font-size: calc(20px + .21vw);
        font-family: 'PT Serif', serif;
        max-width: 400px;
        margin: auto;
        color: #005b97;
    }

#our_services {
    padding-left: 60px;
    padding-right: 300px;
    overflow: hidden;
}

    #our_services .slick-list {
        overflow: visible;
    }

.featured_article img {
    border-radius: 15px;
    max-width: 500px;
    margin: auto;
}

#featured_article {
    display: flex;
    flex-wrap: wrap;
}

.home_contact_us {
    background-position: top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-bottom: 0;
}

    .home_contact_us h2 {
        margin-bottom: 0 !important;
    }

    .home_contact_us .home-contact-module {
        padding-top: 50px;
    }

.home-contact-module {
    background: #eff5fb;
    display: block;
    height: 42vw;
}

    .home-contact-module iframe {
        width: 100% !important;
        min-height: 650px;
    }

    .home-contact-module form {
        padding: 0px 80px;
    }

    .home-contact-module h3 {
        font-weight: 900;
        font-size: calc(18px + .21vw);
        color: black;
    }

.about_us > * {
    display: flex;
    flex-wrap: wrap
}

.about_us > .right {
    flex-direction: row-reverse
}

.about-us-module {
    display: flex;
    flex-wrap: wrap;
    width:100%;
}

    .about-us-module > * {
        flex: 1;
    }

    .about-us-module h3 {
        font-size: calc(20px + .21vw);
        color: black;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .about-us-module p {
        color: black;
    }

    .about-us-module > *:last-child {
        flex: 1.3;
    }

    .about-us-module > .description {
        padding: 40px;
        padding-right: 0;
        display: flex;
    }

    .about-us-module .background-content {
        background: url(../../../../../../image/catalog/breakthrough/About/bg_abt.jpg) no-repeat center;
        background-size: cover;
        padding: 70px;
        margin: auto;
        z-index: 2;
        margin-right: -100px;
    }

.about_us {
    padding: 0
}

.information-faq .panel-title .down-icon {
    position: absolute;
    right: 15px;
    top: 45%
}

.information-faq .panel-title a {
    background-color: #e1e1e1;
    font-size: calc(15px + .21vw)
}

.information-faq .panel-body {
    font-size: calc(11px + .21vw);
    line-height: 1.5em
}

.information-faq .panel-title a:not(.collapsed) .down-icon {
    background: url(../../../../../image/arrow-down-white.png?x=1) no-repeat center;
    top: 15px
}

.information-faq .panel-title a:not(.collapsed) {
    color: #fff;
    background-color: grey
}

.information-contact h3 {
    font-size: calc(17px + .21vw);
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.information-contact .col-md-4 strong {
    font-weight: 700;
    color: #000
}

.information-contact .col-md-4 a, .information-contact .col-md-4 address {
    color: #000;
    font-weight: 500
}

#contact-us-form input:not(.btn-custom-blue), #contact-us-form select {
    height: 45px;
}

#contact-us-form input:not(.btn-custom-blue), #contact-us-form textarea {
    border-radius: 3px;
}

.contact-footer #google_recaptcha .g-recaptcha {
    transform-origin: left top;
}

#google_recaptcha .g-recaptcha {
    transform: scale(.6);
}

#side-manufacturer > :last-of-type {
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden
}

    #side-manufacturer > :last-of-type::-webkit-scrollbar {
        width: 3px;
        background: #005b97
    }

    #side-manufacturer > :last-of-type::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px grey;
        border-radius: 2px
    }

    #side-manufacturer > :last-of-type::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px
    }

        #side-manufacturer > :last-of-type::-webkit-scrollbar-thumb:hover {
            background: #005b97
        }

.product-gutter:hover .product-image {
    opacity: 0.5;
}

#articles-column-left .year-wrap a {
    width: calc(100% - 30px);
    background-color: #e1e1e1;
    border-radius: 15px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: calc(13px + .21vw);
    color: #000
}

    #articles-column-left .list-group-item.active a, #articles-column-left .year-wrap a:hover {
        color: #005b97
    }

.news-ncategory h3 {
    font-size: calc(20px + .21vw);
    font-weight: 700;
}

#news_latest a {
    font-size: calc(11px + .21vw);
    color: #000
}

.news-list-wrap {
   /* padding-bottom: 200px;*/
}

    .news-list-wrap .news-post > .relative {
        height: 100%;
    display: flex;
    flex-direction: column;
    }

    .news-list-wrap > * {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

.news-post .article-button {
    display: none;
    transition-duration: .3s;
}

.news-post:hover > *:first-child {
    opacity: 0.5;
}

.news-post:hover .article-button {
    display: block;
    transition-duration: 3s;
}

.news-post .article-name a {
    font-size: calc(15px + .21vw);
    color: black;
    font-family: 'PT Serif', serif;
}

.news-post .article-description {
    font-size: calc(11px + .21vw);
    color: black;
}

.news-post .description {
    background: #f7f7f7;
    text-align: center;
    padding: 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 30px;
        height: 100%;
}

    .news-post .description .article-name a:last-child {
        color: #005b97;
        text-overflow: ellipsis;
        overflow: hidden;
        justify-content: center;
        display: flex;
    }

.news-post .cover-bg {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-bottom: 53%;
}

.news-post .article-description p {
    font-size: calc(11px + .21vw);
    color: black;
    font-weight: 500;
}

.news-post .col-lg-7 {
    padding-left: 30px;
}



.grey {
    background-color: #999;
    border: 1px solid #999
}

.article-inner p {
    font-size: calc(11px + .21vw);
    color: #000;
    line-height: 1.5em
}

.product-product h3 {
    color: #005b97;
    font-weight: 600;
    font-size: calc(18px + .21vw);
    font-family: 'PT Serif', serif;
    margin-top: 10px;
}

.input-group .btn-number {
    width: 20px;
    padding: 0;
    background: 0 0;
    color: #000;
    border-color: #005b97;
    border: 2px solid #005b97;
}

.input-group > .input-group-btn:first-of-type .btn-number {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: none
}

.input-group > .input-group-btn:last-of-type .btn-number {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: none
}

.cart-quantity {
    max-width: 120px;
}

.btn-cart, .wishlist-btn {
    padding: 12px 20px;
    width: 160px
}

.product-group > * {
    margin: auto;
    margin-left: 0;
    margin-right: 10px;
}

.product-group > .quantity-wrapper {
    width: 25%;
}

.input-group {
    height: 45px
}

    .input-group .form-control[name^=quantity] {
        height: 45px;
        border-top: 2px solid #005b97;
        border-bottom: 2px solid #005b97;
    }

.share label {
    margin: auto 10px;
}

.related-module {
    padding: 0px 200px;
    padding-bottom: 50px;
}

    .related-module h2 {
        color: black !important;
        font-size: calc(18px + .21vw) !important;
    }

.product-product .tab-content h3 {
    font-weight: 700
}

.product-product .tab-content p {
    color: #000;
    font-size: calc(12px + .21vw);
    line-height: 1.5em
}

.waiting_list_container {
    padding: 20px;
    border: none;
    box-shadow: 2px 2px 15px 2px #e7e7e7;
    background-color: white;
}

    .waiting_list_container .waiting_list_description p {
        font-size: calc(12px + .21vw);
        color: #000;
        font-weight: 700
    }

#waiting_list .flex-group {
    height: 40px
}

#waiting_list h3 {
    font-size: calc(18px + .21vw)
}

#waiting_list .flex-group input {
    margin-right: 0;
    border: 1px solid #d3d3d3;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px
}

#waiting_list .flex-group button {
    width: 25%;
    text-transform: none;
    border-radius: 30px;
    margin-left: -20px;
    outline: none !important;
}

.btn-primary {
}

.review-list .head {
    background: lightgrey;
    height: 45px;
    display: block;
    padding: 10px;
}

    .review-list .head > span {
        color: black;
        font-size: calc(11px + .21vw);
        font-weight: 700;
    }

        .review-list .head > span:last-child {
            float: right;
        }

#waiting_list_submit {
    background-color: #005b97 !important;
    border: 1px solid transparent;
}

.btn-primary:not(#articles-filter-trigger-open):not(#filter_group_tigger_open):not(#waiting_list_submit) {
    color: #fff !important;
    outline: 0 !important;
    padding: 10px 40px;
    background-color: #005b97 !important;
    border: 1px solid transparent;
    border-radius:30px;
}

#button-coupon, #button-login, #button-search, .btn-wishlist, .button-update {
    padding: 6px 12px !important;
    border-radius: unset !important
}

.btn-default:not(.btn-number) {
    color: #005b97 !important;
    background-color: white !important;
    outline: 0 !important;
    border: 1px solid #005b97;
    padding: 10px 40px;
    border-radius: 30px;
}

#coupon-content input, #voucher-content input {
    height: 40px;
}

.product-group.out-of-stock > * {
    margin: unset
}

.share {
    padding: 10px 0;
    margin: 0;
}

#tab-review h3 {
    font-size: calc(16px + .21vw);
    margin-bottom: 20px;
    color: black;
    font-weight: 700;
}

#tab-review h4 {
    font-weight: 600;
    font-size: calc(17px + .21vw)
}

#tab-review p {
    font-size: calc(12px + .21vw);
    color: #000;
    padding: 10px;
}

.rating .fa-star-o.grey {
    background-color: transparent;
    color: #999;
    border: none
}

#tab-review {
    padding-bottom: 70px
}

.rating {
    padding: 0 10px;
    padding-bottom: 20px;
}

    .rating .fa-stack {
        font-size: 12px
    }

.product-product .brand-name {
    color: #005b97;
    font-weight: 500;
    font-size: calc(12px + .21vw);
}

#tab-review .author {
    letter-spacing: .5px;
    font-size: calc(12px + .21vw)
}

#tab-review .form-group .col-sm-12 {
    font-weight: 700;
    color: #000
}

.rating .fa-star-o {
    color: #efd500;
    font-weight: 900;
    font-size: 18px
}

#form-review input, #form-review textarea {
    font-weight: 500
}

header .header-container .header-menu #main-menu ul {
    margin-top: 35px !important
}

    header .header-container .header-menu #main-menu ul a:hover, header .header-container .header-menu #main-menu ul li.active a {
        background: #eaf7ff
    }

    header .header-container .header-menu #main-menu ul a {
        padding: 10px 20px;
        line-height: 1.42857143;
        font-weight: 600;
        color: #000;
        font-size: calc(12px + .21vw)
    }

    header .header-container .header-menu #main-menu ul ul {
        margin-top: -50px !important
    }

.information-faq .panel-collapse p {
    font-size: calc(12px + .21vw);
    line-height: 1.5em
}

.home_categories h4 {
    font-weight: 700
}

#login input {
    height: 40px
}

    #login input[type=password] + i.fa-eye {
        margin-right: 10px
    }



#home_infomation {
    padding: 100px;
}

.home-information h2 {
    text-align: center !important;
}

.home_infomation h2:after {
    float: none !important;
    background: white !important;
    margin: 10px auto !important;
}

.home-information {
    padding: 10px 150px;
}

#home_information .slick-list {
    display: flex;
}

#home_information .slick-slide {
    transition-duration: .3s;
}

#home_information .description {
    padding: 35px;
    padding-top: 20px;
}


#home_information .slick-slide > div {
    padding: 20px;
    height: 100%;
}

#home_information .items {
    text-align: center;
    background: #005b97;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

    #home_information .items img {
        margin: auto;
        margin-bottom: 10px;
    }

    #home_information .items h4 {
        font-weight: 700;
        font-size: calc(20px + .21vw);
    }

    #home_information .items p {
        font-size: calc(12px + .21vw);
    }

    #home_information .items h4, #home_information .items p {
        color: white;
    }

    #home_information .items p {
        font-size: calc(11px + .21vw);
    }

.featured-28 .items .col-md-6:first-child .product-gutter .sticker {
    top: -40px;
}

.featured-28 .items .col-md-6:first-child .product-gutter .sticker-curve {
    top: -22px;
}

.brand-block {
    text-align: center;
}

    .brand-block a {
        outline: none !important;
    }

.brand-container .slick-slide {
    padding: 10px;
}

    .brand-container .slick-slide .brand-block {
        box-shadow: 0px 0px 10px 1px #eaeaea;
        border-radius: 15px;
    }

.footer-contact-info .t {
    width: 100%;
    display: block;
    font-weight: 700;
}

.newsletter-module input[name=email] {
    height: 40px;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
}

.newsletter-module button {
    background: transparent;
}

.newsletter-module button {
    height: 30px;
    position: absolute;
    padding: 0;
    top: 5px;
    right: 0;
    font-size: 12px;
    text-transform: inherit;
    max-width: 90px;
    min-width: auto;
}

.slideshow {
    height: 43vw;
}

#slideshow0 {
    /*position: fixed;*/
}

.home_infomation, .featured-28, .brand_category, .featured_article {
    z-index: 1;
}

.featured .col-sm-6, .featured .col-md-6 {
    padding: 0;
}

.featured .product-blocklist {
    width: calc(50% - 20px);
    display: inline-block;
}

.featured .items {
    display: flex !important;
}

    .featured .items .col-md-6:first-child .product-gutter .product-block {
        padding-top: 10%;
    }

.news-article .article-button {
    width: 100%;
    position: relative;
    height: 47px;
}

    .news-article .article-button .btn-prev {
        position: absolute;
        left: 0;
    }

    .news-article .article-button .btn-next {
        position: absolute;
        right: 0;
    }

.product-category .product-block {
    padding-bottom: 35px;
}

.product-category .product-gutter {
    padding: 20px;
}

.product-product .product-image-main {
    /*  border: 1px solid lightgrey;*/
}

.product-product .product-block {
    /*   border: 1px solid lightgrey;*/
    padding-bottom: 10px;
}

.home_infomation, .featured-28, .brand_category, .featured_article {
    position: relative;
}

.product-group.out-of-stock {
    /*  display: none !important;*/
}

.search-container select, .search-container input {
    height: 40px;
}

.clientele-module h3 {
    color: #005b97;
    font-size: calc(18px + .21vw);
    font-weight: 700;
}

.clientele-module p {
    font-size: calc(12px + .21vw);
    text-align: center;
    white-space: pre-line;
    color: #005b97;
    font-weight: 700;
    padding-top: 40px;
}

.clientele-module .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .clientele-module .slick-dots button {
        display: none;
    }

    .clientele-module .slick-dots li {
        display: block;
        width: 8px;
        height: 8px;
        background: #005b97;
        border-radius: 50%;
        margin: auto 7px;
        cursor: pointer;
        opacity: 0.3;
    }

        .clientele-module .slick-dots li.slick-active {
            background: #005b97;
            opacity: 1;
        }

.galleryModal .modal-dialog {
    width: 70%;
}

.galleryModal .slick-slider .slick-arrow.next {
    right: -90px;
    left: auto;
    position: absolute;
    height: 100%;
    top: 30%;
}

.galleryModal .slick-slider .slick-arrow.prev {
    right: auto;
    left: -90px;
    position: absolute;
    height: 100%;
    top: 30%;
}

.galleryModal .slick-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.galleryModal .modal-dialog .modal-header {
    height: 50px;
    padding: 0 20px;
    border: none;
}

.gallery-album .modal-backdrop.in {
    opacity: .7;
}

.galleryModal .modal-dialog h3 {
    font-size: calc(18px + .21vw);
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    margin-top: 20px;
}



.special-background {
    background: url(../../../../../../image/catalog/breakthrough/Client/line_client.png) no-repeat top;
    background-size: contain;
    display: block;
    height: 300px;
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: relative;
}

    .special-background:before {
        content: '';
        background: linear-gradient(transparent 30%, #eff5fb 20%);
        height: 100%;
        width: 100%;
        display: block;
    }

.galleryModal .close {
    float: right;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    opacity: 1;
}

    .close:hover {
        opacity: 1;
    }

.galleryModal .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 40px;
    width: 2px;
    background-color: #005b97;
}
.cart-dropdown {
    white-space: nowrap;
}
.galleryModal .close:before {
    transform: rotate(45deg);
}

.galleryModal .close:after {
    transform: rotate(-45deg);
}

.related-module .product-gutter {
    padding: 20px;
}

.gallery .gallery-category {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    padding-left:0;
}

.gallery-list {
    padding: 20px 150px;
}

.gallery .gallery-category li {
    border-radius: 30px;
    border: 2px solid #005b97;
    margin: 5px 10px;
    cursor: pointer;
    overflow: hidden;
}

    .gallery .gallery-category li a {
        font-size: calc(15px +.21vw);
        color: #005b97;
        text-align: center;
        padding: 12px 50px;
        display: block;
        font-weight: bold;
        min-width: 160px;
    }

    .gallery .gallery-category li:hover, .gallery .gallery-category li:hover a, .gallery .gallery-category li.active,
    .gallery .gallery-category li.active a {
        color: white;
        background: #005b97;
    }

.gallery {
    padding-top: 0;
}

.blog-gallery .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.blog-gallery .icon {
}

.blog-gallery .slick-dots button {
    display: none;
}

.blog-gallery .slick-dots li {
    display: block;
    width: 25px;
    height: 3px;
    background: lightgrey;
    border-radius: 50%;
    margin: auto 3px;
    cursor: pointer;
    opacity: 0.3;
}

    .blog-gallery .slick-dots li.slick-active {
        background: #005b97;
        opacity: 1;
    }

.blog-gallery .slick-nav.prev {
    left: -60px;
}

.blog-gallery .slick-nav.next {
    right: -60px;
}

.blog-gallery img {
    border-radius: 30px;
}

.news-article > .container .enquiry_form, .news-article > .container .description {
    padding: 50px 150px;
}

.article-inner .featured-module {
    padding: 0
}

.news-article .breadcrumb {
    display: block;
}

    .news-article .breadcrumb > li > a {
        color: black !important;
        font-weight: bold;
    }

.news-article > .container .description p {
    font-size: calc(13px + .21vw);
    color: black;
}

.news-article .breadcrumb > li:after {
    color: black;
}

.enquiry_form h3 {
    font-size: calc(18px + .21vw);
    color: black;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

#home_information .slick-track {
    display: flex;
}

#home_information .slick-slide {
    height: auto;
}

#vending_scrollbar {
    margin-top: 50px !important;
}

.text-danger {
    color: black;
}

#google_recaptcha .text-danger {
    margin-top: -25px;
}
body:not(.common-home) > .container{
    width:90%;
}
  @media(min-width:1280px){
        .home-contact-module {
            height: 46vw;
        }
    }
#quickcheckoutconfirm {
    margin-top: 50px;
    margin-bottom: 120px;
}
@media(min-width:1820px) {
    .featured_article img {
        max-width: -webkit-fill-available;
    }
    .product-group > .quantity-wrapper{
        width:20%;
    }
}
    @media(max-width:1438px) {
        #featured_slider_28_ .col-md-6 .col-sm-6:nth-child(3n) {
            clear: left;
        }
        .home-information {
            padding: 0;
        }
    }

    @media(max-width:1280px) {
        #home_information {
            padding: 10px 10px;
        }
        .featured_article img {
            border-radius: 15px;
            margin: auto;
            padding: 20px;
            border-radius: 30px;
            max-width: -webkit-fill-available;
        }
        .home-contact-module iframe {
            min-height: 550px;
        }
        .home-contact-module form {
            padding: 0px 30px;
        }

        .home-contact-module {
            height: 48vw;
        }

        .about-us-module .background-content {
            padding: 0;
        }

        .news-list-wrap > * {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .news-article > .container .enquiry_form, .news-article > .container .description {
            padding: 30px 80px;
        }

        .clientele {
            padding-top: 30px;
        }

        .gallery-list {
            padding: 20px 100px;
        }
    }

    @media(max-width:1200px) {
        .btn-cart, .wishlist-btn {
            padding: 12px 20px;
            width: 150px;
            margin: 10px auto
        }

        .product-gutter .cart-buttons {
            text-align: center
        }
    }

    @media(max-width:1024px) {
        .home-contact-module {
            height: 70vw;
        }
        #featured_article .col-md-6:not(:first-child) .article .content {
            padding: 25px 10px !important;
        }
        .home-contact-module iframe {
            min-height: 550px;
        }
        .home-information .slick-nav.left{
            left: -20px;
        }

        .home-information .slick-nav.next {
            right: -20px;
        }

        .slideshow .slider-nav.hover-show.slider-nav-left {
            left: 0px;
        }

        .home_contact_us h2 {
            margin-bottom: 28px !important;
        }

        .home-contact-module form {
            padding: 0px 10px;
        }

        .slideshow .slider-nav.hover-show.slider-nav-right {
            right: 0px
        }

        .fixed-header > .container {
            padding: 0;
        }

        #home_information {
            padding: 10px 50px;
        }

        .btn-link {
            right: 50px;
        }

        .header-container .header-menu #main-menu > li > a {
            display: unset !important;
            padding-right: 12px;
        }

        .header-logo-image {
            max-width: 250px
        }

        .fixed-header > .container {
            width: 95% !important
        }

        .slider-slideshow-description .slider-slideshow-description-texts {
            line-height: 1.2
        }

        .slider-slideshow-description {
            top: 46%;
        }

        .slider-slideshow-description-texts .banner-title {
            font-size: calc(14px + .21vw);
            margin-bottom: 20px;
        }

        .slideshow .slider-custom-dots .owl-dot {
            margin: 0 5px 20px;
        }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
            font-size: calc(32px + .21vw);
        }

        .slider-slideshow-description .slider-slideshow-description-texts {
            width: 43%;
            padding-left: 40px;
            padding-right: 0;
        }

            .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
                font-size: calc(32px + .21vw)
            }

        .slider-slideshow-description .slider-slideshow-description-link {
            padding-top: 20px
        }

        .featured-module {
            padding: 0 40px
        }

        .product-gutter .cart-buttons {
            display: flex;
            flex-direction: column
        }

        .free_delivery {
            padding: 30px;
            padding-bottom: 80px
        }

        .product-category > .container {
            width: 96% !important;
        }

        .featured-article h2 {
            margin-bottom: 30px !important
        }

        .product-category .product-gutter {
            padding: 10px;
        }

        .footer-upper-contet > * {
            margin-left: 20px !important;
        }

        footer > .container {
            width: 96% !important;
        }

        .about_us > * {
            padding: 0 15px
        }

        .product-product .quantity-wrapper {
            margin-left: 0
        }

        #product .btn-cart {
            height: 45px;
            margin-left: 30px;
        }

        .share {
            margin-left: 0 !important
        }

        .product-product > .container {
            width: 90% !important
        }

        .news-ncategory > .container {
            width: 90% !important
        }
        #articles-column-left .year-wrap a {
            width: 100%
        }

        .news-post > div > :last-child {
            padding: 20px
        }


        .about-us-module > * {
            width: 100%;
            flex: auto !important;
        }

        .about-us-module .background-content {
            margin-right: 0;
        }

        .about-us-module > .description {
            padding-right: 40px;
        }

        .about-us-module > *:last-child {
            text-align: center;
        }

        .news-ncategory > .container {
            width: 100% !important;
        }

        .news-article > .container .enquiry_form, .news-article > .container .description {
            padding: 30px 20px;
        }

        .special-background:before {
            background: linear-gradient(transparent 10%, #eff5fb 30%);
        }

        .information-clientele #content, .gallery-album #content {
            min-height: 505px !important
        }

        .about_us > * > :last-of-type {
            margin-top: 0;
        }

        .about-us-module > .description {
            padding: 0;
        }

        .about-us-module .background-content {
            padding: 20px;
        }

        .news-list-wrap {
            padding-bottom: 100px;
        }
      
    }

    @media(max-width:768px) {
        .home-contact-module form {
            margin-top: 20px;
        }
        #brands_slider .slick-nav.next{
            right:-40px;
        }
        #brands_slider .slick-nav.prev {
            left: -40px;
        }
        .home-contact-module h3 {
            margin-bottom: 20px;
        }

        .product-category #column-left {
            padding-left: 10px;
        }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
            font-size: calc(30px + .21vw)
        }

        .header-logo-image {
            max-width: 150px;
            margin: auto
        }

        .btn-link {
            top: 10px;
            right: 200px
        }

        .cd-accordion-menu a, .cd-accordion-menu label, .header-mobile .mobile-account > a {
            color: white;
        }

        .slider-slideshow-description-link a {
            padding: 7px 20px
        }

        .slider-slideshow-description .slider-slideshow-description-link {
            padding-top: 15px;
        }

        .slider-slideshow-description .slider-slideshow-description-texts {
            width: 51%;
            padding-left: 34px;
            padding-right: 0;
        }

            .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
                font-size: calc(30px + .21vw);
            }

        .slider-slideshow-description-texts .banner-title {
            font-size: calc(14px + .21vw);
        }

        .slider-slideshow-description {
            top: 44%;
        }


        .btn-link {
            top: 10px;
            right: 50px
        }



        #featured_categories .content {
            padding: 10px
        }

        .free_delivery {
            padding: 50px
        }



        .footer-bottom {
            font-size: 12px
        }

        .about_us > * > :last-of-type {
            margin-top: 40px
        }



        .information-faq .panel-title a {
            font-size: calc(13px + .21vw)
        }

        .information-faq .panel-title .down-icon {
            top: 40%
        }

        .down-icon {
            width: 18px;
            height: 9px
        }

        .social-header {
            display: none
        }

        .home-information h2 {
            margin-bottom: 30px !important;
        }

        #featured_article .col-md-6:not(:first-child) .article .content > div {
            margin: auto;
        }

        .footer-upper-contet > * {
            margin-left: 0 !important;
        }

        .header-container {
            padding: 0;
        }

        .btn-cart, .wishlist-btn {
            padding: 9px 20px;
            width: 120px;
            margin: 10px auto;
        }

        .related-module {
            padding: 0 20px !important;
        }

        .news-ncategory h3 {
            font-size: calc(16px + .21vw);
        }

        .featured_article .featured-module {
            padding-bottom: 50px;
        }

        .news-post > div > :last-child {
            padding: 20px 0;
        }

        .news-ncategory > .container > .row > * {
            width: 100% !important;
        }

        #news_latest.bnews-list .artblock .img_container {
            width: calc(15% - 0px);
        }

        #product .btn-cart {
            margin-left: 50px;
        }

        .header-logo-image {
            padding: 10px;
        }

        .slider-slideshow-description .slider-slideshow-description-texts {
            line-height: 1;
        }

        .slider-slideshow-description .slider-slideshow-description-texts {
            width: 46%;
        }

            .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
                font-size: calc(12px + .21vw);
                color: black;
                font-weight: 700;
            }

            .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-3 {
                font-size: calc(12px + .21vw);
                color: black;
                font-weight: 700;
            }

            .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-4 {
                font-size: calc(12px + .21vw);
                color: black;
                font-weight: 700;
            }

        #home_information {
            padding: 10px 20px;
        }

            #home_information .slick-list {
                display: block;
            }

        #our_services {
            padding-left: 30px;
            padding-right: 30px;
            overflow: hidden;
        }

        .featured_article .slick-slide h3 {
            font-size: calc(15px + .21vw);
        }

        .home-contact-module {
            height: 100%;
            padding-bottom: 99px;
        }

        .about_us > * > :last-of-type {
            margin-top: 0;
        }

        .about-us-module > .description {
            padding: 0;
        }

        .about-us-module .background-content {
            padding: 20px;
        }

        .information-clientele #content, .gallery-album #content {
            min-height: 105px !important;
        }

        body:not(.iid-4) .page-banner {
            margin-bottom: 20px;
        }

        .galleryModal .modal-dialog {
            width: 80%;
        }

        .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
            left: -20px;
        }

        .featured-module .slick-nav.next, .featured-module .slick-nav.right {
            right: -20px;
        }

        .featured_article {
            z-index: 0;
        }
    }

    @media(max-width:540px) {
        #product .btn-cart {
            margin-left: 30px;
        }

        #home_information .slick-slide > div {
            padding: 10px;
            height: 100%;
        }

        .featured_article img {
            padding: 10px;
        }

        .featured_article .slick-slide h3 {
            padding: 10px 0;
        }

        .footer-upper-contet > :nth-child(2) {
            display: none
        }

        .news-list-wrap .news-post {
            width: 50%;
            max-width: 100%;
        }

        .slider-slideshow-description {
            top: 37%
        }


        .slideshow .slider-custom-dots .owl-dot {
            margin: 0 4px 20px;
        }

        .slider-slideshow-description-texts .banner-title {
            font-size: calc(12px + .21vw);
        }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
            font-size: calc(25px + .21vw);
        }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
            font-size: calc(25px + .21vw);
        }

        .btn-link {
            top: 10px;
            right: 50px
        }

        .featured-article > .btn-link {
            bottom: 10px;
            right: auto;
            top: auto;
            left: 45%;
        }

        #featured_article .article {
            margin: 30px 0;
        }

        .home-promotion {
            background-position: left center !important
        }

            .home-promotion .content p {
                font-size: calc(15px + .21vw)
            }

            .home-promotion .content {
                margin: auto 20px
            }

        .footer-upper-contet {
            text-align: center
        }

        .footer-bottom {
            text-align: center
        }

        .slider-slideshow-description .slider-slideshow-description-texts {
            padding-left: 14px
        }

        .about-us-module .slider-container .slider img {
            width: 70px
        }

        .about-us-module .slider-container .slider h3 {
            font-size: calc(12px + .21vw)
        }

        #form-review .col-sm-6:not(:last-of-type) {
            margin-bottom: 20px
        }

        #product-tabs {
            margin-top: 30px
        }

        .out-of-stock .share {
            margin-left: 10px !important
        }

        .footer-upper-contet > * {
            margin-left: 0
        }

        .slideshow {
            height: 78vw;
        }

        #featured_article .article .col-md-5 img {
            width: 100%;
        }

        #news_latest.bnews-list .artblock .img_container {
            width: auto;
        }

        .bnews-list .artblock .article-image {
            margin-right: 9px;
        }

        .news-ncategory #content {
            width: 100%;
        }

        .contact-footer #google_recaptcha .g-recaptcha {
            transform-origin: center;
        }

        .slideshow .slider-custom-dots {
            bottom: 0;
        }

        #home_information .description {
            padding: 20px;
        }

        .gallery-list {
            padding: 20px;
        }

            .gallery-list > * {
                width: 50%;
            }

        .galleryModal .modal-dialog {
            margin: auto;
            margin-top:40%;
        }

            .galleryModal .modal-dialog h3 {
                padding: 0;
            }

        .close:before, .close:after {
            height: 20px !important;
        }

        .product-block .product-name a {
            font-size: calc(15px + .21vw);
        }

        .left-icon {
            width: 16px;
            height: 26px;
        }

        .right-icon {
            width: 16px;
            height: 26px;
        }

        .btn-link {
            display: none !important;
        }

        #vending_scrollbar {
            display: none !important;
        }

        .social-float {
            bottom: 11%;
        }
    }

    @media(max-width:420px) {
        .featured-module {
            padding: 0 20px
        }

        #cart_dropdown_icon {
            font-size: 11px;
        }

        .news-list-wrap .news-post {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }

        .special-background:before {
            background: linear-gradient(transparent 10%, #eff5fb 0%);
        }

        .gallery .gallery-category {
            padding-left: 0;
        }

            .gallery .gallery-category li {
                width: 45%;
                text-overflow: ellipsis;
                margin: 5px;
            }

                .gallery .gallery-category li a {
                    overflow: hidden;
                    padding:10px;
                }

        .btn-link {
            position: relative;
            right: 0;
            display: flex;
            justify-content: center
        }

        .slider-slideshow-description {
            top: 50%;
        }

        .slider-slideshow-description-texts .banner-title {
            font-size: calc(10px + .21vw);
        }

        .about-us-module .slider-container {
            display: inline-block
        }

        .news-ncategory #content {
            width: 100%
        }

        .information-faq .panel-title a {
            font-size: calc(13px + .21vw);
            padding-right: 30px
        }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
            font-size: calc(20px + .21vw);
        }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
            font-size: calc(20px + .21vw);
        }

        .slideshow .slider-custom-dots .owl-dot {
            margin: 0 3px 10px
        }

        .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
            font-size: calc(10px + .21vw);
            color: black;
            font-weight: 500;
        }

        .related-module .product-gutter {
            padding: 0;
        }

        .galleryModal .modal-dialog {
            width: 90%;
        }

        .news-post > div > :last-child {
            padding: 10px;
        }
    }

    @media(max-width:376px) {
        #home_information .description {
            padding: 10px;
        }

        #product .btn-cart {
            margin-left: 50px;
        }

        .news-article .article-button {
            height: auto;
            flex-wrap: wrap;
        }

            .news-article .article-button > * {
                position: relative !important;
                width: 100%;
                transform: none;
                display: inline-block;
                /* margin: auto; */
                top: auto;
                left: auto;
                text-align: center;
                margin-top: 10px;
            }

                .news-article .article-button > * > * {
                    width: 80%;
                }
    }

    @media(max-width:360px) {
        .about_us > * {
            padding: 30px 20px
        }

        .slider-slideshow-description {
            top: 40%
        }

            .slider-slideshow-description .slider-slideshow-description-texts {
                padding-left: 10px;
            }

                .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
                    font-size: calc(15px + .21vw);
                }

                .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
                    font-size: calc(15px + .21vw);
                }

        description .slider-slideshow-description-texts .slideshow-text-2 {
            font-size: calc(9px + .21vw);
        }

        .slider-slideshow-description-texts .banner-title {
            font-size: calc(9px + .21vw);
            margin-bottom: 5px;
        }

        .slider-slideshow-description-link a {
            font-size: 9px
        }

        #waiting_list .flex-group {
            height: auto
        }

        .waiting_list_container input {
            width: 100%;
            height: 40px
        }

        .waiting_list_container button {
            width: 100%;
            height: 40px
        }

        #waiting_list .flex-group button {
            width: 120px;
            margin-top: 10px
        }

        #home_information {
            padding: 0 50px;
        }

        .slider-slideshow-description {
            top: 45%;
        }

        .breadcrumb {
            margin: 0;
        }

        .news-article > .container .enquiry_form, .news-article > .container .description {
            padding: 0;
        }

        .special-background {
            height: 200px;
        }

        .gallery-list > * {
            width: 100%;
        }
    }

    @media(max-width:320px) {
        #product .btn-cart {
            margin-left: 70px;
        }

        .slider-slideshow-description {
            top: 50%;
        }

        #home_information {
            padding: 0 10px;
        }

        .featured_article .content {
            padding: 20px
        }

        .product-product .btn-cart {
            margin-right: 0
        }

        #product-tabs li {
            width: 100%;
        }

            #product-tabs li:not(:first-child) {
                margin-left: 0 !important;
                margin-top: 5px;
            }

        .featured_article .content {
            padding: 0;
        }

        #waiting_list .flex-group input {
            border-radius: 30px;
        }

        .social-float {
            bottom: 100px;
            right: 5px
        }
        .galleryModal .slick-slider .slick-arrow.next {
            right: -58px;
         
        }

        .galleryModal .slick-slider .slick-arrow.prev {
            left: -58px;
        }
        .left-grey-icon {
            width: 16px;
            height: 26px;
        }

        .right-grey-icon {
            width: 16px;
            height: 26px;
        }
        #review .contact-footer #google_recaptcha .g-recaptcha {
            margin-left:-20px;
        }
    }
