.delicate:before {
  content: '\e880';
  font-family: fontello;
}
.bleaching::before{
  content: '\e881';
  font-family: fontello;
}
.iron::before{
  content: '\e811';
  font-family: fontello;
}
.dryer::before{
  content: '\e883';
  font-family: fontello;
}
._product_list.slider li {
  max-width: 76%;
}

.primary_block {
  margin-bottom: 0px;
}

#image-block {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 0;
  border: none;
}

#image-block:hover .span_link {
  display: block;
}

.thumbnail {
  padding: 0;
  border: none;
}

.span_link {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-top: -55px;
  margin-left: -55px;
  border-radius: 55px;
  font-size: 3em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.pb-center-column {
  margin-bottom: 30px;
}

div#iqitsizeguide-show i {
  font-size: 19px;
  margin-left: 0px;
}

.pb-center-column h1 {
  margin-top: 0;
  font-size: 24px;
  text-transform: inherit;
  color: #000;
  font-weight: 500;
}

.pb-center-column b {
  font-weight: 400;
}

.pb-center-column p {
  margin-bottom: 10px;
}

.pb-center-column div#selected_attributes p {
  margin-bottom: 27px;
}

.pb-center-column p.our_price_display {
  margin: 0;
  line-height: 35px;
}

.our_price_display_flex {
  display: flex;
  margin-bottom: 10px;
}

#product-description {
  margin-bottom: 40px;

}

section#product-description .rte {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

section#product-description h3.page-product-heading {
  border-top: 1px solid #000;
  border-bottom: 0;
}

.box-info-product {
  background-color: #fff;
  border: 1px solid none;
}

ul.r_size li label.for_size {
  width: 28px;
  height: 38px;
  text-align: center;
  /* padding: 10px !important; */
  margin: 0;
  border: 2px solid #fff;
  cursor: pointer;
  padding-top: 9px;
  font-weight: 400;
  font-size: 14px;
  padding-top: 9px;
  white-space: nowrap;
}

#short_description_block {
  border-bottom: 1px solid #ddd;
}

.content_prices p {
  margin: 0;
}

.our_price_display {
  font-size: 2em;
}

span#old_price_display {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.our_price_display .price.black {
  font-weight: 400;
  color: #000;
  font-size: 24px;
  /* width: 50%; */
  text-align: end;
  float: right;
  line-height: 30px;
}

.our_price_display .price {
  font-weight: 500;
  color: #FF0000;
  font-size: 24px;
  /* width: 50%; */
  text-align: end;
  float: right;
  line-height: 25px;
}

#old_price {
  display: inline-block;
  text-decoration: line-through;
  color: #000;
  font-size: 16px;
  margin-right: 0.25em;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

#reduction_percent span,
#reduction_amount span {
  display: inline-block;
  margin-right: 0;
  font-size: 16px;
  color: #fff;
  background: #FF3434;
  padding: 4px 10px 3px 10px;
  margin-bottom: 0;
  border-radius: 15px;
  margin-left: 0;
}

#quantity_wanted_p .input-group {
  float: left;
  margin-right: 40px;
  /*margin-bottom: 15px;*/
}

#quantity_wanted_p .input-group #quantity_wanted {
  width: 80px;
  height: 40px;
  border-right: none;
  /* border-left: none;*/
  border-color: #dfdfdf;
}

#quantity_wanted_p .input-group .input-group-btn {
  /* float: left;*/
  display: block;
}

#quantity_wanted_p .input-group .input-group-btn.right a,
#quantity_wanted_p .input-group .input-group-btn.left a {
  border-left: none;
  background: #fff;
  height: 20px;
  border-color: #dfdfdf;
  padding-right: 5px;
}

#quantity_wanted_p .input-group .input-group-btn.right a {
  border-bottom: none;
  border-radius: 0px 4px 0px 0px;
}

#quantity_wanted_p .input-group .input-group-btn.left a {
  border-top: none;
  border-radius: 0px 0px 4px 0px;
}

#quantity_wanted_p .input-group .input-group-btn a {
  /*height: 40px;
  width: 40px;
  line-height: 40px;*/
  padding: 0;
}

#quantity_wanted_p .input-group .input-group-btn a:hover {
  color: #000;
}

#quantity_wanted_p .input-group .input-group-btn .button-minus {
  top: 0px;
}

.box-cart-bottom #add_to_cart {
  display: inline-block !important;
  margin: 0;
}


.box-cart-bottom #add_to_cart .btn {
  height: 40px;
  padding: 0 54px 0 54px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
}

.box-cart-bottom {
  margin-top: 0px;
}

#attributes .form-group {
  margin: 0;
  position: relative;
  border-bottom: 0px solid #ededed;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

#attributes .form-control {
  width: auto;
}

.attribute_list ul {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.attribute_list ul li {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}

.attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
  width: 100%;
  cursor: pointer;
}

.attribute_list div.radio,
.attribute_list div.radio span,
.attribute_list div.radio input {
  float: none;
  display: inline-block;
}

#color_to_pick_list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  scrollbar-width: none;
}

#color_to_pick_list:before,
#color_to_pick_list:after {
  content: " ";
  display: table;
}

#color_to_pick_list:after {
  clear: both;
}

#color_to_pick_list li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 1px;
  border: 0px solid #eee;
  width: 35px;
  height: 35px;
  border-radius: 25px;
}

label.attribute_label {
  font-size: 12px;
  margin: 7px 0px 7px 0px;
}

#color_to_pick_list li.selected {
  border: 1px solid #000;
  position: relative;
}

.title_des {
  font-weight: 600;
  padding-bottom: 15px;
}

#color_to_pick_list li.selected::before {
  content: '';
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  height: 36px;
  width: 36px;
  background: green;

}

#color_to_pick_list li a.color_pick {
  display: block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  border-radius: 4px;
}

ul.r_size li label.for_size.r-checked {
  /*border: 1px solid #000;*/
  cursor: not-allowed;
}

ul.r_size li label.for_size::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 24px;
  color: #000;
  border: 0px solid #EDEDED;
  border-radius: 2px;
  position: absolute;
  right: 0px;
  top: 0px;
}

ul.r_size {
  margin-left: -5px;
}

ul.r_size li label.for_size.r-checked::before {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

ul.r_size li label.for_size.r_disabled {
  /* opacity: 0.5; */
  cursor: not-allowed;
  background: #fff;
  color: #9B9B9B;
  margin: 2px 0 0 0;
  width: 28px;
  height: 38px;
  border: 0px solid #fff;
  border-radius: 2px;
}

ul.r_size li label.for_size.r_disabled::before {
  border: 0px solid #fff;
}

#color_to_pick_list li a.color_pick img {
  display: block;
  height: 35px !important;
  width: 35px !important;
  border-radius: 25px;
}

#color_to_pick_list li.selected a.color_pick img {
  width: 29px !important;
  height: 29px !important;
}

#color_to_pick_list li.selected::before {
  content: '';
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  height: 35px;
  width: 35px;
  background: none;
}

#color_to_pick_list li.selected {
  border: 2px solid;
  position: relative;
  padding: 1px;
  width: 35px;
  height: 35px;
  margin: 1px 5px 4px 1px;
}

.btn-add-to-cart.added .icon:before {
  content: '\f00c';
}

.btn-add-to-cart.disabled .icon {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

.btn-add-to-cart.disabled .icon:before {
  content: '\f1ce';
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.page-product-box {
  margin-bottom: 10px;
}

.accessories-block .product_list.grid .product-container {
  margin-bottom: 0px;
}

#availability_statut {
  display: none !important;
}

.content_only .primary_block {
  margin: 0;
}

.content_only .pb-center-column h1 {
  margin-top: 20px;
}




.text-aditional {
  font-size: 14px;
  color: #000;
  padding-top: 11px;
  padding-left: 0;
  display: flex;
  font-weight: 400;
  align-items: center;
}

.menu {
  background: #f5f5f5;
  margin-top: 5px;
}

span.idit {
  font-size: 22px;
  padding-right: 20px;
  padding-bottom: 10px;
}

span.idit.cart-payment {
  font-size: 18px;
}

.tab.product-features .odd,
.table-responsive .odd {
  background: #fff;
}

.tab.product-features .odd,
.tab.product-features .even,
.table-responsive .odd,
.table-responsive .even {
  padding: 4px 10px 3px 0px;
  font-size: 16px;
  font-weight: 600;
}

.tab.product-features .odd span.bold,
.tab.product-features .even span.bold,
.table-responsive .odd span.bold,
.table-responsive .even span.bold {
  font-weight: 300;
  font-size: 16px;
}

.table-responsive span.p_l_cust {
  padding-left: 30px;
}

.tab.product-features .odd,
.tab.product-features .even {
  display: flex;
}

.table.table-condensed.table-hover.table-data-sheet .odd,
.table.table-condensed.table-hover.table-data-sheet .even {
  display: flex;
}

.page-product-heading {
  padding: 10px 0 0 0;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 500;
  text-transform: inherit;
  border: inherit;
  background: inherit;
}

.pad-left-none {
  padding-left: 0;
}

.pad-right-none {
  padding-right: 0;
}

/*reviews*/
.one-customers-reviews i.cas-icon-review {
  font-size: 110px;
  color: #DFDFDF;
  margin-top: 45px;
  display: block;
  margin-bottom: 45px;
}

.form-group.one-customers-reviews {
  /*text-align: center;*/
  margin-top: 15px;
  /*background-color: #f5f5f5;*/
  border: 0 solid #C4C4C4;
  /*padding: 10px 10px 35px 10px;*/

}

.form-group.one-customers-reviews.no_log {
  text-align: center;
  background-color: #D9D9D9;
  padding: 18px 0 10px 0px;
  font-size: 16px;
  font-weight: 400;
}

p.btn.btn-primary.log_custom {
  border-radius: 0;
}

div#revws-portal-product-reviews {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.advertise-text-review {
  text-align: center;
  margin-top: 15px;
}

.advertise-text-review {
  background-color: #f5f5f5;
  border: 0px solid #C4C4C4;
  padding: 10px;
}

.one-customers-reviews li {
  display: block;
}

a.no-customers-reviews {
  text-decoration: underline;
}

p.no-customers-reviews {
  text-decoration: underline;
  cursor: pointer;
}

/*reviews end*/
span.productcategory {
  padding: 10px 0 0 0;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  text-transform: inherit;
  border: inherit;
  background: inherit;
  display: block;
}

a.idTabHrefShort {
  cursor: pointer;
}

/*comment*/
/*accardion*/
label.tab-title.title_product-features,
label.tab-title.title_product-rew,
label.tab-title.title_product-description {
  text-align: left;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 0px 10px 0px !important;
  margin: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;

}

.prod_rew {
  display: inline-block;
  width: 100%;
}

.tab.product-description {
  margin-top: -5px;
}

a.btn.btn-block.btn-lg.btn-success.btn-search {
  font-size: 14px;
  font-weight: 700;
  display: initial;
}

a.btn.btn-block.btn-lg.btn-success.btn-search span.icon_next {
  padding-left: 15px;
}

p#search_wanted_p {
  color: #EC2836;
  font-size: 12px;
  margin-bottom: 25px;
  margin-top: 25px;
}

label.tab-title.title_product-features,
label.tab-title.title_product-rew,
label.tab-title.title_product-description,
label.tab-title.title_product-delivery_and_payment,
label.tab-title.title_exchange_and_return,
label.tab-title.title_product-information {
  text-align: left;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 0px 10px 0px !important;
  margin: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 0px solid #f0f0f0;
  align-items: center;
  border-top: 1px solid #000;
}

label.tab-title.title_product-description {
  margin-top: 5px;
  margin-bottom: 0px;
}

.delivery_and_payment_product_a,
.exchange_and_return_product_a {
  padding-bottom: 15px;
  text-align: end;
}

.delivery_and_payment_product_a a,
.exchange_and_return_product_a a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

label.tab-title.title_product-rew {
  border-bottom: 1px solid #000;
}


a.tab-content-a {
  color: #000;
  border-bottom: 1px solid #9D9B9B;
  padding: 5px 30px 10px 30px;
  font-size: 16px;
}

a.tab-content-a.active-link {
  border-bottom: 1px solid #000;
  cursor: default;
}

.rte h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

.rte {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}

p.title_del_pay_prod {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.exchange_and_return_product ul.text_ul {
  list-style: outside;
  padding-left: 20px;
}

div#product-descriptions .rte p {
  margin: 0 0 3px;
}

.exchange_and_return_product p.title_ex_ret_prod strong {
  font-weight: 600;
}

.rte {
  border-bottom: 1px solid #000;
  padding-bottom: 13px;
  /*min-height: 382px;
  height: 382px;
  overflow: auto;*/
}

.bor_bot .col-xs-6.text-center {
  display: flex;
  justify-content: center;
  display: -moz-box;
}

.delivery_and_payment_product,
.exchange_and_return_product {
  font-size: 16px;
  font-weight: 300;
}

.rte ul.img_desc {
  list-style: none;
  padding: 0;
}

.rte ul.img_desc li span.icon_des {
  padding-right: 15px;
}

.p_n {
  padding: 0 !important;
}

.p_l_n {
  padding-left: 0 !important;
}

.p_r_n {
  padding-right: 0 !important;
}

div#selected_attributes {
  color: #9D9B9B;
}

.prod_descript_foot h2,
.prod_descript_foot h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 16px;
}

.prod_descript_foot {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  line-height: normal;
}

.rtes {
  margin-top: 5px;
}

a.tab-content-a:focus {
  text-decoration: none;
}

div#product-descriptions,
div#product-description {
  margin-bottom: 25px;
}

/*.bor_bot {
  border-bottom: 1px solid;
  padding-bottom: 50px;
}*/
.del_prod {
  margin-bottom: 30px;
}

.delivery_and_payment_product ul.text_ul,
.prod_descript_foot ul  {
  list-style: outside;
  padding-left: 25px;
}

#attributes fieldset.attribute_fieldset.form-group.attribute_fieldset_r_size {
  padding-bottom: 0;
  margin-bottom: 0;
}

.size_guide.attribute_label {
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-top: 9px;
  padding-left: 0;
  margin-left: -7px;
}

a.lnk_more:hover {
  background: none;
  padding: 0;
  border: none;
  color: #000;
  text-decoration: underline;
}

a.lnk_more {
  padding: 0;
  color: #999;
  background: none;
  border: none;
  font-weight: 400;
}

@media (min-width: 1023px) {

  body#product .accessories-block ul.product_list.grid.list-grid li.ajax_block_product.col-lg-2\.4,
  body#product section.page-product-box.blockproductscategory .section ul#productscategory_list li.ajax_block_product.col-lg-2\.4 {
    width: 20%;
    padding: 0 45px;
  }

  body#product .accessories-block ul.product_list.grid.list-grid.row,
  body#product section.page-product-box.blockproductscategory .section ul#productscategory_list {
    margin-left: -45px;
    margin-right: -45px;
  }
}

@media (max-width: 767px) {
  .table.table-condensed.table-hover.table-data-sheet {
    margin-top: -5px !important;
    /*border-bottom: 1px solid #f0f0f0;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  a.tab-content-a {
    color: #000;
    border-bottom: 1px solid #9D9B9B;
    padding: 5px 15px 10px 15px;
    font-size: 12px;
    font-weight: 600;
  }

  a.tab-content-a.active-link {
    border-bottom: 1px solid #000;
    cursor: default;
  }

  div#revws-portal-product-reviews {
    border-bottom: 0px solid #000;
    margin-bottom: 0px;
  }

  label.tab-title.title_product-features,
  label.tab-title.title_product-rew,
  label.tab-title.title_product-description,
  label.tab-title.title_product-delivery_and_payment,
  label.tab-title.title_exchange_and_return,
  label.tab-title.title_product-information {
    text-align: left;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 0px 10px 0px !important;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 0px solid #f0f0f0;
    align-items: center;
    border: 0;
  }

  .tab.product-features,
  .tab.product-description,
  .tab.product-delivery_and_payment,
  .tab.product-exchange_and_return,
  /*label.tab-title.title_product-rew,*/
  .tab.product-information,
  .tab.product-rew {
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  section#product-hook-tab .accordion {
    display: flex;
  }

  .rte h2 {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .rte {
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
  }

  .bor_bot {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .tab.product-rew {
    display: inline-block;
    width: 100%;
  }

  label.tab-title.title_product-features,
  label.tab-title.title_product-description

  /*,label.tab-title.title_product-information*/
    {
    margin-top: 5px;
  }

  #reduction_percent span,
  #reduction_amount span {
    display: inline-block;
    margin-right: 0;
    font-size: 14px;
    color: #fff;
    background: #FF3434;
    padding: 2px 10px 2px 10px;
    margin-bottom: 0;
    border-radius: 15px;
    margin-left: 0;
  }

  #attributes .form-group {
    border: 0;
  }

  ul.r_size li label.for_size.r_disabled {
    /* opacity: 0.5; */
    cursor: not-allowed;
    background: none;
    color: #9D9B9B;
    margin: 1px 0 0 0;
    width: 21px;
    height: 21px;
    border: 0px solid #EDEDED;
    border-radius: 2px;
  }

  ul.r_size li label.for_size.r_disabled::before {
    border: 0px solid #EDEDED;
  }

  ul.r_size li label.for_size::before {
    content: "";
    display: inline-block;
    height: 21px;
    width: 21px;
    color: #000;
    border: 0px solid #EDEDED;
    border-radius: 2px;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .tab.product-features .odd,
  .tab.product-features .even,
  .table-responsive .odd,
  .table-responsive .even {
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: 500;
  }

  .tab.product-features .odd span.bold,
  .tab.product-features .even span.bold,
  .table-responsive .odd span.bold,
  .table-responsive .even span.bold {
    font-weight: 300;
    font-size: 12px;
  }

  .tab.product-features .odd,
  .table-responsive .odd {
    background: #fff;
  }

  ul.r_size li label.for_size.r-checked::before {
    border: 0;
    border-bottom: 1px solid #000;
  }

  ul.r_size li label.for_size {
    width: 21px;
    height: 21px;
    text-align: center;
    /* padding: 10px !important; */
    margin: 0;
    border: 1px solid #fff;
    cursor: pointer;
    padding-top: 9px;
    font-weight: 400;
    font-size: 14px;
    padding-top: 0px;
  }

  #old_price {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
  }

  .our_price_display_flex {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  #reduction_percent,
  #reduction_amount {
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .pb-center-column p.our_price_display {
    margin: 0;
  }

  #quantity_wanted_p .input-group .input-group-btn a:hover {
    color: #292929;
  }

  #color_to_pick_list li {
    margin: 0 12px 0px 0;
  }

  #quantity_wanted_p .input-group .input-group-btn {
    /*float: left;*/
    width: auto;
  }

  .pb-center-column p {
    margin-top: 0px;
    margin-bottom: 0;
  }

  .pb-center-column div#selected_attributes p {
    margin-bottom: 10px;
  }

  .pb-center-column p#product_reference {
    margin-top: 15px;
  }

  #quantity_wanted_p .input-group .input-group-btn.left a {
    margin-left: 0px;
  }

  span.group-attr-name {
    text-transform: lowercase;
  }

  .our_price_display .price {
    font-weight: 500;
    color: #000;
    font-size: 29px;
    /*width: 50%;*/
    text-align: end;
    float: right;
    line-height: 25px;
  }

  .our_price_display .price {
    font-weight: 500;
    color: #FF0000;
    font-size: 20px;
    /* width: 50%; */
    text-align: end;
    float: right;
    line-height: 30px;
  }

  .our_price_display .price.black {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    /* width: 50%; */
    text-align: end;
    float: right;
    line-height: 25px;
  }

  .attribute_list ul.r_size {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
  }

  #attributes .form-group {
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  #attributes .form-group:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
  }

  .delivery_and_payment_product,
  .exchange_and_return_product {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
  }

  .delivery_and_payment_product p.title_del_pay_prod,
  .exchange_and_return_product p.title_ex_ret_prod {
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .delivery_and_payment_product p.text,
  .exchange_and_return_product p.text {
    margin-bottom: 0;
  }

  .delivery_and_payment_product_a,
  .exchange_and_return_product_a {
    text-align: end;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  div#product-descriptions,
  div#product-description {
    margin-bottom: 0px;
  }

  .delivery_and_payment_product_a a,
  .exchange_and_return_product_a a {
    text-decoration: underline;
    font-size: 12px;
  }

  .rte {
    border-bottom: 0px solid #000;
    padding-bottom: 13px;
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .delivery_and_payment_product p.title_del_pay_prod {
    margin-top: 0px;
  }

  #product form#buy_block p.cart_navigation.ecm_quickorderbutton .button.button-medium {

    background: #fff !important;
    border-radius: 2px;
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 10px 29px;
    font-size: 14px;
    font-weight: 600;
    margin-top: -1px;
    height: 43px;
  }

  .box-cart-bottom #add_to_cart .btn {
    height: 43px;
    padding: 10px 40px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 9px;
    margin-left: 15px;
  }

  .box-cart-bottom #add_to_cart {
    display: inline-block !important;
    margin: 0;
    width: auto;
  }

  #color_to_pick_list li a.color_pick img {
    display: block;
    height: 26px !important;
    width: 26px !important;
    border-radius: 25px;
  }

  #color_to_pick_list li.selected {
    border: 1px solid;
    position: relative;
    padding: 1px;
    width: 26px !important;
    height: 26px;
    margin: 1px 7px 4px 0px;
  }

  #color_to_pick_list li.selected::before {
    content: '';
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    height: 26px;
    width: 26px;
    background: none;
  }

  #color_to_pick_list li a.color_pick {
    display: block;
    height: 26px;
    width: 26px;
    cursor: pointer;
    border-radius: 25px;

  }

  .del_prod {
    margin-bottom: 0px;
  }

  ul.r_size li label.for_size::before {
    border-radius: 0;
  }

  p#product_reference b,
  p#product_reference span {
    font-size: 12px;
    font-weight: 500;
  }


  .flex_mob_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  #quantity_wanted_p .input-group #quantity_wanted {
    width: 45%;
    height: 40px;
    border-right: none;
  }

  .attribute_list ul.r_size li {
    margin-right: 15px;
  }

  .attribute_list ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
  }

  #quantity_wanted_p .input-group {
    float: left;
    margin-right: 0px;
    width: 20%;
  }

  .primary_block h1 {
    font-size: 20px;
    font-weight: 500;
    text-transform: inherit;
    padding-left: 0px;
    margin-top: 10px;
  }

  .size_guide.attribute_label {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-top: -5px;
    padding-left: 0;
    margin-left: 0px;
  }

  .menu {
    padding: 0px 0 15px 0;
    margin-top: 10px;
  }

  .page-product-box {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    padding: 0;
  }

  .delivery_and_payment_product_a,
  .exchange_and_return_product_a {
    padding-bottom: 0;
  }

  .accessories-block ul.product_list.grid.list-grid.row li.ajax_block_product,
  ul#productscategory_list>li {
    padding: 0px 7.5px 0px 7.5px;
  }

  .primary_block {
    margin-bottom: 10px;
  }

  body#product .pb-center-column {
    padding: 0px 5px 0 5px;
    padding: 0;
  }

  .pb-center-column {
    margin-bottom: 15px;

  }

  span.productcategory {
    padding: 15px 0 0 0;
  }

  #color_to_pick_list li.selected a.color_pick img {
    width: 22px !important;
    height: 22px !important;
  }

  #color_to_pick_list li.selected::after {
    display: none;
  }

  .color_to_pick_list li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 1px;
    border: 0px solid #eee;
    width: 26px;
    height: 26px;
    border-radius: 25px;
  }

  #color_to_pick_list li.mobile {
    width: 26px;
    height: 26px;
    border-radius: 25px;
    border: 0;
  }

  #color_to_pick_list li.mobile.selected a {
    border: 1px solid;
    width: 26px;
    height: 26px;
    padding: 1px;
  }

  fieldset.attribute_fieldset.form-group {
    display: flex;
  }

  .attribute_list {
    overflow: hidden;
  }

  button.scroll-btn {
    background: none;
    border: 0;
    padding: 0;
    width: 25px;

  }

  button.scroll-btn.prev {
    margin-left: -6px;
  }

  button.scroll-btn.next {
    margin-right: -6px;
  }

  .attribute_fieldset_r_size .attribute_list {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    top: 55px;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 0;
  }

  #attributes fieldset.attribute_fieldset.form-group.attribute_fieldset_r_size {
    margin-bottom: 15px;
    margin-left: 5px;
  }

  div#selected_attributes {
    color: #9D9B9B;
    font-size: 12px;
    font-weight: 400;
  }

  label.attribute_label,
  span#product-availability {
    font-size: 12px;
    margin: 5px 0px 10px 0px;
    color: #9D9B9B;
    font-weight: 400;
  }

  #color_to_pick_list {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    /* justify-content: center; */
    display: flex;
    flex-direction: row;
    /*  max-width: 1280px; */
    overflow-x: scroll;
    overflow-y: hidden;
  }

  #color_to_pick_list::-webkit-scrollbar {
    display: none;
  }

  #color_to_pick_list li.mobile.selected a img {
    padding: 0;
  }
}

@media (max-width: 375px) {
  #quantity_wanted_p .input-group #quantity_wanted {
    width: 50%;
  }

  .attribute_list ul.r_size li {
    margin-right: 20px;
  }

  .attribute_list ul.r_size {
    margin-left: -20px;
  }

  section#product-accessories,
  section.page-product-box.blockproductscategory {
    padding: 0;
    margin-left: 0;
  }

  .box-cart-bottom #add_to_cart .btn {
    padding: 0 15px 0 15px;
  }
}

@media (max-width: 768px) {

  span.productcategory,
  .page-product-box h3.page-product-heading {
    padding: 0;
    border-bottom: 0px solid #f0f0f0;
    padding-bottom: 10px;
    margin: 0 0 5px;
  }

  #color_to_pick_list li {
    float: left;
    margin: 0 7px 5px 0;
    padding: 1px;
    border: 0px solid #eee;
    width: 35px;
    height: 35px;
    border-radius: 25px;
  }

  .page-product-box h3.page-product-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }

  .accessories-block ul.product_list.grid.list-grid.row {
    margin-bottom: -10px;
  }

  .accessories-block .product_list.grid .product-container {
    margin-bottom: 30px;
  }

  span.idit {
    padding-bottom: 0;
  }

  span.productcategory {
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }

  .box-cart-bottom #add_to_cart .btn {
    width: 100%;
    margin-left: 0;
  }

  .box-cart-bottom #add_to_cart {
    width: 100%;
  }
}

@media (max-width: 375px) {
  #color_to_pick_list li {
    float: left;
    margin: 0 5.9px 5px 0;
    padding: 1px;
    border: 0px solid #eee;
    width: 35px;
    height: auto;
    border-radius: 25px;
  }

  #color_to_pick_list li.selected {
    border: 1px solid;
    position: relative;
    padding: 1px;
    width: 26px !important;
    height: 26px;
    margin: 1px 5px 4px 0px;
  }

  .attribute_list ul.r_size li {
    margin-right: 18px;
  }

  .attribute_list ul.r_size li:last-child {
    margin-right: 0;
  }

  .box-cart-bottom #add_to_cart .btn {
    width: -webkit-fill-available;
    height: 43px;
    padding: 10px 40px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 9px;
    margin-left: 15px;
  }

  .box-cart-bottom #add_to_cart {
    display: inline-block !important;
    margin: 0;
    width: 100%;
  }

  #product form#buy_block p.cart_navigation.ecm_quickorderbutton .button.button-medium {
    background: #fff !important;
    border-radius: 2px;
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: -1px;
    height: 43px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .rte {
    min-height: 421px;
    height: 421px;
    overflow: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .attribute_list ul li {
    float: left;
    margin-right: 17px;
    margin-bottom: 10px;
  }

  .attribute_list ul li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .attribute_list ul li {
    float: left;
    margin-right: 11px;
    margin-bottom: 10px;
  }

  .attribute_list ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 912px) {
  /*#color_to_pick_list .slick-list .slick-slide{
        display: block;
        padding: 0;
        width: auto !important;
    }
    #color_to_pick_list .slick-list{
      overflow: visible;
    }*/
}

@supports (-webkit-appearance: none) {
  .rte {
    min-height: 382px;
    height: 382px;
  }
}

@-moz-document url-prefix() {
  .rte {
    min-height: 385px;
    height: 385px;
  }
}

@media (min-width: 1023px) and (max-width: 1366px) {
  @supports (-webkit-appearance: none) {
    .rte {
      min-height: 405px;
      height: 405px;
    }
  }

  @-moz-document url-prefix() {
    .rte {
      min-height: 408px;
      height: 408px;
    }
  }

  body#product .accessories-block ul.product_list.grid.list-grid li.ajax_block_product.col-lg-2\.4,
  body#product section.page-product-box.blockproductscategory .section ul#productscategory_list li.ajax_block_product.col-lg-2\.4 {
    width: 20%;
    padding: 0 25px;
  }

  body#product .accessories-block ul.product_list.grid.list-grid.row,
  body#product section.page-product-box.blockproductscategory .section ul#productscategory_list {
    margin-left: -25px;
    margin-right: -55px;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .page-product-box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }

  label.tab-title.title_product-information {
    border-top: 0;
  }

  .tab.product-information {
    border-bottom: 1px solid #000;
  }

  .tab.product-information.col-xs-12 {
    padding: 0;
  }

  @supports (-webkit-appearance: none) {
    .rte {
      min-height: 100%;
      height: 100%;
    }
  }

  @-moz-document url-prefix() {
    .rte {
      min-height: 100%;
      height: 100%;
    }
  }

  .box-cart-bottom #add_to_cart .btn {
    margin-top: 10px;
  }

}

@media (max-width: 360px) {
  .attribute_list ul.r_size {
    margin-left: 0px;
  }

  .attribute_list ul.r_size li:last-child {
    margin-right: 15px;
  }
}

@media only screen and (max-width:768px) {
  .attribute_list ul.r_size xmp,
  .attribute_list ul.r_size br{
    display: none;
  }
  @supports (-webkit-appearance: none) {
    .rte {
      min-height: 100%;
      height: 100%;
    }
  }

  @-moz-document url-prefix() {
    .rte {
      min-height: 100%;
      height: 100%;
    }
  }

  .form-group.one-customers-reviews.no_log {
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .revws-paging {
    margin-top: -5px;
  }

  .form-group.one-customers-reviews.no_log {
    text-align: center;
    background-color: #D9D9D9;
    padding: 15px 0 6px 0px;
    font-size: 12px;
    font-weight: 400;
  }

  .form-group.one-customers-reviews {
    text-align: center;
    margin: 2px 0 22px 0px;
  }
}