@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
body{
    font-family: 'Quicksand', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}

.switcher-bar {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    max-height: 60px;
    position: relative;
    z-index: 22
}

.switcher-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.product-switcher-menu span{
    opacity: 0;
}
.product-switcher-menu a{
    font-size: 0 !important;
    position: relative;
}
.product-switcher-menu a::before{
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
}
.toggle .product-switcher-menu a::before{
    content: "\f32c";
    font-weight: 300;
}
.product-switcher.product-switcher-menu a {
    height: 60px;
    width: 50px;
    text-align: center;
    padding: 0;
    line-height: 60px;
}
.product-switcher-title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    border-right: 1px solid #e6e6e6
}

.logo a {
    display: block;
    max-height: 60px
}

.logo a img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.logo.textual a {
    color: #9b9b9b;
    font-size: 19px;
    font-weight: 700;
    line-height: 50px;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase
}

.header-btn {
    position: relative
}

.header-btn a {
    border-left: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 60px;
    padding: 0;
    width: 60px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.close-btn.header-btn a {
    border-left: 1px solid rgba(248, 250, 252, .3)!important;
}

.header-btn a:before {
    color: #9b9b9b;
    left: 18px;
    position: absolute;
    top: 18px
}

.header-btn a.icon-tablet {
    font-size: 30px
}

.header-btn a.icon-tablet:before {
    left: 21px;
    position: absolute;
    top: 16px
}

.header-btn a.icon-mobile-phone {
    font-size: 30px
}

.header-btn a.icon-mobile-phone:before {
    left: 23px;
    position: absolute;
    top: 16px
}

.header-btn a.icon-remove {
    font-size: 24px
}

.header-btn a.icon-remove:before {
    left: 21px;
    position: absolute;
    top: 18px
}

.header-btn a:hover,
.header-btn.current a {
    background: #0284C7;
    border: 1px solid #0284C7;
    text-decoration: none
}

.header-btn a:hover:before,
.header-btn.current a:before {
    color: #fff
}

.header-btn a:focus,
.product-switcher a:focus {
    outline: 0
}


.product-switcher a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    max-height: 60px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
}


.product-switcher a {
    position: relative
}

.product-switcher .badge {
    background: #0284C7;
    border: 1px solid #0284C7;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    padding: 2px 4px;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

@media screen and (max-width: 400px) {
    .product-switcher.product-switcher-menu span {
        opacity: 1;
        display: block;
        top: 22px;
        left: 60px;
        line-height: 1.4;
        height: auto;
        position: absolute;
        margin: 0;
    }
}


@media screen and (max-width: 400px) {
    .product-switcher .badge {
        display: none;
    }
}

.mobile-btn.disabled,
.tablet-btn.disabled,
.desktop-btn.disabled {
    -ms-filter: "alpha(opacity=0)";
    opacity:0;
    visibility: hidden
}

.mobile-btn.visible,
.tablet-btn.visible,
.desktop-btn.visible {
    -ms-filter: "alpha(opacity=100)";
    opacity:1;
    visibility: visible
}

.switcher-body {
    background: #3a3a3a;
    height: 0;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 20;
    display: flex;
    align-items: center;
}

.toggle .switcher-body {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    height: 184px;
    padding: 10px 30px;
}

.products-wrapper {
    margin: 5px 50px;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .products-wrapper {
        margin: 5px 30px;
    }
}

.products-list {
    max-height: 152px;
    overflow: hidden
}

.products-prev,
.products-next {
    display: block !important;
    height: 60px;
    left: 0;
    padding: 0px;
    position: absolute;
    text-decoration: none;
    top: 63px;
    visibility: visible !important;
    width: 60px;
    z-index: 999;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

@media screen and (max-width: 575px) {
    .products-prev, .products-next {
        height: 40px;
        width: 40px;
        font-size: 28px;
        line-height: 40px;
    }
}

.products-next {
    left: auto;
    right: 0
}

.products-prev:before,
.products-next:before {
    color: #fff;
    font-size: 30px;
    margin: 12px 15px
}

.products-prev:hover,
.products-next:hover {
    text-decoration: none
}

.product {
    border: 1px solid #333;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 150px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 238px
}

.product img {
    display: block;
    object-fit: cover;
}

.product .title {
    background: #0284C7;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    max-width: 236px;
    overflow: hidden;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.product .badge {
    background: #0284C7;
    border: 1px solid #0284C7;
    border-radius: 2px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 4px;
}

@media screen and (max-width: 400px) {
    .product .badge {
        transform: translate(-50%, 10px);
    }
}

.tooltip-inner {
    max-width: 238px
}

.tooltip-inner img {
    display: block;
    height: auto;
    max-width: 100%
}

.product-iframe {
    display: block !important;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.preloader {
    background: #000;
    bottom: 0;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.preloading-icon {
    background: #e66346;
    background-image: -ms-linear-gradient(top, #f37054 0, #e66346 100%);
    background-image: -moz-linear-gradient(top, #f37054 0, #e66346 100%);
    background-image: -o-linear-gradient(top, #f37054 0, #e66346 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f37054), color-stop(1, #e66346));
    background-image: -webkit-linear-gradient(top, #f37054 0, #e66346 100%);
    background-image: linear-gradient(to bottom, #f37054 0, #e66346 100%);
    border: 1px solid #c94f33;
    display: block;
    height: 48px;
    left: 50%;
    margin: -24px 0 0 -24px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 2
}

.preloading-icon .icon-bolt:before {
    color: #fff;
    font-size: 30px;
    margin: 9px 0 0 15px;
    -webkit-animation: scaling .8s infinite linear;
    -moz-animation: scaling .8s infinite linear;
    -ms-animation: scaling .8s infinite linear;
    -o-animation: scaling .8s infinite linear;
    animation: scaling .8s infinite linear
}

@keyframes scaling {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(0.8, 0.8);
        -moz-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes scaling {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -moz-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes scaling {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes scaling {
    0% {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    100% {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes scaling {
    0% {
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    100% {
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@media screen and (max-width:1024px) {
    .preloading-icon.glyphicons:before {
        color: #fff;
        left: 11px;
        top: 12px
    }

    .tooltip {
        display: none
    }
}

/* @media screen and (max-width:550px) {
    .product-switcher {
        display: none
    }
} */

body.dark,
.dark .switcher-bar {
    background: #1b1b1b;
}

.dark .switcher-bar,
.dark .logo,
.dark .header-btn a {
    border-color: #0F172A;
}

.pull-right {
    float: right;
}
.hidden-xs {
    display: block !important
}
.right-btns{
    display: flex;
    gap: 10px;
}
.switcher-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pull-left {
    float: left!important;
}
.header-btn img{
    width: 20px;
}
@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}
