body {
    font-size: 12px;
}
a { color: #2C2A2B;}
.logo {
    width: 370px;
	margin: 3px 0;
	height: 80px;
	float:right;
	background-size: contain !important;
	
}
.online__payment_btn__item {
  background: #FED500;
  padding: 10px 30px;
  border: none;
  float: left;
  border-radius: 10px;
  font-weight: 900;
  color: #fff;
  font-size: 1.5rem;
  margin:5px auto 20px 
}
.header_section {
	background: #fff;
}
.slider_section {
    padding:0 ;
	background: #fff;
	position:relative
}
.custom-shape-divider-bottom-1605167306 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1605167306 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px;
}

.custom-shape-divider-bottom-1605167306 .shape-fill {
    fill: #FFFFFF;
}
.main_nav {
	position:relative;
    width: 100%;
    z-index: 9999;
	background: #333;
	border-bottom: 5px solid #FED500;
}
.main_nav li a {
  color: #fff;
}
.main_nav li {
    float: right;
    padding: 15px;
    font-weight: 700;
	border-left: 1px solid #515151;
}
.main_nav li i {
    visibility: hidden;
    display: none;
}
.cta__store {
	    background: #BBA06B;
    float: left;
    padding: 10px 20px;
    border-radius: 35px;
    font-weight: 900;
    margin: 25px 0;
}
.js-signin-modal-trigger li {
  border: none !important;
  padding:0
}

.carousel .item {
  width: 100%;
  height: 390px;
  margin-right: 0;
  background: #2B2B2B;
  counter-increment: carousel-cell;
  overflow: hidden;
}
.item img {
    width: 100%;
}
.flickity-page-dots {
    bottom: 5px;
}


.aboutus_index {
    background: url(../images/about_index_bg_main.png) center center no-repeat;
    position: relative;
    min-height: 350px;
}
    .section_title {
        position: relative;
        width: 100%;
        padding: 70px 0 10px;
        background: url(../images/site-logo-gray.png) center 0 no-repeat;
    }
        
    .section_title h1 {
        font-size: 1.5rem;
        margin: 10px auto;
        color: #424A4F;
        text-align: center;
        font-weight: 900;
    }
    .section_title h2 {
        font-size: 1rem;
        margin: 10px auto;
        color: #6C828E;
        text-align: center;
    }
.aboutus_index .index_about_text {
    text-align: justify;
    font-size: 1.2rem;
    padding: 45px 10px;
}
.index_about_image {
    padding: 30px;
    text-align: center;
}
.offstoday_index {
	
    width: 100%;
	
    margin:0px auto 10px;
}



.product-cell {
  width:20%;
  height: 260px;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  counter-increment: carousel-cell;
  border: 1px solid #e8e8e8;
}

.carousel__off_product_raws .product-cell {
  width:24%;
}
.carousel__off_product {
    padding: 25px 0;
}
.cta__category_index {
    width: 100%;
    padding: 45px 0;
	background: rgb(60,148,192);
background: linear-gradient(127deg, rgba(60,148,192,1) 0%, rgba(123,200,254,1) 50%, rgba(60,148,192,1) 100%);
}
.cta__category_index .cta__category_index__item {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.news_index {

    position: relative;

    min-height: 350px;

}

    .index_news_title a {

        color: #273B45;

        font-size: 14px;

        font-weight: 900;

    }

.news_index .section_title {

    border-bottom: 1px solid #C0C0C0;

    padding: 10px 0;

    background: none;

}

.index_posts li h1 {

    text-align: center;

    margin: 25px auto;

    font-size: 1.3rem;

    font-weight: 900;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.index_posts li .date {

    float: right;

    color: #ccc;padding: 5px;

}

.index_posts li .readmore {

    float: left;

    color: #28AFEA;padding: 5px;

}



.index_posts .icon img {

    width: 100%;

    height: 100%;

}

    

    .index_excerpt p {

        color: #273B45;

        font-size: 12px;

        text-align: justify;

        font-weight: 300;

    }

    .index_news_items {

		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 50px;
		direction: rtl;
    }

.news_index .section_title h1, .news_index .section_title h2 { text-align: right;}

.index_posts {
  width: 48%;
  margin: 10px auto;
  background: #fff;
  padding: 0;
box-shadow: 0px 2px 35px #3b43590f !important;
border-radius: 10px;
  overflow: hidden;
}
    .index_posts .icon {
		float: right;
		width: 128px;
		height: 128px;
		margin: 0 0 0 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.item.index_posts h1 {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0;
    padding: 10px;
	color: #007D73;
}
.index_news_items .index_posts:last-child {
  border: none;
}

.post_text p {
    font-size: 1.1rem;
    line-height: 150%;
}
.readmore {
    float: left;
    margin: 10px;
    background: linear-gradient(140deg,#b9e443 0,#41bc6b 62%);
    padding: 5px 10px;
    border-radius: 31px;
    color: #fff;
    font-weight: 700;
}

    .index_excerpt p {

        color: #273B45;

        font-size: 12px;

        text-align: justify;

        font-weight: 300;

    }

    .index_news_items {

        direction: rtl;

        padding: 35px 0 0;

    }

    .col-md-6.index_news_items a {

        float: right;

        width: 100%;

        background: #5A5A5A;

        margin: 5px;

        padding: 10px 25px 10px 10px;

        border-radius: 15px;

        color: #fff;

        font-weight: bold;

        position: relative;

    }

    .col-md-6.index_news_items a::after {

        background: #FFC80B;

        position: absolute;

        right: 7px;

        top: 13px;

        content: " ";

        width: 12px;

        height: 12px;

        border-radius: 50%;

    }

    .col-md-6.index_news_items a:hover::after { background: #fff }

    .inc_maintitle { margin: 0px 0 20px; }





    .index_excerpt * {

        direction: rtl;

        line-height: 200%;

        font-weight: 300 !important;

        text-align: justify;

        font-size: 1.2rem !important;

    }

.btn_readmore__news {

    position: relative;

    background: #FFC80B;

    color: #fff;

    padding: 10px 15px;

    border-radius: 50px;

    font-weight: 900;

    margin:10px auto 25px;

    width: 120px;

    display: block;

    text-align: center;

	box-shadow: 0 5px 15px #F7E3A2;

}

.btn_readmore__news:hover {

	color:#fff

}
   
.product-cell .pic-con img {
  margin: 0 auto;
  display: block;
  /*width: 100%;*/
  border-radius: 5px 5px 0 0;
}
    .product-cell .title-con {
        font-size: 1.2rem;
        font-weight: 900;
        padding: 5px 10px;
        text-align: center;
    }
    .product-cell .order_btn_absol {
        opacity: 0;
        position: absolute;
        bottom: -20px;
        -webkit-transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		-ms-transition: all ease 0.2s;
		-o-transition: all ease 0.2s;
        transition: all ease 0.2s;
        border: none;
        background: linear-gradient(140deg,#b9e443 0,#41bc6b 62%);
        color: #fff;
        text-align: center;
        border-radius: 10px;
        font-weight: 900;
        padding: 2px 15px;
        left: 50%;
        margin-left: -35px;
    }

    .product-cell:hover .order_btn_absol {
        opacity: 1;
        bottom: 10px;
        -webkit-transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		-ms-transition: all ease 0.2s;
		-o-transition: all ease 0.2s;
		transition: all ease 0.2s;
    }
    
    .product-cell .product_box_price {
        direction: rtl;
        position: relative;
        bottom: auto;
        color: #01A552;
    }
    .product-cell .product_box_price__overline {
        position: relative;
        bottom: auto;
    }

    .offper_label {
        position: absolute;
        top: 10px;
        text-align: center;
        color: #FFF;
        background: #01A552;
        left: 0;
        padding: 3px 10px;
        font-weight: 900;
        border-radius: 0 15px 15px 0;
        width: auto;
        right: auto;
    }

.footer_section {
    width: 100%;
    margin: 30px auto 0;
	position:relative;
    padding: 10px 0;
    color: #313131;
	background:#fff url(../images/Shape-1-copy-21.png) left 0 no-repeat;
	
}
.social_icons a {
    margin: 10px;
}
.social_icons {
    width: 100%;
    padding: 5px;
    border-radius: 15px;
    margin: 25px;
    float: right;
    text-align: center;
}
.padding___fooimg img {
    padding: 45px 0;
}
.foo_bordered_list li i {
    font-size: 20px;
    line-height: 0;
    margin: 8px 0 0 8px;
    float: right;
}
	.footer_section .foo_title {

		font-weight: bold;

		color:#2B2B2B;

		font-size: 16px;

		margin: 20px auto 10px;
		text-align:right

	}

	.footer_facs {
		display: table;
		margin: 0 auto;
		position: relative;
		padding: 0;
		width: 100%;
	}

	.footer_facs li {float: right; width:100%; position: relative; margin:3px 25px;}

	.footer_facs li::before {

		display: block;

		content: "";

		position: absolute;

		right: -5px;

		top: 0;

		bottom: 0;

		margin: auto;

		height: 6px;

		width: 6px;

		background-color: #2B2B2B;

		transform: rotate(45deg);

		-webkit-transition: all ease 0.3s;

		-moz-transition: all ease 0.3s;

		-ms-transition: all ease 0.3s;

		-o-transition: all ease 0.3s;

		transition: all ease 0.3s;

	}
.wrapper .icon span {
  color: #000;
}
	.footer_facs > li:hover::before {

		background-color: #fff;

	}

	.footer_facs li a {

		float: right;

		margin: 2px 10px;

		color: #fff;

		font-size: 13px;

		position: relative;

	}
    .aboutus_index .index_about_text p { text-align: justify;}
.footer_item_title {
    font-weight: 900;
    color: #2B2B2B;
    font-size: 16px;
	text-align:right;
    margin: 20px auto 10px;
}
.foo_bordered_list li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.foo_bordered_list li .pnumber {
    float: left;
}
.textwidget p {
        margin: 10px;
        direction: rtl;
        text-align: justify;
        line-height: 200%;
        font-weight: 300;
}
.footer__sectionfirst {
    float: right;
    width: 100%;
    border-bottom: 1px solid #867046;
    padding: 10px 0 15px;
}
.footer_section .senddllink {
    direction: rtl;
    width: 320px;
    margin: 0 auto;
    display: flex;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    padding: 20px 0;
}
.footer_section .senddllink .mobnum {
    width: 100%;
    border: none;
    padding: 0 5px;
    border-radius: 50px;
    text-align: center;
    margin: 10px auto;
    height: 40px;
}
.footer_section .senddllink .index_submit {
    width: 30%;
    background: #FFD119;
    border: none;
    padding: 0 0px;
    border-radius: 30px;
    text-align: center;
    margin: 10px -40px 0 0;
    color: #fff;
    font-weight: 900;
    font-size: 1.5rem;
    height: 40px;
}
.footer_section .pricetitle {
    font-size: 14px;
    color: #fff;
    padding: 27px 30px 25px 0;
    text-align: center;
    float: right;
    font-size: 1.2rem;
}
.footer_section .pricetext {
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 200%;
    padding: 0;
    width: 250px;
    margin: 17px auto;
    float: left;
}
.footer_section .pricetext span.mdi {
    margin: 0 0;
    color: #2B2B2B;
    font-size: 3rem;
    display: block;
    float: left;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    padding: 5px 5px 2px;
}
.footer_section .pricetext span {
    text-align: center;
    float: left;
    margin: 10px;
    font-size: 1.5rem;
}
.newsletter_guide {
    text-align: right;
    color: #4D4D4D;
    font-size: 1rem;
}


.cz_stylish_list {
    direction: rtl;
    padding: 0;
    margin: 0;
}

.cz_stylish_list li {
    margin: 0 0 10px;
    display: list-item;
    width: 100%;
    transition: all .2s ease-in-out;
}
.cz_stylish_list .cz_sl_icon {
    vertical-align: top;
}
.cz_stylish_list li > div, .cz_stylish_list li > a > div {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
    text-decoration: inherit;
	color: #333;

}
.cz_stylish_list li i {
    border-radius: 50px;
    background-color:rgba(255, 255, 255, 0.2);
}
.cz_stylish_list li:hover i {
    color: #2e2e2e;
    background-color: #efae16;
}
.cz_stylish_list i {
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    display: block;
    transition: all .1s ease-in-out;
    margin-left: 10px;
}
.cz_stylish_list li > div > span {
    line-height: 1.6;
    display: block;
}
.alg-lft {
    text-align: left;
    direction: ltr;
    letter-spacing: 2px;
}
.cd-signin-modal__message {
    padding: 0em 0 20px;
}
.cd-signin-modal__message {
    font-size: 1.2rem;
}


.header_nav {
    background: #BBA06B;
}
.header_nav .main_nav {
    padding: 0;
    float: right;
}
.header_nav .main_nav li a { color: #fff; }

.carousel__shop .item {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    background: #2B2B2B;
    counter-increment: carousel-cell;
  }

  .cta_section__item_right {
    height: 200px;
    background: #fff;
    margin: 10px 0 10px 10px;
    border-radius: 15px;
    overflow: hidden;
}
.cta_section__item_right img, .cta_section__item_left img {
    width: 100%;
}
.cta_section__item_left {
    height: 200px;
    background: #fff;
    margin: 10px 10px 10px 0;
    border-radius: 15px;
    overflow: hidden;
}
.specoffer__section {
    background: #30C4AE ;
    margin: 0px auto;
}
.brands__slider {
    padding: 15px 0;
}
    .brands__slider .brand-cell {
        width: 15%;
        height: 80px;
        margin-right: 10px;
        background: #fff;
        border-radius: 5px;
        counter-increment: carousel-cell;
        }
    .brands__slider .normal__sectiontitle {
        text-align: right;
        font-weight: 900;
        font-size: 1.5rem;
    }
    .brands__slider .carousel__brands {
        padding: 20px 0;
    }
    .brands__slider .brand-cell span img {
        width: auto;
        height: 100%;
        margin: 10px auto;
        display: block;
    }
    .brands__slider .text {
        text-align: justify;
        font-size: 1.2rem;
        padding: 20px 0;
        line-height: 200%;
        direction: rtl;
    }
    .navbar {
        z-index: auto;
    }




    *:focus {
        outline: none;
    }



    /* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
 }
 
 .navbar .dropdown-menu {
   border:none;
   background-color:#0060c8!important;
 }
 
 /* breakpoint and up - mega dropdown styles */
 @media screen and (min-width: 992px) {
   
   /* remove the padding from the navbar so the dropdown hover state is not broken */
 .navbar {
   padding-top:0px;
   padding-bottom:0px;
 }
 
 /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
 .navbar .nav-item {
   padding:.5rem .5rem;
   margin:0 .25rem;
 }
 
 /* makes the dropdown full width  */
 .navbar .dropdown {position:static;}
 
 .navbar .dropdown-menu {
   width:100%;
   left:0;
   right:0;
 /*  height of nav-item  */
   top:45px;
   
   display:block;
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.3s linear;
   
 }
   
  
 
   
   /* shows the dropdown menu on hover */
 .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
   display:block;
   visibility: visible;
   opacity: 1;
   transition: visibility 0s, opacity 0.3s linear;
 }
   
   .navbar .dropdown-menu {
     border: 1px solid rgba(0,0,0,.15);
     background-color: #fff;
   }
 
 }
.inner .main_nav {
    padding: 0px;
}
 .top_login_btn {
    background: #282828;
    padding: 5px 15px;
    color: #fff;
    font-weight: 900;
    border-radius: 30px;
    margin: 10px 0;
    float: left;
} 
.header__search {
    float: left;
	margin: 23px;
}


.header__search .header__search--input {

    border: 1px solid #ccc;

    padding: 8px 30px 8px 10px;

    width: 100%;

    border-radius: 5px;

    direction: rtl;
	z-index: 9999;
position: relative;

}

.header__search form {
    width: 250px;
    position: relative;
}

.header__search .mdi.mdi-magnify {
  position: absolute;
  left: 0px;
  font-size: 3rem;
  top: -1px;
  z-index: 99999;
  color: #FFF;
  background: #FFB901;
  line-height: 37px;
  padding: 0 5px;
  border-radius: 5px 0 0 5px;
}

.header__search .results {
	width:100%;
	height: 0;
	background: #fff;
	position: absolute;
	top: 20px;
	background-color: rgb(255, 255, 255);
	border: 0.1rem solid #CCC;
	border-radius: 0 0 10px 10px;
	z-index: 999;
	
	overflow:hidden
	
	
}
.navbar {
    background: none;
    box-shadow: none;
}
.navbar.navbar-expand-lg.navbar-dark.bg-primary {
    position: absolute;
    top: 107px;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255,255,255,.3);
}
.navbar-nav > li > a {
    float: right;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0 10px 10px;
    
}
.navbar .dropdown-menu .col-md-3 span a {
    float: right;
    width: 100%;
    text-align: right;
    font-weight: 900;
    color: #2B2B2B;
    padding: 10px;
    font-size: 1.5rem;
}
.navbar .dropdown-menu .col-md-3 .nav.flex-column li {
    float: right;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    color: #fff;
    font-size: 1.1rem;
}

.navbar .dropdown-menu {
    border: none;
    box-shadow: none;
}
.navbar .dropdown-menu {
    top: 50px;
}
.navbar .dropdown-menu {
    background-color: #FED500 !important;
}
.navbar-toggler {
    direction: rtl;
    border: 0;
    padding: 5px;
    font-size: 1.5rem;
    font-weight: 900;
    border-radius: 5px;
    margin: 10px;
    background: #8A61B0;
    color: #fff;
    display: none;
}
.specoffer__section--title {
	font-size: 2rem;
	text-align: center;
	padding: 5px 110px 5px 0;
	font-weight: 900;
	position: relative;
	width: 100%;
	float: right;
}
.specoffer__section--title span {
    position: relative;
    z-index: 9999;
    padding: 25px 25px 5px;
	color: #434546;
	float: right;
}
.products_rows img {
    width: 100%;
}
.products_rows {
    padding: 25px;
}


#cd-hamburger-menu, #cd-cart-trigger {
    position: absolute;
    top: 0;
    height: 100%;
  }
  #cd-hamburger-menu a, #cd-cart-trigger a {
    width: 60px;
    height: 100%;
  }
  
  #cd-hamburger-menu {
    left: 0;
  }
  
  @media only screen and (min-width: 1200px) {
    #cd-hamburger-menu {
      display: none;
    }
  }
  
  #cd-cart-trigger {
    right: 0;
  }
  @media only screen and (min-width: 1200px) {
    #cd-cart-trigger {
      /* cart right margin on desktop */
      right: 0;
    }
    #cd-cart-trigger a {
      position: relative;
      width: 100px;
      border-left: none;
    }
  }
  
  #main-nav, #cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    /* header height */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  @media only screen and (min-width: 768px) {
    #main-nav, #cd-cart {
      width: 350px;
    }
  }
  @media only screen and (min-width: 1200px) {
    #main-nav, #cd-cart {
      width: 30%;
      /* header height has changed */
    }
  }
  
  #main-nav {
    left: -100%;
    background: #FFF;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
  }
  #main-nav.speed-in {
    left: 0;
  }
  #main-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    border-bottom: 1px solid #e0e6ef;
  }
  #main-nav ul .current {
    box-shadow: inset 3px 0 #435779;
  }
  @media only screen and (min-width: 1200px) {
    #main-nav {
      /* reset main nav style */
      position: absolute;
      height: auto;
      width: auto;
      left: auto;
      right: 8em;
      padding-top: 0;
      top: 0;
      background: transparent;
      box-shadow: none;
      /* header height */
      line-height: 80px;
      z-index: 4;
    }
    #main-nav li {
      display: inline-block;
      margin-left: 1em;
    }
    #main-nav ul a {
      display: inline-block;
      height: auto;
      line-height: 1;
      padding: 1em 1.4em;
      border-bottom: none;
      color: rgba(255, 255, 255, 0.8);
      border-radius: 0.25em;
    }
    #main-nav ul a.current {
      box-shadow: none;
      background: #435779;
      color: #FFF;
    }
    .no-touch #main-nav ul a:hover {
      background: #435779;
      color: #FFF;
    }
  }
  .no-js #main-nav {
    position: fixed;
  }
  
  #cd-cart {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    opacity: 0;
    
  }
  #cd-cart.speed-in {
    right: 0;
    opacity: 1;
  }
  #cd-cart h2 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.2rem 1.5rem 0.2rem;
    background-color: rgb(255, 255, 255);
    border-bottom: 0.1rem solid rgb(244, 244, 244);
    margin: 0;
  }
  #cd-cart .cd-cart-items {
    padding: 0;
  }
  #cd-cart .cd-qty, #cd-cart .cd-price {
    color: #a5aebc;
  }
  #cd-cart .cd-price {
    margin-top: .4em;
  }
  #cd-cart .checkout-btn {
    display: block;
    line-height: 50px;
    background: #07BC20;
    color: #FFF;
    position: fixed;
    bottom: 0;
    text-align: right;
    right: -100%;
    width: 30%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    padding: 0 10px;
    font-weight: 900;
  }
  #cd-cart.speed-in .checkout-btn {
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
  }
  #cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
  }
  #cd-cart .cd-go-to-cart a {
    text-decoration: underline;
  }
  @media only screen and (min-width: 1200px) {
    #cd-cart > * {
      padding: 0;
    }
  }
  
  #cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2;
    display: none;
  }
  #cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
  }
  /* -------------------------------- 
  
  xkeyframes 
  
  -------------------------------- */
  @-webkit-keyframes cd-fade-in {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes cd-fade-in {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  @keyframes cd-fade-in {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }

#cd-cart-trigger {
  position: relative;
  background: #41B517;
  float: left;
  padding: 5px 20px;
  border-radius: 35px;
  font-weight: 900;
  margin: 10px 10px 5px 0;
}
  #cd-cart-trigger a { color:#fff }
.checkout-btn span {
    float: left;
    background: #0A5E16;
    line-height: 100%;
    padding: 9px 15px 7px;
    margin: 12px 0;
    border-radius: 5px;
}
.inner #cd-cart-trigger {
    background: #41B517;
    padding: 5px 15px;
    font-weight: 900;
    border-radius: 30px;
    margin: 10px;
    float: left;
}
.inner #cd-cart-trigger a {
    color: #fff;
}
.quantity_control .input-group .btn {
    padding: 0px 0;
}
.quantity_control {
    margin: 12px 0 0;
}
.checkout_list_item .checkout_list_item__img {
    margin: 10px 10px 0;
}
.checkout_list_item .price_wrapper {
    bottom: 20px;
}
.checkout_list_item .rows {
    padding: 0px 20px;
}
.footer_module_flex--wrapper {
  display: flex;
  direction: rtl;
}
.footer_module_flex--wrapper .col-md-4:first-child {
  width: 50%;
}

section h1{margin:0 0 30px;width:100%;font-size:40px;font-weight:400;color:#FFF}section a{display:inline-block;padding:15px 25px;font-weight:600;text-transform:uppercase;text-decoration:none;border:3px solid #FFF;border-radius:100px;color:#FFF;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}section a:focus,section a:hover{background:#FFF;color:#0AC2D2}@media(min-width:768px){section h1{font-size:60px}}.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}

.sidbar_category--list {
    direction: rtl;
}
.sidbar_category--list a#navbarDropdown {
    font-size: 1.5rem;
    font-weight: 900;
    color: #BBA06B;
	margin: 10px 0;
    display: block;
}
.sidbar_category--list .sidbar_category--list__sub span a {
    width: 100%;
    display: block;
    font-size: 1.2rem;
    padding: 15px 5px;
}
.sidbar_category--list .sidbar_category--list__sub span a:hover {
    border-radius: 0.4rem;
    background-color: rgb(242, 247, 255);
    color: rgb(66, 66, 66);
}
.sidbar_category--list .sidbar_category--list__sub span a i {
    float: left;
    font-size: 3.2rem;
    line-height: 14px;
    color: #fff;
	margin-left:10px;
        -webkit-transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		-ms-transition: all ease 0.2s;
		-o-transition: all ease 0.2s;
        transition: all ease 0.2s;
}
.sidbar_category--list .sidbar_category--list__sub span a:hover i {
    color: #BBA06B;
	margin-left:0px;
	
}
.inner .cta__store {
    padding: 5px 20px;
    margin: 10px;
}
.public_page {
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    min-height: 350px;
}
.prod_explain__title {
    font-weight: 900;
    color: #000;
    font-size: 2rem;
}
.prod_explain__title .prod_explain__date.left {
    font-size: 1.2rem;
    font-weight: 100;
}
.black { color:#000 }
.smobitrigger { color: #3B3340; }
.smobitrigger:hover { color: #BBA06B; }
.mobimenu li a {
    color: #464646 !important;
}
.dropdown.dp_profile.top_login_btn a {
    cursor: pointer;
	color:#fff
}
.dropdown.dp_profile.top_login_btn a:hover {
    color:#fff
}
.dropdown.dp_profile.top_login_btn a i {
	float:right
}
.dropdown-menu {
    left: 0;
    z-index: 99999999;
}
.dropdown-menu > li > a {
    text-align: right;
    font-size: 1.2rem;
	color: #333333 !important;
	padding: 5px 10px;
}

        .inprofile_box {

            margin: 10px auto;

            border-radius: 5px;

            padding: 0 0 10px 0;

            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);

            transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);

        }

        .inprofile_box .title {

            text-align: right;

            text-align: right;

            padding: 10px;

            margin: 0px auto 10px;

            border-radius: 4px 4px 0 0px;

            font-weight: 900;

        }

        .inprofile_box .title.red {

            border-right: 5px solid #953B3D;

            background: #FFF3F3;

        }

        .inprofile_box .title.green {

            border-right: 5px solid #419A65;

            background: #DAFFE9;

        }

        .marginright { margin-right: 5px;}

        .marginleft { margin-left: 5px;}
		

    .prod_explain_title {

        text-align: right;
		padding: 10px;
		border-right: 5px solid #388DB6;
		background: #F1FBFF;
		margin: 10px auto;
		border-radius: 15px 0 0 15px;
		float: right;

    }
	
		.waranty_elemets .c-product__feature-col {
			font-size: .9rem;
			text-align: center;
			float: right;
			width: 33.33333%;
			display: block;
		}
		.waranty_elemets .c-product__feature-col i {
			width: 100%;
			font-size: 2.8rem;
			text-align: center;
			float: right;
			margin: 0;
			color: #8e8e8e;
		}
		
		
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-products-comparison-table {
  margin-bottom: 6em;
}
.cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.cd-products-comparison-table header {
  padding: 0 5% 25px;
}
.cd-products-comparison-table header::after {
  clear: both;
  content: "";
  display: table;
}
.cd-products-comparison-table h2 {
  float: left;
  font-weight: bold;
}
.cd-products-comparison-table .actions {
  float: right;
}
.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
  font-size: 1.4rem;
}
.cd-products-comparison-table .reset {
  color: #404042;
  text-decoration: underline;
}
.cd-products-comparison-table .filter {
  padding: .6em 1.5em;
  color: #ffffff;
  background-color: #cccccc;
  border-radius: 3px;
  margin-left: 1em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #9dc997;
}
.no-touch .cd-products-comparison-table .filter.active:hover {
  background-color: #a7cea1;
}
@media only screen and (min-width: 1170px) {
  .cd-products-comparison-table {
    margin-bottom: 8em;
  }
  .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .cd-products-comparison-table header {
    padding: 0 5% 40px;
  }
  .cd-products-comparison-table h2 {
    font-size: 2.4rem;
  }
  .cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
    font-size: 1.6rem;
  }
  .cd-products-comparison-table .filter {
    padding: .6em 2em;
    margin-left: 1.6em;
  }
}

.cd-products-table {
  position: relative;
  overflow: hidden;
}

.cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 120px;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  background-color: #fafafa;
  opacity: .95;
}
.cd-products-table .features::after {
  /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 4px;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-products-table .features {
    width: 210px;
  }
}

.cd-products-table.scrolling .features::after {
  opacity: 1;
}

.cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cd-products-columns {
  /* products list wrapper */
  margin-right: 120px;
}
.cd-products-columns::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1170px) {
  .cd-products-columns {
    margin-right: 210px;
  }
}

.cd-products-columns .product {
  position: relative;
  float: right;
  width: 150px;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.filtering .cd-products-columns .product:not(.selected) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.no-product-transition .cd-products-columns .product.selected {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.filtered .cd-products-columns .product:not(.selected) {
  position: absolute;
}
@media only screen and (min-width: 1170px) {
  .cd-products-columns .product {
    width: 310px;
  }
}

.cd-features-list li {
  font-size: 1.4rem;
  padding: 15px 10px;
  border-color: #e6e6e6;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;height: 60px;
}
.cd-features-list li.rate {
  /* rating stars */
  padding: 21px 0;
}
.cd-features-list li.rate span {
  display: inline-block;
  height: 22px;
  width: 110px;
  background: url(../img/cd-star.svg);
  color: transparent;
}
@media only screen and (min-width: 1170px) {

  .cd-features-list li.rate {
    padding: 22px 0;
  }
}

.features .cd-features-list li,
.cd-products-table .features .top-info {
  /* fixed left column - items */
  font-size: 1.2rem;
  font-weight: bold;
  /* set line-height value equal to font-size of text inside product cells */
  line-height: 32px;
  padding: 15px 10px;
  text-align: left;
}
@media only screen and (min-width: 1170px) {
  .features .cd-features-list li,
  .cd-products-table .features .top-info {
    text-transform: uppercase;
    line-height: 32px;
    padding: 15px 20px;
    letter-spacing: 1px;
  }
}

.features .cd-features-list li {
  /* truncate text with dots */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cd-products-table .top-info {
  position: relative;
  height: 177px;
  width: 150px;
  text-align: center;
  padding: 1.25em 2.5em;
  border-color: #e6e6e6;
  border-style: solid;
  border-right-width: 1px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  cursor: pointer;
  background: #ffffff;z-index: 9999;
}
.cd-products-table .top-info::after {
  /* color gradient below .top-info -  visible when .top-info is fixed */
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}
.cd-products-table .top-info h3 {
  padding: 1.25em 0 0.625em;
  font-weight: bold;
  font-size: 1.4rem;
}
.cd-products-table .top-info img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-products-table .top-info h3, .cd-products-table .top-info img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em;
}
@media only screen and (min-width: 1170px) {
  .cd-products-table .top-info {
    height: 295px;
    width: 310px;
  }
  .cd-products-table .top-info h3 {
    padding-top: 1.4em;
    font-size: 1.6rem;

  }
  .cd-products-table .top-info .check {
    margin-bottom: 1.5em;
  }
}
.cd-products-table .top-info h4 {
    text-align: center;
}

.cd-products-table .features .top-info {
  /* models */
  width: 120px;
  cursor: auto;
  background: #fafafa;
}
@media only screen and (min-width: 1170px) {
  .cd-products-table .features .top-info {
    width: 210px;
  }
}

.cd-products-table .selected .top-info .check::before {
  /* green circle dot */
  background: #9dc997;
  border-color: #9dc997;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}


@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(1);
  }
  60% {
    -moz-transform: scale(1.6);
  }
  100% {
    -moz-transform: scale(1.5);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1;
}

@media only screen and (min-width: 1170px) {
  .cd-products-table.top-fixed .cd-products-columns > li,
  .cd-products-table.top-scrolling .cd-products-columns > li,
  .cd-products-table.top-fixed .features,
  .cd-products-table.top-scrolling .features {
    padding-top: 160px;
  }

  .cd-products-table.top-fixed .top-info,
  .cd-products-table.top-scrolling .top-info {
    height: 160px;
    position: fixed;
    top: 0;
  }
  .no-cssgradients .cd-products-table.top-fixed .top-info, .no-cssgradients
  .cd-products-table.top-scrolling .top-info {
    border-bottom: 1px solid #e6e6e6;
  }
  .cd-products-table.top-fixed .top-info::after,
  .cd-products-table.top-scrolling .top-info::after {
    opacity: 1;
  }
  .cd-products-table.top-fixed .top-info h3,
  .cd-products-table.top-scrolling .top-info h3 {
    -webkit-transform: translateY(-116px);
    -moz-transform: translateY(-116px);
    -ms-transform: translateY(-116px);
    -o-transform: translateY(-116px);
    transform: translateY(-116px);
  }
  .cd-products-table.top-fixed .top-info img,
  .cd-products-table.top-scrolling .top-info img {
    -webkit-transform: translateY(-62px) scale(0.4);
    -moz-transform: translateY(-62px) scale(0.4);
    -ms-transform: translateY(-62px) scale(0.4);
    -o-transform: translateY(-62px) scale(0.4);
    transform: translateY(-62px) scale(0.4);
  }

  .cd-products-table.top-scrolling .top-info {
    position: absolute;
  }
}
.cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  /* replace text with image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 60px;
  width: 40px;
  background: rgba(64, 64, 66, 0.8) url("../img/cd-arrow.svg") no-repeat center center;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.cd-table-navigation a.inactive {
  opacity: 0;
  visibility: hidden;
}
.cd-table-navigation a.prev {
  left: 120px;
  right: auto;
  -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
  -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
  -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
  -o-transform: translateY(55px) translateX(15px) rotate(180deg);
  transform: translateY(55px) translateX(15px) rotate(180deg);
}
.no-touch .cd-table-navigation a:hover {
  background-color: #404042;
}
@media only screen and (min-width: 1170px) {
  .cd-table-navigation a {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  .cd-table-navigation a.prev {
    left: 210px;
    -webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(100px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(100px) translateX(15px) rotate(180deg);
    -o-transform: translateY(100px) translateX(15px) rotate(180deg);
    transform: translateY(100px) translateX(15px) rotate(180deg);
  }
  .top-fixed .cd-table-navigation a {
    position: fixed;
  }
  .top-fixed .cd-table-navigation a, .top-scrolling .cd-table-navigation a {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px);
  }
  .top-fixed .cd-table-navigation a.prev, .top-scrolling .cd-table-navigation a.prev {
    -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(45px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
    -o-transform: translateY(45px) translateX(15px) rotate(180deg);
    transform: translateY(45px) translateX(15px) rotate(180deg);
  }
}

/* -------------------------------- 

No JS

-------------------------------- */
.no-js .actions {
  display: none;
}

.no-js .cd-products-table .top-info {
  height: 145px;
}
@media only screen and (min-width: 1170px) {
  .no-js .cd-products-table .top-info {
    height: 248px;
  }
}

.no-js .cd-products-columns .check {
  display: none;
}

.compare_addtocart_inner {

    background: #12C376;

    border: 0;

    padding:8px 35px 8px 0;

    color: #fff;

    margin:5px auto;

    width: 90%;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	position:relative;

	font-size: 13px;margin: 0;

}

	.compare_addtocart_inner i {

		position: absolute;

		right: 20px;

		font-size: 20px;

		top: 4px;

	}



.prod_info .addtocart_inner {

    background: #12C376;

    border: 0;

    padding:8px 35px 8px 0;

    color: #fff;

    margin:5px auto;

    width: 100%;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	position:relative;

	font-size: 13px;

}

	.prod_info .addtocart_inner i {

		position: absolute;

		right: 20px;

		font-size: 20px;

		top: 4px;

	}

.wishlist_inner {

    background: #EC4646;

    border: 0;

    padding:8px 35px 8px 0;

    color: #fff;

    margin:5px auto;

    width: 100%;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	position:relative;

	font-size: 13px;

}

	.wishlist_inner i {

		position: absolute;

		right: 20px;

		font-size: 20px;

		top: 4px;

	

	}

.compare_btn_inner {

    background: #F96900;

    border: 0;

    padding:8px 35px 8px 0;

    color: #fff;

    margin:5px auto;

    width: 100%;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	position:relative;

	font-size: 13px;

}

	.compare_btn_inner i {

		position: absolute;

		right: 20px;

		font-size: 20px;

		top: 4px;

	}

.alert h2 {
    font-weight: 900;
    margin: 0 0 10px;
    font-size: 2rem;
}
.btn.btn-info.left {
    float: left;
}
.alert .btn {
    margin: 10px auto;
}
.btn.btn-info.left {
    margin: 0 0 10px 0;
}

.services_rows img {
    width: 100%;
}
.services_index__flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px;
    direction: rtl;
}
.services_rows {
    flex: 1 0 10%;
    margin: 10px;
    background: #7BC7FD;
    float: right;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    max-width: 140px;
    position: relative;
    height: 150px;
}
.resume__index .col-md-8 {
    padding: 20px 50px;
}
.nav-tabs { background:none }
.nav-tabs > li > a {
    font-size: 1.8rem;
	color: #fff;
}
.nav-tabs > li.active a {
    border-bottom: none;
    color: #093C55;
}
.resume__index {
    padding: 40px 20px;
    border-radius: 15px;
    position: relative;
    float: right;
    margin: 20px auto;
    width: 100%;
}
.resume__index_title {
  padding: 10px 20px 0;
  font-size: 1.8rem;
  font-weight: 900;
  color: #464646;
  border-radius: 0;
  text-align: center;
  border-bottom: 3px solid #FFB901;
  width: 300px;
  margin: 0 auto 20px;
}


.col-md-9.help_text__index img {
    margin: 0 auto;
    display: block;
}
.col-md-9.help_text__index {
    padding: 10px;
}

.counter_item .counter_icon {
	text-align: center;
	height:120px
}
.counter_item .counter_title {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
}
.counter_item .counter_value {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
	margin: 15px auto;
}



.services_icon {
    padding: 20px;
}
.services_title {
    background: #FFD119;
    color: #fff;
    padding: 5px 0;
    font-size: 1.2rem;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contactus_title::after {
  width: 100%;
  position: absolute;
  height: 1px;
  border-top: 5px dotted #fff;
  content: " ";
  top: 12px;
  right: 0;
}
.contactus_title {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  float: right;
  width: 100%;
  text-align: right;
  margin: 0 0 10px 0;
  position: relative;
}
.contactus_title span {
  background: #3B3F54;
  position: relative;
  z-index: 99;
  padding: 0 0 0 20px;
}
.contactus__index___img {
    text-align: center;
    padding: 65px 0;
}
.contactus__index___form label {
    font-size: 1.5rem;
    color: #fff;
}
.contactus__index___form button {
    background: #84F99A;
    border: none;
    border-radius: 30px;
    margin: 10px 0;
}
.login_btn_area {
    float: left;
}
.login_btn_area li {
    float: right;
    margin: 20px 0px;
}
.login_btn_area li a, .login_btn_area li a:hover { color:#fff }
.login_btn_area__signup {
    background: #388DB6;
    padding: 5px 25px;
    font-weight: 900;
    border-radius: 0 5px 5px 0;
}
.login_btn_area__login {
    background: #7BC8FE;
    padding: 5px 25px;
    color: #fff;
    font-weight: 900;
    border-radius: 5px 0 0 5px;
}
.inner .main_nav {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #FED500;
  float: right;
  border-bottom: 5px solid #000;
}
.inner .main_nav a {
    color: #000;
}
.product__gallery img {
    width: 100%;
}
.btn.btn-success.left {
    margin: 10px 0;
}
ul.filse_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
    direction: rtl;
}
ul.filse_list a {
    flex: 1 0 25%;
    margin: 5px;
    background: #fff;
    float: right;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    height: 105px;
    box-shadow: 0 0 15px #c6c6c6;
    border: 1px solid #d7d7d7;
    max-width: 97px;
}
ul.filse_list li .thumb {
    background: #F4F4F4;
    width: 100%;
    height: 70px;
    border-radius: 5px;
}
ul.filse_list li .thumb i {
    font-size: 52px;
    color: #b3b3b3;
}

.special_offer__title {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 900;
    padding: 0 0 5px 0;
}
.special_offer__image {
    background: url(../images/special_offer_image.png) center center no-repeat;
    width: 100%;
    height: 100px;
	margin: 0 auto;
	background-size: contain;
}

.special_offer {
    background: #F7F7F7;
    padding: 10px;
    border-radius: 10px;
}
  .countdown.show .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .running timer {
  font-size: 35px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #313131;
}

.countdown.show .running timer .days,
.countdown.show .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.show .running timer .seconds{
  width: 70px;
  text-align: center;
  margin: 0 7px;
}

@media (max-width: 480px) {
  .countdown.show .running timer  {
    font-size: 40px;
  }
  .countdown.show .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.show .running timer .seconds {
    width: 49px;
  }
}

.countdown.show .running .labels{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.countdown.show .running .labels span{
  width: 87px;
  text-align: center;
  margin: 0px 2px;
}

@media (max-width: 480px) {
  .countdown.show .running .labels span{
    width: 69px;
  }
}

.countdown.show .running .text{
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown.show .running button{
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .running .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown.show .ended{
  display: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .ended .text{
  font-size: 20px;
}
.counter_icon img {
    height: 100%;
}
.countdown.show .ended button {
  border: none;
  background-color: #5a0000;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .ended .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.order_btn_absol.readmore {
    margin-left: -50px;
}
.ug-gallery-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.product__gallery_media {
  padding: 10px;
}
.js-signin-modal-trigger li a {
  color: #fff !important;
}
.footer_section {
    width: 100%;
    margin: 10 auto 0;
	background:#43A632;
	position:relative;
	background: url(../images/Layer-13.png) repeat !important;
border-top: 5px solid #FED500;
}
.footer_section::before {
	content: " ";
	width: 100%;
	height: 48px;
	top: 0;
	right: 0;
	background: url(../images/footer_top_bg.jpg) center center no-repeat;
	position: absolute;
	background-size: cover;
}
.textwidget {
    color: #fff;
    font-size: 1.2rem;
    text-align: justify;
}
.textwidget p{
    text-align: justify;
}
.footer_section .foo_title {
	font-weight: bold;
	color:#fff;
	font-size: 16px;
	margin: 20px auto 10px;
	text-align:right
}
.footer_facs {
	display: table;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	padding: 0;
	width: 100%;
}
.footer_facs li {float: right; width:100%; position: relative; margin: 0 10px;}
.footer_facs li::before {
	display: block;
	content: "";
	position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 6px;
	width: 6px;
	background-color: #1B6F0C;transform: rotate(45deg);-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
	.footer_facs > li:hover::before {
	background-color: #fff;
	transform: rotate(-45deg);-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;
}
.footer_facs li a {
	float: right;
	margin: 2px 10px;
	color: #333333;
	font-size: 13px;
	position: relative;
}
.footer_item_title {
	font-weight: 900;
	color: #333333;
	font-size: 16px;
	text-align: right;
	margin: 20px 0 10px 20px;
	border-bottom: 1px solid #00C2B3;
	padding: 0 0 5px;
	position:relative
}
.footer_item_title::after {
  content: " ";
  width: 60px;
  height: 5px;
  background: #00C2B3;
  position: absolute;
  right: 0;
  bottom: -3px;
}
.textwidget p {
	margin: 10px;
	direction: rtl;
	text-align: right;
	line-height: 200%;
	font-weight: 300;
	color:#333333
}

.hasshaddow { position:relative }
.resume__index.hasshaddow::after {
    bottom: -70px;
}
.counter_index { padding:30px 0 }
.counter_index * { color:#515151 !important }
.reserve_today {
    background: #ffffffb8;
    margin: 0 auto;
    text-align: center;
    width: 250px;
    padding: 10px;
    border-radius: 32px;
    font-weight: 900;
    font-size: 1.2rem;
}
.reserve_today__time {
    display: flex;
    width: 250px;
    margin: 10px auto;
	direction: rtl;
}
.firstdate {
    width: 50%;
    text-align: center;
}
.seconddate {
    width: 50%;
    text-align: center;
}
.firstdate span, .seconddate span {
    color: #fff;
}
.nothingtoshow_title {
    text-align: center;
    padding: 150px 0;
    font-weight: 900;
    color: #ccc;
}
.firstdate .mdi.mdi-white-balance-sunny {
    background: #fff;
    padding: 10px;
    line-height: 42px;
    font-size: 45px;
    width: 64px;
    height: 64px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin: 10px auto;
	color:#FF6478
}
.seconddate .mdi.mdi-weather-night {
    background: #2E2E2E;
    padding: 10px;
    line-height: 42px;
    font-size: 45px;
    width: 64px;
    height: 64px;
    display: block;
    text-align: center;
    border-radius: 20px;
	color:#EBE00D;
    margin: 10px auto;
}





.nav-tabs > li.active a {
    border-bottom: none;
    color: #093C55;
    background: #ccc;

}

.nav-tabs > li > a {
    font-size: 1.3rem;
    color: #fff;
}
.nav-tabs > li > a {
    border-bottom: 4px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0 0 0 0;
    margin: 0 0px 0 5px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 17px;
    color: #0067A0;
    font-weight: 900;
    font-size: 1.3rem;

}
.nav-tabs > li > a {

    margin-left: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-radius: 4px 4px 0 0;

}
.nav-tabs > li a {

    color: #093C55;

}

.as_title h1 {
    position: relative;
    padding: 25px 0 0;
    color: #434546;
    font-size: 2rem;
    font-weight: 900;
}
.index_comment {
    width: 30%;
    background: #10943C;
    padding: 10px 10px;
    position: relative;
    border-radius: 5px;
    margin: 20px 10px;
}

.index_comment .avator {
    float: right;
    width: 90px;
}
.index_comment .avator img {
    width: 80px;
    position: relative;
    margin-right: 0;
    border-radius: 50%;
    height: 80px;
    border: 10px solid #10943C;
    float: right;
    margin: 0;
}
.index_comment .name {
    text-align: right;
    font-weight: 900;
    font-size: 1.5rem;
    direction: rtl;
    color: #fff;
}
.index_comment .jobposition {
    text-align: right;
    font-size: 1.0rem;
    color: #23571B;
    direction: rtl;
}

.specoffer__section--title.black::before {
  content: " ";
  background: #333333 url(../images/title_bg.png) center center no-repeat;
  width: 110px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 25px;
}
.specoffer__section--title.black::after {
  content: " ";
  background:#FFB901;
  width: 10px;
  height: 35px;
  right: 110px;
  top: 25px;
  position: absolute;
}
.mod_filemarket_product_list_sec .specoffer__section--title.black::after, .mod_filemarket_product_list .specoffer__section--title.black::after {
  background: #26CEC1;
}

.carousel__off_product_raws .product-cell { float:right }
.carousel__off_product_raws .prod_item .pic-con {
  height: 200px;
  overflow: hidden;
}
/*.carousel__off_product_raws .prod_item .pic-con img {
  width: 100%;
}*/

