/*--------------------------------main holder ------------------------------*/
#item-view h2{
    line-height: 24px;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px;
}
#item-view .main{
    margin-bottom: 0;
}
#item-view h3{
    font-weight: 400;
    line-height: 18px;
    margin: 15px 0;
}
#item-view p{
    line-height: 22px;
    margin-bottom: 10px;
}
#item-view h1{
    margin: 0;
}
.store-list {margin-bottom: 12px;}
.store-list li span.name-store{
    line-height: 17px;
    vertical-align: super;
    color: #3e77aa;
    font-weight: 400;
}
.store-list li span.map-url, .store-list li span.ytb-url {
    display: inline-block;
    /*margin:0 2px 0 0;*/
    width: 20px;
    height: 17px;
}
.store-list li span.map-url{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/images/gmap-item-icon.svg");
}
.store-list li span.ytb-url{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/images/youtube-item-icon.svg");
}
.store-list li span[data-href] {
    color: #3e77aa;
    cursor: pointer;
}
.store-list li span[data-href]:hover {
    color: #fb3f4c;
}
.product-top-line-content, .prod-block,
.product-card-product-name-content,
.prod-nav-content-container{
    display: flex;
    margin: 0 auto;
    max-width: 1580px;
    padding: 0 30px;
}
#order_one_min_popup.fancybox__content{
    padding: 25px;
    border-radius: 5px;
}
#order_one_min_popup.fancybox__content input:focus{
    outline: none;
}
.item-description-wrapper,
.prod-property, .related-product-wrapper,
.reviews-wrapper {
    margin: 0 auto;
    max-width: 1580px;
    padding: 0 30px;
}
.additional-product-content-wrapper{
    margin: 0 auto;
    max-width: 1580px;
    padding: 0 10px;
}
.prod-block{
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 15px;
    flex-flow: row wrap;
}
.prod-nav-price-container.obsolete{
    margin-right: 10px;
}
/* ------------------------ breadcrumbs ------------------------------------*/
.product-top-line-content .sidebar{
    float: none;
}
.prod-mob-price.obsolete{
    margin-right: 7px;
}
.product-top-line .breadcrumbs{
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 10px 5px;
    scrollbar-color: #cccccc #ffffff;
    scrollbar-width: thin;
}
.product-top-line .breadcrumbs{
    /*margin-left: 10px;*/
}
.product-top-line .breadcrumbs li{
    display: inline;
    white-space: nowrap;
}
.product-top-line .breadcrumbs::-webkit-scrollbar{
    height: 3px;
}
.product-top-line .breadcrumbs::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.product-top-line .breadcrumbs::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.product-top-line .breadcrumbs::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 5px;
}
#footer_copy-wrap{
    display: none;
}
/* ----------------------header desctop------------------------------------*/
.product-card-product-name-header{
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}
.product-card-product-name-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
/*--------------------------sticky menu desctop---------------------------*/
.prod-nav {
    position: -webkit-sticky;
    position: sticky;
    top: -2px;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
}
.prod-nav-sticky{
    z-index: 101;
    -webkit-box-shadow: 0px 6px 15px -7px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 6px 15px -7px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 6px 15px -7px rgba(34, 60, 80, 0.6);
}
#RecaptchaField1{
    transform: scale(0.8);
}
.prod-nav-content-container{
    display: flex;
    background-color: #ffffff;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.prod-nav-content-container-left{
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.prod-nav-content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}
.prod-nav-sticky .prod-nav-content{
    margin-left: 15px;
}
.prod-nav-content-header{
    display: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    margin-left: 10px;
    margin-top: 5px;
}
#item-view .prod-nav-content-header {
    margin-bottom: 0;
}
.prod-nav-img{
    display: none;
    height: 50px;
    align-self: center;
    margin: 10px 0;
}
.prod-nav-sticky .prod-nav-img,
.prod-nav-sticky .prod-nav-content-header{
    display: block;
}
.prod-nav-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    overflow-x: auto;
}
.prod-nav-list li {
    position: relative;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .28px;
}
.prod-nav-list li.active:after {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    bottom: 0px;
    background-color: #298fd2;
}
.prod-nav-list li:after{
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
    width: 0;
    bottom: 0px;
    background-color: #298fd2;
    transition: width 0.5s, left 0.5s;
}


.prod-nav-list a {
    display: inline;
    color: #666666;
    padding: 10px 0;
    margin: 0 10px;
    text-decoration: none;
    height: 100%;
}
.prod-nav-list a[target] {
    display: inline;
    color: #666666;
    padding: 10px 0;
    margin: 0;
    text-decoration: none;
    height: 100%;
}
.prod-nav-list .active a {
    color: #0e659e;
    font-weight: 400;
}

.prod-nav-list a .grey {color: #c5c5c5;}
.prod-nav-content-container-right{
    width: 37%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
}
.prod-nav-sticky .prod-nav-content-container-right{
    align-items: center;
}
.prod-nav-price-container{
    display: none;
    /*opacity: 0;*/
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 110px;
}
.prod-nav-sticky__price .compare-button,
.prod-nav-sticky__price .prod-nav-price-container,
.prod-nav.prod-nav-sticky__price .prod-content-button{
    display: flex;
}
.prod-nav-sticky .prod-code{
    display: none;
    align-self: center;
}
.prod-nav-content-container-right .copy-prod-code img{
    cursor: pointer;
    margin-bottom: 2px;
    width: 20px;
    height: 20px;
}
.prod-nav-content-container-right .copy-prod-code.active::after{
    content:'';
    position: absolute;
    background: url(/images/copy-ok-icon.svg) 100% 50% no-repeat;
    background-size: 20px 20px;
    color: #FFFFFF;
    height: 20px;
    width: 20px;
    top: -5px;
    right: -32px;
}
#iframe_credit1 iframe,
#iframe_credit2 iframe,
#iframe_credit3 iframe {
    height: 100%;
    width: 100%;
    border: none;
}
#iframe_credit1,
#iframe_credit2,
#iframe_credit3,
#credit_popup,
#credit_popup_content {
    width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 200px;
}
#credit_popup_buttons { }

#credit_popup > #credit_popup_buttons > .submit {
    width: fit-content;
    display: inline-block;
    padding: 0 15px;
    color: #111;
    background: #fefefe;
    border: #ccc solid 1px;
}
#credit_popup > #credit_popup_buttons > .submit:hover {
    color: #111;
    background: #eaeaea;
}
#credit_popup > #credit_popup_buttons > .submit.active {
    color: #fff;
    background: #1d79b5;
}

/*------------------------------------------- animation ---------------------------------------------*/
.prod-nav-price-container > .prod-content-price {
    display: block;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    text-align: center;
}
.prod-nav-price-container > .prod-content-price span{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.prod-nav-price-container > .prod-content-price-old {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.prod-code {
    display: inline-block;
    padding: 2px 10px 2px 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    background: #fbf7b2;
    border-radius: 3px;
    align-self: self-end;
    min-width: 144px;
}
.prod-code span {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}
.prod-nav .prod-content-button{
    /*opacity: 0;*/
    display: none;
}
.compare-button{
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.prod-nav-content-container-right .prod-content-button{
    margin: 0;
}
.prod-nav-content-container-right .prod-content-button .submit {
    display: flex;
    width: 140px;
    padding-right: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: #5da24e;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.compare-button-comp{
    position: relative;
    width: 40px;
    margin: 0 5px;
}
prod-nav-content-comp{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.compare-button-comp-count {
    position: absolute;
    top: 2px;
    right: 0px;
    display: none;
    width: 20px;
    height: 20px;
    color: #fafafa;
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    text-align: center;
    background: #298fd2;
    border: 2px solid #fafafa;
    border-radius: 50%;
}
.compare-button-comp-count.compare-button-comp-count-show{
    display: block;
}
.prod-nav-content-container .header-phone-link {
    margin-top: 2px;
    cursor: pointer;
    display: block;
    margin-left: 0;
    width: 22px;
    height: 22px;
    background: url(/images/home-phone.svg) 0 0 no-repeat;
    background-size: cover;
}
.prod-nav-content-container .header-phone-link:after{
    content: "";
    background: none;
    width: 0;
    height: 0;
    position: relative;
}
.header-phone-hidden{
    z-index: 10;
}
.compare-button-comp  .prod-content-icon:nth-child(n) {
    border: none;
}
.prod-nav-content-container .header-phone-hidden {
    position: absolute;
    top: 30px;
    left: -140px;
    display: none;
    width: 177px;
    padding: 3px 0 0;
    margin: 6px 0 0;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
}
/*--------------------------- salesman -------------------------------*/
.prod-content-salesman{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 0px 10px 15px;
    width: 100%;
}
.prod-content-salesman-tag{
    display: block;
}
.prod-content-salesman-name img{
    height: 20px;
    margin-left: 5px;
}
.prod-content-big:not:nth-child(1){
    border-top: 1px solid #000000;
}
/* ----------------------------prod image ----------------------------*/
.prev-slide-video-big-item,
.next-slide-video-big-item{
    display: none;
}
.prod-img {
    width: calc(35% - 25px);
    min-width: 340px;
}
.prod-img-big, .prod-slider-big-img{
    display: block;
    height: 356px;
    margin: 0 0 5px;
    line-height: 356px;
    text-align: center;
    position: relative;
}
.prod-img-slider-big .cover, .popup-slider-big .cover{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    pointer-events: unset;
    display: block;
}
.popup-slider-big-item.glide__slide--active{
    z-index: 10000;
}
.prod-img-big .catalog-label, .prod-slider-big-img .catalog-label {
    font-size: 20px;
    line-height: normal;
    padding: 1px 6px;
    left: 0;
    top: 6px;
}
.prod-img-big .catalog-label-bottom, .prod-slider-big-img .catalog-label-bottom {
    font-size: 20px;
    line-height: normal;
    padding: 1px 6px;
    left: 0;
    bottom: 6px;
}
.prod-img-big img, .prod-slider-big-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.glide-slide .prod-img-min img, .prod-product-img-min img{display: inline-block;}
.prod-img-slider {
    max-width: 100%;
    padding: 0 20px;
    position: relative;
}
.prod-img-slide {
    padding: 8px 0;
    width: min-content;
    display: inline-block;
}
.prod-img-slider .glide__arrows {
    position: absolute;
    width: 100%;
    top: 24px;
    z-index: 10;
    display: block;
}
.prod-img-slider .glide__arrow {
    position: absolute;
    top: 0;
    width: 12px;
    background-size: 20px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
}
.prod-img-slider .glide__arrow--left{
    background-position-x: left;
    left: -24px;
}
.prod-img-slider .glide__arrow--right {
    background-position-x: right;
    right: 12px;
}
.additional-slider, .catalog-slider{
    max-width: 100%;
    white-space: nowrap;
    /*overflow: auto; !* slick js fix *!*/
}
.slick-initialized.additional-slider,
.slick-initialized.catalog-slider,
.additional-slide{
    display: inline-block;
    max-width: 100%;
}
.catalog-slide{
    display: inline-block;
    width: min-content;
}
.prod-img .slick-prev {
    left: 0;
    background: url(/images/slide-left.svg) -1px 0 no-repeat;
    background-size: 20px;
}
.prod-img .slick-next {
    right: 0;
    background: url(/images/slide-right.svg) -7px 0 no-repeat;
    background-size: 20px;
}
.prod-product-img-slide{
    display: inline-block;
}
.prod-img-slider-big{
    max-width: 100%;
    white-space: nowrap;
    overflow: auto;
}
.prod-img-slider-big .glide__slides{
    display: block;
}
.prod-img-slider-big.glide--carousel .glide__slides{
    display: flex;
}
.prod-img-slider-big .glide__bullets{
    padding-top: 5px;
}
.prod-img-slider-big-item{
    display: inline-block;
    position: relative;
}
.prod-img-slider-big-item.video{
    display: inline;
}
.prod-img-min, .prod-product-img-min {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 65px;
    height: 65px;
    margin-left: 2px;
    line-height: 63px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.prod-img .add_img {
    cursor: pointer;
    display: block;
    padding-left: 25px;
}
.prod-img .add_img img {
    width: 65px;
    height: 65px;
}
.prod-img-min.active, .prod-product-img-min.active {border: 2px solid #1b7bb9;}
.prod-img-min img, .prod-product-img-min img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.prod-popup-content-holder{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.prod-popup {
    width: 920px;
    padding: 25px 30px;
    height: auto;
}
.popup-title {
    width: 100%;
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 30px;
}
.prod-popup-holder {
    overflow: hidden;
    padding: 20px 0 0;
}
.prod-popup-content {
    width: 90%;
        max-height: 470px;
        padding: 0 10px 28px 0;
}
.prod-popup-side {
    width: 10%;
}
.popup-slider-big {
    position: relative;
    padding: 0 40px;
    text-align: center;
}
.popup-slider-big .glide__arrow {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -15px;
}
.popup-slider-big .glide__arrow--left {left: 0;}
.popup-slider-big .glide__arrow--right {right: 0;}
.popup-slider-big img {
    max-height: 460px;
    max-width: 100%;
}
.popup-slider-min .glide__track {
    display: flex;
}
.popup-slider-min .glide__slides{
    display: flex;
    flex-direction: column;
    overflow: unset;
}
.popup-slider-min .prod-img-slide{
   margin: 0 0 5px 0 !important;
}
.slick-slide.popup-slider-big-item img, .slick-slide.prod-img-slider-big-item img{display: inline-block;}
.prod-popup-side .prod-img-slide {padding: 4px 0;}
.call-min-popup .fancybox__slide {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    /*height: 60px !important;*/
    /*width: 455px !important;*/
    /*line-height: 60px;*/
    padding: 10px;
    height: auto !important;
}
.call-min-popup .fancybox__slide #ui-message{
    margin: auto;
}
.call-min-popup .fancybox__track{
    transform: translate3d(0px, 0px, 0px) scale(1) !important;
}
.review-form-message{
    display: flex;
    align-items: center;
    padding: 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 100% !important;
    /*width: 455px !important;*/
    line-height: 18px;
}
.call-min-popup .fancybox-close {
    top: 0;
    right: 0;
}
.prod-content-column .availability {
    display: block;
    font-size: 18px;
    padding-bottom: 2px;
}
.prod-content-details > .availability {
    display: inline-block;
}
.prod-content-details > .availability:first-letter {
    text-transform: uppercase;
}
/* ------------------------------color functional ------------------------*/
.prod-colors-title {
    margin: 0 0 2px;
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}
.prod-color-list {
    padding: 0 0 1px;
    font-size: 0;
}
.prod-colors{
    position: relative;
}
.prod-colors > .view-all-colors-wrapper{
    display: none;
}
.prod-color-list.prod-color-list-images{
    height: auto;
    overflow: auto;
}
.prod-colors > .prod-color-list.prod-color-list-images + .view-all-colors-wrapper{
    display: none;
    padding: 2px 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #298fd2;
    position: relative;
    bottom: 0;
    left: 0;
    width: fit-content;
    cursor: pointer;
}
.prod-colors > .view-all-colors-wrapper .view-all-colors{
    color: #fff;
    font-size: 16px;
}
.prod-color-list-colors .label-color,
.prod-color-list-names .label-color ,
.prod-color-list-images .label-color {border-radius: 5px;}
.prod-color-list-colors .label-color-sample {
    border-radius: 5px;
    height: 26px;
    width: 26px;
}
.prod-color-list-names .label-color-sample {
    width: auto;
    padding: 3px 5px;
    font-weight: bold;
}
.prod-color-list-images .label-color-sample {
    border-radius: 5px;
    max-width: 56px;
    max-height: 56px;
}
.prod-color-list-images .label-color-sample img {
    max-width: 50px;
    max-height: 120px;
}
.prod-color-list-colors .prod-color-item input:checked + .label-color,
.prod-color-list-names .prod-color-item input:checked + .label-color ,
.prod-color-list-images .prod-color-item input:checked + .label-color {border: 1px solid #298fd2;}
.prod-color-list-names .prod-color-item .label-color {border: 1px solid #ddd;}
.prod-color-list-images .prod-color-item .label-color {border: 1px solid #ddd;}
.prod-color-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 6px 0;
}
.prod-color-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.01;
}
.prod-color-img-wrapper.prod-color-item .label-color{
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.prod-color-img-wrapper.prod-color-item .label-color-sample{
    padding: 2px;
}
.prod-color-img-wrapper.prod-color-item .label-color-sample img{
    max-height: 52px;
    max-width: 52px;
}
.label-color {
    position: relative;
    z-index: 10;
    display: block;
    padding: 3px;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    border: 2px solid transparent;
}
.label-color-sample {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.prod-color-link {
    padding: 2px 0 0 5px;
    font-size: 14px;
    line-height: 18px;
}
.prod-color-link a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
/*----------------------------- end color --------------------------------*/
/*----------------------------- alt-product ------------------------------*/
.alt-product-section_popup .fancybox__content {
    width: 80vw;
}
.alt-product-section_popup.special1 .fancybox__content{
    max-width: 300px;
}
.alt-product-section_popup.special2 .fancybox__content{
    max-width: 550px;
}
.alt-product-section_popup.special3 .fancybox__content{
    max-width: 800px;
}
.alt-product-section_popup.special4 .fancybox__content{
    max-width: 1050px;
}
.alt-product-section_popup.special5 .fancybox__content{
    max-width: 1300px;
}
.alt-product-section_popup .holder{
    padding:  0 15px;
}
#item-view .alt_products_section{
    padding: 24px 0 32px;
}
#item-view .alt_products_section h2{
    margin: 0;
}
.alt_products_section .title .inactive-message{
    display: block;
    margin: 5px 0 0 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.alt_products-slider .glide__arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 22px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
}
.alt_products-slider .glide__arrow--right {
    background-image: url("/images/slide-right.svg");
    right: 0px;
}
.alt_products-slider .glide__arrow--left {
    background-image: url("/images/slide-left.svg");
    left: 0px;
}
@media screen and (max-width: 780px) {
    .alt-product-section_popup .fancybox__content{
        width: 90vw;
    }
}
.alt-product-section_popup.fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
}
.alt-product-section_popup .fancybox__slide {
    padding: 64px 20px;
}
.alt-product-section_popup .fancybox__content{
    padding: 30px 6px;
}
.alt-product-section_popup .holder{
    width: 100%;
}
.alt-product-section_popup .glide__arrow{
   top: 50%;
    transform: translateY(-50%);
}
.alt-product-section_popup .glide__arrow--left{
   left: 0;
}
.alt-product-section_popup .glide__arrow--right{
    right: 0;
}
.alt_products-slider{
    width: 100%;
}
.alt-product-section_popup .glide__track{
    align-self: normal;
}
.alt_product_icon_catalog::after{
    content: "";
    display: inline-block;
    position: relative;
    top: 8px;
    width: 28px;
    height: 28px;
    background-image: url("/images/catalog_icon_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;

}
.prod-content-button .prod-content-button-inactive{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: none;
    width: 80%;
    height: 41px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    cursor: default;
    border-radius: 3px;
    background: #c3c3c3;
}
.prod-content-button .prod-content-button-inactive span {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-weight: 700;
}
.prod-nav-content-container-right > .prod-content-button > .prod-content-button-inactive{
    width: 100%;
}
.prod-mob-fixed .prod-content-button .prod-content-button-inactive {
    height: 35px;
    width: 120px;
    margin-right: 5px;
}
.prod-content-button.prod-content-button-inactive img {
    display: inline-block;
    vertical-align: top;
    margin: -2px 4px 0;
    height: 27px;
}
.item-description-wrapper{
    background: #fafafa;
    padding: 30px 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.prod-content-details {
    width: 33%;
}
.prod-content-details .submit.catalog-button span:first-letter,
.prod-mob-fixed .submit.catalog-button span:first-letter {text-transform: uppercase;}

.prod-nav-content-container .prod-content-icon{
    padding: 0;
    border: none;
}
.prod-content{
    width: calc(65% - 20px);
    /*margin-left: 20px;*/
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
}
.prod-content-big {
    display: flex;
    width: 56%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prod-content-side {
    width: 37%;
    padding: 0px 5px 10px 10px;
    border-left: 1px solid #ededed;
    border-radius: 3px;
}
.prod-content-side-item {
    color: #646464;
    font-size: 13px;
    line-height: 14px;
}
#item-view .prod-content-side-item p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 18px;
}
.prod-content-side-title {
    margin: 0 0 2px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.prod-content-side-title::first-letter {text-transform: uppercase;}
.prod-content-side-title.prod-content-side-title-no-transform-text::first-letter {text-transform: none;}
.prod-content-side-subtitle {
    color: #333;
    font-weight: 500;
    margin-bottom: 3px;
}
.info-icon {
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0 3px;
    line-height: 18px;
    cursor: pointer;
}
.icon-credit{
    width: 22px;
}
.info-icon img {width: 15px;}
.price-content-first-line{
    padding: 5px 5px 10px 5px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.prod-extra-buy-button {
    width: 32%;
}
.prod-extra-buy-button .submit-white{
    color: rgba(108, 190, 93, 1);
    background: #ffffff;
    border: 2px solid rgba(108, 190, 93, 0.4);
    padding: 0px 2px;
    width: 100%;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 16px;
}

.prod-content-color{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-top: 1px solid #ededed;
    padding: 10px;
}
.prod-colors{
    display: block;
    min-width: 50%;
}
.prod-content-price-details{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #ededed;
    padding:15px 10px 0px;
    /*padding-bottom: 27px;*/
}
.prod-callback-one-min div.left {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    width: 140px;
    float: left; /* !!!!!!!!!!!!!!!!!!!!!!!! */
}
.prod-callback-one-min span {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
}
.prod-callback-one-min input {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 33px;
    font-size: 15px;
    margin: 2px 0px;
    padding: 0 7px;
    width: 56%;
    color: #666666;
}
#detailed_description{
    margin: 0;
}
.prod-content-note {
    display: inline-block;
    position: absolute;
    background-color: #ffffff;
    top: -12px;
    right: 15px;
    margin: 0 0 6px;
    color: #58ad48;
    font-weight: 700;
}

.prod-content-review {
    /*min-width: 70px;*/
    width: min-content;
    white-space: nowrap;
}
.product-card-product-name-content .catalog-raiting{
    font-size: unset;
}
.product-card-product-name-content .catalog-raiting .star{
    margin-left: -2px;
}
.product-card-product-name-content .catalog-raiting .star,
.product-card-product-name-content .catalog-review{
    vertical-align: unset;
}
.prod-content .star {
    width: 14px;
    height: 14px;
}
.prod-content .catalog-review a {color: #2f7cad;}
.prod-content-button {
    width: 32%;
}
.prod-content-button.noextra {
    width: 66%;
    text-align: center;
}
.prod-content-button .submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float:none;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 12px 0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: #5da24e;
}
.prod-content-button.noextra .submit {
    width: 80%;
}
.prod-content-button .submit img {
    display: inline-block;
    vertical-align: top;
    margin: -2px 4px 0 0;
    height: 27px;
}
.prod-content-button .submit span {
    display: inline-block;
    vertical-align: top;
    padding-right: 2px;
    font-size: 22px;
    font-weight: 700;
}
.prod-content-button .submit span.supplying {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.prod-mob-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    padding: 0 5px;
    background: #fff;
    border: 2px solid #ededed;
}
.prod-mob-price {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.prod-mob-fixed .prod-content-button {
    width: unset;
    margin: 0;
    line-height: normal;
}
.prod-mob-fixed .prod-content-button .submit{
    height: 35px;
}
.prod-mob-fixed .prod-content-button .submit img{
    height: 20px;
}
.prod-content-price {
    font-size: 14px;
}
.prod-content-price span {
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
}
.price-content-third-line{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}
.price-content-second-line{
    width: 100%;
}
.price-content-second-line > span{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.prod-content-price-old {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
}
.prod-content-details .availability {
    font-weight: 700;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 15px;
}
.prod-content-price.promo,
.additional-prod-price.promo {color: #000;}
.prod-content-promo-info {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    margin: 6px 3px;
}
.prod-content-promo-info span {
    color: #298FD2;
}
.prod-mob-price .prod-content-price {font-size: 17px;}
.prod-mob-price .prod-content-price span {font-size: 28px;}
.prod-mob-price .prod-content-price-old {
    margin: -5px 0 -4px;
    font-size: 14px;
}
.prod-content-icons {
    width: 33%;
    margin: 0 0 27px;
    border: 1px solid #ededed;
}
.prod-content-icon {
    flex-basis: 25%;
    min-width: 25%;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding: 5px;
    margin: 5px 0;
    color: #3e77aa;
    line-height: 16px;
    text-decoration: none;
}
.promo-offered-activate span{
    display: block;
    width: 100%;
    text-align: center;
}
.prod-content-icon-img {
    display: block;
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.prod-content-icon-img img {vertical-align: middle;}
.prod-icon1, .prod-icon6, .prod-icon7 {width: 18px;}
.prod-icon2 {width: 24px;}
.prod-icon3 {width: 20px;}
.prod-icon4 {width: 24px;}
.prod-icon5 {width: 16px;}
.icon-phone{
    width: 18px;
    margin-top: 2px;
}
.prod-content-icon-text {
    width: 100%;
    display: block;
}
.prod-content-info {
    order: 5;
    width: 100%;
    overflow: hidden;
    padding: 21px 0 26px;
    border-top: 1px solid #ededed;
}
.prod-content-info .item-main-prop-content {
    max-height: 100px;
    overflow-y: auto;
}
.prod-content-info li {
    width: 48%;
    margin: 0 0 9px 2%;
    line-height: 17px;
    display: inline-block;
    vertical-align: text-top;
}
.prod-content-info li:nth-child(2n + 1){margin: 0 0 9px;}
.prod-content-info li span {
    display: block;
    color: #999999;
}
.prod-content-share {
    order: 6;
}
.prod-content-share-mobile{
    order: 4;
}
.prod-content-share,
.prod-content-share-mobile {
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #ededed;
}
.prod-content-share-mobile {display: none;}
.prod-content-share-text {
    display: inline-block;
    vertical-align: top;
    padding: 2px 20px 0 0;
    font-size: 16px;
    font-weight: 700;
}
.prod-content-share-webs {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.prod-web {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 5px 5px 0;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    background: #c8c8c8;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.prod-web img {vertical-align: middle;}
.prod-web.web1 img {width: 14px;}
.prod-web.web2 img {width: 28px;border-radius: 3px;}
.prod-web.web3 img {width: 28px;border-radius: 3px;}
.prod-web.web4 img {width: 15px;}
.prod-web.web1 {background: #3e5e97;}
.prod-web.web2 {background: #7D3DAF;}
.prod-web.web3 {background: #61A8DE;}
.prod-web.web4 {background: #6996c7;}
.prod-content-info a {

    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    /* margin-right: -2px; */
}

.prod-extra-buy-button-img{
    margin-right: 5px;
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
    .prod-content-big {
        flex-direction: column;
    }
    .prod-content-big > .prod-content-column{
        margin: 0;
        width: 100%;
    }
}
/*!************************* prod-property *************************!*/
.reviews-wrapper, .prod-property{
    background: #fafafa;
    padding: 30px 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.prod-property-list {
    padding: 0 0 1px;
    font-size: 14px;
    line-height: 24px;
}
.prod-property-list li {
    padding: 5px 0 5px 10px;
    background: #fafafa;
    position: relative;
}

.prod-property-left {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 8px 0 0;
    line-height: 30px;
    color: #999999;
    position: relative;
}
.prod-property-left .prod-property-fill-dots {
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 0;
    border-bottom: 1px dashed #999;
}
.prod-property-left .prod-property-left-text {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 6px;
    background-color: #fafafa;
}
.prod-property-right {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    width: 64%;
    position: relative;
    overflow: hidden;
    max-height: 90px;
    transition: all 0.4s;
}
.prod-property-header {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 24px 0 0;
    line-height: 30px;
    color: #555;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: #999999 solid 1px;
}
.prod-property-right-more-before {
    position: absolute;
}
.prod-property-right-more-before,
.prod-property-right-more {
    width: 67%;
    margin-left: auto;
}
/*!************************* prod-article *************************!*/
.prod-article {
    padding: 0 0 1px;
    font-size: 14px;
}
.prod-article-hidden {
    position: relative;
    display: none;
}
.prod-article .blue-link {
    margin: -10px 0 24px;
    position: relative;
}
.prod-article .blue-link:before {
    content: " ";
    position: absolute;
    top: -114px;
    left: 0;
    height: 110px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.prod-article .blue-link.active:before {display: none;}
.blue-link {
    font-size: 13px;
    line-height: 20px;
}
.blue-link a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.blue-link a.prod-description-show {font-size: 14px;}

.related-category-tabs-button{
    cursor: pointer;
    white-space: nowrap;
    display:inline-block;
    padding: 7px 10px;
    background: #ffffff;
    border: 1px solid rgba(41, 143, 210, 0.3);
    border-radius: 3px;
    font-size: 13px;
    margin: 5px 1px 10px 1px;
}
.related-category-tabs-button.active{
    color: #FFFFFF;
    background: rgba(41, 143, 210, 1);
    border: 1px solid rgba(41, 143, 210, 1);
}
.related-product-wrapper{
    margin-top: 30px;
}
.prod-review-list {
    width: 100%;
    padding: 0 0 1px;
    margin: 0 0 20px;
}
.prod-review-item {
    padding: 0 0 18px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e3e3e3;
}
.prod-review-item:last-child {
    margin: 0;
    border: 0px none;
    padding-bottom: 0;
}
.prod-review-top {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
}
.prod-review-top > div{
    display: inline-block;
}
.prod-review-name {
    margin: 0 14px 0 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.prod-review-top .catalog-raiting {
    padding: 6px 0 0;
}
.prod-review-date {
    margin-left: auto;
    color: #a3a3a3;
    font-size: 12px;
}
.prod-review-text {
    margin: 0 0 11px;
    line-height: 22px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.prod-review-item .blue-link {margin: -11px 0 10px;}
.prod-review-bottom {
    color: #3e77aa;
    font-size: 13px;
    line-height: 14px;
}
.prod-review-bottom a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.prod-review-answer {
    margin: 0 7px 0 0;
    color: #62a0e6;
}
.review-answer-block {padding: 0 0 20px 65px;}
.review-answer-block .prod-review-item:last-child {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}
.prod-review-page .prod-review-list {margin:5px 0 0 0;}
.prod-review-page .pagination {margin: 30px 0 18px;}
.prod-review-title-right {
    padding: 2px 0 0;
}
.prod-review-title-right .button {
    /*float: left;*/
    width: auto;
    margin: 0 0 0 10px;
}
.prod-review-page{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.create-first-comment{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 15px;
    font-weight: 400;
}
.submit.submit-comment {
    display: inline-block;
    width: 170px;
    height: 30px;
    height: 35px;
    padding: 5px 10px;
    margin-left: auto;
    align-self: center;
}
.submit.submit-comment.empty-comments{
    order: 1;
    margin: 0;
    height: min-content;
    align-self: center;
}
#product_review_form{
    padding: 5px 10px;
    border-radius: 4px;
}
.review-form{
    padding: 15px;
}
#commentstab .catalog-ajax-next-page{
    margin: 0 auto;
}
.middle-user-raiting-wrapper{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.middle-user-raiting-wrapper .middle-user-raiting {
    font-weight: 600;
    font-size: 35px;
    color: rgba(41, 143, 210, 1);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.middle-user-raiting-wrapper .middle-user-raiting-star{
    padding: 0 10px;
}
.middle-user-raiting-wrapper .prod-content-review {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0;
}
.middle-user-raiting-wrapper .catalog-raiting{
    height: 15px;
    width: 100%;
}
.middle-user-raiting-wrapper .catalog-review{
    width: 100%;
}
.form-raiting-star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(/images/star.svg) 0 0 no-repeat;
    background-size: cover;
}
.state-active .form-raiting-star {
    background: url(/images/star-full.svg) 0 0 no-repeat;
    background-size: cover;
}
.rating{
    display: inline-block;
    margin: 5px 0 0 10px;
}
.rating > span{
    display: inline-block;
}
#stars-element .label{
    display: inline-block;
}
.rating .stars,
.rating .stars span {
    background-image: url(/img/layout/star.svg);
    background-repeat: repeat-x;
    display: block;
    height: 20px;
    cursor: pointer;
}
.rating.small {
    overflow: hidden;
    margin: 10px 0 0;
}
.rating.small .stars,
.rating.small .stars span {
    background-image: url("/img/layout/stars-small.png");
    background-repeat: repeat-x;
    height: 13px;
}
.review .rating .stars {
    display: inline-block;
    float: none;
    overflow: hidden;
    vertical-align: middle;
}
.rating .stars {
    display: inline-block;
    background-position: 0 0;
    margin-right: 10px;
    width: 105px;
}
.rating .stars span {
    background-image: url("/img/layout/star-full.svg");
    width: 0px;
    background-position: 0 0;
}

.rating .stars.stars-1-5 span { width: 20% }
.rating .stars.stars-2-5 span { width: 40% }
.rating .stars.stars-3-5 span { width: 60% }
.rating .stars.stars-4-5 span { width: 80% }
.rating .stars.stars-5-5 span { width: 100% }
.form-item {
    position: relative;
    width: 100%;
}
.form-item .item-error{
    border: 1px solid #ff0000;
    background-color: rgb(239, 208, 208, 0.6);
    margin-bottom: 5px;
}
.delivery-ukraine{
    margin-bottom: 12px;
}
.form-item .form-validation-error{
    display: inline;
    background: rgb(255, 255, 255);
    color: #ff0000;
    font-weight: 700;
    line-height: 16px;
    display: none;
    z-index: 1;
}
#product_review_form_show + .create-first-comment{
    order: 0;
}
.review-form-button {
    padding: 10px 0;
}
.review-form-button .submit {height: 34px;}

.prod-content-icon {
    flex-basis: calc(25% - 1px);
    min-width: calc(25% - 1px);
}
.border-line-for-mobile{
    display: block;
    width: 0px;
    border-right: 1px solid #ededed;
    margin: 10px 0;
}
.border-line-for-mobile:last-child{
    border-right: none;
    display: none;
}
.prod-content-other-count-child{
    border-bottom: none;
}
#RecaptchaField1{
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0 ;
    -webkit-transform-origin: 0 0 ;
}
/*!*********************Media****************************!*/
@media screen and (max-width: 1440px) {
    .additional-prod-block {padding: 10px 50px;}
}
@media screen and (max-width: 1320px) {
    .detailed-description div {
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat !important;
        background-size: cover!important;
        background-position: center center !important;
        max-width: 100% !important;
    }
    .detailed-description div h2,h3,h4,h5 {max-width: 100% !important;}
    .detailed-description p {max-width: 95% !important;}
}
@media screen and (max-width: 1200px) {
    .product-top-line-content,
    .prod-block,
    .product-card-product-name-content,
    .prod-nav-content-container{
        padding: 0 20px;
    }
    .prod-content-details .availability{
        position: relative;
        top: unset;
        left: unset;
        order: 1;
        width: 100%;
    }
    .prod-content-details{
        display: flex;
        flex-direction: column;
    }
    .prod-content{
        width: calc(61% - 10px);
    }
    .prod-content-details{
        width: 100%;
       text-align: center;
    }
    .prod-content-button{
        width: 48%;
    }
    .prod-content-button.noextra{
        width: 100%;
    }
    .prod-extra-buy-button{
        width: 48%;
    }
    .prod-content-price-details{
        padding-top: 5px;
    }
    .prod-content-icon{
        min-width: calc(50% - 14px);
        margin: 0 5px;
        padding: 5px 0;
    }
    .prod-content-icon {
        border-bottom:none;
    }
    .border-line-for-mobile:last-child{
        display: block;
        border-right: 1px solid #ededed;
    }
    .border-line-for-mobile{
        display: block;
        width: 0px;
        border-right: 1px solid #ededed;
        margin: 10px 0;
    }
    .border-line-for-mobile:nth-child(4n){
       display: none;
    }
    .prod-content-other-count-child:nth-child(1),
    .prod-content-other-count-child:nth-child(3){
        border-bottom: 1px solid #ededed;
    }
    .prod-content-icons {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .prod-img-slider-big .cover, .popup-slider-big .cover{
        display: none;
        pointer-events: none;
    }
    .prev-slide-video-big-item,
    .next-slide-video-big-item{
        display: block;
        position: absolute;
        width: 21px;
        height: 35px;
        z-index: 10000;
        top: 50%;
        transform: translateY(-50%);
        background-color: red;
        cursor: pointer;
    }
    .prod-img-slider-big-item.video{
        position: relative;
        z-index: 9999;
    }
    .prod-img .prev-slide-video-big-item {
        left: 5px;
        background: url(/images/slide-left-hover.svg) -1px 0 no-repeat;
        background-size: contain;
    }
    .prod-img .next-slide-video-big-item {
        right: 5px;
        background: url(/images/slide-right-hover.svg) -1px 0 no-repeat;
        background-size: contain;
    }
    .prod-content-side, .prod-content-info{
        margin: 0 15px;
    }
    .prod-img-slider{
        display: none;
    }
    .related-product-button-wrapper{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 0 10px;
        scrollbar-width: none;
    }
    .related-product-button-wrapper::-webkit-scrollbar{
        display: none;
    }
    #item-view h1 {
        margin-top: 10px;
    }
    #item-view .breadcrumbs li {
        margin-bottom: 5px;
    }
    #item-view .breadcrumbs {
        margin-bottom: 10px;
    }
    .prod-content-icon {
        flex-basis: calc(25% - 14px);
        min-width: calc(25% - 14px);
        border-bottom:none;
    }
    .border-line-for-mobile{
        display: block;
        width: 0px;
        border-right: 1px solid #ededed;
        margin: 10px 0;
    }
    .product-top-line .breadcrumbs{
        margin-left: 0;
    }
    .related-product-wrapper{
        padding: 0 10px;
    }
    .related-product-wrapper .catalog-slider{
        margin: 0 20px;
    }
    .border-line-for-mobile:nth-child(4n){
        display: block;
    }
    .border-line-for-mobile:last-child{
        border-right: none;
    }
    .prod-content-other-count-child{
        border-bottom: none;
    }
    /* ---------------------- main content mobile---------------------*/
    .product-top-line-content{
        padding-right: 5px;
        padding-left: 5px;
    }
    .prod-block{
        scrollbar-width: none;
        padding: 0 5px;
    }
    .product-card-product-name-content,
    .prod-nav-content-container{
        scrollbar-width: none;
        padding: 0 20px;
    }
    .product-top-line{
        padding: 0;
    }
    /* ------------------------breadcrumbs mobile ---------------------*/
    .breadcrumbs li:before{
        content: none;
        width: 0;
        display: none;
    }
    .breadcrumbs li:last-child:after{
        content: none;
        width: 0;
        display: none;
    }
    .breadcrumbs li:last-child{
        padding: 0;
    }
    .product-top-line .breadcrumbs{
        padding: 0;
        border: none;
    }
    .product-top-line .breadcrumbs li{
       font-size: 14px;
       line-height: 14px;
    }
    .product-card-product-name{
        padding: 0;
    }
    /* ------------------------sticky-menu mobile------------------------------------*/
    .prod-nav-sticky .prod-nav-img,
    .prod-nav-sticky .prod-nav-content-header{
        display: none;
    }
    .prod-nav-sticky .prod-nav-content{
        margin: 0;
    }
    .prod-nav-content{
        justify-content: flex-start;
    }
    .prod-nav-content-container{
        display: flex;
        overflow-x: auto;
    }
    .prod-nav-content-container::-webkit-scrollbar {  display: none; }
    .prod-nav-content-container-left{
        display: none;
    }
    .prod-nav-content-container-right{
        justify-content: flex-start;
        width: 100%;
    }
    .prod-nav-content-container-right .prod-nav-content-comp{
        margin-top: 5px;
    }
    .prod-nav-sticky .prod-nav-content-container-left{
        display: flex;
    }
    .prod-nav-list {
        display: flex-box;
        flex-direction: row;
        justify-content: flex-start;
    }
    .prod-nav-list li {
        position: relative;
        white-space: nowrap;
        font-size: 14px;
        line-height: 18px;
        letter-spacing:     .28px;
    }
    .prod-popup {
        width: 700px;
        padding: 25px 20px;
    }
    .prod-mob-fixed {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 40px;
    }
    .prod-mob-price-left,
    .prod-mob-price-right{
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        height: 100%;
    }
    .prod-mob-fixed .prod-content-price {
       text-align: center;
        width: 116px;
    }
    .prod-mob-fixed .prod-content-icon-img {
      height: unset;
    }
    .prod-mob-fixed .prod-content-price span{
        line-height: 30px;
    }
    .prod-mob-fixed  .prod-content-price-old {
        display: none;
    }
    .prod-mob-fixed  .prod-icon2{
        width: 32px;
    }
    .prod-mob-fixed  .prod-content-button .submit{
        width: 120px;
        margin-left: 5px;
    }
    .prod-mob-fixed  .prod-content-button .submit span{
        font-size: 16px;
    }
    .prod-mob-fixed  .compare-button-comp{
        height: 100%;
        width: 32px;
        margin: 0;
    }
    .prod-mob-fixed .compare-button-comp .compare-button-comp-count{
        top: 3px;
        right: -8px;
    }
    .prod-mob-fixed .prod-content-icon.compare{
       margin: 0 5px 0 0;
    }
    .prod-img {
        margin: 0 auto 20px;
        width: 100%;
    }
    .prod-content {
        margin: 0;
        padding: 8px 0 0;
        width: 100%;
    }
    .prod-content-big {
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 0;
        margin: 0 0 10px;
        width: 100%;
    }
    .prod-content-side {
        padding: 10px 15px;
        margin: 0 0 25px;
        width: 100%;
        border: none;
    }
    .prod-section-big {
        width: 100%;
    }
    .prod-content-info{
        order: 0;
    }
    .prod-content-column{
        width: 100%;
    }

    .prod-content-color{
        width: 100%;
    }
    .prod-content-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .prod-content-icon {width: 100%;}
    .prod-img-slider{
        width: 50%;
        margin: 0 auto;
    }
    .add_img{
        width: 50%;
        margin: 0 auto;
    }
    .prod-content-info{
        border-bottom: 1px solid #ededed;
    }
    .prod-content-details{
        display: unset;
        width: 33%;
        text-align: center;
    }
    .prod-content-details .availability {
        position: absolute;
        top: -12px;
        left: 15px;
        order: unset;
        width: unset;
    }
    .prod-content-button{
        width: 32%;
    }
    .prod-content-button.noextra{
        width: 66%
    }
    .prod-extra-buy-button{
        width: 32%;
    }
    .prod-content-price-details{
        padding-top: 15px;
    }
    .prod-content-review{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .product-top-line-content{
        padding-right: 5px;
        padding-left: 5px;
    }
    .prod-block {
        padding: 0 5px;
    }
    .product-card-product-name-content,
    .prod-nav-content-container{
        padding: 0 15px;
    }
    .related-product-wrapper .catalog-slider{
        margin: 0;
    }
    .prod-content-side{
        margin: 15px;
        padding: 0;
    }
    .prod-content-column{
        width: 100%;
    }
    .prod-colors {
        width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px solid #ededed;
    }
    .prod-colors:last-child {
        border-bottom: none;
    }
    .prod-content-share-mobile{
        padding: 15px 0 0;
    }
    .price-content-third-line {
        border-bottom: 1px solid #ededed;
    }
    .prod-content-details .prod-content-review {margin: 0;}
    .prod-content-info,
    .prod-content-share {display: none;}
    .prod-content-share-mobile {display: block;}
     .review-answer-block {
         padding: 20px 0 25px 25px;
    }
    .form-item {width: 100%;}
    .detailed-description iframe,
    .video-item iframe { width: 100%;}
    .prod-popup {
        width: 400px;
        padding: 20px;
    }
    .prod-popup-content {
        width: 80%;
        padding: 0 10px 0 0;
    }
    .prod-popup-side {
        width: 20%;
    }
    .prod-img-slider{
        width: 100%;
        margin: 0 auto;
    }
    .add_img{
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .popup-slider-min{
        display: none;
    }
    .prod-content-icon {
        border-bottom:none;
    }
    .border-line-for-mobile:last-child{
        display: block;
        border-right: 1px solid #ededed;
    }
    .border-line-for-mobile{
        display: block;
        width: 0px;
        border-right: 1px solid #ededed;
        margin: 10px 0;
    }
    .border-line-for-mobile:nth-child(4n){
        display: none;
    }
    .prod-content-other-count-child:nth-child(1),
    .prod-content-other-count-child:nth-child(3){
        border-bottom: 1px solid #ededed;
    }
    .prod-img {
        min-width: unset;
        width: 100%;
        margin: 0 auto 20px;
    }
    .prod-nav-list li{
        padding: 0;
    }
    .prod-img-big, .prod-slider-big-img {
        height: 290px;
        line-height: 290px;
    }
    .prod-img-min, .prod-product-img-min {
        width: 55px;
        height: 55px;
        line-height: 53px;
    }
    .video-item iframe {height: 240px;}
    .prod-popup {
        width: 300px;
        padding: 15px;
    }
    .prod-popup-content {
        width: 100%;
        padding: 0 0 20px;
    }
    .prod-popup-side {
        width: 100%;
        margin: 0;
    }
    .prod-content-icon-img {width: 30px;}
    .prod-content-icon-text {
        margin: 2px 0 0 0;
        font-size: 12px;
    }
    .prod-content-details{
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .prod-content-button.noextra, .prod-content-button{
        width: 100%;
        padding: 5px 0;
    }
    .prod-extra-buy-button{
        width: 100%;
        padding: 5px 0;
    }
    .prod-content-price-details{
        padding-top: 5px;
    }
    .prod-content-icon{
        min-width: 49%;
        margin: 0;
    }
    .prod-content-icon {
        min-width: calc(50% - 14px);
        margin: 0 5px;
        padding: 5px 0;
    }
    .prod-content-details .availability {
        font-weight: 600;
        font-size: 14px;
        background-color: #ffffff;
        display: inline-block;
        position: static;
        order: 1;
    }
    .prod-content-details > div{
        order: 0;
    }
    #RecaptchaField1{
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0 ;
        -webkit-transform-origin: 0 0 ;
    }
}
@media screen and (max-width: 440px) {
    .prod-img {
        min-width: unset;
        width: 100%;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 420px) {
    .prod-img {
        min-width: unset;
        width: 100%;
        margin: 0 auto 20px;
    }
    #footer_copy-wrap{
        display: inline;
    }
    .additional-prod-block {padding: 10px 5px;}
    .prod-property-left,
    .prod-property-right {width: 47%;}
    .photo-product-item,
    .photo-product-item.fancybox-skin {
        width: 90% !important;
        height: 400px !important;
    }
    .create-first-comment{
        margin-left: 0;
    }
    .submit.submit-comment{
        margin: 5px 0 10px;
    }
    .photo-product-item .fancybox__slide {max-height: 390px !important;}
    .photo-product-item img.fancybox-image {max-height: 390px !important;}
}

@media screen and (max-width: 370px) {
    .prod-img {
        min-width: unset;
        width: 100%;
        margin: 0 auto 20px;
    }
    #product_review_form{
        width: 100%;
        padding: 5px 0px;
    }
}
@media screen and (max-width: 350px) {
    .prod-slider-big-img .slick-slide{
        margin: 0 2px;
    }
    .prod-img {
        min-width: unset;
        width: 100%;
        margin: 0 auto 20px;
    }
}
@media screen and (hover: hover) {
    .prod-nav-list li:hover:after{
        content: "";
        position: absolute;
        left: 0;
        height: 3px;
        width: 100%;
        bottom: 0px;
        background-color: #298fd2;
    }
    .prod-nav-list a:hover{
        color: #0e659e;
        font-weight: 400;
    }
    .product-top-line .breadcrumbs::-webkit-scrollbar-thumb:hover{
        background: #aaa;
        border-radius: 5px;
    }
    .prod-img .slick-prev:hover {background-image: url(/images/slide-left-hover.svg);}
    .prod-img .slick-next:hover {background-image: url(/images/slide-right-hover.svg);}
    .prod-color-list-names .prod-color-item .label-color:hover {border: 1px solid #aaa;}
    .prod-color-link a:hover {color: #fb3f4c;}

    .prod-extra-buy-button .submit-white:hover{
        border: 2px solid #6cbe5d;
    }
    .prod-content-button .submit:hover,
    .prod-nav-content-container-right .prod-content-button .submit:hover {background: #6cbe5d;}
    .prod-content-icon:hover {
    color: #fb3f4c;
    text-decoration: underline;
    }
    .prod-content-info a:hover {
    color: #fb3f4c;
    text-decoration: underline;
    }
    .prod-property-list li:hover .prod-property-left .prod-property-left-text,
    .prod-property-list li:hover {background: #e7f4fd;}
    .prod-property-list li.no-hover:hover .prod-property-left .prod-property-left-text,
    .prod-property-list li.no-hover:hover {background: #fff;}
    .blue-link a:hover {
        color: #fb3f4c;
        text-decoration: underline;
    }
    .detailed-description .blue-link a:hover {text-decoration: none;}
    .related-category-tabs-button:hover{
        font-size: 13px;
        margin-bottom: 10px;
        color: #0e659e;
        -webkit-box-shadow: 0px 1px 4px 2px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 1px 4px 2px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 1px 4px 2px rgba(34, 60, 80, 0.2);
    }
    .related-category-tabs-button.active:hover{
        font-size: 13px;
        margin-bottom: 10px;
        color: #ffffff;
        -webkit-box-shadow: 0px 1px 4px 2px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 1px 4px 2px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 1px 4px 2px rgba(34, 60, 80, 0.2);
    }
    .prod-review-bottom a:hover {text-decoration: underline;}
    .prod-content .catalog-review a:hover {color: #2f7cad;}
}

.details-property .prod-property-right a {
    color: #3e77aa;
    text-decoration: none;
    transition: all .3s linear;
}
.details-property .prod-property-right a:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
