/* Custom style */
.header-right {
    width: calc(100% - 3.5rem);
}
.sidebar:hover {
    width: 16rem;
}
@media only screen and (min-width: 768px) {
    .header-right {
        width: calc(100% - 16rem);
    }
}

.style-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(16, 16, 16, 0.3);
    border-radius: 10px;
    background-color: #202f59;
}

.style-scrollbar::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #3a446e;
}

.style-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #565773;
}

.style-scrollbar-gray::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(231, 231, 231, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-scrollbar-gray::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.style-scrollbar-gray::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #dcdcdc;
}

.style-scrollbar-gray-h::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(231, 231, 231, 0.3);
    border-radius: 10px;
    background-color: #4f4f4f;
}

.style-scrollbar-gray-h::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #4f4f4f;
}

.style-scrollbar-gray-h::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(204, 204, 204);
    background-color: #9f9f9f;
}

.flash_li{
    color: #ffffff;
    background-color: #3b82f6;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.mt-input + label:after {
    content: '';
    pointer-events:none;
    position:absolute;
    top:0.125rem;
    left:0px;
    height:100%;
    width:100%;
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-scale-x:0;
    border-width:1px;
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:2px;
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms;
    transition-duration:300ms;
}
.mt-input:focus + label:after{--tw-scale-x:1}
.mt-input:not(:-moz-placeholder-shown) + label span {
    top: -14%;
}
.mt-input:not(:-ms-input-placeholder) + label span {
    top: -14%;
}
.mt-input:focus + label span,
.mt-input:not(:placeholder-shown) + label span {
    top: -14%;
}
.mt-input:not(:-moz-placeholder-shown) + label span{font-size:0.75rem;line-height:1rem;line-height:1.25}
.mt-input:not(:-ms-input-placeholder) + label span{font-size:0.75rem;line-height:1rem;line-height:1.25}
.mt-input:focus + label span, .mt-input:not(:placeholder-shown) + label span{font-size:0.75rem;line-height:1rem;line-height:1.25}
.texterea:not(:-moz-placeholder-shown) + label span {
    top: -22px !important;
}
.texterea:not(:-ms-input-placeholder) + label span {
    top: -22px !important;
}
.texterea:focus + label span,
.texterea:not(:placeholder-shown) + label span {
    top: -22px !important;
}
/* Material Tailwind Input Outline */
.mt-input-outline:not(:-moz-placeholder-shown) {
    border-top: transparent !important;
}
.mt-input-outline:not(:-ms-input-placeholder) {
    border-top: transparent !important;
}
.mt-input-outline:focus,
.mt-input-outline:not(:placeholder-shown) {
    border-top: transparent !important;
}
.mt-input-outline + label {
    line-height: 3.625 !important;
}
.mt-input-outline:not(:-moz-placeholder-shown) + label{font-size:0.75rem !important;line-height:1rem !important;line-height:1.25 !important}
.mt-input-outline:not(:-ms-input-placeholder) + label{font-size:0.75rem !important;line-height:1rem !important;line-height:1.25 !important}
.mt-input-outline:focus + label, .mt-input-outline:not(:placeholder-shown) + label{font-size:0.75rem !important;line-height:1rem !important;line-height:1.25 !important}
.mt-input-outline + label:before,
.mt-input-outline + label:after {
    content: '';
}
.mt-input-outline + label:before, .mt-input-outline + label:after{pointer-events:none;margin-top:0.375rem;box-sizing:border-box;display:block;height:0.5rem;width:0.625rem;border-width:1px;border-top-width:2px;border-bottom-width:0px;border-left-width:0px;border-right-width:0px;border-color:transparent}
.mt-input-outline:not(:-moz-placeholder-shown) + label:before, .mt-input-outline:not(:-moz-placeholder-shown) + label:after{border-top-width:1px;--tw-border-opacity:1;border-color:rgba(224, 224, 224, var(--tw-border-opacity))}
.mt-input-outline:not(:-ms-input-placeholder) + label:before, .mt-input-outline:not(:-ms-input-placeholder) + label:after{border-top-width:1px;--tw-border-opacity:1;border-color:rgba(224, 224, 224, var(--tw-border-opacity))}
.mt-input-outline:not(:placeholder-shown) + label:before, .mt-input-outline:not(:placeholder-shown) + label:after{border-top-width:1px;--tw-border-opacity:1;border-color:rgba(224, 224, 224, var(--tw-border-opacity))}
.mt-input-outline:focus + label::before, .mt-input-outline:focus + label::after{border-top-width:2px}
.mt-input-outline + label:before{margin-right:0.25rem;border-top-left-radius:0.5rem}
.mt-input-outline + label:after{margin-left:0.25rem;flex-grow:1;border-top-right-radius:0.5rem}

.mt-input-light-blue-500:focus + label:after{--tw-border-opacity:1;border-color:rgba(3, 169, 244, var(--tw-border-opacity))}

input:checked ~ .dot {
    transform: translateX(100%);
    background-color: #0ea5e9;
}

/* Material Tailwind Checkbox */
.mt-checkbox:checked + label span{--tw-bg-opacity:1 !important}
.mt-checkbox:checked + label{--tw-text-opacity:1;color:rgba(97, 97, 97, var(--tw-text-opacity))}

.mt-checkbox-hg:checked + label span{--tw-bg-opacity:1 !important}
.mt-checkbox-hg:checked + label{--tw-text-opacity:1;color:rgba(97, 97, 97, var(--tw-text-opacity))}

.mt-checkbox + label span::before {
    content: '';
    top: -1px;
    left: -1.5px;
    transform: scale3d(2, 2, 1);
    position:absolute;
    z-index:10;
    margin:0px;
    display:block;
    height:1.25rem;
    width:1.25rem;
    border-radius:9999px;
    opacity:0;
}

.mt-checkbox-hg + label span::before {
    content: '';
    top: -1px;
    left: -1.5px;
    transform: scale3d(2, 2, 1);
    position:absolute;
    z-index:10;
    margin:0px;
    display:block;
    height:1.25rem;
    width:1.25rem;
    border-radius:9999px;
    opacity:0;
}

.mt-checkbox + label span::after {
    content: '';
    top: 1px;
    left: 4px;
    position:absolute;
    height:0.625rem;
    width:0.275rem;
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate:45deg;
    border-bottom-width:2px;
    border-right-width:2px;
    border-color:transparent;
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms;
    transition-duration:200ms;
}

.mt-checkbox-hg + label span::after {
    content: '';
    top: 1px;
    left: 6px;
    position:absolute;
    height:0.875rem;
    width:0.375rem;
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate:45deg;
    border-bottom-width:2px;
    border-right-width:2px;
    border-color:transparent;
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms;
    transition-duration:200ms;
}

.mt-checkbox:checked + label span::before {
    -webkit-animation: radio-ripple 0.3s linear;
    animation: radio-ripple 0.3s linear;
}

.mt-checkbox-hg:checked + label span::before {
    -webkit-animation: radio-ripple 0.3s linear;
    animation: radio-ripple 0.3s linear;
}

.mt-checkbox:checked + label span::after{--tw-border-opacity:1;border-color:rgba(255, 255, 255, var(--tw-border-opacity))}
.mt-checkbox-hg:checked + label span::after{--tw-border-opacity:1;border-color:rgba(255, 255, 255, var(--tw-border-opacity))}
.mt-radio-light-blue-500:checked + label span, .mt-radio-light-blue-500 + label span::before, .mt-checkbox-light-blue-500:checked + label span, .mt-checkbox-light-blue-500 + label span::before{--tw-border-opacity:1;border-color:rgba(3, 169, 244, var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(3, 169, 244, var(--tw-bg-opacity));--tw-bg-opacity:0.2}
.border-light-blue-500{--tw-border-opacity:1;border-color:rgba(3, 169, 244, var(--tw-border-opacity))}
.mt-input-outline-light-blue-500:focus, .mt-input-outline-light-blue-500:focus + label, .mt-input-outline-light-blue-500:focus + label:before, .mt-input-outline-light-blue-500:focus + label:after{--tw-border-opacity:1;border-color:rgba(3, 169, 244, var(--tw-border-opacity));--tw-text-opacity:1;color:rgba(3, 169, 244, var(--tw-text-opacity))}
/* Material Tailwind Input Colors */

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 24px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.loader {
    border-top-color: #3498db;
    -webkit-animation: spinner 1.5s linear infinite;
    animation: spinner 1.5s linear infinite;
}

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

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

/**===== bars3 =====*/
#bars3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

#bars3 span {
    position: absolute;
    display: block;
    bottom: 10px;
    width: 20px;
    height: 10px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-animation: bars3 2s  infinite ease-in;
    animation: bars3 2s  infinite ease-in;
}

#bars3 span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#bars3 span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#bars3 span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#bars3 span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@keyframes bars3 {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    25% {
        background: #ffffff;
    }
    50% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: rgba(0, 0, 0, 0.25);
    }
}
@-webkit-keyframes bars3 {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    25% {
        background: #ffffff;
    }
    50% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: rgba(0, 0, 0, 0.25);
    }
}
/** END of bars3 */

/**===== bars1 =====*/
#bars1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

#bars1 span {
    position: absolute;
    display: block;
    bottom: 10px;
    width: 9px;
    height: 5px;
    background: rgba(0, 0, 0, 0.68);
    -webkit-animation: bars1 1.5s  infinite ease-in-out;
    animation: bars1 1.2s  infinite ease-in-out;
}

#bars1 span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#bars1 span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#bars1 span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#bars1 span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@keyframes bars1 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: rgba(2, 2, 2, 0.96);
    }
    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
}
@-webkit-keyframes bars1 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #ffffff;
    }
    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
}

.dots{
    -webkit-text-security: disc;
}

.ico_view_pass{
    -webkit-mask: url("../images/view_pass.svg") no-repeat center;
    mask: url("../images/view_pass.svg") no-repeat center;
}

.ico_no_view_pass{
    -webkit-mask: url("../images/no_view_pass.svg") no-repeat center;
    mask: url("../images/no_view_pass.svg") no-repeat center;
}
/** END of bars1 */

.snap-x {
    scroll-snap-type: x mandatory;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.snap-start {
    scroll-snap-align: start;
}

.parent-menu {
    min-width: 318px;
    z-index: 5;
}

div[id^=divLi] > div[id^=desktop_sub] {
    position: absolute;
    /*background-color: #fff;*/
    top: 0;
    left: 320px;
    min-width: 800px;
    z-index: -1;
    height: 100%;
    opacity: 0;
    /*display: none;*/
    /*-webkit-transition: opacity 50ms linear;*/
    /*-moz-transition: opacity 50ms linear;*/
    /*-ms-transition: opacity 50ms linear;*/
    /*transition: opacity 50ms linear;*/
}

#carousel {
    scroll-behavior: smooth;
}

#carousel::-webkit-scrollbar {
    height: 0;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    /* @apply w-6 h-6 appearance-none pointer-events-auto; */
}

.style-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(231, 231, 231, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-scrollbar::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.style-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #dcdcdc;
}

.noscroll {
    overflow: hidden;
    overscroll-behavior-y: contain;
}

/*.splide__slide img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.splide__arrow2{
    align-items: center;
    /*background: #ccc;*/
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.checkinput-radio:checked[type='radio']{
    /*background: rgba(59, 130, 246, var(--tw-bg-opacity));*/
    border: 2px solid #03a9f4;
}

.checkinput-radio:checked[type='radio'] ~ label{
    color: #03a9f4;
    font-weight: bold;
}

.slider-progress {
    background: #ccc;
}

.slider-progress-bar {
    background: red;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}

.w-1\/3{
    width: 33.33%;
}
/*************/

.range-input{
    position: relative;
}
.range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -7px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #3b82f6;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
    height: 24px;
    width: 24px;
    border: none;
    border-radius: 50%;
    background: #3b82f6;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

#menu {
    overflow: auto;
    position:relative;
    z-index:2;
}

.parent-menu {
    /*background-color: #0c8fff;*/
    min-width:200px;
    float:left;
}

#menu ul
{
    list-style-type:none;
}

#menu ul li a
{
    display:block;
    text-decoration:none;
}

#menu ul li:hover > ul {
    left: 300px;
    /*opacity: 100;*/
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    -ms-transition: left 200ms ease-in;
    transition: left 200ms ease-in;
}

#menu ul li > ul {
    position: absolute;
    /*opacity: 0;*/
    top: 0;
    left: -700px;
    min-width: 200px;
    z-index: -1;
    height: 100%;
    -webkit-transition: left 100ms ease-in;
    -moz-transition: left 100ms ease-in;
    -ms-transition: left 100ms ease-in;
    transition: left 100ms ease-in;
}

#menu ul li > ul li a:hover
{
    color: #2a64a6;
}

.sticky-screen {
    position: fixed;
    top: 0;
    width: 100%;
}

.loader-circle {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #2885E7FF;
    border-bottom: 10px solid #2885E7FF;
    width: 64px;
    height: 64px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

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

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.loader-gift {
    margin: 60px auto;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #333333, 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.5), -1.8em -1.8em 0 0em rgba(51,51,51, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.7), 1.8em -1.8em 0 0em #333333, 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.5), 1.8em -1.8em 0 0em rgba(51,51,51, 0.7), 2.5em 0em 0 0em #333333, 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.5), 2.5em 0em 0 0em rgba(51,51,51, 0.7), 1.75em 1.75em 0 0em #333333, 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.5), 1.75em 1.75em 0 0em rgba(51,51,51, 0.7), 0em 2.5em 0 0em #333333, -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.5), 0em 2.5em 0 0em rgba(51,51,51, 0.7), -1.8em 1.8em 0 0em #333333, -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.5), -1.8em 1.8em 0 0em rgba(51,51,51, 0.7), -2.6em 0em 0 0em #333333, -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.5), -2.6em 0em 0 0em rgba(51,51,51, 0.7), -1.8em -1.8em 0 0em #333333;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #333333, 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.5), -1.8em -1.8em 0 0em rgba(51,51,51, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.7), 1.8em -1.8em 0 0em #333333, 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.5), 1.8em -1.8em 0 0em rgba(51,51,51, 0.7), 2.5em 0em 0 0em #333333, 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.5), 2.5em 0em 0 0em rgba(51,51,51, 0.7), 1.75em 1.75em 0 0em #333333, 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.5), 1.75em 1.75em 0 0em rgba(51,51,51, 0.7), 0em 2.5em 0 0em #333333, -1.8em 1.8em 0 0em rgba(51,51,51, 0.2), -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.5), 0em 2.5em 0 0em rgba(51,51,51, 0.7), -1.8em 1.8em 0 0em #333333, -2.6em 0em 0 0em rgba(51,51,51, 0.2), -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.5), -1.8em 1.8em 0 0em rgba(51,51,51, 0.7), -2.6em 0em 0 0em #333333, -1.8em -1.8em 0 0em rgba(51,51,51, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51,51,51, 0.2), 1.8em -1.8em 0 0em rgba(51,51,51, 0.2), 2.5em 0em 0 0em rgba(51,51,51, 0.2), 1.75em 1.75em 0 0em rgba(51,51,51, 0.2), 0em 2.5em 0 0em rgba(51,51,51, 0.2), -1.8em 1.8em 0 0em rgba(51,51,51, 0.5), -2.6em 0em 0 0em rgba(51,51,51, 0.7), -1.8em -1.8em 0 0em #333333;
    }
}

.wb{
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}

.wi{
    align-items: center;
    display: flex;
    height: calc(100% - -16px);
    justify-content: center;
    padding: 14px;
    /*width: calc(100% - 16px);*/
}

.wil{
    align-items: center;
    display: flex;
    height: calc(100% - -16px);
    justify-content: center;
    padding: 4px;
    /*width: calc(100% - 16px);*/
}

.srow-selected{
    background-color: #f3f4f6;
}

.trueContainer {
    display:flex;
    align-items: flex-start;
}

.sidebar.container {
    position: sticky;
    top: 110px;
    width: 25%;
    z-index: 1;
}

.main.container {
    width: 75%;
    z-index: 0;
    display: flex;
    flex-direction: column;
}

.total-cart {
    width: 25%;
    position: sticky;
    top: 110px;
    z-index: 1;
}

.products-cart {
    width: 75%;
    z-index: 0;
    display: flex;
    flex-direction: column;
}


