/*
 * Global CSS
 * */
.page-header{
	padding: 50px 0 70px;
}

.page-header-box{
	max-width: 77%;
}

.page-header-box .entry-title{
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 15px;
}

.page-header-box .intro-content{
	font-size: 22px;
}

.page-header-box .intro-content > *{
	margin-bottom: 0;
}

nav.woocommerce-pagination{
	line-height: 0;
	margin-top: 70px;
}

.woocommerce nav.woocommerce-pagination ul{
	display: inline-flex;
	flex-wrap: wrap;
    gap: 10px 2px;
	border: none;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
	border-right: none;
	float: none;
}

nav.woocommerce-pagination .page-numbers li .page-numbers{
	font-family: var(--default-font);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: var(--text-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: initial;
	width: 35px;
	height: 35px;
}

nav.woocommerce-pagination .page-numbers li .page-numbers.current,
nav.woocommerce-pagination .page-numbers li .page-numbers:hover{
	color: var(--primary-color);
	background: transparent;
}

nav.woocommerce-pagination .page-numbers li .next.page-numbers,
nav.woocommerce-pagination .page-numbers li .prev.page-numbers{
	text-indent: -9999px;
	border-radius: 50%;
	background-color: #0F095C;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
}

nav.woocommerce-pagination .page-numbers li .next.page-numbers{
	background-image: url("../images/right-arrow.svg");
}

nav.woocommerce-pagination .page-numbers li .prev.page-numbers{
	background-image: url("../images/left-arrow.svg");
}

.woocommerce-message,
.woocommerce-error,
.woocommerce .wc-empty-cart-message .woocommerce-info,
.woocommerce .cart-empty.woocommerce-info,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info{
	font-family: var(--default-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-top-color: var(--accent-color);
	outline: none;
}

.woocommerce .woocommerce-error li a{
	color: var(--white-color);
}

.woocommerce .woocommerce-error li:not(:last-child){
	margin-bottom: 5px;
}

.woocommerce-message:before,
.woocommerce .wc-empty-cart-message .woocommerce-info:before,
.woocommerce .cart-empty.woocommerce-info:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info:before{
	line-height: 1;
    color: var(--accent-color);
}

.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce .return-to-shop a,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button{
	color: var(--white-color) !important;
	font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
	line-height: normal;
    border: none;
    border-radius: 0;
    padding: 8px 15px;
    background-color: var(--accent-color) !important;
    transition: all 0.3s;
}

.woocommerce-message a.restore-item{
	color: var(--accent-color) !important;
}

.woocommerce-message a.button:hover,
.woocommerce-error a.button:hover
.woocommerce .return-to-shop a:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button:hover{
	color: var(--accent-color) !important;
	background-color: var(--white-color) !important;
}

.woocommerce form .form-row label{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	color: var(--primary-color);
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
	font-family: var(--default-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
	color: var(--text-color);
	border-radius: 4px;
	border: 1px solid var(--divider-color);
	padding: 11px 15px;
	outline: none;
}

.woocommerce form .form-row .input-text:focus, 
.woocommerce form .form-row select:focus,
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{
	border-color: var(--divider-color);
}

.woocommerce form .form-row .required{
	color: #F05252;
}

.woocommerce .woocommerce-checkout .form-row-first, 
.woocommerce .woocommerce-checkout .form-row-last{
	width: 48%;
}

.select2-container .select2-selection{
	border-color: var(--divider-color);
}

.select2-container .select2-selection .select2-selection__rendered{
    color: var(--text-color);
	font-size: 14px;
    font-weight: 400;
	padding: 12px 15px 13px;
}

.select2-container .select2-selection .select2-selection__rendered:focus,
.select2-container .select2-selection .select2-selection__rendered:focus-visible{
	outline: none;
}

.select2-container .select2-selection .select2-selection__arrow{
	top: 3px;
}

.select2-container .select2-selection .select2-selection__arrow b{
	border-color: var( --text-color) transparent transparent !important;
	border-width: 7px 6px 0 6px;
}

.select2-dropdown{
	border-color: var(--divider-color) !important;
}

.select2-dropdown .select2-search__field{
	border-color: var(--divider-color) !important;
	outline: none;
}

.select2-dropdown .select2-results__options li.select2-results__option{
	font-family: var(--default-font);
	font-size: 14px;
}

.select2-dropdown .select2-results__options li.select2-results__option.select2-results__option--highlighted:focus,
.select2-dropdown .select2-results__options li.select2-results__option[data-selected="true"]:hover{
	color: var(--white-color);
}

.woocommerce .checkout-inline-error-message{
    font-weight: 500;
    line-height: 1.3em;
	margin-top: 5px;
}

/* Shopfilter CSS */
#shopfilteroffcanvas{
	width: 360px;
}

#shopfilteroffcanvas .offcanvas-header{
	padding: 25px;
}

#shopfilteroffcanvas .offcanvas-header .offcanvas-title{
	font-weight: 400;
}

#shopfilteroffcanvas .offcanvas-header .btn-close{
	--bs-btn-close-bg: url("../images/icon-close.svg");
	--bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 1;
	--bs-btn-close-focus-shadow: none;
	background-size: 24px auto
}

#shopfilteroffcanvas .offcanvas-body{
	padding: 10px 25px 50px;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border-top: 1px solid #DAD9D9;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper:first-child,
.shopfilter .wpfMainWrapper .wpfFilterWrapper:nth-of-type(2){
	border-top: none;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle{
	min-height: initial;
	padding: 25px 0;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .wfpTitle{
	font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #05031F;
	height: auto;
	margin: initial;
	padding: initial;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .fa-chevron-down,
.shopfilter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .fa-chevron-up{
	color: transparent;
	position: relative;
	top: 5px;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .fa-chevron-down{
	background: url("../images/icon-down.svg") no-repeat center center;
	background-size: 16px auto;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .fa-chevron-up{
	background: url("../images/icon-up.svg") no-repeat center center;
	background-size: 16px auto;
}

.shopfilter .wpfMainWrapper .wpfFilterContent select{
	font-family: var(--default-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: transparent;
    padding: 15px 40px 15px 20px;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none;
	background-image: url("../images/icon-down.svg");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 20px auto;
	outline: none;
	margin-bottom: 10px;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll{
	max-height: initial !important;
	overflow: visible;
    margin: 0 0 25px;
    padding: 0;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li{
	font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--text-color);
	margin-bottom: 12px;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li > .wpfLiLabel{
	font-weight: inherit;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li:last-child{
	margin-bottom: 0;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li > .wpfLiLabel{
	display: flex;
	flex-wrap: wrap;
    vertical-align: initial;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfCheckbox{
	position: relative;
    top: 3px;
	width: 25px;
	line-height: 0;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfDisplay{
	display: flex;
	align-items: center;
	width: calc(100% - 25px);
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfCheckbox label{
	width: 16px !important;
	height: 16px !important;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfCheckbox label:before{
	border-color: #9AA2B2 !important;
	border-radius: 2px !important;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfCheckbox input[type="checkbox"]:checked + label::before{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
	background-image: url("../images/icon-check-white.svg") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 10px auto !important;
}

.shopfilter .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfDisplay > .wpfValue{
	padding-left: 0 !important;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent{
	padding-left: 0;
	padding-right: 0;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper[data-display-type="slider"] .wpfFilterContent > .irs{
	margin-top: -25px;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent > .irs{
	margin-top: -40px !important;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent,
.shopfilter .wpfMainWrapper .wpfFilterWrapper[data-display-type="slider"] .wpfFilterContent .wpfPriceInputs{
	margin-top: 15px;
	margin-bottom: 25px;
}

.shopfilter .wpfMainWrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent .wpfPriceInputs input[type="number"],
.shopfilter .wpfMainWrapper .wpfFilterWrapper[data-display-type="slider"] .wpfFilterContent .wpfPriceInputs input[type="number"]{
	font-family: var(--default-font) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--text-color) !important;
	border-color: var(--divider-color) !important;
    border-radius: 0 !important;
    background: transparent !important;
    height: 40px !important;
	outline: none !important;
}

.shopfilter .wpfFilterButtons{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.shopfilter .wpfFilterButtons .wpfButton{
	width: auto;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 600;
	line-height: normal;
    color: var(--white-color);
    text-transform: capitalize;
    border-radius: 0;
    padding: 14px 30px;
    min-height: initial;
	border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
	margin: 0;
    transition: all 0.3s ease-in-out;
}

.shopfilter .wpfFilterButtons .wpfButton.shop-filter-close-btn{
	color: var(--primary-color);
	background-color: transparent;
}

.shopfilter .wpfFilterButtons .wpfButton:hover{
    color: var(--primary-color);
    background-color: transparent;
}

.shopfilter .wpfFilterButtons .wpfButton.shop-filter-close-btn:hover{
	color: var(--white-color);
	background-color: var(--primary-color);
}

@media only screen and (max-width: 1024px){
	
	.page-header{
		padding: 50px 0;
	}

	.page-header-box{
		max-width: 100%;
	}

	.page-header-box .entry-title{
		font-size: 38px;
	}

	.page-header-box .intro-content{
		font-size: 20px;
	}
	
	nav.woocommerce-pagination{
		margin-top: 40px;
	}

	nav.woocommerce-pagination .page-numbers li .page-numbers{
		font-size: 16px;
		width: 32px;
		height: 32px;
	}

	nav.woocommerce-pagination .page-numbers li .next.page-numbers,
	nav.woocommerce-pagination .page-numbers li .prev.page-numbers{
		background-size: 16px auto;
	}
}

@media only screen and (max-width: 767px){
	
	.page-header-box .entry-title{
		font-size: 30px;
	}

	.page-header-box .intro-content{
		font-size: 18px;
	}
	
	/* Shopfilter CSS */
	.shopfilter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .wfpTitle{
		font-size: 18px;
	}
	
	.shopfilter .wpfFilterButtons .wpfButton{
		padding: 10px 15px;
	}
	
	.woocommerce .woocommerce-checkout .form-row-first,
	.woocommerce .woocommerce-checkout .form-row-last{
		width: 100%;
		float: none;
	}
		
	.woocommerce-message a.button,
	.woocommerce-error a.button,
	.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button{
		float: left !important;
		margin-top: 10px;
	}
}


/*
 * Product Archive CSS
 * */
.page-product-archive{
	padding: 60px 0 100px;
	background-color: var(--white-color);
}

body.woocommerce.archive .woocommerce-result-count,
body.woocommerce.archive .woocommerce-ordering{
	display: none;
}

.products-grid-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 65px;
}

.products-grid-header .products-filter-btn a{
	padding: 15px 24px 15px 56px;
}

.products-grid-header .products-filter-btn a:before{
	content: '';
    position: absolute;
	display: inline-block;
    top: 50%;
    left: 24px;
    width: 24px;
    height: 24px;
    background-image: url("../images/filter-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
    z-index: 1;
}

.products-grid-header .products-filter-btn a:hover:before{
	filter: brightness(0) invert(1);
}

.products-grid-header .products-count{
	font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--primary-color);
}

.woocommerce ul.products{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.woocommerce ul.products::after, 
.woocommerce ul.products::before{
	display: none;
}

.woocommerce ul.products li.product{
	position: relative;
	width: calc(33.33% - 26.67px);
	float: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product:nth-of-type(1),
.woocommerce ul.products li.product:nth-of-type(2){
	width: calc(50% - 20px);
}

.product-box .product-image img{
	aspect-ratio: 1 / 1.12;
    object-fit: contain;
    margin: 0 !important;
}

.woocommerce ul.products li.product:nth-of-type(1) .product-box .product-image img,
.woocommerce ul.products li.product:nth-of-type(2) .product-box .product-image img{
	aspect-ratio: 1 / 1.04;
}

.product-box{
	position: relative;
	height: 100%;
	padding-bottom: 50px;
}

.product-box .product-image .onsale{
	font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    color: var(--white-color);
    background: var(--primary-color);
    border-right: 8px solid var(--accent-color);
    border-radius: 0;
    padding: 12px 15px;
    min-height: initial;
    margin: 12px 12px 0 0 !important;
}

.product-box .product-image{
	margin-bottom: 25px;
}

.product-box .product-content .woocommerce-loop-product__title{
	padding: 0 !important;
	font-family: var(--primary-font);
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.4em;
    color: #343A46;
}

.product-box .product-content .product-short-title{
    font-size: 14px;
    line-height: 1.5em;
    color: var(--text-color);
	margin-top: 5px;
}

.product-box .product-content .product-mm-text{
    font-size: 12px;
    line-height: 1.5em;
    color: var(--text-color);
	margin-top: 2px;
}

.product-box .product-price{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
}

.product-box .product-price .price{
	display: inline-block;
	font-family: var(--primary-font);
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4em;
    color: #22262F !important;
	margin-bottom: 0 !important;
}

.product-box .product-price .price del{
	font-size: 18px;
	color: var(--text-color) !important;
}

.product-box .product-price .price ins{
	font-weight: inherit !important;
}

.product-box .product-price .product-readmore a{
	display: inline-block;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	background: url("../images/arrow-primary.svg") no-repeat center center;
	background-size: 32px auto;
}

.product-archive-text-with-image-main{
	background: #F9FAFB;
	padding: 100px 0;
}

@media only screen and (max-width: 1024px){
	
	.page-product-archive{
		padding: 50px 0;
	}

	.products-grid-header{
		margin-bottom: 40px;
	}

	.products-grid-header .products-filter-btn a{
		padding: 12px 20px 12px 52px;
	}

	.products-grid-header .products-filter-btn a:before{
		left: 20px;
		width: 22px;
		height: 22px;
	}

	.products-grid-header .products-count{
		font-size: 20px;
	}
		
	.product-box .product-content .woocommerce-loop-product__title{
		font-size: 22px !important;
	}
	
	.product-archive-text-with-image-main{
		padding: 50px 0;
	}
}

@media only screen and (max-width: 991px){
	
	.woocommerce ul.products{
		gap: 20px;
	}

	.woocommerce ul.products li.product,
	.woocommerce ul.products li.product:nth-of-type(1),
	.woocommerce ul.products li.product:nth-of-type(2){
		width: calc(50% - 10px);
	}

	.product-box .product-image img,
	.woocommerce ul.products li.product:nth-of-type(1) .product-box .product-image img,
	.woocommerce ul.products li.product:nth-of-type(2) .product-box .product-image img{
		aspect-ratio: 1 / 1.12;
	}

	.product-box{
		padding-bottom: 45px;
	}
	
	.product-box .product-content .woocommerce-loop-product__title{
		font-size: 20px !important;
	}

	.product-box .product-price .price{
		font-size: 18px !important;
	}

	.product-box .product-price .price del{
		font-size: 16px;
	}

	.product-box .product-price .product-readmore a{
		width: 28px;
		height: 28px;
		background-size: 28px auto;
	}
}

@media only screen and (max-width: 767px){
	
	.products-grid-header{
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
		margin-bottom: 30px;
	}

	.products-grid-header .products-filter-btn{
		width: 100%;
	}
	
	.products-grid-header .products-filter-btn a{
		display: block;
		width: 100%;
	}

	.products-grid-header .products-filter-btn a:before{
		left: calc(50% - 100px);
	}
	
	.products-grid-header .products-count{
		width: 100%;
		font-size: 18px;
	}
	
	.woocommerce ul.products{
		flex-direction: column;
	}

	.woocommerce ul.products li.product,
	.woocommerce ul.products li.product:nth-of-type(1),
	.woocommerce ul.products li.product:nth-of-type(2){
		width: 100%;
	}

	.product-box{
		height: auto;
	}

	.product-box .product-image{
		margin-bottom: 20px;
	}

	.product-box .product-price{
		justify-content: space-between;
		column-gap: 30px;
	}
}


/*
 * Product Category Archive CSS
 * */
.category-hero-block{
	position: relative;
	background-color: var(--primary-color);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0 100px;
}

.category-hero-block::before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 60%;
}

.category-hero-block::after{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	width: 100%;
	height: 100%;
	background: url("../images/cat-hero-bg-pattern.svg") no-repeat center center;
	background-size: cover;
	opacity: 20%;
}

.category-hero-block .container{
	position: relative;
	z-index: 1;
}

.category-hero-block .page-header-breadcrumbs{
	margin-bottom: 80px;
}

.category-hero-block .page-header-breadcrumbs span{
	font-weight: 500;
}

.category-hero-content .section-title{
	width: 100%;
	max-width: 760px;
	margin-bottom: 0;
}

.category-hero-content .section-title h1{
	font-size: 48px;
}

.category-hero-content .section-title p{
	font-size: 22px;
}

.category-hero-btn{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 60px;
}

.category-hero-btn .btn-default.btn-border{
	border-color: var(--white-color);
	color: var(--white-color);
}

.category-hero-btn .btn-default.btn-border:hover{
	border-color: var(--accent-color);
}

.current-term-list-block,
.current-term-product-block{
	background: var(--bg-color);
	padding: 100px 0;
}

.term-list-content .term-list-title,
.term-product-box .term-product-title{
	margin-bottom: 40px;
}

.term-list-content .term-list-title h2,
.term-product-box .term-product-title h2{
	font-size: 36px;
	font-weight: 300;
	color: #22262F;
}

.term-box-items{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.term-box-items .term-item{
	position: relative;
	width: calc(50% - 20px);
}

.term-box-items .term-item:nth-child(7n + 7),
.term-box-items .term-item:nth-child(7n + 6),
.term-box-items .term-item:nth-child(7n + 5){
	width: calc(33.33% - 26.66px);
}

.term-box-items .term-item a{
	display: block;
	width: 100%;
}

.term-box-items .term-item .term-item-image img{
	width: 100%;
	aspect-ratio: 1 / 0.9;
	object-fit: cover;
}

.term-box-items .term-item:nth-child(7n + 5) .term-item-image img,
.term-box-items .term-item:nth-child(7n + 6) .term-item-image img,
.term-box-items .term-item:nth-child(7n + 7) .term-item-image img{
	aspect-ratio: 1 / 1.4;
}

.term-box-items .term-item .term-item-tag{
	position: absolute;
	top: auto;
	left: 0;
	bottom: 40px;
	z-index: 1;
}

.term-box-items .term-item .term-item-tag span{
	display: inline-block;
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	color: var(--white-color);
	padding: 12px 24px;
	background: #15171CCC;
	border-right: 6px solid var(--accent-color);
}

.term-text-with-image-block{
	background: var(--white-color);
	padding: 100px 0;
}

.term-faqs-block{
	border-top: 1px solid var(--bg-color);
	padding-bottom: 50px;
}

@media only screen and (max-width: 1024px){
	
	.category-hero-block{
		padding: 50px 0;
	}

	.category-hero-block .page-header-breadcrumbs{
		margin-bottom: 40px;
	}

	.category-hero-content .section-title{
		max-width: 100%;
	}

	.category-hero-content .section-title h1{
		font-size: 38px;
	}

	.category-hero-content .section-title p{
		font-size: 20px;
	}
	
	.category-hero-btn{
		margin-top: 40px;
	}
		
	.current-term-list-block,
	.current-term-product-block{
		padding: 50px 0;
	}
	
	.term-list-content .term-list-title,
	.term-product-box .term-product-title{
		margin-bottom: 30px;
	}
	
	.term-list-content .term-list-title h2,
	.term-product-box .term-product-title h2{
		font-size: 30px;
	}
	
	.term-box-items{
		gap: 30px;
	}
		
	.term-box-items .term-item{
		width: calc(50% - 15px);
	}
	
	.term-box-items .term-item:nth-child(7n + 7),
	.term-box-items .term-item:nth-child(7n + 6),
	.term-box-items .term-item:nth-child(7n + 5){
		width: calc(33.33% - 20px);
	}
	
	.term-box-items .term-item .term-item-tag{
		bottom: 30px;
	}
	
	.term-box-items .term-item .term-item-tag span{
    	font-size: 18px;
		padding: 10px 15px;
	}
	
	.term-text-with-image-block{
		padding: 50px 0;
	}
}

@media only screen and (max-width: 767px){
	
	.category-hero-block .page-header-breadcrumbs{
		margin-bottom: 30px;
	}

	.category-hero-content .section-title h1{
		font-size: 30px;
	}

	.category-hero-content .section-title p{
		font-size: 18px;
	}
	
	.category-hero-btn{
		margin-top: 30px;
	}
	
	.category-hero-btn .btn-default.btn-border{
        padding: 10px 15px;
        font-size: 16px;
    }
	
	.term-list-content .term-list-title h2,
	.term-product-box .term-product-title h2{
		font-size: 22px;
	}
	
	.term-box-items{
        gap: 15px;
    }
	
	.term-box-items .term-item,
	.term-box-items .term-item:nth-child(7n + 7),
	.term-box-items .term-item:nth-child(7n + 6),
	.term-box-items .term-item:nth-child(7n + 5){
        width: calc(50% - 7.5px);
    }	
	
	.term-box-items .term-item .term-item-image img,
	.term-box-items .term-item:nth-child(7n + 5) .term-item-image img,
	.term-box-items .term-item:nth-child(7n + 6) .term-item-image img,
	.term-box-items .term-item:nth-child(7n + 7) .term-item-image img{
		aspect-ratio: 1 / 0.8;
	}
	
	.term-box-items .term-item .term-item-tag{
		position: initial;
		top: initial;
		left: initial;
		bottom: initial;
	}
		
	.term-box-items .term-item .term-item-tag span{
		display: block;
		width: 100%;
        font-size: 14px;
		padding: 8px 12px;
        border-width: 3px;
		text-align: center;
    }
}


/*
 * Product Single CSS
 * */
.product-short-desc-block{
	background: var(--white-color);
	padding: 100px 0 50px;
}

.product-desc-content-box{
	margin-right: 20px;
}

.product-desc-content-box .product-content-header{
	margin-bottom: 20px;
}

.product-desc-content-box .product-content-header h2{
	font-size: 36px;
	font-weight: 300;
	line-height: 1.4em;
}

.product-desc-content-box .product-content-body ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-desc-content-box .product-content-body ul li{
	position: relative;
	padding-left: 25px;
	line-height: 1.4em;
}

.product-desc-content-box .product-content-body ul li::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("../images/check-icon.svg") no-repeat center center;
    background-size: 18px auto;
}

.product-desc-content-box .product-content-body > *:last-child{
	margin-bottom: 0;
}

.product-desc-content-box .product-content-footer{
	margin-top: 30px;
}

.product-desc-content-box .product-content-footer .btn-default.btn-border{
	font-size: 14px;
    font-weight: 500;
	padding: 9px 45px 9px 20px;
}

.product-desc-content-box .product-content-footer .btn-default.btn-border::before{
	display: block;
	background-image: url('../images/arrow-narrow-right.svg');
	width: 20px;
	height: 20px;
	right: 20px;
	transition: all 0.3s ease-in-out;
}

.product-desc-content-box .product-content-footer .btn-default.btn-border:hover::before{
	filter: brightness(0) invert(1);
}

.product-short-desc-images{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.product-desc-image-1,
.product-desc-image-2{
	width: calc(50% - 7.5px);
}

.product-desc-image-1 img,
.product-desc-image-2 img{
	width: 100%;
	aspect-ratio: 1 / 1.406;
	object-fit: cover;
}

.product-desc-image-2{
	margin-top: 35px;
}

.product-features{
	background: var(--white-color);
    padding: 50px 0;
}

.product-features-content .section-title{
	margin-bottom: 40px;
}

.product-features-content .section-title h2{
	font-size: 36px;
}

.product-features-list ul{
	display: flex;
    flex-wrap: wrap;
	gap: 0 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-features-list ul li{
	width: calc(50% - 15px);
    background: var(--secondary-color);
    padding: 15px 25px;
}

.product-features-list ul li:nth-child(4n + 4),
.product-features-list ul li:nth-child(4n + 3){
    background: var(--white-color);
}

.product-features-list ul li h3{
    font-family: var(--default-font);
    font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
    margin-bottom: 2px;
}

.product-features-list ul li p,
.product-features-list ul li a{
    font-size: 14px;
	line-height: 1.5em;
    margin: 0;
}

.product-features-list ul li a{
	color: inherit;
}

.product-text-with-image-block{
	background-color: var(--white-color);
	padding: 50px 0 100px;
}

.product-text-with-image-block .text-with-image-multiple-item{
	gap: 30px;	
}

.product-text-with-image-block .text-with-image-multiple-item .section-image{
	width: calc(46% - 15px);
}

.product-text-with-image-block .text-with-image-multiple-item .section-image img{
	aspect-ratio: 1 / 1.01;
}

.product-text-with-image-block .text-with-image-multiple-item .section-content{
	width: calc(54% - 15px);
}

.product-text-with-image-block .text-with-image-multiple-item .section-content .section-content-btn a{
	font-family: var(--default-font);
	font-size: 16px;
    font-weight: 500;
	padding: 12px 24px;
}

.measuring-video-block{
	padding: 100px 0;
}

.measuring-video-title-box{
	text-align: center;
}

.measuring-video-title-box .section-title h2{
	font-size: 36px;
	font-weight: 300;
	line-height: 1.4em;
}

.measuring-video-title-box .section-title p{
	font-size: 22px;
	margin-top: 15px;
}

.measuring-video-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.measuring-video-grid .measuring-video-item{
	position: relative;
	overflow: hidden;
	width: calc(50% - 20px);
	border-radius: 8px;
	background-color: var(--primary-color);
}

.measuring-video-grid .measuring-video-item figure{
	position: relative;
}

.measuring-video-grid .measuring-video-item figure:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #1F2A37;
	border-radius: 8px;
	opacity: 0.5;
}

.measuring-video-grid .measuring-video-item a{
	position: relative;
	display: block;
	width: 100%;
}

.measuring-video-grid .measuring-video-item a::after{
    content: '\f04b';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    border-radius: 50%;
    height: 60px;
    width: 60px;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.24);
	backdrop-filter: blur(7px);
	display: flex;
	align-items: center;
	justify-content: center;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.measuring-video-grid .measuring-video-item img{
	width: 100%;
	aspect-ratio: 1 / 0.581;
	object-fit: cover;
	border-radius: 8px;
}

.products-faqs-block{
	border-top: 1px solid var(--bg-color);
	padding-bottom: 50px;
}

@media only screen and (max-width: 1024px){
	
	.product-short-desc-block{
		padding: 50px 0 30px;
	}

	.product-desc-content-box{
		margin-right: 0;
	}

	.product-desc-content-box .product-content-header h2,
	.measuring-video-title-box .section-title h2,
	.product-features-content .section-title h2{
		font-size: 30px;
	}
	
	.product-desc-content-box .product-content-body ul li::before{
		width: 16px;
		height: 16px;
		background-size: 16px auto;
	}

	.product-desc-content-box .product-content-footer{
		margin-top: 25px;
	}

	.product-desc-image-2{
		margin-top: 30px;
	}
	
	.product-features{
		padding: 30px 0;
	}
	
	.product-features-content .section-title{
		margin-bottom: 30px;
	}
	
	.product-features-list ul li{
		padding: 12px 20px;
	}
	
	.product-text-with-image-block{
		padding: 30px 0 50px;
	}
	
	.measuring-video-block{
		padding: 50px 0;
	}

	.measuring-video-title-box .section-title p{
		font-size: 20px;
	}

	.measuring-video-grid{
		gap: 30px;
	}

	.measuring-video-grid .measuring-video-item{
		width: calc(50% - 15px);
	}

	.measuring-video-grid .measuring-video-item a::after{
		font-size: 16px;
		height: 55px;
		width: 55px;
	}	
}

@media only screen and (max-width: 991px){
	
	.product-desc-content-box{
		margin-bottom: 30px;
	}
	
	.product-desc-content-box .product-content-header{
		margin-bottom: 15px;
	}
	
	.product-features-list ul{
		flex-direction: column;
	}
	
	.product-features-list ul li{
		width: 100%;
	}
	
	.product-features-list ul li:nth-child(4n + 4),
	.product-features-list ul li:nth-child(4n + 3){
		background: var(--secondary-color);
	}
	
	.product-features-list ul li:nth-child(even){
		background: var(--white-color);
	}
	
	.product-text-with-image-block .text-with-image-multiple-item{
		flex-direction: column-reverse;
	}

	.product-text-with-image-block .text-with-image-multiple-item .section-image,
	.product-text-with-image-block .text-with-image-multiple-item .section-content{
		width: 100%;
	}

	.product-text-with-image-block .text-with-image-multiple-item .section-image img{
		aspect-ratio: 1 / 0.85;
	}

	.measuring-video-title-box .section-title p{
		font-size: 18px;
	}

	.measuring-video-grid .measuring-video-item img{
		aspect-ratio: 1 / 0.59;
	}
}

@media only screen and (max-width: 767px){
	
	.product-desc-content-box .product-content-header h2,
	.measuring-video-title-box .section-title h2,
	.product-features-content .section-title h2{
		font-size: 26px;
	}
	
	.product-text-with-image-block .text-with-image-multiple-item .section-image img{
		aspect-ratio: 1 / 0.99;
	}
	
	.measuring-video-title-box .section-title p{
		font-size: 16px;
	}

	.measuring-video-grid{
		flex-direction: column;
	}

	.measuring-video-grid .measuring-video-item{
		width: 100%;
	}
}


/*
 * Woo Cart CSS
 * */
.page-header.cart-page-header{
	padding: 40px 0;
}

.cart-page-header .page-header-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	max-width: 100%;
}

.cart-page-header .page-header-box .page-header-box-left{
	width: calc(55% - 15px);
}

.cart-page-header .page-header-box .page-header-box-right{
	width: calc(45% - 15px);
}

.continue-shopping-btn{
	line-height: normal;
	margin-bottom: 10px;
}

.continue-shopping-btn a{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: inherit;
	color: var(--primary-color);
	background: url("../images/arrow-narrow-left.svg") no-repeat center left;
	background-size: 20px auto;
    padding-left: 25px;
}

.cart-page-header .entry-title{
	font-size: 30px;
	margin-bottom: 0;
}

.proceed-to-checkout-btn{
	text-align: right;
}

.proceed-to-checkout-btn a{
	font-family: var(--default-font);
	font-size: 16px;
    font-weight: 500;
	border-radius: 2px;
	padding: 15px 24px 15px 50px;
}

.proceed-to-checkout-btn a:before{
    top: 50%;
    left: 50%;
    right: auto;
    width: 20px;
    height: 20px;
    transform: translate(calc(-100% - 98px), -50%);
    background-image: url("../images/shopping-cart-fill.svg");
}

.woo-cart-main{
	padding: 70px 0;
	background: var(--white-color); 
}

.woo-cart .woocommerce::after{
    content: "";
    display: table;
    clear: both;
}

.woo-cart .woocommerce-cart-form{
	float: left;
    width: calc(65% - 30px);
    margin-right: 60px;
}

.woo-cart .cart-collaterals{
	float: right;
    width: calc(35% - 30px);
}

.woo-cart table.cart{
	border: none;
    margin: 0;
    border-radius: 0;
}

.woo-cart table.cart thead tr th{
	font-family: var(--primary-font);
    font-size: 16px;
	font-weight: 600;
    line-height: 1.5em;
    color: var(--primary-color);
}

.woo-cart table.cart thead tr th.product-remove{
	width: 6%;
}

.woo-cart table.cart thead tr th.product-thumbnail{
	width: 15%;
}

.woo-cart table.cart thead tr th.product-name{
	width: 38%;
}

.woo-cart table.cart thead tr th.product-price{
	width: 16%;
}

.woo-cart table.cart thead tr th.product-quantity{
	width: 8%;
}

.woo-cart table.cart thead tr th.product-subtotal{
	width: 17%;
	text-align: right;
}

.woo-cart table.cart tbody tr td{
    font-size: 16px;
    line-height: 1.5em;
    color: var(--primary-color);
	border-color: var(--divider-color);
	padding: 18px 10px;
}

.woo-cart table.cart tbody tr td.product-remove .remove{
	color: #F05252 !important;
    background: transparent;
}

.woo-cart table.cart tbody tr td.product-thumbnail a{
	display: inline-block;
}

.woo-cart table.cart tbody tr td.product-thumbnail img{
	width: 60px;
}

.woo-cart table.cart tbody tr td.product-name{
	font-family: var(--primary-font);
}

.woo-cart table.cart tbody tr td.product-name a{
	color: inherit;
}

.woo-cart table.cart tbody tr td.product-quantity .qty{
	border-radius: 4px;
    border: 1px solid #9AA2B2;
    padding: 6px 4px;
	outline: none;
}

.woo-cart table.cart tbody tr td.product-subtotal{
	text-align: right;
}

.woo-cart table.cart tbody tr td.actions{
	padding: 30px 0 0;
}

.woo-cart table.cart tbody tr td.actions .coupon{
	width: 60%;
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woo-cart table.cart tbody tr td.actions .coupon #coupon_code{
	border-radius: 4px;
	border: 1px solid var(--divider-color);
	background: transparent;
    margin: 0;
	flex: 1;
    width: 100%;
    font-size: 16px;
    line-height: 1.4em;
    color: var(--text-color);
    padding: 10px 15px;
}

.woo-cart table.cart tbody tr td.actions button[type="submit"]{
	position: relative;
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--white-color);
    border-radius: 2px;
    background: var(--primary-color);
    padding: 10px 24px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.woo-cart table.cart tbody tr td.actions button[type="submit"]:hover{
	color: var(--white-color);
    background: var(--accent-color);
}

.woo-cart .cart_totals{
	float: none !important;
	width: 100% !important;
	border: 1px solid var(--divider-color);
	padding: 25px 25px 0;
}

.woo-cart .cart_totals h2{
	font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}

.woo-cart .cart_totals table{
	font-size: 16px;
	margin: 20px 0 0 !important;
    border: none;
    border-radius: 0;
}

.woo-cart .cart_totals table tbody tr th{
	font-weight: 400;
	padding: 15px;
	border-color: var(--divider-color);
	padding-left: 0;
}

.woo-cart .cart_totals table tbody tr.order-total th,
.woo-cart .cart_totals table tbody tr.order-total td{
	font-family: var(--primary-font);
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-color);
}

.woo-cart .cart_totals table tbody tr.order-total td strong{
	font-weight: inherit;
}

.woo-cart .cart_totals table tbody tr td{
	text-align: right;
	color: var(--primary-color);
	padding: 15px;
	border-color: var(--divider-color);
	padding-right: 0;
}

.woo-cart .cart_totals table tbody tr:first-child th,
.woo-cart .cart_totals table tbody tr:first-child td{
	padding-top: 0;
}

.woo-cart .cart_totals table tbody tr:last-child th,
.woo-cart .cart_totals table tbody tr:last-child td{
	padding-bottom: 0;
}

.woo-cart .cart_totals table tbody tr td #shipping_method li input[type="radio"]{
	margin-top: 6px;
}

.woo-cart .cart_totals table tbody tr td .shipping-calculator-form{
	text-align: left;
}

.woo-cart .cart_totals table tbody tr td .shipping-calculator-button{
	color: #F05252;
}

.woo-cart .cart_totals table tbody tr td .shipping-calculator-form button[type="submit"]{
	position: relative;
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--white-color);
    border-radius: 2px;
    background: var(--primary-color);
    padding: 8px 15px;
    text-align: center;
	margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

.woo-cart .cart_totals table tbody tr td .shipping-calculator-form button[type="submit"]:hover{
	color: var(--white-color);
    background: var(--accent-color);
}

.woo-cart .cart_totals .wc-proceed-to-checkout{
	padding-bottom: 0;
}

.woo-cart .cart_totals .wc-proceed-to-checkout .button{
	position: relative;
/*     font-family: var(--primary-font); */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--white-color);
    border-radius: 2px;
    background: var(--accent-color);
    padding: 14px 24px;
    text-align: center;
	margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.woo-cart .cart_totals .wc-proceed-to-checkout .checkout-button.button:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background-image: url("../images/shopping-cart-fill.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(calc(-100% - 95px), -50%);
    z-index: 1;
}

.woo-cart .cart_totals .wc-proceed-to-checkout .checkout-button.button{
	padding: 14px 24px 14px 50px;
}

.woo-cart .cart_totals .wc-proceed-to-checkout .button:hover{
	color: var(--white-color);
    background: var(--primary-color);
}

.woo-cart .cart_totals .cart-usp{
	background: var(--secondary-color);
    width: calc(100% + 54px);
    margin-left: -27px;
    padding: 25px;
	border-top: 1px solid var(--divider-color);
	margin-top: 25px;
	margin-bottom: -1px;
}

.woo-cart .cart_totals .cart-usp .cart-usp-items{
	margin: 0;
	padding: 0;
	list-style: none;
}

.woo-cart .cart_totals .cart-usp .cart-usp-items .cart-usp-item{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #0F095C;
	margin-bottom: 12px;
	padding-left: 30px;
	background: url("../images/icon-check-blue.svg") no-repeat top 1px left;
	background-size: 24px auto;
}

.woo-cart .cart_totals .cart-usp .cart-usp-items .cart-usp-item:last-child{
	margin-bottom: 0;
}

.woo-cart .cart_totals .cart-payment-icons{
	background: var(--white-color);
    width: calc(100% + 54px);
    margin-left: -27px;
    padding: 40px 0 0;
	margin-bottom: -1px;
}

.woo-cart .cart_totals .cart-payment-icons .payment-icons-items{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	list-style: none;
}

.woo-cart .cart_totals .cart-payment-icons .payment-icons-items .payment-icon-item{
	display: inline-block;
}

.woo-cart .cart_totals .cart-payment-icons .payment-icons-items .payment-icon-item img{
	max-width: 55px;
}

@media only screen and (max-width: 1024px){
	
	.woo-cart-main{
		padding: 40px 0;
	}

	.woo-cart .woocommerce::after{
		display: none;
	}

	.woo-cart .woocommerce-cart-form{
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.woo-cart .cart-collaterals{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 768px){
	
	.cart-page-header .page-header-box{
		flex-direction: column;
	}

	.cart-page-header .page-header-box .page-header-box-left,
	.cart-page-header .page-header-box .page-header-box-right{
		width: 100%;
	}

	.continue-shopping-btn,
	.proceed-to-checkout-btn{
		text-align: center;
	}

	.cart-page-header .entry-title{
		font-size: 26px;
		text-align: center;
	}

	.proceed-to-checkout-btn a{
		display: block;
		width: 100%;
		padding: 12px 20px 12px 45px;
	}
	
	.woo-cart table.cart tbody tr td{
		padding: 15px 10px;
	}
	
	.woo-cart table.cart tbody tr td:first-child{
		border-color: var(--primary-color);
	}
	
	.woo-cart table.cart tbody tr:nth-child(2n) td{
		background-color: transparent;
	}
	
	.woo-cart table.cart tbody tr:first-child td:first-child{
		padding-top: 0;
	}
	
	.woo-cart table.cart tbody tr td.product-thumbnail{
		display: block;
	}
	
	.woo-cart table.cart tbody tr td.product-thumbnail img{
		width: 50px;
	}
	
	.woo-cart table.cart tbody tr td:before{
		font-weight: 600;
	}
	
	.woo-cart table.cart tbody tr td.product-thumbnail:before{
		display: none;
	}

	.woo-cart table.cart tbody tr td.product-quantity:before{
		margin-top: 7px;
	}

	.woo-cart table.cart tbody tr td.actions .coupon{
		display: block;
		width: 100%;
		padding-bottom: 30px;
	}

	.woo-cart table.cart tbody tr td.actions .coupon #coupon_code{
		flex: initial;
		width: 100%;
		margin-bottom: 15px;
	}

	.woo-cart table.cart tbody tr td.actions button[type="submit"]{
		float: none;
		display: block;
		width: 100% !important;
	}
	
	.woo-cart .cart_totals{
		padding: 25px 20px 0 20px;
	}
	
	.woo-cart .cart_totals table tbody tr:nth-child(2n) td{
		background-color: transparent;
	}
	
	.woo-cart .cart_totals table tbody tr td:before{
		font-weight: 400;
		color: var(--text-color);
	}
	
	.woo-cart .cart_totals table tbody tr.order-total td:before{
		font-family: var(--primary-font);
		font-size: 18px;
		font-weight: 700;
		color: var(--primary-color);
	}

	.woo-cart .cart_totals table tbody tr td{
		padding-left: 0;
	}
	
	.woo-cart .cart_totals .wc-proceed-to-checkout .checkout-button.button{
		padding: 14px 24px 14px 45px;
	}
	
	.woo-cart .cart_totals .wc-proceed-to-checkout .checkout-button.button:before{
		width: 20px;
		height: 20px;
		transform: translate(calc(-100% - 100px), -50%);
	}
	
	.woo-cart .cart_totals .cart-usp{
		width: calc(100% + 42px);
		margin-left: -21px;
		padding: 25px 20px;
	}

	.woo-cart .cart_totals .cart-payment-icons{
		width: calc(100% + 42px);
		margin-left: -21px;
		padding: 30px 0 0;
	}

	.woo-cart .cart_totals .cart-payment-icons .payment-icons-items .payment-icon-item img{
		max-width: 40px;
	}	
}


/*
 * Woo Checkout CSS
 * */
body.woocommerce-checkout .main-footer .trustpilot-footer,
body.woocommerce-checkout .main-footer .footer-body{
	display: none;
}

.checkout-page-header{
	padding: 60px 0 0;
}

.checkout-page-header > .container,
.woo-checkout-main > .container{
	max-width: 940px;
}

.checkout-page-header .page-header-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	max-width: 100%;
}

.checkout-page-header .page-header-box .page-header-box-left{
	width: calc(45% - 15px);
}

.checkout-page-header .page-header-box .page-header-box-right{
	width: calc(55% - 15px);
}

.checkout-page-header .entry-title{
	font-size: 36px;
	margin-bottom: 0;
}

.need-help-btn{
	text-align: right;
}

.need-help-btn a{
	display: inline-flex;
	align-items: center;
	font-family: var(--default-font);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
	color: #22262F;
    background-color: var(--white-color);
	border-radius: 4px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.00), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
}

.need-help-btn a span{
	font-weight: 700;
	margin-right: 10px;
}

.need-help-btn a i{
	margin-right: 5px;
}

.woo-checkout-main{
	padding: 50px 0 60px;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info{
	font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
	line-height: 1.4em;
    border-radius: 10px;
    color: var(--primary-color);
	border-color: var(--primary-color);
    background: var(--white-color);
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.00), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a{
	color: var(--accent-color);
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before{
	color: var(--primary-color);
}

.woocommerce #woocommerce-checkout-form-coupon,
.woocommerce form.woocommerce-form-login.login,
.woocommerce form.woocommerce-form-register.register,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
	border: none;
    border-radius: 10px;
    padding: 25px 25px 19px;
    background-color: rgba(204, 208, 217, 0.5);
}

.woocommerce form.woocommerce-form-login.login p:not(.form-row),
.woocommerce form.woocommerce-form-register.register p:not(.form-row),
.woocommerce form.woocommerce-ResetPassword.lost_reset_password p:not(.form-row){
	font-size: 16px;
}

.woocommerce form.woocommerce-form-register.register p:not(.form-row) a{
	color: var(--accent-color);
}

.woocommerce #woocommerce-checkout-form-coupon .form-row button[type="submit"],
.woocommerce form.woocommerce-form-login.login .form-row button[type="submit"],
.woocommerce form.woocommerce-form-register.register .form-row button[type="submit"],
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row button[type="submit"]{
    display: block;
    width: 100%;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--white-color);
    border-radius: 2px;
    border: none;
    background: var(--primary-color);
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.woocommerce form.woocommerce-form-login.login .form-row button[type="submit"],
.woocommerce form.woocommerce-form-register.register .form-row button[type="submit"],
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row button[type="submit"]{
	font-size: 14px;
	display: inline-block;
	width: auto;
}

.woocommerce #woocommerce-checkout-form-coupon .form-row button[type="submit"]:hover,
.woocommerce form.woocommerce-form-login.login .form-row button[type="submit"]:hover,
.woocommerce form.woocommerce-form-register.register .form-row button[type="submit"]:hover,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row button[type="submit"]:hover{
	color: var(--white-color);
    background: var(--accent-color);
}

.woocommerce form.woocommerce-form-login.login .woocommerce-form-login__rememberme{
	position: relative;
	top: 5px;
	font-weight: 400;
    line-height: 1.5em;
}

.woocommerce form.woocommerce-form-login.login .lost_password{
	margin-bottom: 0;
}

.woocommerce form.woocommerce-form-login.login .lost_password a{
	color: var(--accent-color);
}

.checkout-col-row{
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.00), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.checkout-col-row .checkout-col-left{
	width: 52%;
	border-radius: 16px 0 0 16px;
	background: var(--white-color);
	padding: 25px;
}

.checkout-col-row .checkout-col-right{
	width: 48%;
	border-left: 1px solid #E6E9EF;
	border-radius: 0 16px 16px 0;
	background: #F9FAFB;
	padding: 35px;
}

.checkout-col-row h3{
    font-size: 20px;
	font-weight: 500;
    line-height: 1.5em;
	margin-bottom: 15px;
}

.customer-type-field .woocommerce-input-wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
}

.customer-type-field .woocommerce-input-wrapper .input-radio{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: border 0.2s ease;
}

.customer-type-field .woocommerce-input-wrapper .input-radio:checked{
	border: 5px solid var(--primary-color);
}

.customer-type-field .woocommerce-input-wrapper .input-radio:checked::before{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.customer-type-field .woocommerce-input-wrapper label{
	cursor: pointer;
}

.woo-checkout .woocommerce-account-fields{
	margin-top: 15px;
}

#customer_details .woocommerce-additional-fields{
	margin-bottom: 15px;
}

#ship-to-different-address{
	font-family: var(--default-font);
	font-size: 14px;
	font-weight: 400;
	padding: 0 3px;
	margin-bottom: 5px;
}

.woo-checkout .woocommerce-account-fields label{
	display: inline-flex !important;
	align-items: center;
	font-weight: 400 !important;
	line-height: 1.5em;
	cursor: pointer;
}

#ship-to-different-address label,
#customer_details .woocommerce-additional-fields #add_order_note_field .checkbox{
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	cursor: pointer;
}

.woo-checkout .woocommerce-account-fields label input[type="checkbox"],
#ship-to-different-address label input[type="checkbox"],
#customer_details .woocommerce-additional-fields #add_order_note_field input[type="checkbox"]{
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
}

.woocommerce-checkout .shipping-method-wrap{
	position: relative;
	color: var(--primary-color);
	font-family: var(--primary-font);
	font-size: 20px;
    font-weight: 500;
	padding: 25px 0;
}

.woocommerce-checkout .shipping-method-wrap:before,
.woocommerce-checkout .shipping-method-wrap:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: calc(100% + 50px);
	height: 1px;
	margin-left: -25px;
	background-color: var(--divider-color);
}

.woocommerce-checkout .shipping-method-wrap:after{
	top: auto;
	bottom: 0;	
}

.woocommerce-checkout .shipping-method-wrap #shipping_method{
	margin-top: 15px;
	color: var(--primary-color);
	font-family: var(--default-font);
	font-size: 16px;
    font-weight: 500;
}

.woocommerce-checkout #shipping_method li,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method{
	position: relative;
}

.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method:not(:last-child){
	margin-bottom: 8px;
}

.woocommerce-checkout #shipping_method li .shipping_method,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .input-radio{
  	position: absolute;
    opacity: 0;
    margin: 0;
}

.woocommerce-checkout #shipping_method li label,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method label{
	position: relative;
	display: flex !important;
    align-items: center;
    justify-content: space-between;
	padding: 14px 15px 14px 40px;
	line-height: 1.5em;
	cursor: pointer;
	border-radius: 4px;
    border: 1px solid var(--divider-color);
    background: var(--white-color);
}

.woocommerce-checkout #shipping_method li .shipping_method:checked + label,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .input-radio:checked + label{
	background: var(--secondary-color);
	border-color: #9AA2B2;
}

.woocommerce-checkout #shipping_method li label::before,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method label:before{
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #697386;
	transform: translateY(-50%);
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.woocommerce-checkout #shipping_method li .shipping_method:checked + label::before,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .input-radio:checked + label::before{
  	border: 5px solid #0d0c44;
}

.woocommerce-checkout #shipping_method li label .woocommerce-Price-amount{
	font-weight: 600;
}

.woocommerce-checkout #payment{
	position: relative;
	background: transparent;
    border-radius: 0;
	padding: 70px 0 0;
}

.woocommerce-checkout #payment:before{
	content: 'Afrekenmethode';
	color: var(--primary-color);
	font-family: var(--primary-font);
	font-size: 20px;
    font-weight: 500;
	line-height: 1.5em;
	position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
}

.woocommerce-checkout #payment .place-order,
.woocommerce-checkout #payment .place-order #place_order{
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	padding: 0 !important;
	margin: 0;
}

.woocommerce-checkout #payment .wc_payment_methods{
	color: var(--primary-color);
	font-family: var(--default-font);
	font-size: 16px;
    font-weight: 400;
    padding: 0 !important;
    border-bottom: none !important;
}

.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box{
	font-size: 14px;
    border-radius: 4px;
    background-color: rgba(204, 208, 217, 0.5);
    color: var(--text-color);
	margin: 20px 0 12px;
}

.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box:before{
	border: 1em solid #e5e7ec;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#order_review table{
    border: none;
    margin: 0;
    border-radius: 0;
	border-collapse: collapse;
}

#order_review table thead tr th{
	font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--primary-color);
	padding: 0 10px 12px;
}

#order_review table tbody tr td,
#order_review table tfoot tr th,
#order_review table tfoot tr td{
	font-size: 16px;
	font-weight: 400;
    padding: 15px 10px;
    border-color: var(--divider-color);
}

#order_review table tfoot tr.order-total th,
#order_review table tfoot tr.order-total td{
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-color);
}

#order_review table tbody tr td strong,
#order_review table tfoot tr.order-total td strong{
	font-weight: inherit;
}

#order_review table thead tr th:first-child,
#order_review table tbody tr td:first-child,
#order_review table tfoot tr th{
	padding-left: 0;
}

#order_review table thead tr th:last-child,
#order_review table tbody tr td:last-child,
#order_review table tfoot tr td{
	padding-right: 0;
	text-align: right;
	color: var(--primary-color);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
    line-height: 1.7em;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row #terms{
	width: 16px;
	height: 16px;
	outline: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row label{
	font-weight: inherit;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row label a{
	color: inherit;
	text-decoration: underline;
}

.woocommerce-checkout .custom-checkout-btn-wrapper #custom-checkout-btn{
	position: relative;
	display: block;
	width: 100%;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--white-color);
    border-radius: 2px;
	border: none;
    background: var(--accent-color);
    padding: 14px 24px;
    text-align: center;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;	
}

.woocommerce-checkout .custom-checkout-btn-wrapper #custom-checkout-btn:hover{
	color: var(--white-color);
    background: var(--primary-color);
}

.woo-checkout .checkout-usp-items{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

.woo-checkout .checkout-usp-items .checkout-usp-item{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #0F095C;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url("../images/icon-check-blue.svg") no-repeat top 1px left;
	background-size: 24px auto;
}

.woo-checkout .checkout-usp-items .checkout-usp-item:last-child{
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px){
	
	.checkout-page-header{
		padding: 50px 0 0;
	}

	.checkout-page-header .entry-title{
		font-size: 30px;
	}
	
	.woo-checkout-main{
		padding: 50px 0;
	}
}

@media only screen and (max-width: 768px){
	
	.checkout-col-row{
		flex-direction: column;
	}

	.checkout-col-row .checkout-col-left{
		width: 100%;
		border-radius: 16px 16px 0 0;
		padding: 25px 20px;
	}

	.checkout-col-row .checkout-col-right{
		width: 100%;
		border-left: none;
		border-top: 1px solid #E6E9EF;
		border-radius: 0 0 16px 16px;
		padding: 25px 20px;
	}
	
	.woocommerce-checkout .shipping-method-wrap:before,
	.woocommerce-checkout .shipping-method-wrap:after{
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}

@media only screen and (max-width: 767px){
	
	.checkout-page-header .page-header-box{
		flex-direction: column;
		gap: 20px;
	}

	.checkout-page-header .page-header-box .page-header-box-left,
	.checkout-page-header .page-header-box .page-header-box-right{
		width: 100%;
	}

	.checkout-page-header .entry-title{
		font-size: 26px;
		text-align: center;
	}

	.need-help-btn{
		text-align: center;
	}
	
	.woocommerce #woocommerce-checkout-form-coupon,
	.woocommerce form.woocommerce-form-login.login,
	.woocommerce form.woocommerce-form-register.register,
	.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
		padding: 25px 20px 19px;
	}
	
	.woocommerce #woocommerce-checkout-form-coupon .form-row.form-row-first,
	.woocommerce #woocommerce-checkout-form-coupon .form-row.form-row-last{
		float: none;
		width: 100%;
	}
		
	.woocommerce form.woocommerce-form-login.login p:not(.form-row),
	.woocommerce form.woocommerce-form-register.register p:not(.form-row),
	.woocommerce form.woocommerce-ResetPassword.lost_reset_password p:not(.form-row){
		font-size: 14px;
	}
	
	.woocommerce #woocommerce-checkout-form-coupon .form-row button[type="submit"],
	.woocommerce form.woocommerce-form-login.login .form-row button[type="submit"],
	.woocommerce form.woocommerce-form-register.register .form-row button[type="submit"],
	.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row button[type="submit"]{
		font-size: 14px;
	}
		
	.customer-type-field .woocommerce-input-wrapper label{
		width: calc(100% - 26px);
	}	
}


/*
 * Woo Order Received CSS
 * */
body.woocommerce-order-received .checkout-page-header{
	display: none;
}

body.woocommerce-order-received .woo-checkout-main{
	padding: 80px 0;
}

body.woocommerce-order-received .woo-checkout-main > .container{
	max-width: 1320px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-notice{
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce-order > p{
	display: none;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview{
	background-color: rgba(204, 208, 217, 0.5);
    padding: 25px;
	border-radius: 10px;
	margin: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{
	font-family: var(--primary-font);
	color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: capitalize;
    border-color: var(--divider-color);
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong{
	color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
	text-transform: capitalize;
	margin-top: 5px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong del,
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong ins{
	color: inherit;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.thankyou-followup-main{
	margin-top: 50px;
}

.thankyou-followup-main .thankyou-card-header h3{
	font-size: 20px;
}

.thankyou-followup-main .thankyou-card-header p{
	font-family: var(--primary-font);
	font-size: 20px;
	margin-top: 8px;
}

.thankyou-followup-main .thank-you-card-items{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.thankyou-followup-main .thank-you-card-item{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: calc(33.33% - 20px);
	padding: 30px;
    background: var(--white-color);
	box-shadow: 0px 2px 4px -1px rgba(var(--white-rgb), 0.00), 0px 2px 4px -2px rgba(var(--white-rgb), 0.05);
}

.thankyou-followup-main .thank-you-card-item .thank-you-card-icon-box{
	width: 75px;
	margin-right: 25px;
}

.thankyou-followup-main .thank-you-card-item .thank-you-card-icon-box figure{
	height: 75px;
    width: 75px;
	display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-color);
    border-radius: 50%;
}

.thankyou-followup-main .thank-you-card-item .thank-you-card-icon-box figure img{
	max-width: 45px;
}

.thankyou-followup-main .thank-you-card-item .thank-you-card-item-content{
	width: calc(100% - 100px);
}

.thankyou-followup-main .thank-you-card-item .thank-you-card-item-content h3{
	font-size: 20px;
	margin-bottom: 8px;
}

.thankyou-followup-main .thank-you-card-item .thank-you-card-item-content p{
	font-size: 16px;
	margin-bottom: 0;
}

/* Woocommerce Table Order Details CSS */
.woocommerce-order-received .woocommerce-order .woocommerce-order-details{
	padding: 30px;
	border: 1px solid var(--divider-color);
	border-radius: 10px;
    margin: 50px 0 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title{
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 20px;
}

.woocommerce table.shop_table.woocommerce-table--order-details{
	border: none;
	border-collapse: collapse;
    margin: 0;
    border-radius: 0;
    background: transparent;
}

.woocommerce table.shop_table.woocommerce-table--order-details thead tr th{
	font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--primary-color);
	padding: 0 15px 10px;
}

.woocommerce table.shop_table.woocommerce-table--order-details tbody tr td,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr th,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr td{
	font-size: 16px;
	font-weight: 400;
    padding: 15px 10px;
    border-color: var(--divider-color);
}

.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:nth-last-child(2) th,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:nth-last-child(2) td{
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-color);
}

.woocommerce table.shop_table.woocommerce-table--order-details tbody tr td a{
	color: inherit;
}

.woocommerce table.shop_table.woocommerce-table--order-details tbody tr td strong,
#order_review table tfoot tr td del{
	font-weight: inherit;
}

.woocommerce table.shop_table.woocommerce-table--order-details thead tr th:first-child,
.woocommerce table.shop_table.woocommerce-table--order-details tbody tr td:first-child,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr th{
	padding-left: 0;
}

.woocommerce table.shop_table.woocommerce-table--order-details thead tr th:last-child,
.woocommerce table.shop_table.woocommerce-table--order-details tbody tr td:last-child,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr td{
	padding-right: 0;
	text-align: right;
	color: var(--primary-color);
}

/*.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:last-child td{
	padding-bottom: 0;
}*/

.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr td small{
	font-size: 12px;
	font-weight: 500 !important;
	color: var(--primary-color);
}

table.woocommerce-table--order-details tfoot tr td .order-actions-button{
	margin-top: 5px;
	margin-bottom: 5px;
}

table.woocommerce-table--order-details tfoot tr td .order-actions-button,
.woocommerce .woocommerce-order .woocommerce-order-details .order-again a{
	font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
	color: var(--white-color);
	border: none;
	border-radius: 2px;
	background: var(--primary-color);
	padding: 8px 18px;
	transition: all 0.3s ease-in-out;
}

table.woocommerce-table--order-details tfoot tr td .order-actions-button:hover,
.woocommerce .woocommerce-order .woocommerce-order-details .order-again a:hover{
	color: var(--white-color);
	background: var(--accent-color);
}

.woocommerce .woocommerce-order .woocommerce-order-details .order-again{
	margin-top: 15px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{
	display: none;
}

.woocommerce-order-received .contact-cta-section{
	padding-bottom: 0;
	width: calc(100% + 40px);
	margin-left: -20px;
}

@media only screen and (max-width: 1024px){
	
	body.woocommerce-order-received .woo-checkout-main{
		padding: 50px 0;
	}
	
	.woocommerce-order-received .woocommerce-order .woocommerce-notice{
		font-size: 38px;
	}
	
	.thankyou-followup-main .thankyou-card-header p{
		font-size: 18px;
	}
	
	.thankyou-followup-main .thank-you-card-items{
		gap: 20px;
	}

	.thankyou-followup-main .thank-you-card-item{
		width: calc(50% - 10px);
		padding: 30px 25px;
	}
	
	.thankyou-followup-main .thank-you-card-item .thank-you-card-icon-box{
		width: 70px;
		margin-right: 20px;
	}

	.thankyou-followup-main .thank-you-card-item .thank-you-card-icon-box figure{
		height: 70px;
		width: 70px;
	}

	.thankyou-followup-main .thank-you-card-item .thank-you-card-icon-box figure img{
		max-width: 40px;
	}

	.thankyou-followup-main .thank-you-card-item .thank-you-card-item-content{
		width: calc(100% - 90px);
	}
}

@media only screen and (max-width: 991px){
	
	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{
		float: none;
		display: block;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: 1px dashed var(--divider-color);
	}
	
	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px){
	
	.woocommerce-order-received .woocommerce-order .woocommerce-notice{
		font-size: 30px;
	}
	
	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview{
		padding: 25px 20px;
	}
	
	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{
		padding-bottom: 12px;
		margin-bottom: 18px;
	}
	
	.thankyou-followup-main{
		margin-top: 40px;
	}
	
	.thankyou-followup-main .thankyou-card-header p{
		font-size: 16px;
	}
	
	.thankyou-followup-main .thank-you-card-items{
		flex-direction: column;
	}
	
	.thankyou-followup-main .thank-you-card-item{
		width: 100%;
		padding: 25px;
		flex-direction: column;
        align-items: center;
	}
	
	.thankyou-followup-main .thank-you-card-item .thank-you-card-icon-box{
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.thankyou-followup-main .thank-you-card-item .thank-you-card-item-content{
		width: 100%;
		text-align: center;
	}
	
	.thankyou-followup-main .thank-you-card-item .thank-you-card-item-content h3{
		font-size: 18px;
	}
	
	/* Woocommerce Table Order Details CSS */
	.woocommerce-order-received .woocommerce-order .woocommerce-order-details{
		padding: 25px 20px;
		margin: 40px 0 0;
	}
}


/*
 * Woo My Account CSS
 * */
.myaccount-page-header{
	padding: 60px 0 30px;
}

.myaccount-page-header .page-header-box{
	max-width: 100%;
	text-align: center;
}

.myaccount-page-header .page-header-box .entry-title{
	font-size: 36px;
    margin-bottom: 0;
}

.woo-myaccount-main{
	padding: 30px 0 60px;
}

.woo-myaccount #customer_login .woocommerce-form-login.login,
.woo-myaccount #customer_login .woocommerce-form-register.register{
	margin: 0;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
	max-width: 50%;
    margin: 0 auto;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row.form-row-first{
	float: none;
	width: 100%;
}

.woo-myaccount .woocommerce-MyAccount-navigation{
	border-radius: 15px;
    background: var(--white-color);
    padding: 25px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.00), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.woo-myaccount .woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.woo-myaccount .woocommerce-MyAccount-navigation ul li:not(:last-child){
	margin-bottom: 10px;
}

.woo-myaccount .woocommerce-MyAccount-navigation ul li a{
	display: block;
	width: 100%;
	position: relative;
	color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
	line-height: 1.5em;
    padding: 14px 15px;
    border-radius: 4px;
    border: 1px solid var(--divider-color);
    background: var(--secondary-color);
	transition: all 0.3s ease-in-out;
}

.woo-myaccount .woocommerce-MyAccount-navigation ul li a:hover{
	border-color: #9AA2B2;
}

.woo-myaccount .woocommerce-MyAccount-content{
	color: var(--primary-color);
	font-size: 16px;
}

.woo-myaccount .woocommerce-MyAccount-content a{
	color: var(--accent-color);
}

.woocommerce table.woocommerce-orders-table{
	border: none;
    margin: 0;
    border-collapse: collapse;
    border-radius: 0;
}

.woocommerce table.woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-number{
	width: 14%;
}

.woocommerce table.woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-date{
	width: 21%;
}

.woocommerce table.woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-status{
	width: 22%;
}

.woocommerce table.woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-total{
	width: 28%;
}

.woocommerce table.woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-actions{
	width: 15%;
	text-align: center;
}

.woocommerce table.woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-total del{
	font-weight: 500;
}

.woocommerce table.woocommerce-orders-table thead tr th{
	font-family: var(--primary-font);
    font-size: 14px;
	font-weight: 600;
	padding: 0 15px 10px;
}

.woocommerce table.woocommerce-orders-table tbody tr th,
.woocommerce table.woocommerce-orders-table tbody tr td{
	font-size: 14px;
	font-weight: 400;
    padding: 15px 10px;
    border-color: var(--divider-color);
}

.woo-myaccount .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions a{
	display: block;
	width: 100%;
	color: var(--white-color);
	font-family: var(--primary-font);
	font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
	border-radius: 2px;
    border: none;
	text-align: center;
	padding: 6px 12px;
	background: var(--primary-color);
	margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.woo-myaccount .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions a:hover{
	color: var(--white-color);
	background: var(--accent-color);
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-pagination{
	border-top: 1px solid var(--divider-color);
	padding-bottom: 0 !important;
	padding-top: 20px;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-Button--previous{
	margin-right: 10px;
}

.woo-myaccount #customer_login h2,
.woo-myaccount .woocommerce-MyAccount-content h2{
	font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.woo-myaccount .woocommerce-MyAccount-content form .form-row{
	margin: 0 0 10px;
}

.woo-myaccount .woocommerce-MyAccount-content button[type="submit"],
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-pagination a{
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--white-color);
    border-radius: 2px;
    border: none;
    background: var(--primary-color);
    padding: 12px 24px;
    text-align: center;
	margin-top: 15px;
    transition: all 0.3s ease-in-out;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-pagination a{
	font-size: 14px;
	padding: 10px 20px;
	margin-top: 0;
}

.woo-myaccount .woocommerce-MyAccount-content button[type="submit"]:hover,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-pagination a:hover{
	color: var(--white-color);
    background: var(--accent-color);
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-address-fields > p,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-EditAccountForm > *:last-child{
	margin-bottom: 0;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns address,
.woo-myaccount .woocommerce-Addresses .woocommerce-Address{
	border: 1px solid #E6E9EF;
    border-radius: 15px;
    background: var(--secondary-color);
    padding: 25px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.00), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.woo-myaccount .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2{
	margin-bottom: 5px;
}

.woo-myaccount .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit{
	float: none;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	color: var(--accent-color);
	text-decoration: underline;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns address,
.woo-myaccount .woocommerce-Addresses .woocommerce-Address address{
	font-style: normal;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.7em;
	margin: 15px 0 0;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns address{
	margin-top: 0;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone{
    margin-top: 10px;
	margin-bottom: 7px;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--email:before{
	color: var(--accent-color);
}

.woo-myaccount .edit-account .form-row #account_display_name_description em{
	font-size: 14px;
	line-height: 1.5em;
}

.woo-myaccount .edit-account fieldset legend{
	font-family: var(--primary-font);
	font-size: 20px !important;
	font-weight: 500 !important;
    line-height: 1.5em;
    margin: 10px 0;
}

@media only screen and (max-width: 1024px){
	
	.myaccount-page-header{
		padding: 50px 0 20px;
	}

	.myaccount-page-header .page-header-box .entry-title{
		font-size: 30px;
	}
	
	.woo-myaccount-main{
		padding: 20px 0 50px;
	}
}

@media only screen and (max-width: 991px){

	.woo-myaccount .woocommerce-MyAccount-navigation{
		margin-bottom: 30px;
	}
	
	.woo-myaccount .woocommerce-MyAccount-content, 
	.woo-myaccount .woocommerce-MyAccount-navigation{
		float: none;
        width: 100%;
	}
}

@media only screen and (max-width: 768px){
	
	.woo-myaccount #customer_login .woocommerce-form-login.login{
		margin-bottom: 30px;
	}
	
	.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
		max-width: 100%;
	}
	
	.woo-myaccount .woocommerce-orders-table tbody tr:first-child th{
		padding-top: 0 !important;
		border-top: none !important;
	}
	
	.woo-myaccount .woocommerce-orders-table tbody tr:not(:first-child) th{
		border-color: var(--primary-color) !important;
	}
	
	.woocommerce table.woocommerce-orders-table tbody tr:nth-child(2n) td{
		background-color: transparent;
	}
	
	.woocommerce table.woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number{
		display: block;
		text-align: right;
	}
	
	.woocommerce table.woocommerce-orders-table tbody tr td:before{
		font-family: var(--primary-font);
		font-size: 14px;
		font-weight: 600;
	}
	
	.woo-myaccount .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions a{
		font-size: 12px;
		display: inline-block;
		width: auto;
		text-align: right;
		margin: 5px 0 5px 10px;
	}
	
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1,
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-Addresses .col-1.woocommerce-Address{
		margin-bottom: 30px;
	}
	
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns address,
	.woo-myaccount .woocommerce-Addresses .woocommerce-Address{
		padding: 25px 20px;
	}
	
	.woo-myaccount .woocommerce-MyAccount-content form .form-row-first,
	.woo-myaccount .woocommerce-MyAccount-content form .form-row-last{
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 767px){
	
	.myaccount-page-header .page-header-box .entry-title{
		font-size: 26px;
	}
	
	.woo-myaccount .woocommerce-MyAccount-navigation{
		padding: 25px 20px;
	}

	.woo-myaccount .woocommerce-MyAccount-navigation ul li a{
		padding: 12px 15px;
	}
}


/*
 * Woo Order Pay(Pemding Payment) CSS
 * */
.woocommerce-order-pay #order_review table tfoot tr:nth-last-child(2) th,
.woocommerce-order-pay #order_review table tfoot tr:nth-last-child(2) td{
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-color);
}

.woocommerce-order-pay #order_review table td small{
	font-size: 12px;
    color: var(--primary-color);
}

.woocommerce-order-pay #order_review #payment > .form-row{
	padding: 0;
	margin: 20px 0 0 0;
}

.woocommerce-order-pay #order_review #payment .form-row .woocommerce-privacy-policy-text p{
	margin-top: 0;
}

.woocommerce-order-pay #order_review #payment .form-row .woocommerce-privacy-policy-text p a{
	color: var(--e-global-color-accent);
	text-decoration: underline;
}

.woocommerce-order-pay #order_review #payment .form-row #place_order{
	position: relative;
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--white-color);
    background: var(--accent-color);
	border-radius: 2px;
    padding: 16px 24px;
	margin-top: 20px;
	margin-bottom: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.woocommerce-order-pay #order_review #payment .form-row #place_order:hover{
	color: var(--white-color);
    background-color: var(--primary-color);
}

@media only screen and (max-width: 991px){
	
	.woocommerce-order-pay #order_review #payment .form-row #place_order{
		font-size: 16px;
		padding: 14px 20px;
	}
}

