

/* Start:/local/templates/remikron/components/altermax/catalog.basket/alter_card/style.css?175586337618065*/
.min_order {
    display: inline-flex;
    align-items: center;
    background-color: #f0f8ff;
    border-left: 4px solid #00bcd4;
    padding: 0.5em 1em;
    border-radius: 4px;
    font-size: 0.95rem;
    color: #004d66;
    box-shadow: 0 2px 6px rgba(0, 77, 102, 0.15);
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  
  .min_order::before {
    content: "\2714";
    /* ✓ чек-марка, можно заменить на другой юникод или иконку FontAwesome */
    font-size: 1.2rem;
    color: #00bcd4;
    margin-right: 0.5em;
  }
  
  .min_order:hover {
    background-color: #e0f2f7;
    box-shadow: 0 4px 12px rgba(0, 77, 102, 0.2);
  }
  
  .min_order strong {
    font-weight: 600;
    color: #007a99;
  }

  .min_order_container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

.min_order.hidden {
    display: none;
}
/*
.min_order.show {
    display: inline-flex;
}
    */

.basket_container_empty {              
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  
.box-account {
    display: flex;
    justify-content: space-between;
  }

  .basket_container {
  width:84%;
  }
  .basket_container {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
 .catalog_buy {
    border-color: black !important;
    border: 1px solid #444;
 }
 .mainButtonColor, .otherButtonColor {
    min-width: 30% !important;
    margin-top: unset !important;
 }

 .cart_navigation {
    display: flex;
    justify-content: space-between;
 }
 .cart_navigation a.continue-btn {
	display: inline-block;
    margin-bottom: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
    text-decoration: unset;
    color: black;
    border: 1px solid;
    border-radius: 5px;
    min-width: 40%;
    text-align: center;
    font-weight: bold;
}
.cart_navigation .checkout-btn,
.cart_navigation a.checkout-btn {
	float: right;
	background: #117165;
	/* font-size: 16px;
	font-weight: 600; */
	padding: 10px 30px;
	border-radius: 3px;
	text-transform: uppercase;
    color: white;
    border: 1px solid #117165;
    border-radius: 5px;
    min-width: 40%;
    text-align: center;
    font-weight: bold;
}

.remove-this-str {
    display: none;
}
.catalog_buy {
    display: block;
    border-radius: 10rem;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 40px;
}
.catalog_buy:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -2;
}
.catalog_buy:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 4px;
    z-index: -1;
}
.catalog_buy:focus {
    color: black !important;
}
.catalog_buy:hover {
    color: #fff;
}

.catalog_buy:hover span {
    color:white!important;
}
.catalog_buy:hover i {
    color:white!important;
}

.catalog_buy:hover:before {
    width: 100%;
}
.catalog_buy {
    border-radius: 4px!important;
    background: none!important;
    border-color: black!important;
    color:black;
}
.product-item-container .catalog_buy i, .product-item-container .catalog_buy span {
    color:black!important;
}

#in_basket_cust {
-webkit-box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
-moz-box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
}

.products_show .sort_name{
    margin-left: 10px;
}

.product-item-amount-description-container {
    margin-top:20px;
}

.product-item-price-container {
    margin-bottom: 10px;
}

.red_price_strong strong {
    white-space: nowrap;
}

.products_show .dropdown {
    display: flex;
    align-items: center;
}

.products_show {
    display: flex;
    justify-content: space-between;
}
.view_box {
    display: flex;
    align-items: center;
}
#download_pdf i {
    font-size:20px;
}
#download_pdf {
    display: flex;
    justify-content: center;
    margin-top:9px;
}
.dblock {
    display:flex;
}
.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.product-item-amount-field-btn-plus {
    height: 40px;
    border: 1px solid #ccc;
    border-end-end-radius: 5px;
    border-start-end-radius: 5px;
    border-left: unset;
}

.product-item-amount-field-btn-minus {
    height: 40px;
    border: 1px solid #ccc;
    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
    border-right: unset;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	/* color: #000; */
	vertical-align: middle;
	text-align: center;
	/* font-weight: bold; */
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.flexbox--row {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
	display: flex;
}
 .item-foto {
    flex-basis:7%;
    position: relative;
    z-index: 1;
    margin-right: 5px;
}
.item-foto__picture {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.item_description {
    flex-basis: 20%;
}

.item-foto__picture .thumb {
    position: static;
}
.item-foto__picture img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
 .item-info {
    padding: 0 20px;
    flex-basis: 20%;
}
.item-info p {
    margin: 0px;
}
.item-info .item-title {
    margin-bottom: 9px;
}
.item-info .catalog-info {
    margin-left: 5px;
}
.item-info .product-item-quantity {
    color:red;
}
.item-title a {
    text-decoration: unset;
    font-size: 16px;
    color: #337ab7;
}

.item-info {
    font-size: 14px;
}


.item-foto__picture {
    display: flex;       
    align-items: center;      
    gap: 4px;   
    flex-direction: column;   
    justify-content: center;       
  }
  
  .item-foto__picture img {
    display: block;            
  }
  
  #download_pdf {
    display: inline-flex;       
    align-items: center;
    justify-content: center;
    width: 28px;               
    height: 28px;
    background: #fff;       
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;     
    padding: 15px;
  }
  
  #download_pdf .fa-file-pdf-o {
    font-size: 16px;
    color: #d00;   
  }
  
  #download_pdf:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }
  

.table-view .item-info .item-title {
    padding-top: 2px;
    margin-bottom: -3px;
}
.sa_block {
    position: relative;
}
.wrapp_stockers>div:not(.js-info-block) {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 22px;
}
.item-actions {
    justify-content: space-between;
    flex-basis: 55%;
}
.item-buttons .counter_block_inner {
margin-right: 10px;
}

.item-actions .item-price {
    flex-basis: 50%;
    flex-shrink: 0;
    align-self: center;
    -ms-align-self: center;
    padding-right: 15px;
}
.item-actions .item-buttons {
    width:100%;
}

 .price_matrix_block .price_wrapper_block {
    display: block;
    position: relative;
	white-space: nowrap;
    font-size: 13px;
}

.price_wrapper_block.clearfix {
    display: flex;
}

#change-price {
    font-size: 18px;
    font-weight: bold;
}

 .price_matrix_block .price_wrapper_block:before {
    border-top: 1px dotted #d6d6d6;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
}

.price_matrix_block .price_wrapper_block>div {
    padding: 0 0 0 9px;
    margin: 0;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price_matrix_block .price_wrapper_block>div {
    padding: 0 0 0 9px;
    margin: 0;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-view__item {
    padding: 19px;
    transition:visibility 0s linear 2s, display 2s linear;

}
.small-block{
    display: flex;
    justify-content: space-between;
}

.bordered {
    border: 1px solid #ececec;
    border-color: #ececec;
    margin-bottom:20px;
}

.products_show {
    padding: 15px 19px 7px;
    border: 1px solid #ececec;
    border-color: #ececec;
    background-color: #f8f8f8;
    border-bottom-width: 0;
}

/* Catalog Styles */

.view_box {
	opacity: 0;
	pointer-events: none;
}
.product-item-container td {
	padding: 1px!important;
}
.product-item-info-container .button-green, #in_basket_cust { 
	white-space: nowrap; 
	padding: 10px 16px!important;
	height: 40px;
 }

.product-line-item-info-right-container {
	display: flex;
	flex-direction: row;
}
.qty .quantity-block {
	margin-right:5px;
}
.bx-section-desc {
	display:flex;
	align-items: center;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bx-section-desc img, .bx-section-desc .bx-section-desc-post {
 margin-right: 15px;
}
.bx-section-desc h2 {
	margin-bottom: 0px;
	white-space: nowrap;
}
.bx-section-desc .bx-section-desc-post {
	margin-left: 15px;
}

.bx-section-desc:before {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -2px;
    content: "";
    background: #e83f33;
    width: 130px;
}

.jq-sortertable_order .txt-trns-normal:after {
display: inline-block;
content: "\f160";
font: normal normal normal 14px / 1 FontAwesome;
font-size: 0.8em;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-left: 4px;
}

.jq-sortertable_order .up:after {
	content: "\f161";
}

.jq-sortertable_order .active {
	text-decoration: none;
}

.underline {
	text-decoration: underline
}
.count_container {
	display: flex;
	align-items: center;
}
 .count_container input {
    text-align: center;
    max-width: 70px;
}
.input-sm {
	height: 40px!important;
}
.product-item .input-sm {
	height: 33px!important;
}
.cart_summary img {
    max-width: 74px!important;
}
.cart_summary th {
    text-align: center;
}
.product-item-button-container .js-clear-this {
    cursor: pointer;
    background-color: #117165;
    color: white;
    border-radius: 5px;
}
.button_block {
    display: flex;
    align-items: flex-start;
}
.button_block .product-item-info-container {
    margin-top:10px;
}


.basket_result {
    margin: 1.5em 0;
  }
  
  .basket_result_container {
    margin: 0 auto;
    padding: 16px 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
  
  .line_result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .line_result:last-child {
    border-bottom: none;
    padding-top: 16px;
  }
  
  .line_result .text-right {
    font-size: 0.95rem;
    color: #444444;
  }
  
  .line_result .text-right-price {
    color: #333333;
  }
  
  .line_result:last-child .text-right,
  .line_result:last-child .text-right-price {
    color: red;
  }
  
  .line_result:last-child .text-right-price {
    font-size: 1.2rem;
  }

  .line_result:last-child:hover .text-right-price {
    cursor: pointer;
  }
  
  .description-order .description {
    margin-bottom: 10px;
  }
  .description span {
    color:red;
    font-weight: 700;
  }


  .price_wrapper_block.choice {
    font-weight: bold;
    color: #000;
}

#notify_null {
    display: none;
}
  
/* === Адаптивность === */

@media (max-width: 940px) {

    #notify_null {
        display: block;
    }

    .product-item-button-container .js-clear-this {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0; /* скрываем текст */
        background-color: #117165 !important; /* можно задать красный, раз это "Удалить" */
        color: #fff !important;
      }
    
      .product-item-button-container .js-clear-this span {
        display: none !important; /* убираем надпись "Удалить" */
      }
    
      .product-item-button-container .js-clear-this i {
        font-size: 18px !important;
        line-height: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #fff !important;
      }

    .basket_container {
        padding: 6px;
    }
    .price_matrix_block {
        display: none;
    }
    
    .button_block .product-item-info-container {
        margin-top:0px;
    }

    .box-account {
        flex-direction: column;
      }
    
      #menu_account {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
      }
  
      .basket_container {
          width:100%;
      }

    .table-view__item-wrapper.item_info.catalog-adaptive.flexbox.flexbox--row {
      display: grid;
      grid-template-columns: 80px 1fr; /* слева картинка, справа всё остальное */
      grid-gap: 1px;
      align-items: flex-start;
    }
  
    .item-foto {
      grid-column: 1;
      grid-row: 1 / 6; /* картинка занимает всю левую колонку */
    }
  
    .item-info {
      grid-column: 2;
      grid-row: 1;
    }
  
    .item_description {
      grid-column: 2;
      grid-row: 2;
      margin: 0px 0;
    }
  
    .cart_art,
    .cart_manuf {
      grid-column: 2;
      grid-row: 3;
      margin: 3px 0;
    }
    .item-actions .item-price {
      grid-column: 2;
      grid-row: 4;
      justify-content: flex-start;
      margin-top: 2px;
      width:100%;
    }
  
    .item-actions .item-buttons {
      grid-column: 2;
      grid-row: 5;
      justify-content: flex-start;
      width:100%;
    }
  
    .button_block {
      width: 100%;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }
  
    .catalog_buy {
      width: 100%;
    }
      .item-actions.flexbox--row {
        flex-direction: column;
      }  

      .item-actions.flexbox--row .item-buttons .small-block {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
      }
      .item-actions.flexbox--row .button_block .product-item-info-container {
        display: flex;
        justify-content: center;
      }
      .table-view__item-wrapper.item_info .item-info {
        padding: 0px;
      }
      .product-item-price-container #mobile {
        display: none;
      }
      #dipshow .table-view__item {
        padding: 7px;
        margin-bottom: 5px;
      }
      .item-foto__picture {
        display: block;
      }
      .item-info .item-title {
        margin-top: 0px;
      }
  }
/* End */
/* /local/templates/remikron/components/altermax/catalog.basket/alter_card/style.css?175586337618065 */
