body {
  font-size: 16px;
  font-family: 'Cairo';
  direction: rtl;
  margin-top: 80px;
}

*:not(.sp-zoom)>img {
  max-width: 100%;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/* a:hover {
  -moz-transform: translate(0, -5px) rotate(5deg);
  -webkit-transform: translate(0, -5px) rotate(5deg);
  -o-transform: translate(0, -5px) rotate(5deg);
  transform: translate(0, -5px) rotate(5deg);
} */

@font-face {
  font-family: 'Cairo';
  src: url(../fonts/Cairo-Regular.otf);
}

@font-face {
  font-family: 'Cairo-Bold';
  src: url(../fonts/Cairo-Bold.otf);
}

.navbar-nav .nav-link {
    position: relative;
}
.notify-counter {
    width: 25px;
    height: 25px;
    background: #e9c769;
    color: #333;
    position: absolute;
    top: -4px;
    right: 0;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.shopping-pattern {
  background: #fff url(../../assets/img/bg-pattern.jpg) repeat top center;
}

.sale-message {
  background: #111;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
  font-size: 140%;
  display: none;
}

#header {
  background: #eee;
  padding: 2rem 0;
  text-transform: uppercase;
}

#header .mainlogo {
  background: #f6f6f6;
  padding: 0.75rem;
  border-radius: 15px;
  margin: 0 0 -5rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25),
    inset 0 -5px 15px rgba(0, 0, 0, 0.25), 0 0px 0 10px rgba(0, 0, 0, 0.05);
  z-index: 2;
  position: relative;
}



#header .mainlogo img {
  border-radius: 15px;
}

#header .nav {
  font-size: 20px;
  color: #333;
}

#header .nav .nav-item {
  padding: 0.25rem;
}

#header .nav .nav-item .nav-link {
  color: #555;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
}

#header .nav .nav-item .nav-link:hover {
  -moz-transform: translate(0, -5px) rotate(5deg);
  -webkit-transform: translate(0, -5px) rotate(5deg);
  -o-transform: translate(0, -5px) rotate(5deg);
  transform: translate(0, -5px) rotate(5deg);
}



#header .nav .nav-item .nav-link.active {
  background: #e9c769;
  color: #333;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #fff,
    0 0 20px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: 'Cairo-Bold';
}

#header .nav .nav-item .nav-link:hover {
  background: #555;
  color: #fff;
  text-shadow: 0 2px 2px #222;
}

#mainmenu {
  background: #333;
  padding: 0.5rem 0;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

/* 
.maintitle {
  background: #eeeeee;
  background: -moz-linear-gradient(to right, #eeeeee 0%, #ffffff 100%);
  background: -webkit-linear-gradient(to right, #eeeeee 0%, #ffffff 100%);
  background: linear-gradient(left, #eeeeee 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 20px;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px #FFF, -15px 15px 10px rgba(0, 0, 0, 0.1);
  color: #666;
  font-size: 2.5rem;
} */
.maintitle {
  background: #fff;
  background: -moz-linear-gradient(to right, #eeeeee 0%, #ffffff 100%);
  background: -webkit-linear-gradient(to right, #eeeeee 0%, #ffffff 100%);
  background: linear-gradient(left, #eeeeee 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
  padding: 1rem 1rem;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 0 #eee;
  color: #666;
  font-size: 2.5rem;
  /* border: 3px dashed #e9c769; */
  text-align: center;
}

/* .maintitle strong {
  border-bottom: 3px dashed #000;
  position: relative;
  background: #e9c769;
  padding: 0 10px;
  border-radius: 5px 5px 0px 0px;
  font-size: 36px;
} */

.maintitle.reverse {
  background: #fff;
  background: -moz-linear-gradient(to right, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(to right, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(left, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF', GradientType=1);
  box-shadow: 0 0 0 2px #eee, -10px 10px 0 rgba(0, 0, 0, 0.02);
  color: #a38a47;
}

.maintitle.sm {
  font-size: 2rem;
  padding: 1.5rem 2rem;
}

.important-section {
  background: #eee;
}

/* 
.product-item {
  background: #eeeeee;
  border-radius: 20px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
} */
.product-item {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.product-item,
.product-item * {
  transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.product-item:hover {
  transform: translateY(10px) scale(1.025);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}

.product-item>a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.page-title {
  background: #e9c769;
  padding: 2rem 0;
  color: #333;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25),
    inset 0 0 100px rgba(0, 0, 0, 0.5);
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 6px #fff;
  text-transform: uppercase;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  text-transform: uppercase;
}

.page-item {}

.page-item .page-link {
  border-radius: 10px;
  margin-left: 10px;
}

.page-item.active .page-link {
  color: #333;
  background-color: #e9c769;
  border-color: #e9c769;
  font-family: 'Cairo-Bold';
}

.pagination-lg .page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link {
  border-radius: 10px;
}

.widget {
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.widget,
.widget * {
  transition: all 0.25s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.widget .card-title {
  background: #e9c769;
  padding: 1rem 1.5rem;
  margin: -0.5rem -0.5rem 1rem;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 0 #fff, 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}

.widget .list-group {}

.widget .list-group .list-group-item {}

.widget .list-group .list-group-item.active {
  background: #eee;
  color: #666;
  border-color: #ccc;
}

.widget .list-group .list-group-item>a {
  display: block;
}

.widget .list-group .list-group-item:hover {
  background: #eee;
}

.widget .list-group .list-group-item a:hover {
  color: #a38a47;
}

.contact-form {
  border-top: 5px dashed #e9c769;
  background-color: #fff;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}

.block-content {
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  border-radius: 10px;
  z-index: 2;
}

.navbar.bg-dark {
  background-color: #222 !important;
}

.navbar {
  /* border-bottom: 3px dashed #e9c769;
  box-shadow: 1px 1px 10px 0px #e9c769; */
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #555;
  color: #fff;
}

.btn-facebook {
  background-color: #4267b2;
  border-color: #4267b2;
  color: #fff;
  font-family: 'Cairo-Bold';
}

.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
  background-color: #3b5c9f !important;
  border-color: #3b5c9f !important;
  color: #fff;
  font-family: 'Cairo-Bold';
}

.has-error .form-control {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.form-group.has-danger {
  color: #a94442;
}

.form-control-feedback {
  width: 100%;
  display: block;
  text-align: right;
  line-height: 30px;
}

.minus,
.plus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #343a40;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #FFF;
  cursor: pointer;
}

.dashboard-action {}

.dashboard-actions input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

/* Start YSM Style */

.home-page-slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto 15px;
}

.home-page-slider .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home-page-slider .intro-text {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  /* max-width: 80%;
  display: block;
  margin: 0 auto; */
}

.slider-arrows {
  /* position: relative; */
  /* margin-top: 100px; */
  display: flex;
}

.grey-rate i {
  color: #dedede;
}

.carousel-control-prev {
  right: 30px;
}

.carousel-control-next {
  left: 30px;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  display: unset;
  width: auto;
  background-color: #e9c769;
  padding: 5px 21px;
  font-size: 25px;
  opacity: 1;
  bottom: unset;
  top: 50%;
}

.productes-sidebar .list-group .list-group-ite {
  border: none;
}

.productes-sidebar .list-group-item strong {
  cursor: pointer;
}

.productes-sidebar .list-group-item ul {
  display: none;
}

.productes-sidebar .sub-category .fa-circle {
  font-size: 9px;
}

.productes-sidebar .sub-category .fa-circle,
.productes-sidebar i {
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.productes-sidebar .sub-category a {
  display: block;
}

.productes-sidebar .sub-category a:hover {
  padding-right: 5px;
}

.rotate-180 {
  transform: rotate(180deg);
}

.productes-sidebar .list-group .list-group-item:hover {
  background-color: #fff;
}

.productes-sidebar .list-group-item ul {
  padding-right: 5px;
}

.list-group-item {
  /* border: 1px dashed rgba(0, 0, 0, 0.125); */
}

.photo-gallery img {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 6px 4px #ddd;
  height: 200px;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.photo-gallery img:hover {
  -moz-transform: scale(1.1) rotate(10deg) translate(1px, -19px) skew(13deg, -19deg);
  -webkit-transform: scale(1.1) rotate(10deg) translate(1px, -19px) skew(13deg, -19deg);
  -o-transform: scale(1.1) rotate(10deg) translate(1px, -19px) skew(13deg, -19deg);
  -ms-transform: scale(1.1) rotate(10deg) translate(1px, -19px) skew(13deg, -19deg);
  transform: scale(1.1) rotate(10deg) translate(1px, -19px) skew(13deg, -19deg);
}

.table th,
.table td {
  vertical-align: middle;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd;
}

.nav-tabs .nav-link {
  border: 1px solid #222222;
  background-color: #222;
  color: #fff;
  border-radius: 0;
}

.nav-tabs .nav-link:first-child a {
  border-top-right-radius: 5px;
}

.nav-tabs .nav-link:last-child a {
  border-top-left-radius: 5px;
}

.card {
  /* border: 1px dashed #d0b15e; */
}

.card-header {
  background-color: #e9c769;
}

.product-block-content {
  border: 1px dashed #e9c769;
}

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 5px;
  margin-right: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
  background-color: #222;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #222;
}

.radio input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

.form-check-label {
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  background-color: #e9c769;
  border-color: #e9c769;
}

.nav-tabs {
  border-bottom: none;
}

@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 0;
  }
}

@keyframes bg-scrolling {
  0% {
    background-position: 50px 0;
  }
}

@keyframes title_hover {}

/* Main styles */
.background-aniamtion {
  /* background: url(../../assets/img/bg-pattern.jpg) repeat top center; */
  /* -webkit-animation: bg-scrolling-reverse 5s infinite; */
  /* Safari 4+ */
  /* -moz-animation: bg-scrolling-reverse 5s infinite; */
  /* Fx 5+ */
  /* -o-animation: bg-scrolling-reverse 5s infinite; */
  /* Opera 12+ */
  /* animation: bg-scrolling-reverse 5s infinite; */
  /* IE 10+ */
  /* -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear; */
}



  /* Start Blogs */
        
.blogs {
  /* background: #333; */
}

.blogs .blog-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 250px;
}

.blogs i {
       color: #e9c769;
}

.blog-box {
  /* border: 1px solid rgba(150, 19, 50, 0.4); */
     background: #fff;
        border: 1px solid #ddd;
        overflow: hidden;
        margin-bottom: 30px;
        position: relative;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.blog-box:hover .post-overlay-content {
  opacity: 1;
}

.blogs .blog-img {
  position: relative;
}

.blogs .blog-img img {
    width:100%;
    object-fit:cover;
    object-position: center
}

.blog-details {
  padding: 10px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box:hover .blog-details {
  background-color: #fff;
}

.blog-details h4 {
      font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    color: #504c4c;
    background: #e9c769;
    padding: 10px;
    margin: -10px -20px 20px;
}

.blogs .blog-author-date {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 15px;
}

.single-blog .blog-box {
    padding:20px;
}
.other-posts ul {
    list-style:none;
    padding:0;
}
.other-posts li {
  margin-bottom: 20px;
  border: 2px solid #f2f2f2;
  padding: 5px;
}

.other-posts li h6 {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}
.other-posts li  img
{
     width:100%;
    object-fit:cover;
    object-position: center
}

.pagination
{
display:block!important;
    
}

.page-item {
    display: inline-block;
    margin-bottom: 10px;
}
