.product-item {
  list-style: none;
}
.border-0{
  border: none !important;
}
table.variations{
  width: 100%;
}
table.variations .size-guide{
  float: right;
  color: #ac1f24;
  font-size: 1.8rem;
  text-decoration: underline;
  text-transform: uppercase;
}
table.variations tbody tr td{
  display: block;
}
table.variations tbody tr td.label{
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
table.variations tbody tr td.value{
  margin-bottom: 4rem;
}
table.variations tbody tr td.label .colour_type{
  margin-left: 1rem;
}
table.variations tbody tr td.value .select_option_colorpicker{
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2.5rem;
}
table.variations tbody tr td.value .select_option_label{
  margin-right: 2rem;
}
table.variations tbody tr td.value .select_option_label.selected .yith_wccl_value, table.variations tbody tr td.value .select_option_label:hover .yith_wccl_value{
  transition: all .2s;
  border: 1px solid #ac1f24;
  background: #ac1f24;
  color: #fff;
}
table.variations tbody tr td.value .select_option_label .yith_wccl_value{
  min-width: 6rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.variations tbody tr td.value .select_option_colorpicker.selected, table.variations tbody tr td.value .select_option_colorpicker:hover{
  box-shadow: 0 0 0 0.05rem rgb(0 0 0 / 20%);
  border: 2px solid #fff;
}
table.variations tbody tr td.value .select_option_colorpicker .yith_wccl_value{
  border: none;
  width: 4rem;
  height: 4rem;
}
.bapf_slct select{
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: capitalize;
  min-height: 5.2rem;
  border-color: #e6e6e6;
  padding: 1rem 2rem;
}
.woocommerce-ordering .orderby{
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: capitalize;
  min-height: 5.2rem;
  width: 100%;
  border-color: #e6e6e6;
  padding: 1rem 2rem;
}
.woocommerce-pagination ul.page-numbers{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul.page-numbers li .page-numbers{
  padding: 0.5rem;
}
.table-product{
  width: 100%;
}
.cart-section .cart-inner .btn-wrap .update-cart .btn{
  color: #ac1f24;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.woocommerce table.woocommerce-checkout-review-order-table.shop_table{
  border: none;
  margin-top: 2.5rem;
}
.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar{
  width: .4rem;
}
.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-track{
  border-radius: 5px;
  background: #e4e4e4;
}
.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background: #ac1f24;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td{
  padding: 2.5rem 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td + td{
  padding-left: 1rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td{
  font-weight: normal;
  border: none;
  padding: 1.5rem 0;
  vertical-align: top;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td{
  padding-top: 3rem;
  border-top: 1px solid #e6e6e6;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th{
  border-top: 1px solid #e4e4e4;
  padding: 3rem 0 5rem;
  color: #ac1f24;
  font-weight: 700;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:last-child{
  text-align: right;
}
.woocommerce-checkout-review-order-table tbody td .product-image{
  max-width: 8rem;
  min-width: 8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.woocommerce-checkout-review-order-table tbody td .product-image .count{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  flex: 0 0 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ac1f24;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 991px){
  .woocommerce-checkout-review-order-table tbody td .product-name{
    min-width: auto;
  }
}
.woocommerce-checkout-review-order-table tbody td .product-name .size{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #b2b2b2;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.woocommerce-checkout-review-order-table tbody td .product-name .name{
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout-review-order-table tbody td .product-name .price{
  color: #231f20;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  float: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 5rem;
  right: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  min-height: 5rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 5rem;
}
.select2-container--default .select2-selection--single{
  height: 5rem;
  box-shadow: 0 0 0 0.1rem #e4e4e4;
  border: none;
}
.form-row-wide.address-field.update_totals_on_change.validate-required{
  padding: 0;
}
.checkout-section .left-w .container .form-wrap{
  margin-left: -2rem;
  margin-right: -2rem;
}
.woocommerce-additional-fields{
  margin-left: -1rem;
  margin-right: -1rem;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
  box-shadow: 0 0 0 0.1rem #e4e4e4;
  border: none;
  padding: 1rem;
}
.woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text{
  min-height: 10rem;
}
.woocommerce .shipping_address{
  margin-top: 5rem;
}
.woocommerce .woocommerce-shipping-fields .custom-checkbox{
  margin-top: 5rem;
}
.woocommerce .woocommerce-shipping-fields .custom-checkbox .woocommerce-form__label-for-checkbox{
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-shipping-fields .custom-checkbox .woocommerce-form__label-for-checkbox input{
  width: 3rem;
  height: 3rem;
}
.woocommerce .woocommerce-shipping-fields .custom-checkbox .woocommerce-form__label-for-checkbox span{
  color: #231f20;
  font-size: 2rem;
  font-weight: normal;
  margin-left: 2rem;
}
.woocommerce-checkout #payment{
  background-color: transparent;
}
.woocommerce-checkout-payment .submit-btn{
  display: inline-block;
  background: #ac1f24;
  padding: 1.3rem 5.6rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  float: none !important;
}
.woocommerce-checkout-payment .submit-btn:hover{
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #80181c;
}
.woocommerce-billing-fields .form-address h3{
  margin-bottom: 4rem;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input, .woocommerce ul#shipping_method li input{
  height: 2rem;
  width: 2rem;
}
.text-uppercase{
  text-transform: uppercase;
}
.thank-you .order-summany .table-w .table tr td .item .caption .bottom-w .wc-item-meta{
  width: 100%;
}
.thank-you .order-summany .table-w .table tr td .item .caption .bottom-w .wc-item-meta li{
  color: #b2b2b2;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
}
.thank-you .order-summany .table-w .table tr td .item .caption .bottom-w .wc-item-meta li + li{
  margin-top: 1rem;
}
.thank-you .order-summany .table-w .table tr td .item .caption .bottom-w + .bottom-w{
  margin-top: 2rem;
}
.thank-you .order-summany .table-w .table tr:last-child td{
  font-weight: normal;
}
.thank-you .order-summany .table-w .table tr td span{
  color: #231f20;
}
.thank-you .order-summany .table-w .table tfoot th, .thank-you .order-summany .table-w .table tfoot td{
  font-weight: normal;
}
.thank-you .order-summany .table-w .table tfoot tr:last-child th, .thank-you .order-summany .table-w .table tfoot tr:last-child td{
  color: #ac1f24;
  font-weight: 700;
}
.thank-you .order-summany .table-w .table tfoot tr:last-child td span, .thank-you .order-summany .table-w .table tfoot tr:last-child th span{
  color: #ac1f24;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
  display: flex;
  list-style: none;
  padding: 2rem;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  margin-top: 3rem;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
  margin-left: 2rem;
}
.woocommerce .woocommerce-MyAccount-content{
  padding: 2rem;
}

.bg-transparent{
  background-color: transparent;
}
.sign-up .form-module #form .form-group .password-input input[name=password] {
  -webkit-box-shadow: none;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #231f20;
  background: none;
  padding: 0 0 .5rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 300;
}
.sign-up .form-module #form .form-group label{
  position: static;
}
.float-none{
  float: none !important;
}
.price ins{
  color: #ac1f24;
  text-decoration: none;
  margin-left: 4rem;
}

input[type=radio]:checked{
  appearance: none;
  background-color: #ac1f24;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 0.05rem rgb(0 0 0 / 20%);
  border: 2px solid #fff;
}
input[type=checkbox]:checked{
  appearance: none;
  background-color: #ac1f24;
  position: relative;
}
input[type=checkbox]:checked:after{
  content: '\2714';
  color: white;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
a:hover{
  color: #ac1f24;
}
.woocommerce-cart-form__contents tbody tr .box-img .image{
  max-width: 14rem;
  min-width: 14rem;
}
.bapf_button.bapf_reset{
  color: #ac1f24;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}
/* ltt 09032021- feedback */
.section-h-3 .wrapper .items{
	justify-content: center;
}
.section-h-3 .wrapper .items .item{
  width: 35%;
}

@media (max-width: 991px){
  .section-h-3 .wrapper .items .item{
  width: 50%;
  }
}

.sign-up .form-module .sign-in-link{
  display: block !important;
}

.exit-gmap iframe{
  width: 100%;
  height: 100%;
}

.ltt-is-bold{
  font-weight: bold !important;
}
.woocommerce .woocommerce-MyAccount-content a{
  color: #ac1f24;
  text-decoration: underline;
}
.section-my-account{
  padding: 5rem 0;
}
.woocommerce .woocommerce-MyAccount-content .order-detail .table{
  width: 100%;
  margin-top: 3rem;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details .item{
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address{
  padding: 3rem;
  border-radius: 4rem;
  border: 0.1rem solid rgba(0,0,0,0.3);
  margin-top: 3rem;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address address{
  margin-top: 3rem;
}

b, strong{
  font-weight: bold;
}
.contact-form .inner .wrap-form .form-group {
    position: relative;
    flex: 0 0 100%;
    margin-bottom: 5rem;
    padding: 0 2.5rem;
    max-width: 100%;
}
.border-none{
  border: none;
}
.bg-transparent{
  background-color: transparent;
}
.product-item .box-img .promotion.out-of-stock-label{
  background-color: grey;
  left: 0;
  right: auto;
}
.w-100{
  width: 100% !important;
}
.scroll-down {
    background-image: url(http://exit-co.store/wp-content/themes/exitfashion/assets/images/icons/hexagon-exit.png);
}
.scroll-down a{
	color: #ac1f24;
}
@media screen and (min-width: 992px){
  .header .header-wrapper .right-w .search-wrapper, .header .header-wrapper .right-w .user {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px){
  .visible-desktop{
    display: none;
  }
}
@media screen and (min-width: 992px){
  .visible-mobi{
    display: none;
  }
}