/*****************
        GENERAL
******************/
.mb-15px {
  margin-bottom: 15px;
}
.mt-15px {
  margin-top: 15px;
}

/*custom checkbox*/
.custom-checkbox {
  position: relative;
  color: #666;
  font: 400 14px / 18px Mukta, Helvetica Neue, Verdana, Arial, sans-serif;
  padding-left: 24px;
  text-align: left;
}
.custom-checkbox a {
  color: #666666;
  text-decoration: underline;
}
.custom-checkbox .custom-checkbox-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 2px;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
}
.custom-checkbox:hover .custom-checkbox-checkbox:before {
  content: "";
  background: rgba(0, 109, 116, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  transform: scale(1);
  opacity: 1;
  transition: all ease 0.4s;
}
.custom-checkbox.active-checkbox .custom-checkbox-checkbox {
  background-color: #006d74;
  border: 2px solid #006d74;
}
.button-custom-checkbox-box {
  position: relative;
}
.button-custom-checkbox-box button {
  float: none !important;
  position: initial !important;
}
.button-custom-checkbox-box.button-disabled .button-custom-checkbox-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.minicart-wrapper .action.showcart .counter.qty {
  background-color: #006d74 !important;
}

.base-slider .cdz-block-title a {
  color: #000 !important;
}

.base-slider .cdz-block-title a:hover {
  color: #006d74 !important;
}

@media only screen and (max-width: 767px) {
  .tabs-style-16 .mobile-toggle:after {
    display: none !important;
  }
}

/*****************
        MENIU
******************/
@media only screen and (min-width: 768px) {
    .page-header .header-panel-bottom .cdz-navigation .cdz-horizontal-menu .groupmenu li.item.level0>a.menu-link {
        padding: 0 15px;
        text-transform: none;
    }
}


.mb-bottom-toolbar .menu-items .item > a,
.mb-bottom-toolbar .group-switch button.switcher,
.switcher .times:before,
.switcher .times:after {
  color: #e8e000 !important;
}

.mb-bottom-toolbar .btn-cart .info-wrap {
  background-color: #006d74 !important;
}

.switcher .times:before,
.switcher .times:after {
  background-color: #e8e000 !important;
}

.page-footer .newsletter-content {
  align-items: baseline !important;
}

.page-footer .footer-box .footer-link .social a:hover {
  color: #fff !important;
}

.page-footer .footer-social .social [data-type="instagram"]:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}


/*****************
        HEADER
******************/
.header.content{
  padding: 0px;
}
.page-header .header-middle .panel.header {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.page-header .sticky-menu.active .header.panel{
  padding: 0px!important;
}

.header-panel-row .minicart-wrapper{
  margin-left: 0px!important;
}
.header.features-links li,
.header-panel-row .minicart-wrapper .action.showcart{
    position: relative!important;
    vertical-align: top!important;
    display: inline-block!important;
    padding-inline-start: 0px !important;
    width: 60px!important;
    height: 46px!important;
    margin-right: 20px!important;
}
.header-panel-row .minicart-wrapper .action.showcart{
  margin-right: 0px!important
}
.page-header .sticky-menu.active .header-panel-row .minicart-wrapper .action.showcart{
    margin-right: 20px!important;
}

.header.features-links li .text-uppercase,
.header.features-links li .label,
.header-panel-row .minicart-wrapper .text{
    position: absolute!important;
    bottom: 0px!important;
    left: 0px!important;
    height: 10px!important;
    font-size: 10px!important;
    clip: initial!important;
    margin: 0px!important;
    text-align: center;
    width: 100%;
}
.header-panel-row .minicart-wrapper .cart-subtotal{
  display: none!important;
}

.header.features-links li .account-wrapper,
.header.features-links li .cdz-dropdown,
.header.features-links li .account-wrapper a,
.header.features-links li .cdz-dropdown a{
    position: initial!important;
    display: block!important;
}

.header.features-links li.link.wishlist a::before,
.header.features-links li.authorization-link a::before{
        font-family: CodazonFont;
        content: "\e9aa";
        font-size: 36px;
        line-height: 34px;
        color: #000;
        display: inline-block;
        width: 100%;
}
.header.features-links li.link.wishlist a::before{
        content: "\e986";
}
.header.features-links li.link.wishlist.link-compare a::before{
        content: "\e963";
}
.page-header .sticky-menu.active .header.features-links li, 
.page-header .sticky-menu.active .header-panel-row .minicart-wrapper .action.showcart{
    width: 40px!important;
    height: 40px!important;
}
.page-header .sticky-menu.active .header.features-links li.link.wishlist a::before,
.page-header .sticky-menu.active .header.features-links li.authorization-link a::before{
    font-size: 24px;
    line-height: 22px;
    padding-top: 5px;
}
.page-header .sticky-menu.active .features-links .authorization-link .account-trigger .text-uppercase{
  display: none!important;
}
.page-header .sticky-menu.active .header-panel-middle{
  inset-inline-end: 275px!important;
}
.page-header .sticky-menu.active .header-menu-wrap{
  width: 650px!important;
}
.page-header .header-panel-row .header-panel-right{
  margin-top: 0px!important;
}
.sticky-menu:not(.active) div.search-form{
  width: 100%!important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .header-middle .logo{
    display: flex!important;
    height: 46px;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .header.features-links li, .header-panel-row .minicart-wrapper .action.showcart{
      margin-right: 5px!important;
  }
}

@media only screen and (max-width: 767px) {
  .page-header .header-middle .panel.header {
      padding-top: 0px!important;
      padding-bottom: 15px!important;
  }

  .header-search-wrap{
    position: initial!important;
  }  
  .header-search-wrap .header-search{
    position: relative!important;
    width: 100%;
    max-width: 467px;
    display: block;
    margin: 0 auto;
  }
  .header-search .search-toggle{
    display: none!important;
  }
  .header-search .search-form{
    visibility: visible!important;
    opacity: 1!important;
    position: initial!important;
    box-shadow: initial!important;
  }
  .header-search-wrap .minisearch input.input-text{
    box-shadow: initial;
    border-radius: 5px;
    border: 2px solid #006d74;
  }
  .header-search .block-search .control{
    padding: 0px!important;
  }
  .header-search .minisearch .actions{
    top: 0!important;
    right: 0px !important;
    color: white;
    background-color: #206c73;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .header-search .minisearch .action.search:before{
    color: white!important;
  }
}



/*****************
        BREADCRUMBS
******************/
.breadcrumbs {
  padding-top: 15px!important;
}

.breadcrumbs {
  margin: 0 0 15px!important;
}


/*****************
        CATEGORY PAGE
******************/
body.catalog-category-view .page-main{
  padding-top: 5px!important;

}

body.catalog-category-view h1.page-title{
  margin-bottom: 0px!important;

}

body.catalog-category-view .panel-toggle-wrap.applied{
  margin-bottom: 0px!important;
}

body.catalog-category-view .toolbar{
  margin-bottom: 10px;
}

.filter-content a:hover{
  font-weight: bold;
}

.filter-content .items.filter-checkbox li label:hover{
  font-weight: bold;
  color: #006d74;
}



/*****************
        ONE PAGE CHECKOUT
******************/
/*Sumar comanda*/
.opc-block-summary .product-item .product-item-name{
  margin: 0 0 0 0;
}
.opc-block-summary .product-item .product-item-name-block{
  padding-right: 50px;
  position: relative;
}
.opc-block-summary .product-item .product-item-name-block .details-qty{
  margin-top: 0px;
  padding-right: 0px;
  position: absolute;
  top: 0;
  right: 0;
}
.opc-block-summary .product-item .product-item-name-block .details-qty .cdz-qty-box{
  padding-right: 0px;
}
.opc-block-summary .product-item .product-item-name-block .details-qty .cdz-qty-box input{
  border: none;
}
.opc-block-summary .product-item .product-item-name-block .details-qty .cdz-qty-box:before{
    content: "X";
    left: 2px;
    position: absolute;
    top: 9px;
    font-weight: bold;
}
.checkout-index-index .page-wrapper .page-header .header.content{
  padding: 0px!important;
}
 
@media only screen and (max-width: 767px) {
  .opc-block-summary .product-item .product-item-name-block{
      padding-right: 50px!important;
  }
}

/*Campuri persoana juridica*/
/*Modificare latime campuri*/
.checkout-index-index #co-shipping-form div[name="shippingAddress.company"] {
  width: calc(100% - 10px) !important;
  padding-top: 45px;
  position: relative;
  margin-bottom: 0px;
}
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"] {
  padding-top: 45px;
  position: relative;
}
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]
  .label,
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]
  .control {
  float: none;
}
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.custom_attributes.cui"],
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.custom_attributes.nr_reg_com"] {
  width: calc(50% - 10px) !important;
}

/*Adaugare checkbox*/
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.company"]:before,
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]:before {
  content: "Persoană juridică";
}
.pers-jurid-checkbox,
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.company"]:before,
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]:before {
  position: absolute;
  font-size: 13px;
  line-height: 25px;
  padding-left: 26px;
  width: 100%;
  top: 10px;
  cursor: pointer;
}
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.company"]
  .pers-jurid-checkbox:after,
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.company"]:after,
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]
  .pers-jurid-checkbox:after,
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #006d74;
  top: 15px;
  left: 0;
  cursor: pointer;
}
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.company"]
  .pers-jurid-checkbox:after,
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]
  .pers-jurid-checkbox:after {
  top: 5px;
}
.checkout-index-index
  #co-shipping-form
  div.show-pers-jurid-fields[name="shippingAddress.company"]
  .pers-jurid-checkbox:after,
.checkout-index-index
  .billing-address-form
  div.show-pers-jurid-fields[name="billingAddresscheckmo.company"]
  .pers-jurid-checkbox:after {
  background-color: #006d74;
}
.checkout-index-index
  #co-shipping-form
  div.was-clicked[name="shippingAddress.company"]:before,
.checkout-index-index
  #co-shipping-form
  div.was-clicked[name="shippingAddress.company"]:after,
.checkout-index-index
  .billing-address-form
  div.was-clicked[name="billingAddresscheckmo.company"]:before,
.checkout-index-index
  .billing-address-form
  div.was-clicked[name="billingAddresscheckmo.company"]:after {
  display: none;
}

/*Afiseaza-ascunde campuri*/
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.company"]
  label,
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.company"]
  div.control,
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.custom_attributes.cui"],
.checkout-index-index
  #co-shipping-form
  div[name="shippingAddress.custom_attributes.nr_reg_com"],
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]
  label,
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.company"]
  div.control,
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.custom_attributes.cui"],
.checkout-index-index
  .billing-address-form
  div[name="billingAddresscheckmo.custom_attributes.nr_reg_com"] {
  display: none;
}
.checkout-index-index
  #co-shipping-form
  div.show-pers-jurid-fields[name="shippingAddress.company"] {
  margin-bottom: 10px;
}
.checkout-index-index
  #co-shipping-form
  div.show-pers-jurid-fields[name="shippingAddress.company"]
  label,
.checkout-index-index
  #co-shipping-form
  div.show-pers-jurid-fields[name="shippingAddress.company"]
  div.control,
.checkout-index-index
  #co-shipping-form
  div.show-pers-jurid-fields[name="shippingAddress.custom_attributes.cui"],
.checkout-index-index
  #co-shipping-form
  div.show-pers-jurid-fields[name="shippingAddress.custom_attributes.nr_reg_com"] {
  display: initial;
}
.checkout-index-index
  .billing-address-form
  div.show-pers-jurid-fields[name="billingAddresscheckmo.company"]
  label,
.checkout-index-index
  .billing-address-form
  div.show-pers-jurid-fields[name="billingAddresscheckmo.company"]
  div.control,
.checkout-index-index
  .billing-address-form
  div.show-pers-jurid-fields[name="billingAddresscheckmo.custom_attributes.cui"],
.checkout-index-index
  .billing-address-form
  div.show-pers-jurid-fields[name="billingAddresscheckmo.custom_attributes.nr_reg_com"] {
  display: block;
}

.checkout-index-index form.form-shipping-address input[name="company"]{
  margin-bottom: 15px;
}
.checkout-index-index .shippingAddress-detalii-facturare{
  color: #006d74;
  font-weight: 600;
}

.checkout-index-index #checkout-payment-method-load .payment-method-billing-address{
  margin-bottom: 15px;
}

/*General*/
.checkout-index-index .payment-method-billing-address,
.checkout-index-index .checkout-billing-address {
  padding: 0px !important;
}
.checkout-index-index .form-login,
.checkout-index-index .checkout-billing-address {
  border: none !important;
}
.checkout-index-index #shipping-new-address-form,
.checkout-index-index #co-shipping-form,
.checkout-index-index .customer-email-fieldset,
.checkout-index-index #customer-email-fieldset,
.checkout-index-index .form-login {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.checkout-index-index #co-payment-form hr {
  display: none;
}

/*Checkout agreement*/
.checkout-agreement label button {
  position: relative;
  padding-right: 10px;
}
.checkout-agreement label button span {
  text-transform: initial !important;
}
.checkout-agreement label button span:after {
  position: absolute;
  top: 0;
  right: 0;
}

.checkout-index-index div.plus.m-plus,
.checkout-index-index div.minus.m-minus {
  display: none;
}


/*Sector*/
.checkout-index-index #co-shipping-form div[name="shippingAddress.custom_attributes.sector"]{
  width: calc(50% - 10px) !important;
  display: none;
}
.checkout-index-index #co-shipping-form div[name="shippingAddress.custom_attributes.sector"].show-sector{
  display: block;
}
.checkout-index-index #co-payment-form div[name="billingAddressbanktransfer.custom_attributes.sector"]{
  display: none;
}
.checkout-index-index #co-payment-form div[name="billingAddressbanktransfer.custom_attributes.sector"].show-sector{
  display: block;
}

/*Adresa selectata*/
.cdz-opc-wrapper .opc-wrapper .shipping-address-item.selected-item{
  border-color: #006d74;
}
.opc-wrapper .shipping-address-item.selected-item:after{
  background: #006d74;
}

/*****************
        ADDRESS/NEW
******************/
.form-address-edit div[name="custom_attributes.sector"]{
  display: none;
}

.form-address-edit div[name="custom_attributes.sector"].show-sector{
  display: block;
}

/*****************
        PRODUCT
******************/
.produs-pret-0-detalii {
  font-size: 16px;
  font-weight: 700;
  font-family: Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #fff;
  background: #006d74;
  border-color: #006d74;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid;
  transition: all 500ms ease;
  cursor: pointer;
}
.produs-pret-0-detalii:hover {
  color: #006d74;
  background: #fff;
  border-color: #006d74;
}

.produs-pret-0-popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 90000;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.produs-pret-0-popup.show-pop-up {
  display: block;
}
.produs-pret-0-popup .produs-pret-0-popup-box {
  background: white;
  position: relative;
  max-width: 1200px;
  width: 90%;
  max-height: calc(100vh - 64px);
  margin: 32px auto;
  padding: 48px 16px 16px 16px;
}
.produs-pret-0-popup .produs-pret-0-popup-box .produs-pret-0-popup-close {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 15px;
  cursor: pointer;
}
.produs-pret-0-popup .produs-pret-0-popup-box .produs-pret-0-popup-content {
  overflow-y: scroll !important;
  max-height: calc(100vh - 128px) !important;
  padding: 16px 8px !important;
}

.produs-pret-0-popup
  .produs-pret-0-popup-box
  .produs-pret-0-popup-content::-webkit-scrollbar {
  width: 10px !important;
  margin-left: 10px;
  cursor: pointer;
}
/* Track */
.produs-pret-0-popup
  .produs-pret-0-popup-box
  .produs-pret-0-popup-content::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 5px !important;
  cursor: pointer;
}
/* Handle */
.produs-pret-0-popup
  .produs-pret-0-popup-box
  .produs-pret-0-popup-content::-webkit-scrollbar-thumb {
  background: #006d74;
  border-radius: 5px !important;
  cursor: pointer;
}
/* Handle on hover */
.produs-pret-0-popup
  .produs-pret-0-popup-box
  .produs-pret-0-popup-content::-webkit-scrollbar-thumb:hover {
  background: #006d74;
}

.stock.available.preorder {
  color: #006d74 !important;
}
.stock.available.preorder .product-delivery-time {
  color: #006d74;
  text-transform: none;
}

body.catalog-product_compare-index .actions-primary .stock.unavailable {
  padding: 7px 15px;
}
body.catalog-product_compare-index .actions-primary .stock.unavailable span {
  color: #fff;
  font: 600 12px / 1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

body.catalog-category-view .product-items .stock-available,
body.catalog-category-view .product-items .stock-limited,
body.catalog-category-view .product-items .stock-unavailable,
body.catalogsearch-result-index .product-items .stock-available,
body.catalogsearch-result-index .product-items .stock-limited,
body.catalogsearch-result-index .product-items .stock-unavailable,
body.catalog-product-view .product-main-top .stock-available,
body.catalog-product-view .product-main-top .stock-limited,
body.catalog-product-view .product-main-top .stock-unavailable {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

body.catalog-category-view .product-items .stock-available svg,
body.catalog-category-view .product-items .stock-limited svg,
body.catalog-category-view .product-items .stock-unavailable svg,
body.catalogsearch-result-index .product-items .stock-available svg,
body.catalogsearch-result-index .product-items .stock-limited svg,
body.catalogsearch-result-index .product-items .stock-unavailable svg,
body.catalog-product-view .product-main-top .stock-available svg,
body.catalog-product-view .product-main-top .stock-limited svg,
body.catalog-product-view .product-main-top .stock-unavailable svg {
  margin-right: 10px;
}

body.catalog-product-view
  .product-right-wrap
  .box-tocart
  .actions
  span.no-stock-delivery-message {
  color: #0000ff;
  font-size: 16px;
  font-weight: 500;
}

body.catalog-product-view .product-left-wrap div.image-disclaimer {
  text-align: center;
  margin: 15px 0;
  color: #aaa;
  font-size: 14px;
}

.product-list-style-56 .product-item-name a.product-item-link{
  font-size: 12px;
  line-height: 14px;
}
.product-list-style-56 .product-item-name a.product-item-link:hover{
  color: #006d74!important;
}
.product-list-style-56 .product-item-name a.product-item-link:hover:before{
  display: none;
}
.product-list-style-56 .product-item-name{
  -webkit-line-clamp: 3!important;
  min-height: 54px;
}

.product-info:not(:last-child){
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.product-info img{
  display: block;
  margin: 0 auto 10px auto;
}
.product-info .shop-details-item-title{
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  color: #222222;
  margin-bottom: 10px;
}
.product-info .shop-details-item-description{
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.product-view-style-04 .product-info-main .page-title-wrapper .page-title{
  text-transform: none!important;
}


/*****************
        PRODUCT - Image gallery
******************/
.slick-dots li.slick-active button, 
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action, 
.slick-dots li.slick-active .action-gift {
  background: #006d74;
}

.slick-dots li button:active, 
.slick-dots li button:focus, 
.slick-dots li button:not(.primary), 
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:active, 
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus, 
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:not(.primary), 
.slick-dots li .action-gift:active, 
.slick-dots li .action-gift:focus, 
.slick-dots li .action-gift:not(.primary) {
    border: 1px solid #006d74;
}

/*****************
        PRODUCT - quickshop-media
******************/
.quickshop-media .amasty-gallery,
.quickshop-media #amasty-gallery,
.quickshop-media #amasty-main-container{
  max-width: 100%;
}


/*****************
        PRODUCT - sidebar compare
******************/
.catalog-product-view .block-compare {
  margin: 16px 0 0 0 !important;
}
.catalog-product-view .block-compare .block-title {
  text-align: center;
}
.catalog-product-view .block-compare .empty {
  text-align: center;
  margin-top: 16px;
}
.catalog-product-view .block-compare .product-items-names .product-item {
  position: relative;
}

.page-header
  .features-links
  .authorization-link
  .account-trigger
  .text-underlink {
  display: none !important;
}
.page-header
  .features-links
  .authorization-link
  .account-trigger
  .text-uppercase {
  display: inline-block !important;
  text-transform: capitalize;
  width: 100%;
}

.page-header #top-wishlist .counter.qty {
  background-color: #006d74 !important;
}

.page-header .features-links li a {
  text-align: center;
}

.page-header .features-links #top-wishlist .label,
.page-header
  .features-links
  .authorization-link
  .account-trigger
  > span.text-uppercase,
.page-header .features-links .minicart-wrapper .action.showcart > span.text {
  line-height: 12px;
}

/*****************
        SUBSCRIBE
******************/
form.subscribe button.subscribe span {
  text-transform: uppercase;
}

/*****************
        HOME
******************/

body.cms-codazon-home-page
  div.brand-slider-wrapper
  div.owl-item
  a.brand-link.abs-img,
body.cdz-all-brands.brands-index-index div.brand-list a.brand-link.abs-img {
  background-color: white !important;
}

.service-banner-style11 .item.shop-details-item {
  justify-content: center;
}

body.cms-codazon-home-page div#shop-details-container {
  padding: 0 20px !important;
}

body.cms-codazon-home-page div#shop-details-container > div.row {
  background-color: white;
  padding: 40px;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
}

body.cms-codazon-home-page
  div#shop-details-container
  > div.row
  div.shop-details-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.cms-codazon-home-page div#shop-details-container > div.row div.col-sm-6 {
  border-right: 1px solid #ddd;
}

body.cms-codazon-home-page
  div#shop-details-container
  > div.row
  div.col-sm-6:last-of-type {
  border-right: none;
}

body.cms-codazon-home-page
  div#shop-details-container
  > div.row
  div.shop-details-item
  div.shop-details-item-icon {
  margin-right: 15px;
}

body.cms-codazon-home-page
  div#shop-details-container
  > div.row
  div.shop-details-item
  div.shop-details-item-title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}

body.cms-codazon-home-page div.all-categories-slider a.item-image {
  display: block;
  padding-top: 35px;
}

body.cms-codazon-home-page div.all-categories-slider div.item-content-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

body.cms-codazon-home-page
  div.all-categories-slider
  div.item-content-info
  a.extra-link {
  color: white;
  background-color: #006d74;
  padding: 2px 7px;
  border-radius: 4px;
}

body.cms-codazon-home-page
  div.all-categories-slider
  div.item-content-info
  a.item-title {
  text-align: center;
}

body.cms-codazon-home-page
  div.all-categories-slider
  a.custom-title {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: black;
    padding: 10px;
}

body.cms-codazon-home-page
  div.all-categories-slider
  div.item:hover
  a.custom-title {
    color: #006d74;
}



body.cms-codazon-home-page
  div.all-categories-slider
  div.item-content-info
  a.extra-link:hover,
body.cms-codazon-home-page
  div.all-categories-slider
  div.item-content-info
  a.extra-link:visited {
  color: white !important;
}

body.cms-codazon-home-page
  div.all-categories-slider
  div.item-content-info
  a.extra-link::after {
  color: #a7cacd;
}

body.cms-codazon-home-page
  div#recommended-products-slider
  div.cdz-block-content
  ul.box-cate-link {
  overflow-x: auto;
  white-space: nowrap;
}

body.cms-codazon-home-page
  div#recommended-products-slider
  div.cdz-block-content
  ul.box-cate-link::-webkit-scrollbar {
  width: 10px !important;
  margin-left: 10px;
  cursor: pointer;
}

body.cms-codazon-home-page
  div#recommended-products-slider
  div.cdz-block-content
  ul.box-cate-link::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 5px !important;
  cursor: pointer;
}

body.cms-codazon-home-page
  div#recommended-products-slider
  div.cdz-block-content
  ul.box-cate-link::-webkit-scrollbar-thumb {
  background: #006d74 !important;
  border-radius: 5px !important;
  cursor: pointer;
}

body.cms-codazon-home-page
  div#recommended-products-slider
  div.cdz-block-content
  ul.box-cate-link::-webkit-scrollbar-thumb:hover {
  background: #006d74 !important;
}

body.cms-codazon-home-page div.shop-details-slider,
body.cms-codazon-home-page div.all-categories-slider a.item-image,
body.cms-codazon-home-page
  div#recommended-products-slider
  > div.cdz-block-content,
body.cms-codazon-home-page div.special-offers-slider div.cdz-block-content,
body.cms-codazon-home-page div.selected-products-slider div.cdz-block-content,
body.cms-codazon-home-page div#all-brands-slider div.cdz-block-content {
  border: 2px solid #e7e7e7;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-codazon-home-page
    div.all-categories-slider
    div.item-content-info
    a.item-title,
  body.cms-codazon-home-page
    div.all-categories-slider
    div.item-content-info
    a.extra-link {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) {
  .page-header .sticky-menu.active .header-panel-center {
    margin-right: 30px !important;
  }
  .page-header .cdz-scroll-menu .m-top-list {
    height: fit-content;
    overflow-y: visible;
  }
}

@media only screen and (max-width: 767px) {
  body.cms-codazon-home-page
    div#recommended-products-slider
    div.cdz-block-content
    ul.box-cate-link::-webkit-scrollbar {
    width: 5px !important;
  }

  body.cms-codazon-home-page div#shop-details-container > div.row {
    padding: 10px;
  }

  body.cms-codazon-home-page
    div#shop-details-container
    > div.row
    div.shop-details-item
    div.shop-details-item-title,
  body.cms-codazon-home-page
    div#shop-details-container
    > div.row
    div.shop-details-item
    div.shop-details-item-description {
    font-size: 11px;
  }

  body.cms-codazon-home-page
    div#shop-details-container
    > div.row
    div.shop-details-item
    div.shop-details-item-icon {
    margin-right: 5px;
  }

  body.cms-codazon-home-page
    div#shop-details-container
    > div.row
    div.col-sm-6:nth-of-type(2) {
    border-right: none;
  }

  body.cms-codazon-home-page
    div#shop-details-container
    > div.row
    div.col-sm-6:nth-of-type(3),
  body.cms-codazon-home-page
    div#shop-details-container
    > div.row
    div.col-sm-6:nth-of-type(4) {
    padding-top: 10px;
  }
}
/*****************
        BLOG
******************/
body.blog-post-view div.post-description a{
  color: #006d74!important;
  text-decoration: underline!important;
}


/*****************
        404
******************/
.cms-noroute-index .page-title-wrapper {
  text-align: center;
}

/*****************
        OFERTE SPECIALE
******************/

body.categorypath-oferte-speciale div.category-view {
  display: none;
}

body.categorypath-oferte-speciale div.columns div.column.main {
  width: 100%;
  padding: 0;
}

body.categorypath-oferte-speciale div.columns div.sidebar.sidebar-additional {
  display: none;
}

body.categorypath-oferte-speciale div.columns div.column.main div.owl-stage {
  width: 100% !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

body.categorypath-oferte-speciale
  div.columns
  div.column.main
  div.owl-stage
  div.owl-item.active {
  width: 50% !important;
  margin: 0 !important;
  padding: 10px !important;
}

body.categorypath-oferte-speciale
  div.columns
  div.column.main
  div.owl-stage
  div.owl-item.active
  div.item
  a.item-title {
  font-size: 18px;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 768px) {
  body.categorypath-oferte-speciale
    div.columns
    div.column.main
    div.owl-stage
    div.owl-item.active {
    width: 100% !important;
  }
}
