/*
Theme Name:   Divi-master child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     Divi-master
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi-master-child
*/

/* Write here your own personal stylesheet */

.page-template-home header#main-header #top-menu>li{
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.page-template-home header#main-header #top-menu>li:nth-child(5){
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.et-cart-info {
    display:none;
}
.logged-in .et-cart-info {
    display:block;
}
.woocommerce-cart iframe, .product_meta, #shipping_method{
    display:none;
}
.woocommerce #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce .quantity input.qty{
    height:initial;
    padding: 0.3em 1em;
}
#et-top-navigation .et-cart-info{
    margin-top: 55px;
}
.product-quantity input{
    padding: 0.3em 0.1em !important; 
}

#order_review_heading{
    margin-top: 25px;
}
.woocommerce-thankyou-order-received{
    margin-bottom: 50px;
    color: #FF0C00;
    font-weight: bold;
}
.home_lang a:hover{
    font-weight: normal !important;
    text-decoration: underline;
}
.page-template-home #et-top-navigation .et-cart-info{
    margin-top: 20px !important;
}
.page-template-home #menu-item-150727, .page-template-home .menu-item-126805{
    display: none !important;
}
#et-top-navigation .et-cart-info:hover{
    opacity: .6;
}
.wpml-ls-item{
    /*display: none !important;*/
}
#top-menu{
    font-size: 0px !important;
}
.um-misc-with-img, .um-account-meta{
    display: none !important;
}
.logged-in  #post-161277 .um-misc-ul{
	margin-top: 150px;
    margin-bottom: 100px;
} 
.logged-in  #post-161277 ul li{
	font-size:17px;
} 

@media (max-width: 1300px){
    header#main-header #top-menu li{
        padding-left: 8px;
        padding-right: 8px;
    }
    header#main-header .nav li ul{
        margin-left: -8px;
    }
    header#main-header .nav li ul li{
        display: block;
    }
    header#main-header #top-menu>li:nth-child(5) a{
        padding-left: 8px;
        padding-right: 8px;

    }
    #menu-item-330{
        width: auto;
    }
}
@media (max-width: 1200px){
    header#main-header #top-menu li .sub-menu{
        margin-left: -8px !important;
    }
}
@media (max-width: 860px){
    .page-template-home header#main-header #top-menu>li{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}