.logo img {
  height: 70px;
  margin:5px 0;
}
.site-header {
  background: #fff7e9;
}
.site-header.sticky {
  box-shadow: none;
}
.salla-theme_2 .main-menu {
  background: transparent;
}

#searchbox.prompt {
    border-color: #e2ac56 !important;
}

body:not(.salla-theme_6)
  .main-menu
  li:not(.sub-menu-header).has-children
  > a:after {
  top: auto;
}
.sub-nav {
  background: #284364;
  position: fixed;
  box-shadow: 0 10px 20px #00000015;
  /*margin-top: -1px;*/
}
.sub-nav__menu svg {
  fill: #284364;
}
.sub-nav-header p {
  color: #284364;
}

.sub-nav .main-menu > li {
    margin-left: 0.74rem;
}

.sub-nav .main-menu > li > a {
  color: #e2ac56 !important;
  transition: color 0.3s ease;
      font-size: 16px;
}
.sub-nav .main-menu > li > a:hover {
  color: #f7f7f7 !important;
}

#offers .offers-link {
  border: 1px solid #f9cf8b;
  padding: 5px 10px;
  background-color: #e2ac56;
  color: #284364 !important;
}

.main-menu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #e2ac56;
  border-radius: 20px;
  transition: width 0.9s ease;
}
.main-menu li a:hover::after {
  width: 100%;
  transition: width 0.3s ease;
}

body:not(.salla-theme_6) .main-menu li:not(.sub-menu-header).has-children > a {
  padding-left: 10px;
}
body:not(.salla-theme_6) .main-menu li:not(.sub-menu-header).has-children > a:after {
  left: 5px;
  top: 45%;
  opacity: .75;
}
body:not(.salla-theme_6) .main-menu li:not(.sub-menu-header):hover.has-children > a:after {
  top: auto;
  content: "";
}
body:not(.salla-theme_6) .main-menu li:not(.sub-menu-header).has-children>ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    right: 20px;
}

.login-link,
.contact-link,
.notification-link,
.store-contact a,
.store-header-min .back-icon,
.circle-action,
#cl_toggle {
  color: #284364  !important;
  background: #ffffff !important;
  border-color: #284364  !important;
  transition: color, background-color, 0.3s ease;
}

.login-link:hover,
.contact-link:hover,
.notification-link:hover,
.store-header-min:hover .back-icon:hover,
.circle-action:hover,
#cl_toggle:hover {
  color: #fff !important;
  background: #284364 !important;
}

.site-header__cart .badge {
  width: 22px;
    height: 22px;
    background: #e2ac56 !important;
    color: #284364;
    font-size: 12px;
    padding: 0 5px 2px;
    left: -8px !important;
    border-radius: 50%;
}

.main-slider {
  margin-top: 54px;
}

@media only screen and (max-width: 991px) {
  .main-slider {
    margin-top: 0;
  }
  .sub-nav {
    position: absolute;
  }
  .sub-nav .sub-nav-content {
    background: #284364;
  }
  .sub-nav .sub-nav-content .main-menu > li {
    border-color: #284364;
  }
  body:not(.salla-theme_6) .main-menu li:not(.sub-menu-header) a {
    color: #e2ac56 !important;
  }
  body:not(.salla-theme_6) .main-menu li.active:not(.sub-menu-header) a {
    color: #284364 !important;
  }
  body .section-header h2.section--title span {
    font-size: 14px!important;
  }
  .salla-theme_2 footer .social {
    justify-content: center;
    margin-top: 10px;
  }
}

.salla-theme_2 .category-featured {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}
.salla-theme_2 .category-featured:hover {
  box-shadow: 0 0 20px #00000030;
}
.category-featured a:before {
  border: 2px solid #e2ac56;
  border-radius: 8px;
  background-color: rgb(243 243 243 / 20%);
}

@media only screen and (max-width: 768px) {
  .salla-theme_2 .category-featured {
    width: 30%;
    float: right;
    padding: 8.5% 0 !important;
    border-radius: 12px;
    margin-left: 1.666666665%;
    margin-right: 1.666666665%;
  }
}

.sub-nav .main-menu li.sub-menu-logged-in a i {
  color: #fff;
}
.sub-nav .main-menu li.sub-menu-header.categories-holder > span {
  color: #fff;
}
.sub-nav .main-menu li.sub-menu-header.categories-holder > span i {
  color: #fff;
}
/**** ---------------- Product Section ---------------- ****/

.section--title,
.section-actions {
  background: none !important;
}

.section--title {
  color: #284364 !important;
  border-right: 8px solid #e2ac56 !important;
  border-radius: 4px;
  font-size: 24px !important;
  line-height: 1;
}

.promotion-title {
  color: #fff;
  background: #284364;
  border-left: 4px solid #e2ac56;
}

.product-subtitle {
  color: #e2ac56 !important;
}

.product img {
  /*border-bottom: 1px solid #eee;*/
}

.products-listing.eq-height .product {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 0 #00000025;
  transition: border, box-shadow, 0.3s ease;
}

.products-listing.eq-height .product:hover {
  border: 1px solid #e2ac56;
  box-shadow: 0 0 15px #00000025;
}

.products-grid.eq-height .product {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 0 #00000025;
  transition: border, box-shadow, 0.3s ease;
}
.products-grid.eq-height .product:hover {
  border: 1px solid #e2ac56;
  box-shadow: 0 0 15px #00000025;
}
.product-footer {
  background: #f7f7f7;
}
.product-add {
  color: #ffffff;
  background: none;
  border-top-right-radius: 0;
}

.product:hover .product-add {
  color: #e2ac56;
}

.product-add:hover {
  color: #fff !important;
  background: #e2ac56 !important;
}

.product-title {
  color: #284364;
  transition: color 0.3s ease;
}
.product:hover .product-title {
  color: #284364;
}
.product-title:hover {
  color: #e2ac56 !important;
}

.product-footer .product-price {
  color: #284364;
  font-size: 18px;
}
.price-before {
  font-size: 16px;
  color: #e2ac56;
}
.price-after {
  color: #284364 !important;
}

body.font-apple #sort #sort-toggle.btn.btn-primary {
  color: #e2ac56 !important;
  border: 1px solid #e2ac56;
  background: none !important;
}

body.font-apple #sort #sort-toggle.btn.btn-primary:hover {
  color: #fff !important;
  background: #e2ac56 !important;
  border: 1px solid #e2ac56 !important;
}

#sort #sort-options li .checkbox label {
  color: #284364;
}

/** product page **/
#order .add-cart-large {
  background: #284364;
}
.cart-fav .btn-rounded.add-to-wishlist.add-to-wishlist {
  color: #ccc !important;
  background: none !important;
}
.cart-fav .btn-rounded.remove-from-wishlist.remove-from-wishlist {
  color: #e2384d !important;
  background: none !important;
}
.product-wishlist .add-cart {
  color: #fff;
  background: #284364;
  border: none;
}
.product-details__title.brand-title {
  color: #284364;
}

/** features **/

.feature-item h3,
.feature-item p {
  color: #284364;
}

.feature-item__icon {
  color: #fff;
  background: #284364;
  transition: transform, background, 0.5s ease;
}

.feature-item__content:hover .feature-item__icon {
  transform: rotate(360deg);
  color: #fff;
  background: #e2ac56;
}
.feature-item__content:hover h3 {
  color: #e2ac56 !important;
  transition: color 0.3s ease;
}

/** testimonials **/

.testimonials-item__author {
  color: #284364;
  transition: color 0.3s ease;
}

.testimonials-item {
  color: #284364;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: color, background-color, background-blend-mode, border,
    background-size, 0.3s ease;
  background-size: 64px;
}

.testimonials-item:hover {
  color: #fff;
  background-color: #284364;
  background-blend-mode: soft-light;
  border: 1px solid #284364;
  background-size: 32px;
}
.testimonials-item:hover .testimonials-item__author {
  color: #fff;
}

.testimonials-item__location {
  color: #e2ac56;
}
.testimonials-item img {
  border-radius: 25px;
}
.slick-active button {
  background: #284364 !important;
}
/*.slick-initialized .slick-slide{*/
/*    border: 1px solid #eee;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 0 0 #00000025;*/
/*    transition: border .3s ease;*/
/*}*/

/*.slick-initialized .slick-slide:hover{*/
/*    border: 1px solid #e2ac56;*/
/*}*/

/**** ---------------- footer ---------------- ****/

footer,
.footer-main {
  background: #f3f3f3;
  padding: 1.5rem 0 0;
}
.footer-main .container {
  background-color: #284364;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  padding: 1.5rem 1rem 0;
  border-top: 3px solid #e2ac56;
}

.footer-title {
  color: #e2ac56;
}

.footer-item p {
  color: #fff;
}

footer .footer-main .footer-payment img {
  height: 30px;
  max-height: 30px;
  max-width: 60px;
  background: #ffffff;
  padding: 0px !important;
  border-radius: 4px;
}

.social__item a {
  color: #284364 !important;
  background: #ffffff !important;
  border-color: #284364 !important;
  transition: color, background, 0.3s ease;
}

.social__item a:hover {
  color: #fff !important;
  background: #284364 !important;
}

.footer-links a {
  color: #fff;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #e2ac56;
  text-decoration: none;
}

.footer-sub img {
  width: 100px;
}

/** login **/

.login-container .text-yellow-dark {
  color: #e2ac56;
}
.login-container .border-yellow-dark {
  border-color: #e2ac56;
}
.login-title,
#login-panel-actions > p,
.form-group label {
  color: #284364;
}
.btn-group > .btn:first-child {
  width: 100%;
  color: #284364 !important;
  background: none;
  border-color: #284364 !important;
  transition: background, color, 0.3s ease;
}
.btn-group > .btn:first-child:hover {
  background: #284364;
  color: #e2ac56 !important;
}
.btn-group > .btn:last-child {
  width: 100%;
  background: #fff !important;
  border-color: #284364;
  transition: background, color, 0.3s ease;
}
.btn-group > .btn:last-child i {
  color: #284364;
}
.btn {
  color: #fff !important;
  background: #284364 !important;
  border: none;
  border-radius: 200px;
}
.input-group-addon > i {
  color: #e2ac56;
}
.input-group .form-control:focus {
  border-color: #e2ac56;
}

/** profile menu**/
.dropdown-menu > li > a > i {
  color: #e2ac56;
}
.dropdown-store-header .dropdown-menu > li > a {
  color: #284364;
}
.dropdown-store-header .dropdown-menu.dropdown-menu-user {
  border-radius: 12px;
}

/** cart **/

.cart-number,
.cart-title,
.cart-line {
  color: #284364 !important;
  border-color: #284364 !important;
}

.empty-box .empty-icon,
.empty-box .empty-text {
  color: #e2ac56 !important;
  margin-bottom: inherit;
}

.cart-nav-submit.receipt-back {
  background: #284364;
  color: #fff;
  border-radius: 24px;
}
.product-cart,
.cart-total-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 0 0 #00000025;
  transition: border, box-shadow, 0.3s ease;
}
.form-group.coupon .form-control {
  border: 1px solid #eee;
  border-radius: 12px;
}
.form-group.coupon .form-control:focus {
  border: 1px solid #e2ac56;
  border-radius: 12px;
}
.form-group.coupon:before {
  color: #e2ac56;
}
.form-group.coupon .btn {
  border: 1px solid #284364;
  border-radius: 12px;
}

.product-cart:hover {
  border: 1px solid #e2ac56;
  box-shadow: 0 0 15px #00000025;
}
.product-info .product-name {
  color: #284364;
}
.product-info .product-price {
  font-size: 13px;
  color: #284364;
}
.cart-total-box i {
  color: #e2ac56;
}
.product-info .product-summary {
  font-size: 16px;
  color: #e2ac56;
}
.product-info .product-summary span {
  color: #284364;
}
.cart-total-box {
  color: #284364;
  border: 1px solid #284364 !important;
  border-radius: 12px;
}
#cart-content #cartTotal {
  color: #284364;
}
#submit_cart {
  color: #fff;
  background: #284364;
  border: none;
  border-radius: 12px;
}
.list--product-fields li.form-group .bootstrap-select > .btn.btn-default,
.list--product-fields li.form-group .btn,
.list--product-fields li.form-group .form-control:not(textarea) {
  color: #284364;
}

/** notifications **/
.panel-new .panel-title i {
  color: #e2ac56;
}
.panel .panel-heading .panel-title,
.dropdown-content-footer a {
  color: #284364;
}
.dropdown-store-header .dropdown-menu.dropdown-menu-notification {
  border-radius: 12px;
}
.dropdown-content-footer {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/** checkout**/
.header .store-info {
  background-color: #e2ac56 !important;
}
.btn--submit.wide {
  color: #fff;
  background: #284364;
}
.alert.alert-rounded {
  color: #fff;
  background: #e2ac56;
  border: none;
}

/** general **/
.banner img {
  border-radius: 12px;
}
.ui.category.search .results {
  z-index: 9000;
}
.list--product-fields li.form-group .bootstrap-select > .btn.btn-default {
  color: #fff !important;
}
.list--product-fields li.form-group--price > div .product-price {
  color: #284364;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  color: #fff !important;
}
.product-details__title {
  color: #284364;
  font-size: 32px;
}
.salla-theme_2 .product-details__price .product-price {
  color: #284364;
}
.images-options .checkbox.radio input[type="radio"]:checked + label {
  border-color: #e2ac56;
}
.images-options .checkbox.radio input[type="radio"]:checked + label:after {
  background: #e2ac56;
}








.footer-main .store-contact > a {
    display: inline-block;
    padding: 0 0 6px 0;
    width: 80px;
    text-align: center;
    color: #fff !important;
    border-radius: 2px;
    border:  none!important;
    max-height: 28px;
}

.footer-main .store-contact > a:first-of-type {
    background-color: #21ca37!important;
}

.footer-main .store-contact > a:nth-of-type(2) {
    background-color: #2476bd!important;
}

.footer-main .store-contact > a:nth-of-type(3) {
    background-color: #1d7884!important;
}

.footer-main .store-contact > a:nth-of-type(4) {
    background-color: #03a9f4!important;
}

body:not(.salla-theme_6) .main-menu li:not(.sub-menu-header) ul {
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
  max-height: 450px;
    overflow: auto;
}

.footer-sub {
    padding: 0.25rem 0 0.5rem;
}

.banner img {
    border-radius: 5px;
}

@media only screen and (min-width: 992px) {

  body:not(.salla-theme_6).font-dinnextltarabic-regular .main-menu li ul li a {
      padding: 3px 10px;
  }
    body:not(.salla-theme_6).font-dinnextltarabic-regular .main-menu li ul li a {
        padding: 6px 10px 11px;
    }

}

/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */

.banner img {
  border-radius: 5px;
}

/*body.store-home section[data-type="banner"]:nth-of-type(2) {
  padding-top: 5px;
}*/

body.store-home > section:nth-of-type(3) img,
body.store-home > section:nth-of-type(5) img,
body.store-home > section:nth-of-type(7) img,
body.store-home > section:nth-of-type(10) img,
body.store-home > section:nth-of-type(12) img {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}

body.store-home > section:nth-of-type(3) > .container > .section-header,
body.store-home > section:nth-of-type(5) > .container > .section-header,
body.store-home > section:nth-of-type(7) > .container > .section-header,
body.store-home > section:nth-of-type(10) > .container > .section-header,
body.store-home > section:nth-of-type(12) > .container > .section-header {
  margin-bottom: 5px !important;
}

body.store-home > section:nth-of-type(3) + section,
body.store-home > section:nth-of-type(5) + section,
body.store-home > section:nth-of-type(7) + section,
body.store-home > section:nth-of-type(10) + section,
body.store-home > section:nth-of-type(12) + section {
  padding-top: 1px !important;
}

section .container .section-header {
  background-color: #f3f3f3;
  padding: 4px;
}
body.store-home > section:nth-of-type(3) + section .container .section-header,
body.store-home > section:nth-of-type(5) + section .container .section-header,
body.store-home > section:nth-of-type(7) + section .container .section-header,
body.store-home > section:nth-of-type(9) + section .container .section-header,
body.store-home > section:nth-of-type(11) + section .container .section-header {
  border-radius: 0 0 5px 5px;
}

body.store-home > section:nth-of-type(9),
body.store-home > section:nth-of-type(10),
body.store-home > section:nth-of-type(11),
body.store-home > section:nth-of-type(12),
body.store-home > section:nth-of-type(13),
footer {
  background-color: #f3f3f3;
}

body.store-home > section:nth-of-type(10) .container .section-header,
body.store-home > section:nth-of-type(11) .container .section-header,
body.store-home > section:nth-of-type(13) .container .section-header {
  background-color: #ffffff;
}

/* =============================================================== */
/* =============================================================== */
/* =============================================================== */

body.store-home .sub-nav + section {
  background: #f5f5f5 !important;
}
body.store-home .sub-nav + section + section {
  margin-top: -75px;
}
.main-slider.slick-dotted.slick-slider {
  padding: 0 0 125px;
}
.main-slider.slick-dotted.slick-slider .slick-dots {
  bottom: 100px;
}
body.store-home .sub-nav + section + section > .container {
  padding-top: 25px;
  /* border: 1px solid #eee; */
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%), 0 20px 10px 0 rgb(0 0 0 / 5%);
  border-radius: 5px;
}

.u-light {
  background-color: #ffffff !important;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem 0 !important;
}
.u-light .container {
  border-top: 2px solid #284364;
  padding: 3rem 0 1.5rem 0 !important;
}

.feature-item__content {
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.salla-theme_2 .feature-item__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.salla-theme_2 .feature-item__content .feature-item__icon {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
}
.salla-theme_2 .feature-item__content .feature-item__icon [class^=sicon-] {
  line-height: 1!important;
  font-size: 170%;
}
.salla-theme_2 .feature-item__content div h3 {
  font-size: 24px;
}
.feature-item p {
  font-size: 16px;
}

/* =============================================================== */
/* =============================================================== */

.product .product-footer {
  margin-top: 0 !important;
  display: block;
  background: #ffffff;
}
.product-footer .product-price {
  color: #284364;
  font-size: 24px;
}
a.product-add.add_to_cart_btn {
  text-align: center;
  display: block;
  background-color: #284364;
}
.product-add.add_to_cart_btn span.sicon-cart:after {
  content: "أضف الى السلة";
  font-size: 15px;
  padding: 0 5px 3px 5px;
  font-family: 'DINNextLTArabic-Regular';
}
.product-footer .not-available {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}

/* =============================================================== */

.content.page-container {
  padding-top: 60px;
  margin-top: 60px;
}
.caption.product-desc {
  border: 1px solid #ededed;
  padding: 15px !important;
  line-height: 3;
}

.active-step .cart-number {
  color: #ffffff !important;
}

.salla-theme_2 .feature-item__content div h3 {
    font-size: 18px;
}