/*Main STYLE*/
body {
  overflow-x: hidden;
}
.content-container .title-h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

.product-wrapper {
  margin-top: 25px;
}

.product-features-wrapper {
  margin-top: 63px;
}

/*.product-detail-container*/
/*  > div:not(.delivery-payment-wrapper):not(.product-wrapper) {*/
/*  flex: 1 1 400px;*/
/*}*/

.product-detail-container > .title-h1 {
  order: 1;
  width: 100%;
}

.product-detail-container > .product-wrapper {
  width: max-content;
  order: 1;
}

.product-detail-container > .product-features-wrapper {
  order: 4;
  width: 100%;
}

.product-detail-container > .delivery-payment-wrapper {
  order: 3;
  flex-direction: column;
}

.product-photo {
  width: 465px;
  position: relative;
}

.product-photo .label-top .text{
  height: inherit;
  text-align: center;
}

.product-photo .label-top .free_delivery {
  width: 85px;
  font-size: 12px;
  background-color: #f27e0a;
  line-height: 1;
}

.product-photo .label-top .novelties-text{
  width: 74px;
  background: #74dade;
}

.product-photo .label-top .persent-text{
  background: #ff012d;
  width: 50px;
}

.product-photo .label-top .hit-text{
  background: #006883;
  width: 42px;
  display: block;
  line-height: 2;
}

.pos_absolute {
  position: absolute;
  z-index: 1;
}

.product-same {
  width: 240px;
  margin: 25px auto 0 auto;
  padding-left: 20px;
  order: 2;
}

.product-same ul {
  list-style-type: disc;
  margin-top: 10px;
  margin-left: 20px;
}

.product-same .item {
  padding-top: 5px;
  text-decoration: underline;
  color: #3591d0;
}

.product-same .item.unavailable {
  color: grey;
}

.product-same .item:hover {
  text-decoration: none;
}

.features-head {
  width: fit-content;
  font-size: 18px;
  font-weight: 300;
}

.features-body {
  font-size: 14px;
  margin-top: 20px;
  color: #333;
}

/***/
.main-photo {
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  background: white;
  height: 350px;
}

.previews {
  margin-top: 30px;
  position: relative;
}

.previews .slick-list {
  padding: 0!important;
}

.previews .slick-track {
  transform: none!important;
}

.features-head .active {
  font-weight: 600;
  color: #3591d0;
}

.features-head span {
  background-color: white;
  cursor: pointer;
  color: #3591d0;
  padding: 1px 14px;
  border-left: 2px solid #f6f7fb;
  border-right: 2px solid #f6f7fb;
}

.features-main {
  background: white;
  padding: 47px 37px 28px 49px;
  display: none;
}
.features-main.active {
  display: block!important;
}

.features-main:not(:first-child) {
  display: none;
}

.features-main ul {
  margin: 10px;
  list-style-type: initial;
  list-style-position: inside;
}

.features-main [class^="star-ratings"] ul {
  margin: auto;
}

.features-main [class^="all_product"]:not(:first-child) {
  margin-top: 30px;
}

.features-main [class^="all_product"] .all_product_title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.features-main [class^="all_product"] .all_product_title span {
  font-size: 20px;
  color: #737373;
  transition: all 0.6s;
}

.features-main [class^="all_product"] .all_product_title span:hover {
  cursor: pointer;
  color: #ff7878;
}

/***/
.delivery-payment-wrapper {
  background: #e1e8ec;
  padding: 20px 0 20px 20px;
  width: 300px;
  height: max-content;
}

.delivery-payment-wrapper.second {
  display: none;
}

.delivery-payment-wrapper .delivery-payment-text .fa {
  margin-right: 20px;
  font-size: 20px;
  color: #3591d0;
}
.delivery-payment-wrapper .delivery-payment-list {
  display: none;
  transition: all 0.3s;
}
.delivery-payment-wrapper .delivery-payment-list.active {
  display: block;
}
.delivery-payment-wrapper .delivery-payment-text .fa-caret-left {
  float: right;
  transition: all 0.3s;
}
.delivery-payment-wrapper .delivery-payment-text .fa-caret-left.active {
  transform: rotateZ(-90deg);
}

/***/
.social-container {
  margin-top: 44px;
}

.delivery-icon-basket {
  background: url('../img/delivery.png') no-repeat;
  background-size: contain;
  height: 38px;
  width: 42px;
}

.delivery-icon-arrows {
  background: url('../img/double_arrows.png') no-repeat;
  background-size: contain;
  height: 34px;
  width: 34px;
  margin-top: 37px;
}

.delivery-icon-payment {
  background: url('../img/payment.png') no-repeat;
  background-size: contain;
  height: 40px;
  width: 42px;
}

.second .delivery-icon-arrows {
  margin-top: 0;
}

.social-container .text {
  margin-right: 10px;
}

.delivery-payment-list .item {
  margin-bottom: 3px;
}

/*Slider for main-photo*/
.main-photo a.flexible:not(:first-child) {
  display: none;
}

.main-photo a.slick-slide.flexible:not(:first-child) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-photo a.flexible {
  position: relative;
  height: 350px;
  padding: 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
}

/***/
.increase {
  background: url('../img/plus.png') no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.main-photo .slick-arrow {
  height: 40px;
  width: 20px;
  z-index: 2;
  height: 100%;
}

.main-photo .slick-prev {
  left: 10px;
}

.main-photo .slick-next {
  right: 3px;
}

/***/
.main-photo .slick-arrow::before {
  font-family: FontAwesome;
  color: #999999;
  font-size: 40px;
  opacity: 1;
}

.main-photo .slick-arrow:hover::before {
  color: black;
}

.main-photo .slick-prev::before {
  content: '\f104';
}

.main-photo .slick-next::before {
  content: '\f105';
}

/*Slider for previews*/

.preview-photo {
  height: 71px;
  width: 77px;
}

/***/
.previews .slick-arrow {
  height: 100%;
  z-index: 2;
  width: 40px;
}

.previews .slick-arrow::before {
  font-family: FontAwesome;
  color: white;
  opacity: 1;
}

.previews .slick-prev {
  left: -1px;
  background: -moz-linear-gradient(
    left,
    rgba(53, 145, 208, 1) 0%,
    rgba(102, 172, 224, 0) 100%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(53, 145, 208, 1) 0%,
    rgba(102, 172, 224, 0) 100%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(53, 145, 208, 1) 0%,
    rgba(102, 172, 224, 0) 100%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3591d0', endColorstr='#007db9e8', GradientType=1); /* IE6-9 */
}

.previews .slick-next {
  right: -1px;
  background: -moz-linear-gradient(
    left,
    rgba(53, 145, 208, 0) 0%,
    rgba(54, 145, 208, 0) 0%,
    rgba(123, 184, 231, 1) 100%,
    rgba(125, 185, 232, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(53, 145, 208, 0) 0%,
    rgba(54, 145, 208, 0) 0%,
    rgba(123, 184, 231, 1) 100%,
    rgba(125, 185, 232, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(53, 145, 208, 0) 0%,
    rgba(54, 145, 208, 0) 0%,
    rgba(123, 184, 231, 1) 100%,
    rgba(125, 185, 232, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003591d0', endColorstr='#7db9e8', GradientType=1); /* IE6-9 */
}

.previews .slick-prev::before {
  content: '\f053 ';
}

.previews .slick-next::before {
  content: '\f054 ';
}

.previews .preview-photo {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin: 3px 10px;
}

.previews .preview-photo:first-child {
  margin-left: 0;
}

/*Cart-add-form-wrapper*/
.cart-add-form-wrapper {
  font-size: 14px;
}

/***/
.product-star {
  background: url('../img/icon_heart_big.png') no-repeat;
  background-size: contain;
  height: 27px;
  width: 30px;
  display: inline-block;
  margin-bottom: 23px;
  position: relative;
}

.product-star.in_wishlist {
  background: url('../img/icon_heart_big_active.png') no-repeat;
  background-size: contain;
}

.buy1 {
  font-size: 37px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
}

.product-buy {
  margin-top: 7px;
}

.product-availability {
  color: #3591d0;
  font-size: 16px;
  font-style: italic;
  margin-top: 18px;
}

.product-vendor {
  margin-top: 4px;
}

.social-icon-container {
  margin: 0;
}

/***/
.product-buy .counter-wrapper {
  width: auto;
}

/***/
.buy1 .another {
  font-size: 18px;
}

.counter-wrapper .text {
  margin-right: 19px;
}

.submit-wrapper {
  margin-top: 28px;
}

.product-buy .btn[type='submit'] {
  font-size: 22px;
  font-weight: 600;
  height: 50px;
  flex-grow: 1;
  min-width: 180px;
}

.get-pack.btn {
  background: #01587a;
  padding: 0;
  font-size: 12px;
  position: relative;
  height: 50px;
  line-height: 6.6;
  width: 91px;
  vertical-align: bottom;
  display: flex;
  margin-left: 10px;
}

.get-pack.btn::before {
  content: '';
  position: absolute;
  /* background: url("../img/box_white.png") no-repeat; */
  background-size: contain;
  height: 20px;
  width: 19px;
  top: 50%;
  transform: translate(0%, -50%);
  left: 13px;
}

/*Similar-catalog-container*/
.similar-catalog-container {
  margin-top: 59px;
}

/***/

.similar-catalog-container .title-h5 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4.8px;
}

.similar-catalog-container .title-h2 {
  margin-top: 40px;
}
span.index-title-h2 {
  display: block;
  margin-top: 40px;
}

.catalog-items-container {
  margin-top: 37px;
}

#toggleToReviews {
  color: #3591d0;
  transition: all 0.6s;
}

#toggleToReviews:hover {
  color: #ff7878;
}

.trade-mark-wrapper {
  display: block;
  margin-bottom: 10px;
}
.trade-mark-wrapper p {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 15px;
}
.trade-mark-wrapper img {
  height: 55px;
}

.product-list-container h2 {
  margin-top: 40px;
  margin-bottom: 0;
}

.product-wrapper .cart-add-form {
  position: relative;
}

.star-list {
  top: -5px;
}
.label-top-right {
  right: 0;
}
.label-top-right .btn-video-wrapper {
  position: absolute;
  right: 30px;
  padding: 5px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #3591d0;
  font-size: 27px;
}
.features-main .video-wrapper {
  width: 640px;
}
#videoFrameAll, #videoFrameAllFeatures {
  /*width: 768px;*/
  /*height: 384px;*/
  display: block;
  margin: auto;
}
.features-main .video-wrapper [class^="video-thumbs"] {
  width: 100%;
  margin-top: 10px;
}
.features-main .video-wrapper .video-thumb {
  position: relative;
  display: block;
  width: 150px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.features-main .video-wrapper .video-thumb .video-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  transition: all 0.3s;
}
.features-main .video-wrapper .video-thumb img {
  width: 100%;
  height: 100%;
}
.features-main .video-wrapper .video-thumb .video-btn {
  position: absolute;
  top: 40%;
  left: 40%;
  height: auto;
  width: auto;
  border: none;
  background-color: transparent;
  color: red;
  font-size: 30px;
  transition: all 0.3s;
}
.features-main .video-wrapper .video-thumb .video-btn:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.features-main .video-wrapper .slick-dots {
  margin: 20px auto 0;
}
.features-main .video-wrapper .video-title {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  background-color: white;
  top: auto;
  font-size: medium;
}
.features-main .video-wrapper .slick-prev, .features-main .video-wrapper .slick-next {
  top: 35%;
}
.features-main .video-wrapper .slick-prev {
  left: -40px;
}
.features-main .video-wrapper .slick-next {
  right: -40px;
}
.features-main .video-wrapper .slick-prev:before, .features-main .video-wrapper .slick-next:before {
  color: #272727;
  font-size: 30px;
}

/***/
@media only screen and (max-width: 2499px) {
  .news-item {
    width: calc(100% - 271px - 60px);
  }

  .product-list-container {
    width: 100%;
  }
}

@media only screen and (max-width: 2270px) {
  .product-info {
    min-width: 780px;
  }
}

@media only screen and (max-width: 1129px) {
  .delivery-payment-wrapper.second {
    order: 4;
    width: 100%;
    flex-direction: row;
  }

  .product.product-wrapper {
    width: 100%;
    justify-content: space-around !important;
  }
}

@media only screen and (max-width: 2200px) {
  .product-info {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    min-width: initial;
    margin-left: 20px;
    width: 200px;
  }

  /***/
  .delivery-payment-wrapper {
    display: none;
  }

  .delivery-payment-wrapper.second {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 20px 0 20px 20px;
    /*width: 100%;*/
  }

  /***/
  /*.column:not(:nth-of-type(2)) {*/
  /*  margin-right: 40px;*/
  /*}*/
  .column {
    margin-bottom: 25px;
  }
  .column:last-child {
    margin-bottom: auto;
  }

  /***/
  .product-buy .btn[type='submit'] {
    min-width: 150px;
  }
}

@media only screen and (max-width: 1366px) {
  /*Product-list-container*/
  .product-list-container.object-list {
    width: 100%;
  }

  .product-buy .btn[type='submit'] {
    min-width: 150px;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 1280px) {
  .news-item {
    width: 100%;
  }

  /*product-wrapper*/
  .content-container .title-h1 {
    font-size: 24px;
    height: 67px;
    /*margin-bottom: 40px;*/
  }

  /***/
  .item-sub-categories .link {
    font-size: 10px;
  }

  .displaying {
    font-size: 10px;
  }

  .product-wrapper {
    margin-top: 30px;
  }

  .product-photo {
    width: 300px;
    margin-right: 80px;
  }

  /***/
  .main-photo {
    height: 300px;
  }

  /***/
  .main-photo a.flexible {
    height: 300px;
  }

  /***/
  .page-number {
    font-size: 10px;
  }

  .product-info {
    min-width: 240px;
  }

  .buy1 {
    font-size: 24px;
  }

  .product-star {
    margin-bottom: 23px;
  }

  .product-buy .btn[type='submit'] {
    font-size: 18px;
    min-width: 130px;
  }
}

@media only screen and (max-width: 1130px) {
  /*product-list-container*/
  .product-photo {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  /*product-wrapper*/
  .main-photo {
    /*height: 430px;*/
  }

  .product-photo {
    width: 465px;
    margin-right: 40px;
  }

  /***/
  .main-photo a.flexible {
    /*height: 430px;*/
  }

  /***/
  /*Similar-catalog-container*/
  .similar-catalog-container {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  /*product-wrapper*/
  .main-photo {
    /* height: 300px; */
  }

  .main-photo a.flexible {
    /* height: 300px; */
  }
}

@media only screen and (max-width: 767px) {
  /*product-wrapper*/
  .main-photo {
    height: 250px;
    width: 250px;
  }

  .previews {
    width: 250px;
    padding: 0px;
  }

  /***/
  .main-photo a.flexible {
    height: 250px;
    max-width: 250px;
  }

  /***/
  .product-photo {
    width: 250px;
    margin-right: 40px;
  }

  /*cart-add-form-wrapper */
  .product-star {
    margin-bottom: 5px;
  }

  .product-buy .btn[type='submit'] {
    min-width: 150px;
  }

  .delivery-payment-list {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .similar-catalog-container {
    margin-top: 20px;
  }
  .product-list-container h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .label-top-right {
    right: 10px;
  }
  .label-top-right .btn-video-wrapper {
    top: 30px;
    right: 0;
    font-size: 20px;
  }
  .product.product-wrapper {
    background-color: white;
  }
  /*product-wrapper*/
  .product-wrapper,
  .submit-wrapper,
  .counter-wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .submit-wrapper {
    height: auto;
  }

  .cart-add-form-wrapper {
    width: 100%;
    /*margin-top: 20px;*/
    flex-wrap: wrap;
  }
  .trade-mark-wrapper {
    display: block;
    margin: 0 0 10px 0;
    /* width: 45%; */
  }
  .trade-mark-wrapper p {
    padding-bottom: 10px;
  }
  .trade-mark-wrapper img {
    height: 40px;
  }

  .product-rating {
    display: block;
    /* width: 45%; */
    margin: 0 0 10px auto;
  }

  /***/
  .product-buy .btn[type='submit'],
  .get-pack.btn {
    /*margin-bottom: 10px;*/
    max-width: 70%;
    margin: 0 auto;
  }

  /***/
  /*.main-photo,*/
  /*.previews {*/
  /*  margin: 10px auto 0 auto;*/
  /*}*/
  .main-photo {
    width: 100%;
    box-shadow: unset;
  }
  .main-photo a.flexible {
    height: initial;
    max-width: initial;
  }
  .main-photo a.flexible .image {
    height: 250px;
  }

  /***/
  .product-photo {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
  }

  .product-info {
    margin: 5px auto 0px auto;
    padding: 0 5px;
    min-width: initial;
    width: 100%;
  }

  /***/
  .previews .preview-photo {
    margin: 3px 4px;
  }

  /***/
  .product.product-wrapper .cart-add-form,
  .column {
    width: 100%;
  }

  .product.product-wrapper .cart-add-form {
    margin-bottom: 20px;
    text-align: center;
  }
  .product-buy .btn[type='submit'] {
    padding: 0;
    min-width: 130px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .product-buy .btn[type='submit'] .fa {
    font-size: 20px;
  }

  .social-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-container .text {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .delivery-payment-wrapper.second {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column:nth-of-type(2) {
    margin-top: 20px;
  }

  .column:not(:nth-of-type(2)) {
    margin-right: 0px;
  }

  .delivery-payment-list {
    width: 300px;
    font-size: 12px;
    margin: 0 auto;
  }

  .counter-wrapper .text {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }

  .counter {
    margin: 10px auto 0px;
  }

  .product-availability {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  /***/
  .delivery-icon-basket,
  .delivery-icon-arrows {
    margin: 0 auto;
  }

  /***/
  .features-main table {
    width: 100% !important;
  }
  .content-container .title-h1 {
    height: auto;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }
  .product-wrapper {
    margin-top: 15px;
  }
  .product-vendor {
    margin-top: 0;
  }
  .submit-wrapper {
    margin-top: 15px;
  }
  .product-buy {
    margin-top: unset;
    width: 100%;
  }
  .product-code {
    margin-bottom: 10px;
    width: 100%;
  }
  .product-code span {
    display: block;
  }
  .mobile-additional-wrapper .fa {
    font-size: 30px;
  }
  .bell-wrapper {
    display: block;
    width: 100%;
    text-align: right;
  }
  .mobile-price-wrapper {
    margin-top: 15px;
    text-align: left;
  }
  .delivery-payment-wrapper {
    padding-top: 0!important;
    background: rgba(225, 232, 236, 0.6);
  }
  .delivery-payment-head {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 15px 0 rgba(0, 0, 0, 0.19);
  }
  .delivery-payment-head li {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .delivery-payment-head li.active {
    color: red;
  }
  .delivery-payment-body {
    width: 100%;
  }
  .delivery-payment-body .column {
    margin-bottom: 0;
    padding-top: 10px;
    display: none;
    transition: all 0.6s;
  }
  .delivery-payment-body .column .delivery-payment-text {
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }
  .delivery-payment-body .column .delivery-payment-text .fa {
    padding-right: 15px;
    font-size: 25px;
    color: #3591d0;
  }
  .delivery-payment-body .column .delivery-payment-list {
    display: block;
    font-size: 15px;
  }
  .product-features-wrapper {
    margin-top: 15px;
  }
  .features-head {
    position: -webkit-sticky;
    position: sticky;
    top: 62px;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    font-size: 30px;
    z-index: 10000;
  }
  .features-head span {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
  }
  .features-head .active {
    color: red;
  }
  .features-body {
    margin-top: 10px;
  }
  .features-main {
    padding: 20px;
  }
  .features-main .info-title {
    font-size: 20px;
    color: #737373;
    transition: all 0.6s;
  }
  .features-main .video-wrapper {
    width: 100%;
  }

  .product-detail-images .fancybox-inner {
    right: 0;
  }
  .product-detail-images .fancybox-thumbs {
    width: 100%;
    height: 110px;
    padding: 10px;
    top: unset;
  }
  .product-detail-images .fancybox-bg {
    background-color: white;
    opacity: unset!important;
  }
  .product-detail-images .fancybox-show-thumbs .fancybox-inner {
      right: 0px;
  }
  .catalog-items-container {
    margin-top: 0;
    margin-left: 0;
  }
  .comment-item, .answer-item {
    width: 100%;
    padding: 20px 5px;
  }
  .product-same {
    width: 100%;
    margin: 15px auto 40px;
    font-size: 15px;
  }
  .product-same h4 {
    text-align: left;
    font-size: 20px;
  }
  .product-same ul {
    list-style-type: none;
    margin-left: 0;
  }
  .product-same .item {
    width: fit-content;
    padding: 6px;
    margin-top: 5px;
    margin-right: 10px;
    text-decoration: underline;
    background-color: white;
    font-weight: 600;
  }
}

/*@media only screen and (max-width: 480px) {*/
/*  !*product-wrapper*!*/
/*  !***!*/
/*  .delivery-payment-list {*/
/*    width: 250px;*/
/*  }*/

/*  .features-main {*/
/*    padding: 47px 20px 55px 20px;*/
/*  }*/

/*  .features-main table {*/
/*    max-width: 250px;*/
/*  }*/
/*}*/

.features-main span {
  font-weight: normal !important;
}

#showMoreBrandItems {
  background: transparent;
  color: #3591d0;
  position: relative;
}

#showMoreBrandItems:after {
  content: '›';
  display: block;
  position: absolute;
  right: -10px;
  transform: rotate(90deg);
  color: #3591d0;
  font-size: 25px;
}

.brand_items-container {
  margin: 10px 0;
  text-align: right;
}

#brand_items {
  margin: 0 -30px 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
}

#brand_items a.product-link {
  color: #3591d0;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 4px;
  font-size: 11px;
}

#brand_items a.product-link.empty-stock {
  color: black;
}

.features-main .reviews_data, .features-main .questions_data {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.features-main .reviews_data .reviews_title {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
}

.features-body .reviews_data .star-ratings-rating-average,
.features-body .reviews_data .star-ratings-rating-value {
  display: inline-block;
}

.features-body .reviews_data .star-ratings-rating-average {
  margin-left: 20px;
}

.features-body .reviews_data .star-ratings {
  display: flex;
}

.star-ratings-rating-value.make-rate {
  font-weight: 600;
  color: #3591d0;
  transition: all 0.3s;
}

.star-ratings-rating-value.make-rate:hover {
  cursor: pointer;
  text-decoration: underline;
}

.comment-modal-messages-wrapper {
  display: block;
  padding: 20px;
  max-width: 800px;
  min-width: 500px;
}

.comment-modal-messages-wrapper .modal-messages {
  display: block;
  margin: 30px 30px auto;
  text-align: center;
}

.comment-modal-messages-wrapper .modal-messages li {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.comment-modal-messages-wrapper .button-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  border-top: 1px solid lightgrey;
}

.comment-modal-messages-wrapper .button-wrapper .btn {
  min-width: 80px;
}

@media screen and (max-width: 1150px) {
  #brand_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 850px) {
  #brand_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
