@import url(https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900);
#Header1_lnkchangelanguage {
    font-family: 'Tajawal', serif !important;
}


/*------------------ Nav ------------------*/

.NavCart {
    height: 50px;
    line-height: 50px;
    background: #178842;
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
    text-decoration: none !important;
    width: 169px;
}

.cartNavMob {
    display: none;
}

.NavCart i {
    font-size: 16px;
    margin-right: 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #178842;
    border-radius: 50%;
}

.NavCart:hover {
    background: rgba(51, 51, 51, 1);
    color: #178842;
}

.NavCart:hover i {
    background: #178842;
    color: #fff;
}

#navbar {
    background: rgba(51, 51, 51, 0.89);
}

.navbar-fixed {
    position: static;
    top: -48px;
    z-index: 100;
    width: 100%;
}

.navbar {
    margin: 0 !important;
    min-height: auto !important;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    background: #178842;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    background: rgba(23, 133, 65, .7);
    color: #f0f0f0;
    border-bottom: 2px solid #178842;
}

#navbar .dropdown>.dropdown-menu {
    margin-top: 0px;
    /* display:block !important; */
    background: rgba(255, 255, 255, 1);
    border-top: 2px solid rgba(23, 133, 65, .9);
    border-radius: 0;
}

#navbar .dropdown:hover>.dropdownProducts {
    display: flex !important;
}

#navbar .dropdown>.dropdownProducts {
    min-width: 600px;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: space-between;
    padding: 0;
    border: none;
    border-top: 2px solid rgba(23, 133, 65, .9);
}

#navbar .dropdown>.dropdownProducts a {
    padding: 0 10px 0 0;
    width: 49%;
    border-bottom: 1px dotted lightgray;
    display: flex;
    align-items: center;
}

#navbar .dropdown>.dropdownProducts a i {
    border-bottom: 1px dotted #fff;
    font-size: 20px;
    margin-right: 10px;
    background: rgba(23, 133, 65, .7)!important;
    color: #178842;
    line-height: 46px;
    height: 41px;
    width: 45px;
    margin-bottom: -1px;
    text-align: center;
    padding: 7px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out!important;
    -o-transition: all 0.5s ease-in-out!important;
    transition: all 0.5s ease-in-out!important;
}

#navbar .dropdown>.dropdownProducts a i img {
    width: 100%;
    display: block;
}

#navbar .dropdown>.dropdownProducts a:hover {
    color: #178842;
}

#navbar .dropdown>.dropdownProducts a:hover i {
    margin-right: 15px;
    background: #178842!important;
    color: #fff;
    border-bottom: 1px dotted #178842!important;
}


/*------------------ \\ Nav // ------------------*/

#navbar .dropdown>.dropdown-menu ul li.card {
    border: none;
}

.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}


/******************************************/


/* ------------------ Header -------------------*/

.Header {
    padding: 5px 0 0;
    margin-top: 5px;
}

header {
    background: #fff;
}


/* TopBar */

.TopBar {
    border-bottom: 1px solid #d9d9d9;
    padding: 5px;
}

.TopBar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.TopBar ul li {
    float: right;
}

.TopBar ul li a {
    color: #676767;
    border-left: 1px solid #d9d9d9;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 12px;
}

.TopBar ul li a:hover {
    color: #178842;
}

.TopBar ul li a i {
    margin-right: 5px;
    font-size: 14px;
}


/* \\ TopBar // */


/* search_top */

.search_top {
    border: 1px solid #d9d9d9;
    height: 3em;
    margin: 24px auto;
    max-width: 630px;
}

.search_top select {
    border: none;
    border-left: 1px solid #d9d9d9;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    width: 33%;
    height: 46px;
    background: transparent;
}

.search_top input {
    border: none;
    font-size: 12px;
    height: 3.8em;
}

.search_top a {
    border-radius: 0;
    background: #178842;
    color: #fff;
    border: none;
    display: block;
    height: 3em;
    width: 3.5em;
    margin-top: -1px;
    line-height: 2.3em;
}

.search_top a:hover {
    background: #555;
    color: #fff;
}

select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    padding: 0 15px;
}

.select:after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 57px;
    bottom: 0;
    padding: 1.8em 1em 0.6em;
    /* background: rgba(255,255,255,0.8); */
    pointer-events: none;
    font-size: 9px;
    color: #999;
}

select:before {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.6em 1em;
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    font-size: 10px;
    color: #666;
}


/*\\search_top//*
/*search_top*/

.Logo {
    width: 165px;
    margin: 12px auto;
}

.Logo img {
    width: 100%;
}


/*\\search_top//*/


/*HotlineSocia*/

.HotlineSocia {}

.Hotline {
    float: right;
    width: 166px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #178842;
    padding: 8px 10px;
    line-height: 20px;
    height: 52px;
    margin: 0 2px 4px;
}

.Hotline.longHotline {
    font-size: 22px !important;
}

.Hotline.longHotline span {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.Hotline span {
    color: #333;
    font-size: 10px;
    font-weight: 600;
    display: block;
}

.HeaderSocial {
    line-height: 20px;
    margin: 0 auto;
    display: flex;
    width: 170px;
    float: right;
}

.Social_Links {
    border: 1px solid #d9d9d9;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    color: #353535;
    text-decoration: none;
    margin: 0 2px;
}

.Social_Links:hover {
    background-color: #208a48;
    color: #fff;
    text-decoration: none;
}

.Language {
    background-color: #208a48;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 1px 0 0;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
}

.Language:hover {
    background-color: #063c61;
    color: #208a48;
    text-decoration: none;
}


/*\\RightHeader//*/


/*------- \\ header // --------*/

.form-control:focus {
    box-shadow: none;
}


/***************************************************************/


/**** mega ****/

.mega-dropdown {
    position: static !important;
}

.mega-dropdown .OffersHeader li.dropdown-header {
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.mega-dropdown .OffersHeader {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.mega-dropdown .OffersHeader li a {
    border: none !important;
    text-align: right;
    color: rgba(30, 30, 30, 1);
}

.mega-dropdown .OffersHeader li a:hover {
    color: rgba(23, 133, 65, 1);
    background: transparent
}

.mega-dropdown .OffersHeader .carousel-item>div {
    width: 100%;
    overflow: hidden;
    /*min-height: 165px;*/
    border: 1px solid #e6e6e6;
}

.mega-dropdown .OffersHeader .carousel-item>div img {
    width: 100%;
    height: auto
}

.mega-dropdown #carouselExampleControls .carousel-control-prev-icon,
.mega-dropdown #carouselExampleControls .carousel-control-next-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.mega-dropdown #carouselExampleControls .carousel-control-prev,
.mega-dropdown #carouselExampleControls .carousel-control-next {
    background: rgba(0, 0, 0, 0.8);
    height: 30px;
    width: 30px;
}

.mega-dropdown #carouselExampleControls .carousel-control-prev:hover,
.mega-dropdown #carouselExampleControls .carousel-control-next:hover {
    background: rgba(23, 133, 65, 0.8);
}

.mega-dropdown #carouselExampleControls .carousel-control-prev {
    right: 30px !important;
}

.mega-dropdown #carouselExampleControls .carousel-control-next {
    right: 0px;
}

.mega-dropdown #carouselExampleControls .LinkCardOffer {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
}

.mega-dropdown #carouselExampleControls .LinkCardOffer .LinkViwe {
    background: rgba(23, 133, 65, 0.9);
    color: #fff;
    font-size: 14px !important;
    height: 30px;
    padding: 0 8px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}

.mega-dropdown #carouselExampleControls .LinkCardOffer .LinkAddCart {
    background: rgba(30, 30, 30, 0.8);
    color: #fff;
    font-size: 14px !important;
    height: 30px;
    padding: 0 8px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}

.mega-dropdown #carouselExampleControls .LinkCardOffer .LinkAddCart:hover {
    background: rgba(23, 133, 65, 0.99);
}

.mega-dropdown-menu {
    padding: 15px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    /*! display: block !important; */
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 11px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -10px;
    left: 199px;
    z-index: 10;
}

.mega-dropdown-menu ul>li>ul {
    padding: 0;
    margin: 0;
    background: #fff;
    margin-bottom: 10px;
}

.mega-dropdown-menu ul>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu ul>li>ul>li>a {
    display: block;
    padding: 3px 10px 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #666;
    white-space: normal;
    font-size: 14px;
    border-bottom: 1px dotted #e0e0e0;
    font-family: "Open Sans", sans-serif !important;
}

.mega-dropdown-menu ul>li>ul>li>a:before {
    width: 30px;
    display: inline-block;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
}

.mega-dropdown-menu ul>li ul>li>a:hover,
.mega-dropdown-menu ul>li ul>li>a:focus {
    text-decoration: none;
    color: rgba(23, 133, 65, 1);
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    background: #efefef;
}

.mega-dropdown-menu ul li .dropdown-header>a {
    display: flex;
    padding: 0;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
}

.mega-dropdown-menu ul li .dropdown-header>a i {
    width: 25px;
    display: flex;
    padding: 2px;
    height: 25px;
    margin-right: 8px;
}

.mega-dropdown-menu ul li .dropdown-header>a i img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.AllProdLink a {
    color: rgba(23, 133, 65, 0.9)!important;
    text-align: center !important;
    border-bottom: 0px solid #f5f5f5!important;
    background: rgba(23, 133, 65, 0.05)!important;
}


}
.AllProdLink a:hover {
    color: rgba(23, 133, 65, 0.9)!important;
}

/**** //mega ****/

/************ media *************/
@media (min-width: 992.98px) and (max-width: 1199.98px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    
    .navbar-light .navbar-nav .nav-link {
        padding: 0 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .mega-dropdown-menu:before {
        display: none;
    }
    
    .navbar-fixed {
        position: static;
    }
    
    #navbar .container {
        width: 100% !important;
        max-width: 100%;
    }
    
    #navbar {
        background: rgba(23, 133, 65, 1);
        border-bottom: 1px solid rgba(51, 51, 51, 0.89);
    }
    
    .navbar-toggler:not(:disabled):not(.disabled) span {
        color: #fff;
        font-size: 24px;
    }
    
    .navbar-toggler:not(:disabled):not(.disabled) {
        background: rgba(51, 51, 51, 0.2);
        border-radius: 0;
        height: 50px;
        border: none;
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: #333;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    }
    
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -15px;
        margin-right: -15px;
        background: #fff;
        padding: 0 20px;
        z-index: 100;
    }
    
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-item.active .nav-link {
        background: rgba(51, 51, 51, 0);
        color: #178842;
        border-bottom: 1px dotted #178842;
    }
    
    .cartNavMob {
        display: block;
        margin: 0rem !important;
        padding: 0;
    }
    
    .cartNavMob .NavCart {
        background: rgba(51, 51, 51, 0.89);
    }
    
    .navbar-collapse .NavCart {
        display: none;
    }
    
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (min-width: 768.98px) and (max-width: 991.98px) {}
@media screen and (max-width: 767.98px) {
    .HotlineMedia {
        display: none;
    }
    
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media screen and (max-width: 575.98px) {
    .search_top {
        margin: 4px auto 20px;
    }
    
    .TopBar ul li a span {
        display: none
    }
    
    .TopBar ul li a i {
        font-size: 14px
    }
    
    .Header {
        padding: 0;
        margin-top: 0;
    }
    
    #navbar .dropdown:hover>.dropdownProducts {
        display: block !important;
        min-width: auto;
    }
    
    #navbar .dropdown>.dropdownProducts a {
        width: 100%;
    }
    
    .search_top select {
        width: 40%;
    }
    
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}