/*
 Theme Name:     Divi child Theme
 Description:    Divi Child Theme
 Author:         Firstcom Solutions
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/** Take out the divider line between content and sidebar **/
#main-content .container:before {background: none;}
 
/** Expand the content area to fullwidth **/
@media (min-width: 981px){
    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}

#review_form_wrapper #submit {
    padding: calc(18px + (15 - 18) * (100vw - 375px) / (1900 - 375)) calc(10px + (25 - 10) * (100vw - 375px) / (1900 - 375)) !important;
}

.payment_method_wocommerce_paynow_sg img {
        max-height: 200px !important;
    margin-top: 15px;
    float: none !important;
    width: 200px;
    margin-top: 10px !important;
}

.shoppage-container {
    width: 100%;
}


.variations_form  .variations tr {
    display: flex;
    flex-direction: column;
    max-width: 57% !important;
}

.variations_form  .variations tr .label label {
        color: #000;
    padding-bottom: 10px;
    display: block;
    font-family: 'rajdhanisemibold' !important;
    font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
}


.woocommerce-cart .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
     display: inline-block;
    justify-content: center;
    float: left;
}

/** custom css **/
.block { display: block } 
.o-hidden { overflow: hidden }

@media (max-width: 991px) {
    .header-top {
        height: 29px;
    }
    #logo {
       /* max-width: 110px !important;  */
    }
	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
		width: 100%!important;
		max-width: 100%!important;
	}

    #et_mobile_nav_menu {
        position: absolute;
        left: 0;
    }
    #main-header .logo_container {
        width: 33.33%;
        margin-left: 38.33%;
        text-align:center;
    }
	.et_header_style_left .logo_container a {
		padding: 5px 0;
	}
    #et-top-navigation {
        width: 33.33% !important;
        padding-top: 0 !important;
        align-self: center;
        padding-left: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    .et_mobile_menu {
        width: 260px;
        top: 0 !important;
    }
    #main-header .right-container {
        margin-right: 0 !important;
    }
    #main-header {
        position: fixed !important;
        left: 0;
        right: 0;
        top: 0 !important;
    }
    

    #mobile_menu {
        display: block !important;
        max-height: 100vh;
        height: 100%;
        overflow-y: auto;
        right: 0;
        position: fixed;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        -overflow-scrolling:touch!important;
        -webkit-overflow-scrolling:touch!important;
    }
    
    .mobile_nav.closed #mobile_menu {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    
    .mobile_nav.opened #mobile_menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: 0 !important;
    }
    
     .mobile_nav:before {
        height: 100vh;
        position: fixed;
        right: 0px;
        top: 0px;
        z-index: 10;
        opacity: 0;
        background: transparent;
        transform: translateX(50%);
        transition: opacity 0.3s;
    }
     .mobile_nav.opened:before {
        content: '';
        width: 100%;
        opacity: 1;
        transform: translateX(0%);
        background: rgba(0,0,0,0.9);
        
    }

}
/*# sourceMappingURL=style.css.map */
