/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.main .main__shop-product {
    padding: 0px 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 60px;
    position: relative;
}

.main .main__shop-product .sidebar {
    padding: 0;
}

.accordion .accordion__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-top: 1px solid #f0f0f0;
}

.accordion .btn-custom {
    padding: 11.5px 0 12.5px 16px;
    gap: 16px;
    border: none;
}

.accordion .accordion__item:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.accordion .accordion__content {
    padding-left: 42px;
    padding-right: 42px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    height: 0px;
}

.accordion [data-accordion-toggle]+.accordion__content,
.accordion [data-accordion-toggle] svg {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.accordion [data-accordion-toggle="sr-active"]+.accordion__content {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.accordion [data-accordion-toggle="sr-active"] svg {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.accordion .accordion__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 15px;
    line-height: 24px;
    color: #646872;
}

.accordion .accordion__inner.accordion__inner-mod {
    gap: 30px;
}

.accordion .accordion__inner strong {
    color: var(--color-dark);
}

.accordion .accordion__icon {
    padding-bottom: 10px;
}

.accordion .accordion__text {
    display: inline-block;
    margin-bottom: 8px;
}

.accordion .accordion__text:last-child {
    margin-bottom: 0;
}

.product-info {
    display: flex;
}

.product-info .slider {
    background-color: #fefefe;
}

.sr-slider-miniature {
    display: none;
}

.product-info .product-info__detail {
    min-width: 456px;
}

.product-info {
    padding-bottom: 40px;
}

@media (max-width: 1439px) {
    .main .main__shop-product {
        gap: 40px;
    }
    .product-info {
        gap: 40px;
    }
    /* .product-info .slider {
        width: 430px;
        height: 645px;
    } */
    .product-info .product-info__detail {
        /* width: 350px; */
    }
    .product-info .product-info__button-add {
        padding: 8px 25px;
    }
}

@media (max-width: 1200px) {
    .main .main__shop-product {
        gap: 25px;
    }
    .product-info {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        gap: 25px;
    }
    /* .product-info .slider {
        width: 350px;
        height: 533px;
    } */
    .product-info .product-info__detail {
        width: 335px;
    }
    .product-info .product-info__button-add {
        padding: 8px 20px;
    }
}

@media (max-width: 992px) {
    .main .main__shop-product {
        gap: 40px;
    }
    .product-info {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        gap: 30px;
    }
    /* .product-info .slider {
        width: 415px;
        height: auto;
    } */
    .product-info .product-info__detail {
        width: 415px;
    }
    .product-info .product-info__button-add {
        padding: 8px 25px;
    }
}

@media (max-width: 768px) {
    .main .sidebar {
        display: none;
    }
    /* .product-info .slider {
        width: 440px;
    } */
    .product-info .product-info__detail {
        width: 440px;
    }
}

@media (max-width: 480px) {
    .main .main__shop-product {
        position: inherit;
    }
    .product-info {
        gap: 20px;
        align-items: flex-start;
    }
    .product-info .slider {
        /* width: 100%; */
        /* height: 120vw !important; */
        /* position: absolute;
		top: 0;
		left: 0;
		right: 0; */
    }
    .product-info .product-info__detail {
        width: 360px;
    }
    .product-info .slider {
        position: relative !important;
        padding: 0 !important;
    }
    .product-info__detail {
        padding: 15px !important;
    }
}


/* ****** */

.bx_item_detail .bx_item_container .bx_lt {
    position: relative;
    float: left;
    width: 350px;
    margin: 0 23px 0 0;
}

.bx_item_detail .bx_item_container .bx_rt {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: calc(100% - 373px);
    /*373 = width350 + margin23*/
}


/* Item info */

.bx_item_detail .item_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.bx_item_detail .item_name {
    margin: 0;
    padding: 0;
}

.bx_item_detail .item_name a {
    color: #000;
    text-decoration: none;
    font-size: 23px;
}

.bx_item_detail .item_old_price {
    padding: 0 15px;
    color: #b8b8b8;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 22px;
}

.bx_item_detail .item_current_price {
    display: block;
    margin-left: 25px;
    font-size: 35px;
    line-height: 40px;
    font-family: "MyriadProBold", Arial, sans-serif;
    font-weight: bold;
}

.bx_item_detail .item_economy_price {
    display: inline-block;
    padding: 0 0 0 10px;
    color: #b8b8b8;
    font-weight: bold;
    font-size: 14px;
    line-height: 33px;
}

.bx_item_detail .item_info_section {
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    line-height: 19px;
}


/* .bx_item_detail .item_info_section--quantity { */


/*margin-top: -17px;*/


/* } */

.bx_item_detail .item_section_name_gray {
    color: #9e9e9e;
    font-size: 13px;
}

.bx_item_detail .item_info_section dl {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    font-size: 15px;
}

.bx_item_detail .item_info_section dl dt {
    clear: both;
    float: left;
    width: 95px;
}

.bx_item_detail .item_info_section dl dd {
    float: left;
    margin: 0;
}


/* .bx_item_detail .item_buttons_counter_block { */


/*display:inline-block;
    margin-right:10px;
    vertical-align: baseline;
    color: #3f3f3f;
    font-size: 13px;
    text-align: left;
    margin-top: -10px;
    margin-bottom:10px;*/


/* } */

.bx_item_detail .item_buttons_quantity {
    display: block;
    overflow: hidden;
}

.bx_item_detail .item_buttons_quantity input {
    float: left;
    padding: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 44px;
    color: #222;
    border: 0;
    background: #cedce2;
}

.bx_item_detail .item_buttons_quantity__minus {
    float: left;
    width: 36px;
    height: 35px;
    border: 1px solid #cedce2;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    text-decoration: none;
    background: url(../../../../images/icon_39.png) no-repeat 50% 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_detail .item_buttons_quantity__plus {
    float: left;
    width: 36px;
    height: 35px;
    border: 1px solid #cedce2;
    border-radius: 0 15px 15px 0;
    text-decoration: none;
    background: url(../../../../images/icon_40.png) no-repeat 50% 50%;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_detail .item_buttons_counter_block a {
    vertical-align: baseline;
}

.bx_item_detail .bx_cnt_desc {
    vertical-align: baseline;
}


/* Item SET */

.bx_item_detail .transparent_input {
    border: none;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 60px;
    text-align: center;
}


/*tab-section-container*/

.bx_item_detail .tab-section-container {
    position: relative;
}

.bx_item_detail .tab-list {
    padding: 0;
    border-bottom: 1px solid #d9e1e3;
    vertical-align: bottom;
    text-align: left;
}

.bx_item_detail .tab-list li {
    display: inline-block;
    border: 1px solid #d9e1e3;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, 0.12);
    vertical-align: bottom;
}

.bx_item_detail .tab-list li a {
    display: block;
    padding: 0 10px;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active {
    background: #fff;
}


/*.tab-list li:hover a,*/

.bx_item_detail .tab-list li.active a {
    position: relative;
    bottom: -2px;
    height: 35px;
    background: #fff;
    color: #3f3f3f;
    line-height: 35px;
}

.bx_item_detail .tab-boby-container .container>div.tab-off {
    display: none;
}

.bx_item_detail .item_comments {
    display: block;
    padding-left: 10px;
}

.bx_item_detail .item_comments li {
    display: block;
    padding-bottom: 10px;
}

.bx_item_detail .item_comments_username {
    display: inline-block;
    color: #5d90bd;
    font-size: 14px;
}

.bx_item_detail .item_comments_date {
    display: inline-block;
    margin-left: 10px;
    color: #b8b8b8;
    font-size: 14px;
}

.bx_item_detail .item_comments_container p {
    margin-top: 5px;
    color: #3f3f3f;
    font-size: 14px;
}

.bx_item_detail .bx_notavailable {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #e4e4e4;
    background: #f3f3f3;
    white-space: normal;
    line-height: normal;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.good-compare-btn {
    background-color: #8d8d8d !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.good-compare-btn:hover {
    background-color: #6a6a6a !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bx_notavailable_subscribe {
    background: none !important;
    border: none !important;
    padding-left: 0 !important;
}

.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2 {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.bx_item_detail .bx_shadow.bx_bt_button,
.bx_item_detail .bx_shadow.bx_bt_button_type_2 {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.bx_item_detail .bx_shadow.bx_bt_button:active,
.bx_item_detail .bx_shadow.bx_bt_button_type_2:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bx_item_detail .bx_bt_button {
    background: #00a2df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00a2df), to(#006fcb));
    background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00a2df", endColorstr="#006fcb", GradientType=0);
    color: #fff;
}

.bx_item_detail .bx_bt_button:hover {
    background: #21afe4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#21afe4), to(#006fcb));
    background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#21afe4", endColorstr="#006fcb", GradientType=0);
}

.bx_item_detail .bx_bt_button:active {
    background: #006fcb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top, #006fcb 0%, #00a2df 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#006fcb), to(#00a2df));
    background: linear-gradient(to bottom, #006fcb 0%, #00a2df 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#006fcb", endColorstr="#00a2df", GradientType=0);
    -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.21);
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.21);
}

.bx_item_detail .bx_bt_button_type_2 {
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f1f1f1));
    background: linear-gradient(to bottom, #fcfcfc 0%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#f1f1f1", GradientType=0);
    color: #656565;
}

.bx_item_detail .bx_bt_button_type_2:hover {
    background: #fff;
}

.bx_item_detail .bx_bt_button_type_2:active {
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fcfcfc));
    background: linear-gradient(to bottom, #f1f1f1 0%, #fcfcfc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#fcfcfc", GradientType=0);
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.bx_item_detail .bx_small.bx_bt_button,
.bx_item_detail .bx_small.bx_bt_button_type_2 {
    display: inline-block;
    min-width: 20px;
    line-height: 20px;
}

.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2 {
    padding: 0 13px;
    height: 25px;
    font-weight: bold;
    line-height: 25px;
}

.bx_item_detail .bx_medium.bx_bt_button {
    height: 27px;
    line-height: 27px;
}

.bx_item_detail .bx_medium.bx_bt_button_type_2 {
    font-weight: bold;
}

.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .bx_big.bx_bt_button_type_2 {
    float: left;
    height: 50px;
    width: 111px;
    line-height: 50px;
    border: 0;
    background: #ff2d40 url(../../../../images/icon_38.png) no-repeat 20px 13px;
    color: #fff;
    cursor: pointer;
    padding: 0 10px 0 45px;
    margin: 0 10px 0 0;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
}

.bx_item_detail .bx_big.bx-catalog-subscribe-button {
    width: 150px;
    margin-top: -10px;
}

.bx_item_detail .bx_fwb {
    font-weight: bold;
}


/* item_detail_slider */

.bx_item_detail .bx_item_slider {
    position: relative;
    margin-bottom: 10px;
}

.bx_item_detail .bx_item_slider .bx_bigimages {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 60px);
    float: left;
    background: #fff;
    text-align: center;
    height: 0;
    padding-top: 130%;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
    display: inline-block;
    max-width: 100% !important;
    max-height: 100% !important;
    vertical-align: middle;
    text-align: center;
}


/*----*/

.bx_item_detail .bx_item_slider .bx_slider_conteiner {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
    position: relative;
    margin-left: -5%;
    padding: 20px 5% 0;
}


/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container {
    position: relative;
    width: 100%;
}

.bx_item_detail .bx_item_slider .bx_slide {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide {
    overflow-x: auto;
}

.bx_item_detail .bx_item_slider .bx_slide ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul {
    margin-left: 0 !important;
}

.bx_item_detail .bx_item_slider .bx_slide ul li {
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    overflow: hidden;
    /*border: 1px solid #c0cfda;*/
    background: #fff;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img {
    width: auto;
    height: 25px;
}


/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right {
    opacity: 0.8;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover {
    opacity: 1;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {
    left: -5%;
    background: url(images/arr_left.png) no-repeat left center;
    background-size: 100% auto;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right {
    right: -5%;
    background: url(images/arr_right.png) no-repeat right center;
    background-size: 100% auto;
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide_left {
    left: 0;
    background: url(images/fade_left.png) repeat-y left center;
    background-size: 100% auto;
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide_right {
    right: 0;
    background: url(images/fade_right.png) repeat-y right center;
    background-size: 100% auto;
}

.bx_item_detail .bx_item_slider_lupe_small {
    position: absolute;
    background: rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.bx_item_detail .bx_item_slider_lupe {
    position: absolute;
    border: 1px solid #b2b2b2;
    left: 105%;
    top: 0;
    bottom: 4px;
    margin: 0;
    background: #fff url(images/wait.gif) no-repeat scroll center center;
    z-index: 120;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.bx_item_detail .bx_item_slider_lupe img {
    max-width: 99999px !important;
    max-height: 99999px !important;
}


/* Stickers */

.bx_item_detail .bx_bigimages .bx_stick {
    position: absolute;
    width: 123px;
    height: 35px;
    background: url(images/stick.png) left center no-repeat;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bx_item_detail .bx_bigimages .bx_stick.short {
    font-weight: bold;
    font-size: 18px;
}

.bx_item_detail .bx_bigimages .bx_stick.average {
    font-weight: bold;
    font-size: 13px;
}

.bx_item_detail .bx_bigimages .bx_stick.long {
    font-weight: normal;
    font-size: 11px;
}

.bx_item_detail .bx_bigimages .bx_stick_disc {
    position: absolute;
    width: 72px;
    height: 74px;
    background: url(images/stick_disc.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    font-weight: bold;
    font-size: 23px;
    line-height: 74px;
}

.bx_item_detail .bx_bigimages .bx_stick.left,
.bx_item_detail .bx_bigimages .bx_stick_disc.left {
    left: -2px;
}

.bx_item_detail .bx_bigimages .bx_stick.right,
.bx_item_detail .bx_bigimages .bx_stick_disc.right {
    right: 0;
}

.bx_item_detail .bx_bigimages .bx_stick.top,
.bx_item_detail .bx_bigimages .bx_stick_disc.top {
    top: 15px;
}

.bx_item_detail .bx_bigimages .bx_stick.bottom,
.bx_item_detail .bx_bigimages .bx_stick_disc.bottom {
    bottom: 5px;
}

.bx_item_detail .bx_bigimages .bx_stick.middle,
.bx_item_detail .bx_bigimages .bx_stick_disc.middle {
    top: 49%;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 11;
    background: rgba(255, 255, 255, 0.79) url(images/missing.png) no-repeat center;
}


/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right {
    display: none;
}

.bx_item_detail .bx_item_detail_scu {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}


/*----*/

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}


/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container {
    position: relative;
}

.bx_item_detail .bx_item_detail_scu .bx_scu {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_scu {
    overflow-x: auto;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_scu ul {
    margin-left: 0 !important;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li {
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index: 10;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt {
    border: 1px solid #006cc0;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
    padding: 3px;
    border: 2px solid #006cc0;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index: 11;
    background: rgba(255, 255, 255, 0.79) url(images/missing.png) no-repeat center;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;
    background-size: contain;
    background-repeat: no-repeat;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img {
    width: auto;
    height: 25px;
}


/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
    opacity: 0.8;
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover {
    opacity: 1;
}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {
    left: -5%;
    background: url(images/arr_left.png) no-repeat left center;
    background-size: 100% auto;
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
    right: -5%;
    background: url(images/arr_right.png) no-repeat right center;
    background-size: 100% auto;
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {
    left: 0;
    background: url(images/fade_left.png) repeat-y left center;
    background-size: 100% auto;
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
    right: 0;
    background: url(images/fade_right.png) repeat-y right center;
    background-size: 100% auto;
}


/* item_detail_description */

.bx_item_detail .bx_item_description p {
    font-size: 13px;
}

.bx_item_detail .bx_item_description .bx_item_section_name_gray {
    color: #9e9e9e;
    font-size: 13px;
}

.bx_item_detail .bx_item_description .bx_specifications_table {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd) {
    background: #f2f2f2;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr td {
    padding: 3px 10px;
    font-size: 12px;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child {
    font-weight: bold;
}

.item_info_section__heading {
    font: 18px/25px "MyriadProBold", Arial, sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.more-about-size::before {
    display: block;
    content: "";
    clear: both;
}

.more-about-size {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 7px 0 12px;
}

.more-about-size a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    line-height: 20px;
    font-size: 15px;
}

.more-about-size a::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #717171;
    content: "";
}

.more-about-size .btn-custom {
    font-size: 16px;
    padding: 10px 16px;
    min-width: auto;
}


/*====*/

.bx_bigimages img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.bx_big.bx_bt_button.bx_cart {
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bx_big.bx_bt_button.bx_cart:hover {
    background-color: #c12432;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bx_bigimages {
    position: relative;
}

.bx_bigimages .item-new {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    display: inline-block;
    background-color: #ff2d40;
    color: #fff;
    padding: 2px 10px;
    font-weight: bold;
    border-bottom-right-radius: 6px;
    z-index: 300;
}

.item_economy_price {
    display: none !important;
}

.sr-price-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    padding: 10px 0;
    background-color: rgba(233, 240, 242, 0.9);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 10000;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sr-price-panel__price {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 26px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-right: 35px;
}

.sr-price-panel__buy-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ff2d40;
    border-radius: 26px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sr-price-panel__buy-btn:active {
    opacity: 0.7;
}

.sr-price-panel.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.sr-price-panel.hide {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.sr-buy-control__top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 45px;
}

.sr-buy-control__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sr-buy-control__quantity-label {
    width: 95px;
    font-size: 15px;
}

.sr-buy-control__compare-btn {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: underline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sr-buy-control__compare-btn:hover {
    text-decoration: none;
    opacity: 0.7;
}

.sr-buy-control__compare-btn svg {
    fill: #333;
    width: 30px;
    margin-right: 5px;
}

.sr-buy-control__bottom-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 96px;
    margin-top: 20px;
}

.sr-buy-control__one-click-btn {
    display: inline-block;
    padding: 16px 30px 15px;
    background-color: #b5c0c6;
    border-radius: 26px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sr-buy-control__buy-btn {
    display: inline-block;
    padding: 16px 30px 15px;
    padding-left: 64px;
    background-color: #ff2d40;
    background-image: url("../../../../images/icon_38.png");
    background-repeat: no-repeat;
    background-position: 29px 41%;
    border-radius: 26px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sr-buy-control__one-click-btn:hover,
.sr-buy-control__buy-btn:hover {
    opacity: 0.8;
}

.sr-buy-control__one-click-btn:active,
.sr-buy-control__buy-btn:active {
    opacity: 0.6;
}

.sr-item-prop {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.sr-item-prop__label {
    width: 96px;
}


/*slider*/

.sr-slider-controls {
    position: absolute;
    top: 50%;
    z-index: 890;
    width: 100%;
}

.sr-slider-arrow {
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.sr-slider-arrow--next {
    left: auto;
    right: 0;
}

.sr-human-sizes-data {
    position: relative;
    clear: both;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sr-human-sizes-data::before {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 39px;
    top: 4px;
    left: -48px;
    background-image: url("images/medstyle_sizes.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sr-human-sizes-data__value {
    font-size: 14px;
}

.sr-human-sizes-data__value span {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 1px;
}

.sr-sizes-app {
    padding-top: 5px;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.more-about-size {
    width: auto;
    padding: 5px;
}

.sr-rating-count {
    display: block;
    padding-top: 5px;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .bx_item_detail .bx_item_container .bx_lt {
        margin-bottom: 15px !important;
    }
    .sr-item-prop {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_item_detail .bx_item_container .bx_lt,
    .bx-touch .bx_item_detail .bx_item_container .bx_rt,
    .bx-touch .bx_item_detail .bx_item_container .bx_md,
    .bx-touch .bx_item_detail .bx_item_container .bx_lb,
    .bx-touch .bx_item_detail .bx_item_container .bx_rb {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .bx-touch .bx_item_detail .item_info_section {
        padding-left: 0;
    }
    .sr-buy-control__bottom-panel {
        padding-left: 0;
    }
}

@media (max-width: 479px) {
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick {
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 11px;
        line-height: 30px;
    }
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc {
        width: 37px;
        height: 38px;
        background-size: 100%;
        font-size: 13px;
        line-height: 38px;
    }
}

@media (min-width: 768px) {
    .sr-price-panel {
        display: none !important;
    }
}


/* slider miniature */

.sr-slider-miniature {
    width: 525px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.sr-slider-miniature__list {
    /* width: fit-content; */
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.sr-slider-miniature__item {
    min-width: 100px;
    width: 100px;
    min-height: 100px;
    height: 100px;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #ffffff;
    overflow: hidden;
    cursor: pointer;
}

.sr-slider-miniature__item:hover {
    border: 1px solid #d4d4d4;
}

.sr-slider-miniature__item[data-current-slide="sr-active"],
.sr-slider-miniature__item[data-current-slide="sr-active"]:hover {
    border: 1px solid #a5a8b1;
}

.sr-slider-miniature__item img {
    min-width: auto;
    /* height: auto; */
    min-height: 100%;
    object-fit: cover;
    position: absolute;
}

.sr-slider-miniature__item.sr-slider-miniature__item_vertical img {
    min-width: 100%;
    min-height: auto;
}

.sr-slider-miniature__item-video {
    position: absolute;
}

.sr-slider-miniature__item-video-play {
    width: 100%;
    height: 100%;
    position: relative;
    /* position: absolute;
	top: 0;
	left: 0; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* z-index: 9; */
}

.sr-slider-miniature__item-video-play::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/local/templates/tm_medstyle_9/images/product_detail/play.svg") center / cover no-repeat;
    z-index: 10;
}


/* .sr-slider-miniature__btns {
} */

.btn-custom.btn-custom-icon.sr-slider-miniature__btn-prev,
.btn-custom.btn-custom-icon.sr-slider-miniature__btn-next {
    width: 20px;
    height: 100%;
    display: none;
    justify-content: center;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.btn-custom.btn-custom-icon.sr-slider-miniature__btn-prev:hover,
.btn-custom.btn-custom-icon.sr-slider-miniature__btn-next:hover {
    background-color: rgba(255, 255, 255, 1);
}

.btn-custom.btn-custom-icon.sr-slider-miniature__btn-prev::after,
.btn-custom.btn-custom-icon.sr-slider-miniature__btn-next::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sr-slider-miniature__btn-next {
    right: 0;
}

.product-info__block ul {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.product-info__block ul li {
    min-width: 80px;
    text-align: end;
    width: fit-content;
    padding: 10px 20px;
    border: 1px solid var(--color-dark);
    cursor: pointer;
}

@media (max-width: 1439px) {
    .sr-slider-miniature {
        width: 430px;
        /* height: 645px; */
    }
}

@media (max-width: 1200px) {
    .sr-slider-miniature {
        width: 350px;
        /* height: 533px; */
    }
    .sr-slider-miniature__list {
        gap: 10px;
    }
}

@media (max-width: 992px) {
    .sr-slider-miniature {
        width: 415px;
        height: auto;
    }
    .sr-slider-miniature__list {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    /* .main .sidebar {
		display: none;
	} */
    .sr-slider-miniature {
        width: 440px;
        display: none;
    }
    .sr-slider-miniature__list {
        gap: 18px;
        display: none;
    }
}

@media (max-width: 480px) {
    .sr-slider-miniature {
        width: 360px;
        /* width: calc(100vw - 60px); */
    }
    .product-info__block ul {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 390px) {
    .sr-slider-miniature {
        /* width: 360px; */
        width: calc(100vw - 30px);
    }
    .product-info {
        align-items: flex-start !important;
    }
}