@font-face{ font-family:'loew'; font-weight: normal; src:url('../fonts/loew.woff2') format('woff2'); }
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype'); font-display: block;}
.material-icons,.mi,mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
}.fa{vertical-align: middle;}
*{
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;
}
html{
    position: relative;
	min-height: 100%;
}
body{
    background: white url('../images/bg.svg') bottom left repeat-x;
    background-size: 90vh;
    -webkit-background-size: auto 400px;
    /* background-attachment: fixed; */
    margin: 0;
    font-family: 'loew';
    color: black;
}
.safeSeal{padding:4px;background:#ace67f;color:white;margin:10px 0 0 5px;border-radius:5px;    left: 0; position: absolute;z-index: -1;}
::selection{
    background: #f8dc38;
    color: #fff;
}
.break{
	padding: 1px;
	clear: both;
	display: block;
}
.clearin::after{display: block;content: '';clear: both;}
.clear{
	clear: both;
	display: block;
}
hr{
    border-bottom: 1px solid #eee;
}
a{
    text-decoration: none;
    color: black;
}
.content li{
    margin: 0 20px;
}
header{
}
header .header_top{
  background: white;
  border-top: 5px solid black;
  height: 50px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.warp{
    margin-left:auto;
    margin-right:auto;
    padding-top: 20px;
    width: 1000px;
}
.box .box{
	padding: 0;
}
table{
    direction: rtl;
}
label{display: block;position: relative;}
.title_co{
    background: #ddd;
    color: #666;
    padding: 5px;
}
#done{
  padding: 5px;
  border:1px solid #AFC9A0;
	background-color: #E6FFE6;
	font-weight: bold;
  display: block;
  margin-bottom: 5px;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
#error {
  padding: 5px;
  border:1px solid #A65C5C;
	background-color: #FAC7C7;
	font-weight: bold;
  display: block;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin-bottom: 5px;
}
#list_pages{
    list-style-type: none;
    height: auto;
    clear: both;
}
#list_pages li{
    display: inline-block;
    float: right;
}
#list_pages li a{
    display: block;
    padding: 2px 8px;
    border-right: 1px dashed #e5e5e5;
    text-align: center;
}
#list_pages li:first-child a{
    border: 0;
}
#search_box{
    float: left;
    vertical-align: bottom;
}
ul#main_menu_ul_bottom {
    display: inline;
    list-style-type: none;
}
#main_menu_ul_bottom li a {
    color: #7c7c7c !important;
    font-size: 13px;
    line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,.title {
  font-family: inherit;
}
.container{
}
.w100{
    width: 100%;
}
.margin5{
    margin: 5px;
}
.margin10{
    margin: 10px;
}
#currency .btn-group{
      background: rgba(124, 124, 124, 0.64);
      padding: 0;
      border-radius: 5px;
      margin: 0;
}
#currency .btn-group button{
    padding: 3px 6px;
    border-radius: 9px;
    color: gray !important;
    background: transparent;
    text-decoration: none;
    font-size: 13px !important;
}
.dropdown-menu{
    min-width: 182px !important;
    border: 0;
}
.btn-link:hover, .btn-link:focus{
    text-decoration: none !important;
    background-color: rgba(148, 136, 132, 0.22);
    color: #fff !important;
}
.rotate270{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
#quick_tips div,#lang_select a,#twasel p:nth-child(1),#twasel span{
    font-size: 14px;
    color: #7c7c7c;
    margin: 0 5px;
}
#quick_tips div:nth-child(1){
    /* color: #7F7F7E;
	margin-bottom: 10px; */
}
#quick_tips div i:nth-child(1){
    color: #49A9D8;
}
#lang_select{
    margin: 10px 5px;
}
.margin0{
    margin: 0!important;
}
.navbar-nav>li>a{
  line-height: 1;
  margin: 0 10px !important;
  padding: 10px 0 !important;
  margin-top: 0 !important;
  font-size: 17px;
  font-weight: bold;
}
.nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
  border-top: 4px solid black;
  padding-top: 6px !important;
}
#join_us{
    background:#48AADB;
    color: #fff;
}
.font_weighted{
    font-weight: bold;
    font-size: 14px;
}
#login > a > mi, #cart > a > mi{
    font-size: 30px;
    line-height: 1.1;
    cursor: pointer;
    float: right;
}
#login a, #cart a{
  cursor: pointer;
  line-height: 1.3;
  font-size: 13px;
  position: relative;
  display: inline-block;
}
#cart a span {
    background: #ace67f !important;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    position: absolute;
    left: -7px;
    top: -2px;
}
#links{
    margin: 10px 5px;
    float: left;
}
#links a{
     display: block;
     font-size: 14px;
}
.crt{
    content: '';
    display: none;
    width: 0;
    height: 0;
    border: 8px transparent solid;
    border-top-color: #dad7d7;
    border-bottom-width: 0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    z-index: 99999;
}
.navbar-default{
    margin: 0;
}
.navbar-nav{
    float: none !important;
    text-align: center !important;
    display: inline;
    vertical-align: top;
    margin: 0;
}
.navbar-nav li{
    display: inline-block;
    float:  none !important;
}
.navbar-default,.navbar-default .navbar-nav>.active>a{
    /*background-color: #fff!important;  */
}
.navbar-default .navbar-nav>a:hover{
        color: #fff!important;
}
.navbar-default{
    background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a{
    color: #948884!important;
    /*background-color: #fff!important;*/
    padding: 10px;
    margin: 0 5px;
    padding-top: 5px;
}
.navbar-default .navbar-nav>li>a:hover , .navbar-default .navbar-nav>li:hover>a{
    color: #fff!important;
    background-color: rgba(124, 124, 124, 0.64) !important;
    border-radius: 7px;
}
.dropdown a:hover{
}
.margin-top10{
    margin-top: 10px;
}
.margin-top15{
    margin-top: 15px;
}
.margin-top20{
    margin-top: 20px;
}
.menu_item_title{
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    padding: 0 0 5px 0;
    margin: 0;
}
.bold{
    font-weight: bold;
}
.fhmm-content ul li{
    font-size: 14px;
}
.full_width_mail_list{
    /**min-height:115px ;
    background: #4A4A4A;*/
}
.bg_footer #level_1 p{
    color: #4A4A49;
    font-size: 17px;
}
.margin-right30{
    margin-right: 30px;
}
#main_menu_ul_bottom li{
}
#level_3{
    min-height: 48px;
    /*background: #d5d2d1;*/
    color: #fff;
    line-height: 75px;
    opacity: 0.7;
}
@media (max-width: 767px) {
    #links {
        margin: 0!important;
    }
    .bg_logo .logo{
        /* margin-top:105px ; */
    }
    .fhmm{
        display: none;
    }
    .bg_logo{
        text-align:center;
        right: 0;
    }
    .browse_brands .bold{
        text-align: center;
          margin-bottom: 10px;
    }
    .product img{
        max-width: 100%!important;
        margin: 0 auto !important;
        width: auto!important;
        height: auto!important;
    }
    .noImg{
        width: 100%;
        margin: 0 auto;
        font-size: 80px !important;
    }
    .p{
        height: auto!important;
        min-height: auto !important;
    }
    .socialMedia a i{
        font-size: 53px!important;
    }
    .socialMedia a{
        width: auto!important;
        height: auto!important;
    }
    .social_links {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #584a42;
    }
}
@media (min-width: 992px) {
    #links{
		margin-top: 10px;
    }
}
#main_menu_ul_bottom li:before {
    content: "-";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 25px;
    width: 10px;
    color: #7c7c7c;
    position: relative;
    top: 5px;
}
.float-left{
    float: left;
}
.matgar_title{
    position: relative;
}
.matgar_title .font_weighted{
    /*font-family: FrutigerLTArabic_Bold;
    font-size: 23px;
    border-bottom: 3px solid #49A9D8;
    display: -webkit-inline-box;
    position: relative;
    z-index: 11;
    padding: 0 0 4px 14px;
    margin: 0;*/
    font-family: 'BadiyaLT-Bold';
    font-size: 16px;
    background: #848383;
    display: -webkit-inline-box;
    position: relative;
    z-index: 11;
    padding: 10px;
    color: #eae7e2;
    margin: 0;
}
.matgar_title  .border_div{
    /*height: 1px;
    position: absolute;
    bottom: 1px;
    width: 100%;
    z-index: 9;
    background: rgb(108, 108, 108);*/
}
.product a:hover,.product a:active{
    text-decoration: none;
}
.product a{
    color:#4d4b4c ;
    text-align: center;
    font-size: 12px;
    font-weight: bold
}
.product_title{
    line-height: 20px;
    text-align: center;
    margin: 4px 0;
    height: 50px;
    overflow: hidden;
}
.product img{
  border-radius: 8px;
  width: 100%;
}
.p{
    /*min-height: 340px;*/
    margin: 5px 0;
    padding: 0 7px!important;
}
.add_to_cart{
    /* float: left; */
    font-size: 14px;
    /* z-index: 6; */
    position: relative;
    padding: 6px 2px;
    opacity: 1!important;
}
.curr{
    font-size: 9px;
    float: none !important;
}
.more,.more_items{
  background: #d0cbca;
  width: 20%;
  min-width: 180px;
  padding: 7px;
  display: block;
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  border-radius: 7px;
  margin: 10px auto;
}
.more:hover,.more_items:hover{
background: rgba(140, 136, 133, 0.7);
}
.more:hover,.more_items:hover{
    color: #848383;
}
a:hover ,a:active ,a:visited ,a:link{
    text-decoration: none;
    color: black;
}
.po{margin-top: -40px; background: rgba(0, 0, 0, 0.6); color: white; padding: 7px; font-weight: bold; position: fixed; border-radius: 10px; bottom: 10px; left: auto; right: auto; width: 96%!important; line-height: 1; margin: 0 2%;}
.po a,.po .fa{color: white !important;font-size: 25px;}
.po *{vertical-align: middle;}
.latest_brands{
    text-align: center;
    margin-bottom: 25px;
}
.latest_brands span{
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 5px 48px;
}
.latest_brands div{
    position: absolute;
    height: 3px;
    background: #49A9D8;
    width: 100%;
    bottom: 10px;
}
#clear_white{
    background: #fff;
    position: absolute;
    z-index: -99999;
    width: 100%;
    bottom: 100%;
}
.browse_brands{
    background: #F4F4F4;
    border-radius: 7px;
    padding: 13px 0 13px 0;
}
.browse_brands .bold{
    font-size: 34px;
}
.browse_brands a{
    background: #4A4A4A;
    text-align: center;
    border-radius: 5px;
    font-size: 25px !important;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px 10px 10px;
}
.blur{
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}
#cartModal{
      background: rgba(255, 255, 255, 0.6);
}
.hr{
    width: 100%;
    clear: both;
    margin: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(124,124,124,.2);
}
.RecycleLoader{
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -20px;
    border-radius: 7px;
    padding: 7px 4px;
    font-size: 25px;
    color: rgb(254, 255, 254);
    background: rgba(144, 142, 141, 0.66);
}
.checkout *{
    font-size: 14px!important;
}
.btn-warning{
    color: #fff;
    background-color: #d0cdc9;
    border-color: #bfb0a1;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning{
    color: #fff;
    background-color: #808080;
    border-color: #bfb0a1;
}
#empty_cart{
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 15px;
    white-space: nowrap;
}
.empty_cart_state{
    /*background: #DA0000 !important;*/
}
.product_row,.product_row2{
    line-height: 20px;
    border-bottom: 1px solid rgba(124,124,124,.2);
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.product_row i,.product_row2 i{
    line-height: 1;
    vertical-align: middle;
    font-size: 20px;
}
#cartModal .modal-content{
    font-size: 16px;
}
.pointer{ color: gray; }
#cartModal .modal-title{
    color: #7d7d7d;
    font-size: 14px;
}
.breadcrumb>li+li:before{
    content: ">";
}
#product_tabs{
    /*border-bottom: 2px solid #000;*/
    border: 0!important;
}
#product_tabs>li.active>a{
  background: #f8dc38;
  color: #4e4c4c;
  margin-bottom: 0;
  border-color: transparent;
}
.nav-tabs>li>a{
    background: #eae7e2;
    border: 1px solid #B8B3B3;
    margin: 0;
}
.nav-tabs>li>a:hover{
    border: 1px solid #B8B3B3;
}
.breadcrumb li a,#product_tabs li a,.breadcrumb li span{
    font-size: 12px;
    font-weight: bold;
    color: #ACA8A7;
}
.breadcrumb li a:hover{
    color: #000;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
#product_tabs li a{
  color: #777777;
  border-radius: 0;
  margin-right: 5px;
  border-radius: 8px;
}
.secure{
  background: #91c777;
  color: #fff;
  padding: 0px 4px;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
  line-height: 23px;
  font-size: 15px;
}
.prod_showcase_brand{
    width: 100%;
}
.padding10{
    padding: 10px;
}
.tab-content{
    /*border-bottom: 2px solid #777777;*/
}
.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #000;
}
.btn-default:hover{
    border-color: #000;
    background-color: #D8D8D8;
}
.btn-default.disabled{
    border-color: #000;
}
.product_option .btn{
    /*background: -webkit-gradient(linear, 100% 100%, 100% 0%, from(#D8D8D8), to(#FFFFFF));*/
    background: #eae7e2;
    border: 1px solid #b8b3b3;
    color: #584a42 !important;
}
.product_option .active{
    background: #f8dc38 !important;
    color: #777!important;
    background-color: #D8D8D8;
}
.product_option .active:hover{
}
.control-label{
    font-size: 15px;
}
#product_details .product{
    width: 100%;
}
#product_details .product .div_2{
      padding: 7px 6px 6px 10px;
      z-index: 0;
}
#product_details .product .div_4{
      margin: 0 14px;
        padding: 7px;
        bottom: 0;
        z-index: 0;
}
#product_details .product .div_1{
    margin-left: 0;
    font-size: 22px;
    padding: 1px 10px;
    font-weight: bold;
    z-index: 0;
}
#product_details .product .add_to_cart{
    /*margin: 10px 0;
    z-index: 0;
	background: #96CB68;
	border-color: #8ECF55;
	padding: 5px 10px;*/
    height: 50px;
    padding: 10px 20px;
}
#product_details .product .div_3 {
    min-height: 50px;
}
#product_details .product .div_1  .curr{
      top: 16px;
}
#product_details .product .div_3{
    font-size: 19px;
    z-index: 0;
    position: relative;
}
#product_details .product .div_3 .curr{
      top: 9px;
}
.bg_logo{
    /* margin-top: 27px; */
}
.related_prod .add_to_cart{
    float: left;
    /*font-size: 11px;*/
    z-index: 6;
    position: relative;
    padding: 6px;
}
.related_prod  .div_1{
    float: left;
    background: #E53838;
    padding: 2px 7px;
    border-radius: 5px;
    margin-left: -4px;
    z-index: 5;
    position: relative;
    color: #fff;
}
.related_prod  .div_2{
    padding: 2px 2px 2px 10px;
}
.related_prod  .div_4{
    padding: 2px;
}
.related_prod  .div_3{
    /*padding: 0px 6px 5px 10px;*/
}
.datepicker{
    right: auto!important;
}
.required_star{
    color: red;
    padding: 0 1px 0 3px;
}
.to_validate{
    position: absolute;
    left: 5px;
    bottom: -19px;
    z-index: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: rgb(250, 233, 233);
    border: 1px solid rgb(221, 192, 192);
    color: rgb(196, 24, 24);
    font-size:12px !important;
    clear: both;
    float: left;
    padding: 1px 4px;
    font-weight: normal;
    display: none;
}

.legend{
    font-size: 14px!important;
    margin-top: 10px;
}
.legend .bold,.legend label{
    margin: 0;
}
.legend label{
    min-height: 62px;
}
.form-span{
    float: right;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}
.reasons {
    padding: 4px;
    background: rgb(250, 233, 233);
    border-radius:0 0 5px 5px;
    border: 1px solid rgb(221, 192, 192);
    color: rgb(196, 24, 24);
    display: block;
    margin: 5px 0;
    clear: both;
    float: left;
    font-size:12px !important;
    position: absolute;
    bottom: -33px;
    left: 5px;
}
.margin{
    margin: 10px;
}
.unmargin{
    margin: 0;
}
.margin-top{
    margin-top:10px;
}
.margin-bottom{
    margin-bottom:10px;
}

.bg-gray {
    background: #EDEDED;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0px 5px 0;
    text-align: center;
}
.fhmm .navbar-nav>li>a{
    font-size: 17px;
}
.fhmm{
    border: 0;
    border-radius: 0;
}
#defaultmenu{
    border-radius:0 ;
}
.fhmm .dropdown.fhmm-fw .dropdown-menu{
    background: rgb(255, 255, 255);
    margin: 0 9px;
    border-radius: 0;
}
.fhmm .dropdown a, .fhmm .dropdown-menu a{
}
#filters .panel-title a{
    display: block;
    width: 100%;
}
#filters .panel-body {
    padding: 6px !important;
    border: 0!important;
}
#filters .panel{
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    background: #fff;
}
#filters .panel-default>.panel-heading{
    background: #fff;
}
#filters .panel-group{
    margin: 0!important;
}
.margin03{
    margin: 0 3px;
}
.childC a{
    display: block;
    font-size: 15px;
    color: #000;
}
.childC a:hover{
    color: #ADADAD;
}
.childC {
    margin-bottom: 25px;
}
.filterItemTitle{
    /*font-size: 19px;
    text-align: center;
    background-color: white;
    width: 100%;
    color:#49A9D8;
    padding: 2px 0 5px 0;
    box-shadow: 0px 0px 3px #ccc;
    margin-bottom: 5px;*/
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid;
    font-family: inherit;
    color: #4d4b4c;
    font-weight: bold;
}
.fTitle{
    color: #FFFDFD;
    border-color: #ddd;
    background: #8b8b89;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}
.irs-from, .irs-to, .irs-single,.irs-min, .irs-max{
    direction:ltr;
}
#currency_select button span,#currency_select button i{
    color:#000 !important;
}
#currency_select{
    display: inline-block;
    float: left;
}
#quick_tips div {
  color: #7c7c7c;
  font-size: 15px;
}
.noImg {
    text-align: center;
    color: #ececec;
    line-height: 100px;
    font-size: 100px;
    border-radius: 0;
  }
.productImg .noImg {
	max-width: 250px;
	margin: auto;
}
.margin-top10 #product_options {
	width: 100%;
    margin: 10px 0;
}
.setCenter{
 text-align: center;
}
.navbar-toggle {
	float: right;
}
.menu_icon_container {
	display: inline-block !important;
}
.disabled_p{
    opacity: 0.4;
}
.not_available_p,.last_one_p{
  position: absolute;
  display: inline-block;
  text-align: center;
  background: rgba(222, 9, 9, 0.8);
  font-size: 16px;
  padding: 5px;
  color: #FFFFFF;
  opacity: .8;
  z-index: 999;
  border-radius: 10px;
  float: left;
  margin-bottom: 5px;
  left: 10px;
  top: 10px;
  overflow: hidden;
}
.last_one_p{
  background: #fcba2f;
}
.sold{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    background-color: transparent!important;
    width: 124px!important;
    height: 100px !important;
    border: 0!important;
}
.gray_img{
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    opacity: 0.8;
}
button .gray_img{
    opacity: 1!important;
}
.product .gray_img:hover{
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
    opacity: 1;
}
.cat_text{
    float: left;
    margin: 16px;
    font-weight: bold;
}
.ShowToolTip img{
    height: 20px!important;
}
#accordion{
    margin: 10px 0;
}
.sharer{
	float: left;
    position: absolute;
	top: 60px;
    left: 10px;
}
.sharer a{
    color: #766a66;
    font-size: 25px;
}
.no-padding{
    padding: 0;
}
.no-border{
    border: 0;
}
.no-radius{
    border-radius: 0;
}
#header_wraper{
    padding: 0;
}
@media (min-width: 1200px){
    .container {
        width: 1220px;
    }
}
#search_wraper{
  width: 225px;
  margin: 10px 0;
}
#quick_tips{
  margin: 10px 5px;
}
#login , #cart{margin: 0 0 0 8px;padding-top: 5px;float: left !important;line-height: 1;}
#center_contaner{ padding: 0; }
[class^=col-]{padding: 5px;}
.fhmm-content ul li:before ,.fhmm-content .matgar_title a:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/right-arrow.png") no-repeat ;
    position: relative;
    top: 7px;
    margin: 0 5px;
}
/*
.navbar-default .navbar-nav>li.open>a{
    background:#dad7d7!important;
    color: #000!important;
}
*/
.bg_footer{
    background: #e9e6e6!important;
}
.level_1{
    background: #fff!important;
    font-size: 16px;
    padding:15px 0 35px 0;
    color: #7c7c7c;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn
{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
/**modal styles**/
.modal-content{
    border-radius: 7px;
    border: 0px solid #7d7d7d;
    background: white;
    padding:  0 10px 0 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.modal-header{
    border-bottom: 0px solid rgba(124,124,124,.2);
    padding: 15px 0;
}
.modal-footer{
    border-top: 1px solid rgba(124, 124, 124, 0.2);
    padding: 15px 0;
}
#cartModal .modal-title span{
    padding: 0 5px;
}
.modal-header .close {
  opacity: 1;
  font-size: 36px;
}
.modal-header .close span{
    display: block;
}
.modal-body{
    padding: 10px 0;
}
.proceed_checkout,.proceed_checkout:hover,.proceed_checkout:focus{
    color: white !important;
}
.proceed_shoping,.proceed_shoping:hover,.proceed_shoping:focus{
    border-radius: 0;
    color: white !important;
}
.proceed_shoping:hover,.proceed_checkout:hover{
    opacity: 1;
}
#shipment_methods .btn,#payment-methods .btn{
    opacity: .6;
    border: 1px solid #FFF!important;
    margin: 0;
}
#shipment_methods .btn:hover,#shipment_methods .btn:focus,#shipment_methods .btn:active,#shipment_methods .btn.active,
#payment-methods .btn:hover,#payment-methods .btn:focus,#payment-methods .btn:active,#payment-methods .btn.active{
    opacity: 1;
}
.product_row img {
    border: 1px solid rgba(124,124,124,.2);
}
.btn{
  background: rgba(124,124,124,.5);
  color: white !important;
  font-weight: bold;
  font-size: 16px;
  border: 0;
}
.btn .material-icons {
    vertical-align: middle;
    color: white;
}
.btn.btn-success{
       background: #000;
}
.btn.btn-warning{
    background: #f16363;
}
.form-control:focus{
    outline: 0;
    border-color: #fcba2f;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(101, 101, 101, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); */
}
#login_div{
	display: none;
    position: absolute;
    top: 42px;
    z-index: 9999;
    width: 290px;
    background: #ffffff;
    border-radius: 0;
    padding: 10px;
    /* border: 5px solid #7d7d7d; */
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#login_div p{
    padding: 3px 10px;
    margin: 0;
}
.box-close-btn{
    opacity: 1;
    line-height: 15px;
}
.box-header{
    padding: 0;
    margin-bottom: 10px;
    color: #7c7c7c;
    border-bottom: 1px solid rgba(124,124,124,.2);
    padding-bottom: 10px;
}
.box-header span{
    padding-right: 5px;
    font-size: 15px;
    font-weight: bold;
}
.box-header i{
    padding-left: 10px;
}
.input-group{
    margin: 5px 0;
    width: 100%;
}
#ForgetData{
    font-size:13px ;
}
.add-to-cart-input-group { padding: 0;
  /* background-color: #000000; */
  border-radius: 10px; width: 40px; height: 40px; position: absolute; left: 10px; bottom: 10px; font-size: 25px;text-align: center; }
.add-to-cart-input-group:has(> .disabled){
      opacity: .3;
}
.phone{
    direction: ltr;
    text-align: left;
    display: inline-block;
}
.add-to-cart-input-group .add_to_cart{
    /* color: black !important; */
    /* font-size: 26px; */
    /* line-height: 1;
    padding: 0;
    margin: 0;
    outline: 0!important; */
}
.add-to-cart-input-group .add_to_cart:active{
    box-shadow:0 0 0;
    -webkit-box-shadow:0 0 0;
}
.add-to-cart-input-group i{
  color: #000;
  font-size: 0 !important;
}
.add-to-cart-input-group i::after {
    content: 'shopping_basket';
    display: block;
    font-size: 30px;
}
.add-to-cart-input-group i::before {
    content: 'add';
    font-family: 'Material Icons';
    display: block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    margin-left: -6px;
    margin-top: -2px;
}
.curr{
  font-size: 14px !important;
  margin: 0px 5px !important;
  line-height: 8px;
  float: left !important;
  display: inline-block;
}
.price{
  font-size: 19px !important;
  color: #000 !important;
  font-weight: bold !important;
  line-height: 100%;
  position: relative;
  margin-left: 50px;
  /* margin-bottom: 12px; */
  float: right !important;
}
.price curr{
  /* display: block; */
  font-size: 60%;
}
.product_title{
  margin: 0 !important;
  color: #000 !important;
  font-size: 12px !important;
  padding-top: 10px;
}
.form-control{
    color: #000;
    border-radius: 14px;
    padding: 0 10px;
    line-height: inherit !important;
    font-size: inherit;
}
.stepy-active {
    background: rgba(105, 101, 94, 0.49) !important;
}
.stepy-header li{
    border-radius: 7px !important;
}
.full_width_gallery,.full_width_gallery .container{
    background: #8b8b8b;
}
.full_width_gallery div[class^=col]{
	padding:0;
}
#cartModal .form-control{
    background: transparent!important;
}
.has-error .form-control{
  box-shadow: 0 0 7px -2px red !important;
  -webkit-box-shadow: 0 0 7px -2px red !important;
  border: 0;
}
select{
    padding: 0!important;
}
.new_products{
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    background: rgba(255,255,255,.5);
    /* padding: 7px; */
    border-radius: 15px;
    position: relative;
    transition: margin 0.3s,box-shadow 0.3s,background 0.3s;
}
.new_products:hover{
  margin-top: -5px;
  margin-bottom: 5px;
  box-shadow: 0 5px 8px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
  background: rgba(255,255,255,.8);
}
.WelcomeText {
	font-family: 'loew';
	font-size: 16px;
	color: #000;
    float: left;
}
.WelcomeText span {
	color: #7c7c7c;
}
.socialMedia a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	margin: 5px;
}
.socialMedia a i {
	font-size: 25px;
}
.navbar-toggle {
    margin: 0;
    padding: 0;
    font-size: 40px;
    height: auto;
    line-height: 0.8;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
img {
	max-width: 100%;
    height: auto !important;
}
.customerNumber {
	font-size: 16px;
	margin: 3px 0;
    word-spacing: -3px;
}
#lang_select a {
	line-height: 30px;
}
#search {
	width: auto;
	font-family: 'loew';
}
#login_a i, #join_us i {
	line-height: 26px;
}
.menu_container_mobile {
    z-index: 10000;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
}
#demo{
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
	width: auto;
  z-index: 10000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-right: 88px;
  margin-left: 55px;
}
#demo .dropdown-toggle > span {
	width: 100%;
	position: absolute;
	text-align: left;
	padding-left: 19px;
    display: none;
}
.nav2 > li > a{
  font-size: 18px;
  line-height: 1.3;
  font-family: inherit ;
  padding: 5px;
  margin: 0 5px;
}
.nav2 a:hover, .nav2 li.active > a{
    background-color: black !important;
    color: white !important;
}
.radio {
  margin-top: 10px !important;
  overflow: hidden;
}
.bg_logo {
    position: absolute !important;
    width: 180px !important;
    /* height: 100px; */
    left: 50% !important;
    top: 0;
    margin-left: -100px !important;
    /* margin-top: 0 !important; */
    /* margin: auto; */
}
.customerPhone {
	text-align: center;
}
.bg_footer {
}
#twasel {
	font-size: 16px;
}
.fa-facebook {
	color: #3b589e;
}
.fa-twitter {
	color: #1ab2e8;
}
.fa-youtube-play {
	color: #da2b28;
}
.fa-instagram {
	color: #957D60;
}
#toolTipContetn {
	position: absolute;
    bottom: 35px;
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #DDD;
    -webkit-box-shadow: 1px 1px 1px #DDD;
    left: 0;
    display: none;
    color: #7c7c7c;
    z-index: 99;
}
ul.errors {
	list-style: none;
}
ul.errors li {
	padding: 5px;
}
.ToolTop {
    bottom: auto !important;
    top: 40px;
    z-index: 100;
    font-weight: normal !important;
}
.toolTipItem {
    display: inline-block;
    color:#7c7c7c;
    text-decoration: underline;
    font-family: 'loew' !important;
}
.product .offer {
  color: #534841 !important;
  position: absolute;
  line-height: 10px;
  margin: 0;
  display: block;
  top: 12px;
  left: 0;
}
.product .offer .curr{display: none;}
.product .offer_original {
    text-decoration: line-through;
    font-size: 13px;
    margin: 0 3px;
    display: inline-block;
    float: left !important;
    color: #d00;
    position: absolute; left: -2px; top: -14px;
}
.product .offer_price {
    font-weight: bold;
}
.product .original_big {
    font-size: 16px;
}
.cartOriginal {
    text-decoration: line-through;
    /*margin: 0 5px;*/
}
.alert li {
    margin: 0 15px;
}
.last_one_pro {
    position: absolute;
    background: rgba(0,0,0,0.50);
    color: white;
    font-family: BadiyaLT-Bold, DIN_Arabic_Light;
    padding: 5px;
    border-radius: 50px;
    height: 57px;
    line-height: 45px;
    left: 5px;
    top: 5px;
    box-shadow: 1px 1px 2px black;
    -webkit-box-shadow: 1px 1px 2px black;
}
.product:hover .img-responsive {
    /*border-bottom: 4px solid;*/
}
.ViewSortContent {
    float: left;
}
.not_available_p2 {
    background: #DE0909;
    font-size: 20px;
    padding: 11px 8px;
    color: #FFFFFF;
    opacity: .8;
    border-radius: 8px;
    line-height: 1 !important;
    display: inline-block;
    float: left;
}
.PrevCredit {
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
}
.mailListFooter {
    background: #4a4a4a;
}
.mailListFooter .Buttom_side {
    margin-bottom: 30px;
}
.seals {
    margin: 10px auto;
    background: white url(../images/seals.svg) no-repeat center;
    width: 350px; height: 66px; max-width: 90%;
    background-size: 90% auto; -webkit-background-size: 90% auto;
    border-radius: 10px;
}
footer {
  padding: 10px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 55px;
}
/* footer a { color: white !important; } */
.container{ background: transparent !important;max-width: 97%; }
header .container, footer .container {
    background: transparent;
    padding: 0;
}
.logo {
  display: inline-block;
  width: 80px;
  height: 130px;
  float: right;
  background: white no-repeat center;
  background-size: contain;
  border-radius: 0 0 50px 50px;
  background-image: url(../images/LogoMark.svg);
  border: 10px solid white !important;
  /* box-shadow: 1px 1px 3px -2px black; */
}
.logoType {
    width: 70px;
    height: 25px;
    background: transparent no-repeat right;
    background-image: url(../images/logoType.svg);
    background-size: contain;
    display: inline-block;
    margin: 9px 0;
}
.logo_type_en {
    width: 90px;
    height: 25px;
    background: transparent no-repeat right;
    background-image: url(../images/logo_type_en.svg);
    background-size: contain;
    display: inline-block;
    margin: 9px 0;
}
.slogan {
    width: 130px;
    height: 20px;
    background: transparent no-repeat right;
    background-image: url(../images/slogan.svg);
    background-size: contain;
    display: inline-block;
    margin: 9px 0;
    margin-right: 6px;
}
/* style.css */
#main_menu{
    margin: 10px 0;
}
#main_body .Left_side,#main_body .Right_side{
    width: 200px;
}
#main_body .Left input,#main_body .Right input{
    width: 190px;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    border: 2px solid white;
    background: #ddd;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #939393;
    box-shadow: inset 0 0 2px #838383;
    -webkit-box-shadow: inset 0 0 2px #838383;
    border: 2px solid white;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(150,150,150,0.4);
}
#done {
    padding: 5px;
    border:1px solid #AFC9A0;
	background-color: #E6FFE6;
	font-weight: bold;
    display: block;
    margin-bottom: 5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.boom_boom {
  margin: 20px 0;
  /* display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); */
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* grid-template: auto / auto auto auto; */
}
.boom_boom li{
    display: inline-block;
    background: rgba(255,255,255,.5);
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 20%);
}
.title{
  /* background: rgba(255,255,255,.6); */
  padding: 6px 0 15px;
  line-height: 1;
  font-size: 15px;
  margin: 10px 5px;
  position: relative;
  /* box-shadow: 0 0 3px rgba(0,0,0,.3); */
  border-radius: 0;
  border-bottom: 4px solid #000;
  /* -webkit-width: fit-content;
  width: fit-content; */
}
/* .title::after {
    content: ' ';
    display: block;
    clear: both;
} */
.list-group li > a{
	    margin-bottom: 7px !important;
    -moz-border-radius:7px;
    -khtml-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px !important;
}
.bx-wrapper .bx-pager{
    z-index: 99;
    left: 10px !important;
    right: auto !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: rgba(255,255,255,.5) !important;
	border:1px solid rgba(127,127,127,.5) !important;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link.active{
	background: rgba(255,255,255,.8) !important;
}
.text-left{
  text-align: right;
}
i.twitter,i.instagram,i.snapchat{
 display: inline-block;
 width: 20px;
 height: 20px;
 filter: brightness(0);
}
i.twitter{
 background: url(../images/twitter.png) no-repeat center center / contain;
}
i.instagram{
 background: url(../images/insta.png) no-repeat center center / contain;
}
i.snapchat{
 background: url(../images/snap.png) no-repeat center center / contain;
}
.list-group-item:focus{
  color: #5f524a !important;
    outline: none !important;
    text-decoration: none !important;
    background-color: rgb(248, 220, 56) !important;
}
.flex-direction-nav .flex-disabled {
     !important;
    cursor: default;
}
.flex-direction-nav .flex-disabled:hover{
  background: #f8dc38;
}
.flex-direction-nav a:before{
  color: #777 !important;
}
.social_links {
    direction: ltr;
    text-align: center;
    margin: 8px auto;
    text-align: center;
}
.new_products .img-responsive {
    border-radius: 8px;
}
.quick-show{
  display: none;
  cursor: pointer;
  position: absolute; top: 50px; left: 50%; margin-left: -30px; border-radius: 7px; padding: 15px;
  background: rgba(144, 142, 141, 0.66);
  font-size: 25px !important; color: rgb(254, 255, 254) !important;
}
.product:hover .quick-show{ display: block; }
.mainSlider{
  min-height: 130px;
  background: lightgray url(../../../upload/media/ads/ad1.jpg) no-repeat right;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 3px 4px -4px inset black;
  -webkit-box-shadow: 0 3px 4px -4px inset black;
  max-height: 50vh;
  background-size: auto 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mainSlider .swiper-slide {
  text-align: center;
  padding: 180px 0 60px 0;
  color: white;
}
.mainSlider .swiper-slide b{
  font-size: 20px;
}
.modal.left .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out;
  -webkit-transform: translate(-100%,0%); -ms-transform: translate(-100%,0%); -o-transform: translate(-100%,0%); transform: translate(-100%,0%);
  margin: auto !important; margin-left: 0 !important;
  max-width: 90%;
}
.modal.left.in .modal-dialog{
  -webkit-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);
}
.modal.left .modal-dialog .modal-content {
  border-radius: 0;
  height: 100vh !important;
  overflow-x: auto;
  overflow-x: hidden;
}
.full_width_text {
    background: #fcba2f;
    position: relative;
    overflow: hidden;
}
.full_width_text [class^='col-']{position: static;}
.full_width_text .sidebody > *{position:relative;}
img.bgimg { position: absolute !important; right: 0; top: 0; height: 100% !important; max-width: none; min-width: 100%; }
.sidebody {
    padding: 20px;
}
.full_width_img{overflow: hidden;}
.full_width_img .container {
  width: auto;
  margin: 0 -15px;
  padding: 0;
}
.full_width_img .container img{
  width: 100%;
}
.my_content { padding: 0; }
.product_row [class*='col-'] { padding: 0; }
.socialTag{
  display: block;
  margin: auto;
  width: 200px;
  height: 30px;
  background: url(../images/social.svg) no-repeat center/contain;
}
header a.whatsapp {
    float: left;
    font-size: 20px;
    line-height: 1;
    padding: 5px 9px;
    background: rgba(0,0,0,.1);
    margin: 0 7px;
    border-radius: 0 0 10px 10px;
    color: gray;
    direction: ltr;
}
.fs10 { font-size: 10px; }
.fs13 { font-size: 13px; }
.fs15 { font-size: 15px; }
.fs20 { font-size: 20px; }
.fs25 { font-size: 25px; }
.fs30 { font-size: 30px; }
.fs35 { font-size: 35px; }
.flex{display: flex;}
.flex>*{flex: auto;}
.quantity_from numc[minus],.quantity_from numc[plus],numc{margin: 0 5px !important; padding: 0 5px 5px !important; border-radius: 15px;}
.search_container .form-control { box-shadow: none; border: 0; border-bottom: 2px solid; border-radius: 0; padding: 0; }
.product_page .fainal_price { font-size: 17px; }
.product_page .add_to_cart mi{float: none !important;}


@media (max-width: 740px) {
  .mainSlider{background-position: 90% center;}
  .navbar-nav{
      display: none;
  }
  #cart a,.logo {
    border: 0 !important;
  }
	.setCenter {
		text-align: center;
	}
	.bg_logo  {
		margin-top: 0px;
        width: 100%;
	}
	.bg_logo img {
		max-height: 170px;
	}
  .navbar-toggle{
      right: 5px;
  }
  #links{
      position: absolute;
      top: 0;
      z-index: 999999;
      right: 0;
      width: 100%;
  }
  #search_wraper{
      width: 100%;
      margin: 0;
  }
	.bx-pager {
		display: none !important;
	}
	.ssss .bx-wrapper .bx-controls-direction a {
		top: -29px !important;
		z-index: 1000;
	}
	.ssss .bx-wrapper .bx-next {
		right: auto!important;
		background: none;
		left: 16px;
		margin-left: 11px;
	}
	.ssss .bx-wrapper .bx-prev {
		left: 0px!important;
		background: none;
	}
  .add_to_cart { font-size: 20px; bottom: 5px; }
  .offer_price {
      font-size: 13px;
  }
  .offer_original {
      font-size: 11px;
  }
  #cargo_companies img{
      float: none!important;
  }
  #level_3{
      min-height: auto;
      line-height: 20px;
  }
  .seals{ margin: 10px auto; float: none;}
  footer{
    background-size: auto 130%;
    -webkit-background-size: auto 130%;
  }
  .logoType{width: 88px; height: 35px;}
}
#ShoppingCycelSide .row { margin: 0; }
.arp_pay_link { background: #000 !important; }
.sidebody{padding: 5px;}
.sidebody pre { border: 0; font-family: inherit; font-size: 1.8vh; }
