.chat-bubble {
    position: fixed;
    padding: 10px;
    bottom: 70px;
    right: 24px;
    border: none;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 40%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #009ca6;
    cursor: pointer;
}

@media screen and (min-width:992px) {
    .chat-bubble {
        bottom: 60px;
        right: 60px;
    }
}

#CookiebotWidget {
    transform: scale(0.7);
    left: 0px !important;
    bottom: 0px !important;
}

@media screen and (max-width:992px) {
    #CookiebotWidget {
        z-index: 0 !important;
    }
}

#filter-left {
    width: 260px;
}

#tooltip03sutaz {
    animation: 12s fadeIn;
    animation-fill-mode: forwards;
    left: 0%;
    bottom: 118%;
    opacity: 0;
}

@media screen and (min-width:992px) {
    #tooltip03sutaz {
        left: -11px;
        bottom: 118%;
    }
}

@keyframes fadeIn {
    19% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.alert.alert-primary {
    background-color: #e50303;
    position: relative;
    width: 100%;
    align-items: center;
    text-align: center;
}

.alert {
    padding: .8rem 4.8rem;
    display: none;
}

    .alert.fixed {
        position: fixed;
    }

    .alert a {
        color: white;
    }

    .alert.active {
        display: block;
    }

    .alert.alert-primary .alert__close {
        color: #fff;
    }

.alert__close {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
}

.supplier-logo {
    max-width: 150px;
}

    .supplier-logo.grid {
        max-width: 80px;
    }


@media screen and (max-width:768px) {
    .supplier-logo {
        max-width: 8rem;
    }
}

.icon-withouthover {
    display: block;
}

.icon-hover {
    display: none !important;
}

@media (min-width: 992px) {
    a:hover .icon-withouthover {
        display: none !important;
    }

    a:hover .icon-hover {
        display: block !important;
    }
}

.line-through {
    text-decoration: line-through;
}

.absolute-vertical-center {
    bottom: 0px;
    top: 0;
    margin: auto;
}

.product-box--grid:hover,
.product-box--grid:focus,
.product-box--grid__pic:hover,
.product-box--grid__pic:focus {
    z-index: 10 !important;
}

.nml-20 {
    margin-left: -20px !important;
}


@media screen and (max-width: 768px) {
    .mobile-tooltip {
        z-index: 10 !important;
    }

    .sticky-top {
        position: sticky !important;
        top: 0;
        z-index: 10 !important;
    }

    #user-menu-dropdown {
        z-index: 20 !important;
    }

    .nml-20 {
        margin-left: -10px !important;
    }

    .max-3-line .font-size-smaller {
        max-height: 75.6px;
        overflow: hidden;
    }

    .mobile-152 {
        height: 152px;
        max-height: 152px;
    }
}

.tooltip:not(.is-active) {
    max-height: 0 !important;
    overflow: hidden;
}

.btn-gray-40 {
    background-color: #cecdcd;
    color: rgb(0, 0, 0)
}

    .btn-gray-40:hover {
        background-color: #afafaf;
        color: rgb(0, 0, 0)
    }

.btn-gray-30 {
    background-color: #e0dfdf;
    color: rgb(0, 0, 0)
}

    .btn-gray-30:hover {
        background-color: #cecdcd;
        color: rgb(0, 0, 0)
    }



/* .btn-group .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} */


.countdown-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.cont-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.cont-el {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

    .cont-el:last-of-type {
        margin-right: 0;
    }

.cont-el-no {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
    width: 40px;
    height: 60px;
}

    .cont-el-no:first-of-type {
        margin-right: 3px;
    }

    .cont-el-no p {
        font-size: 35px;
    }

.cont-el span {
    font-size: 14px;
    text-align: center;
}



@media screen and (max-width:600px) {
    .countdown-container {
        margin-top: 1rem;
    }

    .cont-el-no {
        width: 25px;
        height: 40px;
    }

        .cont-el-no p {
            font-size: 20px;
        }

    .cont-el span {
        font-size: 12px;
    }
}

.countdown-container.color-box {
    border-radius: 5px;
    padding: 3px 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.cont-el.cont-el-hor {
    flex-direction: row;
    align-items: flex-end;
}

    .cont-el.cont-el-hor .cont-box {
        margin-bottom: 0;
    }

    .cont-el.cont-el-hor .cont-el-no {
        background: transparent;
        width: auto !important;
        height: auto !important;
    }

    .cont-el.cont-el-hor span {
        font-size: 12px;
        line-height: 12px;
        color: #ffffff;
    }

.trhak .tag {
    border-bottom-left-radius: 4px !important;
}

.cont-el.cont-el-hor .cont-el-no p {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: right;
}

.cont-left {
    display: flex;
    align-items: center;
    color: #ffffff;
}

    .cont-left p {
        margin-right: 8px;
    }

.countdown-container.color-box .days-c .cont-box,
.countdown-container.color-box .hours-c .cont-box,
.countdown-container.color-box .mins-c .cont-box,
.countdown-container.color-box .secs-c .cont-box {
    justify-content: flex-end;
    width: 30px;
}

.alert .cont-left p {
    display: none;
}

.alert .cont-left img {
    min-width: 15px;
}

.alert .countdown-container.color-box {
    margin-bottom: 0;
}

.alert .countdown-container.color-box {
    max-width: 320px;
}

@media screen and (max-width:500px) {
    .cont-el.cont-el-hor .cont-el-no p {
        font-size: 16px;
        line-height: 14px;
    }

    .alert .cont-left img {
        height: 16px;
    }
}

@media(min-width: 992px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}

@media(min-width: 1320px) {
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}


.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.ql-video {
    width: 100%;
    height: fit-content;
}

.sidebar-dropdown-menu {
    display: none;
    padding-left: 35px;
}

.sidebar-dropdown.open > .sidebar-dropdown-menu {
    display: block;
}


.btn.link-sort-right.btn-red.w-100.mt-2.withsubtext, .btn.btn-red.w-100.flex-grow-1.withsubtext {
    padding-bottom: 12px;
}

.btn-subtext {
    position: absolute;
    margin-top: 30px;
    font-size: x-small;
    font-weight: lighter;
}

    li.open>a.text-primary {
        color: #0c848f !important;
    }

    li.open>.link-btn-secondary-light {
        background-color: #e5f2f3;
    }

nav#modal-mini-menu::-webkit-scrollbar {
    width: 0.8rem;
}
nav#modal-mini-menu .divider {
    margin-bottom: 1.2rem;
    margin-right: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: #4a4d4f;
    mask-size: cover;
}

.sidebar-color-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    mask-size: cover;
}

.tecdocroot-mb .sidebar-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;

}
.link-btn-secondary-light:hover .sidebar-icon,
.link-btn-secondary-light:focus .sidebar-icon,
li.open > .link-btn-secondary-light .sidebar-icon {
    background: #0c848f;
}

@media  screen and (max-width:768px) {
    .slider-box {
        max-width: 100vw;

    }
    /* .slider-box .product-box-title {
        min-height: 4rem;
    } */
    
    .slider-products-item {
        width: 75vw;
        min-width: 280px;    
    }
    #slider-products ~ .js-slider-next {
        right: 0px !important;
    }
    
    .modal-wrapper.is-active {
        width: 100vw;
    }

    .modal-wrapper.is-active .modal {
        overflow-x: hidden !important;
    }
}
.truncate-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

body {
    overflow-x: hidden !important;
}


.middlemenu .sidebar-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: #4a4d4f;
    mask-size: cover;
}


.middlemenu:hover .sidebar-icon {
    background: #0c848f;
}

#packetaRoot {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 500;
    display:none;
}

.vocTag {
    margin-left: auto;
    margin-right: 37px;
}
.checkout-option .formRadio-check{
    top:25%;
}
.checkoputOptionImg {
    max-height: 40px;
    width: auto;
    padding-left:2rem;
}
@media screen and (max-width:768px) {
    .checkoputOptionImg {
        max-height: 32px;
	padding-left:0;
        width: auto;
    }
}


.foxentry-label-input-invalid,
.foxentry-label-input-warning {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    --tY: 1rem !important;
}

.foxentry-label-input-valid {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    --tY: 1rem !important;
}

.foxentry-label-input-focus {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    --tY: 1rem !important;
}

@media(min-width: 992px) {
    .wrapper-topsellers {
        max-width: 100rem;
    }
}

.Compatsets ul {margin:0;padding-top:3px;}
.Compatsets li {
    font-size: 10px; 
    margin-left: 20px;
    margin-bottom: 0px;
}
.Compatsets summary:hover{color:#009ca6;}
.Compatsetdetail details {padding-left: 20px;}
.Compatsetdetail > summary {font-weight: bold;}

.Compatsets summary {
border-bottom: solid 1px #e5e5e5;
padding:5px;
font-size: 12px;
}

.Compatsets {
background-color:#f5f5f5; 
padding: 15px; 
max-width:533.92px; 
border-radius: 5px;
font-family:"Poppins",sans-serif;
margin-top:40px;
}

.sleeper-pos {
    bottom: -155px;
    left: 69px;
    top: 0;
    margin: auto;
    border: solid 2px white;
}

.sleeper-border {
    border: solid 3px; 
    border-color: #003449;
}

.wallet {
    bottom: 72px;
    top: -30px;
    left: -71px;
    margin: auto;
    transform: rotate(322deg);
    z-index: 1;
}

.headbanner {
    height: inherit;
    width: 100%;
}

@media screen and (max-width:768px) {
    .headbanner {
        height: inherit;
    }
}
