.product_wrapper {
    margin-top: 40px;
}
.prod_title {
	font-size: 30px;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: 'Lato-SemiBold';
}
.gallery .row {
    align-items: start;
}
.swiper-container.swiper-container-initialized.swiper-container-vertical {
    max-height: 100%;
    height: 100%;
}
.view_prods {
    margin-top: 40px;
}
.view_prod_title {
    line-height: 1.3;
    text-align: center;
}
.thumbs {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.thumbs .swiper-slide {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbs .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.thumb-button-next.swiper-button-disabled, .thumb-button-prev.swiper-button-disabled {
    display: none;
}

.thumb-button-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
    background-image: url(arrow_up.png);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    outline: none;
}
.thumb-button-next {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
    background-image: url(arrow_down.png);
    background-repeat: no-repeat;
    background-position: 50%;
    top: auto;
    cursor: pointer;
    outline: none;
}
.prod_points {
    font-size: 14px;
}

.available {
    color: #368625;
    margin-bottom: 10px;
    font-family: 'Lato-Heavy';
}
.not_available {
    color: red;
    margin-bottom: 10px;
    font-family: 'Lato-Heavy';
}
.prices {
    display: flex;
    font-size: 32px;
    flex-flow: wrap;
    align-items: flex-end;
    margin: 20px 0;
    font-family: 'Lato-Semibold';
}
.sale_price.older {
    color: #ea0000;
}
.old_price {
    margin: 0 0 0 10px;
    font-size: 20px;
    text-decoration: line-through;
    color: #777772;
    margin-bottom: 3px;
}
.old_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.old_percent {
    display: block;
    padding: 5px 10px 4px;
    background: #ea0000;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
    font-family: 'Lato-Regular';
    margin-bottom: 8px;
}
.prod_props > div {
    margin: 5px 0;
}
form.prod_form {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-flow: wrap;
}
[data-quantity] input {
    width: 54px;
    border: none;
    height: 24px;
    text-align: center;
}
.change_qnt span {
    display: inline-block;
    width: 26px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.prods_btns {
    width: calc(100% - 56px);
}
.prods_btns button {
	line-height: 1;
    padding: 17px 40px 16px;
    background: #ffcf00;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    cursor: pointer;
    max-width: 300px;
    font-family: 'Lato-Semibold';
    border: 1px solid #ffcf00;
    outline: none;
    transition: all .5s;
    margin-bottom: 40px;
    min-width: 260px;
}
.prods_btns button:hover {
    background: #d7b006;
    color: #fff;
    border-color: #d7b006;
    transition: all .5s;
}
.pluso {
    margin: 30px 0;
}
.prod_desc {
    margin: 30px 0;
}
.main_image {
    text-align: center;
    position: relative;
}
.product_card.more_card {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: uppercase;
}
.product_card.more_card a {
    height: 100%;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    width: 100%;
    justify-content: center;
}
.product_card.more_card a:hover {
    background: #ffcf00;
    color: #fff;
}
.related_title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.view_image {
    position: relative;
    padding-top: 100%;
    margin-bottom: 10px;
}
.view_image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.view_prod a {
    color: inherit;
    text-decoration: none;
    line-height: 1;
}
.colors_wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-flow: wrap;
    margin-bottom: 25px;
}
.color_item {
    margin-right: 5px;
    margin-bottom: 10px;
}
.color_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border: 4px solid #fff;
}
.prod_colors {
    margin-bottom: 15px;
}
.link_delivery {
    display: inline-block;
    color: #3a3a39;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1;
    border-bottom: 2px solid #b5b5b4;
    text-decoration: none;
    margin-top: 3px;
}
.close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.del_info {
    max-height: 658px;
    overflow-y: scroll;
    padding: 10px;
    text-align: justify;
}
.addtocart_window.delivery_window {
    width: 800px;
    margin-left: -400px;
    top: 50%;
    height: 700px;
    margin-top: -350px;
    overflow: hidden;
}
.del_info h1 {
	margin-top: 0;
}
.free_delivery {
    font-family: 'Lato-Heavy';
    font-size: 16px;
}
.colors_title {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.color_item a.active_color {
    border-color: #ffcf00;
}
.color_item a:hover {
    border-color: #ffcf00;
}
.color_item img {
    max-height: 100%;
}
.prod_prods_title {
    text-align: center;
    margin-bottom: 50px;
}
.prod_prods_title a {
    color: inherit;
    text-decoration: none;
    font-family: 'Lato-Semibold';
    font-size: 16px;
    border-bottom: 1px solid #000;
}
.prod_after {
    margin-top: 50px;
}
.gallery_free {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    background: #ffce00;
    font-size: 16px;
    font-family: 'Lato-SemiBold';
    padding: 10px 11px;
}
.gallery_percent {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    font-size: 26px;
    color: #fff;
    background: #ea0000;
    padding: 7px 10px 6px;
    line-height: 1;
}
.thumbs .gallery_free, .thumbs .gallery_percent {
    display: none;
}
.main_image a {
    max-height: 100%;
}
.prod_after {
    width: 100%;
}
button.button_eye {
    background: #ea0000;
    color: #fff;
    border-color: #ea0000;
    min-width: 260px;
    margin-top: -20px;
    display: block;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
button.button_eye:hover {
    background: #fff;
    color: #ea0000;
}
.review_block {
    margin-top: 50px;
}
.reviews_title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
  	font-weight: 400;
}
.review_header {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}
.review_author {
    font-family: 'Lato-Heavy';
    margin-right: 10px;
}
.review_rating_wrapper {
    margin-left: auto;
}
.reviews_item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.review_form form {
    max-width: 500px;
    margin: 10px auto;
}
.review_form_row label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.review_form_row input, .review_form_row textarea {
    width: 100%;
    border: 1px solid #cacaca;
    font-size: 14px;
    padding: 6px 10px;
}
.review_form_row {
    margin-bottom: 15px;
}
.review_form button {
    line-height: 1;
    padding: 17px 40px 16px;
    background: #ea0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    cursor: pointer;
    max-width: 300px;
    font-family: 'Lato-Semibold';
    border: 1px solid #ea0000;
    outline: none;
    transition: all .5s;
    margin-bottom: 10px;
    min-width: 100%;
}
.review_form_toggler {
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none;
}
.review_form {
    display: none;
}
.review_btns {
    text-align: center;
    margin-bottom: 20px;
}
.prod_review_zero {
    text-align: center;
    margin-bottom: 20px;
}
.review_item {
    margin: 0 1px;
}
.review_form_row .review_star_item svg:last-child {
    display: none;
}
.review_form_row .review_star_item.activex svg:last-child, .review_form_row .review_star_item.stoped svg:last-child {
    display: inline-block;
}
.review_form_row .review_star_item.activex svg:first-child, .review_form_row .review_star_item.stoped svg:first-child {
    display: none;
}
.review_form_row .review_star_item {
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}
.prod_prop a {
    color: #000;
}
span.after_coll:after {
    content: ', ';
}
.after_coll:last-child {
    display: none;
}
.review_comment {
    border-right: 3px solid #ffcf00;
    padding: 10px 15px 10px 10px;
    background: #efefef;
    margin-top: 10px;
    margin-left: 40px;
    max-width: 500px;
}
.review_comment_author {
    font-style: italic;
}
.review_comment_head {
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
    align-items: start;
    justify-content: space-between;
}
.coll_benefits.prod_benefits {
    margin-top: 50px;
}
.option.option-cvet.option-cvet {
    margin-bottom: 15px;
}
.option.option-cvet.option-cvet .option-values {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-flow: wrap;
    margin-bottom: 25px;
}
.option-value.is-span.is-preview {
    margin-right: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border: 4px solid #fff;
	background: #fff;
	cursor: pointer;
}
.option-value.is-active.is-span.is-preview, .option-value.is-span.is-preview:hover {
    border-color: #ffcf00;
}
.option-value.is-span.is-preview img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width:800px){
.addtocart_window.delivery_window {
	width:100%;
  	margin:0;
	left: 0;
	top: 0;
	height: 100%;
  }
.del_info {
    max-height: auto !important;
  	overflow:auto;
  }
.del_info .col_title {
    font-size: 20px;
}
.addtocart_window.delivery_window .close_btn {
    font-size: 24px;
  }
}
@media screen and (max-width:640px){
.prod_title {
    font-size: 20px;
    line-height: 1.5;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
}
@media screen and (max-width:480px){
.thumbs .gallery_free, .thumbs .gallery_percent {
    display: block;
	top: 20px;
}
.prods_btns {
    width: 100%;
}
.prod_points {
    display: flex;
    flex-direction: column;
}
.prod_colors {
    order: -1;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.colors_wrap {
    margin-bottom: 0;
}
.thumbs .swiper-pagination {
    display: block !important;
    position: relative;
    padding: 20px 0 0;
}
.thumbs .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #cacaca;
    opacity: 1;
}
.thumbs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}
.mz-thumb-selected img, .mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: none !important;
    filter: none !important;
} 
.thumb-button-next {
    position: absolute;
    bottom: auto;
    left: auto;
    width: 40px;
    height: 20px;
    background: transparent;
    background-image: url(arrow_down.png);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    outline: none;
    transform: rotate(-90deg);
    right: 0;
    top: calc(50% - 20px);
    z-index: 8;
}
.thumb-button-prev {
    position: absolute;
    left: 0;
    width: 40px;
    height: 20px;
    background: transparent;
    background-image: url(arrow_up.png);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    outline: none;
    transform: rotate(-90deg);
    top: calc(50% - 20px);
    z-index: 8;
}
.thumbs {
    padding: 20px 40px 0;
}
.product_wrapper {
    margin-top: 10px;
}
.prods_btns button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
.prod_after {
    margin-top: 10px;
}
.related_title {
    font-size: 20px;
    margin-bottom: 10px;
}
.prod_prods_title {
    margin-bottom: 15px;
}
.view_prods {
    margin-top: 10px;
}
button.button_eye {
    margin-top: 0;
}
}
