/********************************/
/*** Woo Custom ***/
/********************************/
.woocommerce .woocommerce-ordering {
	margin: 0 0 3em;
}
.woocommerce .woocommerce-result-count {
/* 	font-family: "ABeeZee", Sans-serif !important; */
}
.woocommerce-products-header .woocommerce-products-header__title {
/* 	font-family: "ABeeZee", Sans-serif !important; */
	padding: 15px;
	margin-bottom: 30px;
	background: #ffffff;
	background: linear-gradient(-90deg, white, #f4f9fe, #f4f9fe, #f4f9fe, white);
	text-align: center;
}
/*** CHANGE COLORS ON THE FILTER DROPDOWN ***/
select.orderby { /* woocommerce class is purposely left off so other dropdowns can match but you can add it if you prefer */
	background: #cc9200;
	color: #fff;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
/* 	font-family: "ABeeZee", Sans-serif !important; */
	letter-spacing: 0.5px;
	padding: 10px;
	border: none !important;
}
/*** SINGLE GRID ITEM STYLING ***/
.woocommerce ul.products li.product {
	text-align: center; /* centers titles and prices */
	background: #f5f5f5; /* changes background color */
	padding: 1.5em 1em; /* adds space around entire product */
	transition: all 0.6s;
	-moz-transition: all 0.6s; 
	-webkit-transition: all 0.6s; 
/* 	font-family: "ABeeZee", Sans-serif !important; */
	box-shadow: 0 8px 16px rgba(0,0,0,.12),0 8px 16px rgba(0,0,0,.24);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
	-moz-transition: -moz-transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
	-ms-transition: -ms-transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
	transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.woocommerce ul.products li.product:hover {
	background: #fff; /* changes background color on hover */
	box-shadow: 0 14px 28px rgba(0,0,0,.2);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
/*** CHANGE COLOR ON SINGLE GRID AND RELATED PRODUCTS (THIS IS WHERE YOU CAN CHANGE THE FONT SIZE TOO IF YOU WANT) ***/
h2.woocommerce-loop-product__title,
.product .related h2 {
/* 	font-family: "ABeeZee", Sans-serif !important; */
	color: #000; /* change color of product titles */
}
/*** ADD TO CART BUTTON ***/
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.added_to_cart {
    display: block;
    box-shadow: none;
    background: #328BC3 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 10px 20px;
    margin-bottom: 0.5em;
    border-radius: 4px !important;
/*     font-family: "ABeeZee", Sans-serif !important; */
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    border: solid 1px #328BC3 !important;
    margin-left: 0;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product a.added_to_cart:hover {
    background: #1F2531 !important;
    border: solid 1px #1F2531 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current {
	border-color: #8f3c2b;
	color: #fff;
	background: #8f3c2b;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color: #8f3c2b;
}
/*** CENTER STAR RATING AND MAKE STARS BIGGER ***/
.woocommerce ul.products li.product .star-rating {
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
/*** CHANGE STAR COLOR FROM THEME COLOR ***/
.woocommerce .star-rating span::before {
	color: #ffa500;
}
/*** CHANGE PRICE SIZE ON GRID AND RELATED PRODUCTS ***/
.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price, 
.woocommerce-page ul.products li.product .price del {
	font-size: 18px;
}
/*** CENTER SALE BADGE AND CHANGE COLORS ***/
.woocommerce span.onsale, 
.woocommerce-page span.onsale {
	background: #77a464;
	color: #fff;
	letter-spacing: 1px;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
/* 	font-family: "ABeeZee", Sans-serif !important; */
	line-height:39px;
}
/*** GET RID OF BLACK LINE UNDER IMAGE ***/
.woocommerce ul.products li.product img {
	border: 3px solid #fff; /* adds border around image and is optional */
	box-shadow: none;
	text-decoration: none;
}
a.woocommerce-LoopProduct-link, a.woocommerce-loop-product__link,
a.woocommerce-LoopProduct-link:hover, a.woocommerce-loop-product__link:hover,
a.woocommerce-LoopProduct-link:focus, a.woocommerce-loop-product__link:focus {
	box-shadow: none;
	outline: 0;
	font-family: "ABeeZee", Sans-serif !important;
}
/*** REMOVE/CHANGE COLOR BEHIND PRICE ***/
.woocommerce ul.products li.product span.price ins {
	background: transparent; 
}



.woocommerce .site-main {
	max-width: 1260px !important;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 20px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 1em;
	overflow: hidden;
	width: 100%;
	color: #0B3C5D;
/* 	font-family: "ABeeZee", Sans-serif !important; */
	font-weight:600;
}
.woocommerce .woocommerce-breadcrumb li {
	float: left;
	margin: 0 2em 0 0;
}
.woocommerce .woocommerce-breadcrumb a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a:hover::after {
	background: #cc9200;
}
.woocommerce .woocommerce-breadcrumb li:last-child, .woocommerce .woocommerce-breadcrumb li:last-child:hover {
	font-weight: bold;
	background: none;
	padding: .7em 1em .7em 2em;
}
.woocommerce .woocommerce-breadcrumb li:last-child::after {
	content: normal;
}
/*** My Account ****/
.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: 0;
	margin: 0;
	border-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
	color: #202125;
	font-size: 15px;
/* 	font-family: "ABeeZee", Sans-serif !important; */
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #DD9954;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
	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 .fl-post-header, .woocommerce-page .fl-post-header {
	padding: 25px 15px;
	float: left;
	width: 100%;
	margin-bottom: 45px;
	background: #ffffff;
	background: linear-gradient(-90deg, white, #f4f9fe, #f4f9fe, #f4f9fe, white);
	text-align: center;
}
.woocommerce-account .fl-content, .woocommerce-page .fl-content {
	margin-top: 0;
}
.woocommerce-account .fl-post-title, .woocommerce-page .fl-post-title {
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	color: #202125;
	margin: 0px;
	font-weight: 500;
	text-transform: capitalize;
}
.woocommerce-account .skinny_cform-wrap {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
.woocommerce-account .skinny_cform-wrap label, .woocommerce-account .skinny_cform-wrap .form-row span {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
	text-align: left;
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .woocommerce-Input, .woocommerce-account .skinny_cform-wrap .lost_reset_password .woocommerce-Input--text {
	color: #555;
	font-size: 18px;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
}
.woocommerce-account .skinny_cform-wrap .lost_reset_password .woocommerce-form-row {
	width: 100%;
	text-align: center;
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .woocommerce-Input:focus {
	border-color: #DD9954;
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .woocommerce-form__label-for-checkbox {
	float: left;
	width: 100%;
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .woocommerce-form-login__submit, .woocommerce-account .skinny_cform-wrap .lost_reset_password .woocommerce-Button {
	padding: 15px 20px 15px;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 16px;
	color: #DD9954;
	background: #fff;
	border-radius: 0;
	width: 160px;
	margin-top: 10px;
}
.woocommerce-account .skinny_cform-wrap .lost_reset_password .woocommerce-Button {
	width: 200px;
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .woocommerce-form-login__submit:hover, .woocommerce-account .skinny_cform-wrap .woocommerce-form .woocommerce-form-login__submit:focus, .woocommerce-account .skinny_cform-wrap .lost_reset_password .woocommerce-Button:hover, .woocommerce-account .skinny_cform-wrap .lost_reset_password .woocommerce-Button:focus {
	color: #fff;
	background-color: #DD9954;
	border-color: #DD9954;
	border-radius: 0;
	top: 0 !important;
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .form-row .woocommerce-form__input-checkbox {
	width: 20px;
	height: 18px
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .form-row span {
	vertical-align: top;
}
.woocommerce-account .skinny_cform-wrap .skinny_cform {
	display: inline-block;
	width: 100%;
}
.woocommerce-account .skinny_cform-wrap .skinny_cform h2 {
	text-align: center;
	font-size: 28px;
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form-login, .woocommerce-account .skinny_cform-wrap .lost_reset_password {
	float: left;
	width: 100%;
	background: url(../images/simplebar_contnet.jpg) center;
	background-size: contain;
	border-radius: 10px;
	border: none;
	box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .woocommerce-LostPassword.lost_password {
	float: right;
}
.woocommerce-account .skinny_cform-wrap .woocommerce-form .form-row:nth-child(3) {
	float: left;
}
.woocommerce-account .skinny_cform-wrap .lost_reset_password {
	padding: 20px;
}
/* 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: none;
}
.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: #202125;
	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: 14px;
}
.woocommerce-cart .woocommerce table.shop_table th {
	border-bottom: 2px solid #DD9954;
}
.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;
}
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: #5D9CA4  !important;
	font-weight: 600 !important;
	border: 1px solid #5D9CA4  !important;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
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, body .woocommerce #respond input#submit.alt:focus, body .woocommerce a.button.alt:focus, body .woocommerce button.button.alt:focus, body .woocommerce input.button.alt:focus {
	background: #1F2531 !important;
	color: #fff !important;
	border: 1px solid #1F2531 !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: #D7B410  !important;
	color: #fff !important;
	font-weight: 500 !important;
	border-color: #D7B410  !important;
	font-size: 14px !important;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.fl-post-content .woocommerce a {
	color: #202125;
}
.fl-post-content .woocommerce a:hover, .fl-post-content .woocommerce a:focus {
	color: #000000;
}
body .woocommerce .cart .button:hover, body .woocommerce .cart input.button:hover, body .woocommerce #respond input#submit:hover, body .woocommerce a.button:hover, body .woocommerce button.button:hover, body .woocommerce input.button:hover, body .woocommerce .cart .button:focus, body .woocommerce .cart input.button:focus, body .woocommerce #respond input#submit:focus, body .woocommerce a.button:focus, body .woocommerce button.button:focus, body .woocommerce input.button:focus {
	background: #202125 !important;
	color: #fff !important;
	top: 0 !important;
	border-color: #202125 !important;
}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
	padding: 1em;
	border-radius: 40px;
	margin-top: .5em;
}
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;
	border: 1px solid #5D9CA4  !important;
	text-transform: uppercase;
}
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 15px 8px;
	width: 65%;
	height: 30px;
	font-size: 14px;
}
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;
}
.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;
}
.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%;
	float: none;
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
	background: #fff;
	width: 47.8260869565%;
	float: right;
	margin-right: 0;
}
.woocommerce-checkout #order_review {
	padding: 10px 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: 15px;
	font-weight: 500;
	line-height: 1;
	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%;
}
body .woocommerce .product-name a {
	color: #000;
	pointer-events: none;
	cursor: default;
	font-family: "ABeeZee", Sans-serif !important;
}
.woocommerce-info {
	width: 100%;
	float: left;
	line-height: 1.5 !important;
	font-size: 14px;
}
div.woocommerce-billing-fields h2, div.woocommerce-billing-fields h3, #order_review h2, #order_review h3, .woocommerce-additional-fields h3 {
	font-size: 18px;
	color: #202125;
	border-bottom: double 3px #e7e7e7;
	padding-bottom: 7px !important;
	margin-bottom: 15px;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
	float: left;
	margin-left: 0;
	margin-top: 0;
	margin-right: 10px;
}
.woocommerce-checkout .woocommerce-shipping-fields {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.woocommerce-checkout label {
	font-weight: 500;
	font-size: 14px;
	color: #0B3C5D;
	margin: 0;
	width: 100%;
}
body .woocommerce table.shop_table td {
	padding: 5px 15px;
	font-size: 13px;
	font-family: "ABeeZee", Sans-serif !important;
}
body .woocommerce form .form-row input.input-text {
	max-width: 100%;
	height: 50px;
	border: 1px solid rgb(179, 191, 200);
	color: rgb(26, 46, 59);
	padding: 0.3125rem 0.9375rem 0px;
	border-radius: 3px;
	transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
body .woocommerce form .form-row input.input-text:focus {
	outline: transparent solid 1px;
	border: 1px solid rgb(26, 46, 59);
	box-shadow: rgb(26, 46, 59) 0px 0px 0px 1px;
}
.woocommerce-password-strength.short {
	align-items: flex-start;
	border-radius: 3px;
	color: rgb(26, 46, 59);
	display: flex;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: rgb(255, 237, 237);
}
#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: 5px 20px;
}
#stripe-payment-data p, .woocommerce-privacy-policy-text p {
	font-size: 13px;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid rgb(179, 191, 200);
	color: rgb(26, 46, 59);
	border-radius: 3px;
	transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.wc-stripe-elements-field:focus, .wc-stripe-iban-element-field:focus {
	outline: transparent solid 1px;
	border: 1px solid rgb(26, 46, 59);
	box-shadow: rgb(26, 46, 59) 0px 0px 0px 1px;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
	color: #E2401C;
	display: block !important;
	font-weight: bold;
}
.woocommerce #order_review_heading, .woocommerce-page #order_review_heading, .woocommerce-EditAccountForm fieldset legend {
	margin-top: 0;
	font-size: 18px;
	color: #202125;
	border-bottom: double 3px #e7e7e7;
	padding-bottom: 7px !important;
	margin-bottom: 15px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #E64C55 !important;
	font-weight: 600 !important;
}
.related h2 {
    margin-top: 0 !important;
    border-bottom: solid 2px #0B3C5D;
    font-size: 24px;
    padding-bottom: 10px;
    color: #333 !important;
	text-align:center;
}
.related .woocommerce-loop-product__title {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
.woocommerce-EditAccountForm fieldset legend {
	margin-top: 20px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
}
.woocommerce #payment .form-row.place-order, .woocommerce-page #payment .form-row.place-order {
	padding: 15px;
}
.woocommerce form .form-row label {
	line-height: 2;
	font-weight: 500;
	font-size: 14px;
	color: #0B3C5D;
	margin: 0;
	width: 100%;
}
.woocommerce .quantity .qty {
	width: 5em;
}
.woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-MyAccount-content .button {
	font-size: 15px !important;
	margin-top: 15px !important;
	padding: 8px 20px !important;
}
.woocommerce-Message--info .woocommerce-Button, .woocommerce-Message--info .button {
	margin-top: 0 !important;
}
.woocommerce-EditAccountForm span em {
	font-size: 80%;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
	line-height: 40px;
}
.shop_table table th {
	color: #DD9954;
}
.woocommerce-Addresses.addresses {
	float: left;
	margin-top: 15px;
}
.woocommerce-account .addresses .title h3 {
	float: left;
	margin: 0;
	font-size: 15px;
	width: calc(100% - 85px);
}
.woocommerce-account .addresses .title .edit {
	float: right;
	position: inherit;
	border: solid 1px #DD9954;
	padding: 3px 15px;
	width: 70px;
	text-align: center;
	font-size: 13px;
	border-radius: 4px;
	color: #DD9954;
}
.woocommerce-account .addresses .title .edit:hover {
	color: #202125;
}
.woocommerce .customer_details, .woocommerce-page .customer_details, .woocommerce .addresses address, .woocommerce-page .addresses address {
	font-size: 80%;
}
.select2-container {
	width: 100% !important;
}
.select2-container .select2-selection--single {
	background-color: transparent;
	border: 1px solid #ced4da;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: content-box;
	height: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px 5px 10px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	padding-left: 0;
	font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container .select2-selection--single .select2-selection__arrow {
	height: 26px;
	margin: 0.6rem 0 0.4rem 0;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container .select2-selection--multiple {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	box-shadow: none;
	box-sizing: content-box;
	cursor: text;
	height: auto;
	margin: 0;
	outline: none;
	padding: 5px 0 0 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}
.select2-container .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #ffca28;
	border-radius: 16px;
	color: rgba(0, 0, 0, 0.6);
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 6px;
	padding: 0 12px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
.select2-container.select2-container--open.select2-container--above .select2-selection--single, .select2-container.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container.select2-container--open.select2-container--below .select2-selection--single, .select2-container.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container.select2-container--focus .select2-selection--single {
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: 0;
}
.select2-container.select2-container--focus .select2-selection--multiple {
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: 0;
}
.select2-container .select2-search--dropdown .select2-search__field {
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	outline: none;
}
.select2-container .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
	box-shadow: 0 1px 0 0 #ced4da;
	border-bottom: 1px solid #ced4da;
}
.select2-container .select2-search--inline .select2-search__field {
	background: transparent;
	border: none !important;
	outline: 0;
	box-shadow: none !important;
	-webkit-appearance: textfield;
}
.select2-container .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container .select2-results__option[role=group] {
	padding: 0;
}
.select2-container .select2-results__option[aria-disabled=true] {
	color: #999;
}
.select2-container .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}
.select2-container .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
	background-color: #3f729b;
	color: white;
}
.select2-container .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #ced4da;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
#coupon_code {
	height: 31px !important;
}
.checkout_coupon .button {
	font-size: 14px !important;
}
.checkout_coupon.woocommerce-form-coupon {
	width: 100% !important;
	margin-top: 0 !important;
	float: left;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-success {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0 !important;
	max-width: 100% !important;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale {
	background: #8f3c2b;
}
.woocommerce .fl-page-content .container {
	width: 1260px;
}
.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce-page div.product .woocommerce-tabs .panel h2 {
	font-size: 20px;
	margin-bottom: 15px !important;
	border-bottom: double 3px #e7e7e7;
}
#review_form #reply-title {
	margin-bottom: 10px !important;
	float: left;
	width: 100%;
} 
.form-submit input[type="submit"] {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #333333 !important;
	border-color: #333333 !important;
	color: #fff !important;
	letter-spacing: 0.5px;
	margin-top: 10px !important;
	font-family: 'Open Sans', sans-serif !important;
}
 .form-submit input[type="submit"]:hover, .form-submit input[type="submit"] input[type="submit"]:focus {
     background-color: #202125 !important;
     border-color: #202125 !important;
}
#tab-reviews .comment-form {
     float: left;
     width: 100%;
     background: #fafafa;
     padding: 20px;
     border: solid 1px #e7e7e7;
}
.woocommerce #review_form #respond textarea {
	height: 120px;
	resize: none;
}
#commentform label {
	font-weight: 600;
	color: #0B3C5D;
	letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #5d9ca4;
}
.woo_amc_container_side .woo_amc_center {
	max-width: 340px !important;
}
.woo_amc_item_quanity_wrap {
	display: flex;
	justify-content: start;
	align-items: center;
}
input.woo_amc_item_quanity, input.woo_amc_item_quanity:focus {
	border: solid 1px #e7e7e7 !important;
	padding: 5px 5px !important;
	height: 37px !important;
	width: 40px !important;
}
.woo_amc_head {
	border-bottom: solid 1px #e7e7e7;
}
.woo_amc_open_image svg {
	width: 40px !important;
}









@media only screen and (max-width: 1300px) {
.woocommerce .fl-page-content .container {
	width: 100%;
}
}
 @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: 767px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
	margin-left: 0;
	width: 100%;
	margin-top: 10px;
}
}
@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;
}
}

/*** Woo CSS End ***/

/* my css start  */
#type {
    padding: 6px 12px;
    background-color: #5D9CA4;
    color: #fff;
    border: 2px solid #5D9CA4;
    padding-top: 10px;
    font-size: 16px;
}
.single-product .woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: 14px !important;
}
.single-product .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	border-color: #0B3C5D;
	width:100px;
}
.single-product .woocommerce-page button.button:disabled, .woocommerce-page button.button:disabled[disabled], .woocommerce-page button.alt.disabled {
	padding: 7px 20px;
}
.single-product .single_add_to_cart_button.button.alt.wp-element-button{
		padding: 7px 20px;
}
.single-product .woocommerce a.added_to_cart {
	padding-top: 0.7em;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
}
.single-product .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	height: 41px;
}

.single-product .fl-page-content {
	
	background-color: #F7F7F0;
}

.single-product .variations .label {
	color: #333;
	padding-top:5px;
}
.single-product .single_add_to_cart_button.button.alt.wp-element-button {
    padding: 10px;
    width: 58%;
}
.single-product .woocommerce-variation-add-to-cart.variations_button {
	display: flex;
	width: 100%;
	align-items: center;
}
.single-product div#product-517 {
    padding-top: 45px;
}

/* .single-product .woocommerce-product-gallery__image {
    border: 20px solid #fff;
}
 */

.single-product span.woocommerce-Price-amount.amount {
	font-size: 16px;
}

.single-product p.price {
    margin-top: 10px;
}

.single-product h1.product_title.entry-title {
    font-weight: 700;
}
.single-product ul.tabs.wc-tabs {
    padding: 0px !important;
}
.single-product ul.tabs.wc-tabs li a {
    padding: 10px 20px !important;
}
.single-product ul.tabs.wc-tabs li {
    padding: 0px!important;
    margin-right: 5px !important;
}

.single-product ul.tabs.wc-tabs li a:hover {
    background: #5d9ca4;
    color: #fff !important;
}

.single-product ul.tabs.wc-tabs li.active {
    background: #5d9ca4 !important;
    color: #ffff !important;
}
.single-product .woocommerce-tabs #submit{
    background-color: #5d9ca4 !important;
    border-color: #5d9ca4 !important
}

.single-product select#type:focus-visible {
    outline: none !important;
}
.single-product .related.products h2 {
	max-width: 300px !important;
	font-size: 30px;
}
.single-product .product_title.entry-title {
	font-size: 34px;
	letter-spacing: 1px;
}
star-4.active{
color: #8F3C2B;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	background: #F7F7F0;
}
.single-product .woocommerce-notices-wrapper {
	padding: 30px 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: 1.2em;
	right: 1.2em;
}
.latest {
	padding-top: 10px;
}
.latest_head{
color:#0B3C5D !important;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 16px !important;
}