/**
 * My Account
 */
section.related.products {
    padding: 120px 0 25px;
}

section.related.products ul.products.columns-4.shop-box {}

section.related.products ul.products.columns-4.shop-box li {
    background-color: transparent;
    border: none;
}

section.related.products ul.products.columns-4.shop-box li a {}

section.related.products ul.products.columns-4.shop-box li a img {
    width: auto;
    margin: 0 auto;
}

section.related.products ul.products.columns-4.shop-box li a  h2 {
    min-height: 58px;
    margin: 10px 0 0;
}

.product.type-product {}

.product.type-product .summary.entry-summary {}

.product.type-product .summary.entry-summary form.cart {}

.product.type-product .summary.entry-summary form.cart .quantity {
    width: 82px;
}

.product.type-product .summary.entry-summary form.cart button {
    background-color: #ff4646;
}

.product.type-product .summary.entry-summary form.cart .quantity input {
    width: 100%;
    padding: 0;
    height: 31px;
    border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
    color: #fff;
    padding: 11px 19px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 18px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    background: #3a4151;
}
a:hover{
	text-decoration:none;
}

/* Woocommerce Styles */

/* 
A couple things to note...
1. This code was written very specifically for my base child theme so it might not work out of the box with every theme.
   I have it here mostly to share with anyone who might be looking to do the same thing I was.
2. I generally add my WooCommerce CSS overrides to a custom-woo.css file then use wp_enqueue_style() to call it 
   so that it enqueues after the default WooCommerce Stylesheets
*/

.woocommerce-message { display: block;  }
.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content { max-width: 100%; }

.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form { width: 60%; float: left;  }
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 { display: none;  }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; }


#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th {color: #3a4151;font-size: 14px;}

#add_payment_method .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td { color: #555; font-size: 16px;  }

.woocommerce-cart .woocommerce table.shop_table th {border-bottom: 2px solid #3a4151;}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  margin: 80px 0 0;
}

body #add_payment_method #payment ul.payment_methods li input, 
body.woocommerce-cart #payment ul.payment_methods li input, 
body.woocommerce-checkout #payment ul.payment_methods li input { width: auto;   margin: -2px .5em 0 0; }

body .woocommerce form .form-row .input-checkbox { width: auto;  margin: -2px 5px 0 0; }

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr td, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th { 
	border-top: none; 
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-align: right;
	padding: 10px 20px;
}

body #add_payment_method table.cart td, 
body #add_payment_method table.cart th, 
body.woocommerce-cart table.cart td, 
body.woocommerce-cart table.cart th, 
body.woocommerce-checkout table.cart td, 
body.woocommerce-checkout table.cart th { border-right: 1px solid #e6e6e6; }

#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th { }

.woocommerce-cart .cart-collaterals .cart_totals table th { border-bottom: 1px solid #e6e6e6;  }

body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
	background: #000 !important;
	font-weight: 500;
}

body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
	background: #ed9b3f !important;
}

body .woocommerce .cart .button, body .woocommerce .cart input.button, body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button {
    background: #000 !important;
    color:#fff;
    font-weight: 500;
    border-radius: 40px;
}
.woocommerce .quantity .qty{
    padding: 0;
    height: auto;
    text-align: center;
    border: none;
    background-color: #f7f7f7;
    font-weight: 500;
    font-size: 14px;
}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 1em;
  border-radius: 40px;
  margin-top: .5em;
  color: #FFF;
}

body .woocommerce form .form-row-first, 
body .woocommerce form .form-row-last, 
body .woocommerce-page form .form-row-first, 
body .woocommerce-page form .form-row-last { width: 49%; }

body .woocommerce #respond input#submit.disabled, 
body .woocommerce #respond input#submit:disabled, 
body .woocommerce #respond input#submit:disabled[disabled], 
body .woocommerce a.button.disabled, 
body .woocommerce a.button:disabled, 
body .woocommerce a.button:disabled[disabled], 
body .woocommerce button.button.disabled, 
body .woocommerce button.button:disabled, 
body .woocommerce button.button:disabled[disabled], 
body .woocommerce input.button.disabled, 
body .woocommerce input.button:disabled, 
body .woocommerce input.button:disabled[disabled] { background: #ccc; }


/*body .woocommerce a.checkout-button.button.alt {border-radius: 40px;padding: 0;font-size: 12px;width: 200px;height: auto;}*/

body .woocommerce #content table.cart td.actions .coupon, 
body .woocommerce table.cart td.actions .coupon { width: 68%; }

body #add_payment_method table.cart td.actions .coupon .input-text, 
body.woocommerce-cart table.cart td.actions .coupon .input-text, 
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 8px 6px 7px;
 	width: 65%;
}

body .woocommerce table.shop_table td { padding: 15px; }

body .woocommerce-checkout table.shop_table td { text-align: right;
  border-right: 1px solid #e6e6e6;   border-top: 0; }

.woocommerce a.remove { margin: 0 auto;  }
.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name {text-align: center;color: #3a4151;}
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal {text-align: right;color: #3a4151;}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal { text-align: right; }

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li { list-style: none; }

.woocommerce-checkout .woocommerce .col2-set { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2 {
    margin-bottom: 2em;
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { background: #fff; width: 47.8260869565%; float: right; margin-right: 0; }
.woocommerce-checkout #ship-to-different-address-checkbox { width: auto; float: right; margin-left: 15px; margin-top: 10px; opacity: 1; position: static; }
.woocommerce-checkout #ship-to-different-address label { font-size: 24px;   font-weight: 700; line-height: 1; margin: 0; margin-bottom: 1em; padding: 0; text-transform: uppercase; color: #000; }
.woocommerce-checkout .woocommerce form .form-row.create-account label { padding-top: 2px; font-weight: bold; }

.woocommerce-checkout .payment-fixed { position: fixed; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em; left: 52%; margin-left: 0; padding: 20px; top: 0; width: 45.5% !important; -webkit-transition: padding .1s ease-in; -moz-transition: padding .1s ease-in; -o-transition: padding .1s ease-in; -ms-transition: padding .1s ease-in; transition: padding .1s ease-in; }

.product-shipping-message { font-size: 16px; text-align: center; text-transform: uppercase; padding: 10px 0px; border-top: 1px solid #139248; border-bottom: 1px solid #139248; }

body .woocommerce table.shop_table tbody th, 
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th { border-bottom: none; }

body .woocommerce form .form-row input.input-text, 
body .woocommerce form .form-row textarea {max-width: 100%;height: 34px;padding: 12px 6px;background-color: #f7f7f7;height: auto;border-radius: 5px;color: #000;font-size: 14px;}

body .woocommerce .product-name a { color: #000; pointer-events: none; cursor: default; }

@media only screen and (max-width: 1139px) {
	.woocommerce-cart .entry-content form { width: 64%; }
}

@media only screen and (max-width: 980px) {

	.woocommerce-cart .entry-content form {
	  width: 80%;
	  float: none;
	  margin: 0 auto;
	}
	.woocommerce-cart .woocommerce .cart-collaterals {
	  width: 80%;
	  float: None;
	  margin: auto;
	}
	body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon { width: 100%; }
	body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
}

@media only screen and (max-width: 650px) {
  
  .woocommerce-cart .entry-content form {
	  width: 100%;

	}
	.woocommerce-cart .woocommerce .cart-collaterals {
	  width: 100%;

	}

	.woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
	.woocommerce-checkout #order_review_heading, 
  .woocommerce-checkout #order_review { width: 100%; float: none; }
	
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    min-height: 281px;
}
.woocommerce #respond input#submit:hover{
    background: #fff;
    text-decoration: none;
    background-image: none;
    color: 
#fff;
background:
    #00caa6 !important;
}
/*Product View*/
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 82%;
    float: right;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 17%;
    float: left;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li {
    float: none;
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0px 0px;
}
.product ol.flex-control-nav li {
    padding: 2px 0px;
}
.woocommerce div.product div.images .flex-control-thumbs .slick-arrow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 30px;
    display: block !important;
    background: transparent;
    border: none;
    font-size: 0;
    background-color: #dadada;
    border-radius: 0;
    left: 0;
    right: 0;
    bottom: -12px;
    font: normal normal normal 14px/1 FontAwesome;
}
.woocommerce div.product div.images .flex-control-thumbs .slick-next:before {
    content: "\f107";
    font-size: 23px;
    text-align: center;
    display: table;
    margin: 1px auto;
}
.woocommerce div.product div.images .flex-control-thumbs .slick-prev:before {
    content: "\f106";
    font-size: 23px;
    text-align: center;
    display: table;
    margin: 0px auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs {
    padding: 0;
    display: table;
    width: 100%;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-color: #ff4646;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 2px solid #fff;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 100px;
    margin: 0 7px;
    padding: 0 1em;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: .5em 0;
    font-weight: unset;
    color: #111111;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	display:none;
}
div#tab-reviews div#review_form input#submit {
    background: #0096cb;
    padding: 11px 26px;
    color: #fff;
    font-weight: 400;
    transition: all .5s;
}
div#tab-description h2 {
    /* font-size: 25px; */
    /* font-weight: 500; */
    /* color: #ff5252; */
    /* padding: 8px 0; */
    /* margin: 20px 0 5px; */
}
.product-download-sec .slick-track {
    margin: 0;
}
body.woocommerce-checkout {}

body.woocommerce-checkout section.banner.sub-inner {
    margin: 0 0 80px;
}

body.woocommerce-checkout .woocommerce {
    overflow: hidden;
    margin: 0 0 60px;
}

.col-1 {}

body .woocommerce form .form-row span {
    display: block;
}

div#customer_details {}

div#customer_details h3 {
    font-size: 20px;
    margin: 15px 0 16px;
}
del {
    position: relative;
}

del::after {width: 100%;height: 2px;position: absolute;top: 45%;background: red;left: 0;content: '';}

.woocommerce .quantity .qty {
    font-size: 14px;
    width: 100%;
    padding: 10px;
}

.woocommerce-info {
    border-top-color: #3a4151;
}
.woocommerce-info::before {
    color: #3a4151;
}
section.SecContent p+p {
    padding: 15px 0 0;
}

.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: 48%;
    max-width: 48%;
}