/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Qurova Demo Fonts Family */

@font-face {
    font-family: 'Qurova DEMO';
    src: url('fonts/QurovaDEMO-Medium.eot');
    src: url('fonts/QurovaDEMO-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/QurovaDEMO-Medium.woff2') format('woff2'),
        url('fonts/QurovaDEMO-Medium.woff') format('woff'),
        url('fonts/QurovaDEMO-Medium.ttf') format('truetype'),
        url('fonts/QurovaDEMO-Medium.svg#QurovaDEMO-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qurova DEMO';
    src: url('fonts/QurovaDEMO-SemiBold.eot');
    src: url('fonts/QurovaDEMO-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/QurovaDEMO-SemiBold.woff2') format('woff2'),
        url('fonts/QurovaDEMO-SemiBold.woff') format('woff'),
        url('fonts/QurovaDEMO-SemiBold.ttf') format('truetype'),
        url('fonts/QurovaDEMO-SemiBold.svg#QurovaDEMO-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qurova DEMO';
    src: url('fonts/QurovaDEMO-Regular.eot');
    src: url('fonts/QurovaDEMO-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/QurovaDEMO-Regular.woff2') format('woff2'),
        url('fonts/QurovaDEMO-Regular.woff') format('woff'),
        url('fonts/QurovaDEMO-Regular.ttf') format('truetype'),
        url('fonts/QurovaDEMO-Regular.svg#QurovaDEMO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qurova DEMO';
    src: url('fonts/QurovaDEMO-Light.eot');
    src: url('fonts/QurovaDEMO-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/QurovaDEMO-Light.woff2') format('woff2'),
        url('fonts/QurovaDEMO-Light.woff') format('woff'),
        url('fonts/QurovaDEMO-Light.ttf') format('truetype'),
        url('fonts/QurovaDEMO-Light.svg#QurovaDEMO-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qurova DEMO';
    src: url('fonts/QurovaDEMO-Bold.eot');
    src: url('fonts/QurovaDEMO-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/QurovaDEMO-Bold.woff2') format('woff2'),
        url('fonts/QurovaDEMO-Bold.woff') format('woff'),
        url('fonts/QurovaDEMO-Bold.ttf') format('truetype'),
        url('fonts/QurovaDEMO-Bold.svg#QurovaDEMO-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* h1,h2,h3,h4,h5,h6{
    font-family: 'Qurova DEMO'!important;
} */

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}

a{
    display: inline-block;
}

.desc-link p a {
    color: #fff !important;
}

.desc-link p a:hover {
    color: #1A1A1A !important;
}

.breadcumbs-list .elementor-icon-list-items .elementor-icon-list-item a{
	transition: all .3s;
}

.breadcumbs-list .elementor-icon-list-items .elementor-icon-list-item a:hover span.elementor-icon-list-text{
	color: #EF7414;
}

/* Header CSS Starts */

.sticky-header.sticky-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all .3s ease-in-out !important;
    border-bottom: 1px solid #ffffff54;
}

.header-search .hfe-search-button-wrapper .hfe-search-form__container{
	max-height: 40px !important;	
}

.header-search .hfe-search-button-wrapper .hfe-search-form__container{
	display: flex;
	flex-direction: row-reverse
}

.header-search .hfe-search-button-wrapper input.hfe-search-form__input {
    padding: 0px 20px !important;
    line-height: unset !important;
}

.header-search .hfe-search-button-wrapper .hfe-search-submit {
    padding: 10px 20px !important;
    border: none;
    border-radius: 0;
}

.header-search .hfe-search-button-wrapper .hfe-search-submit:focus {
    outline: 0;
    box-shadow: none;
}

.header-search .hfe-search-button-wrapper #clear-with-button {
    padding: 8px 0 !important;
    border: none;
    right: 20px !important;
}

.header-search .hfe-search-button-wrapper .hfe-search-icon-toggle i{
    padding: 10px 0;
}

.social-icon .elementor-social-icons-wrapper .elementor-grid-item a.elementor-social-icon {
    font-size: 20px;
}

.header-category-dropdown,
.header-category-dropdown ul{
    position: relative;
    display: inline-block;
}

.header-category-button {
	font-size: 16px !important;
    background: #EF7414;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

/* .header-category-button:hover {
    color: #000 !important;
    background: #EF741480;
} */

.header-category-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFF1E4;
    width: 230px;       
    height: auto;
    z-index: 999;
    display: none;
    padding: 0;
}

.header-category-dropdown:hover .header-category-menu {
    display: block;
}

.header-category-menu > ul,
.header-category-menu > ul li > ul.sub-category {
    margin: 0;
    padding: 0;
    list-style: none;
	width: 100%;	
}

.header-category-menu > ul > li {
    position: relative; /* required for submenu positioning */
}

.header-category-menu > ul > li > a {
    display: block;
    padding: 8px 15px;
    color: #1A1A1A;
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: none;
}

.header-category-menu > ul > li:hover > a,
.header-category-menu > ul > li.active > a{
    background: #EF7414;
    color: #fff;
}

.header-category-menu ul li .sub-category {
    position: absolute;
    top: 0;
    left: 230px;               
    background: #EBF0F8;       
    width: 260px;              
    display: none;
    list-style-type: none;
}

.header-category-menu ul li:hover > .sub-category {
    display: block;
}

.sub-category li a {
    display: block;
    padding: 10px 18px;
    color: #1A1A1A;
    font-size: 16px !important;
    text-decoration: none;
}

.sub-category li a:hover,
.sub-category li.active a{
	background: #EF7414;
    color: #fff;
}

/* Header CSS Ends */

/* Cart Count CSS Starts */

:root {
	--cart-count-min-size: 16px;
	--cart-count-padding: 6px;
	--cart-count-bg: #fff;
	--cart-count-color: #EF7414;
}

.cart-count {
	position: relative;
	display: inline-block;
    margin-right: 10px;
}

.cart-count a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.cart-count h2 {
	position: absolute;
	top: 0;
	right: 0;
    font-family: "Poppins", sans-serif !important;
	font-size: calc(var(--cart-count-min-size) / 2);
	background-color: var(--cart-count-bg);
	color: var(--cart-count-color);
	padding: 10px var(--cart-count-padding) var(--cart-count-padding);
	min-width: var(--cart-count-min-size);
	height: var(--cart-count-min-size);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	transform: translate(20%, -20%);
	border: 2px solid var(--cart-count-color);
	border-radius: 50%;
	white-space: nowrap;
}

/* Adjust size dynamically when count reaches 100+ */
.cart-count h2:has(span.count-100),
.cart-count h2:has(span.count-3digits) {
	min-width: calc(var(--cart-count-min-size) * 1.8);
	border-radius: 50px; /* More rounded for larger numbers */
}


/* Cart Count CSS Ends */

/* Footer CSS Starts */

.language-style .gtranslate_wrapper .glink {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
    transition: all .3s;
    margin-right: 10px;
    position: inherit;
}

.language-style .gtranslate_wrapper .glink:hover,
.language-style .gtranslate_wrapper .glink.gt-current-lang{
    color: #000;
}

/* Footer CSS Ends */

/* Hero Slider CSS Starts */

.hero-slider .hero-sliders-wrapper .item {
    position: relative;
    background-position: center center !important;
    background-size: content !important;
    background-repeat: no-repeat !important;
    /* padding: 50px 0; */
	height: 260px;
}

.hero-slider .hero-sliders-wrapper .item .slider-content{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.hero-slider .hero-sliders-wrapper .item .slider-content h1{
    font-size: 50px;
}

.hero-slider .hero-sliders-wrapper .item .slider-content p{
    color: #fff;
    margin: 10px 0;
}

.hero-slider .hero-sliders-wrapper .item .slider-content a.btn-slider{
    background: #EF7414;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

.hero-slider .hero-sliders-wrapper .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero-slider .hero-sliders-wrapper .slick-dots li {
    list-style-type: none;
    margin: 0 10px;
}

.hero-slider .hero-sliders-wrapper .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border: none;
    border-radius: 50%;
    position: relative;
}

.hero-slider .hero-sliders-wrapper .slick-dots li button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin: -9px;
}

.hero-slider .hero-sliders-wrapper .slick-dots li.slick-active button:after {
    border-color: #fff;
}

.hero-slider .hero-sliders-wrapper .slick-dots li.slick-active button,
.hero-slider .hero-sliders-wrapper .slick-dots li button:hover {
    background: #fff;
}

.hero-slider .hero-sliders-wrapper .slick-dots li button:focus {
    outline: none;
    box-shadow: none;
}

/* Hero Slider CSS Ends */

.brand-list,
.category-list {
    position: relative;
}

.brand-list .slick-list,
.category-list .slick-list {
    margin: 0 -10px;
}

.brand-list .slick-slide,
.category-list .slick-slide {
    margin: 0 10px;
    height: 100%;
    background-color: #EF74141A;
	border-radius: 18px;
}

.brand-list .brand-item a,
.category-list .cat-item a {
	width: 100%;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.brand-list .brand-item a:focus-visible,
.category-list .cat-item a:focus-visible {
    outline: none;
    box-shadow: none;
}

.brand-list .brand-item a .item,
.category-list .cat-item a .item {
	padding: 24px 12px;
    background: #EF74141A;
    max-width: 250px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
	border-radius: 18px;
}

.brand-list .brand-item a:hover .item,
.category-list .cat-item a:hover .item {
    border-color: #EF7414;
}

.brand-list .brand-item a .item img,
.category-list .cat-item a .item img {
    max-width: 60%;
}

.brand-list .brand-item a .item h4,
.category-list .cat-item a .item h4 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #000;
    margin: 0;
    text-align: center;
	text-transform: capitalize;
}

.brand-list .brand-item a:hover .item h4,
.category-list .cat-item a:hover .item h4 {
    color: #EF7414;
}

.brand-list button.slick-arrow,
.category-list button.slick-arrow {
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 46px;
    height: 46px;
    background: #EF74141A;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -70px;
    transition: all .3s ease-in-out;
    color: #000;
}

.brand-list button.slick-arrow:hover,
.category-list button.slick-arrow:hover {
    background: #EF7414;
}

.brand-list button.slick-arrow:hover i,
.brand-list button.slick-arrow:hover i:hover,
.category-list button.slick-arrow:hover:hover i,
.category-list button.slick-arrow:hover i:hover,
.category-list button.slick-arrow:focus i {
    color: #fff !important;
}

.brand-list button.slick-arrow:focus,
.category-list button.slick-arrow:focus {
    outline: none;
    box-shadow: none;
}

.brand-list button.slick-next.slick-arrow,
.category-list button.slick-next.slick-arrow {
    right: 0;
}

.brand-list button.slick-prev.slick-arrow,
.category-list button.slick-prev.slick-arrow {
    right: 70px;
}

.brand-list button.slick-arrow:hover i,
.brand-list button.slick-arrow:focus i,
.category-list button.slick-arrow:hover i,
.category-list button.slick-arrow:focus i {
    color: #000;
}

.popular-products {
    display: flex;
    flex-wrap: wrap;
}

.popular-products a {
    display: inline-block;
}

.popular-products .product-item {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
	padding-bottom: 60px;
}

.popular-products .product-item .yith-add-to-wishlist-button-block{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 16px 24px;
	margin: 10px;
}

.popular-products .product-item .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon path{
	stroke: #EF7414;
}

.popular-products .product-item .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon path{
	fill: #EF7414;
}

.popular-products .product-item .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label{
	display: none;
}

.popular-products .product-item:nth-of-type(4n + 4) {
    margin-right: 0;
}

.popular-products .product-item .product-image {
    background: #fff;
    padding: 20px;
    height: 300px;
    position: relative;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
	border: 2px solid #0000001A;
	border-radius: 8px;
}

.popular-products .product-item .product-image:hover {
    background: #fff;
	border-color: #EF7414;
}

.popular-products .product-item .product-image a {
    display: block;
}

.popular-products .product-item .product-image a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.popular-products .product-item .product-image .product-tags {
    position: absolute;
    top: 20px;
    left: 20px;
}

.popular-products .product-item .product-image .product-tags a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #EF7414;
    line-height: 1.2em;
    padding: 8px 14px 6px;
    border-radius: 2px;
    transition: all .3s ease-in-out;
}

.popular-products .product-item .product-image .product-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.popular-products .product-item .product-image .product-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #EF7414;
    padding: 10px 24px 8px;
    border-radius: 2px;
	border: 2px solid #EF7414;
    line-height: 1.2em;
    transition: all .3s ease-in-out;
}

.popular-products .product-item .product-image .product-button a:hover {
    background: #fff;
    color: #EF7414;
}

.popular-products .product-item .product-name,
.popular-products .product-item .product-category {
    margin-bottom: 10px;
}

.popular-products .product-item .product-name a{
    font-weight: 600 !important;
    color: #EF7414 !important;
}

.popular-products .product-item .product-name a,
.popular-products .product-item .product-price-rate .price .product-sale-price span.amount bdi {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000;
}

.popular-products .product-item .product-category a,
.popular-products .product-item .product-price-rate .price .product-regular-price span.amount bdi {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000;
}

.popular-products .product-item .product-price-rate .price .sell-badge {
	font-size: 12px;
    font-weight: 600;
    line-height: 1.2em;
    color: #fff;
	background: #EF7414;
	padding: 5px;
}

.popular-products .product-item .product-price-rate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
}

.popular-products .product-item .product-price-rate .rating span.dashicons-star-filled {
    color: #EF7414;
}

.popular-products .product-item .product-price-rate .rating span.dashicons-star-empty {
    color: #000;
}

.popular-products .product-item .product-actions{
	position: absolute;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.popular-products .product-item .product-actions .qty-wrap{
	width: 60%;
}

.popular-products .product-item .product-actions .qty-wrap input{
	border-radius: 0;
	padding: 8px 16px;
	border: 2px solid #EF7414;
	border-right: none;
}

.popular-products .product-item .product-actions .buy-now-btn{
	border-radius: 0;
	padding: 6px 10px;
	font-size: 16px;
}

.popular-products .product-item .product-actions .qty-wrap input:focus{
	outline: none;
	box-shadow: none;
}

/* Cart Page & Wishlist CSS Starts */

.wishlist-customise #yith-wcwl-form .wishlist-title{
	display: none;
}

.cart-customise .woocommerce .wc-empty-cart-message .cart-empty,
.cart-customise .woocommerce .woocommerce-notices-wrapper .woocommerce-message{
	border: 1px solid #EF7414;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 1.2em;
}

.cart-customise .woocommerce .wc-empty-cart-message .cart-empty:before,
.cart-customise .woocommerce .woocommerce-notices-wrapper .woocommerce-message:before{
	color: #EF7414;
}

.cart-customise .woocommerce .return-to-shop a.button{
	display: inline-block;
	padding: 14px 20px 10px;
	background: #EF7414;
	border-radius: 0;
	color: #fff;
	transition: all .3s;
	font-size: 16px;
	font-weight: 600;
}

.cart-customise .woocommerce .return-to-shop a.button:hover{
	background: #000;
}

.wishlist-customise .wishlist_table,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table{
	border-collapse: collapse;
}

.wishlist-customise .wishlist_table thead tr th,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table thead tr th{
	background: #EF7414;
	color: #fff;
}

.wishlist-customise .wishlist_table tr,
.wishlist-customise .wishlist_table td,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table th,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table td{
	padding: 10px;
	border: 1px solid #000;
}

.wishlist-customise .wishlist_table thead tr th,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table thead tr th{
	font-size: 18px;
}

.cart-customise .woocommerce form.woocommerce-cart-form .shop_table thead tr th span{
	clip: unset !important;
    word-wrap: unset !important;
    border: unset !important;
    clip-path: unset !important;
    height: unset !important;
    margin: unset !important;
    overflow: unset !important;
    overflow-wrap: unset !important;
    padding: unset !important;
    position: unset !important;
    width: unset !important;
}

/* .cart-customise .woocommerce form.woocommerce-cart-form .shop_table thead tr th span.screen-reader-text{
	position: unset !important;
	clip-path: unset;
} */

.wishlist-customise .wishlist_table tbody tr td.product-thumbnail a img,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail a img{
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 30%;
	height: auto;
}

.wishlist-customise .wishlist_table tbody tr td.product-thumbnail a img{
	width: 100%;
}

.wishlist-customise .wishlist_table tbody tr td,
.wishlist-customise .wishlist_table tbody tr:hover td,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr:hover td,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr th,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr td,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr:hover th,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr:hover td{
	background: transparent;
}

.wishlist-customise .wishlist_table tbody tr td.product-remove a,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-remove a{
	width: 20px;
	height: 20px;
	font-size: 30px;
	color: #EF7414 !important;
	transition: all .3s;
}

.wishlist-customise .wishlist_table tbody tr td.product-remove a:hover,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-remove a:hover{
	background: transparent;
	color: #000 !important;
	font-weight: 700;
}


.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-name a{
    font-size: 16px;
    font-weight: 600;
    color: #EF7414;
    transition: all .3s;
}

.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-name a:hover{
    color: #000;
}

.wishlist-customise .wishlist_table tbody tr td.product-price,
.wishlist-customise .wishlist_table tbody tr td.product-stock-status,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-price,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-subtotal{
	font-size: 16px;
}

.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-quantity div.quantity input.qty{
	padding: 10px 10px 6px;
	border: 1px solid #EF7414;
	border-radius: 0;
	font-weight: 600;
	width: 100%;
}

.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-quantity div.quantity input.qty:focus{
	outline: none;
	box-shadow: none;
}

.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.actions .coupon{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.actions .coupon input#coupon_code{
	width: auto;
	padding: 10px 10px 6px;
	border: 1px solid #EF7414;
	border-radius: 0;
	font-weight: 600;
}

.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.actions .coupon input#coupon_code:focus{
	outline: nope;
	box-shadow: nope;
}

.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.actions .coupon input#coupon_code::placeholder{
	color: #000;
}

.wishlist-customise .wishlist_table tbody tr td.product-add-to-cart a.add_to_cart_button,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.actions .coupon button.button,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.actions button.button{
	padding: 14px 20px 10px;
	border-radius: 0px;
	background: #EF7414;
    border: 2px solid #EF7414;
	color: #fff;
	transition: all .3s;
}

.wishlist-customise .wishlist_table tbody tr td.product-add-to-cart a.add_to_cart_button:hover,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.actions .coupon button.button:hover,
.cart-customise .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.actions button.button:hover{
	background: #000;
    border-color: #000;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals{
	float: unset;
	width: 100%;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals h2{
	color: #EF7414;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr th,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr td{
	font-size: 16px;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal th,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal td,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total th,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total td{
	background: #EF7414;
	color: #fff;
}

.cart-customise .woocommerce-shipping-calculator section.shipping-calculator-form p > button.button,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr td form.woocommerce-shipping-calculator a{
	display: inline-block;
	color: #fff;
	background: #EF7414;
	padding: 14px 20px 10px;
	transition: all .3s;
	border-radius: 0px;
}

.cart-customise .woocommerce-shipping-calculator section.shipping-calculator-form p > button.button:hover,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr td form.woocommerce-shipping-calculator a:hover{
	background: #000;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals table{
	border: none;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total th,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total td,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr.shipping th,
.cart-customise .woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td{
	border: none;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button{
	display: inline-block;
	padding: 14px 20px 10px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	background: #EF7414;
	color: #fff;
	transition: all .3s;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover{
	background: #000;
}

.cart-customise .woocommerce .cart-collaterals .cart_totals form.woocommerce-shipping-calculator #calc_shipping_country_field,
.cart-customise .woocommerce .cart-collaterals .cart_totals form.woocommerce-shipping-calculator #calc_shipping_state_field,
.cart-customise .woocommerce .cart-collaterals .cart_totals form.woocommerce-shipping-calculator input{
	font-size: 16px;
	color: #000;
	border: 1px solid #EF7414;
	border-radius: 6px;
	padding: 12px 20px 10px;
}

.cart-customise .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #000;
	line-height: unset;
	padding: 0;
}

.cart-customise .select2-container--default .select2-selection--single{
	border: none;
}

/* Cart Page & Wishlist CSS Ends */

/* My Account Page Css Starts */

.my-account .woocommerce #customer_login .u-column1 h2,
.my-account .woocommerce #customer_login .u-column2 h2{
	color: #EF7414;
	margin: 0;
}

.my-account .woocommerce #customer_login .u-column1 form.login,
.my-account .woocommerce #customer_login .u-column2 form.register{
	border-color: #EF7414;
}

.my-account .woocommerce form.lost_reset_password{
	padding: 20px;
	border: 2px solid #EF7414;
	border-radius: 5px;
}

.my-account .woocommerce #customer_login .u-column1 form.login p input,
.my-account .woocommerce #customer_login .u-column2 form.register p input,
.my-account .woocommerce #customer_login .u-column2 form.register p select,
.my-account .woocommerce form.lost_reset_password p input{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.2em;
	padding: 12px 20px 10px;
	border: 2px solid #EF7414;
	border-radius: 6px;
}

.my-account .woocommerce #customer_login .u-column2 form.register p:nth-child(2){
	display: none;
}

.my-account .woocommerce #customer_login .u-column1 form,
.my-account .woocommerce #customer_login .u-column2 form{
	margin: 0;
}

.my-account .woocommerce #customer_login .u-column1 form.login p input:focus,
.my-account .woocommerce #customer_login .u-column2 form.register p input:focus,
.my-account .woocommerce form.lost_reset_password p input:focus,
.my-account .woocommerce #customer_login .u-column1 form.login p button:focus,
.my-account .woocommerce #customer_login .u-column2 form.register p button:focus,
.my-account .woocommerce form.lost_reset_password p button.button:focus,
.my-account .woocommerce #customer_login .u-column1 form.login p a:focus,
.my-account .woocommerce #customer_login .u-column2 form.register p a:focus,
.my-account .woocommerce #customer_login .u-column2 form.register p select:focus{
	outline: none;
	box-shadow: none;
}

.my-account .woocommerce #customer_login .u-column1 form.login p button:not(.show-password-input),
.my-account .woocommerce #customer_login .u-column2 form.register p button:not(.show-password-input),
.my-account .woocommerce form.lost_reset_password p button.button:not(.show-password-input) {
	color: #fff;
	background: #EF7414;
	padding: 14px 20px 10px;
	transition: all .3s;
	border: 2px solid #EF7414;
	border-radius: 0px;
}


.my-account .woocommerce #customer_login .u-column1 form.login p button:not(.show-password-input):hover,
.my-account .woocommerce #customer_login .u-column2 form.register p button:not(.show-password-input):hover,
.my-account .woocommerce form.lost_reset_password p button.button:not(.show-password-input):hover{
	background: transparent;
	color: #EF7414;
}

.my-account .woocommerce nav.woocommerce-MyAccount-navigation{
	width: 20%;
}

.my-account .woocommerce nav.woocommerce-MyAccount-content{
	width: 80%;
}

.my-account .woocommerce nav.woocommerce-MyAccount-navigation ul{
	padding: 0;
	margin: 0;
}

.my-account .woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style-type: none;
	width: 100%;
}

.my-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	display: inline-block;
	width: 100%;
	padding: 14px 20px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #EF7414;
	transition: all .3s;
	border: 2px solid #EF7414;
}

.my-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a,
.my-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover{
	background: transparent;
	color: #EF7414;
}

.my-account .woocommerce #customer_login .u-column1 form.login p.woocommerce-LostPassword a,
.my-account .woocommerce #customer_login .u-column2 form.register .woocommerce-privacy-policy-text p a,
.my-account .woocommerce div.woocommerce-MyAccount-content p a{
	color: #EF7414 !important;
	font-weight: 600 !important;
	transition: all .3s !important;
}

.my-account .woocommerce #customer_login .u-column1 form.login p.woocommerce-LostPassword a:hover,
.my-account .woocommerce #customer_login .u-column2 form.register .woocommerce-privacy-policy-text p a:hover,
.my-account .woocommerce div.woocommerce-MyAccount-content p a:hover{
	color: #000 !important;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table{
	border-collapse: collapse;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table tr th,
.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table tr td{
	border: 1px solid #000 !important;
	padding: 10px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table thead tr th{
	background: #EF7414;
	color: #fff;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.2em;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a{
	color: #EF7414;
	transition: all .3s;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a:hover{
	color: #000;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a{
	display: inline-block; 
	background: #EF7414;
	color: #fff;
	padding: 14px 20px 10px;
	border-radius: 0;
	transition: all .3s;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover{
	background: #000;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:last-child{
	margin-right: 0;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-pagination a,
.logged-in .woocommerce div.woocommerce-MyAccount-content .woocommerce-pagination a{
	display: inline-block; 
	background: #EF7414 !important;
	color: #fff !important;
	padding: 14px 20px 10px !important;
	border-radius: 0 !important;
	transition: all .3s !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-pagination a:hover,
.logged-in .woocommerce div.woocommerce-MyAccount-content .woocommerce-pagination a:hover{
	background: #000 !important;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-info,
.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message{
	border: 2px solid #EF7414;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1.2em;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message:focus{
	outline: none;
	box-shadow: none;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-info a.button{
	color: #fff;
	background: #EF7414;
	padding: 14px 20px 10px;
	border-radius: 0px;
	transition: all .3s;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-info::before,
.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message::before{
	color: #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-info a.button:hover{
	background: transparent;
	color: #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h2{
    font-size: 40px;
    margin-bottom: 20px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content p,
.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address{
	font-size: 16px;
	color: #000;
	line-height: 1.2em;
	font-style: normal;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3,
.my-account .woocommerce div.woocommerce-MyAccount-content form h3{
	color: #EF7414;
	width: 100%;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a{
	display: inline-block;
	float: unset;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #EF7414;
	border: 2px solid #EF7414;
	padding: 10px 20px 6px;
	transition: all .3s;
	margin-bottom: 20px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover{
	background: transparent;
	color: #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p label,
.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p label,
.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend{
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset{
	margin-bottom: 20px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend{
	padding: 5px 10px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p label input{
	margin-right: 10px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p span input,
.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p span select#billing_country,
.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p span span.select2 span.selection span.select2-selection,
.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p input,
.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p select,
.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p#billing_address_type_field select#billing_address_type{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.2em;
	padding: 12px 20px 10px;
	border: 2px solid #EF7414 !important;
	border-radius: 6px !important;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p span span.select2 span.selection span.select2-selection{
	padding: 0px !important;
	height: auto;
}


.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p span span.select2 span.selection span.select2-selection span#select2-billing_country-container,
.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p#billing_address_type_field select#billing_address_type{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 12px 20px 10px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields p button.button,
.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p button.button{
	color: #fff;
	background: #EF7414;
	border: 2px solid #EF7414;
	padding: 14px 20px 10px;
	border-radius: 0px;
	transition: all .3s;
	font-size: 16px;
	font-weight: 600;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form .woocommerce-address-fields p button.button:hover,
.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p button.button:hover{
	background: transparent;
	color: #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset{
	padding: 20px;
	border-color: #EF7414;
}

.my-account .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error,
.cart-customise .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error{
	border: 1px solid #b81c23;
	background: transparent;
}

.my-account .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li,
.cart-customise .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li{
	font-size: 16px;
	color: #000;
	line-height: 1.2em;
}

.my-account .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li a,
.cart-customise .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li a{
	color: #EF7414;
	transition: all .3s;
}

.my-account .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li a:hover,
.cart-customise .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li a:hover{
	color: #000;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2,
.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column h2{
	color: #EF7414;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table{
	border-collapse: collapse;
	background: transparent;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tr th,
.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tr td{
	border-color: #000;
	padding: 10px;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details thead tr th,
.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr th,
.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr td{
	background: #EF7414;
	color: #fff;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details tbody tr td{
	font-size: 16px;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details tbody tr td:hover{
	background: transparent;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details tbody tr td a{
	color: #EF7414;
	transition: all .3s;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details tbody tr td a:hover{
	color: #000;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address{
	padding: 20px;
	background: #EF7414;
	border-color: #EF7414;
	border-radius: 6px;
	color: #fff;
	margin-bottom: 20px;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p{
	color: #fff;
	padding: 5px 20px;
}

.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p:before{
	color: #fff;
	line-height: 1.2em;
}

.my-account .woocommerce div.woocommerce-MyAccount-content p label[for*="mailchimp_woocommerce_is_unsubscribed"],
.my-account .woocommerce div.woocommerce-MyAccount-content p input[id*="mailchimp_woocommerce_is_unsubscribed"],
.my-account .woocommerce div.woocommerce-MyAccount-content p:has(input[id*="mailchimp_woocommerce_is_unsubscribed"]) {
	display: none !important;
}

.my-account .woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p input.woocommerce-form__input-radio {
	accent-color: #EF7414; /* WooCommerce blue or your theme’s main color */
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container {
	display: block;
	overflow: unset;
	border: none;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar,
.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content{
	width: 100%;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar{
	background: transparent;
	padding: 0;
	float: unset;
	min-height: unset;
	margin-bottom: 20px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-balance-card{
	background: #EF7414;
	padding: 30px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-nav-tab{
	background: #FFF1E4;
	color: #000;
	padding: 15px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-nav-tab.active{
	background: #000;
	color: #fff;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=submit]{
	background: #EF7414;
	transition: all .3s;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=submit]:hover{
	background: #000;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-form-wrapper input:focus, 
.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-form-wrapper select:focus, 
.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-form-wrapper textarea:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color: unset !important;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar .woo-wallet-sidebar-heading,
.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar .woo-wallet-sidebar-heading a{
	font-size: 50px;
	font-weight: 500;
	color: #1A1A1A;
	line-height: 1.2em;
	margin: 0;
	text-align: left;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar .woo-wallet-sidebar-heading a{
	transition: all .3s;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar .woo-wallet-sidebar-heading a:hover{
	color: #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar ul{
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar ul li.card{
	width: 33.33%;
	max-width: unset;
	margin: 0px;
	box-shadow: none;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar ul li.card a{
	width: 100%;
	background: #EF7414;
	border: 2px solid #EF7414;
	transition: all .3s;
	color: #fff;
	padding: 10px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar ul li.card a p{
	color: #fff;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar ul li.card a:hover{
	background: #fff;
	color: #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-sidebar ul li.card a:hover p{
	color: #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content .woo-wallet-content-heading{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content .woo-wallet-content-heading .woo-wallet-content-h3{
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0;
	float: unset;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content .woo-wallet-content-heading .woo-wallet-price{
	font-size: 20px;
	font-weight: 500;
	color: #197f36;
	line-height: 1.2em;
	margin: 0;
	float: unset;
	position: relative;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content .woo-wallet-content-heading .woo-wallet-price:after{
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	background: #197f36;
	width: 100%;
	height: 2px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content ul{
	padding: 0;
	margin: 0;
	max-height: 350px;
	overflow-y: scroll;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content ul li{
	padding: 10px 10px 5px;
	border: 2px solid #EF7414;
	border-bottom: none;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content ul li:last-child{
	border-bottom: 2px solid #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content #woo_wallet_transfer_form .form-row label,
.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_filter label,
.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_length label{
	font-size: 16px;
    font-weight: 600;
    color: #000;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content #woo_wallet_transfer_form .form-row select,
.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content #woo_wallet_transfer_form .form-row input,
.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content #woo_wallet_transfer_form .form-row textarea,
.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_filter label input{
	font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
    padding: 12px 20px 10px;
    border: 2px solid #EF7414 !important;
    border-radius: 6px !important;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content #woo_wallet_transfer_form .form-row span.select2-container .select2-selection--single{
	height: 45px;
	font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
    padding: 12px 20px 10px;
    border: 2px solid #EF7414 !important;
    border-radius: 6px !important;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content #woo_wallet_transfer_form .form-row .button{
	color: #fff;
    background: #EF7414;
    border: 2px solid #EF7414;
    padding: 14px 20px 10px;
    border-radius: 0px !important;
    transition: all .3s;
    font-size: 16px;
    font-weight: 600;
}

.my-account .woocommerce div.woocommerce-MyAccount-content .woo-wallet-my-wallet-container .woo-wallet-content #woo_wallet_transfer_form .form-row .button:hover{
	background: transparent;
    color: #EF7414;
}

/* .my-account .woocommerce div.woocommerce-MyAccount-content > p{
	display: none;
} */

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_length,
.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_filter,
.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_paginate,
.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_info{
	width: 50%;
	float: unset;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_length label{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_length label select{
	font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
    padding: 12px 20px 10px;
    border: 2px solid #EF7414 !important;
    border-radius: 6px !important;
	margin: 0 5px;
	width: auto;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper #wc-wallet-transaction-details_processing div div{
	background: #EF7414;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper #wc-wallet-transaction-details {
	margin: 20px 0;
	width: 100% !important;
	border-collapse: collapse;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper #wc-wallet-transaction-details thead tr th {
	border-color: #000;
	padding: 10px;
	background: #EF7414;
	color: #fff;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper #wc-wallet-transaction-details tbody tr td {
	padding: 10px;
	border-color: #000;
	color: #000;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_paginate a{
	margin: 0 5px;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_paginate a,
.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_paginate span a.paginate_button{
	display: inline-block;
	color: #fff !important;
    background: #EF7414;
    border: 2px solid #EF7414;
    padding: 14px 20px 10px;
    border-radius: 0px !important;
    transition: all .3s;
    font-size: 16px;
    font-weight: 600;
}

.my-account .woocommerce div.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper .dataTables_paginate span a.paginate_button.current{
	background: transparent;
	color: #000 !important;
}

/* My Account Page Css Ends */

/* Shop Page CSS Starts */

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #EF74141A;
    border-top: 4px solid #EF7414;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.post-type-archive-product #primary main#main,
.tax-product_cat #primary main#main,
.tax-product_brand #primary main#main{
	max-width: 1120px;
	padding: 80px 0;
}

.post-type-archive-product #primary main#main .woocommerce-breadcrumb,
.tax-product_cat #primary main#main .woocommerce-breadcrumb,
.tax-product_brand #primary main#main .woocommerce-breadcrumb{
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
}

.post-type-archive-product #primary main#main .woocommerce-breadcrumb a,
.tax-product_cat #primary main#main .woocommerce-breadcrumb a,
.tax-product_brand #primary main#main .woocommerce-breadcrumb a{
	color: #EF7414;
	transition: all .3s;
}

.post-type-archive-product #primary main#main .woocommerce-breadcrumb a:hover,
.tax-product_cat #primary main#main .woocommerce-breadcrumb a:hover,
.tax-product_brand #primary main#main .woocommerce-breadcrumb a:hover{
	color: #000;
}

.post-type-archive-product #primary main#main header.woocommerce-products-header h1.woocommerce-products-header__title,
.tax-product_cat #primary main#main header.woocommerce-products-header h1.woocommerce-products-header__title,
.tax-product_brand #primary main#main header.woocommerce-products-header h1.woocommerce-products-header__title{
	color: #EF7414;
	text-transform: capitalize;
}

.tax-product_cat #primary main#main header.woocommerce-products-header h1.woocommerce-products-header__title{
	display: none;
}

.post-type-archive-product #primary main#main .woocommerce-result-count,
.tax-product_cat #primary main#main .woocommerce-result-count,
.tax-product_brand #primary main#main .woocommerce-result-count{
	color: #000;
}

.post-type-archive-product #primary main#main .woocommerce-ordering select.orderby,
.tax-product_cat #primary main#main .woocommerce-ordering select.orderby,
.tax-product_brand #primary main#main .woocommerce-ordering select.orderby{
	border: 1px solid #EF7414;
	background: transparent;
	color: #000;
	border-radius: 6px;
	padding: 14px 20px 10px
}

.post-type-archive-product #primary main#main .woocommerce-ordering select.orderby:focus,
.tax-product_cat #primary main#main .woocommerce-ordering select.orderby:focus,
.tax-product_brand #primary main#main .woocommerce-ordering select.orderby:focus{
	outline: none;
	box-shadow: none;
}

.post-type-archive-product #primary main#main ul.products,
.tax-product_cat #primary main#main ul.products,
.single-product #primary main#main .product .related.products ul.products,
.tax-product_brand #primary main#main ul.products{
	display: flex;
	flex-wrap: wrap;
}

.post-type-archive-product #primary main#main ul.products li.product,
.tax-product_cat #primary main#main ul.products li.product,
.single-product #primary main#main .product .related.products ul.products li.product,
.tax-product_brand #primary main#main ul.products li.product{
	width: calc( 25% - 15px );
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px 20px 80px;
	background: transparent;
	border: 2px solid #0000001A;
	border-radius: 8px;
	transition: all .3s;
	height: inherit;
	position: relative;
}

.post-type-archive-product #primary main#main ul.products li.product:nth-of-type( 4n + 4 ),
.tax-product_cat #primary main#main ul.products li.product:nth-of-type( 4n + 4 ),
.single-product #primary main#main .product .related.products ul.products li.product:nth-of-type( 4n + 4 ),
.tax-product_brand #primary main#main ul.products li.product:nth-of-type(4n + 4){
	margin-right: 0;
}

.post-type-archive-product #primary main#main ul.products li.product a,
.tax-product_cat #primary main#main ul.products li.product a
.single-product #primary main#main .product .related.products ul.products li.product a,
.tax-product_brand #primary main#main ul.products li.product a{
	display: inline-block;
}

.post-type-archive-product #primary main#main ul.products li.product a img,
.tax-product_cat #primary main#main ul.products li.product a img,
.single-product #primary main#main .product .related.products ul.products li.product a img,
.tax-product_brand #primary main#main ul.products li.product a img{
	width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.post-type-archive-product #primary main#main ul.products li.product:hover,
.tax-product_cat #primary main#main ul.products li.product:hover,
.single-product #primary main#main .product .related.products ul.products li.product:hover,
.tax-product_brand #primary main#main ul.products li.product:hover{
	background: transparent;
	border-color: #EF7414;
}

.post-type-archive-product #primary main#main ul.products li.product a.added_to_cart{
	display: none;
}

.post-type-archive-product #primary main#main ul.products li.product a.add_to_cart_button,
.tax-product_cat #primary main#main ul.products li.product a.add_to_cart_button,
.single-product #primary main#main .product .related.products ul.products li.product a.add_to_cart_button,
.tax-product_brand #primary main#main ul.products li.product a.add_to_cart_button{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 20px 10px;
	background: #EF7414;
	border: 2px solid #EF7414;
	color: #fff;
	border-radius: 0;
	transition: all .3s;
}

.post-type-archive-product #primary main#main ul.products li.product a.add_to_cart_button:hover,
.tax-product_cat #primary main#main ul.products li.product a.add_to_cart_button:hover,
.single-product #primary main#main .product .related.products ul.products li.product a.add_to_cart_button:hover,
.tax-product_brand #primary main#main ul.products li.product a.add_to_cart_button:hover{
	background: transparent;
	color: #EF7414;
}

.post-type-archive-product #primary main#main ul.products li.product a span.onsale,
.tax-product_cat #primary main#main ul.products li.product a span.onsale,
.single-product #primary main#main .product .related.products ul.products li.product a span.onsale,
.tax-product_brand #primary main#main ul.products li.product a span.onsale{
	background: #EF7414;
	color: #fff;
	padding: 0;
	border-radius: 0px;
	padding: 10px 20px;
	top: 20px;
	left: 20px;
	right: auto;
	margin: 0;
	min-width: auto;
	min-height: auto;
	line-height: 1.2em;
}

.post-type-archive-product #primary main#main ul.products li.product span.price,
.tax-product_cat #primary main#main ul.products li.product span.price,
.single-product #primary main#main .product .related.products ul.products li.product span.price,
.tax-product_brand #primary main#main ul.products li.product span.price{
	color: #000;
}

.post-type-archive-product #primary main#main nav.woocommerce-pagination ul.page-numbers li,
.tax-product_cat #primary main#main nav.woocommerce-pagination ul.page-numbers li,
.tax-product_brand #primary main#main nav.woocommerce-pagination ul.page-numbers li {
	border: 2px solid #EF7414;
}

.post-type-archive-product #primary main#main nav.woocommerce-pagination ul.page-numbers li a,
.post-type-archive-product #primary main#main nav.woocommerce-pagination ul.page-numbers li span,
.tax-product_cat #primary main#main nav.woocommerce-pagination ul.page-numbers li a,
.tax-product_cat #primary main#main nav.woocommerce-pagination ul.page-numbers li span,
.tax-product_brand #primary main#main nav.woocommerce-pagination ul.page-numbers li span,
.tax-product_brand #primary main#main nav.woocommerce-pagination ul.page-numbers li a{
	background: #EF7414;
	color: #fff;
	padding: 8px 8px 4px;
	transition: all .3s;
}

.post-type-archive-product #primary main#main nav.woocommerce-pagination ul.page-numbers li:hover,
.post-type-archive-product #primary main#main nav.woocommerce-pagination ul.page-numbers li a:hover,
.post-type-archive-product #primary main#main nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current,
.tax-product_cat #primary main#main nav.woocommerce-pagination ul.page-numbers li:hover,
.tax-product_cat #primary main#main nav.woocommerce-pagination ul.page-numbers li a:hover,
.tax-product_cat #primary main#main nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current,
.tax-product_brand #primary main#main nav.woocommerce-pagination ul.page-numbers li:hover,
.tax-product_brand #primary main#main nav.woocommerce-pagination ul.page-numbers li a:hover,
.tax-product_brand #primary main#main nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current{

	background: transparent;
	color: #EF7414;
}

.post-type-archive-product #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button,
.single-product #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button,
.tax-product_cat #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button,
.tax-product_brand #primary main#main ul.product li.product a .yith-wcwl-add-to-wishlist-button{
	left: unset;
	right: 0;
}

.post-type-archive-product #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button:focus,
.single-product #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button:focus,
.tax-product_cat #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button:focus,
.tax-product_brand #primary main#main ul.product li.product a .yith-wcwl-add-to-wishlist-button:focus{
	background: transparent;
	box-shadow: none;
	outline: none;
}

.post-type-archive-product #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon,
.single-product #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon,
.tax-product_cat #primary main#main ul.products li.product a .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon,
.tax-product_brand #primary main#main ul.product li.product a .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
	color: #EF7414;
}

.post-type-archive-product #primary main#main ul.products li.product,
.single-product #primary main#main .product .related.products ul.products li.product,
.tax-product_cat #primary main#main ul.products li.product,
.tax-product_brand #primary main#main ul.products li.product {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.post-type-archive-product #primary main#main ul.products li.product .quantity,
.single-product #primary main#main .product .related.products ul.products li.product .quantity,
.tax-product_cat #primary main#main ul.products li.product .quantity,
.tax-product_brand #primary main#main ul.products li.product .quantity{
	width: 55%;
}

.post-type-archive-product #primary main#main ul.products li.product .quantity input,
.single-product #primary main#main .product .related.products ul.products li.product .quantity input,
.tax-product_cat #primary main#main ul.products li.product .quantity input,
.tax-product_brand #primary main#main ul.products li.product .quantity input{
	width: 100%;
	border-radius: 0;
	border: 2px solid #EF7414;
	border-right: none;
}

.post-type-archive-product #primary main#main ul.products li.product .quantity input:focus,
.single-product #primary main#main .product .related.products ul.products li.product .quantity input:focus,
.tax-product_cat #primary main#main ul.products li.product .quantity input:focus,
.tax-product_brand #primary main#main ul.products li.product .quantity input:focus{
	outline: none;
	box-shadow: none;
}

.post-type-archive-product #primary main#main ul.products li.product a.add_to_cart_button,
.single-product #primary main#main .product .related.products ul.products li.product a.add_to_cart_button,
.tax-product_cat #primary main#main ul.products li.product a.add_to_cart_button,
.tax-product_brand #primary main#main ul.products li.product a.add_to_cart_button{
	position: unset;
	bottom:unset;
	right:unset;
	left:unset;
	margin: 0;
	padding: 10px;
}

.post-type-archive-product #primary main#main .woocommerce-result-count,
.tax-product_cat #primary main#main .woocommerce-result-count,
.tax-product_brand #primary main#main .woocommerce-result-count{
	display: none;
}

/* Shop Page CSS Ends */

/* Shop Detail Page CSS Starts */

.single-product #primary main#main .woocommerce-notices-wrapper .woocommerce-message{
	border: 1px solid #EF7414;
	font-weight: 600;
	color: #000;
	background: transparent;
}

.single-product #primary main#main .woocommerce-notices-wrapper .woocommerce-message::before{
	color: #EF7414;
}

.single-product #primary main#main .woocommerce-notices-wrapper .woocommerce-message a.button{
	font-size: 16px;
	font-weight: 600;
	background: #EF7414;
	color: #fff;
	padding: 14px 20px 10px;
	border-radius: 0px;
	transition: all .3s;
}

.single-product #primary main#main .woocommerce-notices-wrapper .woocommerce-message a.button:hover{
	background: #000;
}

.single-product #primary main#main{
	max-width: 1120px;
	padding: 80px 0;
}

.single-product #primary main#main .woocommerce-breadcrumb{
	color: #000;
}

.single-product #primary main#main .woocommerce-breadcrumb a{
	color: #EF7414;
	transition: all .3s;
}

.single-product #primary main#main .woocommerce-breadcrumb a:hover{
	color: #000;
}

.single-product #primary main#main .product span.onsale{
	background: #EF7414;
	color: #fff;
	padding: 0;
}

.single-product #primary main#main .product .woocommerce-product-gallery{
	width: 30%;
	padding-right: 20px;
}

.single-product #primary main#main .product .summary{
	width: 70%;
	padding-left: 20px;
}

.single-product #primary main#main .product .summary h1.product_title,
.single-product #primary main#main .product .summary p.price,
.single-product #primary main#main .product .summary .woocommerce-product-details__short-description p,
.single-product #primary main#main .product .summary p.stock,
.single-product #primary main#main .product .summary .cart{
	margin-bottom: 10px;
}

.single-product #primary main#main .product .summary .woocommerce-product-details__short-description a.so-toggle{
	color: #EF7414;
	transition: all .3s;
}

.single-product #primary main#main .product .summary .woocommerce-product-details__short-description aso-toggle:hover{
	color: #000;
}

.single-product #primary main#main .product .summary h1.product_title{
	font-size: 40px;
	font-weight: 600;
	color: #EF7414;
	line-height: 1.2em;
}

.single-product #primary main#main .product .summary p.price,
.single-product #primary main#main .product .summary .woocommerce-product-details__short-description p,
.single-product #primary main#main .product .summary .product_meta a{
	color: #000;
	font-size: 16px;
}

.single-product #primary main#main .product .summary .product_meta a{
	font-weight: 500;
	color: #EF7414;
	transition: all .3s
}

.single-product #primary main#main .product .summary .product_meta a:hover{
	color: #000;
}

.single-product #primary main#main .product .summary .woocommerce-product-details__short-description p a.so-toggle{
	color: #EF7414;
	text-decoration: underline !important;
}

.single-product #primary main#main .product .summary p.stock{
	color: #000;
	font-weight: 600;
}

.single-product #primary main#main .product .summary .cart .quantity{
	margin: 0;
}

.single-product #shiprocket_pincode_check,
.single-product #check_pincode{
	display: none;
}

.single-product #primary main#main .product .summary .cart .quantity input{
	border: 1px solid #EF7414;
	border-radius: 0px;
	padding: 14px 20px 10px;
	line-height: 1.2em;
	font-size: 16px;
	font-weight: 600;
	width: auto;
}

.single-product #primary main#main .product .summary .cart button.button{
	font-size: 16px;
	font-weight: 600;
	padding: 14px 20px 10px;
	background: #EF7414;
	color: #fff;
	border-radius: 0;
	line-height: 1.2em;
	border: 1px solid #EF7414;
	transition: all .3s;
}

.single-product #primary main#main .product .summary .cart .quantity input:focus,
.single-product #primary main#main .product .summary .cart button.button:focus{
	outline: none;
	box-shadow: none;
}


.single-product #primary main#main .product .summary .cart button.button:hover{
	background: transparent;
	color: #EF7414;
}

.single-product #primary main#main .product .summary .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
	color: #EF7414;
}

.single-product #primary main#main .product .woocommerce-tabs ul.tabs{
	padding: 0;
	margin: 0;
	
}

.single-product #primary main#main .product .woocommerce-tabs ul.tabs li a{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 20px 10px;
	background: #EF7414;
	color: #fff;
	border-radius: 0;
	border: 2px solid #EF7414;
	line-height: 1.2em;
	transition: all .3s;
}

.single-product #primary main#main .product .woocommerce-tabs ul.tabs li{
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: 0 1px;
}

.single-product #primary main#main .product .woocommerce-tabs ul.tabs li a:hover,
.single-product #primary main#main .product .woocommerce-tabs ul.tabs li.active a{
	background: transparent;
	color: #EF7414;
}

.single-product #primary main#main .product .woocommerce-tabs ul.tabs::before{
	border-bottom: none !important;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel{
	padding: 20px;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel h2,
.single-product #primary main#main .product .woocommerce-Tabs-panel h3{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
	color: #EF7414;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel ul,
.single-product #primary main#main .product .woocommerce-Tabs-panel ol{
	margin: 0;
	padding: 0;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel ul li,
.single-product #primary main#main .product .woocommerce-Tabs-panel ol li{
	font-size: 16px;
	color: #000;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel table{
	border-collapse: collapse;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel tr th,
.single-product #primary main#main .product .woocommerce-Tabs-panel tr td{
	border: 1px solid #000;
	padding: 10px;
	font-size: 16px;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel table tr th{
	color: #fff;
	background: #EF7414;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel table tr td{
	background: #fff;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond form#commentform label{
	font-weight: 600;
	color: #000;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond form#commentform input,
.single-product #primary main#main .product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond form#commentform textarea{
	border: 1px solid #EF7414;
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 20px 10px;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond form#commentform textarea{
	resize: none;
	height: 120px;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond form#commentform input:focus,
.single-product #primary main#main .product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond form#commentform textarea:focus{
	outline: none;
	box-shadow: none;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond form#commentform input#submit{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 20px 10px;
	background: #EF7414;
	color: #fff;
	border-radius: 0;
	border: 2px solid #EF7414;
	transition: all .3s;
}

.single-product #primary main#main .product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond form#commentform input#submit:hover{
	background: transparent;
	color: #EF7414;
}

.single-product.woocommerce #primary main#main div.product .woocommerce-tabs ul.tabs li::before,
.single-product.woocommerce #primary main#main div.product .woocommerce-tabs ul.tabs li::after{
	box-shadow: none !important;
	width: 0;
	height: 0;
}

.single-product #primary main#main .product .related.products h2{
	margin-bottom: 20px;
	color: #EF7414;
}

.single-product #primary main#main .product .summary .custom-variation-grid{
	margin-top: 20px;
}


.single-product #primary main#main .product .summary .custom-variation-grid .variation-card{
	border: 1px solid #EF7414;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.single-product #primary main#main .product .summary .custom-variation-grid .variation-card h3{
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #1A1A1A;
	line-height: 1.2em;
}

.single-product #primary main#main .product .summary .custom-variation-grid .variation-card p{
	margin-bottom: 10px;
}

.single-product #primary main#main .product .summary .custom-variation-grid .variation-card form.cart{
	display: flex;
}

.single-product #primary main#main .product .summary .custom-variation-grid .variation-card form.cart input{
	border-radius: 0px;
}

.single-product #primary main#main .product .summary #yith-wcwtl-output {
	padding: 0px;
	background: transparent;
	border-radius: 0px;
}

.single-product #primary main#main .product .summary #yith-wcwtl-output .yith-wcwtl-submit,
.single-product #primary main#main .product .summary .custom-variation-grid .variation-card a.yith-wcwtl-submit,
.single-product #primary main#main .product .summary .custom-waitlist-btn,
.single-product #primary main#main .product .summary .custom-variatio-grid .variatio-card .custom-waitlist-btn{
	font-size: 16px;
    font-weight: 600;
    padding: 14px 20px 10px;
    background: #EF7414;
    border: 2px solid #EF7414;
    color: #fff;
    border-radius: 0;
    transition: all .3s;
}

.single-product #primary main#main .product .summary #yith-wcwtl-output .yith-wcwtl-submit:hover,
.single-product #primary main#main .product .summary .custom-variation-grid .variation-card a.yith-wcwtl-submit:hover,
.single-product #primary main#main .product .summary .custom-waitlist-btn:hover,
.single-product #primary main#main .product .summary .custom-variation-grid .variation-card .custom-waitlist-btn:hover{
	background: transparent;
	color: #EF7414;
}

.single-product #primary main#main .product .summary #yith-wcwtl-output .yith-wcwtl-ajax-message img{
	display: none;
}


.single-product #primary main#main .product .summary #yith-wcwtl-output .yith-wcwtl-ajax-message span,
.single-product #primary main#main .product .summary #yith-wcwtl-output p{
	font-size: 18px;
	font-weight: 600;
	color: #EF7414;
	line-height: 1.2em;
	margin-left: 40px;
	position: relative;
}

.single-product #primary main#main .product .summary #yith-wcwtl-output .yith-wcwtl-ajax-message span:before,
.single-product #primary main#main .product .summary #yith-wcwtl-output p:before{
	content: "\f058";
	position: absolute;
	top: 0;
	left: -30px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.single-product #primary main#main .product .summary #yith-wcwtl-output p{
	margin-bottom: 0 !important;
}

.single-product #primary main#main .product .summary #yith-wcwtl-output .yith-wcwtl-notices{
	margin: 0;
}

.single-product #primary main#main .product .summary .custom-variation-grid .variation-card .so-sale-off{
	margin-left:8px;
	font-size: 12px;
    font-weight: 600;
    line-height: 1.2em;
    color: #fff;
	background: #EF7414;
	padding: 5px;
}

/* Shop Detail Page CSS Ends */

/* Checkout Page CSS Starts */

.checkout-customise .alignwide{
	margin: 0;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-method-block,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-pickup-options-block{
	display: none;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-contact-information-block div.wc-block-components-checkout-step__heading h2.wc-block-components-title,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__heading h2.wc-block-components-title,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-billing-address-block div.wc-block-components-checkout-step__heading h2.wc-block-components-title,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-methods-block div.wc-block-components-checkout-step__heading h2.wc-block-components-title,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-payment-block div.wc-block-components-checkout-step__heading h2.wc-block-components-title,
.checkout-customise .woocommerce-order .woocommerce-thankyou-order-received{
	font-size: 30px;
	font-weight: 600;
	color: #EF7414;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-contact-information-block div.wc-block-components-checkout-step__container p,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container p,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-billing-address-block div.wc-block-components-checkout-step__container p{
	font-size: 16px;
	color: #000;	
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container div.wc-block-components-validation-error p,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-billing-address-block div.wc-block-components-checkout-step__container div.wc-block-components-validation-error p,
.logged-in .checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container div.wc-block-components-validation-error p,
.logged-in .checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-billing-address-block div.wc-block-components-checkout-step__container div.wc-block-components-validation-error p,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wc-block-checkout__contact-fields div.wc-block-components-checkout-step__container div.wc-block-components-validation-error p,
.logged-in .checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wc-block-checkout__contact-fields div.wc-block-components-checkout-step__container div.wc-block-components-validation-error p
{
	color: #cc1818;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-contact-information-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input input{
	border: 1px solid #EF7414;
}


.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-contact-information-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input label{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 1.2em;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-card-wrapper .wc-block-components-address-card{
	border: 1px solid #EF7414;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-card-wrapper .wc-block-components-address-card a.wc-block-components-address-card__edit{
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px 6px;
	background: #EF7414;
	color: #fff;
	border-radius: 0px;
	transition: all .3s;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-card-wrapper .wc-block-components-address-card a.wc-block-components-address-card__edit:hover{
	background: #000;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper #shipping input,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper #shipping select,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-billing-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper #billing input,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-billing-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper #billing select{
	font-size: 16px;
	color: #000;
	border: 1px solid #EF7414;
	border-radius: 6px;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper #shipping label,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-billing-address-block div.wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper #billing label{
	font-weight: 600;
	color: #000;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-methods-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content label,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-payment-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-radio-control-accordion-option{
	border: 1px solid #EF7414;
	box-shadow: none;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-methods-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content label input,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-payment-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content label input,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-payment-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-radio-control-accordion-option{
	border-color: #EF7414;	
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-methods-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content label input:before,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-payment-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content label input:before{
	background: #EF7414;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-methods-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content label input:focus,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-payment-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content label input:focus{
	outline: none;
	box-shadow: none;
}


.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a{
	padding: 14px 20px 10px 40px !important;
}


.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a svg{
	left: 10px;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button{
	display: inline-block;
	width: unset;
	height: unset;
	min-height: unset;
	padding: 14px 20px 10px;
	background: #EF7414;
	color: #fff;
	transition: all .3s;
	border: 0;
	border-radius: 0px;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a:hover,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button:hover{
	background: #000;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button{
	position: relative;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button .wc-block-components-spinner{
	top: 0 !important;
	left: 0 !important;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary button.wc-block-components-panel__button,
.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon button.wc-block-components-panel__button{
	padding: 14px 20px 10px;
	color: #fff;
	background: #EF7414;
	font-size: 16px;
	font-weight: 600;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
	background: #EF7414;
	border-color: #EF7414;
	color: #fff;
	padding: 4px 7px 0px;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__content input{
	border-color: #EF7414;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__content label{
	font-weight: 600;
	color: #000;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__content button{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 20px 10px;
	background: #EF7414;
	color: #fff;
	border: none;
	transition: all .3s;
	width: auto;
	height: auto;
	min-height: unset;
}

.checkout-customise .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__content button:hover{
	background: #000;
}

.checkout-customise .woocommerce ul.order_details{
	padding: 0;
}

.checkout-customise .woocommerce ul.order_details li{
	border-color: #EF7414;
}

.checkout-customise .woocommerce p button#btn-razorpay,
.checkout-customise .woocommerce p button#btn-razorpay-cancel{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 20px 10px;
	background: #EF7414;
	color: #fff;
	border: none;
	transition: all .3s;
	width: auto;
	height: auto;
	min-height: unset;
}

.checkout-customise .woocommerce p button#btn-razorpay:hover,
.checkout-customise .woocommerce p button#btn-razorpay-cancel:hover{
	background: #000;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details h2,
.checkout-customise .woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns .woocommerce-column h2{
	color: #EF7414;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details table{
	border-collapse: collapse;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details tr th,
.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details tr td{
	padding: 10px;
	border-color: #000;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details thead tr th,
.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details tfoot tr th,
.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details tfoot tr td{
	background: #EF7414;
	color: #fff;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details tbody tr td,
.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details tbody tr td:hover{
	background: transparent;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details tbody tr td a{
	color: #EF7414;
	transition: all .3s;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-order-details tbody tr td a:hover{
	color: #000;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address{
	padding: 20px;
	background: #EF7414;
	border-color: #EF7414;
	border-radius: 6px;
	color: #fff;
	margin-bottom: 20px;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p{
	color: #fff;
	padding: 5px 20px;
}

.checkout-customise .woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p:before{
	color: #fff;
	line-height: 1.2em;
}

.checkout-customise .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name,
.logged-in .checkout-customise .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name{
	font-size: 26px !important;
	font-weight: 600 !important;
	color: #EF7414 !important;
	line-height: 1.2em !important;
}

.checkout-customise .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.logged-in .checkout-customise .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata{
	display: none;
}

#so_terms_checkbox {
    accent-color: #EF7414 !important;
}

/* Checkout Page CSS Ends */

/* Contact Us Page CSS Starts */

.contactus-form .contact-us-form {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.contactus-form .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.contactus-form .form-group {
	margin-bottom: 20px;
}
.contactus-form .form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333;
}
.contactus-form .form-group .required {
	color: #EF7414;
}
.contactus-form .form-group input,
.contactus-form .form-group textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s;
	box-sizing: border-box;
}
.contactus-form .form-group input:focus,
.contactus-form .form-group textarea:focus {
	outline: none;
}
.contactus-form .form-group input.error,
.contactus-form .form-group textarea.error {
	border-color: #EF7414;
}
.contactus-form .error-message {
	color: #EF7414;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}
.contactus-form .contact-submit-btn {
	background: #EF7414;
	color: #fff;
	padding: 10px 20px;
	border: 2px solid #EF7414;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	text-align: left;
}

.contactus-form .contact-submit-btn:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.contactus-form .contact-submit-btn:disabled {
	background: #000000;
	cursor: not-allowed;
}
.contactus-form .contact-thankyou-message {
	background: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 20px;
}
.contactus-form .contact-thankyou-message h3 {
	margin: 0 0 10px 0;
	color: #155724;
}
.contactus-form .contact-thankyou-message p {
	margin: 0;
	color: #155724;
}

/* Contact Us Page CSS Ends */

/* Login Page CSS Starts */

.login-form .mobile-login-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

/* Login Card */
.login-form .mobile-login-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Title */
.login-form .login-title {
    font-size: 28px !important;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    text-align: center;
}

/* Description */
.login-form .login-description {
    font-size: 14px;
    color: #666;
    margin: 0 0 32px 0 !important;
    text-align: center;
    line-height: 1.5;
}

/* Message Box */
.login-form .login-message {
    display: none;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    text-align: center;
}

.login-form .login-message.error {
    background-color: #fee;
    color: #c00;
}

.login-form .login-message.success {
    background-color: #efe;
    color: #060;
}

/* Form Group */
.login-form .mobile-login-form .form-group {
    margin-bottom: 24px;
}

/* Label */
.login-form .mobile-login-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.login-form .mobile-login-form label .required {
    color: #ff0000;
}

/* Phone Input Wrapper */
.login-form .mobile-login-form .phone-input-wrapper {
    position: relative;
}

/* Country Code Select */
.login-form .mobile-login-form #country_code {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 14px;
    color: #666;
    z-index: 2;
	padding: 8px 2px;
    width: 60px;
    cursor: pointer;
}

/* Mobile Number Input */
.login-form .mobile-login-form #mobile_number {
    width: 100%;
    padding: 12px 12px 12px 70px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    color: #1a1a1a;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.login-form .mobile-login-form #mobile_number:focus {
    outline: none;
    border-color: #1a1a1a;
}

.login-form .mobile-login-form #mobile_number.error {
    border-color: #ff0000;
}

/* Error Message */
.login-form .mobile-login-form .error-message {
    display: none;
    color: #ff0000;
    font-size: 12px;
    margin-top: 4px;
}

/* Submit Button */
.login-form .mobile-login-submit {
    padding: 10px 20px !important;
    background: #EF7414;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
	border: 2px solid #EF7414;
    transition: all 0.3s;
	width: 100%;
}

.login-form .mobile-login-submit:hover {
    background: #000;
	color: #fff;
	border-color: #000;
}

.login-form .mobile-login-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.login-form .mobile-login-submit .btn-loader {
    display: none;
}

/* Footer */
.login-form .login-footer {
    text-align: center;
    margin-top: 24px;
}

.login-form .login-footer p {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #666;
}

.login-form .login-footer p:last-child {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 0;
}

.login-form .login-footer a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
}

.login-form .login-footer a:hover {
    text-decoration: underline;
}

.login-form .login-footer p:last-child a {
    text-decoration: underline;
}

/* Logged In Message */
.login-form .logged-in-message {
    padding: 20px;
    text-align: center;
    background: #fff3cd;
    border: 1px solid #EF7414;
    border-radius: 6px;
    margin: 20px 0;
}

.login-form .logged-in-message p {
    margin: 0;
    color: #856404;
}

/* Login Page CSS Ends */

/* Registration Form CSS Starts */
.register-form .mobile-register-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 20px;
}

/* Register Card */
.register-form .mobile-register-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Title */
.register-form .register-title {
    font-size: 28px !important;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    text-align: center;
}

/* Description */
.register-form .register-description {
    font-size: 14px;
    color: #666;
    margin: 0 0 32px 0 !important;
    text-align: center;
    line-height: 1.5;
}

/* Message Box */
.register-form .register-message {
    display: none;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    text-align: center;
}

.register-form .register-message.error {
    background-color: #fee;
    color: #c00;
}

.register-form .register-message.success {
    background-color: #efe;
    color: #060;
}

/* Form Row */
.register-form .mobile-register-form .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

.register-form .mobile-register-form .form-group {
    margin-bottom: 24px;
}

.register-form .mobile-register-form .form-group-half {
    flex: 1;
    margin-bottom: 24px;
}

/* Label */
.register-form .mobile-register-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.register-form .mobile-register-form label .required {
    color: #ff0000;
}

/* Input Fields */
.register-form .mobile-register-form .register-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    color: #1a1a1a;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.register-form .mobile-register-form .register-input:focus {
    outline: none;
    border-color: #1a1a1a;
}

.register-form .mobile-register-form .register-input.error {
    border-color: #ff0000;
}

/* Phone Input Wrapper */
.register-form .mobile-register-form .phone-input-wrapper {
    position: relative;
}

/* Country Code Select */
.register-form .mobile-register-form .country-code-select {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 14px;
    color: #666;
    z-index: 2;
    padding: 8px 2px;
    width: 60px;
    cursor: pointer;
}

/* Mobile Number Input with Country Code */
.register-form .mobile-register-form .mobile-number-input {
    padding-left: 70px;
}

/* Error Message */
.register-form .mobile-register-form .error-message {
    display: none;
    color: #ff0000;
    font-size: 12px;
    margin-top: 4px;
}

/* Submit Button */
.register-form .mobile-register-submit {
    padding: 10px 20px !important;
    background: #EF7414;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
	border: 2px solid #EF7414;
    transition: all 0.3s;
    width: 100%;
}

.register-form .mobile-register-submit:hover {
    background: #000;
	color: #fff;
	border-color: #000;
}

.register-form .mobile-register-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.register-form .mobile-register-submit .btn-loader {
    display: none;
}

/* Footer */
.register-form .register-footer {
    text-align: center;
    margin-top: 24px;
}

.register-form .register-footer p {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #666;
}

.register-form .register-footer p:last-child {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 0;
}

.register-form .register-footer a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
}

.register-form .register-footer a:hover {
    text-decoration: underline;
}

.register-form .register-footer p:last-child a {
    text-decoration: underline;
}

/* Logged In Message */
.register-form .logged-in-message {
    padding: 20px;
    text-align: center;
    background: #fff3cd;
    border: 1px solid #EF7414;
    border-radius: 6px;
    margin: 20px 0;
}

.register-form .logged-in-message p {
    margin: 0;
    color: #856404;
}

/* Employee Order List Page CSS Starts */

.emp-order-list h3{
	font-size: 30px;
	margin: 20px 0 10px;
}

.emp-order-list .back-btn{
	display: inline-block;
	background: #EF7414;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #EF7414;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.emp-order-list .back-btn:hover{
	background: #000;
	border-color: #000;
}

.emp-order-list form{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
	align-items: center;
}

.emp-order-list form input,
.emp-order-list form select{
	width: 19.29%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s;
	box-sizing: border-box;
}

.emp-order-list form input:focus,
.emp-order-list form select:focus,
.emp-order-list form a:focus,
.emp-order-list form button:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color: #ddd !important;
}

.emp-order-list form button,
.emp-order-list form a{
	background: #EF7414;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #EF7414;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.emp-order-list form button:hover,
.emp-order-list form a:hover{
	background: transparent;
	color: #EF7414;
}

.emp-order-list table th,
.emp-order-list table td{
	padding: 10px;
    border: 1px solid #000;
}

.emp-order-list table thead th,
.emp-order-list table th{
	font-size: 18px;
	background: #EF7414 !important;
    color: #fff;
}

.emp-order-list table tbody td,
.emp-order-list table td{
	font-size: 16px;
	background: #fff;
    color: #000;
	text-align: center;
}

.emp-order-list table tr td img{
	width: 50%;
}

.emp-order-list table tbody td a{
	color: #000;
	padding-bottom: 2px;
    border-bottom: 2px solid #000;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.emp-order-list table tbody td a:hover{
	background: transparent;
	color: #EF7414;
	border-color: #EF7414;
}

/* Employee Order List Page CSS Ends */

/* Responsive Design */
@media (max-width: 768px) {
    .register-form .mobile-register-card {
        padding: 30px 20px;
    }
    
    .register-form .mobile-register-form .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .register-form .mobile-register-form .form-group-half {
        margin-bottom: 24px;
    }
}

/* Registration Form CSS Ends */

@media (max-width: 991px) {

	.post-type-archive-product #primary main#main, 
	.tax-product_cat #primary main#main,
	.single-product #primary main#main,
	.tax-product_cat #primary main#main,
	.tax-product_brand #primary main#main{
		padding: 60px 20px;
	}

	.post-type-archive-product #primary main#main ul.products li.product, 
	.tax-product_cat #primary main#main ul.products li.product, 
	.single-product #primary main#main .product .related.products ul.products li.product,
	.tax-product_brand #primary main#main ul.products li.product{
		width: calc( 33.33% - 13.33px );
	}

	.post-type-archive-product #primary main#main ul.products li.product:nth-of-type(3n + 3), 
	.tax-product_cat #primary main#main ul.products li.product:nth-of-type(3n + 3), 
	.single-product #primary main#main .product .related.products ul.products li.product:nth-of-type(3n + 3),
	.tax-product_brand #primary main#main ul.products li.product:nth-of-type(3n + 3){
		margin-right: 0;
	}

	.post-type-archive-product #primary main#main ul.products li.product:nth-of-type( 4n + 4 ), 
	.tax-product_cat #primary main#main ul.products li.product:nth-of-type( 4n + 4 ), 
	.single-product #primary main#main .product .related.products ul.products li.product:nth-of-type( 4n + 4 ),
	.tax-product_brand #primary main#main ul.products li.product:nth-of-type(4n + 4){
		margin-right: 20px;
	}

	.post-type-archive-product #primary main#main ul.products li.product .quantity,
	.single-product #primary main#main .product .related.products ul.products li.product .quantity,
	.tax-product_cat #primary main#main ul.products li.product .quantity,
	.tax-product_brand #primary main#main ul.products li.product .quantity{
		width: 51.4%;
	}

	.single-product #primary main#main .product .woocommerce-product-gallery,
	.single-product #primary main#main .product .summary{
		width: 100%;
		padding: 0;
	}

	.single-product #primary main#main .product .summary h1.product_title{
		font-size: 38px;
	}

	.popular-products .product-item{
		width: calc( 50% - 10px );
		margin-bottom: 20px;
	}

	.popular-products .product-item:nth-of-type(2n + 2){
		margin-right: 0;
	}

	.popular-products .product-item .product-actions .qty-wrap{
		width: 75%;
	}
}

@media (max-width: 768px) {
	.contactus-form .form-row {
		grid-template-columns: 1fr;
	}

	.post-type-archive-product #primary main#main ul.products li.product, 
	.tax-product_cat #primary main#main ul.products li.product, 
	.single-product #primary main#main .product .related.products ul.products li.product,
	.tax-product_brand #primary main#main ul.products li.product{
		width: 100%;
		margin-right: 0;
	}

	.post-type-archive-product #primary main#main ul.products li.product:nth-of-type(3n + 3), 
	.tax-product_cat #primary main#main ul.products li.product:nth-of-type(3n + 3), 
	.single-product #primary main#main .product .related.products ul.products li.product:nth-of-type(3n + 3),
	.tax-product_brand #primary main#main ul.products li.product:nth-of-type(3n + 30){
		margin-right: 0;
	}

	.post-type-archive-product #primary main#main ul.products li.product:nth-of-type( 4n + 4 ), 
	.tax-product_cat #primary main#main ul.products li.product:nth-of-type( 4n + 4 ), 
	.single-product #primary main#main .product .related.products ul.products li.product:nth-of-type( 4n + 4 ),
	.tax-product_brand #primary main#main ul.products li.product:nth-of-type( 4n + 4 ){
		margin-right: 0px;
	}

	.post-type-archive-product #primary main#main ul.products li.product .quantity,
	.single-product #primary main#main .product .related.products ul.products li.product .quantity,
	.tax-product_cat #primary main#main ul.products li.product .quantity,
	.tax-product_brand #primary main#main ul.products li.product .quantity{
		width: 71.4%;
	}

	.popular-products .product-item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.popular-products .product-item:nth-of-type(2n + 2){
		margin-right: 0;
	}

	.popular-products .product-item .product-actions .qty-wrap{
		width: 75%;
	}

}

