body {
    background: #fff !important;
}

.yutubeVideo {
    width: 100%;
    height: 300px;
}

.news_cont {
    height: 150px;
    margin-bottom: 25px;
}

iframe {
    width: 100%;
    height: 300px;
}

.tab-custom {
    margin-bottom: -1px;
}

.tab-custom li {
    background: #f0f0f0;
    border-radius: .75rem .75rem 0 0;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.tab-custom li.active {
    background: #fff;
    border-bottom: 0;
}

.activNav {
    color: #4F89C2;
}

#vDos li {
    margin-left: 35px;
}

@media (max-width: 767px) {
    #category-breadcrumb {
        display: none !important;
    }
}

#WAButton {
    display: none !important;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 0;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    /* background-color: #ff4500; */
    background: #2a79d1;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    border-radius: 8px;
    transition: background 200ms;
}

.number-input button:hover {
    background-color: #FF8C00
}

.number-input button:active {
    background-color: #ff4500;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: 0;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0 4px;
    background: #edf6ff;
    border-radius: 3px;
}

.filter-size-list .activekemasan {
    background-color: #0b5eaf;
    border-color: #0b5eaf;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

#yii-debug-toolbar {
    display: none !important;
}

.mob-shop-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    background: #fff;
    box-shadow: 0 0 15px 5px #8886;
    display: none;
    grid-template-columns: 52px 52px auto 108px;
    z-index: 10;
    grid-gap: 4px;
    padding: 4px 22px;
}

.mob-shop-bar i.fa {
    display: block;
    font-size: 26px;
    line-height: 32px;
    padding: 3px;
}

.mob-shop-bar i.fa-whatsapp {
    font-size: 36px;
}

.mob-shop-bar>a {
    background: #fff;
    display: grid;
    grid-template-columns: auto;
    border-radius: 5px;
    margin: 6px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    padding: 4px 0 0 0;
}

.mob-shop-bar>.shop-btn {
    grid-template-columns: auto auto;
    background: #FF4500;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
}

.mob-shop-bar>.shop-btn .fa {
    font-size: 20px;
    margin: 0 8px 0 -4px;
}

.mob-wish {
    text-align: center;
    justify-content: center;
    color: #93b193;
    border: #93b193 1px dotted;
}

.mob-wish.remove {
    background: #b81818;
    border: 0;
    color: #fff;
}

.mob-wish:hover {
    color: #f8b;
}

#shopping-menu.active {
    max-height: 100vh;
    padding-top: 15px;
    padding-bottom: 30px;
}

#shopping-menu.active::after {
    height: 100vh;
    z-index: -1;
}

@media(max-width:767px) {
    footer {
        padding-bottom: 52px;
    }

    .mob-shop-bar {
        display: grid;
    }

    #shopping-menu {
        height: max-content;
        /* max-height:0; */
        max-height: auto;
        background: #fff;
        z-index: 2000;
        transition: max-height 400ms, box-shadow 600ms 200ms, padding 400ms;
    }

    #shopping-menu::after {
        content: "";
        position: absolute;
        background: #0008;
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
    }
}

#myTabContent.over {
    height: auto;
    max-height: 200px;
    overflow-y: hidden;
    position: relative;
}

#myTabContent.over::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

#scroll-top {
    display: none;
}

a.heartthis {
    position: absolute;
    top: 4px;
    right: 14px;
    color: #f34;
    font-size: 36px;
    -webkit-text-stroke: 2px #b12;
    text-shadow: -1px -1px 0 #b12,
        1px -1px 0 #b12,
        -1px 1px 0 #b12,
        1px 1px 0 #b12,
        0 2px 0 #b12;
}

a.wishto.heartthis .fa.fa-heart {
    color: #eee;
}

#category-breadcrumb {
    display: none !important;

}