.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#494949;--e-global-color-text:#343434;--e-global-color-accent:#FFFFFF;--e-global-color-a7ef8ee:#F1EEE6;--e-global-color-c2147e9:#F8F8F8;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:italic;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Golos Text";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:1.3em;--e-global-typography-a191b19-font-family:"Playfair Display";--e-global-typography-a191b19-font-size:23px;--e-global-typography-a191b19-font-weight:500;--e-global-typography-a191b19-font-style:normal;--e-global-typography-a191b19-line-height:1.1em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:13px;--e-global-typography-text-font-size:14px;--e-global-typography-a191b19-font-size:21px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:35px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;--e-global-typography-a191b19-font-size:19px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}

p:last-child{
    margin-bottom: 0;
}




.cus-sec-bg-color{
    background:
    radial-gradient(
        circle at 85% 80%,
        rgba(234,220,220,.45) 0%,
        transparent 30%
    ),
    radial-gradient(
        circle at 100% 10%,
        rgba(235,225,210,.55) 0%,
        transparent 35%
    ),
    linear-gradient(
        180deg,
        #f7f5f2 0%,
        #faf9f7 100%
    );
}




@media screen and (max-width: 767px){
    .cus-btn a{
        min-width: 250px;
    }
}




.cus-img-effect{
    position: relative;
    overflow: hidden;
}

.cus-img-effect:after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.cus-img-effect:hover:after{
    height: 250%;
    transition: all 400ms linear !important;
    background-color: transparent;
}




.woocommerce-message::before, .woocommerce-info::before {
    color: #171718 !important;
}

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-info {
    margin-bottom: 0;    border-top-color: #171718 !important;
}


.button.wc-forward {
    background-color: #171718 !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 13px 20px 13px 20px !important;
}












.cus-cart-block, .cus-checkout-block{
    font-family: "Poppins", Sans-serif !important;
}
.wc-block-components-product-name{
    color: #000 !important;
    font-weight: 600;
}
.wc-block-components-product-name:hover{
    color: #221F20 !important;
}

.wc-block-cart__submit-button, .wc-block-components-totals-coupon__button, .wc-block-components-checkout-place-order-button{
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 8px !important;
    transition: 0.2s !important;
    border: none !important;
    font-weight: 500;
}
.wc-block-cart__submit-button:focus, .wc-block-components-totals-coupon__button:focus, .wc-block-components-checkout-place-order-button:focus{
    outline: none !important;
    border: none !important;
}
.wc-block-cart__submit-button:hover, .wc-block-components-totals-coupon__button:hover, .wc-block-components-checkout-place-order-button:hover{
    background-color: #171718 !important;
    color: #fff !important;
}


.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 !important;
}

.wp-block-woocommerce-checkout{
    padding-top: 0 !important;
}



.wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary__title-text, .wp-block-woocommerce-checkout h2, .wc-block-components-totals-item span {
    font-weight: 600 !important;
}




@media screen and (max-width: 1024px){
    .wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary__title-text, .wp-block-woocommerce-checkout h2, .wc-block-components-totals-item span {
        font-size: 17px !important;
    }
}













/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}


@media screen and (min-width: 700px){
   .same-icon-box{
    min-height: 300px;
    background: white;
    border-radius: 10px;
}
}/* End custom CSS */