.simple-content {
    margin: 0px 5px;
}
.simple-content fieldset {
    text-align: left;
}

.simple-content fieldset h3 {
    margin: 0;
}
.simple-content .name {
    float: none !important;
}
.simple-content .button, #simplecheckout_login .buНеtton {
    margin: 0px !important;
}
.simple-content .buttons {
    margin: 0px 0px 15px 0px;
    border: none;
}
.simple-content .form-control {
    width: 100%;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
}
.simplecheckout:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-button-block:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-three-column {
    float:left;
    margin-right:2%;
    min-width: 200px;
    max-width: 500px;
    width:32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    margin-right:0px;
    float: right;
}
@media only screen and (max-width:768px) {
    .totals.simplecheckout-cart-total{
        margin: 0;
    }
    .simplecheckout-three-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
    .simplecheckout-cart-total.country-block{
        width: 100% !important;
    }
    .totals{
        text-align: right !important;
        padding-right: 0 !important;
    }
}
.simplecheckout-left-column {
    float:left;
    margin-right:10px;
    min-width: 280px;
    max-width: 900px;
    width:52%;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width:46%;
}
@media only screen and (max-width:1024px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    span#need_pack{
        margin-left:0 !important;
    }
}
@media only screen and (max-width:768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
}
.simplecheckout-block-content {
    padding: 0px;
}
@media only screen and (min-width:1200px) {
    .simplecheckout-block-content>fieldset:nth-of-type(2),
    .simplecheckout-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simplecheckout-block-content:after {
    content:"";
    display:block;
    clear:both;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    margin-bottom: 10px;
    padding: 10px;
}
@media only screen and (min-width:1200px) {
    .simpleregister-block-content>fieldset:nth-of-type(2),
    .simpleregister-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
    .coupon_block{
        display: flex;
        align-items: center;
    }
    .simplecheckout-cart-total .inputs.coupon_block  input[type=checkbox]{
        top: -1px;
    }
}
.simpleregister-block-content:after {
    content:"";
    display:block;
    clear:both;
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}
.simpleregister-button-block {
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;

    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simpleregister-button-right {
    float: right;
    text-align: right;
}
.simpleregister-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-methods-table {
    width: 100%;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    padding: 5px;
}
.simplecheckout-methods-table td.title label {
    display: block !important;
}
.simplecheckout-methods-table td.quote {
    width: 15%;
    text-align: right;
}
.simplecheckout-methods-description {
    padding: 5px;
    margin: 5px 0px;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    clear: both;
    margin-bottom: 20px;
    padding: 6px;
    background: none repeat scroll 0 0 #FFFFFF;
    text-align:center;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-button {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background: url('../image/button.png') top left repeat-x;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    cursor: pointer;
    -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
    margin: 0;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}
.simplecheckout-button:hover {
   background: url('../image/button-active.png') repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
    width:50%;
    text-align:left;
}
.simplecheckout-login-right .button {
    float: left;
    margin: 0;
}
.simplecheckout-login-right input {
    max-width: 160px !important;
    text-align:left;
}

#simplecheckout_cart{
    margin-bottom: 120px;
}

#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 50px;
    width: 80px;
}
/*
#simplecheckout_cart .table-responsive{
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 0px;    
    margin-bottom: 20px !important;
}
*/

.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
}
.simplecheckout-cart-total {
    padding: 7px 0;
    text-align: left;
    float:left;
}
.simplecheckout-cart-total:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-cart-total .buttons {
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout-cart-total input {
    margin-right: 12px !important;
    max-width: 100px;
    margin-left: 5px;
}
.simplecheckout-cart-total span.inputs {
    display: inline-block !important;
    float:left;
    text-align: left;
}
/* Legacy #need_pack styles removed for new layout design */
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}
.simplecheckout-cart-total-remove {
    display: inline-block;
    text-align: center;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {

}
.simplecheckout-cart col.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
}
.simplecheckout-cart th.image {
    width: 1px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: static !important;
}
.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart .name {
    font-size: inherit !important;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart .price {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .total {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .quantity {
    display: table-cell !important;
    float: none !important;
    position: static !important;
}
.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center;
}
.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}
.simplecheckout-cart td.name {
    text-align: center;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    text-align: center;
}
.simplecheckout-cart td.quantity {
    min-width:70px;
    vertical-align:top;
    text-align: center;
    white-space: nowrap;
}
.simplecheckout-cart td.quantity input {
    float: none !important;
}
.simplecheckout-cart  td.quantity .input-group {
    margin: auto !important;
}
.simplecheckout-cart  td.quantity .quantity button {
    margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
    display:inline-block;
    border: 0px;
    cursor:pointer;
}
.simplecheckout-cart td.price {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
}
.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
}
.simplecheckout-cart td.remove {
    padding-right: 3px;
    padding-left: 3px;
    width: 7px;
    vertical-align: top;
    text-align: center;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
    cursor: pointer;
}
.simplecheckout-cart td.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    vertical-align: middle;
    text-align: right;
}
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
    display: block;
}
.simplecheckout-scroll{
    overflow-y:scroll;
    max-height:300px;
}
.simplecheckout-error-text {
    display: block;
    margin-top: 3px;
    color: #FF0000;
}
.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simpleregister-warning-block {
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
    margin: 15px 0px;
}
#simplecheckout_login {
    margin: auto;
    text-align: center;
}
#simplecheckout_payment_form {
    padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_layer {
    position:absolute;
    top:0;
    left:0;
    z-index:99990;
    display:none;
    width:100%;
    background-color:#000000;
}
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    padding:5px;
    width:300px;
    height:250px;
    border:1px solid #FFD9FF;
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    background:none repeat scroll 0 0 #FFFFFF;
    -khtml-border-radius:7px 7px 7px 7px;
}
#simple_login:after {
    content:"";
    display:block;
    clear:both;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
    margin-bottom: 10px;
}
.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0;
}
.simplecheckout label input, .simpleregister label input {

}
#simple_summary {
    display: none;
}
#simplecheckout_step_menu {
    margin-bottom: 10px;
}
.simple-step {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.simple-step-current {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0px 5px;
}
.simple-step-completed {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px !important;
}
.simplecheckout-summary-info {
    margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
    text-align: left;
}
.simplecheckout-summary-info td {
    text-align: left;
}
.simplecheckout-cart-buttons .buttons {
    border: none !important;
    padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
    border: none !important;
}
#temp_flat_container {
    text-align: center;
    margin: 10px 0px 20px 0px;
}
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 0 !important;
}
#simplecheckout_comment textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
    resize: none;
}
.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
}
.simplecheckout-select-address {
    text-align: left;
    margin-bottom: 10px;
}
.simple-captcha-container {
    margin-top: 5px;
}
.simplecheckout-tooltip {
    display: none;
}
#easyTooltip {
    padding:5px;
    border:1px solid #ccc;
    background:#fde910;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    opacity:1 !important;
}
#easyTooltip:before {
    content:'';
    position:absolute;
    left:10px;
    top:-8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fde910;
}
.simplecheckout-cart i {
    cursor: pointer;
}

.simple-content .table-responsive{
    margin-bottom: 0 !important;
    border: none !important;
}

@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,.simplecheckout-cart th.image,.simplecheckout-cart td.image {
        display: none;
    }
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
    .simplecheckout-cart col.price,.simplecheckout-cart th.price,.simplecheckout-cart td.price {
        display: none;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }
    
}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
    td.quantity button[data-onclick*="Quantity"] {
        display: none;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
    #simplecheckout_cart .form-control{
        width: 70px;
    }
    .simplecheckout-cart-total input{
        margin-right: 7px !important;
        margin-left: 2px;
    }
    #need_pack label input{
        margin-top: 11px;
    }
}
.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
.simple-step-vertical-completed {
    
}
#agreement_checkbox {
/*    float: left;*/
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}

.bbbttt{
    display: block;
    position: relative;
    clear: both;
    border-radius: 5px;
    border: 2px solid #eddad2;
    padding: 20px;
}

.bbbttt:after{
    content: "";
    display: block;
    position: relative;
    clear: both;
}

.bbbttt .simplecheckout-three-column:after{
    content: "";
    display: block;
    position: relative;
    clear: both;
}

.bbbttt .form-horizontal .control-label{
    padding-top: 0 !important;
    margin-bottom: 4px;
}

.bbbttt .form-horizontal .control-label{
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
}
.bbbttt .form-horizontal .control-label:after{
    margin-left: 1px;
    font-size: 10px;
}

.simplecheckout-cart-total.country-block{
    margin-bottom: 20px;
}
.simplecheckout-cart-total.country-block .country{
    text-align: left;
}
.simplecheckout-cart-total.country-block label{
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: 14px;
    font-weight: 600;
    display: block !important;
}
.simplecheckout-cart-total.country-block label:after{
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.simplecheckout #simplecheckout_shipping_address label{
    display: none !important;
}
.simplecheckout-cart-total .inputs input[type=checkbox]{
    position: relative;
    top: 2px;
}
@media (max-width: 991px){

    /* Legacy mobile need_pack styles removed */
    .paket, .paypalcomis{
        margin-right: 12px !important;
    }
    #simplecheckout_cart>.row>.col-sm-4 {
        clear: both;
    }
}
#simplecheckout_payment .checkbox{
    margin-top: 5px;
}
#simplecheckout_shipping .checkout-heading{
    margin-bottom: 15px;
}

#simplecheckout_cart input.voucher +input+ div {
    display:none;
}
#simplecheckout_cart input.voucher:checked +input+ div {
    display:block;
}
.simplecheckout #button-confirm{
    margin-top: 10px !important;
}
.paket, .paypalcomis{
    margin: 15px 62px 0 0;
    color: #333;
    font-size: 14px;
}

/* Katerina Fox checkout refresh */
.kf-simplecheckout-content {
    background: #fff;
}

.kf-simplecheckout-page {
    max-width: 1920px;
    margin: 0 auto;
    padding: 24px 40px 64px;
}

.kf-simplecheckout-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 24px;
    color: #737373;
    font-size: 12px;
    line-height: 1;
}

.kf-simplecheckout-breadcrumbs a,
.kf-simplecheckout-breadcrumbs span {
    color: inherit;
}

.kf-simplecheckout-breadcrumbs__home {
    display: inline-flex;
    align-items: center;
}

.kf-simplecheckout-breadcrumbs__home .material-symbols-outlined {
    font-size: 16px;
}

.kf-simplecheckout-breadcrumbs__chevron {
    font-size: 14px;
}

.kf-simplecheckout-breadcrumbs__current {
    color: #1b120d;
    font-weight: 500;
}

.kf-simplecheckout-title {
    margin: 0 0 32px;
    color: #1b120d;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: .15em;
    text-align: center;
    text-transform: uppercase;
}

.kf-simplecheckout .checkout-heading {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1b120d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.35;
    text-transform: uppercase;
}

.kf-simplecheckout .simplecheckout-steps-wrapper {
    padding: 0;
}

.kf-simplecheckout .simplecheckout-step {
    display: block;
    width: 100%;
    max-width: 100%;
    clear: both;
}

.kf-simplecheckout .simplecheckout-step:after {
    content: "";
    display: block;
    clear: both;
}

.kf-simplecheckout .simplecheckout-step .simplecheckout-three-column,
.kf-simplecheckout .simplecheckout-step .simplecheckout-left-column,
.kf-simplecheckout .simplecheckout-step .simplecheckout-right-column {
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.kf-checkout-cart {
    margin: 0 0 24px;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
}

.kf-checkout-cart__title {
    padding: 16px 18px 0 !important;
}

.kf-checkout-cart__scroll {
    margin: 0;
    border: 0;
}

.kf-checkout-cart__table {
    width: 100%;
}

.kf-checkout-cart__head,
.kf-checkout-cart__item,
.kf-checkout-cart__shipping,
.kf-checkout-cart__voucher {
    display: grid;
    grid-template-columns: 34px minmax(0, 2fr) minmax(105px, 1fr) minmax(116px, 1fr) minmax(115px, 1fr);
    align-items: center;
    gap: 0;
}

.kf-checkout-cart__head {
    min-width: 720px;
    padding: 12px 16px;
    background: #eee;
}

.kf-checkout-cart__head > div {
    color: #555;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.kf-checkout-cart__body {
    min-width: 720px;
}

.kf-checkout-cart__item,
.kf-checkout-cart__shipping,
.kf-checkout-cart__voucher {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.kf-checkout-cart__body > div:last-child {
    border-bottom: 0;
}

.kf-checkout-cart__remove a {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    transition: color .2s ease;
}

.kf-checkout-cart__remove a:hover,
.kf-checkout-cart__remove a:focus {
    color: #b42318;
}

.kf-checkout-cart__product {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.kf-checkout-cart__media {
    flex: 0 0 64px;
}

.kf-checkout-cart__media .image {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.kf-checkout-cart__media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.kf-checkout-cart__info {
    min-width: 0;
}

.kf-checkout-cart__name {
    display: block;
    color: #1b120d;
    font-family: "Minion Pro", Georgia, serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.kf-checkout-cart__sku,
.kf-checkout-cart__status,
.kf-checkout-cart__options {
    margin: 4px 0 0;
    color: #999;
    font-size: 10px;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.kf-checkout-cart__status {
    color: rgba(21, 128, 61, .9);
    font-weight: 700;
}

.kf-checkout-cart__price,
.kf-checkout-cart__total {
    color: #1b120d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.kf-checkout-cart__price p {
    margin: 0;
}

.kf-checkout-cart__price .price-new {
    color: #b42318;
}

.kf-checkout-cart__price .price-old {
    color: #999;
    font-size: 10px;
    text-decoration: line-through;
}

.kf-checkout-cart__price .price-percent {
    display: inline-block;
    margin-top: 2px;
    padding: 2px 4px;
    background: #fff1f0;
    color: #b42318;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.kf-checkout-cart__qty {
    display: inline-flex;
    height: 32px;
    align-items: stretch;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.kf-checkout-cart__qty button {
    width: 32px;
    height: 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #555;
    line-height: 30px;
    transition: background .2s ease;
}

.kf-checkout-cart__qty button:hover,
.kf-checkout-cart__qty button:focus {
    background: #eee;
}

.kf-checkout-cart__qty input {
    width: 32px !important;
    height: 30px;
    padding: 0;
    border: 0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
    color: #1b120d;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    box-shadow: none;
}

.kf-checkout-cart__shipping,
.kf-checkout-cart__voucher {
    border-top: 1px dotted #ccc;
    color: #1b120d;
    font-size: 12px;
}

.kf-checkout-cart__shipping p {
    margin: 0;
}

.kf-checkout-cart__shipping p:first-child {
    color: #555;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.kf-checkout-cart__meta {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 20px 16px;
    border-top: 1px solid #e0e0e0;
}

.kf-checkout-cart__meta:before,
.kf-checkout-cart__meta:after {
    display: none;
}

.kf-checkout-cart__extras,
.kf-checkout-cart__totals {
    float: none;
    padding: 0;
}

.kf-checkout-cart__extras {
    flex: 1 1 auto;
    width: auto;
}

.kf-checkout-cart__totals {
    flex: 0 0 auto;
    width: auto;
    min-width: 280px;
}

.kf-checkout-cart__promos {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.kf-checkout-cart__promo {
    position: relative;
    display: grid !important;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 8px 10px;
    color: #1b120d;
    font-size: 12px;
}

.kf-checkout-cart__promo .form-control {
    grid-column: 1 / -1;
    width: 220px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.kf-checkout-cart__promo .description {
    grid-column: 1 / -1;
    max-width: 260px;
    color: #999;
    font-size: 11px;
    line-height: 1.4;
}

.kf-checkout-cart__promo .simplecheckout-cart-total-remove {
    position: absolute;
    right: -18px;
    top: 3px;
}

.kf-checkout-cart__pack {
    min-width: 240px;
}

.kf-checkout-cart__pack .checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}

.kf-checkout-cart__pack label {
    margin: 0;
}

.kf-checkout-cart__pack #devpak {
    color: #1b120d;
    font-size: 13px;
    line-height: 1.35;
}

.kf-checkout-cart__grand-total {
    display: inline-block;
    min-width: 260px;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.kf-checkout-cart__grand-total > div {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 8px;
}

.kf-checkout-cart__grand-total span {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}

.kf-checkout-cart__grand-total #simplecheckout-cart-total-value {
    color: #1b120d;
    font-size: 16px;
    font-weight: 500;
}

.kf-checkout-country {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
    margin: 0 0 24px;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #f9f9f9;
}

.kf-checkout-country label {
    margin: 0;
    color: #1b120d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.35;
    text-transform: uppercase;
}

.kf-checkout-country .country {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative;
    width: 100%;
    max-width: 420px;
    min-height: 46px;
    padding: 12px 44px 12px 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #1b120d;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
}

.kf-custom-select-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.kf-select-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.kf-select-arrow {
    font-size: 20px !important;
    color: #737373;
    transition: transform 0.2s ease;
    font-weight: 300;
}

.kf-custom-select-wrapper.is-open .kf-select-arrow {
    transform: rotate(180deg);
}

.kf-custom-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    z-index: 999;
    margin-top: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.kf-custom-select-option {
    display: block;
    padding: 10px 16px;
    font-size: 13px;
    color: #555555;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.kf-custom-select-option:hover {
    background: #f5f5f5;
    color: #1b120d;
}

.kf-custom-select-option.is-active {
    background: #f5f5f5;
    color: #1b120d;
    font-weight: 500;
}

.kf-simplecheckout-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0 0 24px;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #f9f9f9;
}

.kf-simplecheckout-details .simplecheckout-three-column,
.kf-simplecheckout-details .simplecheckout-left-column,
.kf-simplecheckout-details .simplecheckout-right-column {
    float: none;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}

.kf-simplecheckout-details .simplecheckout-block {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.kf-simplecheckout-details .simplecheckout-block-content {
    padding: 0;
    border: 0;
    background: transparent;
}

.kf-simplecheckout-details .form-group {
    margin: 0 0 14px;
}

.kf-simplecheckout-details .form-control,
.kf-simplecheckout-details select,
.kf-simplecheckout-details textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #1b120d;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: none;
}

.kf-simplecheckout-details textarea {
    min-height: 118px;
    resize: vertical;
}

.kf-simplecheckout-details .form-control:focus,
.kf-simplecheckout-details select:focus,
.kf-simplecheckout-details textarea:focus {
    border-color: #737373;
    box-shadow: none;
    outline: 0;
}

.kf-simplecheckout-details .radio,
.kf-simplecheckout-details .checkbox {
    margin: 0 0 12px;
}

.kf-simplecheckout-details .radio label,
.kf-simplecheckout-details .checkbox label {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 0;
    color: #1b120d;
    font-size: 12px;
    line-height: 1.4;
}

.kf-simplecheckout-details input[type="radio"],
.kf-simplecheckout-details input[type="checkbox"],
.kf-simplecheckout-actions input[type="checkbox"],
.kf-checkout-cart input[type="checkbox"] {
    position: static;
    flex: 0 0 auto;
    margin: 1px 0 0;
}

.kf-simplecheckout-details input[type="radio"],
.kf-simplecheckout-details input[type="checkbox"],
.kf-simplecheckout-actions input[type="checkbox"],
.kf-checkout-summary__promo input[type="checkbox"],
.kf-checkout-summary__pack input[type="checkbox"],
.kf-checkout-cart input[type="checkbox"] {
    position: relative;
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px;
    padding: 0;
    border: 1px solid #737373 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color .16s ease, background-color .16s ease, opacity .16s ease;
}

.kf-simplecheckout-details input[type="checkbox"],
.kf-simplecheckout-actions input[type="checkbox"],
.kf-checkout-summary__promo input[type="checkbox"],
.kf-checkout-summary__pack input[type="checkbox"],
.kf-checkout-cart input[type="checkbox"] {
    border-radius: 3px;
}

.kf-simplecheckout-details input[type="radio"] {
    border-radius: 999px;
}

.kf-simplecheckout-details input[type="radio"]:checked,
.kf-simplecheckout-details input[type="checkbox"]:checked,
.kf-simplecheckout-actions input[type="checkbox"]:checked,
.kf-checkout-summary__promo input[type="checkbox"]:checked,
.kf-checkout-summary__pack input[type="checkbox"]:checked,
.kf-checkout-cart input[type="checkbox"]:checked {
    border-color: #737373 !important;
    background-color: #737373 !important;
}

.kf-simplecheckout-details input[type="checkbox"]:checked::after,
.kf-simplecheckout-actions input[type="checkbox"]:checked::after,
.kf-checkout-summary__promo input[type="checkbox"]:checked::after,
.kf-checkout-summary__pack input[type="checkbox"]:checked::after,
.kf-checkout-cart input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}

.kf-simplecheckout-details input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 999px;
    background: #fff;
}

.kf-simplecheckout-details input[type="radio"]:focus,
.kf-simplecheckout-details input[type="checkbox"]:focus,
.kf-simplecheckout-actions input[type="checkbox"]:focus,
.kf-checkout-summary__promo input[type="checkbox"]:focus,
.kf-checkout-summary__pack input[type="checkbox"]:focus,
.kf-checkout-cart input[type="checkbox"]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(115, 115, 115, .14) !important;
}

.kf-payment-parts {
    margin: -2px 0 14px 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1b120d;
}

.kf-payment-parts__form {
    position: relative;
    margin: 0 !important;
}

.kf-payment-parts__row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 22px;
    color: #1b120d;
    font-size: 12px;
    line-height: 1.4;
}

.kf-payment-parts__dropdown {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

.kf-payment-parts__trigger {
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    padding: 0;
    border: 1px solid #737373;
    border-radius: 4px;
    background: transparent;
    color: #737373;
    cursor: pointer;
    transition: border-color .16s ease, opacity .16s ease;
}

.kf-payment-parts__trigger:hover,
.kf-payment-parts__trigger:focus {
    border-color: #1b120d;
    outline: 0;
}

.kf-payment-parts__chevron {
    width: 12px;
    height: 12px;
    transition: transform .16s ease;
}

.kf-payment-parts__form.is-open .kf-payment-parts__chevron {
    transform: rotate(180deg);
}

.kf-payment-parts__badge {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    display: flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #1b120d;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
}

.kf-payment-parts__menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none;
    width: 48px;
    max-height: 180px;
    margin-top: 8px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(27, 18, 13, .1);
}

.kf-payment-parts__form.is-open .kf-payment-parts__menu {
    display: block;
}

.kf-payment-parts__option {
    display: block;
    width: 100%;
    padding: 6px 8px;
    border: 0;
    background: #fff;
    color: #555;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease;
}

.kf-payment-parts__option:hover,
.kf-payment-parts__option:focus,
.kf-payment-parts__option.is-active {
    background: #f5f5f5;
    color: #1b120d;
    outline: 0;
}

.kf-payment-parts__option.is-active {
    font-weight: 500;
}

.kf-payment-parts__text {
    color: #1b120d;
    font-size: 12px;
    line-height: 1.4;
}

.kf-payment-parts #ppResultValue,
.kf-payment-parts__amount {
    color: #1b120d;
    font-weight: 500;
}

.kf-payment-parts__hidden-counter {
    display: none;
}

.kf-payment-parts__months {
    white-space: nowrap;
}

.kf-payment-parts__native-select {
    position: absolute;
    width: 1px !important;
    min-width: 0 !important;
    height: 1px !important;
    min-height: 0 !important;
    padding: 0 !important;
    opacity: 0;
    pointer-events: none;
}

.kf-payment-parts #priceInput2,
.kf-payment-parts__slider {
    display: none;
}

.kf-simplecheckout-actions {
    margin-top: 24px;
    text-align: center;
}

.kf-simplecheckout-actions .simplecheckout-button-center,
.kf-simplecheckout-actions .simplecheckout-button-left {
    float: none;
    text-align: center;
}

.kf-simplecheckout-actions #agreement_checkbox {
    display: block;
    margin: 0 0 12px;
}

.kf-simplecheckout-actions #nocall_checkbox {
    display: block;
    margin: 0 0 16px;
}

.kf-simplecheckout-actions #agreement_checkbox .checkbox,
.kf-simplecheckout-actions #nocall_checkbox .checkbox {
    margin: 0;
}

.kf-simplecheckout-actions .checkbox label {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: #1b120d;
    font-size: 12px;
    font-weight: 400;
}

.kf-simplecheckout-actions #button-confirm,
.kf-simplecheckout-actions #simplecheckout_button_confirm,
.kf-simplecheckout-actions #simplecheckout_button_next {
    min-width: 220px;
    padding: 15px 32px;
    border: 1px solid #1b120d;
    border-radius: 0;
    background: #1b120d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
    transition: background .2s ease, border-color .2s ease;
}

.kf-simplecheckout-actions #simplecheckout_button_confirm:hover,
.kf-simplecheckout-actions #simplecheckout_button_next:hover {
    border-color: #333;
    background: #333;
}

@media (max-width: 1024px) {
    .kf-simplecheckout-page {
        padding: 24px 24px 56px;
    }

    .kf-simplecheckout-details {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .kf-simplecheckout-page {
        padding: 20px 0 48px;
    }

    .kf-simplecheckout-title {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .kf-payment-parts {
        margin-left: 0;
    }

    .kf-checkout-cart__head {
        display: none;
    }

    .kf-checkout-cart__body {
        min-width: 0;
    }

    .kf-checkout-cart__item,
    .kf-checkout-cart__shipping,
    .kf-checkout-cart__voucher {
        position: relative;
        grid-template-columns: 1fr auto;
        gap: 12px;
        min-width: 0;
        padding: 16px;
    }

    .kf-checkout-cart__remove {
        position: absolute;
        left: 16px;
        top: 18px;
        z-index: 1;
    }

    .kf-checkout-cart__product {
        grid-column: 1 / 2;
        padding-left: 28px;
    }

    .kf-checkout-cart__price,
    .kf-checkout-cart__quantity,
    .kf-checkout-cart__total {
        grid-column: 2 / 3;
        text-align: right;
    }

    .kf-checkout-cart__price:before,
    .kf-checkout-cart__quantity:before,
    .kf-checkout-cart__total:before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: #999;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .kf-checkout-cart__meta {
        flex-direction: column;
    }

    .kf-checkout-cart__totals {
        width: 100%;
        min-width: 0;
        text-align: right;
    }

    .kf-checkout-cart__grand-total {
        width: 100%;
        min-width: 0;
    }

    .kf-checkout-country {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 20px 16px;
    }

    .kf-checkout-country .country {
        max-width: none;
    }

    #simplecheckout_customer .simplecheckout-block-content {
        width: 100%;
    }

    .kf-simplecheckout-details {
        padding: 20px 16px;
    }

    .kf-simplecheckout-details .simplecheckout-three-column,
    .kf-simplecheckout-details .simplecheckout-left-column,
    .kf-simplecheckout-details .simplecheckout-right-column {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 0;
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .kf-checkout-cart__item {
        grid-template-columns: 1fr;
    }

    .kf-checkout-cart__price,
    .kf-checkout-cart__quantity,
    .kf-checkout-cart__total {
        grid-column: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: right;
    }

    .kf-checkout-cart__price:before,
    .kf-checkout-cart__quantity:before,
    .kf-checkout-cart__total:before {
        margin: 0 16px 0 0;
    }
}

/* Demo-like order summary */
#simplecheckout_cart.kf-checkout-summary {
    margin: 0 0 24px;
    padding: 0;
    border: none;
    background: transparent;
    color: #1b120d;
}

.kf-checkout-summary__title {
    padding: 16px 16px 12px 0 !important;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .15em;
    text-align: center;
}

.kf-checkout-summary__table {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
}

.kf-checkout-summary__head {
    display: grid;
    grid-template-columns: minmax(280px, 2fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr);
    min-width: 720px;
    padding: 12px 16px;
    background: #eee;
}

.kf-checkout-summary__head > div {
    color: #555;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.kf-checkout-summary__head-price,
.kf-checkout-summary__head-qty {
    text-align: center;
}

.kf-checkout-summary__head-total {
    text-align: right;
}

.kf-checkout-summary__items {
    min-width: 720px;
}

.kf-checkout-summary__item {
    display: grid;
    grid-template-columns: minmax(280px, 2fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr);
    align-items: center;
    min-width: 720px;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.kf-checkout-summary__product {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.kf-checkout-summary__remove {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    color: #999 !important;
    font-size: 12px;
    line-height: 1;
    transition: color .2s ease;
}

.kf-checkout-summary__remove:hover,
.kf-checkout-summary__remove:focus {
    color: #b42318 !important;
}

.kf-checkout-summary__remove svg line {
    fill: currentColor;
}

.kf-checkout-summary__image {
    display: flex;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.kf-checkout-summary__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.kf-checkout-summary__info {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.kf-checkout-summary__name {
    color: #1b120d;
    font-family: "Minion Pro", Georgia, serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.kf-checkout-summary__name:hover,
.kf-checkout-summary__name:focus {
    color: #737373;
}

.kf-checkout-summary__sku,
.kf-checkout-summary__options small {
    display: block;
    color: #999;
    font-size: 10px;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.kf-checkout-summary__status {
    color: rgba(21, 128, 61, .9);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.35;
    text-transform: uppercase;
}

.kf-checkout-summary__status--order {
    color: #b85c00;
}

.kf-checkout-summary__status--danger {
    color: #c62828;
}

.kf-checkout-summary__price,
.kf-checkout-summary__quantity {
    display: flex;
    justify-content: center;
}

.kf-checkout-summary__price {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #1b120d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.kf-checkout-summary__price .price-new {
    color: #b42318;
}

.kf-checkout-summary__price .price-old {
    color: #999;
    font-size: 10px;
    text-decoration: line-through;
}

.kf-checkout-summary__price .price-percent {
    display: inline-flex;
    padding: 2px 4px;
    background: #fff1f0;
    color: #b42318;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.kf-checkout-summary__qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--kf-line, #e0e0e0);
    height: 30px;
    background: #fff;
}

.kf-checkout-summary__qty-control button {
    width: 32px;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--kf-text, #1b120d);
    font-size: 14px;
    line-height: 1;
    transition: background .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kf-checkout-summary__qty-control button:hover,
.kf-checkout-summary__qty-control button:focus {
    background: var(--kf-soft, #f5f5f5);
    outline: none;
}

.kf-checkout-summary__qty-control input {
    width: 24px !important;
    height: 100%;
    padding: 0;
    border: 0;
    border-right: 1px solid var(--kf-line, #e0e0e0);
    border-left: 1px solid var(--kf-line, #e0e0e0);
    border-radius: 0;
    background: #fff;
    color: var(--kf-text, #1b120d);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    box-shadow: none;
}

.kf-checkout-summary__line-total {
    color: #1b120d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-align: right;
}

.kf-checkout-summary__shipping {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px dotted #ccc;
    gap: 4px;
    width: 100%;
}

.kf-checkout-summary__shipping-name-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}

.kf-checkout-summary__shipping-label {
    color: #555;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.kf-checkout-summary__shipping-method-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.kf-checkout-summary__shipping-title {
    color: #1b120d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
}

.kf-checkout-summary__shipping-price {
    color: #1b120d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
}

.kf-checkout-summary__shipping-price.mobile-only {
    display: block;
}

.kf-checkout-summary__shipping-price.desktop-only {
    display: none;
}

.kf-checkout-summary__shipping-price.desktop-only a {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .kf-checkout-summary__shipping {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        width: 100%;
    }
    
    .kf-checkout-summary__shipping-name-container {
        flex-direction: row;
        align-items: center;
        width: auto;
        gap: 8px;
    }
    
    .kf-checkout-summary__shipping-method-row {
        width: auto;
        display: block;
    }
    
    .kf-checkout-summary__shipping-price.mobile-only {
        display: none;
    }
    
    .kf-checkout-summary__shipping-price.desktop-only {
        display: block;
    }

    .kf-checkout-summary__shipping-price {
        font-size: 13px;
    }
}

.kf-checkout-summary__voucher {
    display: grid;
    grid-template-columns: minmax(280px, 2fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr);
    min-width: 720px;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    color: #1b120d;
    font-size: 12px;
}

.kf-checkout-summary__voucher > div:not(:first-child) {
    text-align: center;
}

.kf-checkout-summary__voucher > div:last-child {
    text-align: right;
}

.kf-checkout-summary__below {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
}

.kf-checkout-summary__extras {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    gap: 24px;
    min-width: 0;
}

.kf-checkout-summary__promos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.kf-checkout-summary__promo {
    position: relative;
    display: flex !important;
    width: 240px;
    flex-direction: column;
    gap: 8px;
}

.kf-checkout-summary__promo label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #1b120d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.kf-checkout-summary__promo input[type="checkbox"],
.kf-checkout-summary__pack input[type="checkbox"] {
    position: relative;
    margin: 0;
}

.kf-checkout-summary__promo .form-control {
    display: none;
    width: 100%;
    height: 38px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.kf-checkout-summary__promo:has(.voucher:checked) .form-control,
.kf-checkout-summary__promo:has(.coupon:checked) .form-control {
    display: block;
}

.kf-checkout-summary__promo .description {
    display: none;
    color: #999;
    font-size: 11px;
    line-height: 1.4;
}

.kf-checkout-summary__promo:has(.voucher:checked) .description {
    display: block;
}

.kf-checkout-summary__pack {
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto;
}

.kf-checkout-summary__pack-image {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kf-checkout-summary__pack-image img {
    max-height: 48px;
    max-width: 48px;
    object-fit: contain;
}

.kf-checkout-summary__pack-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.kf-checkout-summary__pack-header {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.kf-checkout-summary__pack-title {
    font-size: 13px;
    color: #1b120d;
    line-height: 1.3;
    font-weight: 500;
}

.kf-checkout-summary__pack-checkbox-container {
    display: flex;
    align-items: center;
    margin: 0;
}

.kf-checkout-summary__pack-checkbox-container label {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.kf-checkout-summary__pack-checkbox-container input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    cursor: pointer;
    border: 1px solid #737373 !important;
    border-radius: 3px;
}

.kf-checkout-summary__pack #devpak {
    display: block;
    margin-top: 4px;
    color: #999;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    white-space: pre-line;
}

.kf-checkout-summary__promos-wrapper {
    padding: 0 16px 20px;
}
.kf-checkout-summary__total-box {
    flex: 0 0 auto;
    text-align: right;
}

.kf-checkout-summary__total-box .paket,
.kf-checkout-summary__total-box .paypalcomis {
    margin: 0 0 8px;
    color: #555;
    font-size: 12px;
}

.kf-checkout-summary__grand-total {
    display: inline-flex;
    min-width: 260px;
    align-items: baseline;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.kf-checkout-summary__grand-total span {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}

.kf-checkout-summary__grand-total strong {
    color: #1b120d;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .kf-checkout-summary__table {
        border: 1px solid #e0e0e0;
        background: #f9f9f9;
        overflow: visible;
    }

    .kf-checkout-summary__head {
        display: none;
    }

    .kf-checkout-summary__items,
    .kf-checkout-summary__item,
    .kf-checkout-summary__voucher {
        min-width: 0;
    }

    .kf-checkout-summary__item {
        grid-template-columns: minmax(0, 1fr) max-content;
        grid-template-areas:
            "product price"
            "product quantity";
        align-items: flex-start;
        gap: 8px 16px;
        padding: 16px;
    }

    .kf-checkout-summary__product {
        grid-area: product;
        align-items: flex-start;
        min-width: 0;
        gap: 12px;
    }

    .kf-checkout-summary__image {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .kf-checkout-summary__remove {
        margin-top: 4px;
    }

    .kf-checkout-summary__info {
        min-width: 0;
    }

    .kf-checkout-summary__name {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .kf-checkout-summary__price {
        grid-area: price;
        align-items: flex-end;
        justify-content: center;
        min-width: 78px;
        text-align: right;
    }

    .kf-checkout-summary__quantity {
        grid-area: quantity;
        align-items: center;
        justify-content: flex-end;
        min-width: 78px;
    }

    .kf-checkout-summary__line-total {
        display: none;
    }

    .kf-checkout-summary__price:before,
    .kf-checkout-summary__quantity:before,
    .kf-checkout-summary__line-total:before {
        content: none;
    }

    .kf-checkout-summary__qty-control {
        height: 22px;
    }

    .kf-checkout-summary__qty-control button {
        width: 22px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .kf-checkout-summary__qty-control .input-quantity {
        width: 26px;
        height: 20px;
        font-size: 11px;
        line-height: 20px;
    }

    .kf-checkout-summary__shipping,
    .kf-checkout-summary__below,
    .kf-checkout-summary__extras {
        flex-direction: column;
        align-items: stretch;
    }

    .kf-checkout-summary__below {
        display: flex;
    }

    .kf-checkout-summary__promos,
    .kf-checkout-summary__promo,
    .kf-checkout-summary__pack,
    .kf-checkout-summary__total-box,
    .kf-checkout-summary__grand-total {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 460px) {
    .kf-checkout-summary__item {
        grid-template-columns: minmax(0, 1fr) max-content;
        grid-template-areas:
            "product price"
            "product quantity";
        gap: 8px 12px;
    }

    .kf-checkout-summary__product {
        grid-area: product;
    }

    .kf-checkout-summary__image {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .kf-checkout-summary__price,
    .kf-checkout-summary__quantity {
        min-width: 72px;
    }
}
