/*
Woocommerce Css
oom_chan 
Version: 2.2.1
*/

/** WooCommerce **/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 2;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: transparent!important;
}

/** Product Meta **/
.oom_product_meta .posted_in a, .oom_product_meta .tagged_as a {
	color: #000000;
	border: 1px solid #000000;
	border-radius: 20px;
	padding: 5px 20px;
}

.oom_product_meta .posted_in, .oom_product_meta .tagged_as {
	font-weight: normal;
}

.oom_product_meta .posted_in {
	display: block;
	padding-bottom: 20px;
}



/** Cart **/
.step-cart-contents table.shop_table {
	border: none;
	margin: 0;
	text-align: left;
	width: 100%;
	border-collapse: initial;
	border-radius: 0;
	display: inline-grid;
}

.step-cart-contents table.shop_table td {
	padding: 0;
	vertical-align: middle;
}

.step-cart-contents .product-thumbnail img.product-img {
	width: 100%;
	object-fit: cover;
	max-width: 180px;
}

.step-cart-contents .quantity .qty {
	text-align: center;
	padding: 0;
}

.step-cart-contents table td {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: none;
	background-color: transparent;
}

.step-cart-contents table tbody>tr:nth-child(odd)>td {
	background-color: transparent;
}


.step-cart-contents table tbody tr:hover>td, 
.step-cart-contents table tbody tr:hover>th {
	background-color: transparent;
}

tr.coupon_update_cart_actions.woocommerce-cart-form__cart-item.cart {
	margin-top: 40px;
	border: none;
	padding: 0;
}

.woocommerce .cart .button {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px 20px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #000000;
}

button.oom-button.update_cart:disabled {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 20px!important;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #000000;
}

button.minus,
button.plus {
	border: none;
	font-weight: bold;
	color: #000;
}

button.minus:hover,
button.minus:focus,
button.plus:hover,
button.plus:focus {
	color: #BABABA;
	background: none;
	outline: none;
}

.woocommerce-remove-coupon {
	color: #8B7F62;
}

#order_review td.product-name,
#order_review td.product-total {
	border-top: 0px;
	border-bottom: 0px;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border: none;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail {
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding-left: 20px;
	border: none;
	padding: 0;
}

.woocommerce table.shop_table tbody tr td.product-labels h4 {
	margin: 0;
}

.woocommerce table.shop_table tbody tr td.product-price {
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding-right: 10px;
	border: none;
	padding: 0;
}

.woocommerce table.shop_table tbody tr td.product-price .product_details {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.woocommerce table.shop_table tbody tr td.product-price .product_details .quantity {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	border: solid 1px #707070;
	padding: 10px;
}

.woocommerce table.shop_table tbody tr td.product-price .product_details .quantity button {
	border: solid 1px #707070;
	border-radius: 5px;
	padding: 10px 6px;
	line-height: 0;
	font-weight: 400;
}

.woocommerce table.shop_table tbody tr td.product-price .product_details .product_details__price {
	font-size: 14px;
	color: #000000;
}

.woocommerce table.shop_table tbody tr td.product-price .product_details .remove_cart_item a.remove {
	color: #A2A2A2!important;
}

.woocommerce table.shop_table tbody tr td.actions {
	border: none;
}

.woocommerce table.shop_table tbody tr td {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border: none;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.woocommerce-cart-form__cart-item {
	display: flex!important;
	flex-direction: row;
	border-radius: 10px;
	border: solid 1px #707070;
	width: 100%;
	margin-bottom: 15px;
	padding: 20px;
	gap: 20px;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}


/** Steps Process **/
.step-cart-progress-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}

.step-cart-progress-list h4 {
	color: #E5E4E4;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.step-cart-progress-list i {
	font-size: 22px;
	color: #E5E4E4;
}

.step-cart-progress-list i.current,
.step-cart-progress-list h4.current {
	color: #9E070A;
}

.woocommerce-notices-wrapper {
	margin-top: 0px;
}

.woocommerce-message {
	border-top-color: #00a2a3;
}

.woocommerce-message::before {
	color: #00a2a3;
}

.woocommerce-billing-fields h4,
#customer_details h3 {
	font-size: 22px;
	font-weight: normal;
}

.text-center {
	text-align: center;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.pl-0 {
	padding-left: 0;
}
.button {
	padding: 10px 24px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.submit-btn {
	border: 1px solid #0e9594;
	background-color: #0e9594;
}
.mt-3 {
	margin-top: 2rem;
}
.d-none {
	display: none;
}

.step-container h4 {
	font-size: 30px;
	padding-bottom: 20px;
}

.step-container p {
	font-size: 14px;
}

.step-container .product_details .product_details__title h4 {
	font-size: 22px;
	padding-bottom: 0px;
	color: #444444;
}

.step-container .product_details .product_details__title a {
	color: #444444;
}

.step-order-summary {
	padding-left: 60px;
}

#customer_details {
	border: 1px solid #707070;
	padding: 20px;
	border-radius: 5px;
}

.step-order-summary-content {
	background: #F5F5F5;
	padding: 30px;
	border-radius: 10px;
}

.step-order-summary h4 {
	font-size: 25px;
	padding-bottom: 0px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.step-cart-contents ul {
	padding: 0;
}
.step-cart-contents ul li {
	list-style: none;
	padding-bottom: 20px;
}

.woocommerce-cart-form__cart-item td.product-thumbnail {
	width: 25%;
}

.woocommerce-cart-form__cart-item td.product-labels {
	width: 50%;
}

.woocommerce-cart-form__cart-item td.product-price {
	width: 25%;
}

.step-cart-contents button.update_cart {
	display: none!important;
}

.step-order-summary__list ul {
	padding: 0;
}
.step-order-summary__list ul li {
	list-style: none;
	font-size: 14px;
	color: #444444;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.order_summary_before_total hr {
	margin: 20px 0;
}

.order_summary_after_title hr {
	margin: 20px 0;
}

.step-cart-contents-line hr {
	margin: 20px 0;
}

.order_summary_total li,
.coupon_list li {
	list-style: none;
}
.order_summary_total li span {
	color: #444444;
	font-size: 14px;
}

.order_summary_btn {
	margin-top: 10px;
}

.order_summary_btn a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	padding: 12px;
	background-color: #9E070A;
	border-radius: 5px;
	width: 100%;
	display: block;
	text-align: center;
	margin: 20px 0;
}

.order_summary_btn a:hover {
	background-color: #df252b;
}

.woocommerce table.shop_table tfoot th {
	font-weight: normal;    
}

.step-cart-contents .order_summary_btn .button {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 8px;
	border: 0;
	border-radius: 0;
	background-color: #4E6A85;
	width: 100%;
}
.step-order-information {
	margin-top: 20px;
	margin-right: 20px;
}

.step-order-information input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.step-order-information__line hr {
	border-color: #444444;
	margin-bottom: 20px;
}

.step-order-summary__list_item {
	display: flex;
	justify-content: space-between;
}

.step-order-summary__list table.shop_table {
	border: none;
	margin: 0;
	display: flex;
    flex-direction: column;
	gap: 15px;
}

.step-order-summary__list  table.shop_table td {
	border: none;
	background: transparent;
	padding: 0;
	padding-bottom: 20px;
}

.step-order-summary__list table.shop_table tfoot th {
	border: none;
	background: transparent;
	padding: 0;
}

.step-order-summary__list table.shop_table tfoot td {
	border: none;
}

.step-order-summary__list ul#shipping_method li {
	padding: 20px;
}


.woocommerce ul#shipping_method li input {
	margin: 3px 0.4375em 0 0;
	vertical-align: top;
}

.woocommerce ul#shipping_method .amount {
	margin-left: 10px;
}

.woocommerce ul#shipping_method li input[type='radio'] {
	accent-color: black;
}

.woocommerce-shipping-totals th {
	font-size: 14px;
	font-weight: 500!important;
	padding-bottom: 20px!important;
	color: #444444;
}

.woocommerce ul#shipping_method li label {
	margin-top: -25px;
	padding: 20px 40px;
	border: 1px solid #444444;
	border-radius: 5px;
	display: block;
	cursor: pointer;
}

.step-order-summary__list table.shop_table tfoot td {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.woocommerce-shipping-totals.shipping th {
	display: flex;
}

.woocommerce ul#shipping_method {
	width: 100%;
}

.woocommerce-info {
	margin-top: 20px;
}

.woocommerce-info,
.woocommerce-info::before {
	color: #AE292E;
	border-top-color: #041540;
}
a.woocommerce-privacy-policy-link {
	color: green;
}
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-info a.showcoupon,
.woocommerce-info a.showlogin,
.woocommerce-form-login a 
{
	color: #041540;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f3f3f3;
	margin-bottom: 20px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	border: 0;
	border-radius: 0;
	text-align: center;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #4E6A85;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 15px;
	border: 1px solid;
	border-radius: 0;
	background-color: #000000;
}

.product-name a {
	color: #0F228B;
}

.step-order-btn input.button.alt {
	padding: 12px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px;
	background-color: #9E070A;
	border-radius: 5px;
	width: 100%; 
	display: block;
	text-align: center;
}

.step-order-btn input.button.alt:hover {
	background: #df252b;
}

.step-cart-contents img {
	width: 90%;
}

.woocommerce-shipping-destination {
	display: none;
}

.product_details__title a {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

td.actions, tr.cart_item .quantity button {
	background: white!important;
}

.order_summary_btn a:hover, .oom-mini-cart__heading h4, a.oom-mini-cart__button.oom-mini-cart:hover {
	color: #ffffff;
}

.item_qty_input .btn-qty {
	border-color: #fafafa;
	background: #fafafa;
}

.oom-mini-cart__item .oom_row{
	justify-content: center;
}

.single-product .product-single-btn .quantity button {
	display: none!important;
}

.woocommerce a.remove:hover {
	color: #000!important;
	background: unset;
}

input#coupon_code {
	border-radius: 0;
}

.woocommerce-page table.cart td.actions {
	width: 100%;
}

.woocommerce-page table.cart td.actions .coupon.oom_coupon {
	float: none!important;
	display: flex;
	width: 100%;
	gap: 20px;
	padding: 0!important;
	margin: 0!important;
}

.woocommerce-page table.cart td.actions .coupon.oom_coupon::before,
.woocommerce-page table.cart td.actions .coupon.oom_coupon::after {
	display: none!important;
}

.woocommerce-page table.cart td.actions .coupon.oom_coupon input#coupon_code {
	width: 50%;
	margin: 0;
	border-width: 0 0 1px 0;
	border-color: #092E4B;
}

.actions .coupon.oom_coupon button.oom-btn {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	background-color: #092E4B;
	padding: 15px 40px;
}

.step-order-summary__list table.shop_table tbody,
.step-order-summary__list table.shop_table tfoot {
	display: flex;
    flex-direction: column;
	gap: 15px;
}

.step-order-summary__list table.shop_table tbody .cart_item,
.step-order-summary__list table.shop_table tfoot .cart_item,
.step-order-summary__list table.shop_table tfoot .cart-subtotal,
.step-order-summary__list table.shop_table tfoot .order-total,
.step-order-summary__list table.shop_table tfoot .tax-rate.tax-rate-gst-1 {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.step-order-summary__list table.shop_table tbody .cart_item td,
.step-order-summary__list table.shop_table tfoot .cart_item td {
	padding: 0;
	flex-direction: row;
    justify-content: flex-start;
	font-size: 14px;
	font-weight: 400;
}

.step-order-summary__list table.shop_table tbody .cart_item td strong,
.step-order-summary__list table.shop_table tfoot .cart_item td strong {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.step-order-summary__list table.shop_table tfoot .cart-before-subtotal td,
.step-order-summary__list table.shop_table tfoot .order-before-total td {
	border-bottom: solid 1px #707070;
    padding-bottom: 0;
} 

.step-order-summary__list table.shop_table tfoot .cart-subtotal td,
.step-order-summary__list table.shop_table tfoot .order-total td,
.step-order-summary__list table.shop_table tfoot .tax-rate.tax-rate-gst-1 td {
	padding: 0;
}

.step-order-summary__list {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.order_summary_total {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

/** Responsive **/
@media (max-width: 1920px) {

}

@media (max-width: 1440px) {

}


@media (max-width: 1280px) {

}

@media (max-width: 1024px) {
	.step-cart-progress.oom_row > .oom_column_40 {
		display: none;
	}
	
	.step-order-summary {
		padding: 40px 0 0 0;
	}
	
	.step-cart-progress.oom_row > .oom_column_60,
	form.woocommerce-cart-form .oom_row > .oom_column_60,
	form.woocommerce-cart-form .oom_row > .oom_column_40,
	form.checkout.woocommerce-checkout .oom_row > .oom_column_60,
	form.checkout.woocommerce-checkout .oom_row> .oom_column_40 {
		width: 100%;
	}
	
	.woocommerce-page table.shop_table_responsive tr td.product-labels {
		display: flex!important;
		align-items: flex-start;
		text-align: left!important;
	}
	
	.step-cart-progress-list h4,
	.step-cart-progress-list i {
		font-size: 18px;
	}
	
	.woocommerce table.shop_table tbody tr td.product-thumbnail {
		text-align: left !important;
	}
	
	tr.coupon_update_cart_actions.woocommerce-cart-form__cart-item.cart {
		margin: 30px 0;
	}
	
	.step-cart-progress-list {
		margin-bottom: 30px;
	}
	
	.woocommerce-cart-form__cart-item {
		gap: 15px;
	}
	
}

/*
* Surface Pro
*/
@media (max-width: 912px) {

	.product_details__title a {
		font-size: 16px;
	}

	button.minus, button.plus {
		padding: 0.5rem 0.5rem;
	}
}

/*
* iPad Air
*/
@media (max-width: 820px) {
	.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-woocommerce_after_add_to_cart_button {
		margin-top: -10%;
	}
}

/*
* iPad 9th
*/
@media (max-width: 810px) {

}

/*
* iPad Mini
*/
@media (max-width: 768px) {
	td.product-thumbnail {
		display: flex!important;
		align-items: center;
	}
	.oom-modal-content {
		width: 80%;
	}

	.woocommerce .oom_column_40 {
		width: 100%;
	}

	.woocommerce .step-order-summary__list {
		width: 100%;
	}

	.woocommerce .oom_column_40 {
		width: 100%;
	}

	.oom_product_item .oom_row {
		flex-direction: column;
	}

	#oom-style-1 .oom_product_item .fist_column {
		flex-direction: row;
	}

	#oom-style-1 .oom_product_item .middle_column {
		padding: 20px;
		width: 100%;
		border-left: 0;
		border-right: 0;
		border-top: 1px solid;
		border-bottom: 1px solid;
	}

	.oom-product-price-by-quantity-list .oom_row {
		flex-direction: row;
	}

	.oom_column_30.last_column {
		width: 100%
	}

	.woocommerce .oom_column_50 {
		width: 100%;
	}

	#oom-mini-cart .oom_column_40 {
		width: 40%;
	}

	.woocommerce .oom_column_40 {
		width: 100%;
	}

	.woocommerce .step-order-summary__list {
		width: 100%;
	}

	tr.coupon_update_cart_actions td.actions {
		width: 100%!important;
	}

	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}

	.woocommerce #content table.cart .product-thumbnail, 
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
	}

	.step-order-btn {
		margin-top: 10px;
	}

	.woocommerce-shipping-totals.shipping th {
		padding-top: 0px!important;
	}

	.woocommerce-shipping-totals th {
		margin-top: 0px;
	}

	.oom_product_item__btn_addtocart .oom_row {
		flex-direction: row!important;
	}

	#single-page-price-table .oom-product-price-by-quantity-list.is_product_page {
		padding: 0px 15px;
	}

	#single-page-price-table .oom_row {
		display: flex;
	}


}

@media (max-width: 767.9px) {
	.woocommerce-cart-form__cart-item td.product-thumbnail {
		width: 20%;
	}

	.woocommerce-cart-form__cart-item td.product-price {
		width: 30%;
	}

	.woocommerce-cart-form__cart-item td.product-labels {
		width: 50%;
	}

	.woocommerce-cart-form__cart-item {
		gap: 10px;
	}
	
	.step-cart-progress-list h4, 
	.step-cart-progress-list i {
		font-size: 16px;
	}
	
	.step-cart-progress-list {
		margin-bottom: 20px;
	}
	
	tr.coupon_update_cart_actions.woocommerce-cart-form__cart-item.cart {
		margin: 20px 0;
	}
}

@media (max-width: 525px) {
	.woocommerce-cart-form__cart-item {
		    flex-direction: column;
	}
	
	.woocommerce-cart-form__cart-item td.product-thumbnail,
	.woocommerce-cart-form__cart-item td.product-labels,
	.woocommerce-cart-form__cart-item td.product-price {
		width: 100%;
	}
	
	.woocommerce-page table.shop_table_responsive tr td.product-labels {
        display: flex !important;
        align-items: center;
        text-align: left !important;
    }

	.woocommerce table.shop_table tbody tr td.product-price .product_details {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
		gap: 8px;
	}
}

@media (max-width: 480px) {
	.oom-modal-content {
		width: 90%;
	}
	ul.products.elementor-grid.columns-4 {
		grid-template-columns: repeat(1,1fr);
	}

	.oom_category_items {
		grid-template-columns: repeat(1, 4fr);
	}

	#oom-style-2.oom_product_items {
		grid-template-columns: repeat(1, 4fr);
	}

}

@media (max-width: 414px) {
	.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-woocommerce_after_add_to_cart_button {
		margin-top: -10%;
	}

	.oom-filter {
		width: 80px;
		padding: 10px 0px;
	}

	.oom_product_item__btn_addtocart .oom_row {
		flex-direction: column!important;
	}
	
	.step-cart-progress-list {
		display: flex;
        flex-direction: column;
        align-items: flex-start;
	}
	
	.step-cart-progress-list .step-cart-progress-item.progress-arrow {
		display: none;
	}
}

@media (max-width: 375px) {
	.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-woocommerce_after_add_to_cart_button {
		margin-top: -11.5%;
	}

}

@media (max-width: 360px) {
}



@media (max-width: 320px) {

	.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-woocommerce_after_add_to_cart_button {
		margin-top: -13.5%;
	}

}