body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
    text-align: right;
    font-family: sahel !important;
    font-weight: normal;
}

.slider {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.slides {
  display: flex;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-points-x: repeat(50px);
  scroll-snap-type: mandatory;
  overflow-x: hidden;
  left: 0;
}
.slides::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 0px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
    flex-shrink: 0;
    width: 100%;
    height: 500px;
    border-radius: 0px;
    background: #eee;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}

.author-info {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.author-info a {
  color: white;
}
.slider img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.slider > a {
    display: inline-flex;
    width: 12px;
    height: 12px;
    background: #574467;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px 5px 0.5rem 0;
    position: relative;
    transition:.2s;
}
.slider > a:hover {
    background: #dabaab;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #90ab29;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}

/*
.carousels {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position:relative;
  
}

.slides {
    display: flex;
    left: 0;
    position: absolute;
    transform: scale(1);
    transition: transform 0.5s;
}

img.slide {
    flex-shrink: 0;
    width: 100%;
    height: 500px;
    border-radius: 0px;
    transform-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}



.slider > a {
    display: inline-flex;
    width: 12px;
    height: 12px;
    background: #574467;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px 5px 0.5rem 0;
    position: relative;
    transition:.2s;
}
.slider > a:hover {
    background: #dabaab;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #90ab29;
}

 */


.counter {
  width: 100%;
  margin: 50px 0 35px 0;
}
.box-counter{
    width: 110%;
    margin: 40px 3px;
    position: relative;
    transition: all .2s;
    filter: grayscale(.1);
}
.box-counter h2{
    font-size: 40px;
    font-weight: 710;
    color: #fafafa;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-shadow: 0px 10px 15px #000;
}
.box-counter span{
    font-size: 100%;
    font-weight: normal;
    color: #fafafa;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    line-height: 12px;
    text-shadow: 0px 4px 4px #000;
}
.box-counter img{
  width: 100%;
  top: 0;
  z-index: -1;
  transition:all .2s;
}
.box-counter img:hover {
    mix-blend-mode:lighten;
    background:#dbdbdb;
}
.box-counter:hover {
    width: 110%;
    background-color: #543f59;
    cursor: pointer;
    transform: translateY(-4px);
    filter: grayscale(.0);
    border-radius: 5px;
    box-shadow: -2px 8px 20px 2px #7f7f7f;
}
.titlebar {
    width: 100%;
}
.category-logo{
    margin: 40px auto;
    width: 265px;
    padding-bottom: 10px;
}
.category-logo img{
    float: right;
    margin: 7px 0 0 10px ;
}
.content-about h1{
    color: #2f4e73;
    font-size: 15px;
}
.content-about h2{
    font-size: 20px;
    margin:0 0 40px;
}
.content-about a{
  color: #2f4e73;
  text-decoration:none;
}
.category-logo h1{
  padding: 30px 0 0 0;
  font-family: "sahel";
  font-size: 20px;
  font-weight: bold;
  color: #2f4e73;
}
.category-logo h3{
  float: right;
  padding: 0px 0 0 0;
  font-size: 13px;
  font-family: "sahel";
  font-weight: 300;
  color: rgb(52, 58, 91);
}

.content {
    height: auto;
    margin: 50px 0 20px;
}
.content img{
}
/*.content h2 {
  padding: 60px 60px 0 0;
  font-size: 17px;
  font-family: "sahel";
  color: rgb(52, 58, 91);
  font-weight: bold;
  line-height: 32px;
}
*/
.content h3{
  padding: 0px 0px;
  font-size: 13px;
  font-family: "sahel";
  color: #6d6e71;
  font-weight: 100;
  line-height: 19px;
  text-align: justify;
}

.content-about {
  height:auto;
}

.content-about h3 {
  padding: 0px 10px 0 0;
  font-size: 16px;
  font-family: "sahel";
  color: #2b2b2b;
  font-weight: 300;
  line-height: 28px;
  text-align: justify;
}


.content-about h2{
  padding: 0px 10px;
  font-size: 19px;
  font-family: "sahel";
  color: #c29518;
  font-weight: bold;
  line-height: 28px;
  text-align: justify;
}

.sidebar {
position: fixed;
top: 10px;
  width: 100%;
  height:auto;
  margin: 0px 0;
  border-right: 1px solid #eee;
}
.sidebar h2{
  font-size: 16px;
  color:#555;
  padding: 0 0 20px;

}

.content-box {
  float: right;
}

.title-box {
  padding: 0 0 30px;
  margin: 0 auto;
}

p.title-simishka {
    padding: 12px 0;
    font-size: 21px !important;
    font-family: "sahel";
    color: rgb(87, 71, 100);
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #9999;
    margin: -3px;
}

.Rounded-Rectangle-2 {
    height: 4px;
    background-color: rgb(206, 170, 101);
    width: 40%;
    margin: auto;
}

.title-box-2 {
  float: left;
  padding: 50px 0;
  width: 245px;
  margin-left: -15px;
}

.post-box-1 {
  float: left;
  width: 100%;
  transition: all .2s;
  margin-bottom: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  text-align: center;
}

.post-box-1:hover {
  cursor: pointer;
  transform: translateY(-3px);
  box-shadow: 0px 15px 20px 7px #eee;
}

.post-box-1 header img {
    width: 90%;
    border-bottom: 1px solid #e6c9ba;
    border-radius: 0;
	transition: all.2s;
}
.post-box-1 header img:hover{
	transform: scale(1.05);
	mix-blend-mode: multiply;
}
.post-box-1 header h2 {
    font-size: 70%;
    color: rgb(87,71,100);
    text-align: center;
    line-height: 32px;
    font-weight: bold;
}

.post-box-1 header h3 {
  padding: 0px 24px;
  font-size: 13px;
  font-family: "sahel";
  color: #6d6e71;
  font-weight: 100;
  line-height: 19px;
  overflow: hidden;
  width: 100%;
  height: 80px;
  text-align: justify;
}

.post-box-1 header a {
  text-decoration: none;
}





.post-data {
  height: 35px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.post-data h4 {
  padding: 10px 20px 10px;
font-size: 21px;
font-family: "sahel";
color: #e4c3b2;
font-weight: normal;
text-align: center;
background: #574764;
}

.post-data a {
  text-decoration: none;
}

.adver-2 {
    margin: 0;
    width: 100%!important;
    display: inline-block;
}
.adver-2 img{
    border-radius: 0px;
    width: 100%!important;
}
.bx-viewport {
    height: auto !important;
}
.author-link{
    padding: 0px 0 20px;
}
.titlegroup {
  width: 100%;
  margin: 20px auto;
}
.titlegroup h1 {
  padding: 5px 0 0 0;
  font-family: "sahel";
  font-weight: bold;
  color: #2f4e73;
}
.titlegroup h4 {
  float: right;
  padding: 5px 0 0 0;
  font-size: 12px;
  font-family: "sahel";
  font-weight: 100;
  color: rgb(52, 58, 91);
}
.titlegroup h2 {
  line-height: 20px;
  padding: 10px 0 0 0;
  font-size: 11px;
  font-family: "sahel";
  font-weight: 100;
  color: rgb(52, 58, 91);
}
.titlegroup a {
  padding: 0px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #415568;
  text-decoration: none;
}
.titlegroup a:hover {
  color: #999;
  transition: all .2s
}
.titlegroup img {
  float: right;
  margin: 20px 0 30px 10px;;
  border:1px solid #eee;
  border-radius: 50%;
}
.meta-discribtion h4 {
      padding: 20px 20px 8px;
      line-height: 21px;
      font-size: 14px;
      font-family: "sahel";
      font-weight: 100;
      text-align: justify;
      overflow: hidden;
      color: #6d6e71;
      background: #fbfbfb;
      border-right: 10px solid #f56b6b;
      border-top: 1px solid #eee;
      border-left: 1px solid #eee;
      border-bottom: 1px solid #eee;
      margin-bottom: 40px;
}
.post-type {
  line-height: 29px;
  margin-bottom: 60px;
  text-align: justify;
}
.post-type img{
  width: 80% ;
  margin: 20px 0px;
  border-radius: 5px;
  border:1px solid #888
}
.post-type h2 {
    height: 0;
    margin: 30px 10px;
    padding: 0px 10px 0px 0px;
    font-size: 22px;
    color: #1e84bf;
    line-height: 30px;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #574764;
}
.post-type h3 {
    padding: 0px 10px;
    margin: 24px 20px;
    font-size: 16px;
    height: 0;
    color: #8eab1b;
    vertical-align: top;
    line-height: 26px;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #574764;
    font-weight: bold;
}
.post-type h4 {
    padding: 18px 10px 19px 15px;
    margin: 24px 20px;
    font-size: 18px;
    font-family: "sahel";
    font-weight: 710;
    color: #ffffff;
    line-height: 1.8rem;
    border-right: 15px solid #574764 !important;
    background: #1e84bf;
}
.post-type h5 {
    background: #ffd1d1;
    padding: 20px;
    line-height: 30px;
    border: 1px #e49d9d solid;
    border-radius: 5px;
    font-size: 15px;
}
.post-type p {
    padding: 0px 20px;
    font-size: 17px;
    font-family: "sahel";
    font-weight: 200;
    color: #3e3e3e;
    letter-spacing: 0px;
    line-height: 1.8rem;
}
.post-type a{
  text-decoration: none;
}
.related-post{
  text-align: center;
  margin: 0px 30px 0 45px;
}
.related-post h2{
  font-size: 15px;
  font-family: "sahel";
  font-weight: bold;
  color: #343a5b;
  margin-bottom: 50px;
}
.cat-logo h1 {
  font-size: 24px;
  font-family: "sahel";
  font-weight: bold;
  color: #555;
}
.cat-logo h3 {
  font-size: 12px;
  font-family: "sahel";
  font-weight: 100;
  color: #555;
}
.cat-logo img {
  margin-left: 20px;
  float: right;
}
.title-box-2 {
  float: left;
  padding: 0px 0 55px;
  width: 245px;
}
#smoothup {
    height: 35px;
    width: 35px;
    position:fixed;
    bottom:10px;
    right:20px;
    background: #e9e9e9;
    border-radius: 25%;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#smoothup:hover {
    transform: translateY(-4px);
    border-radius: 35%;
    background: #e1e1e1;
 }
#smoothup img{
    width: 60%;
    margin: 18% 20%;
}
.sidebar-related{
  width: 90%;
  height: auto;
  margin: 30px 0;
  border-right: 1px solid #eee;
}
.sidebar-related h2{
    font-size: 16px;
    color: #555;
    padding: 0 0 20px;
    text-align: center;
}
.adver-slider{
    margin:30px 0;
    float: right;
}
.ad-sl-3 {
    width: 49%;
    float: right;
    margin: 5px;
}
.ad-sl-4 {
    width: 49%;
    float: right;
    margin: 5px;
}
a.button.product_type_variable {
    display: none;
}
.stock {
    background: red;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.sold-out-overlay {
    background: #654ea3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    right: 50px;
    top: 10px;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
a.button.product_type_simple {
    display: none;
}
.counter-cat {
    display: flex;
    margin: 0 auto;
    width: 90%;
}
.soldout {
    padding: 5px 30px;
    text-align: center;
    background: #ff6f6f;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 10px;
    border-radius: 3px;
	z-index: 9;
    left: 0;
}

.lepopup-form-12 .lepopup-element-4 *,.lepopup-form-12 .lepopup-element-5 * {
	font-family: 'sahel'!important;}