button:focus,
input:focus,
a, a:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    top: 0 !important;
}

.custom-btn .uagb-button__wrapper a.wp-block-button__link {
    position: relative;
    min-width: 220px;
    background: #fff !important;
    border-radius: 0;
    transition: all 300ms linear;
}
.custom-btn .uagb-button__wrapper a.wp-block-button__link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    bottom: -5px;
    left: 5px;
    border-top: 0;
    border-left: 0;
    transition: all 300ms linear;
    z-index: -1;
}
.custom-btn .uagb-button__wrapper a.wp-block-button__link:hover:before {
    bottom: -1px;
    left: -1px;
    transition: 300ms linear;
    z-index: -1;
}
.custom-btn {
    z-index: 1;
    position: relative;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 864px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2 {
    position: relative;
    max-width: 50%;
    width: 100%;
    text-align: center;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:before,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #EDDCDC;
    left: -25px;
    top: 0;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-1,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-3 {
    max-width: 20%;
    width: 100%;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:after {
    left: auto;
    right: -25px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-3 {
    padding-left: 30px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2 .footer-logo-img {
    text-align: center;
}
.footer-menu .widget_nav_menu h2 {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 40px;
}
.footer-menu .widget_nav_menu nav ul li a {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    display: inline-block;
}
.footer-menu .widget_nav_menu nav ul li {
    display: block;
    margin-bottom: 30px;
}
.footer-menu .widget_nav_menu nav ul li:last-child {
    margin-bottom: 0;
}
.footer-social-list .wp-block-uagb-social-share-child {
    width: 34px;
    height: 34px;
    border: 1px solid #AEB758;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px !important;
    transition: all 300ms linear;
}
.footer-social-list .wp-block-uagb-social-share-child:hover > span svg {
    fill: #fff;
    transition: 300ms linear;
}
.footer-social-list .wp-block-uagb-social-share-child:hover {
    background: #636b1c;
    transition: 300ms linear;
}
.footer-social-list .wp-block-uagb-social-share-child span svg {
    fill: #636b1c;
    transition: all 300ms linear;
}
.footer-social-list .wp-block-uagb-social-share-child span.uagb-ss__source-icon {
    display: block;
}
.ast-footer-copyright p a {
    color: #263C60;
}
.ast-footer-copyright p {
    font-weight: 500;
}
.site-branding.ast-site-identity {
    padding: 0;
}
.site-header .site-primary-header-wrap {
    height: auto;
    min-height: auto;
}
.ast-desktop .ast-primary-header-bar .ast-header-woo-cart {
    min-height: auto;
    padding: 0;
}
.site-header-primary-section-right .ast-header-search {
    padding: 0;
    margin: 0 !important;
}
.home header .main-header-bar.site-header-focus-item {
    background: transparent;
    border-bottom: 1px solid #FFFFFF2B;
    box-shadow: none;
}

header .main-header-bar.site-header-focus-item {
    box-shadow: 0px 2px 2px 0px #0000001A;
    border-bottom: 1px solid #DDDDDD;
}

header.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 200ms linear;
    z-index: 9999;
}
header.site-header.header-sticky {
    background: #fff;
    position: fixed;
    top: 0;
    transition: 300ms linear;
    box-shadow: 0px 2px 2px 0px #0000001A;
    border-bottom: 1px solid #DDDDDD;
    z-index: 9999;
}
.home #page .site-content {
    padding-top: 0;
}
#page .site-content {
    padding-top: 90px;
    background: #fff;
}
.home header .custom-logo-link img,
.home .ast-header-search .astra-search-icon svg,
.home .ast-site-header-cart .ast-icon-shopping-bag span.icon-bag,
.home [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    filter: brightness(0) invert(1);
}
.home  header.site-header.header-sticky .custom-logo-link img,
.home header.site-header.header-sticky .ast-header-search .astra-search-icon svg,
.home header.site-header.header-sticky .ast-site-header-cart .ast-icon-shopping-bag span.icon-bag,
.home header.site-header.header-sticky [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    filter: unset;
}
.home header.site-header .site-navigation ul li a {
    color: #fff;
}
.home header.site-header.header-sticky .site-navigation ul li a,
.home header.site-header .site-navigation ul li .sub-menu li a {
    color: #000;
}
.home header.site-header .site-navigation ul li .sub-menu li a:hover {
    color: #b46d00;
}
.home header.site-header .site-navigation ul li .sub-menu li a {
    padding: 5px 25px;
    font-weight: 500;
}
.ast-site-header-cart .ast-icon-shopping-bag svg {
    display: none;
}
.ast-site-header-cart .ast-icon-shopping-bag span.icon-bag {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url("../images/cart-icon.svg");
}
.ast-site-header-cart .ast-icon-shopping-bag {
    display: block;
}
.ast-site-header-cart .ast-icon-shopping-bag span.icon-bag {
    position: relative;
    display: block;
}
header .ast-site-header-cart i.astra-icon:after {
    top: -6px;
    right: -8px;
}
header .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    top: -6px;
    right: -8px;
    background: red;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    padding: 3px;
}
.ast-site-header-cart .ast-site-header-cart-li:hover .ast-addon-cart-wrap i.astra-icon:after {
    color: #fff;
}
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus {
    border: 0;
}
.our-story-bg {
    background-size: 100% 100% !important;
}
.our-story-inner {
    max-width: 451px;
    width: 100%;
}
.our-story-inner .uagb-buttons__wrap.uagb-buttons-layout-wrap {
    justify-content: left;
}
.our-story-img img {
    width: 100%;
    max-height: 500px;
}
.our-story-inner .custom-btn .uagb-button__wrapper a.wp-block-button__link {
    min-width: 190px;
}
.my-category-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 42px 0;
    margin: 0 -12px;
}
.my-category-slider .category-slide {
    max-width: 16.6666%;
    width: 100%;
    padding: 0 12px;
}
.my-category-slider .category-slide .category-slide-img {
    width: 100%;
    max-height: 216px;
    height: 100%;
    border-radius: 98px 98px 0 0;
    background: #F2F2F2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 17px;
    min-height: 216px;
    margin-bottom: 18px;
    overflow: hidden;
}
.category-slide-inner:hover .category-slide-img img {
    transform: scale(1.1);
    transition: 300ms linear;
}
.my-category-slider .category-slide .category-slide-img img {
    height: 100%;
    width: 100%;
    max-height: 150px;
    max-width: 150px;
    object-fit: contain;
    overflow: hidden;
    transition: all 300ms linear;
}
.category-slide-cont h3 {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #000;
    margin: 0;
}
.my-category-slider .category-slide .category-slide-cont a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.category-slide-inner {
    position: relative;
    height: auto;
    width: 100%;
}
.product-slide-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-slide-cont-cart a {
    width: 48px;
    height: 48px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-slide-cont-title {
    max-width: calc(100% - 60px);
    width: 100%;
}
.product-slide-cont-title h3 {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 12px;
}
.product-slide-cont-title span.price {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000;
}
.product-slide-img {
    background: #F2F2F2;
    padding: 15px 30px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 307px;
    height: 100%;
    min-height: 307px;
}
.my-product-slider .slick-list {
    margin: 0 -12px;
}
.my-product-slider .slick-list .slick-slide {
    padding: 0 12px;
}
.product-main-title p {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #949494;
    margin-bottom: 14px;
}

.product-main-title h2 {
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    margin: 0;
}

.product-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.product-main-arrow .custom-nav .slick-arrow {
    background: #fff;
    border: 1px solid #E4E4E4;
    padding: 10px 18px;
    border-radius: 0;
}
.custom-nav {
    display: flex;
}
.product-main-arrow .custom-nav .slick-arrow.slick-next img {
    transform: rotate(180deg);
}
.our-story-bg .our-story-bg-inner {
    padding-left: calc((100% - 1300px) / 2);
}
.about-main-btn .uagb-buttons__wrap.uagb-buttons-layout-wrap {
    justify-content: center;
}
.about-grid-img figure img,
.about-gallery-img img {
    width: 100%;
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 3px;
    font-size: 14px;
}
.wpcf7 .contact-form textarea.wpcf7-form-control {
    height: 150px;
    resize: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=reset],
input[type=tel],
input[type=date],
.wpcf7 select.wpcf7-form-control, textarea,
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 0;
    color: rgba(0,0,0,0.6);
    border: 1px solid #D9D0C3;
    background: #fff;
    height: auto;
    display: block;
}
input::placeholder {
    font-weight: 400;
    color: rgba(0,0,0,0.2);
}
.wpcf7 input.wpcf7-form-control:not([type=submit]):focus,
.wpcf7 select.wpcf7-form-control:focus,
.wpcf7 textarea.wpcf7-form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #D9D0C3;
    color: rgba(0,0,0,0.6);
}
.wpcf7 form .contact-form .custom-btn p input[type="submit"] {
    position: relative;
    min-width: 220px;
    background: #fff;
    color: #000;
    border-radius: 0;
    transition: all 300ms linear;
    border: 1px solid #000000;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
.wpcf7 form .contact-form .custom-btn p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    bottom: -5px;
    left: 5px;
    border-top: 0;
    border-left: 0;
    transition: all 300ms linear;
    z-index: -1;
}
.wpcf7 form .contact-form .custom-btn p:hover:before {
    bottom: 0px;
    left: 0px;
    transition: 300ms linear;
    z-index: -1;
}
.wpcf7 form .contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    gap: 20px 24px;
}
.wpcf7 form .contact-form .w-half {
    max-width: 48%;
    width: 100%;
}
.wpcf7 form .contact-form .w-full {
    width: 100%;
    max-width: 100%;
}
.wpcf7 form .contact-form .custom-btn p {
    margin: 0;
}
.wpcf7 form .contact-form .custom-btn p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7 form .contact-form p {
    margin: 0;
}
.wpcf7 form .contact-form p label {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-us-main .footer-social-list {
    justify-content: flex-start;
}
.get-in-touch-box {
    position: relative;
}
.get-in-touch-box p a {
    color: #000;
}
.get-in-touch-box p a:hover {
    color: #6C468C;
}
.site-map-main ul, .site-map-main ol {
    margin:0 0 20px;
    padding: 0 0 0 20px;
	columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
}
.site-map-main ul li, .site-map-main ol li {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.site-map-main ul li:before, .site-map-main ol li:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    background: url("../images/left-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(180deg);
}
.site-map-main ul li a, .site-map-main ol li a,
.address-box-inner .uagb-infobox-icon-left-title h4 a {
    color: #000;
}
.address-box-inner .uagb-infobox-icon-left-title h4:hover a,
a, a:hover, a:focus {
    color: #6C468C;
}
.site-map-main ul li:last-child, .site-map-main ol li:last-child {
    margin-bottom: 0;
}
.address-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.address-box-img {
    height: 174px;
}
.address-box-img .wp-block-image {
    height: 100%;
}
.helping-process p, .helping-process ul li {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}

.woocomerce-login-form form.woocommerce-form-login label,
.woocomerce-login-form form.woocommerce-form-login p.lost_password a,
.woocommerce-account .woocommerce form.lost_reset_password label {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}
.woocomerce-login-form form.woocommerce-form-login p.lost_password a,
.woocomerce-login-form form.woocommerce-form-login p.lost_password {
    margin: 0;
}
.woocomerce-login-form form.woocommerce-form-login p.lost_password a {
    text-decoration: none;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #6C468C;
}
.woocomerce-login-form form.woocommerce-form-login .custom-btn .custom-btn-inner .button,
.woocommerce form.lost_reset_password .custom-btn .custom-btn-inner .button {
    position: relative;
    min-width: 200px;
    background: #fff;
    color: #000;
    border-radius: 0;
    transition: all 300ms linear;
    border: 1px solid #000000;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    width: 100%;
}
.woocomerce-login-form form.woocommerce-form-login .custom-btn-inner:before,
.woocommerce form.lost_reset_password .custom-btn .custom-btn-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    bottom: -5px;
    left: 5px;
    border-top: 0;
    border-left: 0;
    transition: all 300ms linear;
    z-index: -1;
}
.woocomerce-login-form form.woocommerce-form-login .custom-btn-inner:hover:before,
.woocommerce  form.lost_reset_password .custom-btn .custom-btn-inner:hover:before {
    bottom: 0px;
    left: 0px;
    transition: 300ms linear;
    z-index: -1;
}
.woocomerce-login-form form.woocommerce-form-login .custom-btn .custom-btn-inner,
.woocommerce form.lost_reset_password .custom-btn .custom-btn-inner {
    width: 100%;
    position: relative;
}
.woocomerce-login-form form.woocommerce-form-login .custom-btn,
.woocommerce form.lost_reset_password .custom-btn {
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce form.lost_reset_password .form-row-first,
.woocommerce-account .woocommerce form.lost_reset_password .form-row-last {
    width: 100%;
}
/* .password-reset-message {
    max-width: 1000px;
    width: 100%;
    margin: 60px auto;
    z-index: 1;
    position: relative;
} */
.password-reset-message p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin: 0;
}
.search .site-main .no-results .ast-search-submit {
    top: 50%;
    transform: translateY(-50%);
}
#ast-scroll-top {
    background: #000;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background-position: 100% 100%;
}
.privacy-policy h1, .terms-of-purchase h1,
.privacy-policy h2, .terms-of-purchase h2,
.privacy-policy h3, .terms-of-purchase h3,
.privacy-policy h4, .terms-of-purchase h4,
.privacy-policy h5, .terms-of-purchase h5,
.privacy-policy h6, .terms-of-purchase h6 {
    margin-bottom: 1rem;
    line-height: 1;
}
.my-product-slider {
    margin: 0 -12px;
}
.woocommerce-account.page-template-myaccount-login  #page .site-content {
    padding: 0;
    position: relative;
}
.woocommerce-account #page .site-content .woocomerce-login-form {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 470px;
    width: 100%;
}
body:not(.logged-in).woocommerce-account #page .site-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("../images/login-bg.png") #F2F2F2;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.woocommerce-account.page-template-myaccount-login  #page .site-content .ast-container {
    align-items: center;
    height: 100vh;
    /* padding-bottom: 60px; */
}
.woocomerce-login-form .woocomerce-login-form-img img {
    margin: 0 auto 40px;
    display: block;
}
.woocomerce-login-form form.woocommerce-form-login,
.woocomerce-login-form form.lost_reset_password,
.woocommerce-account #page .site-content .woocomerce-login-form .reset-password {
    margin: 40px 0 0;
    border: 1px solid #D9D0C3;
    box-shadow: 0px 10px 24px 0px #C3AF941A;
    backdrop-filter: blur(24px);
    background: #F0EBE480;
    border-radius: 0 !important;
    padding: 50px 38px;
}
.woocommerce-js form .form-row input.input-text,
.woocommerce-js form .form-row select,
.woocommerce-js form .form-row textarea {
    border: 1px solid #D9D0C3;
    color: rgba(0, 0, 0, 0.6);
    line-height: 100%;
}
.woocommerce-js form .form-row input.input-text:focus {
    border: 1px solid #D9D0C3;
}
.woocommerce-js form .form-row input.input-text::placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.2);
}
.woocomerce-login-form form.woocommerce-form-login.login .form-row {
    padding: 0;
    margin: 0 0 20px;
}
.woocomerce-login-form form.woocommerce-form-login.login .custom-btn {
    margin-top: 30px;
    margin-bottom: 40px;
}
.woocomerce-login-form form.woocommerce-form-login p.lost_password {
    text-align: center;
}
.ast-site-title-wrap {
    display: none;
}
.privacy-policy p:last-child,
.terms-of-purchase p:last-child {
    margin: 0;
}
.social-icon-list {
    position: relative;
}
.social-icon-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.product-slide-adding-msg {
    text-align: center;
    margin-top: 10px;
    display: block;
}
.product-slide-cont-cart .added_to_cart {
    display:none;
}
.loading .loader:after {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 1;
}
.product-slide-wrapper.loading  .loader {
    position: absolute;
    display: block;
    width: 102%;
    height: 100%;
    background: #00000040;
}
.product-slide-wrapper .loader {
    display: none;
}
.woocommerce-js .loader::before {
    background-color: none;
}
.privacy-policy p a {
    color: #6C468C;
}
.home .header-sticky .ast-header-account-type-icon .ahfb-svg-iconset svg.account-icon path,
.home .header-sticky .ast-header-account-type-icon .ahfb-svg-iconset svg.account-icon circle,
.ast-header-account-type-icon .ahfb-svg-iconset svg.account-icon path:not(.ast-hf-account-unfill),
.ast-header-account-type-icon .ahfb-svg-iconset svg.account-icon circle,
.home .header-sticky .ast-header-account-type-icon .ahfb-svg-iconset svg.account-icon path:not(.ast-hf-account-unfill),
.home .header-sticky .ast-header-account-type-icon .ahfb-svg-iconset svg.account-icon circle {
    fill: #000;
}
.home  .ast-header-account-type-icon .ahfb-svg-iconset svg.account-icon path:not(.ast-hf-account-unfill),
.home .ast-header-account-type-icon .ahfb-svg-iconset svg.account-icon circle {
    fill: #fff;
}
.special-offer-main .card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.special-offer-main .card-container .card {
    max-width: calc(33.3333% - 16px);
    width: 100%;
    text-align: center;
}
.special-offer-main .card-container .card .product-slide-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 341px;
}
.special-offer-main .card-container .card .product-slide-img {
    padding: 0;
    max-height: 341px;
    min-height: 341px;
    overflow: hidden;
    display: block;
}
.special-offer-main .card-container .card .custom-btn a {
    position: relative;
    min-width: 220px;
    background: #fff;
    color: #000;
    border-radius: 0;
    transition: all 300ms linear;
    border: 1px solid #000000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 15px 17px;
    max-width: 220px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.special-offer-main .card-container .card .custom-btn a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    bottom: -5px;
    left: 5px;
    border-top: 0;
    border-left: 0;
    transition: all 300ms linear;
    z-index: -1;
}
.special-offer-main .card-container .card .custom-btn a:hover:before {
    bottom: -1px;
    left: -1px;
    transition: 300ms linear;
    z-index: -1;
}
.special-offer-main .card-container .card .product-slide-cont-title h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
}
.special-offer-main .card-container .card .product-slide-cont-title {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.wpcf7 form .contact-form.sign-up-form .w-half {
    max-width: calc(50% - 12px);
}
.wpcf7 form .contact-form.sign-up-form .custom-btn {
    display: block;
    margin: 0 auto;
}
.wpcf7 select.wpcf7-form-control {
    background: url("../images/down-arrow.svg") #fff;
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.product-deatil-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.product-deatil-main .summary.entry-summary {
    max-width: 49%;
    width: 100% !important;
    margin: 0 !important;
}
.product-deatil-main .product-deatil-wrapper {
    max-width: 48%;
    width: 100% !important;
    margin: 0 !important;
    float: unset !important;
    border: 1px solid #E0E0E0;
}
.product-deatil-main .product-deatil-wrapper .woo-product-gallery-slider.woocommerce-product-gallery {
    max-width: 100%;
    width: 100% !important;
    margin: 0 !important;
    float: unset !important;
}
.product-deatil-main .woocommerce-product-gallery .wpgs-nav {
    background: #F2F2F2;
    border-top: 1px solid #E0E0E0;
    padding: 15px 0;
}
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-list .slick-slide {
    border: 1px solid #E2E2E2;
    background: #fff;
    padding: 7px 12px;
    height: 72px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-list .slick-slide img {
    object-fit: contain;
    height: 100%;
}
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-prev,
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-next {
    left: 25px;
    width: 65px;
    height: 38px;
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-next {
    left: auto;
    right: 25px;
}
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-prev::before,
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-next::before {
    content: "";
    position: absolute;
    background: url("../images/slider-left-arrow.svg");
    width: 27px;
    height: 8px;
}
.product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-next::before {
    transform: rotate(180deg);
}
.product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for {
    padding: 35px 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for .slick-list {
    width: 100% !important;
    max-width: 410px;
    height: 457px !important;
}
.product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for .slick-list .slick-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for .slick-list .slick-track {
    height: 100%;
}
.product-deatil-main .product-deatil-wrapper .ast-on-card-button.ast-onsale-card {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    left: 10px;
    top: 10px;
    box-shadow: none;
    border: 1px solid #E4E4E4;
    border-radius: 0;
    background: #F0EBE4;
    cursor: unset;
}
.product-deatil-main .summary.entry-summary .product_title.entry-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Josefin Sans',sans-serif;
}
.product-deatil-main .summary.entry-summary .price {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px;
}
.product-deatil-main .summary.entry-summary .product_meta {
    padding: 0 0 20px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #B46D00;
    border-bottom: 1px solid #E9E9E9;
    border-top: 0;
    margin-bottom: 20px;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations {
    border: 0;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations tr {
    margin: 0;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations tr th.label {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    line-height: unset;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations tr th.label label {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    margin-bottom: 0;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    width: 100%;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value .variation-box {
    border: 1px dashed #D2D2D2;
    background: #FFFFFF;
    padding: 14px;
    text-align: center;
    max-width: 180px;
    width: 100%;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #717171;
    display: flex;
    flex-direction: column;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value .variation-box.active {
    border-color: #CCB595;
    background: #FBF8F3;
    box-shadow: 0px 0px 8px 0px #D5BC9940;
    border-style: solid;
    color: #000;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value .variation-box .variation-price {
    width: 100%;
    display: block;
    margin-top: 12px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #717171;
}
.product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value .variation-box.active .variation-price {
    color: #000;
}
.product-deatil-main .summary.entry-summary .woocommerce-variation-add-to-cart .quantity-control {
    max-width: 119px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    justify-content: space-between;
    box-shadow: 0px 2px 2px 0px #D9DDE34D;
    float: unset;
    margin: 0;
}
.product-deatil-main .summary.entry-summary .woocommerce-variation-add-to-cart .quantity-control button {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.product-deatil-main .summary.entry-summary .woocommerce-variation-add-to-cart .quantity-control input[type="text"],
.product-deatil-main .summary.entry-summary .woocommerce-variation-add-to-cart .quantity-control input {
    border: 0;
    padding: 15px 0;
    width: 35px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #01062E;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-deatil-main .summary.entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
    box-shadow: 0px 4px 4px 0px #42AC2840;
    background: #42AC28;
    color: #fff;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    padding: 16px 74px;
    margin: 0;
    float: unset;
}
.product-deatil-main .summary.entry-summary form.variations_form .woocommerce-product-details__short-description {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}
.product-deatil-main .summary.entry-summary form.variations_form .woocommerce-product-details__short-description p {
    margin: 0;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.product-deatil-main .summary.entry-summary form.variations_form .product-categories {
    margin-bottom: 20px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #6C468C;
}
.product-deatil-main .summary.entry-summary form.variations_form label {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
.product-deatil-main .summary.entry-summary form.variations_form textarea {
    border: 1px solid #E6E6E6;
    padding: 14px;
    height: 90px;
    resize: none;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #AAAAAA;
}
.product-deatil-main .summary.entry-summary .woocommerce-variation-add-to-cart .qty-cart-component {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.little-something-extra {
    background: #F0EBE4;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.little-something-extra h2.add_edit_product_section_titles {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 25px;
    width: 100%;
}
.little-something-extra .somethin-extra {
    max-width: 49%;
    width: 100%;
}
.little-something-extra .somethin-extra label {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
.little-something-extra .somethin-extra select {
    border: 1px solid #D9D0C3;
    padding: 20px 30px 20px 20px;
    height: auto;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    border-radius: 0;
    margin-bottom: 10px;
}
.little-something-extra .somethin-extra input {
    box-shadow: 0px 0px 4px 0px #00000040 inset;
    border: 1px solid #D9D0C3;
    padding: 14px 20px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.6);
}
.woocommerce-js div.product .woocomerce-description {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E9E9E9;
}
.woocommerce-js div.product .woocomerce-description h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Josefin Sans',sans-serif;
}
.woocommerce-js div.product .related.products h2 {
    color: #000;
}
.woocommerce-js div.product .woocomerce-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}
.woocommerce-js div.product .woocomerce-description p:last-child {
    margin-bottom: 0;
}
.woocommerce-js ul.products li.product .product-slide-img a {
    width: 100%;
    height: 100%;
}
.woocommerce-js ul.products li.product .product-slide-img a img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce-js ul.products li.product .product-slide-cont-cart a img {
    margin: 0;
    width: 28px;
    height: 28px;
}
.woocommerce-js ul.products li.product .product-slide-cont-title h3 {
    font-size: 20px;
    margin-bottom: 12px;
    padding: 0;
}
.woocommerce-js ul.products li.product .product-slide-cont-title span.price {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000;
}
.inner-banner {
    position: relative;
    padding: 51px 0;
}
.inner-banner h1 {
    text-align: center;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #000;
}
.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/mini-banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inner-banner .container {
    position: relative;
}
.woocommerce-cart .ast-container #primary,
.woocommerce-checkout .ast-container #primary {
    margin: 0;
    padding: 0;
}
.woocommerce-cart .ast-container #primary .ast-article-single,
.woocommerce-checkout .ast-container #primary .ast-article-single {
    padding: 0;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce,
.woocommerce-checkout .ast-container #primary .ast-article-single .woocommerce {
    padding: 60px 0;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart {
    max-width: calc(100% - 380px);
    width: 100%;
    border: 0;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form .cart-collaterals {
    max-width: 350px;
    width: 100%;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals {
    width: 100%;
    float: unset;
    padding: 30px 20px;
    margin: 0;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart thead {
    background: #fff;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart thead tr th {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    padding: 20px 10px;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control {
    max-width: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E2;
    justify-content: space-between;
    box-shadow: 0px 2px 2px 0px #D9DDE34D;
    padding: 0 10px;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control button {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    box-shadow: none;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control .quantity input[type="text"],
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control .quantity input {
    border: 0;
    padding: 13px 0;
    width: 35px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #01062E;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control button img {
    width: auto;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td {
    min-height: auto;
    padding: 20px 10px;
    border: 0;
    border-top: 2px solid #EEEEEE;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td a.remove {
    width: 42px;
    height: 42px;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td a.remove:before {
    display: none;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td a.remove .ahfb-svg-iconset svg {
    display: none;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td a.remove .ahfb-svg-iconset {
    background: url("../images/trash-icon.svg");
    transform: unset;
    width: 20px;
    height: 20px;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td.product-thumbnail a {
    width: 100px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E2E2;
    background: #FAFAFA;
    padding: 20px 10px;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td .amount {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #01062E;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td.product-name {
    width: 400px;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr:first-child td {
    border: 0;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td.product-name > a {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #01062E;
    margin-bottom: 18px;
    display: block;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td.product-name .cart-item-variation {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #6C468C;
    display: block;
    margin-bottom: 10px;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td.product-name dd.variation-Note {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #585924;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals h2 {
    padding: 0;
    margin: 0 0 8px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #2C3790;
    border: 0;
    text-transform: capitalize;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals .coupon {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals .coupon label {
    display: none;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals .coupon input#coupon_code {
    padding: 12px 130px 12px 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #D9D0C3;
    background: #fff;
    height: auto;
    display: block;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals .coupon #coupon-error-notice {
    width: 100%;
    margin: 5px 0 0;
    color: red;
}
.woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals .coupon .button {
    background: #42AC28;
    color: #fff;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    padding: 10px 15px;
    position: absolute;
    right: 5px;
    top: 6px;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table {
    margin: 0;
    border: none;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr th,
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr td {
    padding: 20px 0;
    border-bottom: 1px dashed #8B91BA;
    border-top: 0;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.order-total td {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    color: #358F1F;
    border-bottom: 0;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.cart-subtotal th {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.cart-subtotal td {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    text-align: right;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.order-total th {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #358F1F;
    border-bottom: none;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form .wc-proceed-to-checkout {
    border: 0;
    padding: 0;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr {
    border: 0;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form .wc-proceed-to-checkout a {
    margin: 0;
    box-shadow: 0px 4px 4px 0px #42AC2840 !important;
    background: #42AC28;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    padding: 16px 20px;
}
.woocommerce.woocommerce-checkout form #customer_details.col2-set,
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 61%;
    float: left;
    margin-right: 0;
}
.woocommerce.woocommerce-checkout form #order_review,
.woocommerce.woocommerce-checkout form #order_review_heading,
.woocommerce-page.woocommerce-checkout form #order_review,
.woocommerce-page.woocommerce-checkout form #order_review_heading {
    width: 37%;
    float: right;
    margin-right: 0;
    clear: right;
}
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1 {
    border: 1px solid #E2E2E2;
    background: #FDFDFD;
    padding: 30px;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    border-width: 0 1px 1px;
    padding: 0 20px;
}
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    border-width: 1px 1px 0;
    padding: 30px 20px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #2C3790;
}
.woocommerce-js form .form-row textarea {
    height: 100px;
    resize: none;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #D9D0C3;
    background: #fff;
    padding: 10px 15px;
}
.woocommerce-js form .form-row textarea::placeholder {
    color: rgba(0, 0, 0, 0.2);
}
.woocommerce-js form .form-row label {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin-bottom: 10px;
}
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1 .form-row {
    padding: 0;
    margin: 0 0 15px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: calc(50% - 8px);
    overflow: visible;
}
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1 .form-row:last-child {
    margin: 0;
}
.archive .ast-container #secondary {
    max-width: 280px;
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    border: 1px solid #E2E2E2;
    background: #FDFDFD;
    position: relative;
}
.archive .ast-container #primary {
    max-width: 981px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.archive .ast-container #primary .ast-woocommerce-container {
    padding: 0;
}
.archive header .ast-container {
    justify-content: unset;
}
.archive .ast-container {
    justify-content: space-between;
}
.archive .ast-container #secondary h2 {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    margin-bottom: 25px;
}
.archive .ast-container #secondary .woof_container_inner h4 {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000A11;
    margin-bottom: 20px;
}
.archive .ast-container #secondary .woof_container_inner ul li .icheckbox_square-blue {
    margin: 0;
    background: #FDFDFD;
    border: 1px solid #CCD2DB;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.5;
}
.archive .ast-container #secondary .woof_container_inner ul li .woof_checkbox_label {
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000A11;
    max-width: calc(100% - 32px);
}
.archive .ast-container #secondary .woof_container_inner ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.archive .ast-container #secondary .woof_container_inner ul li:last-child {
    margin-bottom: 0;
}
#woof_svg_load_container {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    left: 0 !important;
    text-align: center;
    top: 0 !important;
    background: rgba(0,0,0,0.4);
}
#woof_svg_load_container img {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.woof_submit_search_form_container button.woof_reset_search_form {
    position: absolute;
    top: 23px;
    right: 14px;
    background: transparent;
    color: #9D9D9D;
    padding: 0;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 100%;
    text-decoration: underline;
}
.woof_submit_search_form_container button.woof_reset_search_form:hover {
    background: transparent;
    color: #9D9D9D;
}
.archive .ast-container #secondary .woof_container_inner ul li .icheckbox_square-blue.checked {
    background: #000;
}
.archive .ast-container #secondary .woof_container_inner ul li .icheckbox_square-blue:before {
    content: "";
    position: absolute;
    background: url("../images/true-icon.svg");
    width: 12px;
    height: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.archive .ast-container #secondary .woof_container {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}
.archive .ast-container #secondary .woof_container form .price_slider {
    background: rgba(185,185,185,0.3);
    height: 4px;
    width: calc(100% - 15px);
    margin: 0 auto 20px;
}
.archive .ast-container #secondary .woof_container form .price_slider .ui-slider-range {
    background: #263C60;
}
.archive .ast-container #secondary .woof_container form .price_slider .ui-slider-handle {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 6px solid #263C60;
    top: 50%;
    transform: translateY(-50%);
}
.archive .ast-container #secondary .woof_container form .price_slider_amount {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000A11;
}
.archive .ast-container #secondary .woof_container form .price_slider_amount {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000A11;
}
.archive .ast-container #secondary .woof_submit_search_form_container {
    margin: 0;
    overflow: visible;
}
.archive .ast-container #secondary .woof_submit_search_form_container .custom-btn,
.archive .ast-container #secondary .woof_submit_search_form_container .custom-btn .inner {
    width: 100%;
}
.archive .ast-container #secondary .woof_submit_search_form_container .woof_submit_search_form {
    position: relative;
    background: #fff;
    color: #000;
    border-radius: 0;
    transition: all 300ms linear;
    border: 1px solid #000000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    width: 100%;
}
.custom-btn .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    bottom: -5px;
    left: 5px;
    border-top: 0;
    border-left: 0;
    transition: all 300ms linear;
    z-index: -1;
}
.custom-btn .inner:hover:before {
    bottom: 0px;
    left: 0px;
    transition: 300ms linear;
    z-index: -1;
}
.woof_products_top_panel_ul li ul li:first-child {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    width: max-content;
    color: #000A11;
    float: left;
    border: 0;
    background: none;
    padding: 0;
}
.woof_products_top_panel_ul li ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.woof_products_top_panel_ul li ul li {
    background: #F0F1E4;
    padding: 5px 8px;
    margin: 0 !important;
}
.woof_products_top_panel_ul li ul li .woof_remove_ppi {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #5E5E5E;
    background: url("../images/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
}
.woocommerce-result-count-wrapper ul.products.columns-3 li.product {
    border: 1px solid #E2E2E2;
}
.woocommerce-result-count-wrapper ul.products.columns-3 li.product .product-slide-cont {
    padding: 0 20px 10px;
}
.woocommerce-result-count-wrapper ul.products.columns-3 li.product .product-slide-cont span.price {
    margin: 0;
}
.woocommerce-result-count-wrapper ul.products.columns-3 {
    margin-bottom: 0;
}
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul {
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul li {
    margin: 0;
    background: #fff;
    border: 0;
}
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul li .page-numbers {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #EBEBEB;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #000A11;
}
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul li .page-numbers:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul li .page-numbers.next img {
    transform: rotate(180deg);
}
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul li .next.page-numbers:hover img,
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul li .prev.page-numbers:hover img,
.woocommerce-shop-list-wrapper nav.woocommerce-pagination ul li .page-numbers.current img {
    filter: brightness(0) invert(1);
}
.woocommerce-shop .ast-container.shop-main {
    padding: 50px 15px 80px;
    position: relative;
    z-index: 0;
}
.order-summary-main-inner:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.order-summary-main {
    border-bottom: 2px solid #DEE1EC;
    margin-bottom: 30px;
}
.order-summary-main-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dotted #8B91BA;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.order-summary-main-inner .order-summary-main-img {
    width: 80px;
    height: 96px;
    border: 1px solid #E2E2E2;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 7px;
}
.order-summary-main-inner .order-summary-main-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.order-summary-main-inner .order-summary-main-cont {
    max-width: calc(100% - 98px);
    width: 100%;
    margin-bottom: 15px;
}
.order-summary-main-cont-head h4 {
    font-family:'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #01062E;
    margin: 0;
}
.order-summary-main-cont-head {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 8px;
}
.order-summary-main-cont-head .variation-info {
    margin: 0;
    color: #6C468C;
    font-family:'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.order-summary-main-cont-category .variation-wrapp {
    display: flex;
    align-items: flex-start;
}
.order-summary-main-cont-category .variation-wrapp .variation-label {
    font-family:'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000;
}
.order-summary-main-cont-category .variation-wrapp .variation-value {
    font-family:'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin-left: 5px;
}
.order-summary-main-cont-category .variation-wrapp .variation-value p {
    margin: 0;
}
.order-summary-main-cont-category .variation-wrapp:last-child {
    margin-bottom: 0;
}
.order-summary-main-cont-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-summary-main-cont-category {
    margin-bottom: 12px;
}
.order-summary-main-cont-price p {
    margin: 0;
    font-family:'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #737AAF;
}
.order-summary-main-cont-price p .product-quantity {
    color: #495087;
    font-weight: 500;
}
.order-summary-main-cont-price p:last-child .amount {
    font-family:'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #01062E;
}
.order-summary-main-note {
    border: 1px solid #EEEEEE;
    background: #F8F8F8;
    padding: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #585924;
    width: 100%;
    margin-top: 14px;
}
.order-summary-main-note span.note-lable {
    font-weight: 600;
}
.order-summary-main-note span.note-lable {
    font-weight: 600;
}
.woocommerce-checkout-review-order-table h3 {
    color: #2C3790;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .shop_table tbody tr th {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    padding: 20px 0;
    border-bottom: 1px dotted #8B91BA;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .shop_table tbody tr:first-child td .woocommerce-Price-amount {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}
.woocommerce-page.woocommerce-checkout div#payment ul {
    display: none;
}
.woocommerce-page.woocommerce-checkout div#payment .form-row .woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.woocommerce-page.woocommerce-checkout div#payment .form-row button#place_order {
    background: #42AC28;
    box-shadow: 0px 4px 4px 0px #42AC2840;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 13px 24px;
    border: 1px solid #42AC28;
}
.woocommerce-page.woocommerce-checkout div#payment .form-row button#place_order:hover {
    background: #fff;
    color: #42AC28;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .shop_table tbody tr td {
    padding: 20px 0;
    border-bottom: 1px dotted #8B91BA;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .shop_table tbody tr:last-child th {
    color: #358F1F;
    font-weight: 600;
    border: 0;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .shop_table tbody tr:last-child td {
    border: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #358F1F;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .shop_table tbody tr:last-child td .woocommerce-Price-amount {
    font-weight: 700;
}
.order-summary-main-cont-head h4 {
    max-width: calc(100% - 85px);
    width: 100%;
}
.search .ast-container #primary {
    margin: 60px 0;
}
.search .product-slide-main {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
}
.search .product-slide-main .product-slide {
    max-width: calc(25% - 18px);
    width: 100%;
    border: 1px solid #E2E2E2;
}
.search .product-slide-main .product-slide .product-slide-cont {
    padding: 0 20px 20px;
}
.search .product-slide-main .product-slide .product-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.woof_show_mobile_filter {
    display: none;
}
.woof_hide_filter {
    display: block !important;
}
.search .ast-archive-description {
    padding: 0;
}
.search-no-results.ast-separate-container #primary {
    margin: 0;
    padding: 60px 0 60px;
    text-align: center;
}
header.site-header nav.site-navigation ul.main-header-menu li.menu-item .sub-menu {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 750px;
    max-width: 750px;
    gap: 0 15px;
    padding-top: 15px;
}
header.site-header nav.site-navigation ul.main-header-menu li.menu-item .sub-menu li.menu-item {
    max-width: calc(33.333% - 10px);
    width: 100%;
}
.woocommerce-orders #page .site-content,
.woocommerce-edit-account #page .site-content {
    padding-bottom: 60px;
}
.product-deatil-main .summary.entry-summary form .product-categories {
    margin-bottom: 20px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #6C468C;
}
.product-deatil-main .summary.entry-summary form label {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
.product-deatil-main .summary.entry-summary form textarea {
    border: 1px solid #E6E6E6;
    padding: 14px;
    height: 90px;
    resize: none;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #AAAAAA;
}
.product-deatil-main .summary.entry-summary .qty-cart-component {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.product-deatil-main .summary.entry-summary .quantity-control {
    max-width: 119px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    justify-content: space-between;
    box-shadow: 0px 2px 2px 0px #D9DDE34D;
    float: unset;
    margin: 0 !important;
}
.product-deatil-main .summary.entry-summary .quantity-control button {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    box-shadow: none;
}
.product-deatil-main .summary.entry-summary .quantity-control input[type="text"],
.product-deatil-main .summary.entry-summary .quantity-control input {
    border: 0;
    padding: 15px 0;
    width: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #01062E;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-deatil-main .summary.entry-summary .single_add_to_cart_button.button {
    box-shadow: 0px 4px 4px 0px #42AC2840;
    background: #42AC28;
    color: #fff;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    padding: 16px 74px !important;
    margin: 0;
    float: unset;
}
.woocommerce-notices-wrapper .woocommerce-message {
    border-color: #CCB595;
    background: #FBF8F3;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    background: #42AC28;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    padding: 15px 40px;
    margin: 0 0 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
    color: #B46D00;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-cart-form__cart-item .variation-wrapp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.woocommerce-cart-form__cart-item .variation-wrapp span.variation-value.variation-Note .note-variation {
    font-weight: 600;
    margin-right: 5px;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.cart-discount td:last-child {
    text-align: right;
}
.woocommerce-cart-form__cart-item .variation-wrapp .variation-label {
    font-family:'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000;
}
.woocommerce-cart-form__cart-item .variation-wrapp .variation-value {
    font-family:'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin-left: 5px;
}
.woocommerce-cart-form__cart-item .variation-wrapp .variation-value p {
    margin: 0;
}
.woocommerce-cart-form__cart-item .variation-wrapp:last-child {
    margin-bottom: 0;
}
.woocommerce-cart-form__cart-item .variation-wrapp .variation-value p span.woocommerce-Price-amount.amount {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #000 !important;
    margin-left: 0;
}
.woocommerce-cart-form__cart-item .variation-wrapp span.variation-value.variation-Note {
    margin: 0;
    color: #585924;
}
.ast-woo-shop-archive .site-content .ast-container,
.woocommerce-dashboard .site-content .ast-container {
    padding: 60px 15px;
}
.woocommerce-orders #page .site-content .ast-container,
.woocommerce-edit-account  #page .site-content .ast-container,
.single-product #page .site-content .ast-container,
.woocommerce-view-order #page .site-content .ast-container {
    padding-top: 60px;
}
.woocommerce-js ul.cart_list li>a, .woocommerce-js ul.product_list_widget li>a {
    max-width: calc(100% - 25px);
    width: 100%;
}
.woocommerce-checkout .ast-container #primary .woocommerce .checkout_coupon .coupon {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.woocommerce-checkout .ast-container #primary .woocommerce .checkout_coupon .coupon label {
    display: none;
}
.woocommerce-checkout .ast-container #primary .woocommerce .checkout_coupon .coupon input#coupon_code {
    padding: 12px 130px 12px 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #D9D0C3;
    background: #fff;
    height: auto;
    display: block;
}
.woocommerce-checkout .ast-container #primary .woocommerce .checkout_coupon .coupon #coupon-error-notice {
    width: 100%;
    margin: 5px 0 0;
    color: red;
}
.woocommerce-checkout .ast-container #primary .woocommerce .checkout_coupon .coupon .button {
    background: #42AC28;
    color: #fff;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    padding: 10px 15px;
    position: absolute;
    right: 5px;
    top: 6px;
}
.custom-btn .inner,
p.return-to-shop {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.custom-btn .inner a,
p.return-to-shop a.button.wc-backward {
    position: relative;
    min-width: 220px;
    background: #fff;
    color: #000;
    border-radius: 0;
    transition: all 300ms linear;
    border: 1px solid #000000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    width: 100%;
}
p.return-to-shop a.button.wc-backward  {
    text-align: center;
}
.custom-404-content h1 {
    margin-bottom: 15px;
}
p.return-to-shop {
    margin: 0;
}
p.return-to-shop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    bottom: -5px;
    left: 5px;
    border-top: 0;
    border-left: 0;
    transition: all 300ms linear;
    z-index: -1;
}
p.return-to-shop:hover:before{
    bottom: 0;
    left: 0;
}
.astra-cart-drawer .widget_shopping_cart .woocommerce-mini-cart__buttons a,
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-Pagination .woocommerce-button {
    border: 1px solid #000 !important;
    border-radius: 0;
    box-shadow: 4px 4px 0px rgba(0, 0, 0) !important;
    outline: 2px solid #fff !important;
    background: #fff;
    color: #000 !important;
    background: transparent !important;
}
.astra-cart-drawer .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-Pagination .woocommerce-button:hover {
    box-shadow: none !important;
    outline: none !important;
}
body .woocommerce-MyAccount-navigation-link.is-active a {
    color: #6C468C;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-Pagination .woocommerce-button {
    background: #fff !important;
    color: #000 !important;
}

.archive .ast-container #primary .woocommerce-filters .woocommerce-ordering select {
    border: 1px solid #E6E6E6;
    padding: 17px 20px;
    height: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    background: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
}
.woocommerce-result-count-wrapper ul.products.columns-3 li.product .product-slide-cont .product-slide-cont-cart a {
    border: 0;
}
.woocommerce-result-count-wrapper ul.products.columns-3 li.product .product-slide-cont span.price ins {
    font-weight: 500;
}
.woocommerce-result-count-wrapper ul.products.columns-3 li.product .product-slide-cont span.price del {
    color: #A3A3A3;
    opacity: 1;
    font-size: 18px;
}
.woocommerce-js div.product .related.products ul.products.columns-4 {
    gap: 24px;
}
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .woocommerce-billing-fields h3 {
    padding: 0 0 14px;
}
.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details {
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-child {
    margin: 0;
}
.woocommerce-MyAccount-navigation>ul li a,
.woocommerce-MyAccount-navigation>ul li a:focus {
    color: #6C468C;
}
.woocommerce-js table.shop_table th.woocommerce-orders-table__cell-order-number a:hover {
    color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
    margin-top: 0;
}
.woocommerce-MyAccount-navigation>ul li.is-active a,
.woocommerce-MyAccount-navigation>ul li a:hover {
    color: #000;
}
.woocommerce #content .ast-woocommerce-container div.product div.images, .woocommerce .ast-woocommerce-container div.product div.images,
.woocommerce-page #content .ast-woocommerce-container div.product div.images, .woocommerce-page .ast-woocommerce-container div.product div.images {
    width: 100%;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.product-variation-note td {
    border-top: 0;
    padding: 0 0 20px;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.product-variation-note td div {
    border: 1px solid #EEEEEE;
    color: #585924;
    padding: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.product-variation-note td div .note-variation {
    font-weight: 600;
}
.woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form table tr.product-variation-note td::before {
    display: none;
}


@media (min-width: 1200px) {
    .ast-search-menu-icon.slide-search {
        position: relative;
    }
    .ast-search-menu-icon.slide-search form.search-form {
        position: relative;
        top: 0;
        right: 0;
        transform: unset;
        opacity: 1;
        visibility: visible;
        border: 0;
        background: transparent;
    }
    .ast-search-menu-icon.slide-search .ast-search-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    
    .ast-search-menu-icon.slide-search form.search-form input#search-field,
    .home .ast-search-menu-icon.slide-search form.search-form input#search-field:focus {
        border: 1px solid #D8D8D8;
        font-family: 'Josefin Sans',sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        padding: 11px 35px 11px 18px;
        background: transparent;
    }
    .home .ast-search-menu-icon.slide-search form.search-form input#search-field,
    .home .ast-search-menu-icon.slide-search form.search-form input#search-field::placeholder {
        color: #fff;
    }
    .home .header-sticky .ast-search-menu-icon.slide-search form.search-form input#search-field,
    .home .header-sticky .ast-search-menu-icon.slide-search form.search-form input#search-field::placeholder {
        color: #000;
    }
    
}

@media (max-width: 1400px) {
    .my-category-slider .category-slide {
        max-width: 20%;
    }
    .woocommerce-shop .ast-container #secondary {
        max-width: 250px;
    }
    .woocommerce-shop .ast-container #primary {
        max-width: calc(100% - 290px);
    }
}

@media (max-width: 1199px) {
    .ast-separate-container #primary {
        padding: 0;
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-next {
        right: 5px;
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-prev {
        left: 5px;
    }
    header.site-header nav.site-navigation ul.main-header-menu li.menu-item .sub-menu {
        width: 500px;
        max-width: 500px;
    }
    header.site-header nav.site-navigation ul.main-header-menu li.menu-item .sub-menu li.menu-item {
        max-width: calc(50% - 10px);
        width: 100%;
    }
    .woocommerce-result-count-wrapper ul.products.columns-3 li.product .product-slide-img {
        max-height: 250px;
        min-height: 250px;
    }
    .my-category-slider .category-slide {
        max-width: 25%;
    }
    .wpcf7 form .contact-form .w-half {
        max-width: 47%;
        width: 100%;
    }
    .woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart {
        max-width: 100%;
    }
    .woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form .cart-collaterals {
        max-width: 100%;
        margin-top: 40px;
    }
    .order-summary-main-cont-head h4 {
        max-width: 100%;
        width: 100%;
    } 
}

@media (max-width: 991px) {
    .woof_show_filter_for_mobile.woof {
        top: 60px !important;
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav {
        padding: 15px 0 50px;
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-prev {
        left: calc(50% - 50px);
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-next {
        right: calc(50% - 50px);
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-prev,
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-next {
        top: auto;
        bottom: -10px;
        width: 45px;
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-prev::before,
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-next::before {
        width: 17px;
    }
    .woocommerce-js .woocommerce-customer-details {
        margin: 0;
    }
    .woocommerce-js ul.order_details li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-right: 0;
        border-bottom: 1px dashed var(--ast-border-color);
    }
    .woocommerce-js ul.order_details li strong {
        display: unset;
    }
    .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
        margin: 0 0 0 auto;
        width: fit-content;
        font-size: 14px;
        padding: 15px 30px;
    }
    .woocommerce-notices-wrapper .woocommerce-message {
        gap: 10px;
        font-size: 13px;
    }
    .woocommerce-orders #page .site-content .ast-container,
    .woocommerce-edit-account  #page .site-content .ast-container,
    .single-product #page .site-content .ast-container,
    .woocommerce-view-order #page .site-content .ast-container {
        padding-top: 45px;
    }
    .ast-woo-shop-archive .site-content .ast-container,
    .woocommerce-dashboard .site-content .ast-container {
        padding: 45px 15px;
    }
    .woocommerce-result-count-wrapper ul.products.columns-3 li.product .product-slide-img {
        max-height: 280px;
        min-height: 280px;
    }
    .woocommerce-shop .ast-container #primary {
        max-width: 100%;
    }
    .woocommerce-shop .ast-container #secondary {
        max-width: unset;
        padding: 0;
        border: 0;
    }
    .woocommerce-shop .ast-container.shop-main {
        flex-direction: column !important;
    }
    .woof_show_mobile_filter {
        display: block;
    }
    .woof_hide_filter {
        display: none !important;
    }
    header.woocommerce-products-header {
        display: block;
    }
    .search .product-slide-main .product-slide {
        max-width: calc(33.333% - 16px);
    }
    .search-no-results.ast-separate-container #primary {
        margin: 40px 0;
        margin: 0;
    }
    .woocommerce-shop .ast-container #primary header.woocommerce-products-header {
        margin-bottom: 30px;
    }
    #page .site-content {
        padding-top: 60px;
    }
    .contact-us-main .footer-social-list {
        justify-content: center;
    }
    .get-in-touch-box {
        max-width: 49%;
    }
    header .custom-logo-link img {
        max-width: 200px;
        width: 100%;
        height: auto;
    }
    .call-to-action .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 0;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        gap: 30px;
        justify-content: center;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2 {
        max-width: 40%;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:before,
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:after {
        left: 0;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:after {
        right: 0;
        left: auto;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-3 {
        padding-left: 0;
    }
    .my-category-slider .category-slide {
        max-width: 33.3333%;
    }
    .product-main-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .wpcf7 form .contact-form .w-half {
        max-width: 100%;
        width: 100%;
    }
    .wpcf7 form .contact-form.sign-up-form .w-half {
        max-width: calc(50% - 12px);
    }
    .product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value .variation-box {
        max-width: 162px;
    }
    .product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for {
        padding: 25px 30px;
    }
    .product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for .slick-list {
        height: 357px !important;
    }
    .product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for .slick-list .slick-slide img {
        object-fit: contain;
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-list .slick-slide img {
        object-fit: contain;
    }
    .product-deatil-main .woocommerce-product-gallery .wpgs-nav .slick-list .slick-slide {
        /* width: 100px !important; */
        height: 100px;
    }
    .woocommerce-shop .ast-container.shop-main {
        padding: 50px 15px 60px;
    }
}

@media (max-width: 921px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 20px;
    }
    .woocommerce-MyAccount-navigation>ul {
        padding-left: 0;
    }
    header .main-header-bar.site-header-focus-item .site-header-primary-section-right > * {
        padding: 0 5px;
    }
    header .main-header-bar.site-header-focus-item .site-header-primary-section-right .ast-header-search {
        padding: 0;
    }
    header .main-header-bar.site-header-focus-item .site-header-primary-section-right .menu-toggle {
        padding: 0 5px;
    }
    header .main-header-bar.site-header-focus-item .site-header-primary-section-right .ast-header-account {
        padding-right: 0;
    }
    header.site-header nav.site-navigation ul.main-header-menu li.menu-item .sub-menu li.menu-item {
        max-width: 100%;
    }
    
    /* .woocommerce-shop .ast-container #secondary {
        margin-bottom: 30px;
    } */
    #page .site-content {
        padding-top: 62px;
    }
    .ast-builder-grid-row>.site-header-section > div:last-child {
        padding: 0;
    }
    .ast-header-woo-cart .ast-site-header-cart .ast-addon-cart-wrap {
        margin: 0;
    }
    .woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart {
        max-width: 100%;
    }
    .woocommerce-cart .ast-container #primary .ast-article-single .woocommerce .woocommerce-cart-form .cart-collaterals {
        max-width: 100%;
        margin-top: 40px;
    }
    .woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td {
        border: 0;
    }
    .woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td:last-child {
        border-bottom: 2px solid #EEEEEE;
    }
    .woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr:last-child td:last-child {
        border: 0;
    }
    .woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td.product-name {
        width: 100%;
    }
    .woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart .quantity-control {
        margin-left: auto;
    }
    .woocommerce-cart .ast-container #primary .woocommerce .woocommerce-cart-form .shop_table.cart tr td {
        padding: 10px;
    }
    .woocommerce-cart .ast-container #primary .ast-article-single .woocommerce {
        padding: 30px 0;
    }
    .woocommerce.woocommerce-checkout form #order_review,
    .woocommerce.woocommerce-checkout form #order_review_heading,
    .woocommerce-page.woocommerce-checkout form #order_review,
    .woocommerce-page.woocommerce-checkout form #order_review_heading,
    .woocommerce.woocommerce-checkout form #customer_details.col2-set,
    .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
        width: 100%;
    }
    .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1 {
        padding: 15px;
    }
    
    .woocommerce-page.woocommerce-checkout div#payment .form-row button#place_order {
        margin: 0;
    }
    .order-summary-main-inner .order-summary-main-cont {
        max-width: calc(100% - 88px);
    }
    .order-summary-main-inner .order-summary-main-img {
        width: 70px;
        height: 76px;
    }
}

@media (max-width: 781px) {
    .call-to-action .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    
    .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
        margin: 0;
    }
    .woocommerce-shop-list-wrapper nav.woocommerce-pagination ul {
        margin-top: 30px;
    }
    .woocommerce-shop .ast-container #primary header.woocommerce-products-header {
        margin-bottom: 15px; 
    }
    .woocommerce-orders #page .site-content .ast-container,
    .woocommerce-edit-account  #page .site-content .ast-container,
    .single-product #page .site-content .ast-container,
    .woocommerce-view-order #page .site-content .ast-container {
        padding-top: 30px;
    }
    .ast-woo-shop-archive .site-content .ast-container,
    .woocommerce-dashboard .site-content .ast-container {
        padding: 30px 15px;
    }
    .search .product-slide-main .product-slide {
        max-width: calc(50% - 12px);
    }
    .search .ast-container #primary {
        margin: 20px 0;
    }
    .order-summary-main-cont-head h4 {
        max-width: 100%;
        width: 100%;
    }
    .inner-banner:before {
        background: url("../images/mini-banner-mobile.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .get-in-touch-box {
        max-width: 49%;
    }
    .search-no-results.ast-separate-container #primary {
        padding: 40px 15px;
        margin: 0;
    }

    .product-slide-cont-title h3,
    .product-slide-cont-title span.price {
        font-size: 16px;
    }
    .product-main-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .ast-site-header-cart i.astra-icon {
        display: block;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-1,
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-3 {
        max-width: 100%;
        padding: 20px 30px;
        margin: 0;
        text-align: center;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2 {
        max-width: 100%;
        padding: 30px 0;
        margin: 0;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:before,
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:after {
        width: 100%;
        height: 1px;
        left: 0;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-2:after {
        right: 0;
        top: auto;
        bottom: 0;
    }
    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding: 0;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-1 .footer-widget-area.widget-area,
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-3 .footer-widget-area.widget-area {
        text-align: center;
    }
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        margin: 0;
    }
    .footer-menu .widget_nav_menu h2 {
        margin-bottom: 20px;
    }
    .footer-menu .widget_nav_menu nav ul li {
        margin-bottom: 15px;
    }
    .call-to-action .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 20px;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        gap: 0;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-1 {
        padding: 40px 20px 20px;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-section-3 {
        padding: 20px 20px 40px;
    }
    .my-category-slider .category-slide {
        max-width: 50%;
    }
    .wpcf7 form .contact-form .w-half {
        max-width: 48%;
        width: 100%;
    }
    .helping-process p, .helping-process ul li {
        font-size: 16px;
        line-height: 150%;
    }
    .special-offer-main .card-container .card .product-slide-img {
        max-height: 300px;
        min-height: 300px;
    }
    .special-offer-main .card-container .card .product-slide-img img {
        min-height: 300px;
    }
    .special-offer-main .card-container .card {
        max-width: calc(50% - 12px);
    }
    .wpcf7 form .contact-form.sign-up-form .w-half {
        max-width: 100%;
    }
    .product-deatil-main .summary.entry-summary,
    .product-deatil-main .product-deatil-wrapper {
        max-width: 100% !important;
    }
    .product-deatil-main .product-deatil-wrapper {
        margin-bottom: 30px !important;
    }
    .product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for {
        padding: 20px 30px;
    }
    .product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for .slick-list {
        height: 357px !important;
    }
    .product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for .slick-list .slick-slide {
        margin: 0 5px;
    }
    .product-deatil-main .product-deatil-wrapper .woocommerce-product-gallery .wpgs-for .slick-list .slick-slide img {
        object-fit: contain;
    }
    .product-deatil-main .summary.entry-summary .product_title.entry-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .product-deatil-main .summary.entry-summary .price {
        font-size: 26px;
    }
    .product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value {
        gap: 15px;
    }
    .product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value .variation-box {
        max-width: 144px;
    }
    .product-deatil-main .summary.entry-summary form.variations_form table.variations tr td.value .variation-box .variation-price {
        margin-top: 6px;
    }
    .product-deatil-main .summary.entry-summary form.variations_form .product-categories {
        font-size: 14px;
    }
    .product-deatil-main {
        margin-bottom: 40px;
    }
    .little-something-extra {
        padding: 20px;
        margin-bottom: 40px;
        gap: 15px;
    }
    .little-something-extra h2.add_edit_product_section_titles {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .little-something-extra .somethin-extra {
        max-width: 100%;
    }
    .woocommerce-js div.product .woocomerce-description {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    ul.products.columns-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .woocommerce-js ul.products li.product:last-child {
        margin-bottom: 0;
    }
    .woocommerce-js .related.products li.product {
        margin-bottom: 30px;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce-shop .ast-container.shop-main {
        padding: 25px 15px 40px !important;
    }
    .woocommerce-result-count-wrapper ul.products.columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .woocommerce-result-count-wrapper ul.products.columns-3 li.product .product-slide-img {
        max-height: 250px;
        min-height: 250px;
    }
    
}

@media (max-width: 575px) {
    .search .product-slide-main .product-slide {
        max-width: 100%;
    }
    .get-in-touch-box {
        max-width: 100%;
    }
    .wpcf7 form .contact-form .w-half {
        max-width: 100%;
        width: 100%;
    }
    .my-category-slider .category-slide {
        max-width: 100%;
    }
    .special-offer-main .card-container .card {
        max-width: 100%;
    }
    .woocommerce-result-count-wrapper ul.products.columns-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1 p#billing_service_date_field input,
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1 p#billing_viewing_date_field input,
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1 p#billing_graveside_date_field input{
    text-transform: uppercase;
}

/* .woof_container_inner.woof_container_inner_category {
    display: none;
} */

  body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
  #google_translate_element select{
    background-color:#f0ebe4;
    color:#000000;
    border: none;
    font-weight:bold;
    border-radius:3px;
    padding:8px 12px
  }



.translated-ltr .ast-builder-menu-1 .menu-item > .menu-link { padding-left: 18px; padding-left: 18px; }