/* Custom Css */
.other-attribute-list {
    margin-bottom: 33px;
}
.deatil-tab-content {
    margin-top: 33px;
}
.fotorama__img {
  object-fit: scale-down;
}
.minicart-items-wrapper .product-item .product-image-container .product-image-photo, .product-image-container img{
  object-fit:contain;
}
.page-header .header.links li.wishlist > a:before {
  content: '\2605';
}
.page-header .header.links li.my-account > a:before {
  content: '\1F464';
}
.page-header .header.links li.tool-cabinet-link > a:before {
  content: '\f0ad';
}
.price {
  color: black;
}
.cdz-product-wishlist a.action.towishlist:hover:before {
  color: #efd111;
  content: '\2606';
  font-size: x-large;
}
.cdz-product-wishlist a.action.towishlist:before {
  content: '\2606';
  font-size: x-large;
}

/* category menu effects */
.cdz-menu .groupmenu-drop .item:hover {
  background: #efd111;
  -moz-transition: background 500ms ease;
  -webkit-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

@media (min-width: 768px), print{
  .cdz-main-menu .cdz-vertical-menu li.level0>a.menu-link span {
    padding: 20px 20px 20px 20px;
  }
}

@media only screen and (min-width: 767px) {
    .cdz-main-menu .cdz-vertical-menu li.level0 > a.menu-link .menu-icon {
        padding-top: 5px;
    }

    .cdz-menu i.menu-icon.img-icon img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 767px) {
    .filter-options-content-inner {
        max-height: none !important;
    }
}

/* back to top arrow */
#back-top a {
  background: #efd111 !important;
  border-color: #282828 !important;
}

#back-top a:hover {
  background: #ffffff !important;
  color: #282828 !important;
  border-color: #282828 !important;
}

.small-loader,
.small-loader:after {
    border-radius: 50%;
    width: 0.6em;
    height: 0.6em;
}
.small-loader {
    font-size: 0.6em;
    display: inline-block;
    position: relative;
    text-indent: -9999em;
    border-top: 0.9em solid rgba(86,86,86, 0.2);
    border-right: 0.9em solid rgba(86,86,86, 0.2);
    border-bottom: 0.9em solid rgba(86,86,86, 0.2);
    border-left: 0.9em solid #565656;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.price-loader,
.price-loader:after {
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
}
.price-loader {
  font-size: 0.6em;
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  border-top: 0.9em solid rgba(86,86,86, 0.2);
  border-right: 0.9em solid rgba(86,86,86, 0.2);
  border-bottom: 0.9em solid rgba(86,86,86, 0.2);
  border-left: 0.9em solid #565656;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.price-wrapper + .price-loader {
  margin-left: 6px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
  font-size: 26px;
}
.product-item .price.original-price {
  text-decoration: line-through;
  font-size: 10px;
}
.product-info-price .price-box .price-container .price.original-price {
  text-decoration: line-through;
  font-size: 16px;
}
.original-price + .price {
  margin-left: 4px;
}

/* category page changes*/

.product-item-details .icons {
  display: flex;
  align-items: center;
  height: 42px;
  padding-bottom: 2px;
}
.icons img.icon:not(:last-child) {
  padding-right: 4px;
}
.icon.icon-brands {
  width: auto;
  max-width: 100px;
  max-height: 32px;
  object-fit: scale-down;
}
.product-item-details .name-variant {
  padding-bottom: 5px;
}
.product-item-no {
  color: #ccc;
  font-size: 12px;
}

/* product detail page changes*/

#additional > table > tbody > tr:nth-child(even){
    background: #CCC;
}

#product-options-wrapper > .fieldset > div:first-child:only-of-type{
	width: 100%;
	padding: 0px;
}

#product-options-wrapper > .fieldset > div:first-child{
   width: 25%;
   float: left;
   padding-right:10px;
   padding-left: 0px;
}

#product-options-wrapper > div > div:nth-child(2){
   width: 25%;
   float: left;
   padding-left: 0px;
   padding-right: 10px;
}

#product-options-wrapper > div > div:nth-child(3),
#product-options-wrapper > div > div:nth-child(4){
   width: 25%;
   float: left;
   padding-left: 10px;
}


/*
#product-options-wrapper > div > .configurable {
   width: 25%;
   float: left;
   padding-left: 10px;
}


#product-options-wrapper > div > div:nth-child(even){
   width: 50%;
   float: left;
   padding-left: 10px;
   padding-right: 0px;
}

#product-options-wrapper > div > div:nth-child(odd){
   width: 50%;
   float: left;
   padding-left: 0px;
   padding-right: 10px;
}

*/

.pdp-brand-icon {
  margin-bottom: 10px;
}

.icon-container:after {
  content: '';
  clear: both;
  display: block;
}

.list_icon_img {
  height: 40px;
  width: auto;
}

.pdp-icon-coating {
  margin-top: 10px;
}

@media only screen and (min-width: 767px) {
  .sticky-menu:not(.active) .search-wrapper {
    border: 1px solid black;
  }
}
@media screen and (min-width: 768px) {
  .page-layout-1column .product-info-main {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .page-layout-1column .product.media {
    width: 49%;
  }
}
.icon-container img {
  display: block;
  float: left;
  margin-right: 3px;
}
.catalog-product-view .product-icon-container,
.catalog-product-view .product-keyword-container {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.catalog-product-view .product-icon-container {
  width: 100%;
  float: left;
}
.minicart-wrapper .product-image-wrapper img {
  object-fit: contain;
}

body .page-header .logo .main-logo,
body .page-header .logo .small-logo {
  height: auto;
  width: auto;
}
@media (min-width: 768px) {
  body .header-wrapper-content > .header.content {
    padding: 15px 10px 10px;
  }
  body .sticky-menu:not(.active) .header-wrapper-left {
    padding-top: 0;
  }
  body .page-header .minicart-wrapper {
    margin-top: 10px;
  }
  body .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:visited,
  body .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
    color: #fff;
  }
  body .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:visited:hover,
  body .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:hover {
    color: #373737;
  }
  body .cdz-main-menu .cdz-vertical-menu li.level0 > a.menu-link,
  body .cdz-main-menu .cdz-vertical-menu li.level0 > a.menu-link:hover {
    color: #373737 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .logo .small-logo {
    height: auto;
    width: auto;
  }
}

/* Order history and details changes */
.order-details-items .col.name {
  padding-top: 20px;
}
.shipment-date.is-confirmed {
  font-weight: bold;
}

.order-item-row .addinfo ul {
  padding-left: 8px;
  list-style: '- ';
}
tr.sales-history-item.offer {
  border: 2px solid #efd111;
}

tr.sales-history-item.offer > td.id,
tr.sales-history-item.offer > td.date,
tr.sales-history-item.offer > td.item-no,
tr.sales-history-item.offer > td.unit,
tr.sales-history-item.offer > td.qty,
tr.sales-history-item.offer > td.price,
tr.sales-history-item.offer > td.total {
  font-weight: bold;
}

button.flat {
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: none;
  border: none;
  background: none;
  text-decoration: inherit;
  text-transform: inherit;
  text-align: inherit;
  display: inline;
  margin: 0;
  padding: 0;
  transition: inherit;
}
button.flat:hover {
  text-decoration: underline;
  color: #1d71ab;
}

.sales-history td > .price {
  font-weight: bold;
}
.actions-toolbar {
  margin-bottom: 20px;
}

.application-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.application-table .item {
  border: 1px solid #eee;
  width: 80px;
  padding: 3px;
  margin: 3px;
}
.application-table .value {
  text-align: center;
  padding: 3px;
  font-weight: bold;
}
.application-table .value .recommended,
.application-table .value .limited-suitability,
.application-table .value .suitable {
  height: 20px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.application-table .value .recommended {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.467 8.467' height='32' width='32'%3E%3Ccircle r='3.969' cy='292.767' cx='4.233' fill='%230b0000' stroke='%23000' stroke-width='.529' transform='translate(0 -288.533)'/%3E%3C/svg%3E");
}
.application-table .value .limited-suitability {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 8.4666665 8.4666669' height='32' width='32'%3E%3Cg transform='translate(0,-288.53333)'%3E%3Ccircle r='3.96875' cy='292.76666' cx='4.2333331' style='fill:none;stroke:%23000000;stroke-width:0.5291667' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.application-table .value .suitable {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' id='svg8' version='1.1' viewBox='0 0 8.4666665 8.4666669' height='32' width='32'%3E%3Cdefs%3E%3CclipPath id='clipPath1025' clipPathUnits='userSpaceOnUse'%3E%3Crect transform='scale(-1)' y='288.53333' x='0' height='8.4666672' width='4.2333336' style='fill:%23000000;stroke:none' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0,-288.53333)'%3E%3Ccircle transform='scale(-1)' r='3.96875' cy='-292.76666' cx='-4.2333331' style='fill:none;stroke:%23000000;stroke-width:0.5291667' /%3E%3Ccircle clip-path='url(%23clipPath1025)' style='fill:%23000000;stroke:%23000000;stroke-width:0.5291667' id='circle1005' cx='-4.2333331' cy='-292.76666' r='3.96875' transform='scale(-1)' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.application-table .material {
  padding: 3px;
  font-size: 14px;
  text-align: center;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  height: 80px;
  overflow-wrap: break-word;
  overflow-y: hidden;
}
.application-table .material-steel_lt_700_nmm2,
.application-table .material-steel_lt_1000_nmm2,
.application-table .material-steel_lt_1400_nmm2 {
  border-bottom-color: #0043a4;
}
.application-table .material-inox_ferritmartens,
.application-table .material-inox_austenitic,
.application-table .material-inox_duplex {
  border-bottom-color: #fff851;
}
.application-table .material-cast,
.application-table .material-cast_gggts,
.application-table .material-cast_ggg {
  border-bottom-color: #b40a1b;
}
.application-table .material-alu,
.application-table .material-alu_lt_8_si,
.application-table .material-alu_gt_8_si {
  border-bottom-color: #41b619;
}
.application-table .material-copper,
.application-table .material-copper_cu_alloy {
  border-bottom-color: #ff8232;
}
.application-table .material-titanium,
.application-table .material-titanium_gt_850_nmm2 {
  border-bottom-color: #ffbd45;
}
.application-table .material-hardened_steel,
.application-table .material-hardened_steel_lt_55_hrc,
.application-table .material-hardened_steel_lt_60_hrc,
.application-table .material-hardened_steel_gt_60_hrc {
  border-bottom-color: #d1d3d4;
}
.application-table .material-graphite,
.application-table .material-graphite_gfkcfkduropl {
  border-bottom-color: #231f20;
}
.application-table .material-inox {
  border-bottom-color: #5199ff;
}
.application-table .material-aluminium {
  border-bottom-color: #f1f2f2;
}
.application-table .material-steel {
  border-bottom-color: #414042;
}
.application-table .material-non_ferrous_metal,
.application-table .material-non_ferrous_metal_soft,
.application-table .material-non_ferrous_metal_hard {
  border-bottom-color: #939598;
}
.application-table .material-metal_high_temperature_resistance {
  border-bottom-color: #414042;
}
.application-table .material-plasticfrp {
  border-bottom-color: #ff8232;
}
.application-table .material-ceramic {
  border-bottom-color: #4d8802;
}
.application-table .material-carbide {
  border-bottom-color: #852eba;
}
.application-table .material-wood,
.application-table .material-wood_soft,
.application-table .material-wood_hard {
  border-bottom-color: #916b4b;
}
.application-table .material-colourpaint {
  border-bottom-color: #fbff00;
}
.application-table .material-stone {
  border-bottom-color: #4d8802;
}
.application-table .material-glass {
  border-bottom-color: #e5f0ff;
}
.application-table .material-ferrite {
  border-bottom-color: #b10361;
}
.application-table .material-plasterboard {
  border-bottom-color: #fbe7b5;
}
.application-table .material-trowels {
  border-bottom-color: #ffdfdc;
}
.application-table .material-super_alloy {
  border-bottom-color: #f00;
}
.checkout-index-index .checkout-billing-address, .checkout-index-index .checkout-payment-method .step-title,
.checkout-index-index .payment-method-title.field.choice {
    display: none;
}
.payment-option._collapsible.opc-payment-additional.discount-code{
  padding: 0px 0px 20px 22px;
}

@media (min-width: 768px){
.product-add-form .product-options-wrapper .field:not(.date) > .control
{
	 width: 100% !important;
}
}
.supstock {
    color: #15cd01;
    font: 600 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0;
}
.stock {
    color: #15cd01;
    font: 600 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 10px;
}
ul.pagination.custom {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
}
ul.pagination.custom li {
    margin: 2px 4px 2px 0;
    display: inline-block;
}
ul.pagination.custom li a {
    box-sizing: border-box;
    background-color: #fff;
    text-decoration: none;
    font-size: 12px;
    color: #1d71ab;
    border: 1px solid #1d71ab;
    display: inline-block;
    line-height: 3rem;
    letter-spacing: normal;
    padding: 1px 14px;
}
ul.pagination.custom li a:hover {
    background: #efd111;
    border: 1px solid #efd111;
    color: #282828;
}
ul.pagination.custom li a.order-page-no.active {
    background: #efd111;
    border: 1px solid #efd111;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: normal;
    color: #282828;
    display: inline-block;
    font-weight: 700;
    padding: 1px 14px;
}
.checkout-index-index .new-address-popup {
    display: none;
}
.table-wrapper.order-page-main {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 1px #8c8686;
    -moz-box-shadow: 0px 0px 1px #8c8686;
    -webkit-box-shadow: 0px 0px 1px #8c8686;
    -o-box-shadow: 0px 0px 1px #8c8686;
    -ms-box-shadow: 0px 0px 1px #8c8686;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
}
.table-wrapper.oder-history-main-pagination {
    background-color: #ffffff;
    padding: 14px;
    box-shadow: 0px 0px 1px #8c8686;
    -moz-box-shadow: 0px 0px 1px #8c8686;
    -webkit-box-shadow: 0px 0px 1px #8c8686;
    -o-box-shadow: 0px 0px 1px #8c8686;
    -ms-box-shadow: 0px 0px 1px #8c8686;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.pagination.custom li.none {
    display: none;
    position: absolute;
}
.show-total-items {
    float: left;
    padding-top: 13px;
}
@media (max-width: 768px)
{
.show-total-items {
    float: none;
}
}
.page-product-configurable .product-info-main .product-info-stock-sku .stock {
    float: left;
}
.product-info-main .stock {
    margin: 0 !important;
}
.cart-discount {
    display: none;
}
.action-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 11px;
    padding-top: 3px;
}
.action-previous:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 11px;
    padding-top: 3px;
}
.action-double-right:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 11px;
    padding-top: 3px;
}
.action-double-left:before {
    content: "\f100";
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 11px;
    padding-top: 3px;
}

/* Categories */

.categories {
    margin-top: 40px;
}

.categories-title {
    text-transform: uppercase;
    font-size: 27px;
    color: #373737;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .categories-title {
        font-size: 24px;
    }
}

.category-title {
    text-transform: uppercase;
    padding: 3px 10px;
    background-color: #efd111;
    display: block;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #373737;
}

@media (max-width: 576px) {
    .category-title {
        font-size: 19px;
    }
}

.category {
    padding: 10px 0 8px 0;
}

.category__items {
    display: flex;
    flex-wrap: wrap;
}


.category__item {
    width: 15.4%;
    margin-right: 1.5%;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .category__item {
        width: 23%;
        margin-right: 2.6%;
    }
    .category__item:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .category__item {
        width: 48%;
        margin-right: 4%;
    }
    .category__item:nth-of-type(4n) {
        margin-right: 0;
    }
    .category__item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.category__item:last-of-type {
    margin-right: 0;
}

.category__item:hover {
    text-decoration: none;
}

.category__item:hover .item__image {
    border-color: #d8a20f;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.2);
}

.category__item:hover .item__title {
    color: #d8a20f;
}

.item__image {
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding-bottom: 73%;
    position: relative;
    transition: 0.2s;
    display: block;
}

.item__image img {
    position: absolute;
    max-height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
}

.item__title {
    margin-top: 8px;
    transition: 0.2s;
    color: #373737;
    font-size: 16px;
    line-height: 1.3em;
    display: block;
}

.catalogue-button {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #a4a4a4;
    margin: 55px 0 95px 0;
}

@media (max-width: 576px) {
    .catalogue-button {
        margin: 45px 0 75px 0;
    }
}

.catalogue-button:hover {
    text-decoration: none;
    color: inherit;
}

.catalogue-button__text {
    text-transform: uppercase;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 45px 20px 30px;
    font-size: 27px;
    color: #373737;
    transition: 0.2s;
    border-right: 1px solid #a4a4a4;
    background-image: url('../images/button-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.catalogue-button:hover .catalogue-button__text {
    background-position: right 15px center;
}

@media (max-width: 576px) {
    .catalogue-button__text {
        padding: 10px 45px 10px 15px;
        font-size: 22px;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #a4a4a4;
    }
}

.catalogue-button__image {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 576px) {
    .catalogue-button__image {
        width: 100%;
        height: 50px;
    }
}

.slider-wrapper.theme-default.loading {
    min-height: 469px
}

@media (max-width: 1200px) {
    .slider-wrapper.theme-default.loading {
        min-height: 300px
    }
}

@media (max-width: 768px) {
    .slider-wrapper.theme-default.loading {
        min-height: 160px
    }
}

.page-products .toolbar .limiter {
    display: block;
    margin-left: 20px;
}

.block-minicart .block-content > .actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.actions > div.secondary > a.action.viewcart > span {
    font-weight: bold;
    color: rgb(55, 55, 55);
    padding: 10px 20px;
}

div.actions > div.secondary > a.action.viewcart:hover > span {
    font-weight: bold;
    color: rgb(55, 55, 55);
    background-color: #efd111;
}

.cart-summary form#shipping-zip-form {
    display: none;
}

.cart-summary tr.totals-tax, .cart-summary tr.totals.sub {
    display: none;
}

.cart-summary .cart-totals {
    border-top: none;
}

form.minisearch {
    position: relative;
}

form.minisearch input {
    width: 100%;
    padding-right: 100px;
}

form.minisearch button {
    width: 100px;
    position: absolute;
    top: 4px;
    right: 4px;
    height: 32px
}

.bts-sorter-placeholder {
    width: 100%;
    margin: 20px 0;
    text-align: right;
}

.bts-sorter {
    margin: 0 0 10px 7px;
    float:none;
}

.bts-sorter .sorter-label {
    width: 100px;
    display: inline-block;
}

.bts-sorter .sorter-options {
    margin: 0 0 0 7px;
}

@media only screen and (min-width: 768px) {
    .cdz-main-menu .cdz-vertical-menu li.item {
        position: initial;
    }
}
.cdz-main-menu .groupmenu-drop {
    min-height: 100%;
    top: 0;
}
.cdz-main-menu .level1.groupmenu-drop {
    min-height: calc(100% + 2px);
    top: -1px;
}
.cdz-main-menu .level2.groupmenu-drop {
    min-height: calc(100% + 2px);
    top: -1px;
}

/* Letak */
.promo {
    max-width: 768px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: "Helvetica Neue", "Verdana", "Arial", sans-serif;
}

.promo * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.promo img {
    max-width: 100%;
}

.promo-header,
.promo-banner {
    width: 100%;
}

.promo-header img {
    width: 100%;
    max-width: 100%;
}

.promo-content {
    padding: 12px 40px;
}

@media only screen and (max-width: 768px) {
    .promo-content {
        padding: 12px 0;
    }
}

.promo-item {
    margin-bottom: 12px;
}

.promo-item__title {
    background-color: #e6e7e9;
    padding: 4px 8px;
    color: #231f20;
    font-size: 18px;
    font-weight: 600;
    border-left: 2px solid #000;
    position: relative;
}

.promo-item__info {
    display: grid;
    grid-template-columns: 1fr 52px 1fr;
    padding: 12px 8px;
    grid-gap: 20px;
}

@media only screen and (max-width: 768px) {
    .promo-item__info {
        grid-template-columns: 1fr;
        padding: 12px 8px;
        grid-gap: 4px;
    }
}

.promo-item__number {
    display: grid;
    grid-template-columns: 124px 1fr;
    grid-gap: 12px;
    font-size: 22px;
}

.promo-item__text {
    font-size: 9px;
    font-weight: 300;
}

.promo-item__text span {
    color: #0154a6;
}

.promo-item__image {
    padding-left: 52px;
    display: grid;
    grid-template-columns: 1fr 72px 110px;
    align-items: end;
}

@media only screen and (max-width: 768px) {
    .promo-item__image {
        padding-left: 0;
        display: block;
    }
}

.promo-item__add-to-cart {
    cursor: pointer;
    transform: translateY(-24px);
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .promo-item__add-to-cart {
        transform: none;
        padding: 0;
        width: 52px;
        display: inline-block;
    }
}

.promo-item__price {
    position: relative;
    transform: translateY(-12px);
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}
@media only screen and (max-width: 768px) {
    .promo-item__price {
        transform: none;
        display: inline-flex;
    }
}

.promo-item__price .strike {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
    position: absolute;
    top: 10px;
    margin: 0 auto;
}

.promo-item__price .price {
    font-size: 33px;
}

.promo-item__price .price span {
    font-size: 20px;
}

.promo-item.secondary .promo-item__info {
    grid-template-columns: 1fr 1fr 140px;
    align-items: end;
}

@media only screen and (max-width: 768px) {
    .promo-item.secondary .promo-item__info {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

.promo-item.secondary .promo-item__text {
    margin: 20px 0;
}

.promo-item.secondary .promo-item__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
    .promo-item.secondary .promo-item__right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        grid-column: 1 / 3;
    }
    .promo-item.secondary .promo-item__right .bts-only {
        width: 160px;
        margin-right: auto;
    }
}

.promo-item.secondary .promo-item__add-to-cart {
    width: 52px;
    padding: 0;
    margin-top: 12px;
    transform: translateY(0);
}

.promo-item.secondary .promo-item__price {
    width: 140px;
    height: 140px;
    transform: translateY(0);
    margin-top: 12px;
}

.promo-item.secondary .promo-item__price .strike {
    top: 20px;
}

.small-text {
    font-weight: 200;
    font-size: 10px;
    margin-top: -8px;
}

.promo-item.double .promo-item__title {
    padding-right: 140px;
}

.promo-item.double .promo-item__title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    background-color: #fff;
}

.promo-item.double .promo-item__title img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 120px;
    bottom: 0;
    margin: auto;
}

.promo-item.double .promo-item__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
    padding: 12px 16px;
}

@media only screen and (max-width: 768px) {
    .promo-item.double .promo-item__items {
        grid-template-columns: 1fr;
        padding: 12px 8px;
    }
}

.promo-item.double .promo-item__single {
    display: grid;
    grid-template-columns: 1fr 110px;
    grid-gap: 0 20px;
}

.promo-item.double .promo-item__single-title {
    color: #231f20;
    font-size: 24px;
    font-weight: 600;
    grid-column: 1 / 3;
}

.promo-item.double .promo-item__text {
    margin-bottom: 12px;
}

.two-items .promo-item__add-to-cart,
.promo-item.double .promo-item__add-to-cart {
    width: 52px;
    padding: 0;
    transform: translateY(0);
}

.two-items .promo-item__price,
.promo-item.double .promo-item__price {
    transform: translateY(0);
    width: 110px;
    height: 110px;
}

.two-items .promo-item__single-right,
.promo-item.double .promo-item__single-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    transform: translateY(-20px);
}

.two-items .promo-item__single-right{
    transform: translateY(0);
    padding-top: 20px;
}

.two-items .promo-item__price .price,
.promo-item.double .promo-item__price .price {
    font-size: 28px;
}

.two-items .promo-item__price .price span,
.promo-item.double .promo-item__price .price span {
    font-size: 16px;
}

.promo .two-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 768px) {
    .promo .two-items {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

.two-items .promo-item__info {
    display: grid;
    grid-template-columns: 1fr 1fr 110px;
    grid-gap: 0;
}

.promo-footer {
    background-color: #3e3e3f;
    padding: 20px 12px 20px 32px;
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 20px;
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .promo-footer {
        display: grid;
        grid-template-columns: 1fr;
    }
    .promo-footer img {
        max-width: 140px;
    }
}

.promo-footer span {
    color: #efcf12;
}

.promo-footer a {
    text-decoration: none;
    color: #fff;
}
.promo-footer a:hover {
    color: #efcf12;
}

.promo-item__single-right__text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
}

.promo-item__single-right__text div {
    color: #c52026;
    font-size: 24px;
}

@media only screen and (max-width: 768px) {
    .promo-item__icon {
        width: 52px;
    }
}

.promo-table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #3e3e3f;
    border-bottom: none;
    text-align: center;
}

.promo-table td {
    border-right: 1px solid #3e3e3f;
    border-bottom: 1px solid #3e3e3f;
    padding: 2px;
}

.promo-table td:last-of-type {
    border-right: none;
}
.icon {
  height: 40px;
  width: auto;
}
.lac-notification-close-link {
	display: none;
}
.dropdown-inner{
  display: none;
}
.product.attribute.description{
  font-size: 14px;
}
.amsearch-item .product-item-link{
  font-weight: bold;
}
.amsearch-results .amsearch-item{
  text-transform: none;
}
.product.description.product-item-description{
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
}
.amsearch-form-container.-large .amsearch-wrapper-content .price-label {
  font-weight: bold;
  font-size: 16px !important;
}
.amsearch-form-container.-large .amsearch-wrapper-content .price{
  font-size: 14px;
}

.action.edit, .action.action-edit{
  display: none !important;
}

/* END Letak */

@media print {
    .table-wrapper table {
        width: 100%;
         table-layout: auto;
    }
}

.super-attribute-select {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}

.super-attribute-selected {
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.super-attribute-dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.super-attribute-dropdown-options div {
    padding: 10px;
    font-size: 16px;
    color: #333;
    transition: background-color 0.3s ease;
    display: flex;
    alignment-baseline: center;
    align-items: center;
}

.super-attribute-dropdown-options div:hover {
    background-color: #f1f1f1;
}

.super-attribute-select.active .super-attribute-dropdown-options {
    display: block;
}

.super-attribute-select .super-attribute-dropdown-options:empty {
    pointer-events: none;
    background-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}

.super-attribute-select:not(:has(.super-attribute-dropdown-options > *)) .super-attribute-selected {
    background-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}