.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden}

table.eshop {
    width: 100%;
    border: 1px solid #edd5aa;
}
table.eshop th, table.eshop td {
    text-align: left;
    vertical-align: middle;
}
table.eshop th {
    padding: 15px 10px;
    background: #fdf0d0;
    color: #b11411;
}
table.eshop td {
    padding: 5px 10px;
    background:#fff;
    border-bottom: 1px #edd5aa solid;
    vertical-align:top;
}
table.eshop td.product {
    vertical-align:top;
}
table.eshop th.price, table.eshop td.price {
    text-align:right;
}
table.eshop th.totalPrice, table.eshop td.totalPrice {
    font-weight:bold;
}
table.eshop .productAttribs {
    font-size:0.9em;
    margin:5px 0;
}
table.eshop table{
    width: 100%;
}
table.eshop table td{
    border: none;
    vertical-align: middle;
}

a.eshop-cart-empty {
    display: inline-block;
    color:#000;
    background:url(images/cart_remove.png) no-repeat left center;
    padding-left: 20px;
}
a.eshop-cart-remove {
    display: inline-block;
    color:#000;
    background:url(images/cart_delete.png) no-repeat left center;
    padding-left: 20px;
}

.eshop-order-stepper {
    font-size: 0.95em;
    padding: 0;
    overflow: hidden;
    width: 95%;
    margin: 10px auto 0 auto;
    border-top: 2px solid #c6c6c6;
    text-align: center;
}
.eshop-order-stepper span.stepnr {
    display: inline-block;
}
.eshop-order-stepper span.step-active {
    background:white;
}
.eshop-order-stepper span.step-done {
    color:#86d015;
}
.eshop-order-stepper a, .eshop-order-stepper span.a {
    color:#000;
}
.eshop-order-stepper a.done, .eshop-order-stepper span.a-done {
    color:#86d015;
}
.eshop-order-stepper a.active, .eshop-order-stepper span.a-active {
    color: black;
}

table.order-step-multiform {
    float:left;
    width:50%;
}
table.order-step-multiform textarea {
    width: 100%;
    resize: none;
    border-radius: 10px;
    border: 3px solid #ddd;
}

.vat-label {
    display: flex;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 120px;
    line-height: 1.2;
}

div.termsAcceptSection {
    text-align:left;
    padding:20px 0;
    font-size:1.1em;
    border-top: 2px solid #ddd;
}
div.termsAcceptSection a {
    color:#D60039;
}
div.termsAcceptSection input {
    margin-right:10px;
}

.eshop-conditions {
    height:200px;
    padding:1em;
    background:#E2E2E2;
    overflow:auto;
    margin-bottom:1em;
}

.eshop-buttons {
    margin-top:1em;
    padding:1em 0em;
    border-top:1px solid #616161;
}
.eshop-order-btns-reset {
    float:left;
}
.eshop-order-btns-reset span.eshop-cart {
}
.eshop-order-btns-reset span.eshop-cart a {
    color: black;
    font-size: 1.3em;
    font-weight:bold;
}

.eshop-order-btns-reset span.eshop-cart-cancel {
}
.eshop-order-btns-reset span.eshop-cart-cancel a {
    color:#F00;
    font-weight:bold;
}

.eshop-order-btns-commit {
    float:right;
    text-align:right;
    line-height: unset !important;
}

table.giftcard-add {
    width: 100%;
    border-top: 1px solid #8D99A5;
    border-right: 1px solid #8D99A5;
    border-bottom: 2px solid #8D99A5;
    border-left: 1px solid #8D99A5;
    margin: 1em 0px;
}
table.giftcard-add th {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #8D99A5;
    background:#D5DEE7;
}
table.giftcard-add td {
    text-align: right;
    padding: 5px;
}

.myOneItemInCartMenu {
    width: 23%;
    border-bottom: 2px solid #c6c6c6;
    padding: 13px 0;
    font-size: 1.4em !important;
    font-weight: 500;
}

.myOneItemInCartMenu:not(:last-child) {
    margin-right: 2.6666%;
}

.item_active {
    border-bottom: 2px solid #86d015;
    font-weight: 600 !important;
}

.firstCollumnInTableCart {
    text-align: left !important;
}

.order-cart-table tr:not(:first-child) {
    border-bottom: 2px solid #ddd !important;
}

.order-cart-table .product img {
    width: 210px;
    height: 220px;
    object-fit: contain;
    object-position: center;
}

.order-cart-table .product .productName a {
    color: black;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: underline;
}

.order-cart-table .product .productAttribs {
    width: 40%;
    color: #3c3c3c !important;
}

.order-cart-table .product .eshop-cart-remove {
    margin: 20px 0 0 0;
    display: inline-block;
    font-weight: 600;
    font-size: 1.1em;
}

.order-cart-table .text-center {
    font-weight: 700;
    font-size: 1.2em;
}

.myButtonsInCartContSync {
    float: none !important;
    box-sizing: border-box !important;
    min-height: auto !important;
    line-height: unset !important;
    margin: 0 0 0 0 !important;
    padding: 1% 0 !important;
    border-bottom: 2px solid #ddd;
    overflow: hidden;
}

.mySyncButtonInCart {
    background-color: white;
    color: black;
    border: 2px solid black;
    font-weight: 400;
    font-size: 1.2em;
    padding: 9px 25px !important;
    height: auto !important;
    line-height: unset !important;
}

.mySubmitButtonInCart {
    background-color: white !important;
    color: black !important;
    border: 2px solid black !important;
    font-weight: 400 !important;
    font-size: 1.2em !important;
    padding: 9px 25px !important;
    height: auto !important;
    line-height: unset !important;
    width: auto !important;
    text-transform: unset !important;
}   

.giftCardFormContainer {
    width: 26%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 1.5% 0;
    float: left;
    border-right: 2px solid #ddd;
}

.giftCardFormContainer h3 {
    margin: 0;
    color: black;
    font-weight: 650;
    font-size: 1.2em;
    text-transform: unset;
}

.giftCardFormContainer h4 {
    margin: 2px 0;
    color: #626262;
    font-size: 1.1em;
    font-weight: 600;
}

.myTextGiftCodeUseCart {
    width: 75%;
    background-color: white;
    border: none;
    margin: 15px 0 10px 0;
    border-bottom: 2px solid black;
    border-radius: 0px;
    /* box-shadow: 0 0 20px 4px #c8c8c8; */
}   

.giftCardFormContainer .button {
    border-radius: 5px !important;
    background-color: black !important;
    padding: 13px 35px !important;
    height: auto !important;
    font-size: 1.1em !important;
    font-weight: 550 !important;
    text-align: center !important;
}

.myDeliveryAndPaymentContainer {
    overflow: hidden;
    width: 74%;
    padding: 1.5% 0 0 1.5%;
}

.totalPriceTable {
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
}

.myPricePaymentContainer {
    border-top: 2px solid #ddd;
}

.choice-container {
    margin: 7px 0;
}

.myDeliveryAndPaymentContainer table tr th {
    font-size: 1.2em;
    font-weight: 650;
}

.myDeliveryAndPaymentContainer table th, .myDeliveryAndPaymentContainer table td {
    padding: 0 5% 0 0;
    font-weight: 550;
}

#eshopCartBtnEmpty {
    background-color: white !important;
    border: 2px solid black !important;
    padding: 10px 30px !important;
    display: inline-block !important;
    border-radius: 5px;
}

.myButtonsCompleteCartContainer {
    margin: 0;
    border-top: 2px solid #ddd;
    padding: 1% 0 !important;
}

.myOrderButtonCart {
    border-radius: 5px !important; 
    padding: 14px 40px !important;
    width: auto !important;
    height: auto !important; 
    font-size: 1.4em !important;
}

#responsive-order-user-second {
    margin: 2% 0 0 7%;
}

.myNonRegistrationContinueContainer h4 {
    font-size: 2.7em;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin: 0;
}

.myNonRegistrationContinueContainer p {
    margin: 0;
    color: #2d2d2d;
    font-weight: 550;
}

.myNonRegistrationContinueContainer .myNonRegistrationButtonCart {
    background-color: black;
    color: white !important;
    margin: 15px 0 5px 0;
    padding: 10px 35px;
    height: auto;
    width: auto;
    border-radius: 10px !important;
    font-size: 1.2em;
    border: none;
    font-weight: 700 !important;
}

#invoiceAddressSection {
    border-right: 2px solid #ddd;
    padding-right: 4%;
    padding-bottom: 2%;
}

.allContentOfSecondStep {
    width: 95%;
    margin: 0 auto;
}

.allContentOfSecondStep p {
    margin: 0 !important;
    color: black !important;
}

.myButtonsInSecondStepCart {
    overflow: hidden;
}

.eshop-cart-my-for-step-3 {
    padding: 10px 25px;
    display: inline-block;
    background-color: white;
    color: black !important;
    border-radius: 5px;
    border: 2px solid black;
}

.eshop-cart-my-for-step-3 a {
    color: black !important;
    font-size: 1.3em !important;
    font-weight: 700;
}

#eshopOrderStep1Submit {
    border: none;
    width: auto;
    height: auto;
    padding: 10px 45px;
    line-height: unset;
    font-size: 1.3em !important;
    border-radius: 5px !important;
}

.myCap {
    font-size: inherit;
    height: auto;
    width: auto;
    line-height: unset;
}

.cartStepSummaryThirdStep {
    width: 95%;
    margin: 0 auto;
}

.mySummaryTableThirdStep td {
    box-sizing: border-box;
    padding: 15px;
}

.mySummaryTableThirdStep .product img {
    width: 210px;
    height: 220px;
    object-fit: contain;
    object-position: center;
}

.mySummaryTableThirdStep tr td:first-child {
    width: 1%;
    white-space: nowrap;
}

.mySummaryTableThirdStep tr .product .productName a {
    color: black;
    font-size: 1.6em;
    font-weight: 750;
    letter-spacing: 1px;
}

.mySummaryTableThirdStep tr .product .productAttribs {
    font-size: 1.1em;
}

.mySummaryTableThirdStep tr .text-center {
    font-size: 1.5em !important;
    font-weight: 700;
}

.mySummaryTableThirdStep tr:not(:first-child) {
    border-bottom: 2px solid #ddd;
}

.mySummaryTableThirdStep td.price {
    font-size: 1.5em !important;
    font-weight: 700;
}

.myTotalPriceContainerInSummary .price {
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: -1px;
    border-top: 2px solid black;
}

.eshop-order-btns-back {
    float: left;
    padding: 10px 20px !important;
    margin-right: 1%;
    border: 2px solid black;
    font-size: 1.3em;
    font-weight: 600 !important;
    border-radius: 10px;
}

.eshop-order-btns-back a {
    color: black !important;
}

.eshop-order-btns-reset {
    padding: 10px 20px !important;
    border: 2px solid red;
    font-weight: 600 !important;
    font-size: 1.3em;
    border-radius: 10px !important;
}

.eshop-order-btns-commit .styled {
    width: auto !important;
    border: 2px solid #83B817 !important;
    padding: 10px 20px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    font-size: 1.3em !important;
    line-height: unset !important;
}

.eshop-order-btns-commit .styled .cap {
    line-height: unset !important;
    height: auto;
    font-size: unset !important;
    vertical-align: baseline;
}

.successCartProccessContainer {
    width: 95%;
    margin: 0 auto;
}

.myButtonForResetInThirdStepCart {
    padding: 0 !important;
    border: none !important;
    font-size: unset !important;
}

.continueInOrderButtonStepSecond {
    border: 2px solid #83B817;
}


@media screen and ( max-width: 1450px ) {
    .myOneItemInCartMenu {
        font-size: 1.2em !important;
    }
}

@media screen and ( max-width: 1250px ) {
    .myOneItemInCartMenu:not(:last-child) {
        margin-right: 0;
    }

    .myOneItemInCartMenu {
        width: 40%;
        font-size: 1.4em !important;
        margin-left: 6.66%;
    }

    .order-cart-table .product .productAttribs {
        width: 55%;
    }
}

@media screen and ( max-width: 1150px ) {
    .order-cart-table .product .productAttribs {
        width: 85%;
    }
}

@media screen and ( max-width: 1050px ) {

}

@media screen and ( max-width: 1000px ) {
    .order-cart-table .product .productAttribs {
        width: 100%;
    }

    .eshop-order-btns-back {
        font-size: 1.1em;
    }

    .eshop-order-btns-reset {
        font-size: 1.1em;
    }

    .eshop-order-btns-commit .styled {
        font-size: 1.1em !important;
    }
}

@media screen and ( max-width: 900px ) {
    .order-cart-table .product img {
        width: 155px;
        height: auto;
    }

    .productAttribs {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 850px) {
    .myOneItemInCartMenu {
        font-size: 1.3em !important;
    }

    .mySummaryTableThirdStep .product img {
        width: 130px;
        height: auto;
    }

    .mySummaryTableThirdStep td {
        padding: 5px;
    }

    .mySummaryTableThirdStep tr .product .productAttribs {
        font-size: 0.8em;
    }

    .myTotalPriceContainerInSummary .price {
        font-size: 2.2em;
    }

    .eshop-order-btns-back {
        float: none;
        margin-right: 0;
        margin-top: 10px;
        text-align: center;
    }
    
    .eshop-order-btns-reset {
        float: none;
    }
    
    .eshop-order-btns-commit {
        float: none;
        margin-top: 10px;
        width: 100%;
    }
    
    .eshop-order-btns-reset {
        margin-top: 10px;
        text-align: center;
    }
    
    .eshop-order-btns-commit .styled {
        width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .myOneItemInCartMenu {
        font-size: 1.2em !important;
    }

    .productAttribs {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 750px) {
    .myOneItemInCartMenu {
        width: 45%;
        margin-left: 3.33%;
    }

    #invoiceAddressSection {
        padding-right: 0;
    }
}

@media screen and (max-width: 650px) {
    .myOneItemInCartMenu {
        width: 50%;
        margin-left: 0;
    }

    .mySummaryTableThirdStep tr .text-center {
        font-size: 1.3em !important;
    }

    .mySummaryTableThirdStep td.price {
        font-size: 1.3em !important;
    }

    .mySummaryTableThirdStep tr .product .productAttribs {
        font-size: 0.7em;
    }

    .mySummaryTableThirdStep tr .product .productName a {
        font-size: 1.1em;
        font-weight: 650;
    }

    .mySummaryTableThirdStep .product img {
        width: 130px;
        width: 100px;
    }
}

@media screen and (max-width: 600px) {
    .myOneItemInCartMenu {
        font-size: 1.1em !important;
    }
}

@media screen and (max-width: 500px) {
    .myOneItemInCartMenu {
        width: 100%;
    }

    .eshop-order-btns-reset {
        float: none;
    }
    
    .eshop-order-btns-commit {
        float: none;
    }
    
    .eshop-cart-my-for-step-3 {
        display: block;
        margin: 5px auto 0 auto;
        width: auto;
        text-align: center;
    }

    #eshopOrderStep1Submit {
        width: 100%;
    }

    .eshop-order-btns-commit .styled {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }
}
