/*
Theme Name: Felts and More Theme
Author: FnClick
Author URI: https://fnclick.com.np/
Description: Custom Felts and More theme
Version: 1.0.0
Text Domain: feltsandmore
*/

.my-account-main-page-section,
.section-gaps{
	padding:90px 0;
}
.overflow-hidden{
	overflow:hidden;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3zlfod');
  src:  url('fonts/icomoon.eot?3zlfod#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3zlfod') format('truetype'),
    url('fonts/icomoon.woff?3zlfod') format('woff'),
    url('fonts/icomoon.svg?3zlfod#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address:before {
  content: "\e915";
}
.icon-account:before {
  content: "\e916";
}
.icon-logout:before {
  content: "\e917";
}
.icon-bell:before {
  content: "\e918";
}
.icon-speedometer:before {
  content: "\e919";
}
.icon-team:before {
  content: "\e91a";
}
.icon-project:before {
  content: "\e91b";
}
.icon-tick:before {
  content: "\e914";
}
.icon-plus:before {
  content: "\e913";
}
.icon-shop:before {
  content: "\e907";
}
.icon-quote:before {
  content: "\e903";
}
.icon-location:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e90a";
}
.icon-user:before {
  content: "\e90b";
}
.icon-help-circle:before {
  content: "\e90d";
}
.icon-info:before {
  content: "\e90e";
}
.icon-zoom-in:before {
  content: "\e911";
}
.icon-zoom-out:before {
  content: "\e912";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-half-star:before {
  content: "\e901";
}
.icon-empty-star:before {
  content: "\e900";
}
.icon-full-star:before {
  content: "\e902";
}
.icon-cross:before {
  content: "\e90f";
}
.icon-heart:before {
  content: "\e90c";
}
.icon-idea:before {
  content: "\e910";
}

/* Slick arrow */

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    cursor: pointer;
    color: var(--dark-color);
    opacity: 50%;
    z-index: 5;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.slick-prev.slick-arrow {
    left: 0px;
}

.slick-next.slick-arrow {
    right: -0px;
}

.slick-arrow:hover {
    opacity: 1;
    color: var(--primary-color);
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}

.slick-dots li button {
    display: inline-block;
    font-size: 0;
    background: none;
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 200ms ease-in-out all;
    -o-transition: 200ms ease-in-out all;
    transition: 200ms ease-in-out all;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    border-color: var(--e-global-color-b7ea68c);
    background: var(--e-global-color-b7ea68c);
}

.slick-dots li button:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}

/* End Slick arrow */


.primary-menu .sub-menu{
	list-style:none;
	margin:0;
	padding:0;
}

.cata-list-sty .d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
--gaps: 30px;
    justify-content: center;
}
.logo-brand img {
    width: 90px;
}
.category-box.full {
    height: 100%;
    background-position: 76% 50%;
}

.category-box.half {
    height: 330px;
}

.category-box .elementor-button-wrapper a {
    color: #fff;
}
.category-box .cate{
	    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.category-box .title {
    font-size: 40px;
    font-weight: 300;
    margin: 2px 0 15px;
}
.category-box .elementor-button-wrapper a:hover{
	background-color:var(--e-global-color-b7ea68c);
	color:#fff;
}
.category-box{
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 41px;
}

ul.primary-menu li a {
    text-decoration: none;
    color: #000;
	font-family:var(--e-global-typography-secondary-font-family);
    font-weight: 400;
	position:relative;
}
.site-header {
    padding: 9px 0;
}
ul.primary-menu li.current-menu-item a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    --size: 5px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var( --e-global-color-secondary ) !important;
    margin: 0 auto;
    opacity: 1 !important;
}



.cata-list-sty .title {
    text-align: center !important;
    text-decoration: none !important;
    margin-top: 8px;
}
.cata-list-sty span.svg-img{
	display:block;
	position:relative
}
.cata-list-sty span.svg-img span.svg-img-hov {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.cata-list-sty a:hover span.svg-img-hov{
 opacity: 1;
}

.cata-list-sty .title{
	color: rgb(18,18,18);
    direction: ltr;
	font-size: 18px;
    font-weight: 500;
    font-style: normal
}

.category-lists-sec .photogallery-row li.photoGalleryThumbs.animated.null {
    text-align: center;
}

.category-lists-sec .photogallery-row h3.caption-title {
    text-align: center !important;
    flex: 0 0 100% !important;
    max-width: 100%;
}

.category-lists-sec .photogallery-row span.caption-inner {
    align-items: center !important;
}
*#dm *.dmBody .product-title-sec {
    line-height: 1.2 !important;
}
.cata-list-sty  svg > g > :is(path, circle){
    transition:all 0.3s ease-in;
}
.cata-list-sty  a:hover svg > g > :is(path, circle) {
    opacity: 1;
    fill: #A1D4D7;
}
.cata-list-sty a {
  text-decoration: none;
    display: block;
    text-align: center;
}
.cata-list-sty .slick-list{
	margin: 0 -10px;
}
 

.cata-list-sty .slick-track {
    display: flex;
    gap: 20px;
}
.footer-menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-list ul li {
    margin-bottom: 15px;
}
.footer-menu-list ul li a{
	color:#121212;
	font-weight:400;
}
.footer-menu-list ul li a:hover{
	color:var(--e-global-color-b7ea68c);
}
span.svg-img {
    text-align: center;
}

span.svg-img img {
    display: inline-block;
}
.product-list-section .content {
    background: rgba(235,235,235,1);
    color: #333;
    padding: 15px;
}
:is(.product-list-section, .product-list-l-r) .content .price{
    font-size:16px;
    font-weight:400;
    display:block;
    padding-top:8px
}

:is(.product-list-section, .product-list-l-r) .content .title,
:is(.product-list-section, .product-list-l-r) .content .title a {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 22px;
    color: #000;
    font-weight: 400;
	line-height: 1.4;
	text-decoration:none;
}
:is(.product-list-section, .product-list-l-r) .cat,
:is(.product-list-section, .product-list-l-r) .cat a {
    font-size: 12px;
    color: #121212;
    letter-spacing: 1px;
	text-decoration:none;
    font-family: var(--e-global-typography-secondary-font-family);
}
:is(.product-list-section, .product-list-l-r) .item img{
	height:235px;
	width:100%;
	object-fit:cover;
}
:is(.product-list-section, .product-list-l-r) ul.star-rating {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 4px;
    font-size: 14px;
    color: #FFAA00;
    margin-bottom: 15px;
	float:none;
}
.product-list-l-r .img-hodler {
    flex: 0 0 150px;
    max-width: 150px;
    height: 200px;
}

ul.star-rating-cus {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    gap: 2px;
    color:#FFAA00
}
.product-list-l-r .content {
    padding-left: 20px;
}

.product-list-l-r .img-hodler a, .product-list-l-r .img-hodler  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.search-cart-box{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	position:relative;
    justify-content: flex-end;
    gap: 8px;
}

.search-cart-box > * > * {
    margin-bottom: 0 !important;
    flex: 0;
}
.my-account-btn a,
.wishlist-wrap a,
.cart-btn .cart a .cart-contents-count,
.search-btn {
	color:#121212;
	--size: 33px;
    height: var(--size);
    width: var(--size) !important;
    line-height: var(--size) !important;
	text-decoration:none;
    background: rgb(161 212 215 / 60%) !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 50%;
	position:relative;
    justify-content: center;
}
.wishlist-wrap a:before{
    content: '\f004';
    font-family: 'Font Awesome 5 Free';
	font-weight:400;
}
.cart-btn .cart a .cart-contents-count{
	position:relative;
}
.wishlist-wrap a .num,
.cart-contents-count .number {
    position: absolute;
    right: -5px;
    top: -8px;
    --size: 19px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: 10px;
    font-weight: 300;
    border-radius: 50%;
    background-color: #242424;
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family);
}
.cart-contents {
    display: flex;
    align-items: center;
	text-decoration:none;
}
.search-btn svg {
    width: 16px !important;
}

.hfe-masthead-custom-menu-items.woocommerce-custom-menu-item a#hfe-menu-cart__toggle_button {
    padding: 0;
    border: none;
}
.search-cart-box:before {
    content: '';
    left: -25px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 25px;
    width: 1px;
    background: #00000069;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 2px;
    font-size: 9px;
    right: 4px;
    font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0.8em 1em;
}
.breadcramb-lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.breadcramb-lists ul li {
    position: relative;
    font-size: 14px;
}

.breadcramb-lists ul li + li:before {
    content: '/';
    position: absolute;
    left: -14px;
    font-size: 12px;
    top: 2px;
}
.breadcramb-lists ul li a {
    color: #121212;
    text-decoration: none;
}
.breadcramb-lists ul li a:hover{
	text-decoration:underline;
}
.gallery-lists-section .gallery-item {
    margin-top: 0 !important;
}
.gallery-lists-section div.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery-lists-section div.gallery img {
    border: none !important;
    height: 350px;
    object-fit: cover;
}
.wpcf7-form-control-wrap {
    display: block;
}

.field-sty-sec label {
    display: block;
    font-size: 15px;
    color: rgba(100,100,100,1);
    font-weight: 400;
    margin-bottom: 9px;
}

.input-field input, .input-field textarea {
    width: 100%;
    border: 1px solid rgba(215,218,217,1);
    height: 45px;
    padding: 10px;
}

.input-field textarea {
    height: 120px;
}

.input-field p {
    margin-bottom: 0;
}

.field-sty-sec .input-field {
    margin-bottom: 20px;
}

.field-sty-sec .submit-btn input {
    color: #fff;
    padding: 12px 50px;
    border: none;
    text-transform: capitalize;
    font-family: var(--e-global-typography-secondary-font-family);
}

/* Inner banner section */

.inner-banner {
    padding: 80px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
	background-color:#A1D4D759;
}
.product-archive-page .title{
    font-size: 40px;
    font-weight: 500;
    font-family: var(--e-global-typography-secondary-font-family);
}
.inner-banner .container {
    position: relative;
}
.price span.woocommerce-Price-amount.amount + span.woocommerce-Price-amount.amount {
    padding-left: 15px;
}

.single-product-page .img-holder {
    position: relative;
}

.single-product-page .img-holder span.onsale {
    width: var(--size);
    height: var(--size);
    line-height: 51px;
--size: 56px;
    left: -17px;
    top: -13px;
}
:is(.product-list-section, .product-list-l-r) .button-group {
    position: absolute;
    top: 1px;
    left: 10px;
}

:is(.product-list-section, .product-list-l-r) .item {
    position: relative;
}

:is(.product-list-section, .product-list-l-r) .button-group .yith-wcwl-wishlistexistsbrowse,
:is(.product-list-section, .product-list-l-r) .button-group a.add_to_wishlist {
    font-size: 0;
    border-radius: 50%;
    text-align: center;
    color: #000;
    --size: 30px;
    background: none;
    width: var(--size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--size);
    background: #ffffff9e;
}
:is(.product-list-section, .product-list-l-r) .button-group .yith-wcwl-wishlistexistsbrowse {
    font-size: 0;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
	margin:0;
}
:is(.product-list-section, .product-list-l-r) .button-group .yith-wcwl-wishlistexistsbrowse i:before,
:is(.product-list-section, .product-list-l-r) .button-group a.add_to_wishlist i:before {
    content: '\f004';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 15px;
}
:is(.product-list-section, .product-list-l-r) .button-group .yith-wcwl-wishlistexistsbrowse i:before{
	font-weight:bold;
	color:var(--e-global-color-b7ea68c);
}

:is(.product-list-section, .product-list-l-r) .button-group a.add_to_wishlist i {
    margin: 0;
}
.price del {
    margin-right: 10px;
}

.price ins {
    text-decoration: none;
}

nav.woocommerce-breadcrumb {
    font-weight: 400;
}

nav.woocommerce-breadcrumb a {
    font-weight: 400;
    text-decoration: none;
}
.woocommerce .woocommerce-result-count {
    margin: 1rem 0 0em;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0;
}
.category-grid-section .cata-list-sty .item {
    flex: 0 0 calc(var(--width) - var(--gaps));
    max-width: calc(var(--width) - var(--gaps));
--width: 16.6666%;
}
.woocommerce-ordering select.orderby {
    padding: 8px 15px;
    border: 1px solid #ccc;
	border-radius:5px;
}
.category-grid-section .cata-list-sty {
	--gaps: 30px;
	gap: var(--gaps);
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

/* End Inner banner section */


/* Search bar section */

.search-pop-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    background: #fff;
    padding: 40px;
    visibility:hidden;
    opacity:0;
    z-index:9;
    transition: top 0.6s linear, opacity 0.4s ease-in-out;
}

span.search-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    opacity:0;
    visibility:hidden;
    background: #0000004f;
    z-index:1;
    transition: opacity 0.8s ease-in-out;
}
span.search-overlay.active,
.search-pop-wrapper.active{
	top: 0;
	opacity:1;
	visibility:visible
}
.search-pop-wrapper .box form{
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.search-pop-wrapper .box input[type="search"] {
    width: 100%;
    padding: 14px 23px;
    border-radius: 4px;
	outline:none;
    border: 1px solid #ccc;
}
.search-btn,
.search-pop-wrapper span.close-btn{
	cursor:pointer;
}
.search-pop-wrapper span.close-btn {
    padding: 0 12px;
    font-size: 24px;
    color: #747474;
}
/* End Search bar section */

/* Single product csss */

.relative-product.sec {
    margin-top: 5rem;
}
.single-product .breadcramb-lists {
    text-align: left;
}
.item span.price {
    display: flex !important;
    gap: 14px;
    flex-wrap:wrap;
}

.item .price .regular-price {text-decoration: line-through;}
.single-product .breadcramb-lists ul {
    justify-content: flex-start;
}
section.product-archive-page:not(.cat-page){
    padding-top: 40px;
}
.relative-product-sec {
    margin-top: 5rem;
}
.relative-product-sec .title {
    font-size: 40px;
    font-weight: 500;
}
.single-product .breadcramb-lists ul li a, .single-product .breadcramb-lists ul li {
    color: rgba(147,147,147,1);
    font-weight: 400;
    font-size: 13px;
}

.single-product .breadcramb-lists ul li a:hover {
    color: #000;
}

.single-product .breadcramb-lists li + li:before {
    color: #121212;
}

h1.product_title.entry-title {
	margin-top: 8px;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 5px;
}
.single-product ul.star-rating-cus {
    margin-bottom: 20px;
}
.single-product p.price {
    color: rgba(79, 79, 79, 1);
    font-size: 20px;
    font-weight: 400;
}


.single-product-page button.wp-element-button {
    padding: 20px;
    border-radius: 4px;
    min-width: 250px;
    background-color: #000 !important;
    margin-top: 34px;
    font-weight: 600;
    font-family: var(--e-global-typography-secondary-font-family);
    text-transform: capitalize;
}
.single-product-page button.wp-element-button:hover{
	background-color:var(--e-global-color-secondary) !important;
	color:#fff;
}
.xoo-wsc-basket{
	right:0;
}
.woo-product-gallery-slider .wpgs-nav img {
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
}
.woo-product-gallery-slider  .wpgs-for {
    margin-bottom: 25px;
}
.woo-product-gallery-slider .wpgs-nav img {
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
}

.cart-btn {
    display: flex;
    align-items: center;
}

.cart-contents .price {
    white-space: pre;
	color:#000;
    padding-left: 10px;
    font-weight: 400;
    font-family: var(--e-global-typography-secondary-font-family);
}
.single-product .woo-product-gallery-slider img {
    width: 100%;
}
.single-product i.flaticon-right-arrow.slick-arrow {
    right: 20px;
}
.single-product i.flaticon-back.slick-arrow{
    left: 20px;
}


/* End Single product csss */

/* Cart popup section */
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
	font-weight:400;
	font-size:16px;
	font-family:var(--e-global-typography-secondary-font-family);
}
span.xoo-wsc-del-txt {
    text-align: center;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    background: var(--bs-danger);
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    padding: 4px;
    position:absolute;
    right:10px;
    top:12px;
    width:var(--size);
    height:var(--size);
	--size: 30px;
    border-radius:50%;
    font-size:0;
    display:flex;
    justify-content:center;
    align-items:center;
}
span.xoo-wsc-del-txt:before{
	content:'\f1f8';
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	font-size: 13px;
}
.xoo-wsc-header {
  
    background: #f7f7f8;
}

.xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

span.xoo-wsc-footer-txt {
    font-size: 0;
    display: none;
}
.xoo-wsc-product{
	position:relative;
}
.xoo-wsc-products span.xoo-wsc-pname a {
    font-family: var(--e-global-typography-secondary-font-family);
    text-decoration: none;
    font-size: 19px;
}

.xoo-wsc-products  .xoo-wsc-qty-price {
    font-size: 10px;
    font-weight: 500;
}
.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
    font-size: 14px;
    color: #000000;
}
span.xoo-wsch-close {
	font-size: 26px;
}
.xoo-wsc-basket {
    bottom: 12px;
    right: px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 1px 4px 0 #00000024;
    border-radius: 50%;
}
.xoo-wsc-items-count {
    background-color: var(--e-global-color-secondary);
    color: #000;
}
/* Cart popup section */


.acf-radio-list label {
    font-size: 0 !important;
    position: relative;
    cursor:pointer
}
.acf-radio-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

@media screen and (min-width:768px){
	.category-section-main .row{
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  grid-template-rows: 1fr 1fr;
	  gap: var(--bs-gutter-x) 0px;
	  grid-auto-flow: row;
	  grid-template-areas:
		"column-one column-two"
		"column-one column-three";
	}

	.category-section-main .row > *:first-child { grid-area: column-one; }

	.category-section-main .row > *:nth-child(2) { grid-area: column-two; }

	.category-section-main .row > *:nth-child(3) { grid-area: column-three; }
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity input[type=number] {
  -moz-appearance: none;
	appearance:none;
}
.quantity {
    position: relative;
    width: 95px;
    overflow: hidden;
    border-radius: 3px;
    height: 40px;
}

quantity input {
    display: block;
    width: 100%;
}

.woocommerce .quantity .qty {
    width: 100%;
	height:100%;
    padding: 5px 28px 5px 30px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #989393;
}

.woocommerce .quantity .quantity-nav .quantity-button{
	cursor:pointer;
}
.woocommerce .quantity .quantity-nav .quantity-button::selection{
background-color:transparent
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    border-right: 1px solid #989393;
    justify-content: center;
}

.woocommerce .quantity .quantity-nav 
 .quantity-button.quantity-down {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 30px;
    border-left: 1px solid #989393;
    align-items: center;
}

.woocommerce .quantity .quantity-nav .quantity-button:hover {
    background: #000;
    color: #fff;
}

.woocommerce .quantity .quantity-nav .quantity-button {
    transition: all 0.2s linear;
}
.category-section-main .row > * {
    width: 100%;
}

.acf-radio-list li label:before, .acf-radio-list li:before {
    content: '\f005';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    font-weight: 400;
    background: none;
    color: #FFAA00;
    font-weight: 100;
}
.acf-radio-list li.red-selected:before {
    font-weight: 700;
}
.acf-radio-list li{
    display: inline-block;
    margin-right: 35px !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .acf-radio-list .red:before,
.acf-radio-list li label.selected:before,
 .acf-radio-list.active .red:before{
    font-weight:900;
}
.acf-required {
    display: none;
}
ul.acf-radio-list.acf-hl{
	display:flex;
	border:none !important;
}
.product-desctiption .title {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 25px;
    border-bottom: 1px solid #afa9a9;
    padding: 0 0 11px;
    font-weight: 500;
}
.product-desctiption{
	padding:25px 0
}
.product-desctiption div {
    font-weight: 400;
	
	
}

/* comment-form */
div#respond {
    max-width: 700px;
    margin: 30px auto 0;
    padding: 20px 0 0;
    font-size: 16px;
    border-top: 1px solid #ccc;
    /* background-color:#f7f7f7; */
    /* border-radius:10px; */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}
.product-detail {
    margin: 75px auto;
}
.acf-fields.-clear > .acf-field {
    margin-top: 0;
}
f#commentform{
	margin:0 -10px;
}
h3#reply-title {
    margin-bottom: 1px;
	font-weight:600;
}
form#commentform p {
    float: none;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    font-weight: 400;
    /* margin-bottom: 3px !important; */
}
form#commentform p.logged-in-as {
    max-width: 375px;
}
.comment-respond  form#commentform p.comment-notes {
    width: 100%;
    clear: both;
    flex: 0 0 100%;
    max-width: 100%;
}

.comment-respond p.comment-form-comment {
    width: 100%;
}

.comment-respond  p.comment-form-cookies-consent {
    width: 100%;
}
.comment-body p{
	margin-bottom:10px;
	margin-top:10px;
}

.commentlist > li:last-child{
	margin-bottom:0;
}
.children .comment-meta.commentmetadata a {
    right: 0px;
}
.commentlist .children {
    margin-left: 42px;
    margin-top: 10px;
    padding: 20px;
	padding-right:0;
    padding-bottom: 5px;
	padding-top:10px;
}
.children .comment-author.vcard {
    padding-top: 0;
}
.reply a {
    position: relative;
    bottom: 5px;
    left: 0;
    padding-left: 15px;
    font-size: 14px;
    color: #7a7a7a;
}
.reply a:before{
    content: '\f2f9';
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
}
div#respond .form-submit input[type="submit"] {
    padding: 15px 25px !important;
	text-transform:capitalize;
    font-family: var(--e-global-typography-secondary-font-family);
    color: #fff !important;
    background: #000 !important;
	margin-top:0px !important;
    font-weight: 500 !important;
}
div#respond .form-submit input[type="submit"]:hover{
	background-color:var(--e-global-color-b7ea68c) !important;
	color:#fff!important;
}
.reply a:hover,
.comment-meta.commentmetadata a:hover{
	color:#ed1c24;
}
.comment-meta.commentmetadata{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 13px;
    color:#7a7a7a;
}

.comment-body p,
.comment-meta.commentmetadata a
{
    color: #7a7a7a;
}
h3#comments {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.7;
}

ol.commentlist {
    list-style: none;
    padding-left: 0;
	overflow:hidden;
	margin:0;
	width:100%;
}

img.avatar.avatar-32.photo {
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    left: -73px;
    top: 0;
}

.comment-author.vcard {
	background: #fff;
    padding: 10px 0 0; 
	text-transform:capitalize;
	position:relative;
}

.comment-body br,
.navigation{
    display: none;
}
form#commentform p.comment-form-comment, form#commentform .acf-fields, form#commentform p.comment-form-cookies-consent {flex: 0 0 100%;max-width: 100%;padding: 0 15px;}
.comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding:15px;
    position: relative;
    background: #fff;
	box-shadow: 0px 3px 6px #efefef;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 60px;
	margin-bottom:20px;
}

cite.fn {
    font-style: initial;
}
cite.fn {
    font-style: initial;
}

em.comment-awaiting-moderation {
    font-style: initial;
	display:none;
}
.comment-form-comment label {
    display: block;
    font-size: 14px;
}

.comment-form-comment textarea {
    width: 100%;
    height: 125px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
}
.comment-form input#submit {
	cursor:pointer;
    background:#323232;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03), 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03), 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
}
.comment-form input#submi:focus,
.comment-form input#submit:hover{
	background:#ed1c24;
	outline:none;
}
.comment-respond .comment-form-url{
	display:none;
}
h3#reply-title {
    margin-bottom: 1px;
    font-size: 20px;
}
.comment-respond {
    margin-top: 30px;
	overflow:hidden;
}
.comment-respond label {
      display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-respond input {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px;
}

.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.comment-form-cookies-consent label{
	margin-left:5px;
}
.date-time-other .unicode{
	line-break:1	
}

.comment-form-cookies-consent input {
    width: auto;
    margin-right: 5px;
}

.comment-form-cookies-consent label {
    margin: 0;
}

.comment-respond .form-submit input {
    width: auto;
}
.logged-in-as a + a {
    color: #121212;
    display: inline-block;
    padding-left:5px;
}

.logged-in-as a {
	 color: #121212;
    font-size: 14px;
}
span.required-field-message {
    font-size: 12px;
	display:block;
    font-weight: 600;
}

span.required-field-message span.required {
    color: red;
}
form#commentform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
--gaps: 0 30px;
}

.acf-fields.-clear > .acf-field {
    margin-top: 0 !important;
}
form#commentform p.comment-form-cookies-consent {
    display: flex;
    align-items: self-start;
    font-size: 11px;
}

form#commentform p.comment-form-cookies-consent input {
    margin-top: 4px;
}
form#commentform p.comment-form-cookies-consent label {
    font-size: 13px;
}
/* End comment section */


/* Cart page  */
.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table thead .product-remove {
    visibility: hidden;
}
.woocommerce-section-page{
	padding:80px 0;	
}
body.page-template-default.woocommerce-cart .woocommerce-section-page .container {
    display: flex;
    flex-wrap: wrap;
	--gaps:30px;
	gap:var(--gaps);
	justify-content:center;
}

body.page-template-default.woocommerce-cart .woocommerce-section-page .container > *{
	flex:0 0 calc(var(--size) - var(--gaps));
	max-width:calc(var(--size) - var(--gaps));

}
body.page-template-default.woocommerce-cart .woocommerce-section-page .container > .woocommerce-cart-form{
	--size:60%;
	padding-right: 32px;
}
body.page-template-default.woocommerce-cart .woocommerce-section-page .container > .cart-collaterals{
	--size:40%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.woocommerce-cart-form td.product-thumbnail img {
    width: 100px;
}
.woocommerce-cart-form td.product-name {
    width: 220px;
}
.woocommerce-cart-form td.product-thumbnail {
    width: 132px;
}
.woocommerce-cart .article-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.woocommerce-cart .article-content > .woocommerce{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.woocommerce-cart .single-article-info .titlebar{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
    width: 100%;
    margin-top: 6rem;
    font-size: 24px !important;
    font-weight: 700;
    color: #343132;
    padding: 0 0 24px 0;
    border-bottom: 2px solid #343132;
    
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(100% - 470px);
	        flex: 0 0 calc(100% - 470px);
    max-width: calc(100% - 470px);
    padding: 3em 3em 0 0  ;
   
}
.woocommerce-cart .woocommerce .cart-collaterals{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 470px;
	        flex: 0 0 470px;
	max-width:470px;
}
.woocommerce-cart .woocommerce .cart-collaterals > div{
	padding: 3em;
	background:rgb(161 212 215 / 35%) !important;
	color: #121212;
	border-radius:6px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
   max-width:100%;
}
.woocommerce-cart .singe-article-page-section.default-padding{
	background:#F7F7F7;
	position:relative;
}

.woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, .woocommerce-cart .woocommerce-message{
	
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	
	        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	margin-bottom:0;
}

.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form,
.woocommerce-cart .single-article-info.default-margin-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form{
	-webkit-box-flex:0;
	    -ms-flex:0 0 100%;
	        flex:0 0 100%;
}


.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table tr,
.woocommerce-cart .cart_totals table.shop_table,
.woocommerce-cart .cart_totals table.shop_table td {
    border: none !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	width:100%;	
}

.woocommerce-cart .single-article-info.default-margin-bottom > .titlebar {
    display: none !important;
}

.woocommerce-cart .woocommerce  form.woocommerce-cart-form .shop_table{
	
	border:none;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form:before {
    content:'Shopping Cart';
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
   max-width:100%;
	display:block
}

.customer_details .woocommerce-billing-fields > h3,
.woocommerce-cart .woocommerce .cart_totals > h2,
.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details:before,
.woocommerce-cart .woocommerce form.woocommerce-cart-form:before {
    border-bottom: 1px solid #343132;
    padding: 0 0 30px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom:30px;
    color: #343132;
}
.woocommerce-cart .woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce-cart .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
    padding-top: 0;
    color: #000;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 400;
    border-top: 1px solid rgba(0,0,0,.1);
    color: #fff;
    font-size: 18px;
}
.cart-collaterals .cart_totals table.shop_table .woocommerce-Price-currencySymbol,
.cart-collaterals .cart_totals table.shop_table .woocommerce-Price-amount.amount,
.cart-collaterals .cart_totals table.shop_table td {
   font-size: 16px;
    font-weight: 400 !important;
    text-align: right;
}

.woocommerce-cart .woocommerce .cart_totals > h2{
	color: #000;
	border-bottom: 1px solid #000;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total > * {
    border-top: 1px solid #000 !important;
    padding-top: 20px;
    position: relative;
    top: 35px;
}
.woocommerce-cart .article-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 40px;
	padding-bottom:0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .update-btn,
.checkout-order-review button#place_order,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	background:#000;
	font-size:18px;
	font-weight:400;
	
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box.payment_method_cod {
    background: #121212;
    color: #fff;
}

.woocommerce-checkout #payment ul.payment_methods li div::before {
    border: 1em solid #000000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals td[data-title="Total"] span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table thead tr,
.woocommerce-cart form.woocommerce-cart-form .shop_table thead,
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table th{
	background:none !important;
	border:none !important;
	color: #000;
}
.woocommerce .woocommerce-cart-form table.shop_table td{
	padding: 25px 15px !important;
}
.woocommerce-section-page form.woocommerce-cart-form tr {
    position: relative;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-remove {
    position: absolute;
    left: 100%;
    width: 20px;
    padding: 0;
    padding: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    /* background: var(--bs-danger); */
    text-align: center;
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* line-height: 40px; */
    border-radius: 50%;
    font-size:0;
    color: #fff;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-remove a:before{
	content:'\f00d';
	font-size: 15px;
	font-weight:bold;
	font-family:'Font Awesome 5 Free';
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-remove a {
    margin: 0;
    padding: 0;
    width: 25px;
    background: var(--bs-danger);
    height: 25px;
    color: #fff !important;
    line-height:25px;
}
.woocommerce-checkout .woocommerce #payment #place_order:hover,
.woocommerce-checkout .woocommerce-page #payment #place_order:hover,
.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-remove a:hover{
	background: var(--e-global-color-b7ea68c);
	color: #fff !important;
}
.woocommerce-cart .shop_table .coupon .input-text {
    padding: 10px;
    border: none;
	background: #edeaea;
    border-radius: 5px;
    margin-right: 3px;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon button.button, .woocommerce-cart .woocommerce form.woocommerce-cart-form button.update-btn {
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 13px 22px;
    font-weight: 400;
}
.woocommerce-cart form.woocommerce-cart-form li.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.woocommerce .cart-collaterals .cart_totals{
	position:sticky;
    top: 52px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td{
	padding-right:0;
	
}
.cart-collaterals table.shop_table.shop_table_responsive tbody th {
    font-weight: 600;
    color: #000;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td[data-title="Shipping"] {
    padding-bottom: 0 !important;
	font-size:15px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce table.shop_table td.product-name a{
	color:#000;
	text-decoration:none;
}
.woocommerce table.shop_table td{
	font-weight:400;
}

.woocommerce-cart-form td.actions .coupon {
    display: flex;
    align-items: center;
}

.woocommerce-cart-form td.actions .coupon label {
    display: none;
}

.woocommerce-cart-form td.actions .coupon input#coupon_code {
    border-radius: 3px;
    width: 200px;
    height: 42px;
    padding: 13px;
    border: none;
}

.woocommerce-cart-form td.actions .coupon button.button {
    border-radius: 3px;
}
.woocommerce-cart-form td.actions button.button {
    border-radius: 3px;
    height: 42px;
    background: #000;
    color: #fff !important;
    font-weight: 400;
}

.woocommerce-shipping-calculator section.shipping-calculator-form {
    text-align: left;
}

.woocommerce-shipping-calculator section.shipping-calculator-form :is(input, select) {
    border-radius: 5px;
    padding: 6px;
    border: 1px solid #d8cdcd !important;
    font-size: 13px;
    height: 36px;
}

.woocommerce-shipping-calculator section.shipping-calculator-form span.select2-selection.select2-selection--single {
    height: 34px;
    font-size: 14px;
    border: 1px solid #d8cdcd !important;
}

.woocommerce-shipping-calculator section.shipping-calculator-form span#select2-calc_shipping_state-container {
    line-height: 34px;
}
.woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 34px;
}
.select2-container--default .select2-results>.select2-results__options {
    font-size: 14px;
	font-weight:400;
}
.woocommerce-shipping-calculator button.button.wp-element-button {
    font-weight: 400;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 13px 25px;
}

/* End Cart page  */

/* check out css */

form.checkout_coupon.woocommerce-form-coupon button.button.wp-element-button{
	    height: 43px;
    background: #000;
    color: #fff;
    font-weight: 500;
}
div#customer_details p#order_comments_field {
    padding: 0;
}
.checkout-step-nav{
	display:none;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	border: none !important;	
}
.woocommerce-checkout-review-order-table-box {
    padding: 6em 3em;
    background: #afb4d3;
    color: #fff;
}
.woocommerce-checkout .single-article-info.default-margin-bottom > .titlebar{
	display:none;
}

.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details:before {
    content: 'Checkout';
    width: 100%;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 15px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-billing-fields > h3 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 500;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
	max-width:100%;
}
.cart-collaterals .woocommerce-shipping-totals form .form-row input.input-text,
.cart-collaterals .woocommerce-shipping-totals .form-row textarea,
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #c0c0c0;
    height: 43px;
    font-size:14px;
    padding: 10px 15px;
    border-radius: 5px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals form .form-row input.input-text{
	height:34px;
	padding: 8px 8px;
}
.woocommerce-cart .woocommerce-cart-form  .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 34px;
}
.woocommerce-checkout .woocommerce form .form-row {
    
    margin: 0 0 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
	max-width:100%;
}
.woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce-checkout .woocommerce form .form-row-last,
.woocommerce-checkout .woocommerce-page form .form-row-first,
.woocommerce-checkout .woocommerce-page form .form-row-last{
	width:50%;
	-webkit-box-flex:0;
	    -ms-flex:0 0 50%;
	        flex:0 0 50%;
	max-width:50%;
}
.woocommerce form .form-row label {
    line-height: 1.2;
    font-size: 15px;
    padding-left:5px;
    color: #343132;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0;
}
.woocommerce-cart .shipping-calculator-form .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce form .form-row .select2-container {
    height: 43px;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
	margin-left:-15px;
	margin-right:-15px;
}
.woocommerce-checkout .woocommerce form .form-row {
    padding: 0 15px;
    margin: 0 0 25px;
}
.woocommerce form .form-row textarea {
    height: 150px !important;
}
.woocommerce-checkout .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 8px;
    right: 6px;
}
.woocommerce-cart .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
   
    top: 1px;
    right: 6px;
   
}
.checkout-order-review {
    padding:3em;
    background: #afb4d3;
    color: #fff;
	border-radius:6px;
	position:sticky;
	top:35px;
}
.checkout-order-review #order_review_heading {
   
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.checkout-order-review table.shop_table,
.checkout-order-review table.shop_table td,
.checkout-order-review .shop_table thead,
.checkout-order-review table.shop_table th{
	border:none;
	background:none;
	color: #000!important;
}
.checkout-order-review table.shop_table tfoot th,
.checkout-order-review table.shop_table td.product-name,
.checkout-order-review table.shop_table th.product-name {
    padding-left: 0;
}
.checkout-order-review table.shop_table tfoot td,
.checkout-order-review table.shop_table th.product-total,
.checkout-order-review table.shop_table td.product-total{
	text-align:right;
	padding-right:0;
}
.checkout-order-review table.shop_table  tr.woocommerce-shipping-totals.shipping td {
    font-size: 15px !important;
}
.woocommerce-cart .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 34px
}
.woocommerce-checkout .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
	font-weight:400;
}
.woocommerce-checkout .woocommerce form .select2-container .select2-selection--single{
	height:43px;
	border: 1px solid #c0c0c0;
	font-size:14px;
}
.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-size: 15px;
    position: relative;
    top: -2px;
	cursor:pointer;
}

.woocommerce-checkout .woocommerce form p#billing_address_1_field {
    margin-bottom: 10px;
}
.woocommerce-checkout .shipping_address .woocommerce-input-wrapper,
.woocommerce-checkout .shipping_address .form-row label{
	-webkit-box-flex:0;
	    -ms-flex:0 0 100%;
	        flex:0 0 100%;
	max-width:100%;
}
.woocommerce-checkout .shipping_address  .woocommerce-shipping-fields__field-wrapper{
	margin-left:-15px;
	margin-right:-15px;
}
.woocommerce-checkout .shipping_address {
    margin-top: 18px;
}
.woocommerce-shipping-fields .shipping_address p#shipping_address_1_field {
    margin-bottom: 10px;
}
.checkout-order-review {
    padding:3em;
    background: #afb4d3;
    color: #fff;
	position:sticky;
	top:35px;
}
.checkout-order-review #order_review_heading {
   font-size: 22px;
   margin-bottom: 10px;
   padding-bottom: 10px;
   font-weight: 600;
   border-bottom: 2px solid #000;
}
.checkout-order-review table.shop_table,
.checkout-order-review table.shop_table td,
.checkout-order-review .shop_table thead,
.checkout-order-review table.shop_table th{
	border:none;
	background:none;
	color: #000;
}
.checkout-order-review table.shop_table tfoot th,
.checkout-order-review table.shop_table td.product-name,
.checkout-order-review table.shop_table th.product-name {
    padding-left: 0;
}
.checkout-order-review table.shop_table tfoot td,
.checkout-order-review table.shop_table th.product-total,
.checkout-order-review table.shop_table td.product-total{
	text-align:right;
	padding-right:0;
}
.checkout-order-review table.shop_table  tr.woocommerce-shipping-totals.shipping td {
    font-size: 15px !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
}
#order_review .shop_table.woocommerce-checkout-review-order-table tr.order-total {
    border-top: 2px solid #fff;
	position:relative;
	top:10px;
}
#order_review .shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount {
    font-size: 18px;
	font-weight:400;
}
.woocommerce-terms-and-conditions-wrapper p {
    font-size: 15px;
    color: #343132;
	font-weight:400;
}
.woocommerce-terms-and-conditions-wrapper p a {
    color: var(--primary-color);
}
.cart_totals .shop_table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {
    font-size: 15px;
}
.cart_totals .shop_table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .shipping-calculator-button:hover{
	color:var(--primary-color)	
}
.woocommerce-terms-and-conditions-wrapper p a:hover{
	text-decoration:underline;
}
.checkout-order-review button#place_order {
    display: block;
    width: 100%;
    padding: 1em;
    margin-top: 10px;
}
#payment .form-row.place-order {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
	margin-bottom:25px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    top: -9px;
	margin-bottom:5px;
	font-size: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    margin-bottom: 0;
    color: #343132;
	cursor:pointer;
    font-size: 15px;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 3px 0 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	border:none;
}
.woocommerce-cart .shipping-calculator-form .select2-container--default .select2-selection--single{
	text-align:left;
	display:block;
	width:100%;
	border:none;
	font-size:14px;
}
.woocommerce-cart .shipping-calculator-form p#calc_shipping_state_field > span {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
	max-width:100%;
	padding: 0 15px;
}
.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-info li,
.woocommerce-checkout .woocommerce-message li {
    margin-bottom: 4px;
	font-size:14px;
}
.cart-collaterals .woocommerce-shipping-totals form .form-row input.input-text,
.cart-collaterals .woocommerce-shipping-totals .form-row textarea{
	border:none;	
}
.shipping-calculator-form{
	text-align:left;
}
.shipping-calculator-form p button[name="calc_shipping"]{
	background:#767CB8;
	margin-left:2px;
	font-weight:400;
	color:#fff;
}
.shipping-calculator-form p button[name="calc_shipping"]:hover{
	background:var(--e-global-color-f236deb);
	color:#fff;
}
.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid input {
    border-color: #a00 !important;
}
.checkout-order-review {
    padding: 3em;
    background: rgb(161 212 215 / 35%) !important;
    color: #000;
    position: sticky;
    top: 35px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	font-weight:400;
}
.woocommerce-error, .woocommerce-info a, .woocommerce-messagea a {
    font-weight: 500;
    color: #000;
}

span.xoo-wsch-text {
    font-size: 18px;
}

.xoo-wsch-basket span.xoo-wscb-icon.xoo-wsc-icon-bag2 {
    font-size: 33px;
}

.xoo-wsch-basket  span.xoo-wscb-count {
    font-size: 13px;
    height: 31px !important;
    line-height: 42px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    height: 40px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon button.button:hover,
.woocommerce-cart .woocommerce form.woocommerce-cart-form button.update-btn:hover,
.woocommerce-account .addresses .title .edit:hover,
form.checkout_coupon.woocommerce-form-coupon button.button.wp-element-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: var(--e-global-color-b7ea68c);
    color: #fff;
}
/* end check out css */



/* my Account */

.woocommerce-account .addresses .title .edit {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.my-account-main-page-section{
	display:flex;
	flex-wrap:wrap;
}
.page-id-9 .woocommerce .col2-set .col-1,
.page-id-9 .woocommerce-page .col2-set .col-1 {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
}

.page-id-9 .woocommerce .col2-set .col-2, .page-id-9 .woocommerce-page .col2-set .col-2 {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
}
div#customer_login h2 {
    font-size: 36px;
    font-weight: 700;
}

.page-id-9 .singe-article-page-section .container {
    max-width: 1080px;
}

.page-id-9 .woocommerce form .form-row label {
/*     margin-bottom: 0; */
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.page-id-9 .woocommerce form .form-row input,
.page-id-9 .woocommerce form .form-row .select2-container{
     border-radius: 5px;
    background: #fff !important;
    border: 1px solid #e7e7e7 !important;
    padding: 5px 10px;
    height: 36px !important;
    font-size: 14px;
}
.page-id-9 .select2-container--default .select2-selection--single{
	border:None;
}

.page-id-9 .woocommerce form .form-row {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.page-id-9 .woocommerce form {
    border: none;
	padding:0;
}
div#customer_login .col-md-6 {
    padding: 0 20px;
}

div#customer_login {
    margin: 0 -20px;
}

.page-id-9 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.page-id-9 .woocommerce .woocommerce-form-register .woocommerce-form-register__submit{
    float: left;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}

.page-id-9 .woocommerce-privacy-policy-text p {
    font-size: 15px;
    line-height: 1.6;
}
.page-id-9 .woocommerce form .form-row.formsubmit-row label {
    display: inline-block;
    margin-top: 12px;
}

.page-id-9 .woocommerce form .form-row.formsubmit-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: block;
}

.page-id-9 .woocommerce form .form-row.formsubmit-row label span {
    margin-bottom: 6px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    display: inline-block;
}

.page-id-9 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .page-id-9 .woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
    background: var(--secondary-color);
}
.woocommerce-error {
    background: #fff;
    border: 1px solid #e8e4e8;
    border-top: 3px solid #b81c23;
}

/* my-account */
nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
	font-weight:500;
    text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-bottom: 30px;
    width: 25% !important;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding-bottom: 40px;
    position: relative;
    padding-left: 45px;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation-link:before {
    content: '\e919';
    position: absolute;
    top: -5px;
    left: 0;
    font-family: 'icomoon';
    font-size: 24px;
    font-weight: 600;
    color:#66666663;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    content: '\e91a';
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {content: '\e915';}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {content: '\e916';}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {content: '\e917';}
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 60px;
    -webkit-box-shadow: rgb(0 0 0 / 6%) 0px 5px 20px 0px;
            box-shadow: rgb(0 0 0 / 6%) 0px 5px 20px 0px;
    color: #666;
}
.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link.is-active:before,
.woocommerce-MyAccount-navigation-link:hover a, .woocommerce-MyAccount-navigation-link:Hover:before{
    color: var(--e-global-color-b7ea68c);
}

.dashboard-wrap a {
    color: var(--primary-color);
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
	color:#121212;
}
.woocommerce-MyAccount-content :is(mark, .mark) {
    background-color: var(--e-global-color-secondary);
}

.woocommerce-account .woocommerce .col2-set .col-1.woocommerce-Address,
.woocommerce-account .woocommerce .col2-set .col-2.woocommerce-Address {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-shadow: rgb(0 0 0 / 6%) 0px 5px 20px 0px;
            box-shadow: rgb(0 0 0 / 6%) 0px 5px 20px 0px;
    padding: 30px;
    margin-bottom: 15px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin: 0 ;
}

header.woocommerce-Address-title.title {
    margin-bottom: 10px;
}

header.woocommerce-Address-title.title h3 {
	color: #333;
    margin-bottom: 5px;
}

.edit {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 5px;
}

address {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.9;
}
.woocommerce-MyAccount-content p {
    margin-bottom: 25px;
	font-weight:500;
}
form.woocommerce-EditAccountForm.edit-account input {
    margin-bottom: 10px !important;
    display: inline-block;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span {
    font-size: 13px;
}
button.woocommerce-Button.button {
    background: var(--primary-color);
    color: #fff;
    font-weight: 500;
}

.edit:hover {
    background: var(--e-global-color-b7ea68c);
    color: #fff;
}
.woocommerce-MyAccount-content .button {
    background: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.woocommerce-MyAccount-content .button:hover {
    background: var(--secondary-color) !important;
}
legend {
    color: #333;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 30px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	width:49%;
}
.woocommerce-MyAccount-content h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 30px;
}
.backrow-wrap.d-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.backrow-wrap p {
    margin-bottom: 0;
}

.backrow-wrap a {
    padding: 10px 30px !important;
}

/* logout-dropdown */
.logout-block {
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.logout-block h3 {
    background: #ffdee754;
    color: var(--primary-color);
    font-size: 14px;
    padding:14px 10px;
    margin-bottom: 20px;
    border-radius:10px 10px 0 0;
}
.woocommerce-mini-cart__buttons a:hover{
	background: var(--secondary-color) !important;
}

.logout-block .imgholder {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 15px;
	overflow: hidden;
}

.logout-block {
    color: #333;
}

.username {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 500;
}

.userid {
    color: #666;
    margin-bottom:20px;
    font-size: 12px;
}

.loggingout a {
    color: var(--primary-color) !important;
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
	font-weight:500;
}
.sign-in-up-btn > ul>li .logout-block {
    width: 300px;
    right: -25px;
    left: auto;
}
.loginform-wrap, .registerform-wrap {
    padding: 2rem;
    background: rgb(228 246 247 / 92%);
    border-radius: 6px;
}
.registerform-wrap button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    padding: 15px 25px;
    background: #000;
    height: 46px;
}
.myprofile a {
    color: var(--primary-color) !important;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid var(--primary-color);
    display: block;
    margin: 0 15px 25px;
}
.myprofile a:hover {
    background: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
}
.loggingout a i {
    -webkit-transform: rotate(90deg) translateX(3px);
        -ms-transform: rotate(90deg) translateX(3px);
            transform: rotate(90deg) translateX(3px);
    display: inline-block;
}

.loggingout a:hover {
    background: var(--primary-color);
    color: #fff !important;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
    height: auto !important;
}
fieldset .form-row-left,fieldset  .form-row-right {
    width: 49%;
    float: left;
}
fieldset .form-row-right {
    float: right;
}
.woocommerce-account .woocommerce table.shop_table td {
    padding: 10px;
}
.woocommerce-MyAccount-content a {
    color: #000;
}

/* Sign in and sign out css */

div#customer_login {
    padding: 80px 0;
}

.page-id-17 .woocommerce > .container {
    max-width: 1000px;
}

#customer_login form.woocommerce-form.woocommerce-form-register.register p {
    font-size: 14px;
    font-weight: 400;
}
.woocommerce-account .woocommerce :is(.loginform-wrap, .registerform-wrap) .form-row input,
.woocommerce-account .woocommerce :is(.loginform-wrap, .registerform-wrap) .form-row .select2-container {
    border-color: #b1aaaa !important;
}
#customer_login form.woocommerce-form.woocommerce-form-register.register p a {
    color: #000;
}

.loginform-wrap p.form-row.formsubmit-row label.woocommerce-form-login__rememberme {
    display: block !important;
}

.loginform-wrap p.form-row.formsubmit-row label.woocommerce-form-login__rememberme  input#rememberme {
    height: 14px !important;
    margin-right: 7px;
}

.registerform-wrap button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.loginform-wrap button.woocommerce-button.button.woocommerce-form-login__submit {
    padding: 15px 25px;
    font-weight: 500;
    color: #fff;
	text-transform:capitalize;
    background: #000;
	height:40px;
	font-size:14px;
}

p.woocommerce-LostPassword.lost_password a {
    font-weight: 400;
    font-size: 16px;
    margin-top: 18px;
    color: #000;
    display: inline-block;
	text-decoration:none;
}
p.woocommerce-LostPassword.lost_password a:hover{
	text-decoration:underline;
}
p.form-row.formsubmit-row {
    margin-bottom: 0 !important;
}

/* End Sign in and sign out css */


/* my-account */
.woocommerce-account .single-article-info .titlebar {
    margin-bottom: 60px;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
}


.woocommerce-account .woocommerce .col2-set .col-1,.page-id-9 .woocommerce-page .col2-set .col-1 {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
}

.woocommerce-account .woocommerce .col2-set .col-2, .page-id-9 .woocommerce-page .col2-set .col-2 {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
}
div#customer_login h2 {
    font-size: 36px;
    font-weight: 700;
}

.woocommerce-account .singe-article-page-section .container {
    max-width: 1080px;
}

.woocommerce-account .woocommerce form .form-row label {
/*     margin-bottom: 0; */
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.woocommerce-account .woocommerce form .form-row input,
.woocommerce-account .woocommerce form .form-row .select2-container{
     border-radius: 5px;
    background: #fff !important;
    border:1px solid #c0c0c0 !important;
    padding: 5px 10px;
    height: 36px !important;
    font-size: 14px;
}
.woocommerce-account .select2-container--default .select2-selection--single{
	border:None;
}

.woocommerce-account .woocommerce form .form-row {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.woocommerce-account .woocommerce form {
    border: none;
	padding:0;
}
div#customer_login .col-md-6 {
    padding: 0 20px;
}

div#customer_login {
    margin: 0 -20px;
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-form-register__submit{
    float: left;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}

.woocommerce-account .woocommerce-privacy-policy-text p {
    font-size: 15px;
    line-height: 1.6;
}
.woocommerce-account .woocommerce form .form-row.formsubmit-row label {
    display: inline-block;
    margin-top: 0px;
}
form.woocommerce-form.woocommerce-form-login.login {
    margin-bottom: 20px;
}
form.woocommerce-form.woocommerce-form-login.login {
    margin-bottom: 20px;
    margin-top: 25px;
}
.woocommerce-account .woocommerce form .form-row.formsubmit-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: block;
}

.woocommerce-account .woocommerce form .form-row.formsubmit-row label span {
    margin-bottom: 6px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    display: inline-block;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.registerform-wrap button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background: var(--e-global-color-b7ea68c) !important;
	color:#fff !important;
}
.woocommerce-error {
    background: #fff;
    border: 1px solid #e8e4e8;
    border-top: 3px solid #b81c23;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    background: #121212 !important;
    font-size: 14px;
    padding: 12px 20px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover{
	background:var(--e-global-color-b7ea68c)!important;
	color:#fff!important;
}
.woocommerce table.my_account_orders tbody td {
    font-size: 14px;
}
.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 6px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th,
.woocommerce table.my_account_orders th.woocommerce-orders-table__header {
    padding: 14px;
    background: #1b1b1b;
    color: #fff;
}


table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {
    background: #1b1b1b;
    color: #fff;
}

.woocommerce-order-details tbody tr td[scope="row"] {
    color: #000;
    font-weight:500;
}

.woocommerce-customer-details .woocommerce-columns {
    display: flex;
    gap: var(--gaps);
--gaps: 12px;
}

.woocommerce-customer-details .woocommerce-columns > * {
    flex: 0 0 calc(var(--size) - var(--gaps)) !important;
    max-width: calc(var(--size) - var(--gaps)) !important;
--size: 50%;
}

.woocommerce-customer-details  h2.woocommerce-column__title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}


/* Error page css */

#notfound {
  position: relative;
  height: 90vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 15px;
}

.notfound .notfound-404 {
  position: relative;
  height: 220px;
}

.notfound .notfound-404 h1 {

  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 186px;
  font-weight: 800;
  margin: 0px;
  background: linear-gradient(130deg, var(--e-global-color-b7ea68c), var(--e-global-color-secondary));
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.notfound h2 {
  font-size: 33px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}


.notfound p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
  color: #777;
  margin-bottom: 25px;
}


.notfound a {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 40px;
  display: inline-block;
}
.notfound a:hover{
	background-color:#000;
	color:#fff;
}
@media only screen and (max-height: 440px) {
	#notfound {
		position: relative;
		height: 150vh;
	}
}
@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    position: relative;
    height: 168px;
  }
	.notfound p {
		font-size: 14px;
	}
  .notfound .notfound-404 h1 {
    font-size: 142px;
  }

  .notfound h2 {
    font-size: 22px;
  }
}
/* End Error page css */

@media screen and (max-width:1024px){
	body.page-template-default.woocommerce-cart .woocommerce-section-page .container{
		justify-content:center;
	}
	body.page-template-default.woocommerce-cart .woocommerce-section-page .container > .woocommerce-cart-form
	{
		--size: 100%;
		padding-right: 0;
		padding-top:0;
	}
	body.page-template-default.woocommerce-cart .woocommerce-section-page .container > .cart-collaterals{
		--size: 70%;
	}
	.woocommerce-section-page {
		padding: 60px 0;
	}
}
@media screen and (max-width: 991px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 70%;
		padding: 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding-bottom: 30px;
		width: 30% !important;
	}
	
	.woocommerce .woocommerce-cart-form table.shop_table td {
		padding: 16px 13px !important;
	}
	.woocommerce-cart-form td.actions .coupon input#coupon_code{
	    width: auto;
		flex: 0 0 calc(100% - 175px);
		max-width: calc(100% - 175px);
	}
	
	.checkout-order-review,
	.woocommerce-cart .woocommerce .cart-collaterals > div {
		padding: 2em;
	}
	.woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon button.button {
		flex: auto;
	}
	tr.woocommerce-cart-form__cart-item.cart_item .quantity {
		margin-left: auto;
	}
	body.page-template-default.woocommerce-cart .woocommerce-section-page .container > .cart-collaterals{
		--size:100%
	}
	.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-remove{
		left: 95%;
		top: 28px;
	}
}
@media screen and (max-width:575px){
	.woocommerce-customer-details .woocommerce-columns,
	body.page-template-default.woocommerce-cart .woocommerce-section-page .container{
		--gaps: 0;
	}
	
	.woocommerce-customer-details .woocommerce-columns > *{
		--size:100%;
	}
	ul.wc_payment_methods.payment_methods.methods label {
		display: block;
		padding: 10px;
		margin-bottom: -5px !important;
		background: #f9f7f7;
		border-radius: 5px 5px 0 0;
		padding: 11px 15px;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		width:100%;
	}
	.woocommerce .woocommerce-cart-form table.shop_table td.product-name {
		padding-right: 39px !important;
	}
	.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-remove {
		left: auto !important;
		top: 28px;
		right: 6px;
	}
	.woocommerce-MyAccount-content{
		box-shadow:none;
		background:none;
	}
	.my-account-main-page-section{
		position:relative;
	}
	.woocommerce-MyAccount-navigation-link:before{
		left: 0;
		right: 0;
		text-align:center;
		transform: translateY(-50%);
		top: 50%;
	}
	nav.woocommerce-MyAccount-navigation ul {
		list-style: none;
		padding-left: 0;
		position: sticky;
    	top: 0px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		position: absolute;
		left: -12px;
		top: 0;
		bottom: 0;
		/* background: #fff; */
		padding: 5rem 0;
		width: 59px !important;
		/* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
	}
	nav.woocommerce-MyAccount-navigation ul li {
		padding: 0;
	    background: #f3f3f3;
	}
	nav.woocommerce-MyAccount-navigation ul li + li {
		border-top: 1px solid #d8d8d8;
	}
	.woocommerce-MyAccount-content h3 {
		font-size: 18px;
	}
	nav.woocommerce-MyAccount-navigation ul li a {
		font-size: 0;
		height: 53px;
		display: block;
		position: relative;
		z-index: 1;
		background: none;
	}
	.woocommerce-MyAccount-content p{
		font-size:14px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		padding-left: 56px !important;
		padding-right:0 !important;
		min-height: 428px;
	}

	nav.woocommerce-MyAccount-navigation ul li a {
		font-size: 0;
	}
	.my-account-main-page-section{
		padding: 50px 0;
	}
	.registerform-wrap form.woocommerce-form.woocommerce-form-register.register {
		margin-bottom: 15px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
	}
	.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
		padding: 10px 15px;
		background: #000 !important;
		font-size: 14px !important;
		display: block;
		float: none;
		text-align: center !important;
		order: 1;
	}

	.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
	}
	.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
		padding: 10px 15px;
		background: #000 !important;
		font-size: 14px !important;
		display: inline-block;
		margin-top:8px;
		float: none;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 30px 20px;
	}
	fieldset .form-row-left, fieldset .form-row-right {
		width: 100%;
	}

	.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
		font-size:16px;
	}
	h1.product_title.entry-title {
		margin-top: 10px;
	}
	
}
/* End my-account */

/* wishlist page in css */

.woocommerce-wishlist .wishlist-title.wishlist-title-with-form {
    display: none;
}
.woocommerce-wishlist h1.titlebar {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
}
.woocommerce-wishlist h1.titlebar:before{
	content:'My';
	padding-right:8px;
}
.woocommerce-wishlist table.shop_table thead th,
.woocommerce-wishlist .shop_table thead {
    background: #1b1b1b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
	    border-left: none;
    border-right: none;
}
.woocommerce table.shop_table td {
    font-size: 16px;
}
.woocommerce-wishlist .shop_table thead .product-add-to-cart,
.woocommerce-wishlist .shop_table thead .product-price,
.woocommerce-wishlist .shop_table thead .product-stock-status{
	text-align:center
}
.wishlist_table .product-add-to-cart a{
	border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
	display:inline-block;
    border-radius: 3px !important;
    text-transform: uppercase;
}
.wishlist_table .product-add-to-cart a.loading{
	background:var(--primary-color);
}
.wishlist-page-section h2.wp-block-heading {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 24px;
}
.wishlist_table .product-stock-status span.wishlist-in-stock{
	color:var(--primary-color);
}
.wishlist_table .product-add-to-cart span.dateadded {
    display: block;
    font-size: 14px;
}
.wishlist_table .product-add-to-cart a {
    border: 1px solid #000;
    color: #333;
    padding: 8px 20px;
    border-radius: 5px !important;
    text-transform: uppercase;
    display: inline-block !important;
    margin-top: 13px !important;
    font-size: 14px;
}

.wishlist_table .product-add-to-cart a.button {
    padding: 10px 19px!important;
    background: none !important;
    color: #000 !important;
}
.wishlist_table .product-add-to-cart a:hover{
	background:#000 !important;
	color:#fff !important;
}
.wishlist-items-wrapper a.remove.remove_from_wishlist {
    --size: 28px;
    width: var(--size);
    height: var(--size);
    background: red;
    color: #fff !important;
    font-weight: 200;
    line-height: var(--size);
}
@media screen and (max-width:1024px){
	ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
		display: flex;
		flex-wrap: wrap;
	--gap: 21px;
		gap: var(--gap);
	}

	ul.shop_table.cart.wishlist_table li {
    	flex: 0 0 calc(var(--size) - var(--gap));
		max-width: calc(var(--size) - var(--gap));
		--size: 33.33333%;
		background: #f7f7f7;
		padding: 45px 20px 20px;
		position: relative;
		border-radius: 6px;
		margin:0;
		overflow: hidden;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}

	ul.shop_table.cart.wishlist_table li .product-remove a {
		--size: 24px;
		width: var(--size);
		height: var(--size);
		background: #ed1313;
		display: inline-block;
		text-align: center;
		line-height: var(--size);
		color: #edebeb;
		position: absolute;
		top: 10px;
		font-size: 9px;
		right: 15px;
		border-radius: 50%;
	}

	ul.shop_table.cart.wishlist_table li .product-name a {
		color: #000;
		text-decoration: none;
		font-size: 16px;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
		display: block;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.wishlist_table.mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
		margin: 0 ;
		padding: 0;
	}
		.wishlist_table.images_grid li .item-details h3,
	.wishlist_table.mobile li .item-details h3,
	.wishlist_table.modern_grid li .item-details h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.wishlist_table.mobile .additional-info-wrapper table.additional-info span.wishlist-in-stock {
		font-weight: 500;
		color: var(--primary-color);
	}
	.wishlist_table.images_grid li .item-details table.item-details-table,
	.wishlist_table.mobile li .item-details table.item-details-table, 
	.wishlist_table.mobile li table.additional-info, 
	.wishlist_table.modern_grid li .item-details table.item-details-table,
	.wishlist_table .additional-info-wrapper table.additional-info,
	.wishlist_table.mobile li .item-wrapper .product-thumbnail a,
	.wishlist_table.mobile li .item-wrapper{
		width:100%;
	}
	.wishlist_table.mobile li .item-wrapper,
	.wishlist_table.mobile li .item-wrapper .product-thumbnail a {
		display: block;
	}
	.wishlist_table.mobile > li{
		-webkit-box-flex:0;
		    -ms-flex:0 0 calc(50% - 30px);
		        flex:0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
		background:#f6f6f6;
		margin:0 15px 30px;
		padding:15px;
		position:relative;
		-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail img.attachment-woocommerce_thumbnail {
		width: 100%;
		display: block;
		height:300px;
		-o-object-fit:cover;
		   object-fit:cover;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
		display: block;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.wishlist_table.mobile li .item-wrapper .item-details {
		display:block;
		width: 100%;
		vertical-align: top;
	}
	.wishlist_table.images_grid li .item-details table.item-details-table td,
	.wishlist_table.mobile li .item-details table.item-details-table td,
	.wishlist_table.mobile li table.additional-info td,
	.wishlist_table.modern_grid li .item-details table.item-details-table td{
		font-size:14px;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove {
		font-size: 13px;
		position: absolute;
		top: -4px;
		right: -11px;
		text-align: center;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
		border-radius: 50%;
		color: #fff;
		width: 35px;
		height: 35px;
		line-height: 38px;
		background: var(--primary-color);
		display:inline-block;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove a:hover{
		background:var(--secondary-color);
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove a i:before {
		content: '\e90f';
		font-family: 'icomoon';
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail img.attachment-woocommerce_thumbnail{
		    height: 200px;
	}
}
@media screen and (max-width:767px){
	ul.shop_table.cart.wishlist_table li{
		--size: 50%;
	}
	.wishlist_table.mobile > li{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
   		max-width: 100%;
		margin:0 0px 48px
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove {
		top: -3px;
		right: -6px;
	}
}

@media screen and (max-width:575px){
	ul.shop_table.cart.wishlist_table li{
		--size: 50%;
	}
}

/* End Wishlist page in css */

/* Order page in product css */
.woocommerce-order {
    padding: 70px 0;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0;
}

.woocommerce ul.order_details li strong {
    font-weight: 600;
    margin-top: 8px;
    color: #000;
	font-size:14px;
}

.woocommerce ul.order_details li {
    color: #777;
}

.woocommerce-order .container .container {
    padding: 0;
}

.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #000;
}
/* Order page in product css */

.woocommerce nav.woocommerce-pagination ul{
	list-style:none;
	margin:30px -3px 0 ;
	padding:0;
	border:none !important;
}
.search-page-section ul.page-numbers{
	margin-top:10px;
}
.woocommerce nav.woocommerce-pagination ul > li {
    display: inline-block;
	padding-left:3px;
	border-right:none;
	padding-right:3px
}
.woocommerce nav.woocommerce-pagination ul > li > a,
.woocommerce nav.woocommerce-pagination ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #323232;
	font-size:14px;
    text-decoration: none;
	border-radius:5px;
    background: none;
    border: 1px solid #ccc;
}
.woocommerce nav.woocommerce-pagination ul > li > a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul > li > a.next.page-numbers{
	background: #fff;
    border: 1px solid #ddd;
}
.woocommerce nav.woocommerce-pagination ul a span {
    padding: 0;
}
.woocommerce nav.woocommerce-pagination ul > li > a.prev.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul > li > a.next.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul .page-numbers.current:hover {
    color: #fff;
    background: #323232;
	border-color: #323232;
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
	border-color: #323232;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers:hover {
    text-decoration: none;
}


@media screen and (max-width:1024px){
  
    *#dm *.p_hfcontainer div.u_1616072020 {
        width: calc(100% - 228px) !important;
    }
}
@media screen and (max-width:991px){
    .l-r-product-lists li.listItem {
        width: 50% !important;
    }
}
@media screen and (max-width:768px){
   
    .l-r-product-lists a.biglink.clearfix{
        flex-wrap:wrap;
    }
    .l-r-product-lists a.biglink.clearfix > *{
        flex:0 0 100%;
    }
}
@media screen and (max-width:575px){
   	
    *#dm *.dmInner div.dmFooter {
        padding-top: 0 !important;
    }
    body #dm .category-title h3 span,
    body #dm .category-title h3{
        font-size:36px !important;
    }
    body #dm .dmPhotoGallery.newPhotoGallery.text-layout-fixed li.photoGalleryThumbs .caption-container {
        position: static !important;
    }
    .dmform-wrapper form#\31 393941092 {
        margin: 0;
    }
}


