body {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
    text-align: right;
    font-family: sahel !important;
    font-size: 90%;
    color: #fff;
    background:#2c2f3a !important;
}



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

.slides {
  display: flex;
  border-radius: 0px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-points-x: repeat(50px);
  scroll-snap-type: mandatory;
  overflow-x: hidden;
}
.slides::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.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%;
}

.slider > a {
    display: inline-flex;
    width: 12px;
    height: 12px;
    background: white;
    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: #09b474;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}

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





.n2-ss-margin {
    margin: 20px !important;
    border-bottom: 1px solid #e5b685;
    padding: 0 0 20px;
}

.primary {
    display: none;
}
.title {
	width: 100%;
	border-right: 25px solid #d13f68;
	padding: 0 20px;
}
.titlebar {
	width: 100%;
	padding: 0 20px;
}
.category-logo{
    margin: 0px auto;
    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: 10px 0 0 0;
  font-family: "sahel";
  font-size: 20px;
  font-weight: bold;
  color: #e5b685;
}
.category-logo h3{
  padding: 0px 0 0 0;
  font-size: 13px;
  font-family: "sahel";
  font-weight: 300;
  color: rgb(150, 177, 222);
}

.conter {
    margin: 60px auto;
}
.shop-banner {
    margin: 60px auto 20px;
}
.content {
    height: auto;
    margin: 0px 0 20px;
    background: -webkit-linear-gradient(right, #34394c, #3c557e);
    padding: 30px 0;
    box-shadow: 2px 43px 50px 5px #1f1f1f;
    border-radius: 0 0 30px 30px;
}
.content img{
}
.content h2 {
    padding: 10px 0;
    font-size: 12px;
    font-family: "sahel";
    color: rgb(229 182 131);
    font-weight: bold;
    line-height: 32px;
}


.content h3{
  padding: 0px 0px;
  font-size: 13px;
  font-family: "sahel";
  color: #9e9fa5;
  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;
}


.content-box {
  float: right;
}

.title-box {
    margin: 10px auto 30px;
    display: block;
    width: 690px;
}

.title-box h2 {
    font-size: 22px;
    font-weight: 710;
    color: #a7d0f9;
    float: right;
    padding: 0;
    width: 230px;
    text-align: center;
}
.title-box h3 {
    font-size: 22px;
    font-weight: 710;
    color: #34496d;
    float: right;
    padding: 0;
    width: 230px;
    text-align: center;
}

.Rounded-Rectangle-1 {
    height: 1px;
    background-color: rgb(229 182 133);
    width: 200px;
    float: right;
    margin: 15px;
}


.Rounded-Rectangle-2 {
    height: 1px;
    background-color: rgb(229 182 133);
    width: 200px;
    float: right;
    margin: 15px;
}

.recent_post_item img {
    border-radius: 50%;
    border: 2px solid #617290;
    box-shadow: 2px 3px 40px 0px #51688e;
    transition: .2s;
}
.recent_post_item {
    text-align: center;
}

.recent_post_item img:hover {
    box-shadow: 2px 3px 40px 0px #6983af;
}
.recent_post_item a {
    color: #dcb447;
    text-decoration: none;
    transition: .2s;
}
.recent_post_item a:hover {
    color: #fd6969;
}
.recent_post_item h2 {
    font-size: 18px;
    font-weight: 710 ;
    color: #dcb447;
    line-height: 30px;
    padding: 20px 0 10px;
}
.recent_post_item p {
    font-size: 12px;
    font-weight: normal ;
    color: #bbbbbb;
    overflow: hidden;
    height: 53px;
}

.banner img{
    border-radius: 0;
    width: 100%;
	transition: all .2s;
}
.banner img:hover {
    margin: -2px 0;
	transform:scale(1.05)
}
.shop{
    background:#34496d;
    padding: 40px 0 0px;
}

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


.page-numbers a {
    margin: -4px;
}
.wpsf-product-title {
    margin: 10px;
    margin-top: 10px;
}
.pricebox {
    padding: 7px;
    width: 100%;
    background-color: #d13e68;
    color: #e6c9ba;
    text-align: center;
    font-weight: 710;
    font-size: 14px;
    border-radius: 3px;

}
.post-box-1 {
    margin: 40px auto;
    width: 90%;
    transition: all .2s;
}

.post-box-1:hover {
  cursor: pointer;
  transform: translateY(-3px);
}

.post-box-1 header img {
    width: 40%;
    border-radius: 50%;
    border: 2px solid #445063;
    box-shadow: 2px 3px 40px 0px #51688e;
    transition: .2s;
    float: right;
    height: 175px;
}

.post-box-1 header img:hover {
    box-shadow: 2px 3px 40px 0px #6983af;
}
.post-box-1 header h2 {
    padding: 13px 10px 0px;
    font-size: 17px;
    color: #dcb447;
    font-weight: 710;
    line-height: 33px;
    overflow: hidden;
    width: 60%;
    text-align: right;
}

.post-box-1 p {
    padding: 0px 15px;
    font-size: 13px;
    color: #cccccc;
    font-weight: normal;
    line-height: 19px;
    overflow: hidden;
    width: 60%;
    height: 60px;
}

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

.post-data {
  height: 35px;
}

.post-data h4 {
    padding: 10px 20px;
    font-size: 12px;
    color: #fafafa;
    font-weight: normal;
    border-top: 1px solid #506a96;
    width: 60%;
    float: left;
    text-align: right;
}

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

.pagenumbers{
margin: auto;
z-index: 9;
}
.pagenumbers a {
    text-align: center;
    border-radius: 12px;
    color: #adb4c5;
    padding: 10px 15px;
    border: 1px solid #4a546f;
    transition: all .2s;
	box-shadow: 0px 5px 20px 0px #1a1a1a;
}
.pagenumbers span.current {
	font-weight: 710;
	color: #d0b175;
	font-size: 160% !important;
	border: 1px solid;
	padding: 0 12px;
	border-radius: 5px;
	background: #2d303d;
  }
.pagenumbers a:hover {
    background: #374561;
    color: #fff;
    text-decoration: none;
}
.title-box-2 {
  float: left;
  padding: 0px 0 55px;
  width: 245px;
}
#card{
    background:#555;
    width:100%;
    height:20px;
}


.adver-slider{
    margin:20px 0 30px;
    float: right;
}
.ad-sl-3 {
    width: 49%;
    float: right;
    margin: 5px;
}
.ad-sl-4 {
    width: 49%;
    float: right;
    margin: 5px;
}

.page-numbers {
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.page-numbers a{
    color: #ff8383;
    text-decoration:none;
}
.page-numbers ul{
    color: #eee;
    text-decoration:none;
}
.page-numbers li{
    transition: all.2s;
    padding: 5px 15px;
    background: #f7f7f7;
    color: #574764;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}
.page-numbers li:hover {
    background: #3f77cc;
    color: #eee;
}
.recent-post {
    background: -webkit-linear-gradient(right, #e0d9c3, #dad0b0);
    padding: 30px;
}
.top-posts{
    width: 750px;
    margin:0px -10px 0;
}
.top-post-title{
  width: 306px;
  margin: 0 0 40px;
}
.top-post-title img{
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    float: right;
    margin: 7px 0 0 10px;
    max-width: 90px;
    height: 90px;
}

.top-post-title h1{
    padding: 27px 0 0 0;
    font-family: "Shabnam";
    font-size: 18px;
    font-weight: bold;
    color: #2f4e73;
}
.top-post-title h3{
    font-size: 14px;
    font-family: "Shabnam";
    font-weight: 300;
    color: rgb(138, 138, 138);
    line-height: 17px;
}
.top-post-mob{
    display:none;
}
.top-post{
    float:right;
    margin-left: 40px;
  width: 335px;
  margin-bottom:20px;
}
.top-post a:hover{
   text-decoration:none;
} 
.top-post img{
    border: 3px solid #c9c9c9;
    border-radius: 50%;
    float: right;
    margin: 7px 0 0 10px;
    max-width: 90px;
    height: 90px;
}

.top-post h1{
    padding: 17px 0 0 0;
    font-size: 14px;
    font-weight: 710;
    color: #2f4e73;
    line-height: 25px;
}
.top-post p{
    font-size: 11px;
    font-weight: 300;
    color: #8c6f21;
    overflow: hidden;
    height: 53px;
    line-height: 17px;
    display: block;
}



.top-post-mob{
    float:right;
    margin-left: 40px;
  width: 335px;
  margin-bottom:20px;
}
.top-post-mob a:hover{
   text-decoration:none;
} 
.top-post-mob img{
    border: 3px solid #c9c9c9;
    border-radius: 50%;
    float: right;
    margin: 7px 0 0 10px;
    max-width: 90px;
    height: 90px;
}

.top-post-mob h1{
    padding: 17px 0 0 0;
    font-size: 14px;
    font-weight: 710;
    color: #2f4e73;
    line-height: 25px;
}
.top-post-mob p{
    font-size: 11px;
    font-weight: 300;
    color: #8c6f21;
    overflow: hidden;
    height: 53px;
    line-height: 17px;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0.2em 1em 0 0;
	border-right: 32px solid #e5b685  !important;
	border: 0;
	margin:0;
}
.banner-1 {
    text-align: center;
}
/*
.mailster-form.mailster-form-submit.mailster-ajax-form {
 
    margin: 30px 0;
    background: #2c2f3a;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 15px 30px 0px #121e2ba6;
    border: 1px solid #3b4a64;
}

.submit-button.button {
    color: #90a8d0 !important;
	font-size:74%!important;
	transition:all .2s;
}
.submit-button.button:hover {
    color: #fafafa !important;
}
*/
.mailster-firstname-wrapper label ,.mailster-email-wrapper label ,.mailster-form.mailster-form-3 .submit-button {
    color: #fafafa !important;
}
.mailster-form-fields {
    border: 1px solid #3c547d;
    padding: 20px;
    border-radius: 10px;
	box-shadow: 0 0 30px 10px #222835a8;
}
.flowplayer {
    width: 70%;
    margin: 0;
    direction: ltr;
}
#wps-slider-section .wpsf-cart-button p{
	    float: left;
}
.search.search-results {
    background: #2c2f3a !important;
	width:100% !important;
	padding: 0;
}