/*****************
        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;
}
.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(255, 187, 6, 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: #ffc220;
  border: 2px solid #ffc220;
}
.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;
}

/*****************
        HEADER
******************/
body.checkout-index-index .page-wrapper .page-header .header.content{
  padding: 0px 0px!important;
}

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

  .header.content {
    padding: 0;
  }
}

/*****************
        MENIU
******************/

.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: #ffc220 !important;
}

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

.page-footer .newsletter-content {
  align-items: baseline !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: #ffc220;
}

/*****************
        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;
}

@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 #ffc220;
  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: #ffc220;
  color: white;
  content: "\f00c";
  font: normal 12px / 1 CodazonFont;
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 2px;
}
.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: #f8c434;
  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;
}

.checkout-payment-method .checkout-billing-address .billing-address-details{
  display: none;
}

/*****************
        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: #ffc220;
  border-color: #ffc220;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid;
  transition: all 500ms ease;
  cursor: pointer;
}
.produs-pret-0-detalii:hover {
  color: #ffc220;
  background: #fff;
  border-color: #ffc220;
}

.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: #ffc220;
  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: #ffc220;
}

.stock.available.preorder {
  color: #ffc220 !important;
}
.stock.available.preorder .product-delivery-time {
  color: #ffc220;
  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-17 .product-item-name .product-item-link{
  text-transform: initial!important;
}

/*****************
        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 .link-compare #top-wishlist:before {
  font-family: CodazonFont;
  content: "\e963";
  font-size: 30px;
  line-height: 36px;
  color: #000;
  display: inline-block;
  width: 100%;
}
.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;
}


/*****************
        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: #ffc220;
}

.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 #ffc220;
}

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



/*****************
        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;
}

/*****************
        BLOG
******************/
body.blog-post-view div.post-description a{
  color: #ffc220!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;
  }
  .brand-banner-container {
    height: 15em;
  }
}

/* Custom classes */
.brand-banner-container {
  display: block;
  width: 100%;
  height: 30em;
  margin-bottom: 1em;
  border-radius: 8px;
  background-color: #DB0D1F;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.page-products .price-section {
  min-height: 42px;
}

.price-container {
  min-height: 24px;
}

.i-save-pc.d-none {
  display: none !important;
}

.page-products .price-container.d-none *, .price-section .price-container.d-none * {
  display: none !important;
}

.price-container.d-none {
  display: none !important;
}