/*
Theme Name: Storefront Child
Theme URI: http://example.com/storefront-child/
Description: My first WooCommerce child theme
Author: Your Name
Author URI: http://example.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Template: storefront

.woocommerce-MyAccount-content-wrapper .custom-order-container {
/*     border: 1px solid #e0e0e0; */
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
	border-color: var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    border-width: var(--sections-border-top-width, 1px) var(--sections-border-right-width, 1px) var(--sections-border-bottom-width, 1px) var(--sections-border-left-width, 1px);
}

.woocommerce-MyAccount-content-wrapper .custom-order-container .order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.woocommerce-MyAccount-content-wrapper .custom-order-container .order-status, .order-tracking, .shipping-address {
    font-size: 14px;
    padding:15px 15px;
    color:rgb(19, 19, 19);
    font-weight: 500;
}

.woocommerce-MyAccount-content-wrapper .custom-order-container .invoice-link a {
    color: #0073aa;
    text-decoration: none;
}
.xoo-el-fields-cont{
	display:none;
}
.xoo-aff-group.xoo-el-login-btm-fields{
	display:none;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn{
	display:none;
}
.sa_or {
	display:none;
}
.woocommerce-MyAccount-content-wrapper .custom-order-container .order-item {
    display: flex;
    padding-top: 21px;
}

.woocommerce-MyAccount-content-wrapper .custom-order-container .item-image {
    width:50%;
    margin-right: 15px;
}

.woocommerce-MyAccount-content-wrapper .custom-order-container .order-progress {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.woocommerce-MyAccount-content-wrapper .custom-order-container .order-progress .status-placed,
.woocommerce-MyAccount-content-wrapper .custom-order-container .order-progress .status-confirmed,
.woocommerce-MyAccount-content-wrapper .custom-order-container .order-progress .status-dispatched {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
}

.placed{
    width:35px;
    height: 35px;
}
.display-wrapper{
    display: flex;
    padding: 0px 10px;
}

.woocommerce-MyAccount-content-wrapper .custom-order-container .item-details h4 {
    margin: 0 0 5px;
    font-size: 12px!important;
}

.woocommerce-MyAccount-content-wrapper .custom-order-container .order-progress .status-placed, .woocommerce-MyAccount-content-wrapper .custom-order-container .order-progress .status-confirmed, .woocommerce-MyAccount-content-wrapper .custom-order-container .order-progress .status-dispatched {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
	text-transform: capitalize;
}
.order-item{
    width:95%;
}
.order-tracking{
    border-right: 2px solid rgb(0, 114, 32);
    padding-right: 20px;
}
.shipping-address{
    width: 65%;
}
.item-image{
    width: 30%;
}
.item-details{
    width: 70%;
}
.custom-order-container{
    border: 2px solid rgb(0, 114, 32);
    border-radius:10px;
    margin-bottom: 20px;
}
.order-status{
    border-bottom: 2px solid rgb(0, 114, 32);
    padding: 10px;
}
.order-header{
    padding: 20px;
}

.placed{
    color:#0073aa;
    border-radius: 30px;
} 
.confirmed{
    color:green;
    border-radius: 30px;
}
.dispatched{
    color:rgb(255, 119, 0);
    border-radius: 30px;
}
.order-progress .status-placed {
	width: 50%;
}
.order-progress .placed.Cancelled {
	display: none!important;
}
.order-progress .status-placed.cancelled {	
	display: none!important;
}
.order-progress .status-placed.cancelled.Cancelled {
	display: block!important;	
}
.order-progress .status-placed.cancelled.Cancelled .fas{
	background-color:#007220;
	color:#fff;
}
.icon-color{
    justify-content: center; 
    padding: 7px;

}
.order-progress .fas{
    font-size:15px;
/*     background-color:#faffaf; */
	background-color:#c0c0c0;
    padding:12px;
    border-radius: 30px;
	width:40px;
	height:40px;
}
/* .confirmed.Shipped .fas, .confirmed.Processing .fas{
    background-color:#c0c0c0;
	color:#fff;
}
.placed.Shipped .fas, .confirmed.Completed .fas{
    background-color:#c0c0c0;
	color:#fff;
} */
.placed.Shipped .fas, .confirmed.Shipped .fas, .confirmed.Completed .fas, .placed.Delivered .fas, .confirmed.Delivered .fas, .dispatched.Delivered .fas {
	background-color:#007220;
	color:#fff;
	width:40px;
	height:40px;
}

/*  .placed .Processing .fas{
    background-color: green;
}
.confirmed .Processing{
    background-color: rgb(23, 0, 128);
}  */
.placed.Pending .icon-color .fas{
    background-color: #007220 !important;
	color: #fff !important;
}
.confirmed.Processing .icon-color .fas, .placed.Processing .icon-color .fas{
    background-color: #007220 !important;
	color: #fff !important;
}
.dispatched.Completed .icon-color .fas, .confirmed.Completed .icon-color .fas, .placed.Completed .icon-color .fas{
    background-color: #007220 !important;
	color: #fff !important;
}
.home-collections .btn-buynow .ea-line.quantity-container {
	width: 23%;
}
.home-collections .btn-buynow button {
	width: 71%;
	color:white !important;
}
.price-cart form.cart{
	display:flex;
	gap:10px;
	align-items:baseline;
	color:white ;
}

.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper{
	border:none !important;
	padding:0px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
	width:70% !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
	padding-left:0px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    width: 72% !important;
}

.price-cart .product.woocommerce.add_to_cart_inline {
	margin:0px !important
}
.price-cart .button.alt{
	width:75% !important;
}
.courier-cont {
	margin-bottom: 2px;
}
.order-status {
	display: flex;
    align-items: center;
}
.order-status .order_status {
    background-color: #998501;
    margin: 0 5px;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 10px;
}
.order-status .order_status.Cancelled {
	background-color: #e80808 !important
}
.order-status .order_status.Shipped {
	background-color: ##007220ad !important
}
.order-status .order_status.Delivered {
	background-color: #008000 !important
}
.order-status .order_status.Partially.Shipped {
	background-color: #998501 !important
}
@media screen and (max-width: 768px) {
	.dash-content{
		margin-top:none;
	}
		.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content{
		width:100% !important;
	}
	.home-collections .btn-buynow .ea-line.quantity-container {
	width: 23%;
		}
		.home-collections .btn-buynow button {
	width: 71%;
	color:white !important;
	}

	
}

@media (min-width: 768px) {
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
        width: 73.9130434783%;
        float: left;
        margin-right:0px !important
    }


}

/* coustom-css */


header.entry-header {
    display: none;
}
.elementor-icon-list-items li{
	list-style:none;
}
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    border-color: #333333;
    color: #ffffff;
	font-size:17px;
}

.elementor-50 .elementor-element.elementor-element-3844865 img {
    width: 23%;
    max-width: 100%;
    height: 100%;
}

.input-text.qty.text{
	padding:8px !important;
}

/* Form  */
.forminator-ui#forminator-module-943.forminator-design--flat .forminator-input, .forminator-ui#forminator-module-943.forminator-design--flat .forminator-input input {
    margin-top: 10px;
		font-family: Euclid Circular A, sans-serif !important;
	padding:25px 20px;
			border:1px solid #dfd2fb !important;
}

.forminator-ui#forminator-module-943.forminator-design--flat .forminator-textarea {
			font-family: Euclid Circular A, sans-serif !important;
    margin-top: 10px;
   height:200px;
	padding:25px 20px;
			border:1px solid #dfd2fb !important;
}
.forminator-ui#forminator-module-943.forminator-design--flat .forminator-button-submit {
    background-color: #11024d;
    color: #FFFFFF;
    float: inline-end;
    margin-top: -70px;
    width: 400px;
    padding: 20px;
    border-radius: 50px;
		border:1px solid #dfd2fb !important;
}
.forminator-ui#forminator-module-943.forminator-design--flat .forminator-checkbox .forminator-checkbox-box, .forminator-select-dropdown-container--open .forminator-custom-form-943.forminator-dropdown--flat .forminator-checkbox .forminator-checkbox-box {
    background-color: #ffffff;
    color: #17A8E3;
    border: 2px solid #2563eb;
    padding: 13px;
		border-radius:5px;
}

-----
.elementor-50 .elementor-element.elementor-element-3844865 img {
    width: 23%;
    max-width: 100%;
    height: 100%;
    margin-left: 11vw !important;
}

/* product  whoo*/
ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
    display: block;
    margin:10px !important;
		width:300px;
		height:auto;
		padding:10px;
}
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
    color:black !important;
		word-wrap: break-word;
		width: 500px;
    line-height: 30px;
}
.elementor-360 .elementor-element.elementor-element-a71d409.elementor-wc-products ul.products li.product {
    text-align: left;
    margin-top: 20px;
}


/* cart  page */

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color:#11024d;
		text-decoration:none;
		font-weight:600;
}

cart .woocommerce button.button.disabled, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled] {
    color: #050606;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline:none;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
    background-color: #11024d;
    border-radius:10px;
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover{
	background-color: #626165;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code{
	     margin-bottom: 25px;
		margin-right: 0;
		width: 100%;
		color: black;
		font-size: 16px;
		font-weight: 500;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.elementor-widget-woocommerce-cart .e-cart-section {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{
	text-align:center;
}
.elementor-widget-woocommerce-cart .woocommerce button.button{
	border-color:transparent;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	display:none;
}
.elementor-widget-woocommerce-cart .woocommerce button.button:hover{
	border-color:none;
}

/* check out */

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    padding: .6180469716em;
    background-color: #ffff; 
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
		border:2px solid;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
    background-color:#ffff;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color:#11024d;
}
.hentry .entry-content a {
    text-decoration:none; 
		font-weight:600;
}
label {
    font-weight: 600;
		font-size:18px;
    margin-bottom: 10px;
		color:#11024d;
}
h3, h4, h5, h6, .wc-block-grid__product-title {
    color: black;
		font-size:21px !important;
    font-weight: 600;
		font-family: "Euclid Circular A Medium", Sans-serif;
}
#payment .place-order .button {
    font-size:18px;
    width: 100%;
    white-space: pre-wrap;
    background-color:#11024d;
}
table.woocommerce-checkout-review-order-table .product-name {
     width: 50%;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    color: black;
    font-weight: 600;
}
#payment .payment_methods>.wc_payment_method>label {
    display: block;
    padding: 1.41575em;
    cursor: pointer;
    background-color: white;
	margin:10px 0;
	border:1px solid #8e8e8e;
	border-radius:3px;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color:transparent;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover {
    background-color:transparent;
}
#payment .place-order {
    padding:0px;
    margin-bottom: 0;
    float: none;
    width: 100%;
    margin-top: 2.617924em;
}
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    background-color: #61ce70;
    border-color: #333333;
    color: #ffffff;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding:10px 20px;
    display: block;
}
.xoo-wsc-basket {
	    bottom:10px;
	    background-image: linear-gradient(92.06deg, rgb(245, 194, 107) 23.41%, rgb(255, 153, 128) 100%);
        color: #05304b;
}
.xoo-wsc-items-count {
    background-color: #eb2f96;
    color: #ffffff;
}


.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
    display: flex;
    position: relative;
    margin-top: 50px;
}

/* .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: #FF9800;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 20px;
} */

.xoo-wsc-ft-btn xoo-wsc-btn xoo-wsc-ft-btn-cart{
	 background-color: green !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
		font-family: "Euclid Circular A Medium", Sans-serif;
	color:#11024d !important;
    border: 1px solid #11024d;
	font-size:14px;
}
.select2-search--dropdown {
    display: block;
    padding: 5px;
    border: 1px solid #11024d;
		font-family: "Euclid Circular A Medium", Sans-serif;
	color:#11024d !important;
	font-size:14px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border:1px solid gray;
		border-radius:5px;
		color:#11024d !important;
		font-weight:500;
	font-family: "Euclid Circular A Medium", Sans-serif;
}

.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart{
	background-color:#ff9923;
}
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-continue{
	background-color:#103178;
}
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout{
	background-color:#61ce70;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    background-color: #ffffff;
    color: #000000;
	font-weight:600;
    border: 2px solid #ff9923;
}
.product p{
	color:#ff8800;
	font-size:30px;
	font-weight:600;
	font-family: "Euclid Circular A Medium", Sans-serif;
	border:none !important;
	padding:0!important;
	
}
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    background-color: #036511;
    border-color: #333333;
    color: #ffffff;
    margin-top:8px;
}
.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height:1;
    font-size: 18px;
    font-weight: 600;
	 font-family: "Euclid Circular A Medium", Sans-serif;
}

.single-product div.product p.price {
    font-size: 1.41575em;
    margin:2px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #11024d;
    border-radius:0px;
		width:100%;
}


.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding: 23px 20px;
    display: block;
}

@media (max-width: 1024px) {
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
        padding: 0px; 
        width: 100%;
    }
	.btn-buynow .add-to-cart-pro {
    display: flex;
    gap: 18px;
     }
	.input-text.qty.text {
    padding: 6px !important;
    margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
   .forminator-ui#forminator-module-943.forminator-design--flat .forminator-button-submit {
	margin-top:10px;
	 width:100%;
	display:block;
	}	
   .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
    display: inline-table;
   }
	.xoo-wsc-basket {
	    bottom:0px;
	    background-image: linear-gradient(92.06deg, rgb(245, 194, 107) 23.41%, rgb(255, 153, 128) 100%);
        color: #05304b;
	}
	.xoo-wsc-items-count {
		background-color: #eb2f96;
		color: #ffffff;
	}
	xoo-wsc-basket {
    bottom:0px;
    right:10px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 15px 2px #0000001a;
    border-radius: 50%;
    display: flex;
    width: 60px;
    height: 60px;
}
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
    border:2px solid #007220;
    padding: 20px;
		border-radius:10px !important;
}

	button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    background-color: #61ce70;
    border-color: #333333;
    margin-top: 8px;
	color:white !important;

}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
    color: white !important;
}
#payment .place-order .button {
    color: white !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #11024d !important;
    color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs{
	display:none;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color: #ff7500 !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover, .added_to_cart{
    color: #fff;
    background-color: #016301 !important;
}

.dashicons, .dashicons-before:before {
    display: none;
}

.main-header{
	 background: linear-gradient(red, blue);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}  
.btn-buynow .add-to-cart-pro{
	width:100% !important;
}
.mobile-my-account, .mobile-login{
	display:none;
}
.lwo-container {
    text-align: start;
    clear: both;
    box-sizing: border-box;
    width: 95% !important;
}

.lwo-container, .sa_or{
	text-align:center;
}


@media (max-width: 767px) {
    .elementor-38 .elementor-element.elementor-element-9e9a393 {
        --width:100%;
    }
	    .elementor-38 .elementor-element.elementor-element-6f344c2 {
        --width: 100%;
    }
	.elementor-38 .elementor-element.elementor-element-04d30f7 {
        --width: 100%;
    }
	    .elementor-38 .elementor-element.elementor-element-6d9aa86 {
        width: 100%;
    }
	    .elementor-38 .elementor-element.elementor-element-aa26b2b {
        width: 100%;
    }
	    .elementor-38 .elementor-element.elementor-element-715b254 {
        width: 100%;
    }
	.elementor-38 .elementor-element.elementor-element-fad9cca {
        width: 100%;
    }
	    .elementor-38 .elementor-element.elementor-element-2dc7a78 {
        width: 100%;
    }
	.mobile-my-account, .mobile-login{
	display:block !important;
	}
	.phone-valid#reg_billing_phone {
        width: 80% !important;
    }
	.lwo-container .button.sa_myaccount_btn{
		width:100% !important;
	}
	.go-to-checkout{
		text-align:center;
	}
	
	.lwo-container{
		text-align:start !important;
	}
	.checkout_or{
		text-align:center;
	}
	.xoo-el-inmodal{
		width:85% !important;
	}
	.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal {
    display: inline-block !important;
		}
}

#reg_billing_phone_field .woocommerce-input-wrapper{
    display:flex;
}

.reg-phone{
    background-color: #1e73be;
    color: #ffffff;
    max-width: 40px;
    min-width: 40px;
    border-color: #ededed;
    border-width: 1px;
    font-size: 14px;
    border-radius: 5px;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	padding: 17px 12px;
}
.phone-valid#reg_billing_phone{
    width: 86%;
    background-color: #ffffff;
    color: #000000;
    border-width: 1px;
    border-color: #eaeaea;
    height: 50px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.elementor-50 .elementor-element.elementor-element-98f1da6 .menu-item a.hfe-menu-item{
    color: #13337a;
}
.elementor-50 .elementor-element.elementor-element-98f1da6 .menu-item a.hfe-menu-item:hover{
    color: #601FEB;
}
.go-to-checkout {
	background-color: #61ce70;
	padding: 8px 0px;
	color: #ffffff!important;
	font-size: 16px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
}
.go-to-checkout:hover{
	color: #000000!important;    
    border: 2px solid #ff9923;
}
.checkout-container {
	margin-top: 10px;
}
.checkout_or {
	margin: 10px 0;
}

.button.sa_myaccount_btn{
	padding:20px 30px !important;
	border-radius:5px;
}

.go-to-checkout{
	padding:20px 30px !important;
	border-radius:5px;
}
#checkout-user-summary{
	position: relative;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius: 4px;
}
#checkout-user-summary .user-summary-details p {
	margin: 0;
    padding: 6px 0;
}
#checkout-user-summary .user-summary-details button {
	margin-top: 14px
}
.woocommerce-billing-fields #billing_address_1_field .optional {
	display: none !important;
}
.courier-cont .fas {
	color: #5bc0de;
    padding: 4px;
    font-size: 14px;
}
#menu-item-2559 .hfe-menu-item{
	background-color:#998501 !important;
	margin:0 5px;
	color:#ffffff !important;
	border-radius:5px;
	padding-top: 15px;
    padding-bottom: 15px;
}

#menu-item-2566 .hfe-menu-item{
	background-color:blue !important;
	margin:0 5px;
	color:#ffffff !important;
	border-radius:5px;
	padding-top: 15px;
    padding-bottom: 15px;
}
#menu-item-2562 .hfe-menu-item{
	background-color:green !important;
	margin:0 5px;
	color:#ffffff !important;
	border-radius:5px;
	padding-top: 15px;
    padding-bottom: 15px;
}
#menu-item-2728 .hfe-menu-item{
	background-color:orange !important;
	margin:0 5px;
	color:#ffffff !important;
	border-radius:5px;
	padding-top: 15px;
    padding-bottom: 15px;
}
#menu-item-2729 .hfe-menu-item{
	background-color: #b000ff !important;
	margin:0 5px;
	color:#ffffff !important;
	border-radius:5px;
	padding-top: 15px;
    padding-bottom: 15px;
}
#menu-item-2564 .hfe-menu-item, .btn-account a{
	background-color:orange !important;
	margin:0 5px;
	color:#ffffff !important;
	border-radius:5px;
	padding-top: 15px;
    padding-bottom: 15px;
}
.menu-image-title-after.menu-image-title {
	padding-left:0px !important;
}
.btn-buynoww .button{
	color: #fff !important;
    padding: 10px 20px;
/*     transition: all 0.5s ease;
    animation: wobble 2s ease infinite 0.5s;
    background: rgb(2,0,36);
    background: linear-gradient(173deg, rgba(2,0,36,1) 0%, rgba(255,0,0,1) 35%, rgba(0,212,255,1) 100%);
    background-size: 400% 400%;
    -webkit-animation:  gradient_move 15s ease infinite;
    -moz-animation:  gradient_move 15s ease infinite;
    animation:  gradient_move 7s ease infinite; */
	background-color:#e20000;
    border-radius: 50px;
    width: 71%;
}

.home-collections .btn-buynow .button {
	color: #fff !important;
    padding: 10px 20px;
    transition: all 0.5s ease;
    animation: wobble 2s ease infinite 0.5s;
    background: rgb(2,0,36);
    background: linear-gradient(82deg, rgba(2,0,36,1) 0%, rgba(48,126,23,1) 35%, rgba(21,255,0,1) 100%);
    background-size: 400% 400%;
    -webkit-animation:  gradient_move 15s ease infinite;
    -moz-animation:  gradient_move 15s ease infinite;
    animation:  gradient_move 7s ease infinite;
    border-radius: 50px;
    width: 71%;
}
@-webkit-keyframes gradient_move {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes gradient_move {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient_move {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
		
	}
}

.woocommerce-checkout .woocommerce-account-fields, .woocommerce-form-login-toggle {
	display: none!important;
}
.e-con.e-flex>.e-con-inner{
	overflow:hidden;
}

.woocommerce-checkout .input-text{
	border:1px solid #8e8e8e;
	border-radius: 3px;
}
.woocommerce-checkout label{
	margin-bottom:0px !important
}
.woocommerce-checkout #order_review .shop_table {
    margin-bottom:5px !important;
    border: 1px solid #8e8e8e;
    border-radius: 3px;
    }

.woocommerce-checkout table:not(.has-background ) th {
    background-color:#caf1ea !important; 
    color: #000000;
	 border-radius: 3px;
	
}
.woocommerce-message{
	display:none;
}
.woocommerce-input-wrapper #billing_state{
	height:40px;
	 border-radius: 3px;
}

.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard, .thwcfd-field-country{
	display:none !important;
}
.dash-content .woocommerce-MyAccount-navigation{
	margin-top:-10px;
}
.dash-content fieldset{
	display:none !important;
}
.woocommerce-privacy-policy-text p{
	display:none !important;
}
#payment .place-order {
	margin-top:5px !important;
}
#payment .payment_methods li .payment_box{
	padding:10px 0px !important;
	text-align:center;
}
.cart_item .product-name{
	color:#103178 !important;
}
/*Mobile side Menu */
#menu-item-10066 .hfe-menu-item{
	display:none;
}

#menu-item-2559 .ekit-menu-nav-link{
	background-color:#998501 !important;
	margin:10px 20px;
	color:#fff;
	border-radius:8px;
	width:50%;
}
#menu-item-2562 .ekit-menu-nav-link{
	background-color:#0000ff !important;
	margin:10px 20px;
	color:#fff;
	border-radius:8px;
	width:50%;

}
#menu-item-2566 .ekit-menu-nav-link{
	background-color:#008000 !important;
	margin:10px 20px;
	color:#fff;
	border-radius:8px;
	width:50%;
}
#menu-item-3136 .ekit-menu-nav-link{
	background-color:#ffa500 !important;
	margin:10px 20px;
	color:#fff;
	border-radius:8px;
	width:50%;

}
#menu-item-10066 .ekit-menu-nav-link{
	background-color:#ffa500 !important;
	margin:10px 20px;
	color:#fff;
	border-radius:8px;
	width:50%;
}
.xoo-el-section.xoo-el-active {
    padding: 10px 20px !important;
}
.xoo-el-section {
    padding-left:0px !important;
}

.num-one{
	font-size:20px !important;
	font-weight:500 !important;
}



@media (min-width: 768px) {
    .page-template-template-fullwidth-php .col2-set {
        width: 40.8260869565% !important;
        float: left;
        margin-right: 4.347826087%;
    }
	.page-template-template-fullwidth-php #order_review_heading, .page-template-template-fullwidth-php #order_review {
        width: 53.8260869565% !important;
        float: right;
        margin-right: 0;
    }
}