.bg-gray{
    background-color: #F7F7F7 !important;
}
.ltr{direction: ltr}
.rtl{direction: rtl}
.error-text{color: #f00}
.header-right-area.main-nav > ul > li{
    padding-right: 10px;padding-left: 10px;
}
.header-right-area.main-nav > ul > li.sidemenu-wrap {
    margin-left: 0;
    padding: 10px !important;
}

.solar{background-color: #1b1a1f;padding: 30px 0;color: #fff}

.offer{background-color: #222126;color: #fff}
.teams{background-color: #222126;color: #fff}


.contact-box,.cart-box{
    border-right: 1px solid #f0f0f0;
    padding-right: 15px;
    padding-left: 15px;
}
.contact-box{
    padding-top: 6px ;
    padding-bottom: 7px ;
}
.cart-box i{
    font-size: 26px;
    line-height: 65px;
}
.btn-more {
    padding: 5px 15px ;
    border-radius:20px ;
}

.btn-orange {background: #fe742c;color: #fff !important;}
.btn-orange:hover {background: #fff;color: #fe742c !important;border: 1px solid #fe742c}
.btn-white {background: #fff;color: #fe742c !important;}
.btn-white:hover {background: #fe742c;color: #fff !important;}
.btn-transparent {background: transparent;color: #fff !important;border: 1px solid #fff}
.btn-transparent:hover {background: transparent;color: #fe742c !important;border: 1px solid #fe742c}
.btn-link {font-size:18px;color: #fe742c !important;}
.btn-link:hover {color: #1b1a1f !important;}

.services .single-blog {
     -webkit-box-shadow: none;
     box-shadow: none;
}

.services .single-blog .blog-content{
    background-color: transparent !important;
}
.new_products .section-title{background-color: #1b1a1f;color: #fff;padding: 30px 0}
.new_products .product-image::before {
    background: #fe742c;
    content: "";
    opacity: 0.9;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.new_products .single-product:hover .product-image::before {
    height: 100%;
    width: 100%;
    z-index: 1;
}
.new_products .product-details {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    opacity: 0;
    transition: all .3s ease 0s;
    z-index: 2;
    color: #fff;
}
.new_products .product-details a{ color: #fff !important;line-height: 26px;}
.new_products .single-product:hover .product-details {
    opacity: 1;
}
.new_products .single-product img { transition: all .3s ease 0s;}
.new_products .single-product:hover img {
    transform: scale(1.1);
}
.offer_products .single-blog {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f7f7f7;
}
.offer_products .blog-content{background-color: #f7f7f7 !important;}
.teams{background-color: #222126;color: #fff}

.header-right-area.main-nav > ul > li.account-menu-wrap{
    position: relative;
}
.header-right-area.main-nav > ul > li.account-menu-wrap .dropdown-submenu{
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0.2s;
    -o-transition: all .3s linear 0.2s;
    transition: all .3s linear 0.2s;
    z-index: 999;
}
.header-right-area.main-nav > ul > li.account-menu-wrap:hover .dropdown-submenu{
    opacity: 1;
    visibility: visible;
}
.nice-select{height: 36px;}
.shop_toolbar_wrapper {
    padding: 8px;
}
.shop_toolbar_wrapper .shop_toolbar_btn button{margin-left:0;margin-right: 0;font-size: 18px;}
.lang-box{position: absolute;top: 6px;left: 15px}
.offer .short-desc{color: #ca6734}
.no-padding{padding: 0 !important;}
.product-area .single-product{
    margin-right: 0;
    margin-left: 0;
}
.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu > li.active > a,
.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu > li.active .dropdown li.active > a {
    color: #fe742c;
}
.team-info{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px 5px;
    background-color: rgba(56, 56, 56,.7);
}
.whatsapp{
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 0px;
    font-size: 40px;
    background: #25D366;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    color: #fff;
    border-radius: 50%;
    z-index: 100;
}
.whatsapp a{color: #fff;}
