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

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

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Masifa';
  }

h1.text-big {
    font-size: 85px;
    font-weight: 700;
}

h1 {
    font-size: 55px;
}   

h2, .innerpage-title h1 {
    font-size: 52px;
}

h3 {
    font-size: 45px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 34px;
}

h6 {
    font-size: 28px;
}

p, .btn, .footer-widget h6, .category-details-content h6, .category-inline-list ul li a {
    font-size: 20px;
}

.btn {
    outline: none;
    box-shadow: none !important;
    font-weight: 500;
    padding: 15px 28px;
    line-height: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.white-bg-btn {
    color: #242A2A;
    border-radius: 9px;
background: #FFF;
}

.white-bg-btn:hover {
    color: #242A2A;
}

.theme-btn {
    background: #612646;
    border-radius: 9px;
    color: #FFF;
}

.theme-btn:hover {
    color: #FFF;
}

.top-header-wrapper {
    background: #612646;
}

.top-header-card {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
}

.top-header-card p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding-right: 16px;
    border-right: 1px solid #914D71;
    line-height: 100%;
}

.top-header-card p a {
    color: #fff;
    text-decoration: none;
}


.lang-select-dropdown {
    margin: 0 12px;
}

.lang-select-dropdown .btn {
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    width: 60px;
}

.lang-select-dropdown .btn img {
    margin-right: 5px;
}

.lang-select-dropdown .dropdown-menu {
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
}

.lang-select-dropdown .dropdown-menu li {
    padding: 5px 0;
}

.lang-select-dropdown .dropdown-menu li img {
    margin-right: 4px;
}

.top-header-card p img {
    margin-right: 5px;
}

.header-social-links ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-social-links ul li {
    margin: 0 7px;
}

header#header_top {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

nav.navbar {
    padding: 24px 0;
    transition: all 0.2s;
}

.navbar-dark.fixed-top {
    background: #000000d1;
    padding: 10px 0;
    transition: all 0.2s;
}

.navbar-light.fixed-top {
    background: #fffffff0;
    padding: 10px 0;
    transition: all 0.2s;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}


.navbar-brand {
    padding: 0;
    width: 190px;
    margin: 0;
}

.navbar-brand img {
    max-width: 100%;
}

.rightNavigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: calc(100% - 190px);
    padding-left: 150px;
}

.navbar-nav li.nav-item {
    margin-right: 30px;
}

.navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 10px;
}

.navbar-dark .navbar-nav li.nav-item a.nav-link, .navbar-dark .header-cart-btn p, .navbar-dark .header-btns ul li a, .navbar-dark .header-btns ul li .btn {
    color: #FFF;
}

.navbar-dark .navbar-nav li.nav-item a.nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.navbar-light .navbar-nav li.nav-item a.nav-link, .navbar-light .header-cart-btn p, .navbar-light .header-btns ul li a, .navbar-light .header-btns ul li .btn {
    color: #242A2A;
}

.header-btns ul {
    display: flex;
    align-items: center;
}

.search-container {
    position: relative;
    margin-right: 10px;
}

.search-input {
    height: 48px;
    padding-left: 42px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px;
    min-width: 320px;
    background: #FAFAFA;
    color: #53536C !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
}

.navbar-light .search-input {
    border: 1px solid #DADADA;
    box-shadow: none !important;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}

.header-btns ul li {
    margin-left: 25px;
}


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

.header-cart-count {
    position: relative;
    width: 45px;
    height: 45px;
    background: #D7E5EE;
    border-radius: 50%;
    line-height: 100%;
}

.header-cart-btn p, .header-btns ul li a, .header-btns ul li .btn {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}

.header-btns ul li a i {
    margin-right: 6px;
}

.header-cart-btn p {
    margin: 0;
    margin-left: 10px;
}

.centered-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-centered {
    display: flex;
    align-items: center;
}

.header-cart-count span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #EF3D3D;
    border-radius: 50%;
    right: -5px;
    top: -2px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 2px;
}

.footer-title {
    padding: 40px 0;
    text-align: center;
}

.footer-title h3 {
    color: #121212;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.footer-title p {
    font-weight: 500;
    line-height: 120%;
    color: #000;
    margin-bottom: 20px;
}

footer {
    padding-top: 154px;
    margin-top: -35px;
}

.footer-list-card {
    padding: 60px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-widget h6 {
    color: #000;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.footer-widget li a {
    padding: 9px 0;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    align-items: center;
}

.footer-widget li a img {
    width: 25px;
    margin-right: 6px;
}

.copywrite-info {
    margin-top: 250px;
    padding: 30px 0;
}

.copywrite-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copywrite-info ul li p, .copywrite-info ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.5;
    margin: 0;
    text-decoration: none;
}

.copywrite-info ul li {
    position: relative;
    margin-left: 13px;
    padding-left: 13px;
}

.copywrite-info ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #ffffff;
    left: 0;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    margin: auto;
}

.copywrite-info ul li:first-child:before {
    display: none;
}

.copywrite-info ul li:first-child {
    margin: 0;
    padding: 0;
}

.home-banner-section {
    position: relative;
    background-size: cover !important;
    height: 951px;
    display: flex;
    align-items: center;
    background-position: right !important;
}

.home-banner-section:after {
    content: "";
    background: url(https://dev-dream.website/hamjam/wp-content/uploads/2025/04/banner-pattern.png) no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.home-banner-text {
    max-width: 862px;
    color: #fff;
    padding-bottom: 45px;
}

.home-banner-text h1 {
    text-transform: uppercase;
}

.home-banner-text h6 {
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.84px;
    max-width: 723px;
    margin-bottom: 30px;
}

.product-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 26.6px;
}

.product-card {
    width: calc(25% - 20px);
}

.product-img {
    position: relative;
}

.product-card a {
    display: block;
    position: relative;
}

.product-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 6px 6px;
    background: #612646;
    height: 70px;
    padding: 20px 25px;
    transition: all 0.3s;
}

.product-content span.product-info-icon {
    display: none;
}

.product-content span.product-info-text {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}

.product-img img {
    max-width: 100%;
    border-radius: 6px;
}

.product-card a:hover .product-content {
    background: #000;
    justify-content: space-between;
    transition: all 0.3s;
}

.product-card a:hover .product-content .product-info-icon {
    display: block;
}

.section-title h2 {
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -1.65px;
    text-transform: capitalize;
    line-height: 100%;
    color: #000;
}

.product-section {
    padding: 120px 0;
}

.latest-product-section {
    padding: 170px 0;
}

.slick-prev {
    background: url(https://dev-dream.website/hamjam/wp-content/uploads/2025/04//slider-arrow-left.svg) no-repeat !important;
    left: -60px;
}

.slick-next {
    background: url(https://dev-dream.website/hamjam/wp-content/uploads/2025/04//slider-arrow-right.svg) no-repeat !important;
    right: -60px;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}

.slick-slide {
    margin: 0 10px;
  }
  .slick-list {
    margin: 0px -10px 0px -10px;
  }


.lt-product-carousel {
    display: flex;
    align-items: stretch;
    gap: 26px;
}

.latest-product-card {
    border-radius: 12px;
    background: #FFF;
    padding: 20px 20px;
}

.lt-product-img img {
    width: 100%;
}

.lt-product-img {
    margin-bottom: 14px;
}

.lt-product-content h6 {
    color: #3D3D3D;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 7px;
}

.lt-product-content p {
    color: #3D3D3D;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}

.lt-shop-btn {
    padding-top: 20px;
}

.lt-shop-btn .btn {
    width: 100%;
}

.welcome-section {
    padding: 140px 0;
}

.welcome-content {
    padding-right: 50px;
}

.welcome-content h2 {
    color: #000;
    font-weight: 700;
     /* 118.182% */
    letter-spacing: -1.65px;
    text-transform: capitalize;
    line-height: 118%;
    margin-bottom: 20px;
}

.welcome-content h6 {
    color: #3D3D3D;
    font-weight: 500;
    line-height: 132%; /* 132.143% */
    letter-spacing: -0.84px;
    margin-bottom: 20px;
}

.welcome-content .btn {
    width: 207px;
}

.welcome-content p {
    color: #3D3D3D;
    letter-spacing: -0.6px;
    font-weight: 400;
    line-height: 185%;
    margin-bottom: 45px;
}

.welcome-img img {
    max-width: 100%;
}

.instagram-feeds-title {
    text-align: center;
    margin-bottom: 35px;
}

.instagram-feeds-icon {
    margin-bottom: 20px;
}

.instagram-feeds-title h4 {
    color: #000;
    font-weight: 500;
    line-height: 100%; 
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.instagram-feeds-title p {
    color: #000;
    font-weight: 500;
    line-height: 100%; 
    letter-spacing: -0.69px;
    margin: 0;
}

.instagram-feed-card img {
    max-width: 100%;
}

.instagram-feeds-section  {
    padding: 120px 0;
}


.innerpage-heading {
    padding: 90px 0 120px;
}

.innerpage-title {
    text-align: center;
}

.innerpage-title h1 {
    margin: 0;
    color: #000;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.shop-product-section, .category-section {
    padding: 50px 0 90px;
}

.category-item-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 45px;
}

.category-item-card {
    width: calc(33.33% - 30px);
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 25px 20px;
}

.category-item-img {
    background: #000;
    height: 348px;
    padding: 20px 15px;
    margin-bottom: 25px;
    display: flex;
        align-items: center;
        justify-content: center;
}

.category-item-img img {
    max-width: 100%;
    max-height: 100%;
}

.category-item-card h6 {
    color: #242A2A;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
}

.category-item-card h5 {
    color: #3D3D3D;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2px;
}

.category-item-card p {
    color: #3D3D3D;
    font-weight: 400;
    line-height: 125%; 
    letter-spacing: -0.6px;
    margin-bottom: 25px;
}

.category-item-btn .btn {
    width: 49%;
    margin-right: 2%;
}

.category-item-btn .btn:last-child {
    margin-right: 0;
}

.category-item-btn .view-detail-btn {
    border-radius: 9px;
    border: 1px solid #612646;
    background: #FFF;
    color: #612646;
}

.category-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.category-list {
    padding-bottom: 60px;
}

.category-list ul li a {
    padding: 12px 22px;
    border-radius: 37px;
    border: 1px solid #612646;
    background: #FFF;
    display: block;
    line-height: 100%;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #612646;
    transition: all 0.3s;
}

.category-list ul li.active a, .category-list ul li:hover a {
    background: #612646;
    color: #fff;
}

.category-detail-section {
    padding: 120px 0 80px;
}

.category-inline-list ul {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.category-inline-list ul li {
    margin-right: 35px;
}

.category-inline-list ul li a {
    display: block;
    color: #000;
    font-weight: 500;
    line-height: 100%; 
    letter-spacing: -0.66px;
    text-transform: capitalize;
    text-decoration: none;
}

.category-inline-list ul li a img {
    margin-right: 6px;
}

.category-social-link ul {
    display: flex;
    align-items: center;
}

.category-social-link ul li a {
    width: 44px;
    height: 44px;
    border-radius: 7px;
    border: 1px solid #612646;
    background: #F0F9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
}


.category-social-link ul li a img {
    max-width: 100%;
    max-height: 100%;
}

.category-social-link ul li {
    margin-right: 10px;
}

.category-details-content p {
    margin-bottom: 30px;
    color: #3D3D3D;
    font-weight: 400;
    line-height: 185%;
    letter-spacing: -0.6px;
}

.category-details-content h3 {
    color: #000;
    font-weight: 700;
    line-height: 130%; 
    letter-spacing: -1.35px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.category-details-content h5 {
    color: #3D3D3D;
    font-weight: 700;
    line-height: 85%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.category-details-content h6 {
    color: #242A2A;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.category-details-content .addCartBtn {
    margin: 25px 0 35px !important;
    width: 207px;
    background: #612646 !important;
    padding: 15px 28px !important;
    border-radius: 9px !important;
	    font-size: 20px !important;
}

.category-details-content {
    padding-left: 20px;
}

.category-big-image img {
    width: 100%;
}

.category-thumbnail-image ul {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}

.category-thumbnail-image ul li {
    width: calc(33.33% - 13.4px);
    height: 265px;
    cursor: pointer;
}

.category-thumbnail-image ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-big-image {
    margin-bottom: 20px;
}

.contact-form-section {
    padding: 60px 0 120px;
}

.contact-form-wrapper {
    padding-left: 15px;
}

.contact-detail-wrapper {
    padding-right: 15px;
}

.contact-detail-wrapper h3 {
    color: #000;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
}

.contact-detail-wrapper p {
    color: #3D3D3D;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: -0.6px;
    margin-bottom: 45px;
}

.contact-form-section .row {
    align-items: center;
}

.contact-form-card {
    border-radius: 4px;
    border: 1px solid #D6E5EB;
    background: #F6FBFD;
    padding: 40px 40px;
}

.contact-form-card p {
    margin-bottom: 16px;
}

.contact-form-card p label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: block;
}

.contact-form-card p .wpcf7-form-control {
    border-radius: 8px;
    border: 1px solid #D6E5EB;
    background: #FFF;
    height: 54px;
    font-size: 16px;
	width: 100%;
}

.contact-form-card p .wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block;
}

.contact-form-card p textarea.wpcf7-form-control {
    height: auto;
}

.contact-form-card .submit-btn {
    width: 125px;
}

.contact-info {
    display: flex;
    align-items: center;
}

.contact-detail-wrapper .contact-info-detail p {
    margin: 0;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 100%;
    margin-bottom: 10px;
}

.contact-detail-wrapper .contact-info-detail p a {
    color: #3D3D3D;
    text-decoration: none;
    font-weight: 400;
}

.contact-detail-wrapper .contact-info-detail p:last-child {
    margin-bottom: 0;
}

.contact-info-detail {
    padding-left: 16px;
    width: calc(100% - 56px);
}

.contact-info-img {
    width: 56px;
}

.contact-info-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.small-header-btns {
    display: none;
}

.onlyMobile {
    display: none !important;
}

.lt-product-content p a {
    color: #3D3D3D;
    text-decoration: none;
}

.lt-product-img {
    height: 223px;
}

.lt-product-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.search-icon {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent;
}

.contact-form-card p .wpcf7-form-control.wpcf7-submit {
		background: #612646;
		border-radius: 9px;
		color: #FFF;
		padding: 10px 28px;
		width: 125px;
		height: 50px;
		font-size: 20px;
		font-weight: 500;
	}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: #612646;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: #612646;
}

.woocommerce-message .button, .woocommerce-info .button {
    max-width: 220px;
    background: #612646 !important;
    padding: 14px 25px !important;
    border-radius: 9px !important;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
}

.entry-header h1.entry-title {
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

	header.entry-header {
		padding: 40px 0 60px;
	}

	.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
		background: #612646 !important;
		color: #fff !important;
		opacity: 1 !important;
	}
	.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
		background: #612646;
		color: #fff;
		border:none;
		border-radius:4px;
	}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 24px;
    text-decoration: none;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wc-block-components-product-metadata__description p {
	display: -webkit-box ;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;	
}
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-blocks-components-select .wc-blocks-components-select__select, 
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.select2-container .select2-selection--single .select2-selection__rendered
{
	border-radius: 8px !important;
	border: 1px solid #D6E5EB !important;
	background: #FFF;
	 height: 50px;
}

.wc-block-checkout__add-note .wc-block-components-textarea {
	border-radius: 8px;
	border: 1px solid #D6E5EB;
	background: #FFF;
	width: 100%;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: #612646;
    border-radius: 9px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    padding: 14px;
    min-height: auto !important;
    border: none;
	 outline: none !important;
    box-shadow: none !important;
}
.wc-block-cart .wc-block-cart__submit-container a {
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link
{
	background: #612646;
    border-radius: 9px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 42px;
	
}

p.woocommerce-LostPassword.lost_password a {
    text-decoration: none;
}

input[type="checkbox"] {
    accent-color: #612646;
    height: 15px;
    width: 17px;
    cursor: pointer;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    cursor: pointer;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 4px;
    border: 1px solid #D6E5EB;
    background: #F6FBFD;
    padding: 40px 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.wc-block-components-sidebar-layout .wc-block-components-main form, 
.woocommerce-account .woocommerce-MyAccount-content form{
	border-radius: 4px;
	border: 1px solid #D6E5EB;
	background: #F6FBFD;
	padding: 40px 40px;
}
.woocommerce-account .woocommerce-MyAccount-content form label {
    color: #000;
    font-weight: 500;
}

#account_display_name_description {
    font-size: 13px;
    opacity: 0.7;
}
.entry-content h2 {
    text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
   box-shadow: 0 0 20px 0 #00000012;
	border: 1px solid #0000001f;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #612646;
	font-weight:500;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    box-shadow: inset 0 0 24px 0 #0000001c;
    background: #fdfdfd3d;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #0000001f;
    padding: 14px 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 14px 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 140px;
}
.woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: none;
    color: #612646;
    font-weight: 500;
}
.select2-container .select2-selection {
    border: none;
}
header.woocommerce-Address-title.title, header.woocommerce-Address-title.title h2 {
    text-align: left;
}
.woocommerce-account .addresses .title .edit {
    float: none;
    margin-top: 16px;
    margin-bottom: 4px;
    display: inline-block;
}

.type-product  header.entry-header {
    padding: 40px 0 0px;
}

.type-product header.entry-header a {
    text-decoration: none;
    font-size: 26px;
    color: #612646;
}

.type-product .entry-summary {
    width: 75%;
    padding-left: 20px;
    float: right;
}

.type-product  a.post-thumbnail {
    width: 25%;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
}

.type-product  a.post-thumbnail img {
    width: 100%;
    object-fit: cover;
}
.type-product {}

.type-product  header.entry-header {
    padding: 40px 0 0px;
}

.type-product header.entry-header a {
    text-decoration: none;
    font-size: 26px;
    color: #612646;
}

.type-product .entry-summary {
    width: 75%;
    padding-left: 20px;
    float: right;
}

.type-product  a.post-thumbnail {
    width: 25%;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
}

.type-product  a.post-thumbnail img {
    width: 100%;
    object-fit: cover;
}


.type-product footer.entry-footer {
    padding-top: 43px;
}

.type-product footer.entry-footer span a {
    text-decoration: none;
    color: #612646;
    font-weight: 500;
}

.type-product footer.entry-footer span:first-child {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #00000075;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    opacity: 0.6 !important;
}
header.page-header h1.page-title {
    text-align: center;
}
.wc-block-grid__product.wc-block-grid__product {
    box-shadow: 0px 0px 5px 0 #00000017;
    padding: 15px 10px 0;
}

.wc-block-grid__product.wc-block-grid__product img {
    height: 254px;
    object-fit: cover;
}

.wc-block-grid__product.wc-block-grid__product a {
    text-decoration: none;
}

.wc-block-grid__product.wc-block-grid__product a .wc-block-grid__product-title {
    transition: 0.5s;
    color: #000;
    font-size: 18px;
}

.wc-block-grid__product.wc-block-grid__product a:hover .wc-block-grid__product-title {
    color: #612646;
}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1.5px rgb(97 38 70);
    background: #61264612;
}

.woocommerce table.my_account_orders, .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce table.shop_table tr th.woocommerce-orders-table__header, .woocommerce table.shop_table thead tr th {
    background: #612646;
    color: #fff;
}

.woocommerce table.shop_table tbody tr:nth-child(even) {
    background: #00000014;
}

.woocommerce table.my_account_orders .button {
    background: #61264636;
}
.woocommerce .woocommerce-customer-details address {
    width: fit-content;
}

.woocommerce .woocommerce-customer-details address {
    width: fit-content;
    min-width: 360px;
    background: #5352530a;
    box-shadow: 0 0 60px 0 #00000011;
    margin-top: 25px;
}

.woocommerce-Addresses .woocommerce-Address {
    background: #5352530a;
    box-shadow: 0 0 124px 0 #0000001f;
    margin-top: 25px;
    padding: 18px;
    border: 1px solid #e1dfdf;
    border-radius: 5px;
}
.woocommerce table.shop_table td a {
    color: #612646;
    text-decoration: none;
    font-weight: 500;
}