.clothDetailSlider {
    margin: 0 40px;
}

.clothDetailSlider .fancybox {
    height: 400px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.catalogDetailSliderNav .imgThumbImg {
    border-radius: 8px;
    object-fit: cover;
}

.sl-count {
    display: none;
}

.cardDescr {
    background-color: rgb(250, 250, 250);
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.cardDescr h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.cardDescr h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.options_table{
    margin-bottom: 20px;
}
.card .table.options_table td {
    border-top: none;
    padding-bottom: 0;
}

.card .table.options_table .optionTitle {
    background: url(/local/templates/gliver/images/dots.gif) repeat-x bottom right;
}

.card .cardCare {
    padding: 0;
    margin: 0;
    list-style: none;
}

.card .clothSwither {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}

.card .clothSwither .cover {
    cursor: pointer;
    min-height: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.card .clothSwither .cover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.46);
}

.card .clothSwither .cover:hover > .inner {
    font-size: 21px;
}

.card .clothSwither .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    z-index: 999;
    transition: .1s ;
}

.card .cardAllCollors {
    text-align: center;
    margin: 15px 0;
}
/*
.card .imgThumbImg {
    height: 100px;
    object-fit: cover;
} */

#catalogDetailVideoNav {
    margin-top: 20px !important;
}

.card .table td {
    display: table-cell !important;
}

.card .clothDetailSliderButton {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #27282b;
    background: #e7e8e9;
    padding: 8px 20px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.card .clothDetailSliderButton:hover {
    background: #dfdfdf;
}

.card .cardRedBtn {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #f4212d;
    padding: 8px 20px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.card .cardRedBtn:hover {
    background: #f33a44;
}

.cardPurchase {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cardPurchasePriceTitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #93969D;
    margin-bottom: 5px;
}

.cardPurchasePriceSum {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #3F4146;
}

.cardPurchaseActions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.cardPurchaseActions .counter {
    display: flex;
    align-items: center;
    margin: 0;
}

.card .counter .fieldCount {
    height: 36px;
    width: 65px;
}

.card .gl-product-slider-tabs__wrapper {
    right: 50px;
}

.card .mediaBox {
    border-radius: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 400px;
}

.card .mediaBox img {
    height: 100%;
    object-fit: cover;
}

.card .mediaBox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .mediaBox:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(/local/templates/gliver_new/img/product-card/play.svg) no-repeat;
    transition: all .2s ease-in-out;
    transform: scale(3);
    z-index: 10;
}

.card .mediaBox:hover:before {
    transform: scale(3.2);
}

.catalogDetailSliderNav video {
    width: 100%;
    height: 77px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
}

.catalogDetailSliderNav .slickCurrent video {
    border-color: #B7252C;
}

@media screen and (min-width: 767px) {
    .card .gl-product-slider-tabs__btn {
        padding: 8px 20px;
    }
}

@media screen and (max-width: 600px) {
    .clothDetailSlider .fancybox {
        height: 300px;
    }
    .catalogDetailSliderNav {
        margin: 20px 30px;
    }
}


@media screen and (max-width: 500px) {
    .clothDetailSlider .fancybox {
        height: 200px;
    }
}
