/*===========General Settings==========*/
/* .variation-radios {
    display: none;
} */

body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
button,
input {
    font-family: 'Heebo', sans-serif;
}

body,
p {
    font-size: 16px;
}

div {
    box-sizing: border-box;
}

.post,
.page {
    margin: 0;
}

section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

button {
    background: var(--primary);
    transition: ease-in-out 0.4s;
    border-radius: 25px;
    border: 0;
}

button:before {
    content: "";
    background: var(--secondary);
    transition: ease-in-out 0.4s;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
}

button:hover:before {
    width: 100%;
}

a:focus,
button:focus {
    outline: unset;
}

a:focus-visible,
button:focus-visible {
    outline: 1px solid #000;
}

a {
    text-decoration: none;
    transition: ease-in-out 0.4s;
}

p a {
    color: var(--primary);
}

p {
    margin-bottom: 0.7em;
    margin-top: 0;
}

.rtl .left-side {
    text-align: left;
}

.left-side {
    text-align: right;
}

ul,
ol {
    margin: 0;
    padding: 0;
    padding-inline-end: 20px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 19px;
}

.f-24 {
    font-size: 20px;
}

.f-28 {
    font-size: 24px;
}

.f-36 {
    font-size: 32px;
}

h1 {
    font-size: 2.8rem;
    color: var(--text);
}

h2 {
    font-size: 25px;
    color: var(--secondary)
}

/*===========Grid=========*/
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.container {
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
}

.container.wide {
    max-width: 100%;
}

.container.wider {
    max-width: 1520px;
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-2 {
    flex: 0 0 16.67%;
    max-width: 16.66%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-5 {
    flex: 0 0 41.67%;
    max-width: 41.67%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}

.col-8 {
    flex: 0 0 66.67%;
    max-width: 66.67%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

/*========== Header ============*/
#top-bar {
    z-index: 1;
    position: relative;
}

#top-bar .row.d-flex {
    height: 50px;
    align-items: center;
}

.nav-top-menu ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.social-links i[class^=fa-] {
    color: var(--primary);
    font-style: normal;
    margin-inline-start: 10px;
}

.social-links:hover {
    color: var(--secondary);
}

.nav-top-menu li a {
    color: var(--cta);
    font-size: 14px;
    margin-inline-end: 20px;
}

.nav-top-menu li a:hover {
    color: var(--primary);
}

#masthead {
    background: #FFF;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.10);
}

#masthead .container {
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
}

#masthead.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 11;
}

.nav-block {
    justify-content: end;
    align-items: center;
}

.search-wrap {
    position: relative;
    border-radius: 25px;
    border: 1px solid #CDCDCD;
    overflow: hidden;
    max-width: 240px;
}

.search-btn-wrap {
    flex: 0 0 35px;
    position: relative;
    text-align: center;
}

.search-btn-wrap input#searchsubmit {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 0;
    background: rgba(0, 0, 0, 0);
}

.search-btn-wrap .custom-search {
    transition: ease-in-out 0.4s;
    vertical-align: bottom;
}

.search-btn-wrap:hover .custom-search {
    color: var(--primary);
    cursor: pointer;
}

.search-form input#s {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
    border: 0;
}

div#primary-menu a {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary);
    margin-inline-end: 25px;
}

.search-form {
    margin-inline-end: 15px;
}

a.delete_item {
    font-size: 0;
}

#breadcrumbs {
    display: flex;
    justify-content: flex-end;
    padding: 25px 0;
    color: var(--cta);
    font-size: 14px;
}

#breadcrumbs a {
    color: var(--cta);
}

#breadcrumbs a:hover {
    color: var(--primary);
}

.wishlist-count .fa-heart-o:before {
    display: inline-block;
    color: var(--primary);
    font-size: 22px;
    margin-inline-end: 5px;
}

span.yith-wcwl-items-count {
    margin-inline-end: 20px;
    display: block;
}

span.yith-wcwl-items-count i,
.mini-cart-header .dropdown-back {
    display: flex;
    align-items: center;
    color: var(--text);
    font-family: 'Heebo';
}

span.yith-wcwl-items-count i::before {
    font-family: "Font Awesome 6 Free";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
	    content: "\f08a";
}
.wishlist-title.wishlist-title-with-form h2 {
    display: none;
}
.mini-cart-header svg {
    color: var(--primary);
    width: 25px;
    height: 24px;
    margin-inline-end: 5px;
}

.main-navigation .btn-link-menu a {
    background: var(--primary);
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 40px !important;
    height: 40px !important;
}

.main-navigation .btn-link-menu a:hover {
    background: var(--secondary);
}

.main-navigation a {
    margin-inline-end: 15px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
}

.main-navigation ul {
    align-items: center;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: var(--primary);
}

.woocommerce div.product div.images .flex-control-thumbs {
    min-width: 100%;
}

.mega-sub-menu ul.products {
    position: static;
}

ul.product.search-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    grid-gap: 30px;
    padding: 0 0 70px;
}

.mega-menu li.type-product {
    width: 100% !important;
}

.woocommerce-page .mega-menu ul.products li.product {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.mega-sub-menu ul.products {
    position: static;
    margin: 0;
    box-shadow: unset;
    padding: 0;
    width: 100%;
}

.mega-sub-menu .products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
.woocommerce .mega-sub-menu .products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 250px !important;
}

.mega-menu-column {
    border-right: 1px solid #c3c3c3 !important;
}

.mega-menu-column:first-child {
    border-right: 0 !important;
}

.main-navigation ul ul a.add_to_wishlist {
    width: auto;
}

a.mega-menu-link {
    line-height: 80px !important;
    height: 80px !important;
}

body .main-navigation ul ul.mega-sub-menu a.mega-menu-link {
    line-height: 1.5 !important;
    height: auto !important;
    font-size: 20px;
}

body .main-navigation ul ul.mega-sub-menu {
    max-width: 1470px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

body .main-navigation ul ul.mega-sub-menu ul.mega-sub-menu {
    box-shadow: unset !important;
}
.brand a {
    display: flex;
    align-items: center;
}
.term-description {
    text-align: center;
    max-width: 800px;
    margin-inline: auto;
}
a.brand-img {
    display: block;
    max-width: 145px;
}


/*=============== Footer =============== */
#newsletter {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 70px 0;
}

#newsletter .container {
    position: relative;
}

/* #newsletter:before {
    background: rgba(255, 255, 255, 0.65);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

span.text-before-newsletter {
    font-size: 23px;
    color: var(--primary);
    font-weight: 500;
}

h2.title-newsletter {
    color:#fff;
    font-size: 45px;
    margin: 0 0 25px;
    font-weight: 800;
}
#newsletter .wpcf7-acceptance label{
	color: #fff;
}
#newsletter .wpcf7-acceptance input[type=checkbox]{
	border-color:#fff;
}
.newsletter {
    width: 610px;
    display: flex;
    flex-wrap: wrap;
}

:lang(he-IL) form.wpcf7-form {
    direction: rtl;
}

#newsletter .wpcf7 input#your-email {
    width: 460px;
    border-radius: 25px;
    border-color: #cdcdcd;
    height: 40px;
    direction: rtl;
    padding: 0 15px;
}

.btn-submit-form input {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    padding-inline-end: 20px;
    cursor: pointer;
    transition: ease 0.4s;
}


.btn-submit-form {
    background: var(--primary) url(/wp-content/themes/web3d-shops/images/arrow-btn.svg)no-repeat 35px 16px / 17px;
    border-radius: 20px;
    width: 135px;
    height: 40px;
    margin-inline-start: 15px;
    cursor: pointer;
    transition: ease 0.4s;
}

.btn-submit-form:hover {
    background: var(--secondary) url(/wp-content/themes/web3d-shops/images/arrow-btn.svg)no-repeat 20px 16px / 17px;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.wpcf7-acceptance label {
    position: relative;
    cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 20px;
    height: 20px;
    top: 0;
    inset-inline-start: 0;
}

.wpcf7-acceptance input[type=checkbox]+span {
    /* border: 3px solid red; */
}

.wpcf7-acceptance input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 20px;
    width: 20px;
    top: 2px;
    inset-inline-start: 0px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.wpcf7-acceptance input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 20px;
    width: 20px;
    top: 2px;
    inset-inline-start: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    top: 3px;
}

.wpcf7-acceptance input[type=checkbox]:checked+span:before {
    background: transparent;
}

.wpcf7-acceptance input[type=checkbox]:checked+span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-inline-start: 40px;
    display: inline-block;
}

.wpcf7-not-valid-tip {
    font-size: 0.8em;
    position: absolute;
}

span.wpcf7-form-control.wpcf7-acceptance.optional {
    margin-top: 20px;
    display: block;
}

h3.title-footer,
label.footer-newsletter {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

label.footer-newsletter {
    margin: 1em 0 10px;
}

.menu-footer ul {
    list-style: none;
}

.menu-footer ul li.menu-item a {
    color: #fff;
}

.menu-footer .contact-line,
.menu-footer .contact-line a {
    font-size: 16px;
    color: #fff;
}

.menu-footer ul li {
    margin-bottom: 6px;
}

.menu-footer.col-2 {
    flex: 0 0 15%;
    max-width: 15%;
}

.menu-footer.col-2.column-1,
.menu-footer.col-2.column-6 {
    flex: 0 0 20%;
    max-width: 20%;
}

input#news-email {
    width: 100%;
    direction: rtl;
    border-radius: 20px;
    padding: 5px 15px;
}

.input-email-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    max-width: 240px;
}

.newsletter-footer .btn-submit-form {
    width: 27px;
    height: 27px;
    padding: 0;
    background-position: 5px;
    position: absolute;
    left: 3px;
    top: 3px;
}

.newsletter-footer .btn-submit-form input {
    font-size: 0;
}

.images-f-block {
    margin: 25px 0;
    justify-content: space-between;
    align-items: center;
}

.menu-footer.col-2.column-1 {
    padding-top: 25px;
}

.menu-footer .social-links .f-18 {
    font-size: 26px;
}

.menu-footer .social-links {
    margin-top: 15px;
}

/*=============  Product =============*/
.product-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
	box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.10);
}

.product-img-wrap a {
    display: inline-block;
}

.yith-wcwl-add-button {
    width: 38px;
    height: 38px;
    background: #fff;
    /*#fff;*/
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.10));
}

.product-img-wrap a.woocommerce-loop-product__link {
    display: flex;
    width: 100%;
}

.product-img-wrap .yith-wcwl-add-button i {
    font-size: 17px;
    color:var(--primary);;
    /*var(--primary);*/
}
.woocommerce-message:has(.custom-add-to-cart-message)::before {
    display: none;
}
.woocommerce #primary ul.products li.product span.onsale,
li.product span.onsale,
#primary .woocommerce ul.products li.product span.onsale,
.woocommerce .mega-menu ul.products li.product .onsale {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background:  var(--primary);
    padding: 3px 22px;
    border-radius: 20px;
    font-size: 16px;
    color:#fff;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    min-height: unset;
    min-width: unset;
    top: auto;
    left: auto;
    z-index: 0;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
li.product h2.woocommerce-loop-product__title,
.woocommerce .mega-menu ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 18px;
    text-align: center;
    color: var(--secondary);
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce ul.products li.product span.price,
li.product span.price,
.woocommerce .mega-menu ul.products li.product span.price {
    display: flex;
    flex-direction: row-reverse;
    color: var(--primary);
    font-weight: 600;
    justify-content: center;
    font-size: 18px;
}

.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
#primary .woocommerce ul.products li.product a img,
.woocommerce #primary ul.products li.product a img,
body.woocommerce #primary ul.products li.product a img,
.woocommerce .mega-menu ul.products li.product a img,
.search-results .search-page li.product a img {
    height: 372px !important;
    object-fit: contain;
    border-radius: 20px;
    width: 100%;
    margin: 0;
}

.price-wrapper {
    display: flex;
    justify-content: center;
}

.single-product button.single_add_to_cart_button.button.alt {
    background-color: var(--cta);
}

.price del {
    opacity: 1 !important;
}

del {
    text-decoration-color: #CDCDCD;
    margin-inline-start: 5px;
}

.price del bdi {
    color: #CDCDCD;
}

.shops-icon.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}

.icon-image-shop {
    background: var(--primary);
    width: 52px;
    height: 45px;
    margin: 0 auto 10px;
}

a.web3d_single_add_to_cart_button,
.product-img-wrap .add_to_cart_button:not(.custom_add_to),
#primary .woocommerce ul.products li.product .button:not(.custom_add_to),
.woocommerce #primary ul.products li.product .button:not(.custom_add_to),
.woocommerce .mega-menu ul.products li.product .button:not(.custom_add_to) {
    position: absolute;
    bottom: -45px;
    left: 0;
    background: var(--secondary);
    width: 100%;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding: 0;
}

.web3d_single_add_to_cart_button:hover,
.product-img-wrap .add_to_cart_button:not(.custom_add_to):hover {
    background: var(--secondary);
}

.product.type-product:hover a.web3d_single_add_to_cart_button,
.product.type-product:hover .product-img-wrap .add_to_cart_button:not(.custom_add_to),
#primary .woocommerce ul.products .product.type-product:hover .button:not(.custom_add_to),
.woocommerce #primary ul.products li.product.type-product:hover .button:not(.custom_add_to),
.woocommerce .mega-menu ul.products li.product.type-product:hover .button:not(.custom_add_to) {
    bottom: 0;
}

.custom_btn_add_loop a.custom_add_to,
.woocommerce ul.products li.product .button.custom_add_to {
    -webkit-mask: url(/wp-content/themes/web3d-shops/images/add_to_cart.svg) no-repeat center;
    mask: url(/wp-content/themes/web3d-shops/images/add_to_cart.svg) no-repeat center;
    background-color:var(--primary);
    /*var(--primary);*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.custom_btn_add_loop a.custom_add_to:hover {
    background-color: var(--secondary);
}

.add-to-cart.custom_btn_add_loop {
    position: absolute;
    background:#fff;
    /*#fff;*/
    width: 38px;
    height: 38px;
    border-radius: 50%;
    inset-inline-end: 10px;
    inset-block: 60px;
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.10));
}
#brands{
	background: #F2F2F2;
	padding:3rem;
	& h2 {
		margin:0 0 2rem;
		text-align:center;
	}
}
.brands {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
	gap:1rem;
}
/* .brands  .swiper-wrapper {
  flex-wrap: wrap;
} */

.brands .img-wrapper {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 0px 20.2px 0px rgba(0, 0, 0, 0.07);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px;
}

/*=====Header mini cart===========*/
.dropdown-menu-mini-cart {
    display: none;
    position: absolute;
}

.mini-cart-header {
    position: relative;
}

/* .mini-cart-header:hover .dropdown-menu-mini-cart.active-mini {
    display: block;
} */
.dropdown-menu-mini-cart.active-mini {
    display: block;
}

.dropdown-menu-mini-cart .widget_shopping_cart_content {
    width: 440px;
    padding: 20px;
}

.custom_btn_add_loop a.added_to_cart.wc-forward {
    display: none;
}

.custom_btn_add_loop a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: none;
}

.dropdown-menu.dropdown-menu-mini-cart {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    z-index: 2;
    inset-inline-end: 0;
    z-index: 11;
    margin-top: 30px;
}

.menu-footer .wpcf7-response-output {
    color: #fff;
}

/*=========Home Page==========*/
#first-strip {
    height: calc(100vh - 130px);
    max-height: 850px;
}

#first-strip .main-title {
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 1;
}

#first-strip .sub-title {
    font-size: 32px;
    color: var(--primary);
    font-weight: 400;
    margin: 1rem 0 0;
    line-height: 1.1;
    max-width: 80%;
}

.mobile-image {
    display: none;
}

.before-main-title {
    color: var(--primary);
    font-size: 23px;
    font-weight: 400;
}

.main-title-wrap {
    padding-top: 13vh;
}

a.main-btn:after {
    content: "";
    background: url(/wp-content/themes/web3d-shops/images/arrow-btn.svg)no-repeat center center / cover;
    width: 22px;
    height: 11px;
    display: inline-block;
    margin-inline-start: 11px;
    /* transition: ease-in-out 0.4s; */
}

a.main-btn {
    padding: 17px 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 35px;
    display: inline-block;
    margin-top: 25px;
    min-width: 210px;
}

a.main-btn:hover {
    background: var(--secondary);
    transition: ease-in-out 0.4s !important;
}

a.main-btn:hover:after {
    animation: 0.5s SlideLeft forwards;
}

@keyframes SlideLeft {
    from {
        margin-inline-start: 11px;
    }

    to {
        margin-inline-start: 16px;
    }
}

#best-sellers .container {
    padding: 20px 35px 55px;
/*     border-radius: 50px; */
	border-radius: 200px;
    background: #fff;
    margin-top: -27vh;
    text-align: center;
    box-shadow: 0px 4px 29px -2px rgba(0, 0, 0, 0.10);
	border: 7px solid var(--primary);
}
#order_info small.tax_label {
    display: none;
}
.cart-subtotal small.tax_label {
	display: inline-block;
}
#best-sellers {
    margin-bottom: 100px;
}

.best-sellers-wrap .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
	    padding: 0;
}

.cats-wrapper.grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.cat_image a {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    height: 25vw;
}

.cat_image a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.4s;
}

.cat_item:hover a img {
    transform: scale(1.05);
}

.cat_item:hover h3.cat_name span {
    color: var(--secondary);
}

h3.cat_name {
    margin: 15px 0;
    text-align: center;
    color: var(--primary);
}

h3.cat_name span {
    color: var(--primary);
    line-height: 1.2;
    transition: ease-in-out 0.4s;
}

h3.cat_name .span-text {
    display: block;
    font-weight: 400;
}
.about-text p {
    width: 100%;
}
.col-6.about-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

section#about {
    margin: 79px 0;
    background: var(--secondary);
}
section#about h2{
	color:var(--main);
}
#about:not(.about-page) .about-text{
	color:#fff;
}
.about-text p {
    width: 100%;
}
.about-img {
    max-height: 740px;
}

.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

h2.about-title {
    font-size: 48px;
    margin-bottom: 0;
    margin-top: 0;
}

.about-text .inner-about {
    max-width: 605px;
    margin-inline-end: 150px;
}

.page-template-about-page .about-text .inner-about {
    max-width: 575px;
    margin-inline-end: 120px;
}

.about-text .before-about {
    color: var(--primary);
}

a.theme-btn {
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    border-radius: 30px;
    padding: 10px 40px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}

a.theme-btn:after {
    content: "";
    background: url(/wp-content/themes/web3d-shops/images/arrow-btn.svg)no-repeat center center / cover;
    width: 0;
    height: 8px;
    transition: ease-in-out 0.4s;
    display: inline-block;
}

a.theme-btn:hover {
    background: var(--secondary);
    transition: ease-in-out 0.4s !important;
}

a.theme-btn:hover:after {
    width: 18px;
    margin-inline-start: 10px;
}

.shop-icon-item {
    box-shadow: 0px 4px 29px -2px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
}

.icon-shop-title {
    margin: 10px 0;
}

#newest-products .container {
    padding: 0 50px;
}

section#newest-products {
    margin-bottom: 100px;
}

#newest-products h2.best-sellers-title {
    text-align: center;
    margin-bottom: 35px;
}

section#google-reviews-section {
    margin-bottom: 70px;
}

.instagram-section {
    background: var(--bg);
    padding: 45px 0 80px;
    text-align: center;
}

.instagram-icon svg.bi.bi-instagram {
    width: 31px;
    height: 31px;
    fill: var(--primary);
}

h2.insta-title,
h2.insta-title a {
    direction: ltr;
    margin: 0 0 25px;
    color: var(--secondary);
}

.instagram-section .container {
    padding: 0 100px;
}

.insta-feeds.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}

.insta-feeds.grid div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#icons-section .container {
    padding: 100px 0;
}

.home #icons-section .container {
    border-bottom: 0;
    margin-bottom: 0;
}

#google-reviews-section h2 {
    text-align: center;
    margin-top: 0;
}

.name-review {
    display: grid;
    grid-template-areas: 'letter name logo';
    grid-template-columns: 50px 1fr 40px;
}

#google-reviews .swiper-slide {
    border: 0;
    border-radius: 20px;
    padding: 0 10px;
    height: auto;
}

#google-reviews .review {
    border: 1px solid #CDCDCD;
    height: 100%;
    border-radius: 20px;
    padding: 25px 35px;
}

#google-reviews span.first-letter {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 30px;
    text-transform: uppercase;
}

.name-date-review {
    display: flex;
    flex-direction: column;
    padding-inline-start: 20px;
    justify-content: center;
    line-height: 1.3;
}

.time-review {
    font-size: 15px;
    color: var(--cta);
}

.star-rating svg {
    width: 19px;
    height: 19px;
    fill: #CDCDCD;
}

.all-stars {
    margin: 15px 0;
}

.rating-5 .star-rating svg {
    fill: #F28E46;
}

.rating-4 .star-rating:nth-child(1) svg,
.rating-4 .star-rating:nth-child(2) svg,
.rating-4 .star-rating:nth-child(3) svg,
.rating-4 .star-rating:nth-child(4) svg {
    fill: #F28E46;
}

.rating-3 .star-rating:nth-child(1) svg,
.rating-3 .star-rating:nth-child(2) svg,
.rating-3 .star-rating:nth-child(3) svg {
    fill: #F28E46;
}

.rating-2 .star-rating:nth-child(1) svg,
.rating-2 .star-rating:nth-child(2) svg {
    fill: #F28E46;
}

.rating-1 .star-rating:nth-child(1) svg {
    fill: #F28E46;
}

#google-reviews {
    padding: 0 60px;
}

#google-reviews .swiper-button-next,
#google-reviews .swiper-button-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    color: var(--cta);
    border-radius: 50%;
    border: 1px solid var(--cta);
}

#google-reviews .swiper-button-next:after,
#google-reviews .swiper-button-prev:after {
    font-size: 15px;
}

/*========== About page =================*/
section#about.about-page {
    margin: 0;
    background: #fff;
    padding-bottom: 50px;
}

.about-page .about-text {
    justify-content: flex-start;
}

h1.title-about {
    margin: 0;
}

section.gallery-about {
    background: var(--bg);
    padding: 80px 0;
}

section.gallery-about h2 {
    text-align: center;
}

.about-text .contact-details {
    padding: 30px;
    margin: 25px 0;
    border-radius: 20px;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.10);
}

.contact-line {
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.contact-line svg {
    color: var(--primary);
}

.contact-line span {
    margin-inline-end: 15px;
}

.contact-line svg {
    color: var(--primary);
    vertical-align: middle;
    min-height: 18px;
    width: auto;
}

.controller-nav .swiper-button-next,
.controller-nav .swiper-button-prev {
    display: flex;
    position: static;
    width: 35px;
    color: var(--cta);
    border-radius: 50%;
    border: 1px solid var(--cta);
    height: 35px;
    margin-top: 0;
    margin: 0 10px;
}

.controller-nav .swiper-button-next:after,
.controller-nav .swiper-button-prev:after {
    font-size: 15px;
}

.controller-nav .swiper-button-next:hover,
.controller-nav .swiper-button-prev:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.controller-nav {
    display: flex;
    justify-content: center;
    direction: ltr;
    padding: 25px 15px 0;
}

a.gallery-img {
    height: 24.5vw;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

a.gallery-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*=========== Cart page =================*/
h1.cart-title {
    text-align: center;
    margin: 0 0 50px;
}

.cart_totals {
    background: #F6F6F6;
    border-radius: 20px;
    padding: 35px 60px;
}

.cart_totals h2 {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
}

.woocommerce .cart_totals .shop_table tr th {
    font-size: 19px;
    font-weight: 500;
    color: var(--text);
    border-inline-end: 1px solid #cdcdcd;
}

.woocommerce-cart #primary .cart-collaterals .cart_totals tr td,
.woocommerce .cart_totals .shop_table tr th {
    border-top: 1px solid #cdcdcd;
}

.woocommerce-cart #primary .cart-collaterals .cart_totals tr:first-child td,
.woocommerce .cart_totals .shop_table tr:first-child th {
    border-top: 0;
}

.woocommerce .cart_totals .shop_table tr:last-child th {
    border-bottom: 0;
}

#primary .woocommerce table.shop_table {
    border: 0;
}

body.woocommerce-cart #primary .wc-proceed-to-checkout a.checkout-button.alt {
    background: var(--primary) url(/wp-content/themes/web3d-shops/images/arrow-btn.svg)no-repeat 19px 22px / 22px;
    border-radius: 38px;
    width: auto;
    height: 55px;
    margin: 0 auto !important;
    cursor: pointer;
    transition: ease 0.4s;
    color: #fff;
    padding: 0 20px 0 52px;
    line-height: 57px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500 !important;
}

body.woocommerce-cart #primary .wc-proceed-to-checkout a.checkout-button.alt:hover {
    background: var(--secondary) url(/wp-content/themes/web3d-shops/images/arrow-btn.svg)no-repeat 14px 22px / 22px;
}

.wc-proceed-to-checkout {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 0;
}

.cart_totals bdi {
    color: var(--primary);
    font-size: 17px;
    font-weight: 500;
}

ul#shipping_method input {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 22px;
    height: 22px;
    border: 0.08em solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul#shipping_method input:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary);
    display: table-cell;
}

ul#shipping_method input:checked:before {
    transform: scale(1);
}

body .woocommerce ul#shipping_method li input {
    margin-top: 0;
}

.woocommerce ul#shipping_method li {
    display: flex;
    align-items: center;
    margin: 0 0 1em;
}

.woocommerce .cart_totals .shop_table tr th {
    width: 175px;
}

.woocommerce-cart #primary .cart-collaterals .cart_totals tr td,
.woocommerce-cart #primary .cart-collaterals .cart_totals tr th {
    padding: 20px 28px;
    line-height: 1;
}

.woocommerce-cart #primary .cart-collaterals .cart_totals tr th {
    padding-inline-start: 0;
}

.woocommerce ul#shipping_method li label {
    color: var(--cta);
    font-size: 17px;
    font-weight: 900;
}

p.woocommerce-shipping-destination {
    color: var(--cta);
    font-weight: 400;
}

a.shipping-calculator-button:after {
    display: none;
}

a.shipping-calculator-button {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
}

tr.order-total th,
tr.order-total td {
    font-size: 22px;
    font-weight: 700;
}

.form-cart-wrapper {
    margin: 0 -30px 65px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.10);
    padding: 50px 75px;
}

.woocommerce-cart table.cart td.product-thumbnail img {
    width: 170px;
    height: 135px;
    object-fit: cover;
}

.woocommerce-cart-form thead {
    display: none;
}

td.product-name a {
    font-size: 20px;
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-cart main#primary {
    margin-bottom: 60px;
}

.cross-sells li.product.type-product {
    margin-bottom: 0 !important;
}

.cross-sells {
    padding-top: 20px;
}

.post-9 {
    border-radius: unset;
    box-shadow: unset;
}

form.woocommerce-cart-form {
    border-radius: 25px;
    padding: 15px 55px 0;
    box-shadow: 0 4px 29px rgba(0, 0, 0, 0.18);
    margin-bottom: 50px;
}

.woocommerce a.remove {
    font-size: 1.5em;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: var(--primary) !important;
    font-weight: normal;
    border: 1px solid #cdcdcd;
    padding: 0;
    float: left;
}

.woocommerce table.shop_table td.product-remove {
    padding-left: 0 !important;
}

.woocommerce table.shop_table td.product-thumbnail {
    width: 161px;
    padding-inline-start: 0 !important;
    padding-inline-end: 30px !important;
    box-sizing: border-box;
}

.woocommerce table.shop_table td.product-name {
    width: 32%;
}

.woocommerce table.shop_table td.product-subtotal {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    text-align: center;
}

.woocommerce table.shop_table td.product-quantity {
    text-align: center;
}

.woocommerce table.shop_table td.product-price {
    text-align: center;
    font-size: 22px;
    color: var(--text);
}

/* Chrome, Safari, Edge, Opera */
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.woocommerce .quantity input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce .quantity .qty {
    width: 65px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    border-radius: 0;
    border-color: #CDCDCD;
    height: 42px;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce table.shop_table div.quantity {
    display: flex;
}

.quantity button {
    width: 36px;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    height: 42px;
    padding: 0;
    border: 1px solid #cdcdcd;
    line-height: 1;
}

button.minus {
    border-radius: 0 50% 50% 0;
    border-left: 0;
}

button.plus {
    border-radius: 50% 0 0 50%;
    border-right: 0;
}

.cross-sells h2 {
    text-align: center;
}

.woocommerce table.shop_table tr:first-child td,
.woocommerce table.shop_table tr:last-child td {
    border-top: 0;
}

.woocommerce table.shop_table td {
    padding: 30px 12px;
}

.woocommerce .cart .button {
    background: var(--primary);
    color: #fff !important;
    border-radius: 30px;
    padding: 14px 25px !important;
    font-size: 17px;
    font-weight: normal;
}

body.woocommerce.single-product .cart .button.custom-checkout-btn {
    background: var(--primary);
    color: #fff !important;
    border-radius: 30px;
    padding: 14px 25px !important;
    font-size: 17px;
    font-weight: normal;
    width: 225px;
    text-align: center;
}

input#coupon_code {
    width: 435px;
    height: 44px;
    margin-inline-end: 15px;
    border-radius: 7px;
    color: var(--text);
    font-size: 17px;
}

input#coupon_code::placeholder {
    color: var(--text);
    opacity: 1;
    font-weight: 500;
}

input#coupon_code::-ms-input-placeholder {
    color: var(--text);
}

h1.woocommerce-products-header__title.page-title {
    text-align: center;
}

/*================ Single Product ==============*/
.woocommerce-notices-wrapper {
    position: relative;
}

body.woocommerce.single span.onsale {
    top: 5rem;
}

.product-info-message {
    display: flex;
    justify-content: space-between;
}

/* .woocommerce-message {
    display: none !important;
} */
.woocommerce-message:has(.custom-add-to-cart-message):before {
    display: none;
}

.custom-add-to-cart-message {
    display: flex;
    flex-direction: column;
}

.woocommerce-message:has(.custom-add-to-cart-message) {
    /* width: 440px;
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    top: -100px;
    border-radius: 20px; */
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    display: none;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    max-height: 65vh;
    overflow-y: auto;
}
.woocommerce-message .custom-add-to-cart-message {
    width: 440px;
    position: absolute;
    z-index: 11;
    inset-inline-end: 0;
    top: -100px;
    background: #fff;
    box-shadow: 0 4px 29px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
    border: 0;
    padding: 15px 29px;
}

span.cart-count {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-start: 10px;
    background: var(--primary);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.custom-add-to-cart-message .title-info-prod {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #CDCDCD;
}

.title-info-prod>svg {
    fill: #0E9766;
}

span.btn-close-modal {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

p.product-quantity span {
    display: none;
}

p.product-price {
    font-weight: 900;
    color: #000;
    font-size: 18px;
    text-align: end;
    align-self: end;
}

.price-modal {
    align-self: end;
}

.custom-buttons {
    display: flex;
    justify-content: space-between;
}

.custom-buttons a.button {
    width: 185px;
    text-align: center;
    height: 42px;
    padding: 0;
    line-height: 42px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid var(--primary);
}

.custom-buttons a.button.checkout-link.wc-forward {
    background: var(--primary);
    color: #fff;
}

.custom-buttons a.button.wc-forward:hover {
    background: var(--primary);
    color: #fff;
}

.custom-buttons a.button.checkout-link.wc-forward:hover {
    background: #fff;
    color: var(--primary);
}

.custom-buttons a.button.cart-link.wc-forward {
    background: rgba(0, 0, 0, 0);
    color: var(--primary);
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 10;
}

.prod-modal-wrapper {
    display: grid;
    grid-template-columns: 105px 1fr 90px;
    padding-block: 15px;
    gap: 10px;
}

p.product-title {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

span.btn-close-modal svg {
    width: 28px;
    height: auto;
    fill: #5F626D;
}

.custom-add-to-cart-message .product-info-message {
    flex-direction: column;
}

.woocommerce.single-product div.product form.cart::after,
.woocommerce.single-product div.product form.cart::before {
    content: none;
}

.woocommerce.single-product .summary.entry-summary {
    padding-inline-end: 100px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 36%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 58%;
}

.single-product a.web3d_single_add_to_cart_button.button {
    position: static;
}

.single-product .summary.entry-summary {
    margin-top: 0;
}

.single-product div.product p.price {
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--primary);
    font-weight: 800;
}

h1.single-product-title {
    margin: 0 0 1rem;
    line-height: 1;
}

.single-product div.product p.price {
    font-size: 30px;
    margin-bottom: 10px;
}

.title-single-product {
    display: grid;
    grid-template-columns: 1fr 110px;
    margin-inline-end: -100px;
}
.top-categories-wrap h2 {
    text-align: center;
    padding-bottom: 2rem;
}
.product-navigation {
    display: flex;
    flex-direction: row-reverse;
}

.product-navigation a {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid var(--cta);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-inline-start: 5px;
    color: var(--cta);
}

.product-navigation a:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.product_meta span {
    margin-inline-end: 15px;
}

.product_meta span {
    margin-inline-end: 15px;
    font-weight: 700;
    font-size: 15px;
    color: var(--cta);
}

.product_meta span a,
.product_meta span span {
    color: var(--cta);
    font-weight: normal;
}

a.reset_variations {
    display: none !important;
}

.single-product input:checked+label {
    outline: 1px solid var(--primary);
    outline-offset: 1px;
}

.woocommerce-variation-price bdi {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary);
    font-weight: 800;
    display: inline-block;
}

.woocommerce div.product form.cart .variations select {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
}

.variations .variation-radios input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.variations .variation-radios label {
    background-color: #fff;
    padding: 0;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    line-height: 1;
    width: 33px;
    height: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 12px;
    box-shadow: unset;
    padding-block: 3px 0;
}

.variations .variation-radios input[type="radio"]:focus+label,
.variations .variation-radios input[type="radio"]:checked+label {
    background-color: #ECECEC;
}

.variations .variation-radios label:hover {
    background-color: #ECECEC;
}

section#web3d-add-to-cart {
    border-radius: 20px;
    background: #FFF;
    padding: 25px;
    margin: 35px 0;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.10);
}

#web3d-add-to-cart th.label {
    text-align: right;
    width: 95px !important;
    padding-bottom: 1rem;
}

.single-product.woocommerce div.product.product-type-simple form.cart,
.woocommerce-variation-add-to-cart.variations_button {
    margin-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-inline-end: 40px;
    flex-wrap: wrap;
}

.single-product.woocommerce div.product form.cart .button {
    max-width: 225px;
}

.web3d-add-to-cart a.add_to_wishlist.single_add_to_wishlist,
.single-product.woocommerce div.product a.add_to_wishlist.single_add_to_wishlist.button.alt,
.single-product.woocommerce div.product a.delete_item.button.alt {
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    line-height: 43px;
    text-align: center;
    color: var(--primary) !important;
    padding: 0 !important;
    margin: 0;
    flex: 0 0 44px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product form.cart .yith-wcwl-add-to-wishlist {
    margin: 0 !important;
}

.web3d-add-to-cart a.add_to_wishlist.single_add_to_wishlist i,
.single-product.woocommerce div.product a.add_to_wishlist.single_add_to_wishlist.button.alt i {
    margin: 0 auto !important;
    line-height: unset;
    font-size: 1.2rem;
    align-self: center;
}

body.woocommerce span.onsale {
    min-height: unset;
    min-width: 3.236em;
    padding: 0.5rem 1rem;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1em;
    top: 1rem;
    right: 1rem;
    margin: 0;
    border-radius: 25px;
    background-color: #fff;
    color: var(--primary);
    font-size: .857em;
    z-index: 9;
    height: auto;
}

.single-product.woocommerce div.product a.delete_item.button.alt {
    font-size: 0;
}

.single-product.woocommerce div.product a.delete_item.button.alt i {
    font-size: 1.2rem;
    line-height: 44px;
    margin: 0;
}

#web3d-add-to-cart a.view-wishlist,
#web3d-add-to-cart span.separator {
    display: none !important;
}

.single-product .shops-icon.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
}

.single-product .shop-icon-item {
    box-shadow: unset;
    border-radius: 0;
    padding: 25px 15px 10px;
    text-align: center;
    border-left: 1px solid #cdcdcd;
}

.single-product .shop-icon-item:last-child {
    border: 0;
}

.single-product span.shop-icon-description {
    display: none;
}

.single-product .shop-icon-item .icon-shop-title {
    font-size: 16px;
}

.woocommerce-product-gallery__image {
    height: 610px;
    overflow: hidden;
    border-radius: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce div.product div.images img {
    /*display: block;*/
    /*min-width: 100%;*/
    /*height: auto;*/
    /*box-shadow: none;*/
    /*min-height: 100%;*/
    /*object-fit: cover;*/
    
    display: block;
    min-width: auto;
    height: 100%;
    box-shadow: none;
    min-height: auto;
    object-fit: cover;
    max-width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a{
    height: 100%;
    text-align: center;
}
.woocommerce div.product div.images img{
    object-fit: contain;
    max-width: 100%;
    margin: 0 auto !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 10px;
    width: calc(25% - 20px);
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

a.open-description {
    color: var(--primary);
}

.full-description-custom {
    display: none;
}

.woocommerce .star-rating span::before {
    font-family: star;
    color: var(--primary);
}

.woocommerce .star-rating::before {
    content: "SSSSS";
    color: #CDCDCD;
}

li.share-list-item a {
    display: flex !important;
    color: var(--cta);
}

.raiting-share-wrapper {
    display: flex;
}

.share-buttons-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
    margin-inline-end: 20px;
}

.raiting-share-wrapper {
    display: flex;
    align-items: center;
}

.icon_svg {
    margin-inline-end: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.icon_svg svg {
    width: auto;
    height: 20px;
}

.woocommerce-review-link {
    color: var(--cta);
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    margin-inline-start: 5px;
}

.woocommerce .star-rating {
    font-size: 18px;
    height: 18px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 6px 0 0 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 3px solid var(--primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 30px 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 30px 0 90px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    color: var(--cta);
    font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 700;
    color: var(--text);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

section.related.products {
    border-top: 1px solid #cdcdcd;
    margin: 60px 0 30px;
    text-align: center;
    padding-top: 30px;
}

.woocommerce div.product {
    margin-top: 40px;
}

.woocommerce.single-produst span.onsale {
    background: #fff;
    color: var(--primary);
    min-width: unset;
    min-height: unset;
    padding: 0.5em 1.5em;
    line-height: 1;
    border-radius: 20px;
    font-size: 1rem;
    top: 1rem;
    inset-inline-start: 1rem;
}


/*====Shop=====*/
body.filter-sidebar-active:before {
    content: "";
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.filter-sidebar {
    width: 375px;
    transform: translateX(100%);
    transition: ease-in-out 0.5s;
    height: 100vh;
    padding: 34px 26px;
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    background: #FFF;
    z-index: 13;
}

.filter-sidebar-active .filter-sidebar {
    transform: translateX(0);
    box-shadow: -9px 0px 29px 0px rgba(0, 0, 0, 0.30);
    overflow-y: scroll;
}

body.filter-sidebar-active {
    overflow: hidden;
    position: relative;
}

/* .wcapf-filter-inner {
    display: none;
} */
.filter-sidebar-active .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    z-index: 1;
}

button#open-filter-icon {
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    padding: 0;
    float: right;
    height: 25px;
}
form.woocommerce-ordering {
    border-inline-end: 1px solid #CDCDCD;
    padding-inline-end: 8px;
}
span.open-filter-icon-svg {
    color: var(--primary);
    margin-inline-end: 7px;
    margin-top: 3px;
}

.woocommerce-ordering .wcapf-chosen-container.chosen-container-single .chosen-single {
    border: 0;
}

.wcapf-chosen-container.chosen-container.chosen-with-drop .chosen-drop {
    border: 0;
    box-shadow: 0 11px 25px rgba(0, 0, 0, 0.25);
}

.woocommerce .woocommerce-result-count {
    float: left;
    line-height: 20px;
    margin: 0 !important;
}
body .wcapf-chosen-container.chosen-container-single .chosen-single{
    line-height: 20px;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 2em 1em;
}

.filter-sidebar h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 1vh;
}

.wcapf-filter h4.wcapf-filter-title {
    font-size: 16px;
    color: var(--cta);
}

.wcapf-filter {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

body.rtl .wcapf-filter .wcapf-list-wrapper.list-type-native .wcapf-filter-item input[type=checkbox],
body.rtl .wcapf-filter .wcapf-list-wrapper.list-type-native .wcapf-filter-item input[type=radio] {
    border-color: var(--cta);
    border-radius: 4px;
}

.wcapf-reset-filters.wcapf-reset-filters-rf-1 .wcapf-filter {
    border: 0;
    margin: 0;
    margin-inline-end: 0;
    padding: 0;
}

.wcapf-reset-filters.wcapf-reset-filters-rf-1 {
    float: right;
    display: inline-block;
}

button.wcapf-filter-clear-btn.wcapf-btn.wcapf-btn-secondary {
    width: 140px;
    text-align: center;
    background: var(--cta);
    color: #fff;
    border: 0;
    border-radius: 30px;
    height: 44px;
    font-size: 17px;
    margin-inline-end: 40px;
}

button.btn-show-products {
    width: 140px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 30px;
    height: 44px;
    font-size: 17px;
    float: left;
}

.page-template-default main#primary {
    padding-bottom: 60px;
}
.links-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
}
.links-list a,
.brand a{
    color: #000;
}
.links-list a:hover,
.brand a:hover{
    text-decoration: underline;
}
.links-list svg,
.brand svg{
    color: var(--primary);
    width: 25px;
    height: auto;
    margin-left: 10px;
}
/*--------- Multi-Step Checkout ----------*/
.payment-method-wrapper img {
    display: none;
}

.woocommerce-checkout h1 {
    text-align: center;
}

.step {
    display: none;
}

.active-step {
    display: block;
}

button#prev-step-top {
    display: none !important;
}

#web3d-checkout-timeline {
    margin-bottom: 40px;
    display: flex;
    list-style: none;
}

.variation-radios {
    display: flex;
}

ul.rows_navs button {
    background: #fff;
    padding: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    bottom: 44px;
    z-index: 2;
}

ul.rows_navs button:hover {
    background: var(--primary);
    color: #fff;
}

ul.rows_navs button.btn-prev {
    inset-inline-end: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs {
    height: 120px;
    width: calc(150px * 8);
    display: flex;
    min-width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 10px 0 10px 20px !important;
}

ul.rows_navs {
    z-index: 1;
    bottom: 42px;
    width: 100%;
    padding: 0;
    display: flex;
}

ul.rows_navs li {
    /* 	display: inline-block; 
	width: calc(50% * 2);*/
    list-style-type: none;
}

ul.rows_navs li:last-child {
    float: left;
    right: auto;
    margin-right: auto;
}

ul.rows_navs li .fa {
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

ul.rows_navs li .fa:hover,
ul.rows_navs li .fa:focus {
    background-color: rgba(0, 0, 0, 0.8);
}

ul.rows_navs li .fa-arrow-left {
    float: left;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    box-sizing: border-box;
    grid-column-gap: 30px;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div#checkout-wrapper label {
    font-size: 17px;
    color: var(--text);
}

span.woocommerce-input-wrapper {
    height: 46px;
    line-height: 46px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 7px;
    border-color: #cdcdcd;
    height: 46px;
}

.woocommerce #checkout-wrapper form .form-row textarea {
    height: 170px;
    width: 100%;
}

#web3d-checkout-timeline li {
    float: left;
    width: 33.33%;
}

#web3d-checkout-timeline.step-4 li {
    width: 25%;
}

button#prev-step,
button#next-step {
    background: var(--cta);
    color: #fff;
    display: inline-flex;
    border-radius: 30px;
    font-size: 17px;
    font-weight: normal;
    height: 53px;
    padding: 0;
    width: 163px;
    justify-content: center;
    align-items: center;
    margin-inline-end: 15px;
}

button#prev-step:hover {
    background: var(--primary);
}

button#next-step:hover {
    background: var(--secondary);
}

button#prev-step {
    flex-direction: row-reverse;
}

button#next-step {
    background: var(--primary);
    margin-inline-end: 0;
}

button#prev-step span.arrow {
    transform: scale(-1);
    margin-inline-end: 10px;
}

button#next-step span.arrow {
    margin-inline-start: 10px;
}

#web3d-checkout-timeline .timeline-wrapper {
    position: relative;
    display: block;
    padding: 15px 10px;
    background-color: #eee;
    color: #333;
    font-size: 20px;
    line-height: 40px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#web3d-checkout-timeline .active .timeline-wrapper {
    color: var(--primary);
}

#web3d-checkout-timeline .active .timeline-wrapper {
    background-color: var(--primary);
    color: #fff;
}

span.timeline-label {
    margin-inline-start: 20px;
}

#web3d-checkout-timeline .timeline-step {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 39px;
    margin-right: 8px;
    background-color: #fff;
    color: var(--cta);
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    font-weight: 700;
}

#web3d-checkout-timeline .timeline-label {
    font-weight: 600;
}

#web3d-checkout-timeline.arrow li {
    padding-right: 75px;
}

#web3d-checkout-timeline.arrow .timeline-wrapper:before,
#web3d-checkout-timeline.arrow .timeline-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#web3d-checkout-timeline.arrow .timeline-wrapper:before {
    inset-inline-start: -35px;
    border-top: 35px solid #eee;
    border-bottom: 35px solid #eee;
    border-inline-start: 35px solid transparent;
    border-radius: 0 5px 5px 0;
}

#web3d-checkout-timeline.arrow .timeline-wrapper:after {
    inset-inline-end: -35px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-inline-start: 35px solid #eee;
    border-inline-end-color: #eee;
}

#web3d-checkout-timeline.arrow .active .timeline-wrapper:before {
    border-top-color: var(--primary);
    border-bottom-color: var(--primary);
}

#web3d-checkout-timeline.arrow .active .timeline-wrapper:after {
    border-inline-start-color: var(--primary);
    border-inline-end-color: var(--primary);
}

#web3d-checkout-timeline.square li {
    text-align: center;
}

#checkout-wrapper .woocommerce-billing-fields h3,
#checkout-wrapper #customer_shipping_details,
#checkout-wrapper #order_review,
#checkout-wrapper #customer_billing_details.show-login-reminder.not-logged-in,
#checkout-wrapper #checkout_coupon {
    display: none;
}

#checkout-wrapper #checkout_coupon,
#checkout-wrapper #checkout_login,
#checkout-wrapper form.checkout {
    max-width: 930px;
    margin: 0 auto;
}

#checkout-wrapper #order_review {
    max-width: 650px;
    margin: 0 auto;
}

#checkout-wrapper form.checkout {
    display: block;
}

#checkout-wrapper form.checkout #billing_phone_field,
#checkout-wrapper form.checkout #billing_email_field {
    width: 48%;
    clear: none;
}

#checkout-wrapper form.checkout #billing_phone_field {
    float: left;
}

#checkout-wrapper form.checkout #billing_email_field {
    float: right;
}

#checkout-wrapper form.checkout #order_review {
    float: none;
    width: 100%;
}

#checkout-wrapper form.login {
    margin-bottom: 0;
}

#checkout-wrapper .woocommerce-billing-fields__field-wrapper:after,
#checkout-wrapper .woocommerce-shipping-fields__field-wrapper:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0;
}

#checkout-wrapper #form_actions {
    display: flex;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 75px;
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
}

#checkout-wrapper #form_actions p.form-row.notes {
    margin: 0;
}

#checkout-wrapper div#form_actions a {
    float: left;
    font-weight: 600;
    padding-bottom: 1px;
    font-size: 20px;
    color: var(--text);
    text-decoration: underline;
    text-transform: none;
    text-decoration-thickness: 1px;
}

:lang(he-IL) #checkout-wrapper #form_actions a {
    float: right;
}

#checkout-wrapper #form_actions a i {
    font-size: 16px;
    margin-right: 5px;
}

#checkout-wrapper #form_actions .buttons {
    float: right;
}

:lang(he-IL) #checkout-wrapper #form_actions .buttons {
    float: left;
}

#checkout-wrapper #form_actions .buttons input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

#checkout-wrapper #form_actions .buttons input.prev {
    display: none;
}

#checkout-wrapper #form_actions .buttons input.next {
    margin-left: 10px;
}

.ow-invalid input,
.ow-invalid select,
.ow-invalid .select2-selection,
.ow-invalid textarea {
    border: 1px solid #dc3545 !important;
}

.error-input {
    border: 1px solid red !important;
}

div#checkout-wrapper[data-step='3'] #checkout_coupon {
    display: block;
}

.coupon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 690px;
    margin: 0 auto;
    border: 1px solid var(--primary);
    border-radius: 7px;
    margin-bottom: 40px;
}

.coupon-wrapper .woocommerce-info {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 1em;
    font-size: 17px;
}

span.icon-coupon {
    vertical-align: middle;
    display: flex;
}

.coupon-wrapper .woocommerce-info::before {
    display: none;
}

a.showcoupon {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    margin-inline-start: 5px;
}

.woocommerce form.checkout_coupon {
    border: 1px dashed var(--cta);
    max-width: 840px;
    margin: 2em auto;
    text-align: center;
}

form.checkout_coupon.woocommerce-form-coupon button {
    width: 140px;
    height: 44px;
    border-radius: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}

.coupon-form-wrapper {
    display: flex;
    margin: 0 auto 15px;
    justify-content: center;
    align-items: center;
}

input#coupon_code:focus-visible {
    outline: 1px solid #000;
}

input#coupon_code:focus {
    outline: none;
}

div#order_info {
    max-width: 690px;
    margin: 0 auto;
}

.woocommerce #step-3 table.shop_table th {
    background: #F6F6F6;
    font-size: 19px;
    font-weight: 500;
    font-weight: 500;
    width: 50%;
}

.woocommerce #step-3 table.shop_table {
    border-collapse: collapse;
}

.woocommerce #step-3 tr.cart-subtotal th {
    border-radius: 20px 20px 0 0;
}

.woocommerce #step-3 tr.woocommerce-shipping-totals.shipping th {
    border-radius: 0;
}

.woocommerce #step-3 table.shop_table th.product-name {
    border-radius: 0 20px 20px 0;
}

.woocommerce #step-3 table.shop_table th.product-total {
    border-radius: 20px 0 0 20px;
}

.woocommerce #step-3 table.shop_table tfoot .order-total td {
    border-top: 1px solid #E7E7E7;
}

.woocommerce #step-3 table.shop_table tbody th,
.woocommerce #step-3 table.shop_table tfoot th {
    border-top: 1px solid #E7E7E7;
}

.woocommerce #step-3 table.shop_table tr.cart-subtotal th,
.woocommerce #step-3 table.shop_table tr.cart-subtotal td {
    border-top: 0;
}

.woocommerce #step-3 tr.order-total th {
    border-radius: 0 0 20px 20px;
}

.woocommerce #step-3 .woocommerce-Price-amount {
    color: var(--primary);
    font-size: 19px;
}

.woocommerce #step-3 tr.order-total span.woocommerce-Price-amount.amount {
    font-size: 22px;
}
td.product-name {
    font-weight: 600;
}
.woocommerce #step-3 table.shop_table td {
    padding: 1em;
}

.woocommerce #step-3 tr.cart_item:last-child td {
    padding-bottom: 40px;
}

.woocommerce #step-3 tr.cart_item {
    border-bottom: 1px solid #E7E7E7;
}

.woocommerce #step-3 tr.cart_item:last-child {
    border-bottom: 0;
}

.woocommerce #step-3 ul#shipping_method li input {
    margin: 1px 0 0px 0.4375em;
}

.woocommerce #step-3 tr.woocommerce-shipping-totals.shipping th {
    vertical-align: top;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
}

.woocommerce #payment li label {
    color: var(--text);
    font-size: 19px;
    font-weight: 900;
}

.payment-method-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    background: #F6F6F6;
    padding: 18px 25px;
    border-radius: 20px;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods {
    padding: 1rem 0;
}

.woocommerce-checkout #payment div.payment_box {
    background: rgba(0, 0, 0, 0);
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left;
    width: 100%;
    background: var(--primary);
    border-radius: 40px;
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
}

.woocommerce-checkout #payment div.form-row {
    padding: 1em 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 1em;
}

.payment_method_cheque {
    color: var(--cta);
    font-weight: 400;
}

#payment input[type='radio'] {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 26px;
    height: 26px;
    border: 0.08em solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#payment input[type='radio']:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary);
    display: table-cell;
}

#payment input[type='radio']:checked:before {
    transform: scale(1);
}

.woocommerce #payment li {
    display: flex;
    align-items: center;
    margin: 0 0 1em;
    flex-wrap: wrap;
}

.payment-method-wrapper {
    display: flex;
    align-items: center;
}

p.woocommerce-mini-cart__empty-message {
    width: 250px;
}

button.single_add_to_cart_button.button.alt {
    background: var(--cta);
}

/*========== Mini cart =======*/
p.woocommerce-mini-cart__empty-message {
    width: 250px;
}

h3.min-cart-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1em;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 1em;
}

button.close-mini svg {
    width: 20px;
    color: var(--cta);
}

button.close-mini {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    color: var(--text);
}

.item-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-details .item-img-1 img {
    width: 105px !important;
    height: 115px;
    object-fit: cover;
}

.item-name-2 {
    padding-inline-start: 10px;
}

.woocommerce ul.product_list_widget li .item-name-2 dl {
    padding: 0;
    border: 0 !important;
}

.price-sub {
    font-weight: 700;
    font-size: 18px;
}

.product-name-mini {
    font-size: 16px;
    color: var(--text);
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1;
}

.woocommerce ul.product_list_widget li dl dd {
    padding: 0;
    margin-bottom: 0;
    color: var(--cta);
    font-size: 15px;
    text-align: right;
    margin: 0;
}

.woocommerce ul.product_list_widget li dl dt {
    font-weight: normal;
    color: var(--cta);
    padding: 0;
}

p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

p.woocommerce-mini-cart__buttons.buttons a {
    width: 185px;
    text-align: center;
    height: 42px;
    padding: 0;
    line-height: 42px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid var(--primary);
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    background: rgba(0, 0, 0, 0);
    color: var(--primary);
}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    background: var(--primary);
    color: #fff;
}

p.woocommerce-mini-cart__buttons.buttons a:hover {
    background: var(--cta);
}

p.woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--cta);
}

.woocommerce-mini-cart__total span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 20px;
    color: var(--text);
}

.item-img-1 {
    flex: 0 0 105px;
}

.item-price-delete {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
}

.item-name-2 {
    flex: 0 0 220px;
    padding-inline-start: 10px;
}

.item-details a.remove.remove_from_cart_button {
    padding: 0 !important;
    border: 0;
    width: auto;
    height: auto !important;
    line-height: 1;
}

.mini-cart-header .item-details svg {
    margin-inline-end: 0;
}

.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.site-info a:visited {
    color: #dddddd;
}

.site-info a:hover,
.site-info a:focus {
    color: #ffffff;
}

.site-info {
    text-align: center;
}

/*======== Contact page ==========*/
.contact-form .half-field {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 15px;
}

.contact-form .d-flex {
    width: 100%;
    justify-content: space-between;
}

.contact-form .full-field {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.contact-form label {
    color: var(--text);
    font-size: 17px;
    font-weight: 500;
}

.contact-form input {
    height: 48px;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    width: 100%;
}

.contact-form textarea {
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    width: 100%;
    max-height: 95px;
}

.contact-form .btn-submit-form {
    float: left;
    height: 53px;
    width: 178px;
    line-height: 53px;
    border-radius: 40px;
    font-size: 18px;
    background-position: 40px;
    margin-top: 20px;
}

.contact-form .btn-submit-form input.wpcf7-submit {
    border: 0;
    line-height: 53px;
    font-size: 18px;
    height: 100%;
}

.page-template-contact-page h1.title-h1 {
    margin-bottom: 30px;
}

#icons-section iframe {
    width: 100%;
}

.page-template-contact-page #primary .contact-line.address-cd {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
}

.page-template-contact-page .contact-line {
    font-size: 18px;
}

.page-template-contact-page .contact-line svg {
    min-height: 22px;
}

.page-template-contact-page .social-links {
    margin-top: 20px;
}

.page-template-contact-page .social-links i[class^=fa-] {
    margin-inline-start: 0;
    margin-inline-end: 10px;
}

.page-template-contact-page .col-4.about-img {
    padding-inline-start: 100px;
}

/* Responsive */
@media only screen and (max-width: 959px) {
    #web3d-checkout-timeline li {
        padding: 0 !important;
        margin-bottom: 15px;
    }

    #web3d-checkout-timeline li,
    #web3d-checkout-timeline.step-4 li {
        float: none;
        width: 100%;
    }
}

.credit .site-info {
    text-align: left;
    direction: ltr;
}

.credit .site-info img {
    filter: brightness(0) invert(1);
    margin-right: 5px;
}

.credit,
.credit a {
    color: #fff;
}

section.credit {
    padding: 25px 0;
}

a.add_to_wishlist.single_add_to_wishlist.alt span {
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.mobile-header,
.mobile-v {
    display: none;
}

.woocommerce .products ul li div.variation-radios label,
.woocommerce ul.products li div.variation-radios label,
.woocommerce.post-type-archive div.variation-radios label,
.woocommerce.archive div.variation-radios label,
.home div.variation-radios label,
div.variation-radios label {
    transition: none !important;
}

body.woocommerce.single-product table.variations tbody tr:first-child div.variation-radios label {
/*     font-size: 0 !important; */
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl !important;
}

.main-navigation ul ul .product-img-wrap a {
    width: 100%;
    margin: 0;
    text-align: center;
}

body .woocommerce-message {
    border-top-color: var(--primary);
}

body .woocommerce-message::before {
    color: var(--primary);
}

.login-form {
    padding: 35px 50px;
    border-radius: 25px;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.18);
    text-align: center;
    max-width: 750px;
    margin-inline: auto;

}

#loginform input:not(#wp-submit, #rememberme) {
    width: 100%;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
    padding: 10px 25px;
    text-align: initial;
    background: white;
    height: 50px;
    margin-bottom: 15px;
}

#loginform label,
.login .woocommerce-form-row--wide label {
    font-size: 0;
}

#loginform .login-remember label {
    font-size: 16px;
}

form#loginform p {
    flex: 0 0 100%;
}

form#loginform p.login-remember,
form#loginform p.login-submit {
    flex: 0 0 50%;
    float: right;
}

form#loginform {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
}

.login-form svg {
    width: 75px;
    height: auto;
    fill: var(--secondary);
}

#login-title {
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
}

form#loginform input[type="submit"],
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background: var(--secondary);
    color: #fff;
    width: 175px;
    border-radius: 15px;
    height: 45px;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    float: left;
    margin: 0;
}

p.login-remember {
    text-align: start;
}

p.login-submit {
    text-align: end;
}

.woocommerce .login-form form.login {
    padding: 0;
    margin: 0 auto;
    border: 0;
    max-width: 500px;
}

.login-form h2 {
    color: var(--primary);
    margin-block: 0 15px;
}

.woocommerce .login-form form .form-row {
    padding: 3px;
    margin: 0 auto 6px;
    float: unset;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    background: var(--secondary);
    color: #fff;
    width: 175px;
    border-radius: 15px;
    height: 45px;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    margin: 0;
}
.access {
    margin-inline-start: 5px;
}
#mega-menu-wrap-menu-1 .mega-sub-menu a.mega-menu-link {
    padding: 0 !important;
}
#mega-menu-wrap-menu-1  .mega-sub-menu li.mega-menu-item {
    padding: 4px 15px !important;
}
#mega-menu-wrap-menu-1  .mega-sub-menu  .mega-sub-menu li.mega-menu-item{
	padding-inline: 10px !important;
}
.single-post .post-thumbnail {
    max-width: 475px;
	margin-bottom:25px;
}
.single-post h1{
    margin: 0;
}
.single-post .entry-meta,
.single-post  footer.entry-footer{
    display: none;
}
.single-post .entry-content {
    margin-bottom: 70px;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.brand-item {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    transition: box-shadow 0.3s;
}

.brand-item:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.brand-image img {
    max-width: 200px;
    height: 70px;
    display: block;
    margin: 0 auto 10px;
    width: auto;
    object-fit: contain;
}

.brand-title {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.brand-description {
    font-size: 0.9em;
    color: #555;
}
.brand-logo-container img {
    max-height: 94px;
}
.brand-text h1.woocommerce-products-header__title.page-title {
    text-align: start;
    margin-top: 0;
    margin-bottom: 0px;
}
.brand-logo-container {
    flex: 0 0 25%;
    padding: 1rem;
    border-left: 1px solid #c1c1c1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand-text {
    padding: 1rem;
}
.d-flex.brand-inner {
    border: 1px solid #c1c1c1;
    margin-bottom: 50px;
	& .term-description {
    	text-align: start;
	}
}
#newsletter .wpcf7 form .wpcf7-response-output{
	color: #fff;
}