/** Woocommerce Category Page **/
.woocommerce ul.products li.product a img { margin: 0; }
.cahwp-woo-category-carousel .woocommerce {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.cahwp-woo-category-carousel .products .product { margin-bottom: 2em; }
.product-category .catagory-grid {
	overflow: hidden;
	-webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0px;
    border: 1px solid #f3f3f3;
    background: white;
    box-shadow: -2px -1px 35px rgba(0, 0, 0, 0.06);
    padding: 20px 20px 10px;
    transition: all 0.5s linear 0s;
    transition: all 0.5s ease 0s;
}
.product-category .catagory-grid .catagory-img img{ height: 140px !important;object-fit: scale-down !important;width: 100% !important; }
.product-category .catagory-grid .catagory-img{ background-color: #F3F4F9;position: relative;margin-bottom: 8px; }
.product-category .catagory-grid .catagory-name { text-align: center;position: relative; }
.product-category .catagory-grid:hover{  background: #ffffff;box-shadow: -2px -1px 50px rgba(0, 0, 0, 0.25); }
.product-category .catagory-grid:hover .quick_button{opacity: 1;visibility: visible; }
.product-category .catagory-grid .catagory-name h4 {
	line-height: 22px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 26px;
    margin-top: 9px;
    display: inline-block;
    width: 100%;
}
.product-category .catagory-grid .catagory-name h4::before {
	background-image: linear-gradient(to right, transparent, #ebebeb 30%, 85%, transparent);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-category .catagory-grid .catagory-name h4 a{ color: #242424;font-size: 16px; }
.product-category .catagory-grid .catagory-name h4 .measurement{ font-weight: 400;font-size: 13px; }
.action-link.text-center{ margin-top: -20px; }
.action-link a{ margin-bottom: 30px; }

/** Woocommerce Archive Product Page **/
li.one { display: none !important; }
.cat-info .cat-desc ul,
.product-details .product-desc ul { padding-left: 0;list-style-type: none; }
.cat-info .cat-desc ul li,
.product-details .product-desc ul li{ margin-bottom: 8px; }
.cat-info .cat-desc ul li i,
.product-details .product-desc ul li i{ color: #9a0002; }
.cart-table-container {  margin-top: 40px; }
.cart-table { border: 1px solid #e7e7e7;width: 100%; }
.cart-table td.product-thumbnail { width: 220px; }
.product-name h4 { font-weight: 400; }
.product-name .big{ font-weight: bold;font-size: 25px !important; }
.cart-table td { padding-bottom: 30px;padding-left: 25px;padding-top: 30px; }
.cart-table td.product-name ul{ list-style: outside none none;margin: 0;padding: 0; }
.cart-table tr { border-bottom: 1px solid #ededed; }
.cart-table td.product-name .specification,
.product-details .specification,
.woocommerce-terms-and-conditions-checkbox-text a{ text-decoration: underline;font-weight: 400; color: #9a0002; }
.cart-table td.product-name .big a:hover{ color:#404040; }
.cart-table td.product-price .price {
    color: #cc0000;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    width: 100%;
}
.cart-table td.product-price .price .small, .cart-table td.product-price .price small{ font-size: 80%;font-weight: 400;color: #cc0000; }
.cart-table td.product-quantity{ padding-right: 25px;text-align: center; }
.cart-table td.product-price span.stock { font-weight: 500;color: green; }
.cart-table .cart .quantity .screen-reader-text {
    clip: auto !important;
    height: 0 !important;
    overflow: visible !important;
    position: unset !important;
    width: 68px !important;
}
.woocommerce .quantity input[type=number]{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    height: 42px;
    padding: 0 12px;
    width: 100px;
    text-align: center;
}
.category-img{
    max-height: 225px;
}

/** Woocommerce Single Product Page **/
.product-title{
	color: #242424;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 25px !important;
}
.category-title{
    font-family: 'helveticaregular';
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.product-price .current-price {
	color: #9a0002;
    font-size: 26px;
    font-weight: 500;
    margin-right: 10px;
}
.product-price .stock { font-weight: 500; }
.woocommerce .product-details .product-variant.quantity { align-items: center;display: flex;margin-bottom: 27px;  }
.woocommerce .product-details .quantity input[type=number]{ margin-right: 20px; }
.product-img{ max-height: 480px;  }
/** Woocomerce Message **/
.woocommerce-error
 {
    margin-top: 20px;
    margin-bottom: 20px;
	border-top-color: #9a0002;
	border-top: 3px solid #9a0002;
	color: #515151;
    line-height: 35px;
}
.woocommerce-message,
.woocommerce-info{ margin-top: 20px;margin-bottom:20px;line-height: 35px; }
.woocommerce-error::before{ color:#9a0002; }
.woocommerce-message a.button.wc-forward{
	background: #9a0002 !important;
	text-transform: uppercase;
	line-height: 35px;
    padding: 3px 14px;
    font-size: 14px;
    color:#fff;
}
.product-border-bottom{ border-bottom: 1px solid rgba(0,0,0,.1); }
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/** Woocomerce Cart Page **/
.woocommerce a.remove { line-height: 1.1; }
.coupon button.button,
.actions .button,
.wc-proceed-to-checkout .checkout-button{
	background: #9a0002!important;
    border: none!important;
    min-width: 100px!important;
    padding: 5px 18px!important;
    border-radius: 5px!important;
    color: #fff!important;
    font-weight: 400!important;
    letter-spacing: 1px!important;
    line-height: 35px!important;
    font-weight: 500!important;
    font-size: 16px!important;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img { width: 70px; }
.woocommerce .shop_table .coupon #coupon_code { width: 49%!important; height: 45px; }
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #9a0002 !important;
	text-transform: uppercase;
	line-height: 35px;
    padding: 0px 18px;
    font-size: 16px;
    color:#fff!important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals { width: 48%; }
/** Woocomerce Checkout Page **/
.woocommerce form .form-row { display: inline-block;  width: 100% !important; }
.woocommerce form .form-row label { margin-bottom: 0px;}
.woocommerce .form-row-first { float: left;width: 50%;max-width: 50%; }
.woocommerce  .form-row.form-row-last{float: right;width: 50%;max-width: 50%; }
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea { width: 100% !important;padding: 8px; }
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select { width: 100%;height: 80px; }
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 { float: left;width: 100%;max-width: 100%; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: .6180469716em;
	color: #43454b;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	border-radius: 2px;
	box-sizing: border-box;
	font-weight: 400;
	border:solid 1px rgba(0,0,0,0.1);
}
#wc_checkout_add_ons { width: 45%;float: right;text-align: center;}
.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 4px;
    height: 38px;
    padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{ top:5px; }
.woocommerce form .form-row .select2-container{ width: 100%!important; }
#ship-to-different-address .woocommerce-form__label span{ font-size: 14px;font-weight: 600;color:#000; }
#ship-to-different-address .woocommerce-form__label input[type="checkbox"]{ margin-left: 2px;margin-left: 5px; }
.payment_methods .wc_payment_method label {
	display: unset;
   	cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Rubik", sans-serif;
    color: #404040;
    letter-spacing: 0.5px;
}
.payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 1.618em;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{ padding:0;background-color:unset;margin-bottom: 0; }
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{ content:unset; }
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row{ margin:0;padding: 0; }
.wc-stripe-elements-field, .wc-stripe-iban-element-field{
	border: 1px solid #ddd;
    margin: 0 0 5px 0;
    padding: 0;
    background-color: #fff;
    outline: 0;
    padding: .6180469716em;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 1px rgba(0,0,0,0.1);
}
.woocommerce-checkout #payment div.payment_box .form-row.form-row-first{ padding-right: 10px; }
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order { float: right;width: 100%; }
.woocommerce-invalid #terms{ outline:unset; }
.woocommerce form .form-row.woocommerce-invalid label{ color:inherit; }
#billing_country_field,
#shipping_country_field{ display: none; }
.texas-alert{ line-height: 25px;font-weight: bold; }
/** Woocomerce My Account Page **/
.woocommerce-account .woocommerce-MyAccount-content { font-size: 18px; }
nav.woocommerce-MyAccount-navigation ul { list-style-type: none;padding-left: 0;font-size: 18px; }
nav.woocommerce-MyAccount-navigation ul li { padding: 10px 20px;background-color: #d5d5d5;border-bottom: solid 1px rgba(0,0,0,0.1); }
nav.woocommerce-MyAccount-navigation ul li.is-active { background-color: #9a0002; }
nav.woocommerce-MyAccount-navigation ul li.is-active a { color: #ffffff; cursor: default; }
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
	content: "";
    height: 0;
    width: 0;
    border-top: 26px solid transparent;
    border-left: 14px solid #9a0002;/*rgba(0,0,0,0.1)*/
    border-bottom: 26px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -40px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover { background-color: rgba(0,0,0,0.07); }
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
	content: "";
	height: 0;
	width: 0;
	border-top: 26px solid transparent;
	border-left: 14px solid rgba(0,0,0,0.07);
	border-bottom: 26px solid transparent;
	float: right;
	margin-right: -34px;
    margin-top: -40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { display: block; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before { margin-right: 15px; }
.woocommerce-MyAccount-navigation ul li a:before { font-family:"FontAwesome"; }
.woocommerce-MyAccount-navigation-link--dashboard a:before { content: "\f0e4"; }
.woocommerce-MyAccount-navigation-link--orders a:before { content: "\f291"; }
.woocommerce-MyAccount-navigation-link--downloads a:before { content: "\f1c6"; }
.woocommerce-MyAccount-navigation-link--edit-address a:before { content: "\f015"; }
.woocommerce-MyAccount-navigation-link--edit-account a:before { content: "\f007"; }
.woocommerce-MyAccount-navigation-link--tinv_wishlist a:before { content: "\f08a"; }
.woocommerce-MyAccount-navigation-link--customer-logout a:before { content: "\f08b"; }
.woocommerce-MyAccount-navigation-link--payment-methods a:before { content: "\f09d"; }
/* #order_review.woocommerce-checkout-review-order th.product-total,
#order_review.woocommerce-checkout-review-order td.product-total,
#order_review.woocommerce-checkout-review-order tfoot tr:first-of-type td{ text-align: right; }
 */
/** Woocomerce Login/Register Page **/
.xoo-el-form-container.xoo-el-form-inline{ padding: 0 27%; }
.xoo-el-form-inline .xoo-el-header{ margin-bottom: 0; }
.checkout-form{
    display: flex;
}
.checkout-form-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/** Woocomerce Responsive **/
@media screen and (min-width: 980px) {
	.woocommerce-shipping-fields h3, .woocommerce-billing-fields h3 {width:100%;}
	.woocommerce .woocommerce-checkout .col2-set, .woocommerce-page .woocommerce-checkout .col2-set {
		width: 65%;
		float: left;
	}
	.woocommerce-checkout-review-order{ width: 35%; float: right; }
}
@media only screen and (max-width: 991px) {
	.cart-table td {
	    border: medium none;
	    display: block;
	    margin: 0 auto;
	    padding: 0 !important;
	    text-align: center;
	    width: 100% !important;
	}
	.cart-table tr {
	    border: 1px solid #ededed;
	    display: block;
	    padding: 30px 0;
	    position: relative;
	    text-align: center;
	}
	.cart-table td.product-name { margin-top: 10px;  }
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2{float: left;width: 100%;max-width: 100%; }
	.xoo-el-form-container.xoo-el-form-inline{ padding: 0 20%; }
	#order_review_heading,
	#order_review{ padding-right: 15px;padding-left: 15px; }
}
@media only screen and (max-width: 979px) {
    .checkout-form-wrap .col-1,
    .checkout-form-wrap .col-2,
    #order_review_heading, #order_review{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 768px) {
	.woocommerce-page.columns-3 ul.products li.product,
	.woocommerce.columns-3 ul.products li.product { width: 50%;margin: 0 0 1.5em; }
	.cat-info h2{ margin-top: 10px;font-size: 28px; }
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 100%; }
	.xoo-el-form-container.xoo-el-form-inline{ padding: 0 10%; }
}
@media only screen and (max-width: 576px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product { width: 100%;margin: 0 0 1em; }
	.xoo-el-form-container.xoo-el-form-inline{ padding: 0; }
	.xoo-el-header{ padding:0; }
	.xoo-el-section{ padding-left:0;  }
	.xoo-aff-group{ width:100%; }
	.button.xoo-el-action-btn{ width: 100%;  }
     .woocommerce table.shop_table{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .checkout-form{ display: unset; }
    .woocommerce .form-row-first,
    .woocommerce .form-row.form-row-last{ max-width: 100%;}
    .woocommerce-checkout #payment div.payment_box .form-row.form-row-first{
        padding-right: 0;
    }
}
@media only screen and (max-width: 382px) {
	.woocommerce .shop_table .coupon #coupon_code { width: 100%!important; margin-bottom: 10px;}
	.woocommerce .shop_table .coupon .button { width: 100%!important; }
	.woocommerce div.product form.cart .button { margin-top: 20px; }

}
