/* START PROD-CARD */

.prod-card {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
    width          : 89%;
    margin         : 0 auto 40px;
    overflow: hidden;
}

@media (min-width:0) and (max-width: 767px) {
    .prod-card {
        width        : 100%;
        margin-bottom: 30px;
        padding      : 0 15px;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    .prod-card {
        width  : 100%;
        padding: 0 15px;
    }
}

@media (min-width:1023px) and (max-width: 1439px) {
    .prod-card {
        width: 90%;
    }
}

.prod-card__img {
    position: relative;
    display: flex;
    align-items: start;
    /* flex-direction: column; */
    width: 31%;
}

@media (max-width: 1023px) {
  .prod-card__img {
    flex-direction: column;
  }  
  
  .prod-card__img > img {
    display: flex;
    order: 2;
  }
  
  .prod-card__img .image {
    display: flex;
    order: 1;
  }
}

.prod-card__img.rotate {
  display: flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .prod-card .image-additional {
    margin-left: 25px;
  }
}

@media (max-width: 1023px) {
  .prod-card .image.thumbnails-one.all-carousel {
      display: flex;
      order: 1;
  }

  .prod-card .image-additional {
    display: flex;
    width: 90%;
    margin: 0 auto;
    order:2;
    position:relative;
  }
}

@media (min-width: 1024px) {
  .prod-card__img {
    /* flex-direction: row; */
  }
  
  .prod-card .owl-carousel .owl-item.rotate {
      transform: rotate(90deg);
  }

  .prod-card .image.thumbnails-one.all-carousel {
      margin-left: 20px;
  }

  .prod-card .image-additional {
    /* position: absolute; */
    /*top: 0;
    left: 0;
    margin-top: 70px;
    margin-left: -66px;*/
    /* transform: rotate(-90deg); */
    width: 110px;
  }
  
  .prod-card .image-additional.rotate {
    position: absolute;
    transform: rotate(-90deg);
  }
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-card__img {
        width        : 100%;
        margin       : 0 auto;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1349px) {
    .prod-card__img {
        width: 37%;
    }
}

@media (min-width: 1024px) and (max-width: 1349px) {
    .prod-card__img {
        margin-bottom: 50px;
    }
}

@media (min-width: 1350px) and (max-width: 1919px) {
    .prod-card__img {
        width: 32%;
        margin-bottom: 50px;
    }
}

.prod-card__img img {
    /* width: 100%; */
}

.prod-card .owl-carousel .nav-btn {
    position: absolute;
    top     : calc(50% - 14px) !important;
    height  : 28px;
    width   : 11px;
    cursor  : pointer;
    z-index : 1;
}

.prod-card .owl-carousel .owl-prev.disabled,
.prod-card .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity       : 0.2;
}

.prod-card .owl-carousel .prev-slide {
    background: url("/image/mini-carous-prev.svg") no-repeat;
    left      : -25px;
}

.prod-card .owl-carousel .next-slide {
    background: url("/image/mini-carous-next.svg") no-repeat;
    right     : -25px;
}

@media (max-width: 767px) {
  .prod-card .owl-carousel .prev-slide {
      left      : -18px;
  }

  .prod-card .owl-carousel .next-slide {
      right     : -18px;
  }
}

.prod-info {
    width: 66%;
    margin-bottom: 50px;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-info {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prod-info {
        width        : 61%;
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1349px) {
    .prod-info {
        width: 61%;
    }
}

@media (min-width: 1350px) and (max-width: 1919px) {
    .prod-info {
        width: 66%;
    }
}

.prod-info h1 {
    margin-bottom : 10px;
    font-weight   : 500;
    color         : var(--grey-color);
    text-transform: uppercase;
    text-align    : left;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-info h1 {
        font-size  : 20px;
        line-height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .prod-info h1 {
        font-size: 25px;
    }
}

.prod-info__info-txt {
    display      : block;
    margin-bottom: 15px;

    line-height: 19px;
    color      : var(--grey-color);
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-info__info-txt {
        margin-bottom: 25px;
        font-size    : 12px;
        line-height  : 14px;
    }
}

.prod-info__bottom {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
    width          : 100%;
}

.prod-info__price-box {
    width: 31%;
}

@media (min-width: 0px) and (max-width: 767px) {
    .prod-info__price-box {
        display  : flex;
        flex-wrap: wrap;
        align-items: center;
        width    : 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prod-info__price-box {
        width: 75%;
    }
}

@media (min-width: 1024px) and (max-width: 1349px) {
    .prod-info__price-box {
        width: 64%;
    }
}

@media (min-width: 1350px) and (max-width: 1599px) {
    .prod-info__price-box {
        width: 41%;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .prod-info__price-box {
        width: 36%;
    }
}

.pro-info__price {
    margin-bottom: 10px;
}

@media (min-width: 0) and (max-width: 767px) {
    .pro-info__price {
        width: 100%;
        margin-right: 10px;
    }
}

.prod-info__part-price {
    display      : block;
    margin-bottom: 15px;
    font-size    : 14px;
    color        : var(--grey-color);
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-info__part-price {
        display: none;
    }
}

.prod-info__bottom .best__old-price {
    font-size: 16px;
}

.prod-info__bottom .best__new-price {
    font-size: 40px;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-info__bottom .best__old-price {
        font-size: 12px;
    }

    .prod-info__bottom .best__new-price {
        font-size: 24px;
    }

    .best__new-price i {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .prod-info__bottom .best__old-price {
        font-size: 14px;
    }

    .prod-info__bottom .best__new-price {
        font-size: 32px;
    }
}

.prod-info__btn-box {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-info__btn-box {
        width: 50%;
    }
}

.prod-info__btn-sub {
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 60%;
    max-width      : 200px;
    height         : 60px;
    margin-right   : 10px;
    font-weight    : 900;
    color          : var(--white-color);
    text-transform : uppercase;
    border-radius  : 50px;
    background     : var(--green-color);
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-info__btn-sub {
        width: 100%;
        height: 45px;
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1599px) {
    .prod-info__btn-sub {
        height: 50px;
        font-size: 14px;
    }
}

.prod-info__btn-sub:hover,
.prod-info__btn-sub:focus {
    color     : var(--white-color);
    background: var(--green-light-color);
}

.prod-info__bottom .req-star {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--grey-color);
}

.option-box {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.option-box input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.option-box label {
  padding-left: 20px;
  font-size: 12px;
  line-height: 14px;
  color: var(--grey-color);
  cursor: pointer;
}

.option-box label.disabled {
  color: var(--grey-light-color);
  cursor: not-allowed;
}

.option-box .my-check {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
}

.option-box input:checked + .my-check:after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    display: block;
    width: 6px;
    height: 6px;
    background: var(--green-color);
    z-index: 10;
}

.prod-info__btn-buy {
    color          : var(--orange-color);
    text-decoration: underline;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-info__btn-box .prod-info__btn-buy {
        display: none;
    }

    .prod-info__btn-buy-mob {
        display: block;
        width: 48%;
        margin : 0 auto;
    }
}

@media (min-width: 768px) {
    .prod-info__btn-buy-mob {
        display: none;
    }
}

.prod-info__btn-buy:hover,
.prod-info__btn-buy:focus {
    color          : var(--grey-light-color);
    text-decoration: underline;
}

.prod-info__descr-box {
    height    : fit-content;
    width     : 61%;
    padding   : 20px 45px 0;
    background: #F4F4F4;
}

@media (min-width: 0px) and (max-width: 767px) {
    .prod-info__descr-box {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prod-info__descr-box {
        width: 74%;
    }
}

@media (min-width: 1024px) and (max-width: 1349px) {
    .prod-info__descr-box {
        width: 64%;
    }
}

@media (min-width: 1350px) and (max-width: 1919px) {
    .prod-info__descr-box {
        width: 58%;
        padding: 20px 20px 0;
    }
}

/* @media (min-width: 1700px) and (max-width: 1919px) { */
    /* .prod-info__descr-box { */
        /* width: 45%; */
    /* } */
/* } */

.prod-card>.prod-info__descr-box {
    display: none;
}

@media (min-width: 768px) and (max-width: 1349px) {
    .prod-info__descr-box {
        display: none;
    }
    
    .prod-card>.prod-info__descr-box {
        display: block;
    }
}

.prod-info__desc-title {
    display      : block;
    margin-bottom: 10px;
    font-weight  : 500;
    font-size    : 14px;
    color        : var(--grey-color);
}

.prod-info__txt-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.prod-info__desc-txt, 
.prod-info__desc-txt--name {
    display      : block;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow     : hidden;

    font-size  : 16px;
    line-height: 16px;
    color      : var(--grey-color);
}


@media (min-width: 1024px) and (max-width: 1599px) {
  .prod-info__desc-txt--name {
    font-size: 14px;
  }
}

.prod-info__descr-btn {
    display        : flex;
    justify-content: space-between;
}

.prod-info__descr-btn img {
    margin-right: 10px;
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .prod-info__descr-btn img {
    width: 18px;
  }
}

.prod-info__descr-btn a {
    display      : flex;
    align-items  : center;
    margin-bottom: 25px;
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .prod-info__descr-btn a {
    font-size: 14px;
  }
}

/* END PROD-CARD */

/* START PROD-CARD__BOT */

.prod-card-bot {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
    width          : 89%;
    margin         : 0 auto 70px;
}

@media (min-width:0) and (max-width: 767px) {
    .prod-card-bot {
        width        : 100%;
        margin-bottom: 20px;
        padding      : 0 15px;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    .prod-card-bot {
        width        : 100%;
        margin-bottom: 50px;
        padding      : 0 15px;
    }
}

@media (min-width:1024px) and (max-width: 1439px) {
    .prod-card-bot {
        width: 90%;
    }
}

.prod-card-bot__descr-box.tabs {
    display  : flex;
    flex-wrap: wrap;
    width    : 74%;
    height   : fit-content;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-card-bot__descr-box.tabs {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .prod-card-bot__descr-box.tabs {
        width: 70%;
    }
}

.prod-card-bot__descr-box .input {
    position: absolute;
    opacity : 0;
}

.prod-card-bot__descr-box .label {
    height       : fit-content;
    margin-right : 60px;
    margin-bottom: 25px;

    font-weight   : normal;
    font-size     : 20px;
    color         : var(--grey-light-color);
    cursor        : pointer;
    text-transform: uppercase;
    text-align    : left;
}

@media (min-width: 0) and (max-width: 374px) {
    .prod-card-bot__descr-box .label {
        margin-right : 8px;
        margin-bottom: 20px;
        font-size    : 11px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .prod-card-bot__descr-box .label {
        margin-right : 25px;
        margin-bottom: 20px;
        font-size    : 12px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prod-card-bot__descr-box .label {
        margin-right: 35px;
        font-size   : 18px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .prod-card-bot__descr-box .label {
        margin-right: 50px;
    }
}

.prod-card-bot__descr-box .label:hover,
.prod-card-bot__descr-box .label:active,
.prod-card-bot__descr-box .input:focus+.label,
.prod-card-bot__descr-box .input:checked+.label {
    font-weight: bold;
    color      : var(--grey-color);
}

.prod-card-bot__descr-box .panel {
    display: none;
}

.prod-card-bot__descr-box .input:checked+.label+.panel {
    display      : block;
    width        : 100%;
    border-radius: unset;
    box-shadow   : none;
    order        : 99;
}

@media (max-width: 767px) {
    .prod-card-bot__descr-box .input:checked+.label+.panel {
        margin-bottom: 0;
    }
}

.prod-card-bot__descr-tab p {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .prod-card-bot__descr-tab p {
    font-size: 14px;
  }
}

.prod-card-bot__descr-tab tr {
    display  : flex;
    flex-wrap: wrap;
    align-items: center;
    padding  : 20px 10px 0;
    border   : 1px solid #EFEFEF;
}

#descr-tab td {
    padding: 0;
    line-height: unset;
    vertical-align: unset;
    border-top: none;
}

.prod-card-bot__descr-tab td:first-child {
    display: block;
    width: 60%;
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--grey-color);
}

.prod-card-bot__descr-tab td:nth-child(2n) {
    display      : block;
    width        : 40%;
    margin-bottom: 20px;
    font-size    : 20px;
    color        : var(--grey-color);
    text-align   : left;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-card-bot__descr-tab td:first-child,
    .prod-card-bot__descr-tab td:nth-child(2n) {
        margin-bottom: 10px;
        font-size    : 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prod-card-bot__descr-tab td:first-child,
    .prod-card-bot__descr-tab td:nth-child(2n) {
        font-size: 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .prod-card-bot__descr-tab td:first-child,
    .prod-card-bot__descr-tab td:nth-child(2n) {
      font-size: 18px;
    }
}

/* START CHAR-TABLE */

.char-table {
    width: 100%;
}

.char-table tr {
    display  : flex;
    flex-wrap: wrap;
    align-items: center;
    padding  : 20px 10px 0;
    border   : 1px solid #EFEFEF;
}

.char-table tr:nth-child(2n) {
    background: #EFEFEF;
}

@media (max-width: 767px) {
    .char-table tr {
        padding-top: 10px;
    }
}

.prod-card-bot .td-all {
    display      : block;
    width        : 100%;
    margin-bottom: 25px;
    padding      : 0 10px 0 0;
    font-weight  : bold;
    font-size    : 20px;
    color        : var(--grey-color);
}

.prod-card-bot .td-left {
    display      : block;
    width        : 45%;
    margin-bottom: 20px;
    font-size    : 20px;
    color        : var(--grey-color);
}

.prod-card-bot .td-right {
    display      : block;
    width        : 55%;
    margin-bottom: 20px;
    font-size    : 20px;
    color        : var(--grey-color);
    text-align   : left;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-card-bot .td-all,
    .prod-card-bot .td-left,
    .prod-card-bot .td-right {
        margin-bottom: 10px;
        font-size    : 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .prod-card-bot .td-all,
    .prod-card-bot .td-left,
    .prod-card-bot .td-right {
        font-size: 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {

    .prod-card-bot .td-all,
    .prod-card-bot .td-left,
    .prod-card-bot .td-right {
        font-size: 18px;
    }
}

/* END CHAR-TABLE */

.prod-card-bot__descr-tab span {
    font-family: var(--font-rob)!important;
    font-size  : 16px!important;
    line-height: 22px;
    color      : var(--grey-color);
}

@media (max-width: 374px) {
    .prod-card-bot__descr-tab span {
        font-size: 14px;
    }
}

/* START REVIEW-TAB */

.prod-card-bot__review-tab button {
    display: block;
    height : 48px;
    width  : 32%;
    margin : 0 auto 50px;

    font-size    : 16px;
    color        : var(--grey-color);
    border       : none;
    border-radius: 15px;
    background   : #E4E4E4;
}

@media (max-width: 767px) {
    .prod-card-bot__review-tab button {
        height: 35px;
        width: 60%;
        margin: 0 auto 20px;
        font-size: 12px;
    }
}

.prod-card-bot__review-tab button:hover {
    background: #d2d2d2;
}

.tab__review-box {
    display      : flex;
    align-items  : flex-start;
    margin-bottom: 20px;
}

.tab__review-box img {
    width       : 90px;
    margin-right: 35px;
}

@media (min-width: 0) and (max-width: 767px) {
    .tab__review-box img {
        width       : 38px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tab__review-box img {
        width       : 60px;
        margin-right: 25px;
    }
}

.tab__review-name-box {
    display        : flex;
    justify-content: space-between;
    width          : 100%;
    margin-bottom  : 20px;
}

@media (max-width: 767px) {
    .tab__review-name-box {
        margin-bottom: 10px;
    }
}

.tab__review-name {
    max-width: 70%;

    font-weight: bold;
    font-size  : 20px;
    line-height: 23px;
    color      : var(--grey-color);
}

@media (min-width: 0) and (max-width: 767px) {
    .tab__review-name {
        font-size  : 12px;
        line-height: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tab__review-name {
        font-size: 18px;
    }
}

.tab__review-data {
    display     : block;
    margin-right: 35px;

    font-weight: bold;
    font-size  : 16px;
    line-height: 19px;
    color      : #C4C4C4;
}

@media (min-width: 0) and (max-width: 767px) {
    .tab__review-data {
        margin-right: 0;
        font-size   : 10px;
        line-height : 12px;
    }
}

.tab__review-box summary::-webkit-details-marker {
    display: none;
}

.tab__review-box summary:after {
    content: "";
    display: flex;
    width  : 37%;
    height : 50px;
    margin : 20px auto 10px;

    text-align       : center;
    cursor           : pointer;
    background-image : url(/image/review-down.png);
    background-size  : 100%;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .tab__review-box summary:after {
        width : 144px;
        height: 25px;
        margin: 10px auto 0;
    }
}

.tab__review-box details[open]>summary:after {
    content: "";
    display: flex;
    width  : 37%;
    height : 50px;
    margin : 20px auto 10px;

    text-align       : center;
    cursor           : pointer;
    background-image : url(/image/review-up.png);
    background-size  : 100%;
    background-repeat: no-repeat;
}

.tab__review-box details,
.tab__review-box summary {
    line-height: 19px;
    color      : var(--grey-color);
}

@media (min-width: 0) and (max-width: 767px) {

    .tab__review-box details,
    .tab__review-box summary {
        font-size  : 12px;
        line-height: 12px;
    }
}

#form-review {
  margin-bottom: 40px;
}

.reviewfield {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .input__review {
    width: 100%;
  }
}

.reviewfield input {
    height: 44px;
    width: 100%;
    margin: 5px 0 15px;
    padding: 0 10px;
    border: 1px solid #C4C4C4;
    border-radius: 50px;
    background: transparent;
}

.reviewfield textarea {
    height: 150px;
    width: 100%;
    margin: 5px 0 15px;
    padding: 10px 10px;
    border: 1px solid #C4C4C4;
    border-radius: 15px;
    background: transparent;
    resize: none;
}

@media (max-width: 767px) {
    .reviewfield input {
      height: 35px;
    }
  
    .reviewfield textarea {
        height: 90px;
    }
    
    .reviewfield ::-webkit-input-placeholder { /* Edge */
      font-size: 12px;
    }

    .reviewfield :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size: 12px;
    }

    .reviewfield ::placeholder {
      font-size: 12px;
    }
}

@media (max-width: 767px) {
  .reviewfield .buttons {
    width: 60%;
  }
}

.reviewfield #button-review {
    height: 50px;
    width: 27%;
    display: flex;
    font-weight: 900;
    color: var(--white-color);
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    background: var(--green-color);
    transition: all .4s;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .reviewfield #button-review {
        width: 100%;
        height: 35px;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
   .reviewfield #button-review {
        width: 45%;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
   .reviewfield #button-review {
        width: 30%;
    }
}

/* END REVIEW-TAB */

/* START PROD-CARD-BOT__SIDEBAR */

.prod-card-bot__sidebar {
    width: 24%;
}

@media (min-width: 0) and (max-width: 767px) {
    .prod-card-bot__sidebar {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .prod-card-bot__sidebar {
        width: 28%;
    }
}

.prod-card-bot__helpful {
    margin-bottom: 60px;
}

@media (min-width: 0) and (max-width: 1023px) {
    .prod-card-bot__helpful {
        margin-bottom: 30px;
    }
}

.prod-card-bot__sidebar h4 {
    margin-bottom: 20px;
    font-size    : 20px;
    color        : var(--grey-color);
}

@media (min-width: 0) and (max-width: 1023px) {
    .prod-card-bot__sidebar h4 {
        font-size: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .prod-card-bot__sidebar h4 {
        font-size: 18px;
    }
}

.prod-card-bot__txt-box {
    display      : flex;
    align-items  : center;
    margin-bottom: 15px;
}

.prod-card-bot__txt-box img {
    width: 30px;
    margin-right: 20px;
}

.prod-card-bot__txt-box span {
    width: 85%;
    font-size  : 16px;
    line-height: 19px;
    color      : var(--grey-color);
}

@media (min-width: 0) and (max-width: 1023px) {
    .prod-card-bot__txt-box span {
        font-size: 12px;
    }
}

.prod-card-bot__advice {
    display           : flex;
    flex-direction    : column;
    padding           : 30px 30px 0;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow   : 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow        : 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

@media (min-width: 0) and (max-width: 1439px) {
    .prod-card-bot__advice {
        padding: 15px 15px 0;
    }
}

.prod-card-bot__advice h4 {
    font-weight: bold;
}

.prod-card-bot__advice-txt {
    display      : block;
    margin-bottom: 10px;

    font-size  : 16px;
    line-height: 19px;
    color      : var(--grey-color);
}

@media (min-width: 0) and (max-width: 1023px) {
    .prod-card-bot__advice-txt {
        font-size: 13px;
    }
}

.prod-card-bot__advice b {
    display    : block;
    font-weight: bold;
    font-size  : 22px;
    line-height: 26px;
    color      : var(--grey-color);
}

.prod-card-bot__advice i {
    display      : block;
    margin-bottom: 15px;

    font-style : normal;
    font-weight: normal;
    font-size  : 16px;
    line-height: 19px;
    color      : var(--grey-color);
}

@media (min-width: 0) and (max-width: 1023px) {
    .prod-card-bot__advice i {
        font-size: 13px;
    }
}

.prod-card-bot__advice textarea {
    display      : block;
    width        : 100%;
    height       : 190px;
    margin-bottom: 20px;
    padding      : 15px 5px;
    resize       : none;
    border       : 1px solid #EFEFEF;
}

@media (min-width: 0) and (max-width: 1023px) {
    .prod-card-bot__advice textarea {
        height: 130px;
    }
}

.prod-card-bot__advice ::-webkit-input-placeholder {
    /* Edge */
    color     : var(--grey-light-color);
    text-align: center;
}

.prod-card-bot__advice :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color     : var(--grey-light-color);
    text-align: center;
}

.prod-card-bot__advice ::placeholder {
    color     : var(--grey-light-color);
    text-align: center;
}

.prod-card-bot__advice input {
    display      : block;
    width        : 100%;
    height       : 45px;
    margin-bottom: 35px;
    padding      : 10px 5px;
    border       : 1px solid #EFEFEF;
}

.prod-card-bot__advice button {
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 62%;
    height         : 45px;
    margin         : 0 auto 40px;

    font-weight  : bold;
    font-size    : 16px;
    line-height  : 19px;
    color        : var(--white-color);
    border       : none;
    border-radius: 50px;
    background   : var(--orange-color);
}

@media (min-width: 0px) and (max-width: 1023px) {
    .prod-card-bot__advice button {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1799px) {
    .prod-card-bot__advice button {
        width: 80%;
    }
}

.prod-card-bot__advice button:hover {
    background: #F89751;
}

/* END PROD-CARD-BOT__SIDEBAR */

/* START SIMILAR */


.similar {
    width : 89%;
    margin: 0 auto 55px;
}

@media (min-width:0) and (max-width: 1023px) {
    .similar {
        margin: 0 auto 35px;
    }
}

@media (min-width:0) and (max-width: 1439px) {
    .similar {
        width: 90%;
    }
}


.similar .owl-carousel .nav-btn {
    position: absolute;
    top     : calc(50% - 35px) !important;
    height  : 59px;
    width   : 35px;
    cursor  : pointer;
    z-index : 1;
}

.similar .owl-carousel .owl-prev.disabled,
.similar .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity       : 0.2;
}

.similar .owl-carousel .prev-slide {
    background: url("/image/similar-prev-grey.png") no-repeat;
    left      : -15px;
}

.similar .owl-carousel .next-slide {
    background: url("/image/similar-next-grey.png") no-repeat;
    right     : -15px;
}

.similar .owl-carousel .prev-slide:hover {
    background: url("/image/similar-prev-green.png") no-repeat;
    left      : -15px;
}

.similar .owl-carousel .next-slide:hover {
    background: url("/image/similar-next-green.png") no-repeat;
    right     : -15px;
}

/* END SIMILAR */

#brand-prod-carousel .nav-btn {
    position: absolute;
    top     : calc(50% - 14px) !important;
    height  : 28px;
    width   : 11px;
    cursor  : pointer;
    z-index : 1;
}

#bbrand-prod-carousel .owl-prev.disabled,
#brand-prod-carousel .owl-next.disabled {
    pointer-events: none;
    opacity       : 0.2;
}

#brand-prod-carousel .prev-slide {
    background: url("/image/mini-carous-prev.svg") no-repeat;
    left      : -25px;
}

#brand-prod-carousel .next-slide {
    background: url("/image/mini-carous-next.svg") no-repeat;
    right     : -25px;
}

@media (max-width: 767px) {
    #brand-prod-carousel .prev-slide {
        left: -20px;
    }

    #brand-prod-carousel .next-slide {
        right: -20px;
    }
}

#image-additional .owl-prev .prev-slide {
    background: url(/image/mini-carous-prev.svg) no-repeat;
    left: -25px;
}
#image-additional .owl-prev .nav-btn {
    /*position: absolute;
    top: 0;*/
    height: 28px;
    width: 11px;
    cursor: pointer;
    z-index: 1;
    transform: rotate(90deg);
    /*left: 48px;*/
}

#image-additional .owl-next .next-slide {
    background: url(/image/mini-carous-prev.svg) no-repeat;
    left: -25px;
}

#image-additional .owl-next .nav-btn {
    position: absolute;
    bottom: 0;
    height: 28px;
    width: 11px;
    cursor: pointer;
    z-index: 1;
    transform: rotate(-90deg);
    left: 48px;
}

@media (max-width: 1023px) {
  #image-additional .owl-prev {
    transform: rotate(-90deg);
    height: 40px;
  }
  
  #image-additional .owl-next {
    transform: rotate(-90deg);
    height: 40px;
  }
  
  #image-additional .owl-prev {
    position: absolute;
    top: 0;
    left: -10px;
  }

  #image-additional .owl-next {
    position: absolute;
    top: 0;
    right: -20px;
  }
  
  #image-additional .owl-prev  .nav-btn {
    position: relative;
    left: 0;
  }

  #image-additional .owl-next  .nav-btn {
    position: relative;
    left: 0;
  }
}

@media (min-width: 1024px) {
    #image-additional .owl-prev {
    /* transform: rotate(-90deg); */
    height: 40px;
  }
  
  #image-additional .owl-next {
    /* transform: rotate(-90deg); */
    height: 40px;
  }
  
  #image-additional .owl-prev {
    position: absolute;
    top: 0;
    left: 30px;
  }

  #image-additional .owl-next {
    position: absolute;
    bottom: -15px;
    left: 30px;
  }
  
  #image-additional .owl-prev  .nav-btn {
    position: relative;
    left: 0;
  }

  #image-additional .owl-next  .nav-btn {
    position: relative;
    left: 0;
  }
}

@media (min-width: 1440px) and (max-width: 1864px) {
    #image-additional .owl-prev {
      top: 0;
      left: 40px;
    }

    #image-additional .owl-next {
      bottom: -15px;
      left: 40px;
    }
}

@media (min-width: 1600px) and (max-width: 1864px) {
   #image-additional .owl-next {
      bottom: 0;
    }
}

@media (min-width: 1600px) and (max-width: 1864px) {
   #image-additional .owl-next {
      bottom: 0;
    }
}

@media (min-width: 1865px) {
    #image-additional .owl-prev {
      left: 50px;
    }

    #image-additional .owl-next {
      bottom: -5px;
      left: 50px;
    }
}

.slick-slider {
  margin-top:22px;
}

@media (max-width: 1023px) {
  .slick-slider {
    margin-top: 0;
  }
}

@media (max-width: 359px) {
  .slick-list.draggable {
    height: 80px!important;
  }
  
  .slick-track {
      transform: rotate(-90deg)!important;
  }
  
  .slick-slide img {
    transform: rotate(90deg);
    margin: 0 0 0 210px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .slick-list.draggable {
    height: 80px!important;
  }
  
  .slick-track {
      transform: rotate(-90deg)!important;
  }
  
  .slick-slide img {
    transform: rotate(90deg);
    margin: 0 0 0 230px;
  }
}

@media (min-width: 375px) and (max-width: 399px) {
  .slick-list.draggable {
    height: 80px!important;
  }
  
  .slick-track {
      transform: rotate(-90deg)!important;
  }
  
  .slick-slide img {
    transform: rotate(90deg);
    margin: 0 0 0 245px;
  }
}

@media (min-width: 400px) and (max-width: 414px) {
  .slick-list.draggable {
    height: 80px!important;
  }
  
  .slick-track {
      transform: rotate(-90deg)!important;
  }
  
  .slick-slide img {
    transform: rotate(90deg);
    margin: 0 0 0 255px;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  .slick-list.draggable {
    height: 80px!important;
  }
  
  .slick-track {
      transform: rotate(-90deg)!important;
  }
  
  .slick-slide img {
    transform: rotate(90deg);
    margin: 0 0 0 265px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slick-list.draggable {
    height: 80px!important;
  }
  
  .slick-track {
      transform: rotate(-90deg)!important;
  }
  
  .slick-slide img {
    transform: rotate(90deg);
    margin: 0 0 0 190px;
  }
}

#container #review .content{
  min-height: unset;
}