* {
  /* font-family: "open_sansregular",sans-serif; */
  font-family: "Open Sans", sans-serif;
  color: #202020;
}

body {
  overflow-x: hidden;
}

body.open-personalize-product, body.open_size_table {
  overflow: hidden;
}

.show-only-mobile {
  display: none;
}

.show-only-desktop {
  display: block;
}

.show-only-mobile-2 {
  display: none;
}

.show-only-desktop-2 {
  display: block;
}

/* breadcrumbs */

.product_page_breadcrumbs {
  width: 100%;
  margin: auto;
}

.product_page_breadcrumbs>ul {
  padding: 25px 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.product_popup-related-all::-webkit-scrollbar {
  height: 8px;
}

.product_popup-related-all::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 10px;
}

.product_popup-related-all::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: darkgray;
}

.product_page_breadcrumbs>ul>li {
  font-size: 12px;
}

.product_page_breadcrumbs>ul>li>a {
  padding: 0px 5px;
  color: #202020;
}

.product_page_breadcrumbs>ul>li:first-child>a {
  padding-left: 0;
}

.product_page_breadcrumbs>ul>li:last-child>a {
  text-decoration: underline;
}

.product_page_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 15px;
}

.product_item_images {
  width: 58%;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.product_item_image_list {
  position: relative;
  list-style: none;
}

.product_item_percentage {
  position: absolute;
  left: 20%;
  top: 2%;
  z-index: 9;
  background-color: #e54040;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 45px;
  height: 45px;
  margin: 0;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}

.product_item_tag {
  margin: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  display: block;
  z-index: 99;
  padding: 1px 10px;
  text-align: center;
}

.product_item_customized_product_content {}

.product_item_customized_product {
  width: 70%;
  height: 25px;
  margin: auto;
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_item_customized_product i {
  color: #fff;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .product_item_customized_product {
    margin-top: -7px;
    height: 28px;
    margin-left: 24%;
  }
}

/* slick slider */

.product_item_image_slick_slider {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

.slick-list {
  width: 83%;
}

.slick-dots {
  width: 18%;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.slick-dots>li {
  width: 100% !important;
  max-width: 100px;
  height: auto !important;
  margin: 0 0 10px 0;
  border: 2px transparent solid;
}

.slick-dots>li:last-child {
  margin: 0 !important;
}

.slick-dots>li>a {}

.slick-dots>li>a>img {
  width: 100%;
}

.slick-dots .slick-active {
  border: 2px #000 solid;
  border-radius: 3px;
}

.slick-slide img {
  width: 100% !important;
}

.product_item_infos {
  box-sizing: border-box;
  padding-left: 20px;
  width: 42%;
}

.product_item_i_title {
  width: 100%;
}

.product_item_i_title h1 {
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-size: 27px;
  text-align: center;
}

.product_item_i_attr {
  width: 100%;
}

.product_item_i_attr ul {
  padding: 20px 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.product_item_i_attr ul li {
  font-size: 12px;
  padding: 0px 5px;
  color: #aaa;
}

.product_item_i_price_brand {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.item_i_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.item_i_price del {
  font-size: 14px;
  color: #000;
}

.item_i_price ins, .item_i_price ins span {
  font-size: 25px;
  font-weight: bold;
  color: #52c1ee !important;
  text-decoration: none;
}

.item_i_brand {}

.item_i_brand a {}

.item_i_brand a img {
  max-width: 80px;
  width: 100%;
}

.separator_product {
  margin: 20px 0;
}

.product_item_i_color {
  margin-bottom: 20px;
}

.item_i_cor_titles, .item_i_size_titles {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.item_i_cor_titles p, .item_i_size_titles p {
  margin: 0 8px 0 0;
  padding: 0;
  color: #000;
  font-size: 14px;
}

.item_i_cor_titles span, .item_i_size_titles span {
  color: #999;
  font-size: 15px;
  font-weight: bold;
}

.item_i_cor_colors {}

.item_i_cor_colors ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.item_i_cor_colors ul li {
  margin-right: 13px;
  border: 2px transparent solid;
  border-radius: 40px;
  cursor: pointer;
}

.item_i_cor_colors ul li.selectedColor {
  border: 2px #52c1ee solid;
}

.item_i_cor_colors ul li label {
  margin: 0 !important;
  margin-bottom: 0 !important;
  border: 2px #ddd solid;
  border-radius: 40px;
}

.item_i_cor_colors ul li.selectedColor label {
  border: 2px transparent solid;
}

.item_i_cor_colors ul li img {
  width: 38px;
  height: 38px;
  border-radius: 40px;
  border: 0px transparent solid;
}

.product_item_i_block_sizes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.product_item_i_size {
  padding: 0 0 15px 0;
  width: 100%;
}

.item_i_size_titles {}

.item_i_size_titles p {}

.item_i_size_titles span {}

.item_i_size_sizes {
  overflow: auto;
  width: 100%;
}

.item_i_size_sizes ul {
  margin: 5px 0;
  overflow-x: auto;
  padding: 0 0 10px 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.item_i_size_sizes ul li {
  border: 2px transparent solid;
  border-radius: 40px;
  margin-right: 13px;
  cursor: pointer;
}

.item_i_size_sizes ul li.selectedSize {
  border: 2px #52c1ee solid;
}

.item_i_size_sizes ul li label {
  margin: 0 !important;
  margin-bottom: 0 !important;
}

.item_i_size_sizes ul li p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  border: 2px #aaa solid;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.item_i_size_sizes ul li.selectedSize p {
  border: 2px transparent solid;
}

.product_item_i_table_size {
  margin: 0 0 15px 0;
}

.product_item_i_table_size p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-decoration: underline;
  color: #aaa;
  cursor: pointer;
}

.product_item_i_custom {
  width: 100%;
  margin-bottom: 20px;
}

.item_i_custom_titles {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.item_i_custom_titles p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #000;
}

.item_i_custom_titles span {
  font-size: 12px;
  color: #aaa;
}

.item_i_custom_field {
  width: 100%;
}

.item_i_custom_field input {
  width: 100%;
  padding: 7px 15px;
  font-size: 15px;
  outline: none;
  border: 1px #aaa solid;
  border-radius: 3px;
}

.item_i_custom_field input::placeholder {
  font-size: 13px;
}

.product_item_i_qtd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.item_i_select {
  width: 55px;
  margin: 0 15px 0 0;
}

.item_i_select input.quantity {
  width: 100%;
  height: 42px;
  padding: 10px;
  border-radius: 3px;
  border: 1px #a0a0a0 solid;
}

.item_i_select select option {}

.item_i_button {
  flex: 1;
}

.item_i_button button.single_add_to_cart_button, .custom-product p {
  background-color: #52c1ee;
  color: #fff;
  margin: 0;
  font-size: 15px;
  border-radius: 3px;
  text-align: center;
  height: 42px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  border: none;
}

.single_add_to_cart_button {
    background-color: #52c1ee;
    color: #fff;
    margin: 0;
    font-size: 15px;
    border-radius: 3px;
    text-align: center;
    height: 42px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    border: none;
}

.product_item_i_shipping {}

.item_i_titles {}

.item_i_titles h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 17px;
  color: #000;
}

.item_i_inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item_i_input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}

.item_i_input input {
  border: 1px #aaa solid;
  border-radius: 3px;
  padding: 7px 22px;
  margin: 0 10px 0px 0;
  width: 126px;
  outline: none;
}

.item_i_input p {
  margin: 0;
  padding: 10px 25px;
  background-color: #eee;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
}

.item_i_cep {}

.item_i_cep p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.calculated_shipping {
  background-color: #eee;
  border: 1px #111 solid;
  border-radius: 3px;
  padding: 10px;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display: none;
}

.calculated_shipping h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: left;
}

.calculated_shipping_show {
  display: flex;
}

.calculated_shipping_content {
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.default_show, .next_day_show {
  display: flex;
}

.calculated_shipping_content.next_day {
  margin-bottom: 15px;
}

.calculated_shipping_circle {
  display: block;
  border: 2px #52c1ee solid;
  border-radius: 50px;
}

.calculated_shipping_circle span {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #52c1ee;
  border-radius: 50px;
  border: 2px #eee solid;
}

.calculated_shipping_titles {
  width: 100%;
}

.calculated_shipping_titles h3 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}

.calculated_shipping_titles p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
}

.calculed_shipping_price {
  width: 75px;
  text-align: center;
}

.calculed_shipping_price p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
}

.product_page_moreinfo {}

.moreinfo_titles {
  display: flex;
  flex-direction: row;
  border-bottom: 1px lightgray solid;
}

.moreinfo_titles p {
  margin: 0;
  padding: 10px;
  color: #000;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}

.moreinfo_titles p span {
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 2px;
  background-color: #000;
  width: 0%;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.moreinfo_titles p:last-child span {
  left: 0;
}

.moreinfo_titles p.activeMoreInfo {
  font-weight: bold;
}

.moreinfo_titles p.activeMoreInfo span {
  border-bottom: 2px #000 solid;
  width: 100%;
}

.moreinfo_content {
  margin: 20px 0 50px;
}

.moreinfo_content [data-selected="details"] {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.moreinfo_content [data-selected="details"] div {
  width: 48%;
}

.moreinfo_content [data-selected="details"] div h3 {
  font-size: 15px;
  font-weight: bold;
}

.moreinfo_content [data-selected="details"] div p {
  margin: 0;
  padding: 5px 0 10px;
  color: #000;
  font-size: 13px;
}

.moreinfo_content [data-selected="information"] {
  display: none;
}

.moreinfo_content [data-selected="information"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.moreinfo_content [data-selected="information"] ul li {
  padding: 5px 0 10px;
  display: flex;
}

.moreinfo_content [data-selected="information"] ul li h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  min-width: 120px;
}

.moreinfo_content [data-selected="information"] ul li p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000;
}

.moreinfo_content [data-selected].activeMoreInfoSelected {
  display: flex;
}

.moreinfo-mobile {
  display: none;
}

.moreinfo-desktop {
  display: flex;
}

@media screen and (max-width: 991px) {
  .show-only-mobile {
    display: block;
  }
  .show-only-desktop {
    display: none;
  }
  .product_page_breadcrumbs>ul {
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .product_page_item {
    flex-direction: column;
  }
  .product_item_images, .product_item_infos {
    width: 100%;
  }
  .product_item_i_title h1 {
    font-size: 20px;
  }
  .product_item_infos {
    padding: 0;
  }
  .calculated_shipping {
    margin: 20px 0 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .show-only-mobile-2 {
    display: block;
  }
  .show-only-desktop-2 {
    display: none;
  }
  .product_page_breadcrumbs>ul {
    padding: 12px 0;
  }
  .product_page_breadcrumbs>ul>li {
    font-size: 10px;
  }
  .moreinfo-mobile {
    display: flex;
    margin: 0;
    padding: 10px 0;
    color: #000;
    font-size: 14px;
    border-bottom: 1px #000 solid;
  }
  .moreinfo-mobile.activeMoreInfo {
    font-weight: bold;
  }
  .moreinfo-desktop {
    display: none;
  }
  .moreinfo_content [data-selected="details"] {
    flex-direction: column;
    /* overflow: hidden;
    height: 0;
    padding: 0;
    transition: height .2s linear; */
  }
  .moreinfo_content [data-selected="details"] div {
    width: 100%;
  }
  .moreinfo_content [data-selected] {
    background-color: #fff;
    border-bottom: 1px #000 solid;
    margin-top: -2px;
  }
  .moreinfo_content [data-selected="details"] div h3 {
    font-size: 13px;
  }
  .moreinfo_content [data-selected="details"] div p {
    font-size: 12px;
  }
  .moreinfo_content [data-selected="information"] {
    /* overflow: hidden;
    height: 0;
    padding: 0;
    transition: height .2s linear; */
  }
  .moreinfo_content [data-selected="information"] ul li h3 {
    font-size: 12px;
  }
  .product_item_percentage {
    left: 2%;
  }
  .slick-list {
    width: 100%;
  }
  .arrow-slick {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    color: #111;
    border: none;
    transition: all 0.4s;
    background: none;
    outline: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .prev-slick {
    left: 10px;
  }
  .next-slick {
    right: 10px;
  }
  .base-arrow {
    border: solid #888;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    outline: none;
  }
  .base-arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .base-arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .slick-dots {
    position: absolute;
    bottom: -34px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.2;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots .slick-active {
    border: none;
    border-radius: none;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #52c1ee;
  }
  .item_i_custom_titles span {
    font-size: 10px;
    text-align: right;
  }
  .product_item_i_block_sizes {
    align-items: flex-start;
  }
}

.personalize_custom_product {
  position: fixed;
  background: #fff;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 20px;
  z-index: 999999999999;
}

.personalize_custom_product.open-personalize-product {
  display: block;
}

.name_price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.custom_name {
  width: 60%;
}

.custom_name h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
}

.custom_price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

.custom_price del {
  font-size: 10px;
  margin-right: 5px;
}

.custom_price ins {
  font-size: 12px;
  text-decoration: none;
}

.image_button {
  margin-top: 10px;
  display: flex;
  flex-direction: column-reverse;
}

.custom_image {
  border: 1px #eee solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: none;
}

.custom_image img {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.custom_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.custom_button input {
  border: 1px #eee solid;
  padding: 10px 20px;
  width: 100%;
  outline: none;
  font-size: 14px;
  color: #aaa;
  border-bottom-left-radius: 3px;
}

.custom_button>button {
  margin: 0;
  padding: 10px 0px;
  border: none;
  background-color: #52c1ee;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 3px;
}

.size_table {
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.size_table.open_size_table {
  display: flex;
  z-index: 99999999999999;
}

.block_size_table {
  max-width: 700px;
  position: relative;
}

.block_size_table img {
  width: 100%;
}

.block_size_table span {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .block_size_table {
    max-width: auto;
    width: 88%;
  }
}

@media screen and (max-width: 400px) {
  .product_item_i_attr ul li {
    font-size: 11px;
    padding: 0px 3px;
    color: #aaa;
  }
}

.buy-now {
  background-color: red !important;
}

.msg-buy-now {}

.msg-buy-now p {
  width: 100%;
  margin: 5px 0;
  padding: 0;
  font-size: 13px;
}

.msg-buy-now p:first-child strong {
  color: #ffa000 !important;
  margin-left: 7px;
}

.msg-buy-now p img {
  width: 18px;
}

/*
li.out-of-stock {
  position: relative;
  overflow: hidden;
  cursor: not-allowed;
  border: 2px transparent solid!important;
}

li.out-of-stock:before{
  border-top: 2px #eee solid;
  transform: rotate(-45deg);
  z-index: 99999;
}

li.out-of-stock:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: not-allowed;
}

li.out-of-stock:after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  cursor: not-allowed;
}

.item_i_cor_colors li.out-of-stock:before{
  top: 14px;
  left: 14px;
} */

/* NAO DESCOMENTA ESSE
.item_i_cor_colors li.out-of-stock img{
  opacity: .5;
} */

/*
li.out-of-stock p {
  border: none!important;
  position: relative;
  overflow: hidden;
} */

.banners_settings {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 630px;
  margin-bottom: 30px;
}

.banners_settings:last-child {
  margin: 0 0 50px;
}

.banners_settings.left {
  background-position: center 80%;
}

.banners_settings.right {
  background-position: center 80%;
}

.text_align_banner {
  padding: 40px 0;
  color: #000 !important;
}

.banners_settings.left .text_align_banner {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: initial;
}

.banners_settings.right .text_align_banner {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: initial;
}

.text_align_banner h1, .text_align_banner h2, .text_align_banner h3 {
  padding: 0;
  margin: 25px 0 0 0;
  line-height: 1.3;
  font-weight: 600;
  font-size: 20px !important;
  color: #000;
  max-width: 40%;
  width: 100%;
}

.text_align_banner h1:nth-child(1), .text_align_banner h2:nth-child(1), .text_align_banner h2:nth-child(1) {
  margin: 0;
}

.text_align_banner p {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 15px;
  color: #000 !important;
  max-width: 40%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .text_align_banner h1, .text_align_banner h2, .text_align_banner h3 {
    line-height: 1.3;
  }
  .banners_settings {
    position: relative;
    min-height: initial;
  }
  .banners_settings.left {
    background-position: 0%;
  }
  .banners_settings.right {
    background-position: 100%;
  }
  .banners_settings .text_align_banner::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .text_align_banner h1, .text_align_banner h2, .text_align_banner h3, .text_align_banner p {
    max-width: 100%;
    width: 100%;
    z-index: 999;
  }
  .text_align_banner {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
  }
  /* .personalize_custom_product .custom_button:focus-within {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -20px !important;
  } */
}

/* new attributes template */

.product_item_attributes {}

.attribute_item {}

.attribute_name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.attribute_name p {
  margin: 0 8px 0 0;
  padding: 0;
  color: #000;
  font-size: 13px;
}

.attribute_name span {
  color: #999;
  font-size: 13px;
  font-weight: bold;
}

.attribute_values {}

.attribute_values ul {
  margin: 5px 0;
  padding: 0 0 10px 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow-x: auto;
}

.attribute_values ul li {
  /* border: 2px transparent solid; */
  border-radius: 10px;
  margin-right: 13px;
  cursor: pointer;
  position: relative;
}

.attribute_values ul li label {
  margin: 0 !important;
  margin-bottom: 0 !important;
  border: 2px #ddd solid;
  border-radius: 10px;
}

.attribute_values ul li input {
  display: none;
}

.attribute_values ul li label p {
  font-size: 12px;
  margin: 0;
  padding: 0 5px;
  height: 30px;
  min-width: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.attribute_values ul li label img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 2px transparent solid;
}

.attribute_values ul li.selected label {
  border: 2px #52c1ee solid;
}

.attribute_values ul li.selected.non_required_class::after {
  content: "x";
  position: absolute;
  margin: 0;
  padding: 0;
  top: -1px;
  right: -1px;
  line-height: 0;
  font-size: 11px;
  color: white;
  font-family: cursive;
  background: #000;
  height: 13px;
  width: 13px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

/* VALUE offer */

.value_offer {
  padding: 50px 0 20px 0; 
}

.value_offer_title {
  padding: 10px 0 0 0;
}

.value_offer_title h3 {
  color: #626a7d;
  font-size: 18px;
  font-weight: 200;
  margin: 0;
  padding: 0 0 12px 0;
}

.value_offer_title h3 span{
  font-weight: 900;
  color: #626a7d;
}

.value_offer_title p {
  margin: 0;
  font-size: 14px;
  color: #626a7d;
}

.items_offer {}

.items_offer p {
  margin: 0 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 1.3;
  color: #626a7d;
}

.items_offer p:last-child{
  margin-bottom: 0;
}

.items_offer p img {
  width: 24px;
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 768px){
  .value_offer{
    padding: 20px 0 20px 0; 
  }

  .value_offer_title h3{
    text-align: center;
  }

  .items_offer p{
    margin: 0 0 15px;
  }

  .custom_button input {
    border: 1px #eee solid;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    font-size: 10px;
    color: #aaa;
    border-bottom-left-radius: 3px;
  }
}

.product_multiple_lines p{
  color:#000;
}

.product_multiple_lines p a{
  font-size:12px;
  padding: 5px 15px;
  border: 2px #ddd solid;
  border-radius: 10px;
  color: #888;
}

.product_multiple_lines p a.active{
  border:2px #52c1ee solid;
}

@media screen and (max-width: 768px){
  .product_multiple_lines{
    text-align: center;
    margin-bottom: 25px;
  }

  .product_multiple_lines p span{
    display: block;
    margin-top: 8px;
  }
}