.elementor-kit-26{--e-global-color-primary:#000000;--e-global-color-secondary:#35383B;--e-global-color-text:#000000;--e-global-color-accent:#D67737;--e-global-color-bb9dbb3:#F2F4F5F7;--e-global-typography-primary-font-family:"Inter";--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-c1d0273-font-family:"Inter";--e-global-typography-c1d0273-font-weight:900;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 );}.elementor-kit-26 button,.elementor-kit-26 input[type="button"],.elementor-kit-26 input[type="submit"],.elementor-kit-26 .elementor-button{background-color:var( --e-global-color-primary );font-weight:normal;text-transform:uppercase;letter-spacing:2px;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:20px 40px 20px 40px;}.elementor-kit-26 button:hover,.elementor-kit-26 button:focus,.elementor-kit-26 input[type="button"]:hover,.elementor-kit-26 input[type="button"]:focus,.elementor-kit-26 input[type="submit"]:hover,.elementor-kit-26 input[type="submit"]:focus,.elementor-kit-26 .elementor-button:hover,.elementor-kit-26 .elementor-button:focus{background-color:var( --e-global-color-primary );box-shadow:0px 0px 0px 2px #000000;}.elementor-kit-26 e-page-transition{background-color:#FFBC7D;}.elementor-kit-26 a{color:var( --e-global-color-primary );}.elementor-kit-26 h1{font-weight:900;}.elementor-kit-26 h2{font-size:50px;font-weight:900;letter-spacing:-0.9px;}.elementor-kit-26 h3{font-size:26px;font-weight:bold;letter-spacing:-0.5px;}.elementor-kit-26 h4{font-size:17px;font-weight:500;letter-spacing:-0.3px;}.elementor-kit-26 input:not([type="button"]):not([type="submit"]),.elementor-kit-26 textarea,.elementor-kit-26 .elementor-field-textual{background-color:#00000012;border-style:none;border-radius:10px 10px 10px 10px;padding:16px 16px 16px 16px;}.elementor-kit-26 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-26 textarea:focus,.elementor-kit-26 .elementor-field-textual:focus{background-color:#FFFFFF;box-shadow:0px 0px 0px 2px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1680px;}.e-con{--container-max-width:1680px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@media(max-width:1024px){.elementor-kit-26{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-26{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-26 h2{font-size:30px;letter-spacing:-0.3px;}.elementor-kit-26 h3{letter-spacing:-0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0;
}
body {
  overscroll-behavior-y: none;
}
.woocommerce-form.woocommerce-form-login {
    max-width: 600px;
}
.e-con.elementor-sticky--active.topheader {
    z-index: 10 !important;
}
.e-con.elementor-sticky--active {
	z-index: 1 !important;
}
.elementor-widget-off-canvas .e-off-canvas__main {
    left: -10px;
	transition: all .2s ease;
	height: calc(100% - 10px);
}
button.qib-button {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    min-width: 2em;
	margin: 0 !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    border: none !important;
    width: 30%;
    min-width: 2em;
	padding: 0;
}
.qib-button-wrapper {
	border: 1px solid #aaa;
	border-radius: 100px;
    width: 30%;
    min-width: 140px;
}
body .qib-button-wrapper {
}
.qib-button-wrapper {
    margin: 0;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity,
.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 51px;
}

.qib-button-wrapper {
    border: 1px solid #aaa;
    border-radius: 100px;
    width: 30%;
    min-width: 90px;
}
.woocommerce-message {
    margin: 30px;
    border-radius: 8px;
}
@keyframes customfadeInDown{
    from{
        opacity:0;
        transform:translate3d(0,-15px,0)
    }
    to{
        opacity:1;
        transform:none
    }
}
.fadeInDown{
    animation-name:customfadeInDown !important;
}
@keyframes customfadeInLeft{
    from{
        opacity:0;
        transform:translate3d(-15px,0,0)
    }
    to{
        opacity:1;
        transform:none
    }
}
.fadeInLeft{
    animation-name:customfadeInLeft !important;
}
@keyframes customfadeInRight{
    from{
        opacity:0;
        transform:translate3d(15px,0,0)
    }
    to{
        opacity:1;
        transform:none
    }
}
.fadeInRight{
    animation-name:customfadeInRight !important;
}
@keyframes customfadeInUp{
    from{
        opacity:0;
        transform:translate3d(0,15px,0)
    }
    to{
        opacity:1;
        transform:none
    }
}
.fadeInUp{
    animation-name:customfadeInUp !important;
}


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

*:focus {
	outline: none;
}
input[type="radio"]:focus {
	box-shadow: none !important;
}
.jet-woo-product-gallery-modern .jet-woo-product-gallery__image-item {
    padding: 10px;
}
hr {
    border: none;
    border-top: 1px dashed #888;
    margin: 40px 0 40px !important;
}
.jet-breadcrumbs__wrap .jet-breadcrumbs__item:last-child {
    display: none;
}
.e-n-accordion-item-title-icon i {
    transition: .2s ease all;
}
.e-n-accordion-item-title:hover .e-n-accordion-item-title-icon i,
.e-opened i {
    transform: rotate(45deg);
}

.wc-block-components-title {
    letter-spacing: -.7px !important;
    font-weight: bold !important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 17px;
    font-weight: bold;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: initial;
	margin-top: 1em;
    padding: 13px 30px;
    font-weight: 600;
    border-radius: 100px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: transparent;
    color: #000;
}
.woocommerce-Addresses h2 {
    font-size: 30px;
}
.woocommerce-account .addresses .title .edit {
    float: none;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #aaa;
    border-radius: 100px;
    padding: 3px 14px;
    margin-bottom: 1em;
    position: relative;
    display: inline-block;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    background: rgba(0, 0, 0, .04);
    border-radius: 20px;
    padding: 20px;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: .2em;
    font-weight: 600;
    padding: 8px 20px;
    background-color: transparent;
    border-radius: 100px;
    transition: all .2s ease;
}
.woocommerce-MyAccount-navigation li:hover,
.woocommerce-MyAccount-navigation li.is-active {
    background-color: #fff;
}
.woocommerce-MyAccount-navigation li a {
	display: block;
}/* End custom CSS */