body,
html {
    width: 100%;
    min-height: 100%;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    background-color: #f0f2f5;
}

.product-quantity-delte .qty {
    min-width: 80px;
    width: 80px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    margin-right: 10px;
    padding: 0px 24px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.product-quantity-delte .qty input.form-control {

    font-family: 'Lexend Regular';


    min-width: 20px;
    height: 34px;
    font-size: 13px;
    color: #252525;
    padding: 0px;
    margin: 0;
    border: 0px;
    box-shadow: none;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.product-quantity-delte .qty input::-webkit-outer-spin-button,
.product-quantity-delte .qty input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.product-quantity-delte .qty .bootstrap-touchspin-up,
.product-quantity-delte .qty .bootstrap-touchspin-down {
    padding: 0px;
    margin: 0px;
    background: none;
    border: 0px;
    box-shadow: none;
    outline: none;
}

.product-quantity-delte .qty .bootstrap-touchspin-up i:before {
    content: "\e918";
    font-family: 'Kroftas' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: rgb(183, 183, 183);
}

.product-quantity-delte .qty .bootstrap-touchspin-down i:before {
    content: "\e919";
    font-family: 'Kroftas' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: rgb(183, 183, 183);
}

.product-quantity-delte .qty .bootstrap-touchspin-down:hover i:before,
.product-quantity-delte .qty .bootstrap-touchspin-up:hover i:before {
    color: #252525;
}

.product-quantity-delte .qty .bootstrap-touchspin-up {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 34px;
    padding-top: 0px;
    padding-bottom: 3px;
    text-align: left;
    cursor: pointer;
}

.product-quantity-delte .qty .bootstrap-touchspin-down {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 34px;
    padding-top: 0px;
    padding-bottom: 3px;
    text-align: right;
    cursor: pointer;
}

.product-quantity-delte .qty .input-group {
    position: initial;
}

.cart-page-content-outer .h1 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Lexend SemiBold';
    color: rgb(37, 37, 37);
    margin: 0px 0px 20px 0px;
}

.cart-page-table,
.cart-page-table table {
    width: 100%;
}

.cart-page-table table th {
    text-align: inherit;
    font-size: 15px;
    font-family: "Lexend SemiBold";
    color: #252525;
    font-weight: 600;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.cart-page-table table th:nth-child(2) {
    width: 180px;
}

.cart-page-table table th:nth-child(3) {
    width: 140px;
}

.cart-page-table table th:nth-child(4) {
    width: 150px;
    text-align: right;
}

.cart-page-table table td {
    padding: 20px 0px;
    border-top: 1px solid rgb(235, 235, 235);
}

.cart-page-table table tr td:first-child {
    padding-right: 20px;
}

.cart-page-table table td:last-child {
    text-align: right;
}

.cart-page-table table .product-info .title a,
.cart-page-table table .product-subTitle,
.cart-page-table table .product-info .title {
    font-size: 14px;
    font-family: 'Lexend Medium';
    font-weight: 500;
    color: rgb(37, 37, 37);
}

.cart-page-table table .product-info .title.redTitle {
    color: rgb(246, 83, 62);
}

.cart-page-table table .product-attribute {
    font-size: 13px;
    color: rgb(149, 149, 149);
}

.cart-page-table table .product-attribute b {
    color: rgb(37, 37, 37);
}

.cart-page-table table .product-image {
    min-width: 80px;
}

.cart-page-table table .product-image .img-wrapper {
    width: 60px;
    height: 60px;
    border: 1px solid rgb(235, 235, 235);
}

.cart-page-table table .product-image .img-wrapper.redBorder {
    border: 2px solid rgb(246, 83, 62);
}

.cart-page-table table .product-image .img-wrapper img {
    width: auto;
    height: auto;
    max-width: 58px;
    max-height: 58px;
}

.cart-page-table table .product-image .img-wrapper.redBorder img {
    max-width: 56px;
    max-height: 56px;
}

.cart-page-table table .remove-from-cart,
.cart-page-table table .remove-from-cart:focus {
    width: 36px;
    height: 36px;
    background-color: #ebebeb;
    border-radius: 100px;
    font-size: 12px;
    color: #959595;
    text-decoration: none;
    padding: 2px 0px 0px 1px;
}

.cart-page-table table .remove-from-cart:hover,
.cart-page-table table .remove-from-cart:focus:hover {
    color: #252525;
}

.cart-page-table table .total-price {
    font-size: 15px;
    font-weight: 600;
    color: #252525;
    font-family: 'Lexend SemiBold';
}

.cart-page-table table .new-price {
    font-size: 18px;
    color: rgb(206, 31, 64);
}

.cart-page-table table .regular-price {
    font-size: 15px;
    font-family: "Lexend Regular";
    color: #252525;
}

.cart-page-table table .old-price {
    font-size: 14px;
    color: rgb(137, 137, 137);
    text-decoration: line-through;
}

.cart-summary-outer {
    min-width: 340px;
    padding-left: 50px;
}

.cart-summary-inner {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 10px;
}

.cart-summary-outer .card-block {
    padding: 20px;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.cart-summary-outer .card-block .title {
    font-size: 20px;
    font-family: 'Lexend SemiBold';
    color: rgb(37, 37, 37);
    margin: -5px 0px 10px 0px;
}

.cart-summary-line .label {
    font-size: 14px;
    color: rgb(37, 37, 37);
}

.cart-summary-line {
    margin-top: 5px;
}

.cart-summary-line .value {
    font-size: 14px;
    color: rgb(37, 37, 37);
    font-family: 'Lexend SemiBold';
}

.cart-summary-line#cart-subtotal-discount .value {
    color: #88bf3d;
}

.promo-code-field-btn {
    position: relative;
}

input.promo-input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    padding: 6px 120px 6px 15px;
    font-size: 14px;
    color: rgb(37, 37, 37);
    outline: none;
    box-shadow: none;
}

.promo-code .clear-button.hide {
    display: none !important;
}

.promo-code .clear-button {
    position: absolute;
    top: 0px;
    right: 80px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    color: rgb(183, 183, 183);
    outline: none;
    box-shadow: none;
    border: 0px;
    background: none;
    padding: 1px 15px 0px 15px;
    cursor: pointer;
}

.promo-code .btn-default,
.promo-code .btn-default:focus {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 40px;
    outline: none;
    box-shadow: none;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Lexend Medium';
    padding: 1px 0px 0px 0px;
    border: 1px solid #88bf3d;
    border-radius: 0px 6px 6px 0px;
    color: #fff;
    background-color: #88bf3d;
}

.promo-code .btn-default:hover,
.promo-code .btn-default:focus:hover {
    background-color: #84b83c;
}

input.promo-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #acacac;
}

input.promo-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #acacac;
}

input.promo-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #acacac;
}

input.promo-input:-moz-placeholder {
    /* Firefox 18- */
    color: #acacac;
}

.block-promo .promo-code .alert-danger {
    position: relative;
    margin: 10px 0px 0px 0px;
    background: rgb(249, 205, 205);
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    border-color: rgb(226, 186, 186);
    font-size: 13px;
    color: rgb(137, 102, 102);
    display: none;
}

.block-promo .promo-code .alert-danger i {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.closeVoucherNotification {
    font-size: 10px;
    cursor: pointer;
}

#promo-code {
    margin-top: 15px;
}

.cart-total-actions {
    padding: 15px 20px 20px 20px;
}

.cart-summary-line.cart-total {
    margin: 0px;
}

.cart-summary-line.cart-total .label {
    font-size: 16px;
    text-transform: uppercase;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.cart-summary-line.cart-total .value {
    font-size: 18px;
    font-family: 'Lexend SemiBold';
    font-weight: 600;
}

.checkout.cart-detailed-actions .btn {
    padding: 12px 5px 11px 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Lexend Medium';
    margin: 20px 0px 10px 0px;
    width: 100%;
    border-radius: 6px;
}

.continue-shopping,
.continue-shopping:focus {
    margin: 25px 0px 0px 0px;
    font-size: 14px;
    color: rgb(37, 37, 37) !important;
    text-decoration: none !important;
    font-family: 'Lexend SemiBold';
    font-weight: 600;
}

.continue-shopping:hover,
.continue-shopping:focus:hover {
    color: #117dfb !important;
}

.cart-page-table .cart-overview.js-cart {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.continue-shopping i {
    font-size: 12px;
    margin-right: 6px;
}

.cart-page-content-outer {
    padding-bottom: 40px;
}

@media (max-width: 1470px) {
    #wrapper .container {
        padding: 0px 20px;
    }
}

@media (min-width: 1176px) {
    .continue-shopping.show-1175 {
        display: none !important;
    }
}

@media (max-width: 1175px) {
    .cart-page-content {
        display: block !important;
    }

    .cart-summary-outer,
    .continue-shopping {
        min-width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }

    .continue-shopping.hide-1175 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .cart-page-table .qty-total-price .total-price {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cart-page-table .qty-total-price {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    #wrapper .container {
        padding: 0px 15px;
    }

    .cart-page-table table thead {
        display: none;
    }

    .cart-page-table table,
    .cart-page-table table tbody,
    .cart-page-table table tr,
    .cart-page-table tr td {
        display: block;
    }

    .cart-page-table tr td {
        padding: 0px !important;
        border: none;
    }

    .cart-page-table tr {
        padding: 15px 0px 15px 0px;

        position: relative;
        min-height: 90px;
    }

    .cart-page-table tr:not(:first-child) {
        border-top: 1px solid rgb(235, 235, 235);
    }

    .cart-page-table .product-image-info {
        display: block !important;
    }

    .cart-page-table .product-image-info .product-image {
        position: absolute;
        top: 15px;
        left: 0px;
        min-width: 70px;
    }

    .cart-page-table tr td:nth-child(2),
    .cart-page-table tr td:nth-child(4) {
        display: none;
    }

    .continue-shopping.show-1175 {
        display: block !important;
    }

    .cart-page-table table .total-price {
        font-size: 16px;
    }

    .cart-page-content-outer .h1 {
        font-size: 20px;
        margin: 0px 0px 20px 0px;
    }

    .cart-page-table table .product-info .title {
        margin-top: -3px;
    }

    .cart-summary-outer,
    .continue-shopping {
        margin-top: 20px;
    }

    .cart-page-content-outer {
        padding-bottom: 30px;
    }
}

@media (max-width: 479px) {
    /* .product-quantity-delte .qty input.form-control {
        padding: 1px 0px 0px 0px;
        height: 18px;
        font-size: 13px;
    }
    .product-quantity-delte .qty {
        min-width: 45px;
        width: 45px;
        height: 20px;
        margin-right: 30px;
        padding: 0px 5px;
    }
    .product-quantity-delte .qty .bootstrap-touchspin-up,
    .product-quantity-delte .qty .bootstrap-touchspin-down {
        width: 15px;
        height: 18px;
        padding-top: 0px;
        z-index: 10;
    }
    .product-quantity-delte .qty .bootstrap-touchspin-up i:before,
    .product-quantity-delte .qty .bootstrap-touchspin-down i:before {
        font-size: 9px;
        position: relative;
        top: -2px;
    }
    .cart-page-table table .remove-from-cart,
    .cart-page-table table .remove-from-cart:focus {
        width: 20px;
        height: 20px;
        font-size: 9px;
        padding: 1px 0px 0px 0px;
    }
    .cart-page-table table .product-quantity-delte {
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }
    */
}

@media only screen and (max-width: 1175px) and (min-width: 768px) {
    .cart-summary-adj {
        padding-left: 50%;
        position: relative;
        padding-right: 30px;
    }

    .cart-summary-outer .card-block .title {
        position: absolute;
        left: 30px;
        top: 30px;
    }

    .cart-summary-outer .block-promo {
        position: absolute;
        top: 60px;
        left: 30px;
    }

    .continue-shopping {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    .cart-summary-outer .block-promo {
        max-width: 250px;
    }
}

.cart-summary-outer+.emptyCartBtn {
    display: none;
}

span.no-items {
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 70px 0px;
}

.emptyCartBtn a {
    min-width: 200px;
    padding: 13px 5px 11px 5px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lexend Medium';
}

.theme-btn {
    padding: 12px 5px 11px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lexend Medium';
    margin: 20px 0px 10px 0px;
}

@media (max-width: 1175px) {
    span.no-items {
        padding: 30px 0px;
    }

    .emptyCartBtn a {
        margin-bottom: 20px;
    }
}

body#cart,
body#cart main {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
}

footer#footer {
    margin-top: auto;
}

.cart-page-table table .product-info .title.redTitle a {
    color: rgb(246, 83, 62);
}

.theme-alert {
    margin: 0px 0px 20px 0px;
}

@media (max-width: 767px) {
    .theme-alert {
        margin: 10px 0px 10px 0px;
    }
}

.kroftas-breadcrumb .container {
    padding: 0px !important;
}

@media (min-width: 1176px) {
    .cart-summary-outer {
        width: 340px;
    }
}