body {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif !important;
}
.ajax-loading {
    overflow: hidden;
}
.ajax-loading:before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}
select.form-control {
    cursor: pointer;
}
.ha-product-carousel-wrapper.slick-initialized {
    opacity: 1;
}
.ha-product-carousel-wrapper {
    opacity: 0;
}
select {
    outline: none;
}
.custom-container {
    max-width: 1640px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}
.breadcrum {
    background-color: #eeeeee;
    padding: 20px 0;
}
.breadcrum ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}
.breadcrum li {
    position: relative;
    font-weight: 400;
}
.breadcrum li:not(:first-child):before {
    content: '';
    position: absolute;
    background-color: #000;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.breadcrum li:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
}
.custom-form {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px;
}
.custom-form .form-group {
    flex-basis: 40%;
    padding: 0 10px;
}
.custom-form .form-control {
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 0;
    height: 46px;
    line-height: 46px;
    padding: 5px 15px;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: var( --e-global-typography-accent-font-weight );
}
.custom-form .custom-btn {
    width: 100% !important;
}
.custom-form .form-group.btn-wrapper .loader {
    display: none;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.custom-form .form-group.btn-wrapper {
    flex-basis: 20%;
    position: relative;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--checkout {
    border: none !important;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background-color: #189b85 !important;
    color: #fff !important;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.custom-btn:hover {
    background-color: #3d3683 !important;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.custom-btn {
    display: inline-block;
    background-color: #189b85 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 0 15px !important;
    height: 46px;
    line-height: 46px !important;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size ) !important;
    font-weight: var( --e-global-typography-accent-font-weight ) !important;
    outline: none !important;
    transition: all 0.3s;
}

header .elementor-nav-menu--main .elementor-item.elementor-item-active  {
    font-weight: 700 !important;
}
select.form-control {
    display: block;
    width: 100%;
    padding: 0 40px 0 20px !important;
    font-family: inherit;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.landowner-mailing-form {
    max-width: 550px;
    margin: 0 auto 60px;
}
.modal-open.woocommerce .elementor-location-archive.product {
    z-index: 99;
}

.woocommerce-message {
    border-top-color: #186659 !important;
}

.woocommerce-message::before {
    color: #186659 !important;
}

.woocommerce-info {
    border-top-color: #3d3683 !important;
}

.woocommerce-info::before {
    color: #3d3683 !important;
}
 .elementor-widget-woocommerce-checkout-page .woocommerce #ship-to-different-address,
 .elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address {
    padding-left: 0 !important;
 }

/*modal*/
body.modal-open {
    overflow: hidden;
}
@media(min-width: 1200px){
    body.modal-open {
        padding-right: 16px;
    }   
}
body.modal-open .custom-modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.admin-bar .custom-modal {
    padding: 50px 15px 25px;
}
.custom-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    overflow: hidden;
    outline: 0;
    padding: 25px 15px;
}
.custom-modal .modal-content-wrapper {
    position: relative;
    width: auto;
    pointer-events: none;
    max-width: 950px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    z-index: 9999;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.custom-modal.visible .modal-content-wrapper {
    transform: translate(0);
}
.custom-modal .modal-content-wrapper .modal-inner-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    transition: border 0.3s;
}
.modal-open .modal-backdrop {
    opacity: 0.5;
    visibility: visible;
}
.modal-backdrop {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s linear;
    z-index: 999;
    visibility: hidden;
}
.custom-modal .modal-inner-content .modal-close {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    width: auto;
}
.custom-modal .modal-inner-content .modal-body {
    position: relative;
}
/*modal*/
.main-header .cart-column .elementor-widget-wrap .elementor-button-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .ha-product-carousel .ha-product-carousel-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.home .ha-product-carousel .ha-product-carousel-image {
    position: relative;
    height: 0;
    padding-bottom: 130%;
}
.new-realease-block.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
.ha-product-carousel .ha-product-carousel-title {
    margin-top: 5px !important;
}
.ha-product-carousel .ha-product-carousel-add-to-cart {
    margin-top: 10px !important;
}

@media (max-width: 1599px) {    
    .main-header .cart-column {
        width: 70px !important;
    }
    .main-header .nav-column {
        width: calc(80% - 70px) !important;
    }
    .main-header .site-brand-column {
        width: 20% !important;
    }
    .main-header .elementor-nav-menu--main .elementor-item {
        margin: 0 10px !important;
    }
}
@media (max-width: 1360px) {
    .main-header .elementor-nav-menu--main .elementor-item {
        font-size: 14px !important;
    }
}
@media (max-width: 1199px) {
    .product-image .elementor-widget-container {
        max-width: 350px;
        margin: 0 auto !important;
    }
    .main-header .cart-column {
        width: 60px !important;
    }
    .main-header .nav-column .elementor-element-populated {
        padding: 0 !important;
    }
    .main-header .nav-column {
        width: calc(80% - 60px) !important;
    }
    .main-header .elementor-nav-menu--main .elementor-item .sub-arrow {
        padding-left: 4px;
    }
    .main-header .elementor-nav-menu--main .elementor-item {
        margin: 0 5px !important;
    }
    .main-header .elementor-container {
        min-height: auto !important;
    }
    .main-header .site-brand-column .elementor-widget-theme-site-logo a img {
        height: auto !important;
    }
    .custom-form .form-group.btn-wrapper {
        flex-basis: 50%;
    }
    .custom-form .form-group {
        flex-basis: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 1023px) {
    .main-header .nav-column {
        width: calc(50% - 70px) !important;
    }
    .main-header .site-brand-column {
        width: 50% !important;
    }
    .woocommerce .elementor-location-archive.product{
        z-index: 1;
    }
}
@media (max-width: 991px) {
    .custom-form .form-group.btn-wrapper {
        flex-basis: 100%;
    }
    .custom-form .form-group {
        flex-basis: 100%;
    }
    .custom-form .form-group.btn-wrapper .loader {
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
    }
}
@media (max-width: 374px) {
    .woocommerce nav.woocommerce-pagination ul li a {
        padding: 8px 6px;   
    }
}

.wpcu-product .wpcu-button .button {border-radius: 50px !important; padding: 0 30px !important; text-transform: none !important;line-height: 16px !important;}