.section-item-price-discount{
    font-size: 14px;
    color: #000000;
}
.pay_order_btn{
    background-color: #000;
	color: #fff;
    padding: 6px;
}
.bx-green .product-item-scu-item-text-block:hover, .bx-green .product-item-scu-item-color-block:hover, .bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block, .bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{
    outline-color: #000000;
}
.product-item-scu-item-color-block{
    outline: 0px;
}
.product-item-scu-item-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*border: 1px solid #aaa;*/
}
#tableSizes td,th {
    padding: 3px;
}
#callback .alert-danger{
    display: none;
}
.t-product-buy__basket input {
    color: #afb0b3;
    font-size: 14px;
}
.t-product__buy.t-product-buy .t-product-buy__basket
{
    margin-top: 10px;
}
.t-product__buy.t-product-buy button
{
    margin-top: 9px;
    padding: 10px 60px;
    width: 100%;
    max-width: 379px;
}
.t-product__buy.t-product-buy button:first-child{ margin-top: 0px;}
.modal-body {
    padding: 0;
}
.t-product__buy.t-product-buy button:hover
{
    color: #ffffff;
    background-color: #676767;
    outline: 1px solid #000000;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag
{
    padding-right:14px;
}

.modal-content {
    border-radius: 0;
    /* border: none;
    box-shadow: none; */
    overflow: hidden;
}

.t-right-phono
{
    padding-top: 0px;
}
.t-right-menu,
.t-left-menu
{
    padding-top: 6px;
}
.t-dialog__close:after, .t-dialog__close:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px!important;
    border-radius: 1px;
    background: #000!important;
    top: 50%;
    left: 0;
}
.t-right-phono a{
    color:#333;
}
.t-right-phono{
    font-size:17px;
}
.t-left-menu__item
{
    font-size: 17px!important;
}
@media (min-width: 1340px) and (max-width: 1370px) {
    .t-left-menu__item,
    .t-right-phono
    {
        font-size: 14px!important;
    }
}
@media (min-width: 1370px) and (max-width: 1466px) {
    .t-left-menu__item,
    .t-right-phono
    {
        font-size: 15px!important;
    }
}
@media (min-width: 1800px) and (max-width: 1850px) {
    .t-left-menu__item,
    .t-right-phono
    {
        font-size: 16px!important;
    }
}
@media (max-width: 1366px){
    .t-right-phono{
        display: flex!important;
    }
}
@media(max-width:768px){
    .t-right-phono{
        display: none!important;
    }
}
.modal-dialog:not(.store-modal) {
    width: 480px;
    height: 100%;
}
.t-scroll {
    height: 100%;
}
.t-input__error {
    display: none;
}
.d-none {
    display: none;
}
.t-profile__logout {
    border: none !important;
    background: none !important;
}
/* .t-page {
    padding-bottom: 200px;
} */
.t-productItem_basket__price p {
    margin: 0;
}
.search-line .t-input {
    width: 80%;
    margin-bottom: 16px;
    margin-top: 20px;
}
.search-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t-search__form .t-input:after, .t-search__form .t-input:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 1px;
    background: #000;
    border-radius: 1px;
}
.t-search__form .t-input:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 2px;
}
.t-search__form .t-input:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -2px;
}
.t-input label {
    font-weight: 400;
}
.bg-red{
    background: #f1d2ce;
}
.second_sliders{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.slick-next {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 93%;
    background: transparent;
    outline: none;
    border: none;
    font-size: 100px;
    color: #f1d2ce;
}

.slick-prev{
    position: absolute;
    z-index: 1;
    background: transparent;
    top: 40%;
    left: 3%;
    font-size: 100px;
    color: #f1d2ce;
    outline: none;
    border: none;
}
.img_slider{
    height:70vh
}
.slick_img2{
    width: 450px;
}
.first_slider{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.name_elem_slide{
     display: inline-block;
     border: 2px solid black;
     padding: 5px;
     margin-top: 20px;

}
.footer-social {
    margin-top: -55px;
    margin-bottom: 55px;
}
@media (max-width: 576px) {
    .slick-prev {
    position: absolute;
    z-index: 1;
    background: transparent;
    top: 20%;
    left: 3%;
    font-size: 80px;
    color: black;
    outline: none;
    border: none;
}
.slick-next {
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 89%;
    background: transparent;
    outline: none;
    border: none;
    font-size: 80px;
    color: black;
}
    .second_sliders {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: end;
        flex-wrap: wrap;
        overflow-x: hidden;
    }
    .img_slider{
        height: 50vh;
        margin: 0 auto;
    }
    .slick_img2{
        width: inherit;
    }
    .first_slider{/*
        display: inline-block;*/
        margin: 0 auto;
        text-align: center;
        position: relative;
        width: 100%;
    }
    .name_elem_slide{
        display: inline-block;
        border: 2px solid black;
        padding: 5px;
        margin-top: 20px;
        margin: 20px 32%;
    }
 }
 .img_slick_slide{
        width: 100%;
    }
/*@media (min-width: 1501px) and (max-width: 1700px){
    .img_slick_slide{
        width: 100%;
    }
}
@media (min-width: 1300px) and (max-width: 1500px){
    .img_slick_slide{
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1300px){
    .img_slick_slide{
       width: 100%;
    }
}
@media (min-width: 1100px) and (max-width: 1200px){
    .img_slick_slide{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1100px){
    .img_slick_slide{
        width: 100%;
     }
}
@media (min-width: 579px) and (max-width: 768px){
    .img_slick_slide{
        width: 100%;
   }
}*/
@media (max-width: 579px) {
    .t-product .t-product__images img {
        width: auto;
    }
    .slick-slide img {
        display: block;
        /*margin-left: 13px;*/
    }
}
div[class*='t-product-sizes__comment_']{
    line-height: 15px;
    font-size: 12px;
    color: #afb0b3;
    text-align: center;
    width: 100%;
    display: block;
}
.t-product-sizes__label{
    width:53px;
}
.additional-images{
    min-height: 30px;
}
.additional-images img{
    width: 24px;
    height: 24px;
    outline: none;
    text-decoration-style: none;
    border: 1px solid #aaa;
}
.additional-images img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .2s;
}
.additional-images img.active{
    border: 1px solid black;
    outline: none;
}
#preloader_items{
    /* background:url('/img/preloader_ajax_items.gif'); */
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;
}
.t-product{
    /* width: 1150px !important; */
}
.t-pages, #infinity-next-page{
    display: none !important;
}
.t-product__info{
    /* width: 421px; */
}
@media (max-width:1326px){
    .t-product__images{
        /* width: 641px !important; */
    }
    .t-product{
        /* width: 1032px !important; */
    }
    .t-product__info{
        /* width: 275px !important; */
    }
}
#hide_img_bigImg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 201px;
    height: 201px;
    background: url(/img/loop_close.png) no-repeat 50%;
    background-size: contain;
    margin: auto;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}
.webp #hide_img_bigImg{
    background: url(/img/loop_close.webp) no-repeat 50%;
}
#hide_img_bigImg:hover{
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.t-page_middle {
    width: 100%;
    padding-top: 115px;
}
@media (max-width: 769px) {
    .t-page_big {
        padding-top: 0;
    }
    .t-page_middle {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    .footer-social {
        display: flex;
        justify-content: center;
    }
}

.remnants__store-link {
    color: #686868;
}
.mobile-list {
    margin: 0;
}
.t-menuBox__column.mobile-list {
    margin-top: 30px;
}
span._big {
    color: #333;
}
.expandable-mobile {
    position: relative;
}
.expandable-mobile:after {
    display: none;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    pointer-events: none;
    position: absolute;
    top: 3px;
}
@media (max-width: 750px) {
    .t-menuBox {
        flex-direction: column;
    }
    .t-menuBox__column {
        margin-top: 15px !important;
    }
    .t-menuBox__column.mobile-list {
        /*display: none*/
    }
    .t-menuBox__column.mobile-list a {
        margin-left: 15px !important;
    }
    .expandable-mobile:after {
        display: inline-block;
    }
    #searchModal .t-input input {
        font-size: 40px;
        padding-left: 6%;
    }
}

@media (max-width: 756px) {
    .t-page_catalog__right {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .t-menuBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
    .t-menuBox__column a:first-child {
        /*margin: 0;*/
    }
}

/*.t-page_catalog__right .t-page_catalog {
    padding: 0 !important;
    margin: 0;
}

.t-page_catalog__right .t-page_catalog .t-page_catalog__left {
    display: none !important;
}*/

.t-page_catalog__right {
    min-width: 72%;
}

.iti-flag {background-image: url("img/flags.png");}
.webp .iti-flag {background-image: url("img/flags.webp");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("img/flags@2x.png");}
  .webp .iti-flag {background-image: url("img/flags@2x.webp");}
}

.t-left-menu__item a {
    color: #333333;
}

.option-gray {
    color: #888888
}

div.slick-arrows {
    position: absolute;
    width: 100%;
    height: 100%;
}

.first_slider div.slick-arrows .slick-arrow {
    z-index: 1 !important;
}

/* .select2-results__options>.notallowed {
    display: none;
} */
img {
    -webkit-touch-callout: default;
    -webkit-user-select: default;
    -khtml-user-select: default;
    -moz-user-select: default;
    -ms-user-select: default;
    user-select: default;
}
img.lazy {
    opacity: 1;
}
/*img.lazy:not(.loaded) {
    opacity: 0;
}на слик-слайдере лейзи работает не корректно*/
.product-item-detail-slider-image.t-images__img img {
    transition: opacity 1s;
}
.product-item-detail-slider-image.t-images__img img:not([src]) {
    min-height: 900px;
}

.ask-message {
    margin-bottom: 63px;
}
.ask-message > p {
    font-size: 20px;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: 0.1em;
    text-align: center;
}
.review-container {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 30px;
    display: flex;
    justify-content: center;
    font-weight: 300;
    letter-spacing: 1.5px;
}
.review:nth-child(2) {
    border-left: 1px solid black;
    /*font-weight: 600;*/
}
.review-container .review {
    padding: 20px 40px;
    font-weight: normal;
}
.review-container .review > a {
    font-weight: 300;
}
.review-img__prew {
    width: 100%;
    height: 498px;
    object-fit: cover; 
    object-position: top; 
    margin: 44px 0;
}
.button-review {
    cursor: pointer;
    padding: 19px 50px 13px 50px;
    /*border: solid 2px #999;*/
    background-color: #000000;
    color: #ffffff;
    
}
.button-review, .button-review span:visited{
    text-decoration: none!important;
    display: inline;
}
.review a:focus {
    text-decoration: none;
}
.form-poppup_title .rev-title {
    font-weight: 400;
    margin-bottom: 30px;
}
.form-poppup_title p {
    font-weight: 300;
    font-size: 20px;
}
.rating.active {
    /* fill: #fff; */
}


.rating-result {
    width: 150px;
    margin-left: 20px;
}
.rating-result span {
	padding: 0;
	font-size: 30px;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: #999;
    text-shadow: 1px 1px #bbb;
}

.rev {
    margin: 50px 0;
}
.container-rev {
    box-sizing: border-box;
    margin:0 auto;
    width: 1140px;;
}
.rev-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.6px;
    width: 300px;
    margin: 0;
}
.rev-top, .rev-top-left {
    display:flex;
    flex-direction:row;
}
.rev-top-left {
    width: 70%;
}

.rev-top-right {
    text-align: right;
    width: 30%;
}
.rev-top-right button,
.rev-comment button.content_toggle {
    border: 0;
    background-color: #fff;
    font-size: 16px;
    color: #999;
    letter-spacing: 0.6px;
    font-weight: 300;
}
body .rev-top-right button:focus,
.rev-comment button.content_toggle:focus {
    border:0!important;
    outline: -webkit-focus-ring-color auto 0px;

}
.rev-top-right button span,
.rev-comment button.content_toggle{
    text-decoration: underline ;
}
.rev-data {
    color:#999;
    font-weight: 300;
    font-size: 14px;
}

.rev-comment h4{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.6px;
}
.rev-comment p {
    margin: 0;
    font-size: 12px;
    font-weight: 275;
    text-align: justify;
    line-height: 20px;
}

.rev-response {
    margin: 30px 0 0 100px;
}
.mt-50 {
    margin-top: 50px;
}

.rev-img {
    display: none;
}
.rev-img img {
    max-height: 500px;
    max-width: 350px;
    width: 100%;
    margin: 20px 20px 20px 0;
}
.toggle {
    display:block!important;
}

.form-review_question{
    margin: 10px 0 10px 0;
    text-align: left;
}
.form-review_el, .form-review_el:focus  {
    border:0;
    width: 100%;
    border-bottom: 1px solid #777;
    outline: none;
    outline-offset: 0;
    font-size: 20px;
    color:#999;
    
}
.form-flex {
    display: flex;
}
.rev-photo-form {
    text-align: right;
    margin-top: -32px;
    pointer-events: auto;
}
.rev-p {
    margin: 30px auto 0 auto;
    width: 95%;
    font-size: 13px;
    color: #999;
}
.rev-span {
    font-style: italic;
    margin-top: 15px;
    display: inline-block;
}
.rev-but, .rev-but:focus, .rev-but:hover, .rev-but:active {
    background-color: #E8CBC7!important;
    color: black;
    border: 0!important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 70px;
    margin: 30px auto;
    border:0!important;
    outline: -webkit-focus-ring-color auto 0px;
    letter-spacing: 1.5px;
}
.rating-but:focus {
    outline: -webkit-focus-ring-color auto 0px;
    text-decoration: none;
}
.form-flex .form-review_question:first-child {
    margin-right: 15px;
}
.form-flex .form-review_question:first-last {
    margin-left: 15px;
}
.form-flex .form-review_question {
    width: 50%;
}
.form-review_question label {
    font-weight: 300;
}
.form-poppup-rev {
    width: 100%;
}
.ratings {
    margin:20px 0;
}

#reviewStars-input input:checked ~ label,
#reviewStars-input label,
#reviewStars-input label:hover,
#reviewStars-input label:hover ~ label {
  fill: #8C8C8C;
}

#reviewStars-input {
    overflow: hidden;
    *zoom: 1;  
    position: relative;
    text-align: center;
    direction: rtl;
}

#reviewStars-input input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

#reviewStars-input input:checked ~ label {
  fill: #e8cbc6;
}

#reviewStars-input label {
  background-position: 0 0;
  cursor: pointer;
  margin-right: 5px;  
  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  fill: #e8cbc6;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.rev-photo-form label svg,
.rev-photo-form label span {
    display: inline-block;
    vertical-align: middle;
}

body .rating-result svg.active {
    fill: #000000;
}
body .rating-result svg:not(.active) {
    fill: #fff;
    stroke: #000000;
    stroke-width: .2px;
}

#preloader_nav {
    margin:0 auto;
    display: none;
}

.load_more-text {
    cursor: pointer;
}

.navigation {
    min-height: 40px;
}

.popover {
    width: 215px;
}

.t-input__box .t-input-login {
    margin-bottom: 32px;
}

.button-review span {
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    margin-left: 7px;
}
.t-loader-c{
    z-index: 99;
}

@media (max-width: 1150px) {
    .container-rev {
        width: 94%;
    }
}

@media screen and (max-width: 991px) {
    .review-img__prew {
        height: 280px;
    }
    .rev-title {
        font-size: 20px;
    }
    .rev-data {
        font-size: 18px;
    }
    .rev-comment p {
        font-size: 12px;
    }
    .rev-top-right button {
        font-size: 12px;
    }
    .rev-img {
        margin-left: 63px;
    }
    .rev-response {
        margin-left: 63px;
    }
    .form-flex {
        flex-direction: column;
    }
    .form-flex .form-review_question {
        width: 100%;
    }
    .rev-comment button.content_toggle {
        font-size: 12px;
    }
    .fancybox-content {
        padding: 30px;
    }
}

@media (max-width: 862px) {
    .rev-top {
        display: block;
    }
    .rev-top-left {
        width: 100%;
    }
    
    .rev-top-right {
        text-align: right;
        width: 100%;
        margin: 20px 0;
    }
    .rev-title {
        width: unset;
    }
    .rating-result {
        /*width: 40%;*/
        text-align: right;
        fill:"#8C8C8C";
    }
}

@media screen and (max-width: 769px) {
    .review-container {
        margin-top: 70px;
    }
}

@media (max-width: 510px) {
    .rev-top-left {
        display: block;
    }
    .rev-title {
        width: 100%;
    }
    .rating-result {
        width: 100%;
        text-align: left;
        margin: 20px 0;
    }
    .rev-top-right {
        text-align: left;
    }

    .review-container {
        font-size: 18px;
    }
    .review-container .review {
        padding: 10px;
    }
    .rev-comment h4 {
        font-size: 16px;
    }
    .rev-comment button.content_toggle {
        font-size: 10px;
    }
}

@media screen and (max-width: 575px) {
    .button-review {
        padding: 13px 40px;
    }
    .button-review span {
        font-size: 14px;
    }
    .additional-images span {
        font-size: 10px;
    }

    .review-img__prew {
        height: 162px;
    }
    .rev-title {
        font-size: 14px;
    }
    .rev-data {
        font-size: 14px;
    }
    .rev-comment p {
        font-size: 12px;
        line-height: 24px;
    }
    .rev-top-right button {
        font-size: 10px;
    }
    .rev-img {
        margin-left: -17px;
        margin-right: -17px;
    }
    .rev-response {
        margin-left: 25px;
    }
    .t-product__buy.t-product-buy button{
        margin-top: 8px;
    }
    .t-product__buy.t-product-buy button:first-child{max-width: unset;} 

    .t-product__buy.t-product-buy button{
        max-width: unset;
        margin: 0px;
    }
}
@media screen and (max-width: 400px){
    .t-product__buy.t-product-buy button{
        padding: 10px 50px;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}

.show-map-btn{
    cursor: pointer;
    padding: 10px 40px;
    background-color: #000;
    color: #fff;
    max-width: 300px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.show-map-btn i {
    margin-right: 10px;
    margin-bottom: 3px;
    font-size: 12px;
}
.map-holder{
    display: none;
}