/*
 * Custom CSS - Produse Grecia (porto-child)
 * -----------------------------------------
 * Sursa unica pentru stiluri custom (inlocuieste Porto Theme Options > Custom CSS).
 * Incarcat dupa style.css via functions.php.
 *
 * Dupa upload: goliti campul Custom CSS din
 * WordPress > Porto > Theme Options (porto_settings).
 */

/* ==========================================================================
   HEADER - Type 1
   ========================================================================== */

/* --- 1. TOP BAR - bara utilitara de sus ---
   Bej deschis, mesaj welcome centrat, ascunde limba/moneda si social media.
   Contact info (livrare/telefon) se configureaza in Theme Options.
   -------------------------------------------------------------------------- */

#header.header-1 .header-top {
  background: #f5f0e8;
  border-bottom: 1px solid #ebe4d8;
  font-size: 13px;
  color: #555;
}

#header.header-1 .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header.header-1 .header-top .header-left,
#header.header-1 .header-top .header-right {
  display: flex;
  align-items: center;
}

#header.header-1 .header-top a,
#header.header-1 .header-top .welcome-msg {
  color: #555;
}

#header.header-1 .header-top a:hover,
#header.header-1 .header-top .welcome-msg a:hover {
  color: #3d9dcf;
}

#header.header-1 .header-top .header-contact,
#header.header-1 .header-top .header-contact a {
  color: #3d9dcf;
  font-weight: 500;
}

/* Ascunde switcher limba/moneda si iconite social din top bar */
#header.header-1 .header-top .switcher-wrap,
#header.header-1 .header-top .share-links {
  display: none !important;
}

#header.header-1 .header-top .welcome-msg {
  flex: 1;
  text-align: center;
}

/* --- 2. HEADER MAIN - logo, search, cos ---
   Rand principal alb: logo stanga, search centru, iconite dreapta.
   -------------------------------------------------------------------------- */

#header.header-1 .header-main {
  background: #fff;
  border-bottom: 1px solid #eee;
}

#header.header-1 .header-main .header-row {
  min-height: 88px;
}

#header.header-1 .header-main .header-left {
  padding-top: 16px;
  padding-bottom: 16px;
  flex: 0 0 auto;
}

#header.header-1 .header-main .header-center {
  flex: 1 1 auto;
  max-width: none;
  padding: 12px 24px;
}

#header.header-1 .header-main .header-right {
  padding-top: 12px;
  padding-bottom: 12px;
  flex: 0 0 auto;
}

/* --- 3. SEARCH BAR - caseta vizibila (Form / advanced) ---
   Forteaza afisarea formularului in loc de iconita lupa.
   Input flex + buton teal lipit in dreapta, fara dropdown categorii.
   -------------------------------------------------------------------------- */

#header.header-1 .header-center .searchform-popup {
  display: block;
  width: 100%;
}

#header.header-1 .header-center .search-toggle {
  display: none !important;
}

#header.header-1 .header-center .searchform {
  display: flex !important;
  position: static !important;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dde0e2 !important;
  border-radius: 999px !important;
  border-width: 1px !important;
  box-shadow: none !important;
  margin: 0 !important;
  overflow: hidden;
  line-height: 1;
  padding: 0 !important;
}

#header.header-1 .header-center .searchform-fields {
  display: flex !important;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
}

#header.header-1 .header-center .searchform .text {
  flex: 1 1 auto;
  display: block;
  min-width: 0;
}

#header.header-1 .header-center .searchform input {
  width: 100% !important;
  max-width: none !important;
  height: 44px;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  background: #fff;
}

#header.header-1 .header-center .searchform .button-wrap {
  flex: 0 0 auto;
  margin: 0;
}

#header.header-1 .header-center .searchform button {
  height: 44px;
  background: #3d9dcf;
  color: #fff;
  border-radius: 0 !important;
  padding: 0 18px;
  min-width: 52px;
  margin: 0;
}

#header.header-1 .header-center .searchform button:hover {
  background: #2f8fbf;
}

/* Ascunde selector categorii daca e activ in Theme Options */
#header.header-1 .header-center .searchform select,
#header.header-1 .header-center .searchform .selectric-wrapper,
#header.header-1 .header-center .searchform .selectric-cat {
  display: none !important;
}

/* --- 4. ICONITE DREAPTA - Favorite, Cont, Cos ---
   Layout orizontal: icon stanga + text dreapta (ca mockup).
   Theme Options: Header Woo Icons = Wishlist + Account;
   Mini Cart Type = Inline; Mini Cart Text = "Coșul meu".
   -------------------------------------------------------------------------- */

#header.header-1 .header-right .header-minicart {
  display: flex;
  align-items: stretch;
}

#header.header-1 .header-right .header-contact {
  display: none;
}

#header.header-1 .header-right .my-wishlist {
  order: 1;
}

#header.header-1 .header-right .my-account,
#header.header-1 .header-right .account-dropdown {
  order: 2;
}

#header.header-1 .header-right #mini-cart {
  order: 3;
}

/* Celula comuna: icon + text, separator vertical */
#header.header-1 .header-right .my-wishlist,
#header.header-1 .header-right .my-account,
#header.header-1 .header-right .account-dropdown > .menu-item > a,
#header.header-1 .header-right #mini-cart .cart-head {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 6px 20px;
  color: #606669;
  border-left: 1px solid #dde0e2;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

#header.header-1 .header-right .my-wishlist:first-child,
#header.header-1 .header-right .header-minicart > .my-wishlist:first-child {
  border-left: 0;
}

#header.header-1 .header-right .my-wishlist i,
#header.header-1 .header-right .my-account i,
#header.header-1 .header-right .account-dropdown > .menu-item > a i {
  font-size: 24px;
  line-height: 1;
  color: #606669;
}

/* Iconite outline Porto */
#header.header-1 .header-right .my-wishlist i:before {
  font-family: 'porto';
  content: '\e889';
}

#header.header-1 .header-right .my-account i:before,
#header.header-1 .header-right .account-dropdown > .menu-item > a i:before {
  font-family: 'porto';
  content: '\e91a';
}

#header.header-1 .header-right .my-wishlist::after,
#header.header-1 .header-right .my-account::after,
#header.header-1 .header-right .account-dropdown > .menu-item > a::after {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  font-family: inherit;
  color: #606669;
  white-space: nowrap;
}

#header.header-1 .header-right .my-wishlist::after {
  content: "Favorite";
}

#header.header-1 .header-right .my-account::after,
#header.header-1 .header-right .account-dropdown > .menu-item > a::after {
  content: "Contul meu";
}

/* Cos - badge + text (icon = din Customizer > Mini Cart Icon) */
#header.header-1 .header-right #mini-cart .cart-head {
  cursor: pointer;
}

#header.header-1 .header-right #mini-cart .cart-icon {
  position: relative;
  flex: 0 0 auto;
  line-height: 1;
}

#header.header-1 .header-right #mini-cart .cart-items {
  --porto-badge-size: 18px !important;
  position: absolute !important;
  top: -5px !important;
  right: -8px !important;
  left: auto !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  line-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  background: #3d9dcf !important;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: none;
  overflow: hidden;
}

#header.header-1 .header-right #mini-cart .cart-items-text {
  display: none !important;
}

#header.header-1 .header-right #mini-cart.minicart-inline .cart-head::after,
#header.header-1 .header-right #mini-cart.minicart-text .cart-head::after {
  content: none !important;
  display: none !important;
}

#header.header-1 .header-right #mini-cart.minicart-arrow-alt .cart-head::after,
#header.header-1 .header-right #mini-cart.minicart-arrow .cart-head::after {
  content: "Coșul meu";
  display: block !important;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: #606669;
  background: transparent;
  transform: none;
}

/* Minicart Inline/Text: "Coșul meu" + pret pe 2 randuri */
#header.header-1 .header-right #mini-cart .cart-subtotal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  color: #606669;
  white-space: nowrap;
}

#header.header-1 .header-right #mini-cart .cart-subtotal .cart-price {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #606669;
}

#header.header-1:not(.sticky-header) #mini-cart.minicart-arrow-alt .cart-head,
#header.header-1:not(.sticky-header) #mini-cart.minicart-arrow .cart-head {
  min-width: 0;
  padding: 6px 20px;
}

/* --- 5. BARA NAVIGATIE - meniu principal teal ---
   Fundal albastru (#3d9dcf), linkuri albe.
   Ascunde logo/cos duplicat din sticky menu (menu-left / menu-right).
   -------------------------------------------------------------------------- */

#header.header-1 .main-menu-wrap {
  background: #3d9dcf;
  border-top: none;
}

#header.header-1 .main-menu-wrap .container,
#header.header-1 .main-menu-wrap #main-menu {
  background: transparent;
  min-height: 48px;
}

#header.header-1 .main-menu-wrap .menu-left,
#header.header-1 .main-menu-wrap .menu-right {
  display: none !important;
}

#header.header-1 .main-menu-wrap .menu-center {
  flex: 1 1 auto;
  background: transparent;
}

#header.header-1 .main-menu-wrap #main-menu .mega-menu {
  display: flex;
  align-items: center;
  background: transparent;
}

#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item > a {
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 18px;
}

#header.header-1 .main-menu-wrap #main-menu .mega-menu.menu-flat-border > li.menu-item > a {
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* Pagina activa: verde pentru orice tab */
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item.active > a,
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item.current-menu-item > a,
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item.current_page_item > a,
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item > a.current {
  background: #8fa65c !important;
  color: #fff !important;
}

/* Hover taburi inactive: highlight subtil (nu confundat cu pagina activa) */
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item > a:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}

/* Hover tab activ: verde mai inchis */
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item.active > a:hover,
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item.current-menu-item > a:hover,
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item.current_page_item > a:hover,
#header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item > a.current:hover {
  background: #7a9450 !important;
  color: #fff !important;
}

#header.header-1 .main-menu-wrap .header-contact {
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

#header.header-1 .main-menu-wrap .header-contact a {
  color: #fff;
}

/* --- 6. HEADER RESPONSIVE --- */

@media (min-width: 992px) {
  #header.header-1 .header-main .header-center {
    flex: 1 1 auto;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  #header.header-1 .main-menu-wrap #main-menu .mega-menu > li.menu-item > a {
    padding: 14px 22px;
  }
}

@media (max-width: 991px) {
  /* Rand 1: hamburger + logo | cos; rand 2: search full width */
  #header.header-1 .header-main .header-row {
    flex-wrap: wrap !important;
    align-items: center;
    min-height: 0;
  }

  #header.header-1 .header-main .header-left {
    order: 1;
    flex: 1 1 0 !important;
    min-width: 0;
    max-width: calc(100% - 72px);
    padding: 10px 0;
    display: flex;
    align-items: center;
    z-index: 2;
  }

  #header.header-1 .header-main .header-right {
    order: 2;
    flex: 0 0 auto !important;
    margin-left: auto;
    padding: 10px 0;
    z-index: 2;
  }

  #header.header-1 .header-main .header-center {
    order: 3;
    flex: 0 0 100% !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 10px;
    z-index: 1;
  }

  #header.header-1 .header-main .mobile-toggle {
    flex: 0 0 auto;
    margin: 0 10px 0 0;
  }

  #header.header-1 .header-main .header-left .logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  #header.header-1 .header-main .header-left .logo img {
    max-height: 42px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  /* Pe mobil pastram doar cosul in bara de sus (fara etichete) */
  #header.header-1 .header-right .my-wishlist,
  #header.header-1 .header-right .my-account,
  #header.header-1 .header-right .account-dropdown,
  #header.header-1 .header-right .header-contact {
    display: none !important;
  }

  #header.header-1 .header-right .my-wishlist::after,
  #header.header-1 .header-right .my-account::after,
  #header.header-1 .header-right .account-dropdown > .menu-item > a::after,
  #header.header-1 .header-right #mini-cart.minicart-arrow-alt .cart-head::after,
  #header.header-1 .header-right #mini-cart.minicart-arrow .cart-head::after,
  #header.header-1 .header-right #mini-cart.minicart-inline .cart-subtotal,
  #header.header-1 .header-right #mini-cart.minicart-text .cart-subtotal {
    display: none !important;
  }

  #header.header-1 .header-right #mini-cart .cart-head {
    min-width: 44px;
    padding: 6px 8px;
    border-left: 0;
  }

  #header.header-1 .header-right #mini-cart .cart-items {
    --porto-badge-size: 16px !important;
    top: -4px !important;
    right: -6px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    line-height: 16px !important;
    font-size: 9px !important;
  }

  #header.header-1:not(.sticky-header) #mini-cart.minicart-arrow-alt .cart-head,
  #header.header-1.sticky-header #mini-cart.minicart-arrow-alt .cart-head {
    min-width: 44px;
    padding: 6px 8px;
  }

  #header.header-1 .header-center .searchform input {
    height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  #header.header-1 .header-center .searchform button {
    height: 40px;
    min-width: 44px;
    padding: 0 12px;
  }

  /* Sticky la scroll: doar hamburger + logo + cos (fara search lat) */
  #header.header-1.sticky-header .header-main.sticky .header-center {
    display: none !important;
  }

  #header.header-1.sticky-header .header-main.sticky .header-row {
    flex-wrap: nowrap !important;
  }

  #header.header-1.sticky-header .header-main.sticky .header-left {
    flex: 1 1 auto !important;
    max-width: none;
    padding: 8px 0;
  }

  #header.header-1.sticky-header .header-main.sticky .header-right {
    flex: 0 0 auto !important;
    padding: 8px 0;
  }

  #header.header-1.sticky-header .header-main.sticky .header-left .logo img {
    max-height: 36px;
  }

  /* Suprascrie CSS vechi din Theme Options (width: 1% pe coloane) */
  #header.header-1 .header-main .container .header-left,
  #header.header-1 .header-main .container .header-right,
  #header.header-1.sticky-header .header-main .header-left,
  #header.header-1.sticky-header .header-main.sticky .header-left,
  #header.header-1.sticky-header .header-main .header-right,
  #header.header-1.sticky-header .header-main.sticky .header-right {
    width: auto !important;
    white-space: normal !important;
  }

  #header.header-1 .header-main .container .header-center {
    width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
  }
}

/* ==========================================================================
   MIGRAT DIN PORTO THEME OPTIONS (Custom CSS)
   Regulile vechi de header (width:1%, search toggle etc.) NU sunt incluse.
   ========================================================================== */

/* --- General / layout --- */
.widget-title,
.widgettitle {
  font-family: Oswald;
}

body.woocommerce .left-sidebar,
body.woocommerce .right-sidebar,
body.woocommerce .main-content {
  padding-top: 30px;
}

.single-product .product-summary-images {
  padding-top: 22px;
}

.page-top {
  padding-top: 0;
  min-height: 0;
}

.product-layout-extended .product-summary-wrap .summary-before {
  margin-bottom: 0;
}

.single-product .product-layout-transparent {
  margin-top: -30px;
}

.breadcrumb,
.page-top ul.breadcrumb > li a {
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

.switcher-wrap .mega-menu .popup {
  border: 1px solid #ccc !important;
}

.switcher-wrap img {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

/* --- Mega menu --- */
.mega-menu .popup li.menu-item a {
  text-transform: uppercase;
}

#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a {
  font-weight: 700;
}

#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover {
  background: none;
}

#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a:hover {
  text-decoration: underline;
}

.mega-menu.show-arrow > li.has-sub > a:after {
  content: '\e81c';
  font-family: 'porto';
}

.main-menu-wrap #main-menu .mega-menu > li.menu-item > a {
  padding-right: 30px;
}

.mega-menu .narrow .popup li.menu-item > a {
  border-bottom: none;
  padding-left: 15px;
  padding-right: 15px;
}

.mega-menu .narrow .popup ul.sub-menu {
  padding-left: 0;
  padding-right: 0;
}

.mega-menu .narrow .popup li.menu-item-has-children > a:before {
  margin-right: 0;
}

.mega-menu .wide .popup > .inner > ul.sub-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mega-menu .wide .popup > .inner {
  padding: 10px 10px 10px 20px;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {
  padding-top: 15px;
}

.mega-menu .menu-item .popup {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

#main-menu .mega-menu .popup {
  left: -15px;
}

.mega-menu.show-arrow > li.has-sub:before,
.mega-menu.show-arrow > li.has-sub:after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 112;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: transform 0.2s ease;
}

.header-top .mega-menu.show-arrow > li.has-sub:before,
.header-top .mega-menu.show-arrow > li.has-sub:after {
  bottom: -1px;
}

.mega-menu.show-arrow > li.has-sub:hover:before,
.mega-menu.show-arrow > li.has-sub:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu.show-arrow > li.has-sub:before {
  border-bottom-color: #f0f0f0;
  border-width: 11px;
  margin-left: -15px;
}

.mega-menu.show-arrow > li.has-sub:after {
  border-bottom-color: #fff;
  border-width: 9px;
  margin-left: -13px;
}

/* --- Home --- */
.home-categories .slider-title {
  color: #fff;
  text-align: center;
}

.home-categories .slider-title .inline-title {
  background: #65829d;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

.home-categories .slider-title .line {
  border-bottom: 1px solid #7e98b1;
  left: 0 !important;
  width: 100% !important;
}

.home-categories .owl-carousel .owl-nav {
  top: 50%;
  margin-top: -25px !important;
  width: 100%;
}

.home-categories .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}

.home-categories .owl-carousel .owl-nav .owl-next {
  right: -40px;
}

.thumb-info-caption .thumb-info-caption-text,
.testimonial.testimonial-style-4 blockquote p {
  font-size: 14px;
  line-height: 1.6em;
}

.home .thumb-info-side-image {
  border: none;
}

.testimonial.testimonial-style-4 blockquote {
  padding-left: 45px;
  margin-left: 55px;
  padding-top: 5px;
}

.testimonial.testimonial-style-4 blockquote:before,
.testimonial.testimonial-style-4 blockquote:after {
  font-size: 45px;
  color: #65829d;
}

.porto-testimonial {
  position: relative;
}

.testimonial.testimonial-style-4 {
  padding-top: 80px;
}

.testimonial.testimonial-style-4 .testimonial-author {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.testimonial .testimonial-author span {
  white-space: nowrap;
}

.testimonial .testimonial-author .testimonial-author-thumbnail {
  margin-right: 20px;
}

.home .post-carousel .post-item {
  position: relative;
}

.home .post-carousel .post-item .post-image {
  float: left;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.home .post-carousel .post-item .post-date {
  float: none;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #65829d;
  color: #fff;
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  width: 100px;
}

.home .post-carousel .post-item h4 {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.home .post-carousel .post-item h4 a {
  color: inherit;
}

.home .post-carousel .post-item .post-date > span {
  background: none;
  color: inherit;
  padding: 0;
  line-height: 1.1em;
  font-weight: inherit;
  letter-spacing: 0.05em;
}

.home .post-carousel .post-item .post-date .day {
  font-size: 18px;
}

.home .post-carousel .post-item .post-date .month {
  font-size: 13px;
}

.home .post-carousel .btn {
  border: none;
  background: #e1e6ea;
  font-family: Oswald;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 16px;
}

.thumb-info .thumb-info-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thumb-info .thumb-info-type {
  padding: 0;
  margin: 0;
  background: none;
  text-transform: uppercase;
  opacity: 0.5;
}

.thumb-info .thumb-info-title {
  position: static;
  padding: 0;
  margin-left: 30px;
  background: none !important;
}

ul.products li.product-category .thumb-info h3 {
  font-family: Oswald;
  letter-spacing: 0.1em;
  font-size: 20px;
}

.porto-just-arrived-products .add-links-wrap {
  display: none;
}

/* --- Owl carousel --- */
.products-slider.show-nav-title .owl-nav {
  margin-top: 41px;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
  font-size: 14px;
  color: #738ca5;
}

.owl-carousel.show-nav-title .owl-nav .owl-prev {
  left: -40px;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover {
  color: #363636;
  font-size: 14px;
}

.owl-carousel .owl-nav [class*="owl-"] {
  background: none !important;
  border: none !important;
  text-shadow: none;
}

.owl-carousel .owl-nav .owl-prev:before {
  content: "\e829";
}

.owl-carousel .owl-nav .owl-next:before {
  content: "\e828";
}

.porto-owl-nav-lg .owl-nav [class*="owl-"] {
  font-size: 22px !important;
  color: #d8d8d8 !important;
}

/* --- Shop --- */
ul.products li.product-col h3 {
  margin-bottom: 12px;
}

ul.products li.product-col .rating-wrap {
  margin-bottom: 5px;
  margin-top: 20px;
}

ul.products li.product-col .price {
  margin-bottom: 18px;
}

.add-links .add_to_cart_button,
.add-links .add_to_cart_read_more,
.add-links .quickview,
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span {
  border: none;
  background-color: #e1e6ea;
  color: #3b424b;
}

.add-links .add_to_cart_button:hover,
.add-links .add_to_cart_read_more:hover,
.add-links .add_to_cart_button:active,
.add-links .add_to_cart_read_more:active,
.add-links .add_to_cart_button:focus,
.add-links .add_to_cart_read_more:focus {
  background-color: #65829d;
  color: #fff;
}

.add-links .add_to_cart_button,
.add-links .add_to_cart_read_more,
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span,
.add-links .quickview {
  height: 34px;
  line-height: 34px;
}

.add-links .add_to_cart_button {
  padding: 0 2em;
}

ul.products li.product-col:hover .add-links .add_to_cart_button {
  padding: 0 0.7143em;
}

.add-links .add_to_cart_button:before {
  display: none;
}

ul.products li.product-col:hover .add-links .add_to_cart_button:before {
  display: inline-block;
}

.star-rating span:before {
  color: #575f68;
}

.single-product .product-summary-wrap .price,
ul.products .price,
ul.product_list_widget li .product-details .amount,
.widget ul.product_list_widget li .product-details .amount {
  font-family: 'Oswald';
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #0e2f40;
}

/* --- Sidebar --- */
.product-layout-wide_grid .product-summary-wrap {
  margin-top: 0;
}

.section-title,
.slider-title,
.widget .widgettitle,
.widget .widget-title,
.widget .widgettitle a,
.widget .widget-title a,
.widget_calendar caption {
  color: #000;
}

.sidebar-content {
  color: #000;
}

body.woocommerce-page.archive .sidebar-content {
  border: none;
}

body.woocommerce-page.archive .sidebar-content aside.widget {
  border-bottom: none;
  padding: 0 0 20px 0;
}

body.woocommerce-page.archive .sidebar-content .widget .widget-title {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}

.widget_product_categories ul li > a,
.widget_price_filter ul li > a,
.widget_layered_nav ul li > a,
.widget_layered_nav_filters ul li > a,
.widget_rating_filter ul li > a,
.widget_product_categories ol li > a,
.widget_price_filter ol li > a,
.widget_layered_nav ol li > a,
.widget_layered_nav_filters ol li > a,
.widget_rating_filter ol li > a {
  color: #000;
}

.sidebar .product-categories li > a,
.widget > div > ul,
.widget > ul {
  font-weight: 400;
  font-size: 13px;
}

.widget > div > ul li,
.widget > ul li {
  line-height: 1.8;
}

.widget_product_categories .widget-title .toggle,
.widget_price_filter .widget-title .toggle,
.widget_layered_nav .widget-title .toggle,
.widget_layered_nav_filters .widget-title .toggle,
.widget_rating_filter .widget-title .toggle {
  margin-top: -1.2em;
}

.sidebar-content .filter-item-list .filter-color {
  margin-bottom: 10px;
  text-indent: 35px;
  line-height: 16px;
}

.sidebar-content .filter-item-list {
  display: block;
}

/* --- Single product --- */
@media (min-width: 1190px) {
  body.single-product .main-content.col-lg-9 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 30px !important;
  }

  body.single-product .sidebar.col-lg-3 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.related .owl-carousel .owl-dots .owl-dot span {
  background: none;
  border: 2px solid #869791;
  margin: 0 3px;
}

.related .owl-carousel .owl-dots .owl-dot:hover span,
.related .owl-carousel .owl-dots .owl-dot.active span {
  background: #869791;
}

/* --- Footer --- */
#footer {
  font-size: 13px;
}

#footer form {
  opacity: 1;
}

#footer .row > div:last-child .widget {
  margin-top: 0;
  margin-bottom: 0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .widgettitle,
#footer .widget-title,
#footer .contact-details strong {
  font-family: Oswald;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}

#footer .widgettitle,
#footer .widget-title {
  font-size: 16px;
}

#footer .footer-main > .container:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  border-bottom: 1px solid #353a3e;
}

#footer .widget_wysija_cont .wysija-input,
#footer .widget_wysija_cont .wysija-submit {
  height: 48px;
  background: none;
  border: 1px solid #353a3e;
}

#footer .widget_wysija_cont .wysija-submit {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

#footer .widget .widget_wysija {
  max-width: none;
}

#footer .widget.contact-info .contact-details i {
  display: none;
}

#footer .widget.contact-info .contact-details strong,
#footer .widget.contact-info .contact-details span {
  line-height: 20px;
  padding-left: 0;
}

/* --- RTL --- */
.rtl #header .top-links > li.menu-item:last-child > a {
  padding-left: 0;
}

.rtl .switcher-wrap img {
  margin-right: 0;
  margin-left: 3px;
}

.rtl .main-menu-wrap #main-menu .mega-menu > li.menu-item > a {
  padding-right: 0;
  padding-left: 30px;
}

.rtl .mega-menu .narrow .popup li.menu-item-has-children > a:before {
  margin-left: 0;
}

.rtl .owl-carousel.show-nav-title .owl-nav .owl-prev {
  left: auto;
  right: -40px;
}

.rtl .owl-carousel .owl-nav .owl-prev:before {
  content: "\e828";
}

.rtl .owl-carousel .owl-nav .owl-next:before {
  content: "\e829";
}

.rtl .home-categories .slider-title .line {
  left: auto !important;
  right: 0 !important;
}

.rtl .home-categories .owl-carousel .owl-nav .owl-prev {
  right: -20px;
  left: auto;
}

.rtl .home-categories .owl-carousel .owl-nav .owl-next {
  left: -40px;
  right: auto;
}

.rtl .testimonial.testimonial-style-4 blockquote {
  padding-right: 45px;
  margin-right: 55px;
  padding-left: 0;
  margin-left: 0;
}

.rtl .testimonial .testimonial-author .testimonial-author-thumbnail {
  margin-right: 10px;
  margin-left: 20px;
}

.rtl .testimonial.testimonial-style-4 .testimonial-author {
  left: auto;
  right: 0;
}

.rtl.home .post-carousel .post-item .post-image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.rtl.home .post-carousel .post-item .post-date {
  left: auto;
  right: 8px;
}

.rtl .thumb-info .thumb-info-title {
  margin-left: 0;
  margin-right: 30px;
}

@media (min-width: 1190px) {
  body.single-product.rtl .main-content.col-lg-9 {
    padding-right: 12px !important;
    padding-left: 30px !important;
  }
}

.rtl #footer .widget.contact-info .contact-details strong,
.rtl #footer .widget.contact-info .contact-details span {
  padding-right: 0;
}

