body {
    font-size: 12px;
}
::-webkit-scrollbar {
  width: 0.406rem;
}

::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}

* {
  scrollbar-width: thin;
}
a { color: #2C2A2B;}
.logo {
    background: url(../images/xsite-logo.png) center center no-repeat;
    width: 200px;
    height: 65px;
}
.inner .cta__store_dl {
  margin: 10px auto;
  padding: 5px 10px;
}
.header_section {
    padding: 10px 0;
	background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border-bottom: 1px solid #e4e4e4;
}

.header__navsection {
  margin: 9px 0;
  float: left;
}
.sub_hint_title {
  float: right;
  text-align: right;
  color: #BCB2C4;
  font-weight: 100;
}
.blog__list__text img {
  max-width: 100%;
}
.prod_explain__text img {
    max-width: 100% !important;
}

.main_nav {
    float: left;padding: 20px;
}
.main_nav li {
  float: right;
  padding: 2px 15px;
  font-weight: 700;
}
.main_nav li a {
  font-size: 1.3rem;
  font-weight: 400;
}
.main_nav li i {
    visibility: hidden;
    display: none;
}
.cta__store {
    background: #FFC80B;
    float: left;
    padding: 10px 20px;
    border-radius: 35px;
    font-weight: 900;
    margin: 25px 0;
}

.carousel .item {
  width: 95%;
  height: 350px;
  margin-right: 10px;
  border-radius: 15px;
  counter-increment: carousel-cell;
  overflow: hidden;
  max-width:1300px
}
.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 {
    background: #FFC80B;
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.product-cell {
  width: 20%;
  height: 280px;
  margin-right: 15px;
  border-radius: 20px;
  counter-increment: carousel-cell;
}
.carousel__off_product {
    padding: 25px 0;
}
.cta__category_index {
    width: 100%;
    padding: 10px 0;
}
.cta__category_index .cta__category_index__item {
    background: #eee;
    width: 100%;
    height: 100px;
    padding: 10px;
}


.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: 15px auto;
  font-size: 1.3rem;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.index_excerpt p {
  font-size: 1.1rem !important;
}
.index_excerpt {
  padding: 0 5px;
  line-height: 200%;
  height: 90px;
}
.index_posts li .date {
    float: right;
    color: #ccc;padding: 5px;
}
.index_posts li .readmore {
    float: left;
    color: #28AFEA;padding: 5px;
}
.index_posts {
    width: 100%;
    margin: 10px;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 0 15px #e8e8e8;
    border: 1px solid #ece8e8;
    overflow: hidden;
}
.index_posts .icon img {
    width: 100%;
    height: 150px;
	border-radius: 10px 10px;
}
    
    .index_excerpt p {
        color: #273B45;
        font-size: 12px;
        text-align: justify;
        font-weight: 300;
    }
    .index_news_items {
        direction: rtl;
        padding: 5px;
    }
.news_index .section_title h1, .news_index .section_title h2 { text-align: right;}
    
    .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;
    }
.custom-shape-divider-bottom-1650714777 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom-1650714777 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 15px;
}
.custom-shape-divider-bottom-1650714777 .shape-fill {
    fill: #FFFFFF;
}
.product-cell .pic-con {
  height: 149px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  
}
.product-cell .pic-con img {
        margin: -50px auto 0;
        display: block;
		height:240px
    }
.product-cell .title-con {
  font-size: 1.6rem;
  font-weight: 900;
  padding: 5px 10px;
  text-align: center;
  color: #4F3D5B;
  margin: -20px auto 0;
  max-height: 37px;
overflow: hidden;
}
.filter a {
  padding: 5px 3px;
  color: #733E98;
font-weight: 400;
}
.filter a.active {
  background: #FBF6FF;
  color: #743E99;
  border-radius: 5px;
}
    .innerprod__list .product-cell .product_box_price {
        direction: rtl;
        position: relative;
        bottom: auto;
        color: #01A552;
    }
.product-cell .product_box_price {
	direction: rtl;
	position: absolute;
	bottom: 60px;
	color: #01A552;
	width: 100%;
	font-size: 2.4rem;
	font-weight: 700;
}
.product_box_price small {
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  top: -8px;
  color: #b5b5b5;
  letter-spacing: -1px;
}
.product_box_price span {
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0 -5px;
  letter-spacing: -1px;
}
.product-cell .product_box_price__overline {
  bottom: 45px;
  position: absolute;
}
.alert.alert-success h2 {
  font-weight: 900;
  font-size: 2rem;
}
.offper_label {
  position: absolute;
  text-align: center;
  color: #FFF;
  background: #01A552;
  padding: 3px 10px;
  font-weight: 900;
  border-radius: 10px;
  width: auto;
  left: 0px;
  z-index: 9;
  top: 15px;
  rotate: -30deg;
  width: 60px;
}
.footer_section {
    width: 100%;
    margin: 0 auto;
	background:#733E98;
	position:relative;
    padding: 10px 0;
    color: #fff;
}
	.footer_section .foo_title {
		font-weight: bold;
		color:#FFC80B;
		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: #FFC80B;
		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;
	}
	.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: #FFC80B;
    font-size: 16px;
	text-align:right;
    margin: 20px auto 10px;
}
.footer_module_flex--wrapper .col-md-4:first-child .footer_item_title {
    text-align: center;
}
.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 #8B5EAA;
    padding: 10px 0 15px;
}
.footer_section .senddllink {
    padding: 0;
    display: flex;
    direction: rtl;
}
.footer_section .senddllink .mobnum {
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    margin: 10px auto;
}
.footer_section .senddllink .index_submit {
    width: 30%;
    background: #FFC80B;
    border: none;
    padding: 15px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    margin: 10px auto;
    color: #604E13;
    font-weight: 900;
    font-size: 1.5rem;
}
.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: 22px auto;
    float: left;
}
.footer_section .socials ul {
    display: flex;
	overflow: hidden;
	width: 100%;
}
.footer_section .socials ul li {
    color: #95a9b2;
}
.footer_section .socials ul li:not(:last-child) {
    margin-right: 20px;
}
.footer_section .socials ul li a {
    display: flex;
    align-items: center;
    line-height: 22px;
	color: #F0DAFF;
}
.footer_section .socials ul li span {
    transition: .3s;
    font-size: 0;
}
.footer_section .socials ul li:hover span {
    padding-left: 14px;
    font-size: 13px;
}
.footer_section .socials ul li:hover {
    color: #18c270;
}
.footer_section .socials ul li i {
    font-size: 25px;
    transition: .3s;
}
.newsletter_guide {
    text-align: right;
    color: #A690B5;
    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;
}
.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: #5D397F;
}
.header_nav .main_nav {
    padding: 0;
    float: right;
}
.order_cta__index_hyper.disabled {
  background: #ccc;
}
.header_nav .main_nav li a { color: #fff; }
.carousel__shop .item {
    width: 95%;
    height: 300px;
    margin-right: 10px;
    background: #FFC80B;
    counter-increment: carousel-cell;
  }
  .cta_section__item_right {
    background: #fff;
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.cta_section__item_right img, .cta_section__item_left img {
    width: 100%;
  border-radius: 15px;
}
.cta_section__item_left {
    background: #fff;
    margin: 10px 10px ;
    overflow: hidden;
}
.specoffer__section {
    background:#F3C49A;
    margin: 25px auto 15px;
	position: relative;
	padding: 0;
}
.cta_section__item_left img {
}
.prod_item {
  background: #fff;
  border-radius: 20px;
  height: 280px;
  position:relative
}
.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;
   }
 
 }

.top_login_btn {
  background: #5D397F;
  padding: 10px 15px;
  color: #fff;
  font-weight: 900;
  border-radius: 30px;
  margin: 1px 0;
  float: left;
}
.top_login_btn:hover, .top_login_btn:focus {
  background: #733E98;
  color: #fff;
}
.header__search {
  width: 100%;
  float: left;
  box-shadow: 0 5px 25px rgba(0,0,0,.07);
  padding: 5px;
  margin: 0 auto 10px auto;
}
.header__search .header__search--input {
    border: 1px solid #ccc;
    padding: 8px 40px 8px 5px;
    width: 100%;
    border-radius: 50px;
    direction: rtl;
	z-index: 999;
position: relative;
}
.header__search form {
  width: 400px;
  position: relative;
  float: right;
}
.header__search .mdi.mdi-magnify {
    position: absolute;
    right: 4px;
    font-size: 2.5rem;
    top: 4px;
    color: #fff;
    z-index: 9999;
    background: #733E98;
    border-radius: 50px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    height: 28px;
}
.dropdown-menu {
  z-index: 99999;
}
.header__search .results {
	width:100%;
	height: 0;
	background: #fff;
	position: absolute;
	top: 40px;
	background-color: rgb(255, 255, 255);
	border-radius: 0 0 10px 10px;
	z-index: 999;
	
	overflow:hidden
	
	
}
.navbar {
    background: none;
    box-shadow: none;
}
.navbar-nav > li > a {
    float: right;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0 10px 10px;
}
.carousel_section {
  padding: 30px 0;
}
.navbar .dropdown-menu .col-md-3 span a {
    float: right;
    width: 100%;
    text-align: right;
    font-weight: 900;
    color: #FFC80B;
    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: #5D397F !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 {
  color:#363A39;
  font-size: 1.8rem;
  font-weight: 900;
  border-radius: 10px;
  margin: 0 10px 0px 0;
  background: url(../images/today_sale.png) center center no-repeat;
  text-align: center;
  padding: 0px 0 10px;
}
.specoffer__section--subtitle {
  text-align: center;
  font-size: 1.5rem;
  background: #fff;
  width: 250px;
  margin: -6px auto 20px;
  border-radius: 0 0 20px 20px;
  padding: 5px;
}

/* End of Vertical Step */
.faq_section {
    width: 100%;
    padding: 50px 0;
    float: right;
}
#how-to .panel-group .panel{
  border-radius:0px;
  border: 0px;
}
#how-to .panel-group{
  margin:30px auto;
}
.panel-body * {
  font-size: 1.1rem;
  line-height: 200%;
  text-align: justify;
}
#how-to .panel-heading{
  padding:0px !important;
  border-radius: 0px;
}
#how-to .parent a{
    display: block;
    text-decoration: none;
    padding: 10px 35px;
    direction: rtl;
	position: relative;
	font-size: 1.3rem;
	font-weight: 900;
	color: #000;
}
.panel-body {
    font-size: 1.2rem;
    direction: rtl;
    line-height: 200%;
    text-align: justify;
	color: #646464;
	padding: 15px !important;
}
#how-to .child a{
  display: block;
  text-decoration: none;
  padding:25px;
}
#how-to .parent{
  background-color: #fff !important;
}
#how-to .child{
  background-color: #f2f2f2 !important;
}
#how-to .panel-body{
  border: none;
}
#how-to .panel-body{
  padding:0px;
}
#how-to .panel-group .panel+.panel{
  margin:0px;
}
#how-to .panel-group .parent{
  border-bottom: 1px solid #ecf0f1;
}
#how-to .panel-group .child{
  border-bottom: 1px solid #FDFDFD;
}
.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  right:10px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size:14pt;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color:#333;
}
.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 9px;
}
.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.parent a:after{
  content: "";
  position: absolute;
	top: 18px;
	right: 15px;
  display: inline-block;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color:#FBAB18;
}
.faq_section_img img {
    width: 100%;
}
.faq_section_img {
    padding: 0 20px;
}
.normal__sectiontitle {
  text-align: right;
  font-weight: 900;
  font-size: 1.5rem;
}

#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: 99999;
  }
  @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;
	border:none
  }
  .btn.btn-info.left {
  float: left;
  margin: 0 0 10px 0;
}
  #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: 99999;
    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: #FFC80B;
    float: left;
    padding: 10px 20px;
    border-radius: 35px;
    font-weight: 900;
    margin: 25px 10px 25px 0;
}
.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: #FFC80B;
    padding: 5px 15px;
    color: #fff;
    font-weight: 900;
    border-radius: 30px;
    margin: 10px;
    float: left;
}
.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}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#5D397F;z-index: 9999999;}.dots .dot{display:inline-block;width:10px;height:10px;margin:0;border-radius:50%;background:#FFF;-webkit-animation:dot-dot-dot 1.4s linear infinite;animation:dot-dot-dot 1.4s linear infinite}.dots .dot:nth-child(2){animation-delay:.2s}.dots .dot:nth-child(3){animation-delay:.4s}@keyframes dot-dot-dot{0%,100%,60%{-webkit-transform:initial;-ms-transform:initial;transform:initial}30%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.big-logo-perloader {
  background: url(../images/big-logo-perloader.png) center center no-repeat;width: 325px;height: 107px;position: absolute;top: 28%;}
.sidbar_category--list {
    direction: rtl;
}
.sidbar_category--list a#navbarDropdown {
    font-size: 1.5rem;
    font-weight: 900;
    color: #733E98;
	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;
}
.prod_item.prod_item_hyper, .prod_item.prod_item_hyper img {
        -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;
}
.prod_item.prod_item_hyper:hover img {
  transform: scale(1.09);
        -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: #733E98;
	margin-left:0px;
	
}
.inner .cta__store {
    padding: 5px 20px;
    margin: 10px;
}
.public_page {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    margin: 10px 10px 10px 0;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border: 0.1rem solid rgb(238, 238, 238);
    border-radius: 5px;
    min-height: 350px;
}
.prod_explain__title {
    font-weight: 900;
    color: #000;
    font-size: 1.5rem;
}
.prod_explain__title .prod_explain__date.left {
    font-size: 1.2rem;
    font-weight: 100;
}
.black { color:#000 }
.smobitrigger { color: #3B3340; }
.smobitrigger:hover { color: #733E98; }
.mobimenu li a {
    color: #464646 !important;
}
.nothingtoshow i {
    text-shadow: 2px 4px 2px rgba(86,108,119,.15);
    color: #13d276;
    font-size: 10rem;
}
.nothingtoshow a {
    border: 1px solid #d5e0e6;
    background: none;
    color: #678593;
    font-size: 15px;
    text-shadow: none;
    margin: 25px auto;
    display: block;
    width: 150px;
    padding: 10px 15px;
    font-weight: 900;
    border-radius: 5px;
}
.nothingtoshow h3 {
    text-align: center;
    font-weight: 900;
    color: #3c5059;
	margin:0
}
.nothingtoshow h4 {
    color: #889ea8;
    text-align: center;
    font-size: 1.2rem;
}
.btn_readmore__news {
  background: #FFC80B;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 900;
  margin: 10px auto 25px;
  width: 150px;
  display: block;
  text-align: center;
  box-shadow: 0 5px 15px #F7E3A2;
  float: left;
  position: absolute;
  top: 20px;
}
.btn_readmore__news:hover {
	color:#fff
}
.nothingtoshow { opacity: 0 }
.loader-wrapper {  padding: 12px;}.loader-animation {  background: #f5f6f7;  height: 32px;  overflow: hidden;  position: relative;}.loader-animation>div {  background: #fff;  height: 6px;  position: absolute;left: 0;}.loader-animation::before {  background-color: #f5f6f7;  background-image: url(../images/3pk-Fb-IT7-rn.gif);  background-repeat: repeat-y;  background-size: 100% 1px;  content: ' ';  display: block;  height: 100%;}.block-a.block-a {background-color: transparent;border: 8px solid #fff;border-radius: 50%;height: 45px;right: -8px;top: -7px;width: 45px;left: auto;}div.block-b {height: 35px;right: 30px;top: 0;width: 8px;left: auto;}div.block-c {height: 8px;right: 38px;top: 0;}div.block-d {right: 136px;top: 8px;}div.block-e {height: 12px;right: 37px;top: 14px;}div.block-f {  right: 100px;  top: 26px;}div.block-g {  height: 13px;  right: 48px;  top: 32px;}div.block-h {  height: 20px;  top: 40px;}
.results__inner--row {
    position: relative;
    padding: 5px 10px;
    display: flex;
    direction: rtl;
	border-bottom: 1px solid #eee;
}
.results__inner--row .results__inner--row--image {
    float: right;
    width: 32px;
    height: 32px;
    background: #ccc;
    margin: 0 0 0 10px;
}
.results__inner--row .results__inner--row--info {
    float: right;
}
.results__inner--row .results__inner--row--info h1 {
    font-size: 1.2rem;
    margin: 0 0 5px 0px;
}
.results__inner--row .results__inner--row--info h3 {
    font-size: 1rem;
    margin: 0;
	color:#ccc
}
.results__inner--row .inlines_itm {
    width: auto;
    position: absolute;
    left: 10px;
    top: 10px;
}
.results__inner--row #button {
    float: left;
    transition: all ease 0.2s;
    border: none;
    background: #fff;
    color: #01A552;
    text-align: center;
    border-radius: 50px;
    font-weight: 900;
    height: 26px;
    width: 26px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;
		animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
		0% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		}
		70% {
			-webkit-box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
		}
		100% {
			-webkit-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
		}
	}
	@keyframes pulse {
		0% {
		-moz-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		}
		70% {
			-moz-box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
			box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
		}
		100% {
			-moz-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
			box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
		}
	}
.rows__explain {
    direction: rtl;
    margin: 0 0 20px 0;
}
.contactus__container i {
    color: #733E98;
    font-size: 2rem;
    line-height: 0;
    margin: 10px;
}
.moreresults {
    background: #01A552;
    width: 100%;
    float: right;
    text-align: center;
    color: #fff;
    padding: 7px;
    font-weight: 900;
}
.moreresults:hover {
color: #07351E;
}
.brands__list > li {
    min-height: 284px;
}
.data_box .nothingtoshow {
    opacity: 1;
}
.certificates {
    float: left;
    background: #fff;
    width: 85px;
    height: 85px;
    border-radius: 5px;
}
.certificates img {
    width: 100%;
}
.fulltext ul {
    direction: rtl;
    padding: 10px 30px;
}
.c-footer__social--instagram {
  width: 225px;
  height: 45px;
  text-align: center;
  border-radius: 9px;
  background-image: linear-gradient(266deg,#4e60d3,#913baf 35%,#d52d88 68%,#f26d4f);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.11);
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: .857rem;
  line-height: 45px;
  margin: 20px;
}
.c-footer__social--instagram a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 13px;
}
.c-footer__social--instagram img {
  position: relative;
  float: right;
  margin: 10px 10px 10px 5px;
}
#reloadcart_btn {
  float: left;
  left: 10px;
  position: fixed;
  bottom: 20px;
  background: #0CC243;
  z-index: 99999999;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 0 0px 5px #0CC24363;
  width: 50px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFF;
  animation: pulse 2s infinite;
}
#reloadcart_btn #cd-cart-trigger {
  margin: 0;
  padding: 5px 25px;
  border: 4px solid #733E98;
  font-size: 1.5rem;
}
#reloadcart_btn i {
  font-size: 2rem;
}
.cont_icon_menu {
    position: relative;
    float: right;
    margin-right: 20px;
    top: 14px;
    position: relative;
    float: left;
    margin-right: 20px;
    top: 16px;
    left: -24px;
}
.cont_circle_1 {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 64px;
    height: 64px;
    background-color: #fff;
    opacity: 0.3;
    z-index: 0;
    border-radius: 50%;
    animation: animation_circle_1 3s infinite;
        animation-direction: normal;
    animation-direction: alternate;
    transform: scale(0);
}
.cont_circle_2 {
    position: absolute;
    top: -46px;
    left: -46px;
    width: 128px;
    height: 128px;
    background-color: #fff;
    opacity: 0.2;
    z-index: 0;
    border-radius: 50%;
    animation: animation_circle_1 3s infinite;
        animation-delay: 0s;
        animation-direction: normal;
    animation-direction: alternate;
    animation-delay: 0.5s;
    transform: scale(0);
}
.cont_circle_3 {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 192px;
    height: 192px;
    background-color: #fff;
    opacity: 0.1;
    z-index: 0;
    border-radius: 50%;
    animation: animation_circle_1 3s infinite;
        animation-delay: 0s;
        animation-direction: normal;
    animation-direction: alternate;
    animation-delay: 1s;
    transform: scale(0);
}
.cont_circle_4 {
    position: absolute;
    top: -115px;
    left: -116px;
    width: 256px;
    height: 256px;
    background-color: #fff;
    opacity: 0.1;
    z-index: 0;
    border-radius: 50%;
    animation: animation_circle_1 3s infinite;
        animation-delay: 0s;
        animation-direction: normal;
    animation-direction: alternate;
    animation-delay: 1.5s;
    transform: scale(0);
}

@-webkit-keyframes animation_circle_1 {
  from { transform: scale(0);   }
  to { transform: scale(1); }
}
@-o-keyframes animation_circle_1 {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
@-moz-keyframes animation_circle_1 {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
@keyframes animation_circle_1 {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
.online__payment_btn__item {
    border: none;
    background: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
	padding: 20px 10px;
}
.online__payment_btn {
  background: #0DC143;
  width: 280px;
	float: left;
	border-radius: 10px;
	margin: 10px auto;
	overflow: hidden;
}

.row_products__section-cell {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  direction:rtl
}
.row_products__section .prod_items {
flex: 1 0 24%;
margin: 5px 5px;
max-width: 295px;
height: auto;
width: auto;
}
.row_products__section .prod_item {
  border: 1px solid #e6e6e6;
  margin: 5px;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  position: relative;
  float: right;
  width: 100%;
}
.as_title {
  position: relative;
  padding-right: 65px;
}
.as_title::before {
  content: " ";
  background: #00BEF2;
  width: 7px;
  height: 7px;
  right: 50px;
  top: 10px;
  position: absolute;
  border-radius: 15px;
}
.as_title h1 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}
.as_title h2 {
  margin: 5px 0 30px;
  font-size: 1.3rem;
  font-weight: 100;
}
.as_title::after {
  content: " ";
  background: #FBAB18;
  width: 45px;
  height: 7px;
  right: 0;
  top: 10px;
  position: absolute;
  border-radius: 15px;
}
.shareit_btn__inner {
  background: #D4AF37;
}
.compare {
  width: 50%;
  padding: 6px 5px;
}
 .compare_deleteit {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(../images/delete_button.png);background-position: 0 0px;
      padding: 0;
border: none;
    }
    .compare_deleteit:hover {
		background: url(../images/delete_button.png);background-position: 0 32px;
	}
.share_prod_btn i {
  color: #F6DB37;
}
.share_prod_btn {
  background: #fff;
  position: relative;
  z-index: 999;
  border-radius: 5px;
  padding: 5px;
  width: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 3% auto;
  border: 1px solid #FFC80B;
  color: #FFC80B;
  text-align: center;
}
.modal-content h1.title {
    height: 46px;
    padding-top: 10px;
    margin: 0 0 1px;
    font-size: 20px;
    color: #b9b9b9;
    font-weight: 700;
    text-align: center;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e6e6e6;
	
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: #00000045;
  width: auto !important;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.btn-flat {
  color: #666;
  text-shadow: none;
  background-color: #fff;
  border-color: #dfdfdf;
  *background-color: #fff;
  background-image: none;
  box-shadow: none;
  padding: 4px 8px;
  width: 100%;
  text-align: right;
  display: block;
  white-space: unset;
  height: auto !important;
}

.select_prod_type input[type="radio"]{
	-webkit-appearance:none;
}
.select_prod_type label {
  display: flex;
  height: 65px;
  width: 100%;
  border: 2px solid #FFC80B;
  position: relative;
  margin: auto;
  border-radius: 10px;
  color: #665416;
  transition: 0.5s;
  background: #FFF4D0;
  margin: 5px auto;
  cursor: pointer;
}
.select_prod_type label img {
  width: 40px;
  margin: 10px 5px;
  float: right;
  height: 40px;
}
.select_prod_type label .pr_title {
  padding: 22px 0;
  width: 100px;
}
.select_prod_type label .pr_price {
  padding: 15px 0;
  float: left;
  text-align: left;
  font-size: 2rem;
  position: relative;
}
.select_prod_type label .pr_price span {
  font-size: 0.9rem;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.select_prod_type input[type="radio"]:checked + label {
  background-color: #FFC80B;
  color: white;
}
.select_prod_type label:hover {
  box-shadow: 0 0px 45px rgba(255, 200, 11, 0.52);
}
.action_btn_inprod {display: flex; padding: 0 20px;}
.compare button i {
  float: right;
  margin: 0 0 0 10px;
  color: #8C95CE;
  font-size: 25px;
  line-height: 15px;
}
.share_prod_btn i {
  color: #F6DB37;
  float: right;
  margin: 0 0 0 10px;
  font-size: 25px;
  line-height: 15px;
}
.hint_title {
  text-align: center;
  font-size: 1.3rem;
  direction: rtl;
  margin: 10px auto;
  font-weight: 900;
  color: #733E98;
}
.product_box_price_wrapper .product_box_price {
  width: 100%;
  font-size: 2.5rem;
  color: #2962FFB5;
  position: relative;
}
.product_box_price_wrapper .product_box_price span {
  color: #2962FF5E;
  font-size: 1.2rem;
  position: absolute;
  left: 43px;
  bottom: 14px;
}
.compare button {
background: #fff;
position: relative;
z-index: 999;
border-radius: 5px;
padding: 5px;
width: 100%;
font-size: 1.3rem;
font-weight: bold;
margin: 3% auto;
border: 1px solid #733E98;
color: #733E98;
text-align: center;
}
.sayyourwords {
  background: #D4AF37;
  float: right;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  margin: 10px auto;
}
.sayyourwords a {
  background: #fff;
  padding: 15px 25px;
  margin: 15px;
  border-radius: 5px;
  font-weight: 900;
  color: #222473;
  float: left;
}
.carousel-nav .item {
  border: 1px solid #E4E4E4;
  margin: 0 5px;
  border-radius: 5px;
}
.carousel-nav .selected_image_galley.item img { opacity:.5; }
.carousel-nav .selected_image_galley.item.is-nav-selected.is-selected img { opacity:1 }
.carousel-nav .flickity-viewport {
  height: 64px !important;
  width: 100%;
  direction: ltr;
}
.carousel-nav {
  min-height: 64px;
}
.carousel-nav .selected_image_galley.item {
  width: 64px;
}
.order_cta__index {
  margin: 0 auto;
    margin-left: auto;
  display: block;
  background: #10813B;
  background-image: none;
  background-image: linear-gradient(45deg, #10813B 0%, #3DA233 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 150px;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  width: 155px;
  border: none;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;border-radius: 50px !important;
}
.product-cell .order_btn_absol {
  position: absolute;
  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;
  border: none;
  background: #01A552;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-weight: 900;
  left: 50%;
  margin-left: -77px;
}
.order_cta__index i {
  font-size: 18px;
  position: absolute;
  right: -10px;
  top: 5px;
  background: #1F8222;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  padding: 2px;
}
.order_cta__index span {
  position: absolute;
  left: -30px;
  font-size: 26px;
  top: 3px;
  background: #15843A;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  line-height: 30px;
  box-shadow: 0 0 10px #15843A;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.order_cta__index:hover {
  background: #3DA233;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.order_cta__index:hover i {
  right: -30px;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.order_cta__index:hover span {
  left: -10px;
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.prod_type_list {
  display: flex;
  position: absolute;
  top: 160px;
  padding: 0 25px;
  width: 100%;
  direction: rtl;
}
.prod_type_list img {
  width: 20%;
  padding: 4px;
  border-radius:50px;
  border: 1px solid #b0b0b0;
  margin: 5px;
  opacity: 0.5;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.prod_type_list img:hover {
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.tooltip * {
  font-size: 1rem !important;
}
.row_products__section .prod_type_list {
  padding: 0 50px;
  top: 170px;
}
.comparebtn {
  float: left;
  right: 10px;
  position: fixed;
  bottom: 10px;
  background: #D4AF37;
  z-index: 99999;
  padding: 5px 10px;
  border-radius: 50px;
}
.comparebtn::before {
  width: 12px;
  height: 12px;
  background: #D4AF37;
  position: absolute;
  left: -20px;
  content: " ";
  border-radius: 50px;
  top: 7px;
}
.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;
}
.cd-products-columns .product_box_price {
  position: relative;
  margin: 0 auto;
  direction: rtl;
  font-weight: 400;
  font-size: 3rem;
}
.inner .as_title {
  margin: 20px 0;
}
.cd-products-columns .product_box_price span {
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0 -5px;
  letter-spacing: -1px;
  position: absolute;
  left: -30px;
  bottom: -5px;
}

.dropdown.dp_profile {
  position: relative;
  float: left;
  margin: 30px 0;
  background: #FFC80B;
  padding: 5px 20px;
  border-radius: 10px;
  cursor: pointer;
}
.dp_profile .dropdown-menu {
  direction: rtl;
  font-size: 1.1rem;
  padding: 0;
}
.inner .dropdown.dp_profile {
  margin: 10px 0;
}
.dp_profile .dropdown-menu li {
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.fast_buy .modal-dialog {
  max-width: 95%;
}
.fast_buy .product__gallery {
  padding: 0 0 0 10px;
  text-align: center;
  float: right;
}
.fast_buy .product__gallery img {
  max-width: 75px;
}
.fast_buy .modal-body {
  padding: 0 0px 70px;
  overflow-y: scroll;
  max-height:90vh
}
.col-md-4.wide_responsive.floatright {
  float: right;
}
.product__short_text p {
  text-align: justify;
}
.inajx_inline_cta {
  background: #FFC80B;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 900;
  margin: 10px auto;
  width: 150px;
  display: block;
  text-align: center;
  box-shadow: 0 5px 15px #F7E3A2;
  float: left;
}
.inajx_inline_cta_resp {
	display:none;
  background: #FFC80B;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 900;
  margin: 10px auto;
  width: 100%;
  text-align: center;
  box-shadow: 0 5px 15px #F7E3A2;
  float: left;
}
.fast_buy .quantity_wrapper input {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  direction: rtl;
  background: #fff;
  border: 1px solid #EEE;
  border-radius: 10px;
  padding: 5px;
}
.fast_buy .quantity_wrapper {
  position: relative;
  float: right;
  width: 100%;
}
.inner_prod_art {
  padding: 0;
}
.inner_prod_art .index_posts_text {
  height: 100px;
}
.inner_prod_art .item.index_posts {
  width: 18%;
}
.resp_addtocart_cta {
  display: none;
  background: #009A68;
  position: relative;
  z-index: 999;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 3% auto;
  border: 1px solid #009A68;
  color: #FFF;
  text-align: center;
  float: right;
  width: 100%;
}
.empty_box {
  text-align: center;
  padding: 50px 0;
}
.empty_box img {
  opacity: .3;
  max-width:300px
}
.empty_box a {
    border: 1px solid #d5e0e6;
    background: none;
    color: #678593;
    font-size: 15px;
    text-shadow: none;
    margin: 25px auto;
    display: block;
	width: 250px;
    padding: 10px 15px;
    font-weight: 900;
    border-radius: 5px;
}
.empty_box h3 {
    text-align: center;
    font-weight: 900;
    color: #3c5059;
	font-size: 2rem;
}
.form-group label span.hint {
  float: left;
  color: #aaa;
  font-weight: 100;
  position: absolute;
  left: 18px;
  font-size: 1rem;
}
.form-group.half label {
  position: relative;
  width: 100%;
}
.specoffer__section .flickity-button {
  position: absolute;
  background: #FBAB18;
  border: none;
  color: #fff;
}
.product__summary.empty {
  background: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  color: #ccc;
}
.product__summary li img {
  width: 100%;
}
.checkout_list:last-child .checkout_list_item {
  border: none;
}
td label {
  width: 100%;
}
.half {
  width: 50%;
  float: right;
  padding: 0 0 0 10px;
}
.half.nopad {
  padding: 0 0 0 0;
}
.jconfirm-title-c {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.ajax_cart .rows {
  padding: 25px !important;
}
.ajax_cart {
  padding: 0;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 64px;
  height: auto;
}
.ajax_cart .checkout_list_item a.link {
  padding: 35px 0;
}
.ajax_cart_price .row {
  margin: 10px;
  text-align: center;
}
.rows.ajax_cart_price {
  position: fixed;
  bottom: 50px;
  background: #fff;
  width: 100%;
  right: 0;
}
.alert.alert-success h2 {
  text-align: center;
}
.alert.alert-success {
  background: #93D77F1C;
  text-align: center;
}
.carousel__index_news_raw .index_posts {
  float: right;
}

/* ------- -------------*/
.product-hyper .pic-con img {
  margin: 0 auto !important;
  display: block !important;
  height: 100% !important;
}
.product-hyper .title-con {
  margin: 0 auto !important;
  font-size: 1.4rem !important;
}
.product-hyper .product_box_price {
  bottom: 55px;
}
.order_cta__index_hyper {
  background: #01A552;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  padding: 0;
  border: none;
  color: #fff;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 3rem;
  line-height: 32px;
}
.xquantity {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -53px;
}
.specoffer__section.hypertag {
  background: #733E98;
}
.specoffer__section.hypertag .specoffer__section--title {
  color: #733E98;
}
.product-hyper {
  width: 15%;
}
.carousel__shop.hypertag .item {
  height: 350px;
  margin-right: 10px;
  background: #FFF;
  counter-increment: carousel-cell;
  border-radius: 10px;
  overflow: hidden;
}
.category__section.hypertag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  direction: rtl;
}
.category__section.hypertag .category-item {
  font-size: 13px;
  color: #282626;
  flex: 1 0 25%;
  margin: 10px 0px 0;
  background: #fff;
  float: right;
  font-weight: 900;
  position: relative;
  text-align: center;
  max-width: 305px;
  height: 125px;
  overflow: hidden;
  border-radius: 15px;
}
.category__section.hypertag .category-item img {
  width: 100%;
}
.icon {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 95%;
  margin: 0 auto;
}
.category__section.hypertag .category-item h5 {
  text-align: center;
  display: none;
}
/*.prod_item_hyper a img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}*/
.product__gallery .pic-con img {
  width: 100%;
}
.carousel__off_product_raw {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 15%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  grid-gap: 10px;
  gap: 10px;
  padding-bottom: 10px;
  direction: rtl;
}
.carousel__off_product_raw .product-hyper {
  width: 100%;
  float: right;
  margin: 10px;
}
.sub_category {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  direction: rtl;
}
.sub_category li {
  font-size: 13px;
  color: #282626;
  flex: 1 0 10%;
  margin: 10px 5px;
  background: #fff;
  float: right;
  text-align: center;
  font-weight: 900;
  position: relative;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: 10px 2px 16px -7px #E1E1E1;
  border: 1px solid #eaeaea;
}
.sub_category li a {
  display: block;
  padding: 20px 0;
  line-height: 20px;
}
.hypproductlist .product-hyper {
  margin: 10px;
  border-radius: 0;
}
.hypproductlist .product-hyper:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.category-item__inner.active {
  background: #733E98;
}
.category-item__inner.active a {
  color: #fff;
}
.category-item__inner.gobackcategory {
  background: #f4f4f4;
  max-width: 150px;
  color: #ccc;
}
.category-item__inner.gobackcategory .flickity-button-icon {
  width: 32px;
  float: right;
  margin: -5px 10px 0 0;
}
.category-item__inner.gobackcategory a {
  color: #848484;
}
.sub_category_bread {
  background: #fff;
  z-index: 99;
  position: relative;
  color: #2d365d;
  font-size: 14px;
  height: 50px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5rem;
  white-space: nowrap;
  overflow-x: auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#f8f9fb), to(transparent));
  background-image: linear-gradient(to left, #f8f9fb 0%, transparent 100%);
  margin: 10px 0;
  direction:rtl
}
.modal-body 
.sub_category_bread {
  background: none;
}
.breadcrumbul {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  list-style: none;
  border-radius: .25rem;
}
.breadcrumbul li::before {
  padding-right: 0;
  padding-left: .5rem;
  float: right;
}
.breadcrumbul li::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumbul li a {
  color: #733E98;
}
.breadcrumbul li:last-child::before {
  content: "";
}
.carousel__index_news_raw {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 20%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  grid-gap: 10px;
  gap: 10px;
  padding-bottom: 10px;
}
.product_box_price__overline_ajax {
  text-decoration: line-through;
  color: #b3b3b3;
  margin: 0 0 0 10px;
  font-size: 1.1rem;
}
.product_box_price_ajax {
  text-align: left;
  font-size: 1.2rem;
  color: #1b9d00;
}
.closesearch.mdi.mdi-close {
  color: #8c8c8c;
  position: absolute;
  left: 10px;
  z-index: 999999;
  font-size: 2.5rem;
  top: 0;
  opacity:0
}
.store_outofservice {
  position: fixed;
  background: #FB4F50;
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  color: #fff;
  direction: rtl;
  font-size: 1.4rem;
  z-index: 999;
}
.overload {
  width: 100%;
  position: absolute;
  background: #fff9 url(../images/loading.gif) center 10px no-repeat;
  height: 100%;
  z-index: 999;
  display: none;
}