/*
Theme Name: cdam

WooCommerce styles override
*/
/**
 * Shop tables
 */
.woocommerce-table th {
  text-align: left;
}

table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr td,
  table.shop_table_responsive tr th {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}

.woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-columns--addresses > div {
  padding: 10px 30px;
  width: calc((100vw * 20 / 100) - 2px);
  margin-right: calc(100vw * 5 /100);
  border: 1px solid #000;
}

.woocommerce-columns--addresses > div:nth-child(2n+2) {
  margin-right: 0;
}

.woocommerce-columns--addresses > div > .woocommerce-column__title {
  font-size: 0.875rem;
}

.woocommerce-columns--addresses > div address {
  font-style: normal;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
  width: calc(100% / 3 - (70px * 2 / 3));
  margin-right: 70px;
}

ul.products li.product:nth-child(3n+3) {
  margin-right: 0;
}

ul.products li.product > a {
  position: relative;
  display: block;
  letter-spacing: 2px;
}

ul.products li.product > a img {
  width: 100%;
  opacity: 1;
}

ul.products li.product > a img.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

ul.products li.product .wrap {
  padding: 10px;
  min-height: 81px;
}

ul.products li.product .wrap .p-title {
  text-align: center;
  font-family: ZoomProWideL, sans-serif;
  font-size: 0.75rem;
}

ul.products li.product .wrap .p-title a {
  color: #000;
  letter-spacing: 2px;
}

ul.products li.product .wrap .p-price {
  text-align: center;
  font-family: ZoomProWideB, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
}

ul.products li.product.woocommerce-products-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 75px;
}

ul.products li.product.woocommerce-products-header .page-title {
  position: absolute;
  top: 0;
  left: 75px;
  font-size: 0.8rem;
  color: #000;
  padding-left: 20px;
  margin-bottom: 1.05rem;
}

ul.products li.product.woocommerce-products-header .page-title:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #000;
}

ul.products li.product.woocommerce-products-header .term-description {
  width: 50%;
  min-width: 260px;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

ul.products li.product.hover > a img {
  opacity: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

ul.products li.product.hover > a img.hover {
  opacity: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

ul.products li.product.hover .c-attribute {
  display: flex;
}

.collection-category ul.products li.product {
  margin-bottom: 25px;
  width: calc(100% / 3 - (25px * 2 / 3));
  margin-right: 25px;
}

.collection-category ul.products li.product:nth-child(3n+3) {
  margin-right: 0;
}

.tax-product_cat .site-main {
  margin-top: 15vh;
}

.tax-product_cat .site-main .woocommerce-products-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tax-product_cat .site-main .woocommerce-products-header .page-title {
  position: relative;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  color: #000;
  padding-left: 20px;
  margin-bottom: 1.05rem;
}

.tax-product_cat .site-main .woocommerce-products-header .page-title:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #000;
}

.tax-product_cat .site-main .woocommerce-products-header .term-description {
  width: 50%;
  min-width: 260px;
}

@media only screen and (max-width: 1440px) {
  ul.products li.product.woocommerce-products-header .term-description {
    width: 100%;
    overflow: auto;
    margin-top: 50px;
    max-height: 400px;
  }
  ul.products li.product.woocommerce-products-header .term-description::-webkit-scrollbar {
    width: 0;
  }
  ul.products li.product.woocommerce-products-header .term-description::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ul.products li.product.woocommerce-products-header .term-description::-webkit-scrollbar-thumb {
    background: #888;
  }
  ul.products li.product.woocommerce-products-header .term-description::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

@media only screen and (max-width: 1280px) {
  ul.products li.product.woocommerce-products-header {
    padding: 0 35px;
  }
  ul.products li.product.woocommerce-products-header .page-title {
    left: 35px;
  }
  ul.products li.product.woocommerce-products-header .term-description {
    width: 100% !important;
    min-width: 100% !important;
    max-height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  ul.products li.product {
    margin-bottom: 15px;
    width: calc(100% / 2 - (15px * 1 / 2));
    margin-right: 15px;
  }
  ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
  ul.products li.product:nth-child(3) {
    margin-right: 15px;
  }
  ul.products li.product .wrap .p-title {
    height: 37px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
  ul.products li.product .wrap .p-price {
    font-size: 0.75rem;
  }
  .collection-category {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .collection-category ul.products .pagi {
    margin-top: 30px;
  }
  .collection-category ul.products li.product {
    margin-bottom: 0;
    width: calc(100% / 2);
    margin-right: 0;
  }
  .collection-category ul.products li.product:nth-child(3n+2) {
    margin-right: 0;
  }
  .collection-category ul.products li.product:nth-child(2) {
    margin-right: 0;
  }
  .collection-category ul.products li.product.woocommerce-products-header {
    width: 100%;
    padding: 0 50px 70px;
  }
  ul.products li.product.woocommerce-products-header {
    flex-wrap: wrap;
  }
  ul.products li.product.woocommerce-products-header .page-title {
    position: relative;
    left: 0;
  }
  ul.products li.product.woocommerce-products-header .term-description {
    width: 100% !important;
    min-width: 100% !important;
    max-height: 100%;
  }
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

.woocommerce div.product div.images {
  margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 0;
}

.woocommerce div.product div.summary {
  padding-right: 10%;
  padding-top: 10vh;
  width: 48%;
  margin-bottom: 0;
  top: 0;
  right: 0;
  height: 90vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.woocommerce div.product div.summary::-webkit-scrollbar {
  width: 0;
}

.woocommerce div.product div.summary::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.woocommerce div.product div.summary::-webkit-scrollbar-thumb {
  background: #888;
}

.woocommerce div.product div.summary::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.woocommerce.single-product .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.woocommerce.single-product .zwc-custom-thumbnail {
  width: 50%;
  margin-right: 2%;
  line-height: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  cursor: pointer;
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
}

.woocommerce.single-product .zwc-custom-thumbnail::-webkit-scrollbar {
  width: 2px;
}

.woocommerce.single-product .zwc-custom-thumbnail::-webkit-scrollbar-track {
  background: transparent;
}

.woocommerce.single-product .zwc-custom-thumbnail::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

.woocommerce.single-product .zwc-custom-thumbnail::-webkit-scrollbar-thumb:hover {
  background: #f8f8f8;
}

.woocommerce.single-product .zwc-custom-thumbnail img {
  width: 100%;
}

.woocommerce.single-product .zwc-custom-thumbnail + img.scroll {
  position: fixed;
  bottom: 20px;
  left: calc(48% - 60px);
  max-width: 20px;
  z-index: 9995;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.woocommerce.single-product .zwc-custom-thumbnail + img.scroll.miss {
  bottom: -30vh;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.woocommerce.single-product .zwc-custom-thumbnail + img.scroll + img.zoom-back {
  display: none;
  max-width: 46px;
}

.woocommerce.single-product .zwc-custom-thumbnail.customize {
  width: 37%;
}

.woocommerce.single-product .zwc-custom-thumbnail.customize + img.scroll {
  left: calc(36% - 80px);
}

.woocommerce.single-product .zwc-custom-thumbnail.fullscreen {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  margin-right: 0;
  z-index: 1200;
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
}

.woocommerce.single-product .zwc-custom-thumbnail.fullscreen::-webkit-scrollbar {
  width: 4px;
}

.woocommerce.single-product .zwc-custom-thumbnail.fullscreen::-webkit-scrollbar-track {
  background: #d1d1d1;
}

.woocommerce.single-product .zwc-custom-thumbnail.fullscreen + img.scroll {
  left: calc(50% - 20px);
}

.woocommerce.single-product .zwc-custom-thumbnail.fullscreen + img.scroll + img.zoom-back {
  display: block;
  position: fixed;
  top: 120px;
  left: 65px;
  z-index: 9995;
}

.zwc-product-recommended {
  width: 90%;
  margin: 0 auto 150px;
}

.zwc-product-recommended .title {
  font-family: ZoomProWideB, sans-serif;
  font-size: 1rem;
  margin: 95px 0 55px;
}

.woocommerce.single-product .bio {
  position: relative;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  color: #000;
  padding-left: 20px;
  width: 100%;
}

.woocommerce.single-product .bio:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #000;
}

.zwc-product-sumary {
  width: 100%;
}

.zwc-product-sumary .listing .item {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: ZoomProWideL, sans-serif;
  font-size: 0.8rem;
}

.zwc-product-sumary .listing .item .info {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  line-height: 1.5;
}

.zwc-product-sumary .listing .item .info .p-name {
  text-transform: capitalize;
  margin-bottom: 7px;
}

.zwc-product-sumary .listing .item .info .p-name a {
  color: #000;
}

.zwc-product-sumary .listing .item .info .p-size {
  width: calc(60% - 70px);
  margin-right: 70px;
}

.zwc-product-sumary .listing .item .info .p-size .p-name {
  font-size: 1rem;
}

.zwc-product-sumary .listing .item .info .p-size .p-size-detail > div {
  margin-bottom: 7px;
}

.zwc-product-sumary .listing .item .info .p-size .p-size-detail ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.zwc-product-sumary .listing .item .info .p-size .p-size-detail ul li {
  margin-right: 10px;
  cursor: pointer;
}

.zwc-product-sumary .listing .item .info .p-size .p-size-detail ul li.disabled {
  text-decoration: line-through;
}

.zwc-product-sumary .listing .item .info .p-color {
  width: 25%;
}

.zwc-product-sumary .listing .item .info .p-color .p-color-detail > div {
  font-family: ZoomProWideB, sans-serif;
  margin-bottom: 7px;
}

.zwc-product-sumary .listing .item .info .p-color .p-color-detail ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  min-height: 19px;
}

.zwc-product-sumary .listing .item .info .p-color .p-color-detail ul li {
  margin-right: 10px;
  cursor: pointer;
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
}

.zwc-product-sumary .listing .item .info .p-price {
  width: 15%;
}

.zwc-product-sumary .listing .item .info .p-price .p-price-detail {
  font-family: ZoomProWideB, sans-serif;
}

.zwc-product-sumary .listing .item .btn-cart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.zwc-product-sumary .listing .item .btn-cart .add-to-cart {
  width: 40%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.zwc-product-sumary .listing .item .btn-cart .add-to-cart .add_to_cart_inline {
  width: 100%;
  margin-bottom: 10px;
}

.zwc-product-sumary .listing .item .btn-cart .add-to-cart .add_to_cart_inline a {
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
  font-family: ZoomProWideB, sans-serif;
  font-size: 0.8rem;
  min-height: 50px;
  max-height: 50px;
}

.zwc-product-sumary .listing .item .btn-cart .add-to-cart .add_to_cart_inline a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../assets/cart.svg") left/cover no-repeat;
}

.zwc-product-sumary .listing .item .btn-cart .add-to-cart .add_to_cart_inline a:hover {
  outline: 1px solid #000;
}

.zwc-product-sumary .listing .item .btn-cart .add-to-cart .add_to_cart_inline a:focus {
  color: #000;
}

.zwc-product-sumary .listing .item .btn-cart .add-to-cart .p-size-detail {
  width: 100%;
}

.zwc-product-sumary .listing .item .btn-cart .add-to-cart .p-custom-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.zwc-product-sumary.single .listing .item .info {
  margin-bottom: 100pt;
}

.zwc-product-sumary.single .listing .item .btn-cart {
  align-items: stretch;
}

.zwc-product-sumary.single .listing .item .btn-cart .p-content {
  width: calc(60% - 70px);
  margin-right: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.zwc-product-sumary.single .listing .item .btn-cart .p-content p {
  margin: 0 0 10px;
}

.zwc-product-sumary.single .listing .item .btn-cart .size-chart {
  display: block;
  text-decoration: underline;
  cursor: pointer;
}

.zwc-product-sumary.single .listing .item .btn-cart .p-size-detail > div {
  margin-bottom: 7px;
}

.zwc-product-sumary.single .listing .item .btn-cart .p-size-detail ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.zwc-product-sumary.single .listing .item .btn-cart .p-size-detail ul li {
  margin-right: 10px;
  cursor: pointer;
}

.zwc-product-sumary.single .listing .item .btn-cart .p-size-detail ul li.disabled {
  text-decoration: line-through;
}

#size-chart {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100vh;
  width: 63%;
  display: flex;
  align-items: flex-start;
  padding: 70px;
  background: #fff;
  z-index: 9999999999;
  overflow-y: auto;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#size-chart::-webkit-scrollbar {
  width: 0;
}

#size-chart::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#size-chart::-webkit-scrollbar-thumb {
  background: #888;
}

#size-chart::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#size-chart.show {
  right: 0;
}

#size-chart .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#size-chart .wrap-size-chart {
  width: 100%;
}

#size-chart .wrap-size-chart > .title {
  font-family: ZoomProWideB, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 10px;
  text-align: right;
}

#size-chart .wrap-size-chart > .title p {
  margin: 0;
}

#size-chart .wrap-size-chart > .subtitle {
  font-family: ZoomProWideL, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 100px;
  text-align: right;
}

#size-chart .wrap-size-chart > .subtitle p {
  margin: 0;
}

#size-chart .wrap-size-chart table {
  width: 100%;
  border-bottom: 1px solid #000;
}

#size-chart .wrap-size-chart table tr {
  width: 100%;
}

#size-chart .wrap-size-chart table tr td {
  font-family: ZoomProWideL, sans-serif;
  font-size: 0.875rem;
  padding: 20px 0;
  text-align: center;
}

#size-chart .wrap-size-chart table tr td:first-child {
  text-align: left;
}

#size-chart .wrap-size-chart table tr td p {
  margin: 0;
}

#size-chart .wrap-size-chart table:nth-child(1) tr td:nth-child(n+2) {
  font-family: ZoomProWideB, sans-serif;
}

#size-chart .wrap-size-chart table:last-child {
  border-bottom: 0;
}

.p-custom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
  width: 50%;
  text-align: right;
}

.p-custom.two {
  justify-content: flex-end;
}

.p-custom img {
  margin-right: 5px;
}

.p-custom a {
  display: block;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 1366px) {
  .woocommerce div.product div.summary {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar {
    width: 0;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-thumb {
    background: #888;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

@media only screen and (max-width: 1280px) {
  #customize-product .entry-customize > .right .measurements .title {
    font-size: 0.75rem;
  }
  #customize-product .entry-customize > .right > .title {
    font-size: 0.8125rem;
  }
  #customize-product .entry-customize > .right .measurements input {
    margin-right: 3px;
    max-width: 35px;
    padding: 0 2px;
  }
  #customize-preview.show img {
    height: 100vh;
    object-fit: cover;
    object-position: top;
  }
  .woocommerce div.product div.summary {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar {
    width: 0;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-thumb {
    background: #888;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .woocommerce.single-product .zwc-custom-thumbnail img {
    height: 100vh;
    object-fit: cover;
    object-position: top;
  }
  .woocommerce.single-product .zwc-custom-thumbnail + img.scroll {
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .woocommerce div.product div.summary {
    padding-right: 54px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar {
    width: 0;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-thumb {
    background: #888;
  }
  .woocommerce div.product div.summary::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product div.summary {
    width: 100%;
    height: auto;
    padding-right: 44px;
    padding-left: 44px;
    padding-top: 10px;
  }
  .zwc-product-sumary.single .listing .item .info {
    margin-bottom: 40px;
  }
  .zwc-product-sumary .listing .item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .zwc-product-sumary .listing .item .info .p-size {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
  }
  .zwc-product-sumary.collection .listing .item .btn-cart .add-to-cart {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .zwc-product-sumary.collection .listing .item .btn-cart .add-to-cart .add_to_cart_inline {
    margin-top: 0;
    margin-bottom: 0;
  }
  .zwc-product-sumary.collection .listing .item .info .p-size {
    display: flex;
    flex-wrap: wrap;
  }
  .zwc-product-sumary.collection .listing .item .info .p-size .p-name {
    width: 50%;
  }
  .zwc-product-sumary.collection .listing .item .info .p-size .p-size-detail {
    width: 50%;
  }
  .zwc-product-sumary .listing .item .info .p-color {
    width: 50%;
    margin-bottom: 20px;
    order: 3;
    -ms-order: 3;
    -webkit-order: 3;
  }
  .zwc-product-sumary .listing .item .info .p-color .p-color-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .zwc-product-sumary .listing .item .info .p-color .p-color-detail > div {
    width: 30%;
    margin-bottom: 0;
  }
  .zwc-product-sumary .listing .item .info .p-color .p-color-detail ul {
    width: 70%;
  }
  .zwc-product-sumary .listing .item .info .p-price {
    width: 50%;
    order: 2;
    -ms-order: 2;
    -webkit-order: 2;
  }
  .zwc-product-sumary.single .listing .item .btn-cart .p-content {
    width: 100%;
    margin-right: 0;
    text-align: justify;
  }
  .zwc-product-sumary .listing .item .btn-cart .add-to-cart {
    width: 100%;
    align-items: stretch;
  }
  .zwc-product-sumary .listing .item .btn-cart .add-to-cart .p-size-detail {
    width: 50%;
  }
  .zwc-product-sumary .listing .item .btn-cart .add-to-cart .p-custom-wrap {
    width: 50%;
  }
  .zwc-product-sumary .listing .item .btn-cart .add-to-cart .p-custom {
    width: 100%;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }
  #size-chart {
    padding: 70px 15px;
  }
  .woocommerce.single-product .zwc-custom-thumbnail {
    width: 100%;
    margin-right: 0;
    height: calc(100vh - 63px);
    display: flex;
    align-items: center;
    overflow-y: hidden;
  }
  .woocommerce.single-product .zwc-custom-thumbnail .slick-arrow {
    position: absolute;
  }
  .woocommerce.single-product .zwc-custom-thumbnail .slick-arrow.slick-prev {
    left: 2px;
  }
  .woocommerce.single-product .zwc-custom-thumbnail .slick-arrow.slick-next {
    right: 2px;
  }
  .woocommerce.single-product .zwc-custom-thumbnail.fullscreen {
    height: calc(100vh - 63px);
    margin-top: 63px;
  }
  .woocommerce.single-product .zwc-custom-thumbnail.fullscreen + img.scroll + img.zoom-back {
    left: 35px;
    top: 100px;
  }
  .woocommerce.single-product div.product {
    margin-top: 63px;
  }
  .woocommerce.single-product .zwc-custom-thumbnail + img.scroll {
    bottom: 20px;
    left: 20px;
    display: none;
  }
  .zwc-product-sumary .listing .item .btn-cart .add-to-cart {
    margin-top: 50px;
  }
  .zwc-product-sumary .listing .item .btn-cart .add-to-cart .add_to_cart_inline {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .zwc-product-recommended {
    width: 100%;
    margin: 0 44px;
    overflow: hidden;
  }
  .zwc-product-recommended .title {
    display: none;
  }
  .zwc-product-recommended ul.products {
    align-items: center;
  }
  .zwc-product-recommended ul.products .slick-arrow {
    position: absolute;
  }
  .zwc-product-recommended ul.products .slick-arrow.slick-prev {
    margin-right: 0;
    left: 10px;
  }
  .zwc-product-recommended ul.products .slick-arrow.slick-next {
    margin-left: 0;
    right: 10px;
  }
  .zwc-product-recommended ul.products li.product {
    margin-right: calc(15px / 2);
    margin-left: calc(15px / 2);
  }
  .zwc-product-recommended ul.products li.product:nth-child(2n+2) {
    margin-right: calc(15px / 2);
    margin-left: calc(15px / 2);
  }
  .zwc-product-recommended ul.products li.product .wrap .p-title {
    height: 37px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
  .zwc-product-recommended ul.products li.product .wrap .p-price {
    font-size: 0.75rem;
  }
  .woocommerce.single-product .bio {
    margin-bottom: 50px;
    margin-top: 0;
  }
  #size-chart {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-table-sizechart {
    overflow: auto;
  }
  #size-chart .wrap-size-chart table {
    width: 768px;
  }
}

/**
 * Checkout
 */
#ship-to-different-address span {
  font-family: ZoomProWideB, sans-serif;
}

.woocommerce-order-received .site-main .outer {
  max-width: 50%;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce-account {
  margin-bottom: 15vh;
  margin-top: 15vh;
}

.woocommerce-account .outer {
  max-width: 80%;
}

.woocommerce-account .site-footer.other {
  position: fixed;
}

.woocommerce-account article {
  position: relative;
}

.woocommerce-account .entry-header {
  margin-left: calc(100vw * 20 / 100);
  margin-bottom: 10px;
  display: inline-block;
}

.woocommerce-account .entry-header .entry-title {
  font-size: 1.125rem;
  font-family: ZoomProWideL, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.woocommerce-account .entry-content {
  margin-top: 0;
}

.woocommerce-account .entry-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
  width: calc(100vw * 10 / 100);
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 25px;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  color: #000;
  padding: 1px 1px 1px 20px;
  display: block;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  font-family: ZoomProWideB, sans-serif;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #000;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
  width: calc(100vw * 45 / 100);
  margin-left: calc(100vw * 20 / 100);
  margin-right: auto;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account > div.clear {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row {
  width: calc(100vw * 20 / 100);
  margin-right: calc(100vw * 5 / 100);
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row:nth-child(2n+2) {
  margin-right: 0;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row:nth-child(4) {
  margin-right: calc(100vw * 5 / 100);
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row:nth-child(10) {
  margin-right: 30px;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row:nth-child(11) {
  margin-right: 0;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row.form-row-first {
  margin-right: calc(100vw * 5 / 100) !important;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row input {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 5px;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row--first {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row--last {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row--wide:nth-child(4) {
  order: 3;
  -moz-order: 3;
  -webkit-order: 3;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row--wide:nth-child(6) {
  margin-right: calc(100vw * 5 / 100) !important;
  order: 6;
  -moz-order: 6;
  -webkit-order: 6;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.form-row-foo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  order: 5;
  -moz-order: 5;
  -webkit-order: 5;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.form-row-measurement {
  order: 8;
  -moz-order: 8;
  -webkit-order: 8;
  width: calc((100vw * 10 / 100) - 15px);
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  order: 10;
  -moz-order: 10;
  -webkit-order: 10;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account fieldset p.woocommerce-form-row:nth-child(2) {
  margin-right: calc(100vw * 5 / 100);
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.form-row-last {
  margin-right: 0;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p:last-child {
  order: 15;
  -moz-order: 15;
  -webkit-order: 15;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row {
  width: calc(100vw * 20 / 100);
  margin-right: calc(100vw * 5 / 100);
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row:nth-child(2n+2) {
  margin-right: 0;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row input,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row select {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 5px;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
}

.woocommerce-account .entry-content .woocommerce button[name="save_account_details"],
.woocommerce-account .entry-content .woocommerce button[name="save_address"] {
  display: block;
  padding: 15px 50px 15px 70px;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
  font-family: ZoomProWideB, sans-serif;
  font-size: 0.8rem;
  color: #000;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  min-height: 50px;
  max-height: 50px;
  position: relative;
}

.woocommerce-account .entry-content .woocommerce button[name="save_account_details"]:before,
.woocommerce-account .entry-content .woocommerce button[name="save_address"]:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50px;
  width: 15px;
  height: 10px;
  background: url("../assets/apply.svg") center/contain no-repeat;
}

.woocommerce-account .entry-content .woocommerce button[name="save_account_details"]:hover,
.woocommerce-account .entry-content .woocommerce button[name="save_address"]:hover {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  outline: 1px solid #000;
}

.woocommerce-account .addresses {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-account .addresses > .woocommerce-Address {
  position: relative;
}

.woocommerce-account .addresses > .woocommerce-Address .edit {
  position: absolute;
  top: 20px;
  right: 30px;
}

.woocommerce-account .addresses > .woocommerce-Address:nth-child(1) {
  width: calc(100vw * 20 / 100);
  margin-right: calc(100vw * 5 / 100);
}

.woocommerce-account .addresses > .woocommerce-Address:nth-child(2) {
  width: calc(100vw * 20 / 100);
}

.woocommerce-account .addresses > .woocommerce-Address .woocommerce-Address-title h3 {
  font-size: 0.875rem;
}

.woocommerce-account .addresses > .woocommerce-Address address {
  font-style: normal;
}

.woocommerce-account fieldset {
  padding: 0;
  border: 0;
  width: 100%;
  margin-top: 40px;
}

.woocommerce-account fieldset legend {
  font-weight: 600;
}

.woocommerce input {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #000 !important;
}

.woocommerce input,
.woocommerce select,
.woocommerce textarea {
  background: transparent !important;
}

.select2-container--default .select2-selection--single {
  background: transparent !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  background-color: transparent !important;
}

.woocommerce-form-coupon-toggle {
  width: 100%;
}

.woocommerce-checkout h3#order_review_heading {
  display: none !important;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-checkout .entry-title {
  display: none;
}

.woocommerce-checkout .woocommerce-order {
  width: 100%;
  padding-left: calc(100vw * 5 / 100);
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout .woocommerce-order th {
  text-align: left;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses > div {
  width: calc((100vw * 20 / 100) - 2px);
  margin-right: calc(100vw * 5 /100);
  padding: 10px 30px;
  border: 1px solid #000;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses > div:nth-child(2n+2) {
  margin-right: 0;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses > div > .woocommerce-column__title {
  font-size: 0.875rem;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses > div address {
  font-style: normal;
}

ul.woocommerce-error {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

#order_review {
  width: calc(100% - 80px);
}

#new_order_notes_field {
  order: 100;
}

#redeem-coupon {
  order: 105;
}

#redeem-coupon #coupon {
  margin-bottom: 30px;
}

#redeem-coupon > span {
  display: flex;
  align-items: center;
  width: 100%;
}

#redeem-coupon > span img {
  margin-right: 10px;
}

#redeem-coupon .redeem-coupon {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
  font-family: ZoomProWideB, sans-serif;
  font-size: 0.8rem;
  color: #000;
  border-radius: 0;
  background: transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  cursor: pointer;
  min-height: 50px;
  max-height: 50px;
}

#redeem-coupon .redeem-coupon > img {
  margin-right: 10px;
  height: 10px;
}

#redeem-coupon .redeem-coupon:hover {
  outline: 1px solid #000;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.woocommerce-billing-fields__field-wrapper > p,
.woocommerce-shipping-fields__field-wrapper > p {
  width: calc(100% / 2 - (40px * 1 / 2)) !important;
  padding-right: 40px !important;
  margin-right: 0 !important;
}

.woocommerce-billing-fields__field-wrapper > p input,
.woocommerce-billing-fields__field-wrapper > p select,
.woocommerce-shipping-fields__field-wrapper > p input,
.woocommerce-shipping-fields__field-wrapper > p select {
  width: 100%;
  padding: 12.5px 1px;
}

.woocommerce-billing-fields__field-wrapper > p input:focus,
.woocommerce-billing-fields__field-wrapper > p select:focus,
.woocommerce-shipping-fields__field-wrapper > p input:focus,
.woocommerce-shipping-fields__field-wrapper > p select:focus {
  border: 0;
  outline: 0;
}

.woocommerce-billing-fields__field-wrapper > p select,
.woocommerce-shipping-fields__field-wrapper > p select {
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  padding: 10px 1px !important;
  height: 50px !important;
}

.woocommerce-billing-fields__field-wrapper > p textarea,
.woocommerce-shipping-fields__field-wrapper > p textarea {
  padding: 10px 1px;
  min-height: 124px;
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
}

.woocommerce-billing-fields__field-wrapper > p textarea:active, .woocommerce-billing-fields__field-wrapper > p textarea:focus, .woocommerce-billing-fields__field-wrapper > p textarea:visited,
.woocommerce-shipping-fields__field-wrapper > p textarea:active,
.woocommerce-shipping-fields__field-wrapper > p textarea:focus,
.woocommerce-shipping-fields__field-wrapper > p textarea:visited {
  outline: 0;
  border: 0;
  border: 1px solid transparent;
}

.woocommerce-billing-fields__field-wrapper > p.row-measurement {
  width: calc(100% / 4 - (40px * 1 / 2)) !important;
}

.woocommerce-billing-fields__field-wrapper > p.foo-measurement {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.select2-container--default .select2-selection--single {
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  padding: 10px 1px !important;
  height: 50px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1px !important;
}

.form-row.woocommerce-validated input.input-text {
  box-shadow: none !important;
}

#payment {
  margin-top: 70px;
}

#payment ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#payment ul .wc_payment_method {
  margin-bottom: 10px;
}

#payment ul .payment_box {
  margin: 5px 0;
  background: #EFECE7;
  padding: 20px 30px;
  width: 100%;
}

#payment ul .payment_box p {
  margin: 0;
}

.shop_table th {
  text-align: left;
}

#place_order {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
  font-family: ZoomProWideB, sans-serif;
  font-size: 0.8rem;
  color: #000;
  border-radius: 0;
  background: transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  cursor: pointer;
}

#place_order > img {
  margin-right: 10px;
}

#place_order:hover {
  outline: 1px solid #000;
}

.payment_method_bacs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.payment_method_bacs label {
  margin-left: 3px;
}

.payment_method_bacs > p {
  order: 2;
}

.payment_method_bacs .bacs-fields {
  display: flex;
  flex-wrap: wrap;
  order: 1;
  width: 100%;
}

.payment_method_bacs .bacs-fields .item {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
}

.payment_method_bacs .bacs-fields .item:nth-child(3n+3) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .woocommerce-checkout .site-main {
    margin-bottom: 0;
  }
  form.checkout.woocommerce-checkout {
    width: 100%;
  }
  .woocommerce-billing-fields__field-wrapper > p,
  .woocommerce-shipping-fields__field-wrapper > p {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  #order_review {
    width: 100%;
  }
  .payment_method_bacs .bacs-fields .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #place_order {
    margin-top: 50px;
  }
  .woocommerce-checkout .site-footer.other {
    z-index: 1198;
  }
  .woocommerce-account .site-footer.other {
    position: absolute;
  }
  .woocommerce-account .addresses {
    width: 100% !important;
  }
  .woocommerce-account .addresses .woocommerce-Address {
    padding: 15px;
    margin-bottom: 20px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .woocommerce-account .addresses > .woocommerce-Address .edit {
    top: 32px;
    right: 15px;
  }
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p.woocommerce-form-row {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-account {
    margin-bottom: 0;
  }
  .woocommerce-account .site-main .outer {
    padding-left: 44px;
    padding-right: 44px;
  }
  .woocommerce-account .site-footer.other {
    position: relative;
  }
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    position: relative;
    top: 0;
    left: -20px;
  }
  .woocommerce-account .entry-header {
    margin-left: 0;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    top: 270px;
  }
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
  }
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row {
    width: 100%;
    padding-right: 0;
  }
}
