/*
Theme Name: Jump Consulting

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

del {
    all: unset !important;
}
del .woocommerce-Price-amount bdi {
    font-weight: 600 !important;
    text-decoration: line-through !important;
    color: #e83dc1 !important;
}
ins {
    all: unset !important;
}
ins .woocommerce-Price-amount bdi {
    color: #2563a0 !important;
    font-weight: 600 !important;
}


.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

.single-product ul.woocommerce-error li {
    list-style-type: none;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}
.woocommerce-cart ul.woocommerce-error li {
    list-style-type: none;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


/* --------------- Woocommerce - Single Product Page CSS Code Start ------------------- */
#single-product-page {
    padding: 143px 0px 0px;
    position: relative;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center top;
    background-image: linear-gradient(180deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%),url(/wp-content/uploads/2023/08/pattren-bg-image.png)!important;
}
.inner-single-product-row {
    padding: 60px 0px 120px;
}
nav.woocommerce-breadcrumb:before {
    content: '';
    background: #fff4cc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(-25deg);
    background: -moz-linear-gradient(left,rgba(250,198,14,1) 0%,rgba(248,196,14,1) 1%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(250,198,14,1) 0%,rgba(248,196,14,1) 1%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(250,198,14,1) 0%,rgba(248,196,14,1) 1%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac60e',endColorstr='#00000000',GradientType=1);
    opacity: .6;
    display: block !important;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 20px;
    font-size: 15px;
    color: #000;
    position: relative;
    z-index: 2;
    padding: 5px 20px 6px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.woocommerce div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page #content div.product form.cart {
    margin: 24px 0 39px;
}
.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
    content: " ";
    display: table;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
    margin: 0 20px 0 0 !important;
    width: auto;
    overflow: hidden;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .et_pb_wc_cart_totals .select2-container--default .select2-selection--single, .et_pb_wc_checkout_billing .select2-container--default .select2-selection--single, .et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single {
    background-color: #fff;
    color: #000;
    font-size: 17px;
    padding: 12px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.woocommerce .quantity input.qty {
    width: 4.3em;
    text-align: center;
}
.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 18px 26px !important;
    display: inline-block;
    border-radius: 9px 0;
    transition: .4s all;
    background-image: url(./img/brush-shape-pink.png) !important;
    background-size: 100% 100% !important;
    top: -2px;
    min-width: 150px;
    border: 0 !important;
    text-align: center;
    background-color: transparent !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0;
}
.product {
    word-wrap: break-word;
}
.woocommerce div.product div.images img {
    display: block;
    width: 70%;
	margin: auto;
    height: auto;
    box-shadow: none;
    max-width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}
.woocommerce-product-details__short-description p {
    padding-bottom: 15px;
}
.entry-summary p.price span {
    font-size: 26px !important;
}
.entry-summary .entry-title {
    padding-bottom: 14px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #e83dc1!important;
    padding-bottom: 20px;
	font-weight: 600;
}
.product_meta {
    border-width: 0;
    border-style: solid;
    border-color: #dadada;
    border-top: 1px solid #dadada;
    font-size: 14px;
    color: #666;
    padding-top: 6px;
}
/* Hide WooCommerce product image magnifier */
.woocommerce-product-gallery__trigger {
    display: none !important;
}

ul.products li.product img {
    object-fit: contain;
	margin-bottom: 30px;
}


/* ------------- Single Page (Related Products Sections) Code Start ------------- */
.woocommerce ul.products, .woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
#left-area ul.products {
    padding: 0!important;
    line-height: 1.7!important;
    list-style: none!important;
}
.related.products {
    margin: 40px 0 0;
}
section.related.products>h2 {
    font-size: 30px !important;
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce ul.products li.product.product, .woocommerce-page ul.products li.product.product {
    width: calc(33.33% - 20px) !important;
    margin: 0 10px 20px !important;
    box-shadow: 0 0 10px rgb(0 0 0/10%);
    padding: 15px;
    border-radius: 0;
    background: #fff;
    text-align: center;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none outside;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.woocommerce ul.products li.product .et_shop_image, .woocommerce-page ul.products li.product .et_shop_image {
    padding-bottom: 70% !important;
    position: relative;
    margin: 0 0 20px !important;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 6px;
    color: #2563a0;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    margin: 0 !important;
    font-size: 28px;
    color: #2563a0 !important;
    font-weight: 600;
    display: inline-block;
    line-height: 1.2;
}
.woocommerce ul.products li.product .et_shop_image img, .woocommerce-page ul.products li.product .et_shop_image img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    object-position: top;
    transition: .4s all;
}
.cart-icon {
    position: fixed;
    top: 50%;
    background-image: url(/wp-content/uploads/2023/09/cart-bg.png);
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    background-repeat: no-repeat;
    background-size: contain;
    right: -10px;
    height: 58px;
    width: 58px;
}
#main-footer .fa-shopping-cart:before {
    color: #000;
}
#main-footer .fab {
    font-size: 22px;
    margin: 0px 25px 0px 0px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #e4e4e4 !important;
}
/* .woocommerce ul.products li.product del .woocommerce-Price-amount.amount bdi {
    color: #7f7f7f !important;
    text-decoration: line-through !important;
} */
ul.products li.product img {
    width: 100% !important;
    height: 275px !important;
}
span.onsale {
    position: absolute;
    left: 7px !important;
    margin: 0 !important;
    right: auto !important;
    font-size: 16px;
    background: #e83dc1 !important;
    padding: 10px 15px !important;
    line-height: 1 !important;
    top: 7px !important;
    color: #FFF;
    border-radius: 3px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}
body.woocommerce-cart .entry-content .woocommerce {
    max-width: 1366px !important;
    margin: auto !important;
    width: 100% !important;
	background-size: contain !important;
    background-repeat: repeat-y !important;
    background-position: center top !important;
    background-image: linear-gradient(180deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%),url(/wp-content/uploads/2023/02/pattren-bg-image.png)!important;
	 padding: 65px 20px !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    width: 100%;
}
table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
    padding: 0.857em 0.587em;
    max-width: 100%;
}
.woocommerce table.shop_table thead th {
    background: #f1f8ff;
    color: #000;
	 border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 13px 9px;
    line-height: 1.5em;
	 font-size: 18px;
}
.entry-content thead th, .entry-content tr th {
    color: #555;
    font-weight: 700;
    padding: 9px 24px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
td.product-thumbnail img {
    width: 72px;
    box-shadow: none;
    display: block;
    height: auto;
}
td.product-thumbnail img {
    width: 72px;
    box-shadow: none;
    display: block;
    height: auto;
}
.coupon {
    width: 50%;
    float: left;
}
.coupon + button.button {
    width: 50%;
    max-width: fit-content;
    float: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 628px;
    margin-left: auto;
	margin-top: 60px;
}
.wc-proceed-to-checkout {
    max-width: fit-content;
    margin-left: auto;
    padding: 20px 0px 40px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
}
td.actions {
     border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #2563a0 !important;
    border-radius: 5px;
    padding: 20px;
    color: #FFFFFF;
    font-size: 17px !important;
    margin-bottom: 30px;
}
/* ---------------- Woocommerce Account Page CSS Code Start ----------------- */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 270px;
    margin-right: 60px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0 !important;
    list-style-type: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 17px 20px;
    background-image: url(/wp-content/uploads/2023/02/brush-shape-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    transition: .4s all;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-image: url(/wp-content/uploads/2023/02/brush-shape-yellow.png) !important;
    color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 330px);
}
.woocommerce-account .woocommerce-MyAccount-content p {
	padding-bottom: 15px;
}
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-account .woocommerce h2 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.woocommerce-account .woocommerce .woocommerce-form-row {
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-form-row label {
    display: block;
    width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}
.woocommerce-account .woocommerce-form-row input {
    width: 100%;
    display: block;
}
.woocommerce-account .woocommerce-form-row span.password-input {
    width: 100%;
    display: block;
}
.woocommerce-account .woocommerce .form-row {
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce .u-column1.col-1.woocommerce-Address {
    width: 100%;
    max-width: 100% !important;
    padding-left: unset !important;
}
/* ---------------- Woocommerce Account Page CSS Code End ----------------- */


/* ---------------- Woocommerce Billing Page CSS Code Start -------------------- */
.woocommerce-checkout .woocommerce-billing-fields {
    width: 100%;
}
.woocommerce-checkout .col-1 {
    width: 50% !important;
    max-width: unset !important;
    flex: unset !important;
}
.woocommerce-checkout #customer_details {
    display: flex;
}
.woocommerce-checkout .col-2 {
    width: 50%;
    max-width: unset !important;
    flex: unset !important;
}
.woocommerce-checkout .form-row {
    display: block;
    margin-bottom: 20px;
}
.woocommerce-checkout .form-row input, .form-row textarea {
    width: 100%;
}
.woocommerce-checkout input#billing_company {
    width: 100% !important;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    list-style-type: none;
    padding-left: 0;
}
.woocommerce-checkout .woocommerce-billing-fields span.select2-selection.select2-selection--single {
    background-color: #fff;
    color: #000;
    font-size: 17px;
    padding: 12px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: unset;
    display: flex;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
}


#payment {
    background-color: #e5f2ff;
    border-color: #e5f2ff !important;
	margin-bottom: 40px;
}
#payment ul.wc_payment_methods.payment_methods.methods {
    text-align: left;
    padding: 20px !important;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style-type: none !important;
}
#payment .payment_box.payment_method_stripe {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f1f8ff;
    color: #000;
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: "";
    border: 1em solid #f1f8ff !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0;
}
#payment input[type=checkbox] {
    width: unset !important;
    margin-right: 10px;
}
#payment .form-row {
    margin-bottom: unset !important;
}
#payment .form-row {
    margin-right: unset !important;
    margin-left: unset !important;
}
#payment .place-order {
    padding: 20px !important;
}
#payment .woocommerce-SavedPaymentMethods-saveNew {
    padding-top: 5px;
}
#payment .wc-saved-payment-methods {
    list-style-type: none !important;
    padding-left: unset !important;
    margin-top: 10px;
}
#payment button#place_order {
    margin: auto !important;
    margin-right: 0 !important;
    min-width: unset !important;
    width: 100% !important;
    max-width: 150px;
    display: block;
}

/* ---------------- Woocommerce Billing Page CSS Code End -------------------- */



/* ---------------- Woocommerce Pages Media Query CSS Code Start -------------------- */
@media(max-width: 767px){
    .inner-single-product-row {
        padding: 65px 0px !important;
    }
    .clearfix {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-product-gallery {
        width: 100% !important;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        height: unset !important;
        width: 100%;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        width: 48% !important;
        margin-right: 5px;
        border: 1px solid #e5e5e5;
    }
    .woocommerce div.product div.summary {
        width: 100%;
        margin-top: 40px;
    }
    .woocommerce ul.products, .woocommerce-page ul.products {
        flex-wrap: wrap;
    }
    .woocommerce ul.products li.product.product, .woocommerce-page ul.products li.product.product {
        width: 100% !important;
    }
	.woocommerce-cart .woocommerce-message {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.woocommerce-cart .woocommerce-message a {
		margin-bottom: 20px;
	}
	.woocommerce-cart .cart_totals {
    	margin-bottom: 0px !important;
	}
	.woocommerce-checkout .col-1, .woocommerce-checkout .col-2  {
    	width: 100% !important;
	}
	.woocommerce-checkout #customer_details {
    	flex-wrap: wrap;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		width: 100% !important;
		margin-right: unset !important;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		width: 100%;
	}
}