.cart-info-row {
    background: #020001;
    height: 47px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 35px;
}

.cart-info-row span {
    font-size: 14px;
}

.cart-product-row-title {
    border-bottom: 1px dashed #cbcbcb;
}
.cart-product-row-title .cart-product-row-title-name a {
    font-size: 16px;
}
.cart-product-row-title .fa-tag {
    color: #505050;
    font-size: 16px;
}

.cart-product-row-title .cart-name {
    color: #505050;
    font-size: 20px;
    margin-left: 10px;
    margin-top: -5px;

    text-transform: uppercase;
    float: left;
}

.cart-product-row-title .cart-title-info {
    color: #505050;
    font-size: 12px;
    text-transform: uppercase;
}

.cart-title-info .fa {
    color: #258ab0;
    font-size: 22px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -3px;
}

.cart-product-row-info {
    height: 100px;
    margin-top: 5px;
}
.cart-prod-img {
    height: 100%;
    width: 100px;
    min-width: 100px;
    max-height: 100px;
    object-fit: contain;
}
.cart-prod-info {
    padding: 0 20px;
    margin: 0;
    background: #f7f7f7;
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
}
.cart-prod-info li {
    display: grid;
    grid: auto auto / 1fr;
    gap: 10px;
    height: 100%;
    padding: 10px 0;
    justify-items: center;
}
.cart-prod-info li p {
    margin: 0;
}
.cart-prod-info li > p {
    font-size: 12px;
    color: #505050;
}
.cart-prod-info li .content p {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
}
.cart-prod-info li .content a {
    font-size: 18px;
    color: #FE0002;
    padding: 10px;
    transition: all .2s ease;
}
.cart-prod-info li .content a:hover {
    color: #FE5F55;
}
@media (max-width: 768px) {
    .cart-product-row-info { height: auto; }
    .cart-prod-info { padding: 0; }
    .cart-prod-info li {
        grid: 1fr / 2fr 3fr;
        gap: 20px;
        width: 100%;
        align-items: center;
        justify-items: start;
    }
    .cart-prod-img { height: auto; width: 100%; }
}

/*
.cart-prod-guide {
    background: #f7f7f7;
    list-style: none;
    height: 100%;
    padding: 0 20px;
    margin: 0;
}
.cart-prod-guide {
    border-bottom: 1px solid #e0dcdc;
    height: 30px;
}
.cart-prod-guide li {
    font-size: 12px;
    color: #505050;
}

.cart-prod-info {
    background: #f7f7f7;
    list-style: none;
    height: 100%;
    padding: 0 20px;
    margin: 0;
}
.cart-prod-info li {
    height: 100%;
} */


.favlist-prod-addcart-title {
    float: right;
}

.favlist-prod-addcart {
    float: right;
    margin: 5px 0;
    width: 90px;
    text-align: center;
    color: #505050;
    font-size: 24px;
    position: relative;
    padding: 3px 0;
}

.favlist-prod-addcart form
{
    padding: 0px;
}

.cartp-set-amounts {
    float: left;
    width: 19px;
    margin: 5px 0 5px 20px;
}

#cart-amount-touchspin {
    width: 80px;
}
#cart-amount-touchspin input {
    text-align: center;
}
.cart-amount-spin .input-left-rounded, .cart-amount-spin .input-group-btn-vertical .btn, .cart-order-amount-spin .input-left-rounded, .cart-amount-spin input
{
    border-radius: 0px !important;
}

.cart-order-amount-spin .input-group-btn-vertical
{
    display: none;
}

.cartp-border-right {
    border-right: 1px solid #e0dcdc;
}

.cartp-set-amount {
    background: #c0c0c0;
    width: 19px;
    height: 15px;
    float: left;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.cartp-amount-minus {
    background: #cecece;
}

/*.cart-prod-info-stock input {
    float: left;
    margin: 5px 20px 5px 0;
    border: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #505050;
    font-family: 'Lato-Regular';
}*/

.cart-prod-info-stock input {
    text-align: center;
    padding: 2px;
}

.cart-prod-info-stock .bootstrap-touchspin {
    width: 60px;
    margin: 0px auto;
}

.bootstrap-touchspin {
    display: flex;
    flex-direction: row;
    width: auto;
    height: 40px;
}
.bootstrap-touchspin input {
    height: 100% !important;
}
.bootstrap-touchspin span {
    position: relative;
    z-index: 99;
}

.cart-darrow {
    position: absolute;
    top: 0;
    left: 50%;
    background: url("images/cart-darrow.png");
    width: 15px;
    height: 8px;
    margin-left: -4px;
    margin-top: -13px;
}

.cartp-border-right {
    padding: 0;
}

.cpis-top {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cart-prod-info-price {
    margin: 5px 0;
    float: left;
    width: 30%;
    text-align: center;
    color: #505050;

    font-size: 11px;
    position: relative;
    padding: 3px 0;
}

.cpip-top {
    font-size: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
     font-weight: 700;
}

.cart-product-row {
    margin-bottom: 30px;
    position: relative;
}

.cart-prod-info-intro {
    right: 25px;
    padding-left: 15px;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cpii-col .fa-chevron-right {
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    color: #e7e7e7;
    right: 5px;
    position: absolute;
}

.cart-total-row {
    width: 100%;
    height: 66px;
    /*background: #f7f7f7;*/
}

.cart-total-amount {
    float: right;
    color: #505050;

    text-align: right;
    padding-right: 0;
    padding-top: 11px;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
}

.cart-total-amount-netto {

    float: right;
    color: #505050;
    text-align: right;
    padding-right: 0;
    width: 100%;
}

#sendcoupon {
    background: #FE0002;
    border: 1px solid #FE0002;
    border-radius: 0;
    text-transform: uppercase;
     font-weight: 700;
    color: #fff;
    font-size: 12px;
}

#sendcoupon:hover {
    background: #fff;
    color: #FE0002;
}

#couponcode {
    max-width: 150px;
    border-radius: 0px;
    height: 29px;
    margin-right: 10px;
    background: #f7f7f7;
    border: 0;
}
#addcoupon p { font-size: 14px; font-weight: 700; color: #505050; white-space: nowrap; margin: 0; }
#addcoupon div { margin-top: 10px; }
#addcoupon div input { width: 200px; height: 40px; box-shadow: none !important; font-size: 14px; }
#addcoupon div a { box-shadow: none !important; height: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#addcoupon #coupon-error {
    color: #FE5F55;
    font-weight: 400;
}

.coupon-delete {
    color: red !important;
    margin-right: 5px;
}

.coupon-discount {
    margin-left: 10px;
    color: green;
    font-weight: 700;
}

.shipping-header {
    width: 100%;
    height: auto;
    background: #f8f8f8;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}
.shipping-header:hover .shipping-type-box i { color: #020001; }

.shipping-type-box {
    min-width: 70px;
    width: 70px;
    background: #ededed;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #4b4a4a;
    font-size: 25px;
    margin-right: 20px;
}
.shipping-type-box i { transition: all .2s ease; }

.shipping-type-title {
    margin: 0;
    width: 20%;
    text-align: left;
}
.shipping-type-title span { font-weight: 700; }
.shipping-content {
    color: #9f9f9f;
    width: 50%;
}
.shipping-content p {
    margin: 0;
    font-size: 14px;
    text-transform: none;
}
.shipping-content .shipping-content-price {
    display: flex;
    flex-direction: row;
}
.shipping-content .shipping-content-price span {
    margin: 0;
    font-size: 18px;
    white-space: nowrap;
}
.shipping-content .shipping-content-price > span {
    margin-right: 10px;
}
.shipping-item-input .shipping-content {
    width: 100%;
    margin-left: 0;
    background: #f7f7f7;
    padding-top: 35px;
    padding-bottom: 11px;
}
@media (max-width: 996px) {
    .shipping-type-title { width: 30%; }
    .shipping-content { width: 30%; }
    .shipping-type-title { font-size: 14px; }
    .shipping-content .shipping-content-price,
    .shipping-content .shipping-content-price span { font-size: 14px;}
    .shipping-content .shipping-content-price .currency { font-size: 14px;}
}
@media (max-width: 576px) {
    .shipping-type-title { width: 60%; }
}

.shipping-row-margin .shipping-content {
    padding-bottom: 40px;
}

.success-orderview .billing-row-margin .shipping-content {
    padding-bottom: 54px;
}

.shipping-item-input .shipping-content .control-label {
    text-align: left;
    padding-left: 30px;
    padding-top: 4px;
    margin-bottom: 15px;
}

.shipping-item-input .shipping-content .col-sm-9 .form-control {
    width: 96%;
    border-radius: 0;
    height: 35px;
}

.shipping-item-input .shipping-content .col-sm-12 textarea {
    width: 96%;
    margin-left: 2%;
    border-radius: 0;
    height: 150px;
}

.shipping-item-input .shipping-content .col-sm-9 select {
    padding: 4px 12px 3px;
}

.shipping-item-input .shipping-content .form-group {
    margin-bottom: 0;
}

.shipping-item-input .shipping-content #copy {
    margin: 20px 15px;
    margin-top: -15px;
}

.shipping-item-input .shipping-content #copy .cbx-label
{
    width: calc(100% - 37px);
    font-size: 14px;
}

.shipping-item .addresscopy .cbx, .shipping-item .orderiscompany .cbx
{
    margin: 0px;
    vertical-align: top;
}

.shipping-item .addresscopy .cbx-label, .shipping-item .orderiscompany .cbx-label
{
    vertical-align: top;
    padding-top: 4px;
}

.shipping-item .orderiscompany
{
    margin-bottom: 10px;
}

.shipping-content-price {
     font-weight: 700;
    color: #505050;
    font-size: 17px;
}

.shipping-item {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.shipping-fee-row {
    float: left;
    width: 100%;
    color: #505050;

    font-size: 21px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: right;
}

.shipping-fee-row strong {
     font-weight: 700;
}

.sfr-total {
    /*background: #f2f2f2;*/
}

.sfr-total-box {
    float: right;
    background: #e7e7e7;
    height: 50px;
    line-height: 50px;

    color: #505050;
    width: 120px;
    font-size: 21px;
    text-align: center;
    margin-right: 0;
    margin-left: 3px;
}

.payment-checkbox {
    width: 155px;
    margin: 0 auto;
}

.shipping-payment-chks {
    float: right;
    clear: both;
    padding-top: 10px;
    margin-bottom: 15px;
    text-align: right;
}

.comment-row-margin {
    margin-top: 30px;
}

.agree-checkbox {
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-top: 10px;
}

.agree-checkbox .form-group {
    margin: 0px;
}

.agree-checkbox .checkbox-text {
    float: left;
}

.agree-checkbox .checkbox-text a {
    color: #258ab0;
}

#ordersubmit {
    border: 1px solid #FE0002 !important;
    border-radius: 0 !important;
    background: #FE0002 !important;
     font-weight: 700;
    color: #fff !important;
    padding: 15px 55px !important;
    margin-bottom: 30px;
}

#ordersubmit:hover {
    background: #fff !important;
    color: #FE0002 !important;
}

.cbx-label {
    color: #505050;
    font-size: 14px;
}

.cbx-label a {
    color: #0e0d0d;
}

/* cart modal*/
#addcatmodal-content {
    border-radius: 0;
    border: 1px solid #020001;
    text-transform: uppercase;
    padding: 20px 5px;
    text-align: center;
    background-color: #FFFFFF;
}

.cart-popup-title {
    color: #020001;
    font-weight: 600;
    text-transform: none;
}

.cart-popup-logo {
    max-width: 100%;
    margin-bottom: 20px;
}

.cart-popup-product img {
    max-width: 100%;
    margin: 0px auto;
}

.cart-popup-product-title {
    font-size: 15px;
}

.cart-popup-product-title a {
    color: #020001;
}

.cart-popup-product-price {
    font-size: 20px;
}

.cart-popup-product-price a {
    color: #020001;
}

.cart-popup-buttons {
    margin: 30px 0px;
    font-size: 14px;
}

.cart-popup-back {
    font-weight: 700;
    border-radius: 0px;
    color: #FE0002;
    background: #FFFFFF;
    border: 2px solid #FE0002;
    display: block;
    width: 100%;
    box-shadow: none !important;
}

.cart-popup-back:hover {
    color: #FFFFFF;
    background-color: #FE0002;
}

.cart-popup-tocart {
    font-weight: 700;
    border-radius: 0px;
    color: #FFFFFF;
    border: 2px solid #FE0002;
    text-transform: none;
    display: block;
    box-shadow: none !important;
    background-color: #FE0002;
}

.cart-popup-tocart:hover {
    color: #FE0002;
    background-color: #FFFFFF;
}


.empty-container {
    width: 100%;
    max-width: 1200px;
    margin: 6% auto;
    border: 2px #020001 dashed;
    padding: 8% 15px;
    text-align: center;
}
.empty-container .fa-shopping-cart {
    font-size: 80px;
    color: #020001;
}
.empty-container .empty-container-title {
    font-size: 24px;
    color: #020001;
    text-transform: uppercase;
    margin: 15px 0px;
    font-weight: 300;
}
@media (max-width: 576px) {
    .empty-container .fa-shopping-cart {
        font-size: 34px;
    }
    .empty-container .empty-container-title {
        font-size: 20px;
    }
}
.empty-container a {
    color: #424242;
    font-weight: 900;
}
.cart-pi-title
{
    display: none;
}

.shopcartcontainer .agree-checkbox .cbx-label
{
    width: calc(100% - 37px);
}

/*** csomagpont valszto ***/
.package-point-error
{
    font-size: 18px;
    display: block;
    text-align: center;
    color: #e0322e;
    margin: 5px;
    clear: both;
}

#gls-canvas
{
    width: 100%;
    height: 400px;
}

#packagepont-info
{
    font-size: 15px;
    margin-bottom: 10px;
}

#packagepont-info td
{
    padding: 0px 3px;
}

#packagepont-info-title
{
    font-weight: 700;
    font-size: 16px;
    display: block;
}

#pp-geoloc-button
{
    display: none;
}

.mpl-zipcode
{
    margin: 10px 0px;
    text-align: center;
}

.mpl-zipcode input
{
    border: 1px solid #ccc;
}

#pp-map-canvas
{
    width: 100% !important;
}

#postaPontApi-inner form
{
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0px auto;
    margin-bottom: 5px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#pp-select-container
{
    flex-grow: 1;
}

#pp-select-postapont
{
    width: 100%;
    height: 32px;
    border: 1px solid #ccc;
}

#pp-select-button
{
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    border: 1px solid #020001;
    background-color: #020001 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-left: 10px;
}

#pp-select-button:hover
{
    color: #020001 !important;
    background-color: #fff !important;
}

.pp-map-info a
{
    padding: 2px;
    border: 1px solid #020001;
    background-color: #020001 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
    text-align: center;
}

.pp-map-info a:hover
{
    color: #020001 !important;
    background-color: #fff !important;
}

#payment-request-button {
    background-color: #020001;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 150px;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}

#applepay-msg
{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#applepay-msg .applepay-success
{
    color: #0F9E5E;
}

#applepay-msg .applepay-error
{
    color: #e02222;
}

/*****************/

.cbx-main-container {
    width: 24px;
    height: 24px;
    font-size: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    margin-right: 5px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
}

#cartSummary
{
    width: 100%;
}

@media (min-width: 1320px) {

}

@media (min-width: 1620px) {

    /* .cart-prod-info-box {
        width: 91%;
    } */

}

/* @media (max-width: 1620px) {
    .shipping-content
    {
        width: 54%;
    }
}

@media (max-width: 1200px) {
    .shipping-content
    {
        width: 47%;
    }
}

@media (max-width: 992px) {
    .shipping-content {
        width: 27%;
    }
} */

@media (max-width: 768px) {
    .cart-popup-title
    {
        font-size: 15px;
    }
    #addcatmodal-content
    {
        padding: 5px 0px;
    }
    .cart-popup-logo
    {
        max-height: 50px;
    }
    .cart-popup-product img
    {
        max-height: 100px;
    }
    .cart-popup-back {
        margin-bottom: 15px;
    }
    .cart-popup-product {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .cart-popup-product-title
    {
        text-align: center;
        margin: 20px 0px;
        margin-bottom: 0px;
    }
    .cart-popup-product-price
    {
        text-align: center;
    }

    .cart-prod-info {
        background: #fff;
    }

    .cart-prod-info-stock {
        width: 100%;
        float: left;
        background: #f7f7f7;
    }

    .cart-pi-title{
        display: block;
        width: 35%;
        float: left;
        height: 60px;
        background: #e7e7e7;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;

        margin-right: 20px;
    }


    .cart-prod-info-stock input {
        margin: 0 0 5px 0;
    }

    .cart-prod-info-stock .bootstrap-touchspin{
        margin-top: 13px;
        margin-left: 0;
    }

    .cartp-border-right {
        border-right: 0;
    }

    .cart-prod-info-box {
        width: 100%;
    }

    .cart-prod-info-price, .cart-prod-info-size {
        margin: 3px 0;
        padding: 0px;
        float: left;
        width: 100%;
        background: #f7f7f7;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-prod-info-delete{
        width: 100%;
        margin-top: 3px;
    }

    .cart-prod-info-delete a {
        width: 100%;
        float: left;
        height: 48px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-prod-info-delete a:hover {
        text-decoration: none;
    }

    .cart-prod-info-delete i {
        font-size: 22px;
    }
    .cart-prod-info-delete span{
        padding-top: 3px;
        padding-left: 5px;
    }

    .cpip-top {
        font-size: 19px;
        padding-top: 0;
        padding-bottom: 0;

    }

    .cart-total-amount {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
    }

    .cart-product-row {
        margin-bottom: 10px;
    }

    .cart-total-amount-netto {
        text-align: center;
        font-size: 12px;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .cart-total-row {
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
        height: auto;
    }

    #cart-shipping-payment .shipping-type-box {
        width: 70px;
        display: block;
        position: absolute;
        float: left;
        background: #e7e7e7;
        height: 70px;
        text-align: center;
        line-height: 70px;
        color: #3d3c3c;
        font-size: 25px;
        margin-right: 12px;
    }

    #cart-shipping-payment .shipping-payment-chks .cbx-label{
        display: none;
    }

    #cart-shipping-payment .shipping-type-title {
        width: 60%;
        position: absolute;
        left: 95px;
        height: 35px;
        margin-top: 19px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #cart-shipping-payment .shipping-content {
        width: 59%;
        float: none;
        position: absolute;
        left: 75px;
        margin-top: 43px;
    }

    #cart-shipping-payment .shipping-header{
        display: block;
    }

    #cart-shipping-payment .shipping-payment-chks {
        padding-top: 23px;
        text-align: left;
        width: 40px;
        position: absolute;
        right: 12px;
    }

    .shipping-fee-row {
        float: left;
        width: 100%;
        color: #505050;

        font-size: 18px;
        height: auto;
        padding: 3px 0px;
        line-height:1;
        text-transform: uppercase;
        text-align: center;
    }

    .sfr-first-top{
        margin-top: 40px;
    }

    .sfr-total-box {
        float: none;
        position: relative;
        background: #e7e7e7;
        height: 40px;
        line-height: 40px;

        color: #505050;
        width: 120px;
        font-size: 21px;
        text-align: center;
        margin: 17px auto;
    }

    .cart-info-row {
        font-size: 16px;
    }

    .cart-form-row-class form{
        padding-left: 0;
    }

    .cart-form-row-class .cbx-label{
        width: 85%;
        font-size: 12px;
        margin-bottom: 10px
    }

    .field-shoporder-agree .cbx-label{
        font-size: 12px;
        text-transform: none;
    }

    .shipping-item-input .shipping-content {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .shipping-item-input .shipping-content #copy {
        margin-top: 12px;
        margin-bottom: 15px;
    }
	    .shipping-item .form-group
    {
        margin: 0px;
    }
    .shipping-item .form-group input, .shipping-item .form-group select
    {
        width: 100% !important;
    }
    .shipping-item-input .shipping-content .control-label
    {
        padding-left: 15px;
    }

}

/* corrections */
/* #cart-shipping .shipping-header, #cart-payment .shipping-header {display: block !important; position: relative !important;}
#cart-shipping .shipping-header > *, #cart-payment .shipping-header > * {display: inline-block !important; float: none; vertical-align: top !important;}
#cart-shipping .shipping-content, #cart-payment .shipping-content {position: relative; width: 600px !important}
#cart-shipping .hvc, #cart-payment .hvc {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%}
#cart-shipping .shipping-type-title, #cart-payment .shipping-type-title {width: 200px !important; line-height: 70px; }
#cart-shipping .title-content-wrapper, #cart-payment .title-content-wrapper { width: 70% !important;}
#cart-shipping .title-content-wrapper > div, #cart-payment .title-content-wrapper > div {display: inline-block; float: none; vertical-align: middle !important; height: 70px; }
#cart-shipping .shipping-type-box, #cart-payment .shipping-type-box {line-height: unset; vertical-align: top; position: relative;}
#cart-shipping .shipping-type-box i, #cart-payment .shipping-type-box i {position: absolute; bottom: 50%; right: 50%; transform: translate(50%, 50%);}
#cart-shipping .changeshipping.shipping-payment-chks, #cart-payment .changepayment.shipping-payment-chks {padding: 0; margin: 0; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
#cart-shipping .changeshipping.shipping-payment-chks .cbx, #cart-shipping .changeshipping.shipping-payment-chks .cbx-container, #cart-payment .changepayment.shipping-payment-chks .cbx, #cart-payment .changepayment.shipping-payment-chks .cbx-container  {margin: 0}
@media(max-width: 1599px) {
    #cart-shipping .shipping-content, #cart-payment .shipping-content {position: relative; width:550px !important}
}
@media(max-width: 1199px) {
    #cart-shipping .shipping-content, #cart-payment .shipping-content {width: 300px !important}
}
@media(max-width: 991px) {
    #cart-shipping .shipping-content, #cart-payment .shipping-content {width: 200px !important}
}
@media(max-width: 767px) {
    .cart-info-row {font-size: 15px;}
    .cart-product-row-title .fa-tag {font-size: 15px;float: none !important; display: inline !important; vertical-align: middle !important;}
    .cart-product-row-title .cart-name {font-size: 15px; float: none !important; display: inline !important; vertical-align: middle !important;  margin-left: 5px}
    .separation-line {display: none}
    .cart-product-row-title .cart-title-info {float: none; display: block; margin: 5px 0}
    #couponcode {margin-right: 0 !important;}
    #cart-shipping .cbx-label, #cart-payment .cbx-label {display: none}
    #cart-shipping .changeshipping.shipping-payment-chks, #cart-payment .changepayment.shipping-payment-chks { right: 15px;}
    #cart-shipping .shipping-type-box, #cart-payment .shipping-type-box {margin-right: 5px}
    #cart-shipping .title-content-wrapper, #cart-payment .title-content-wrapper { width: 145px !important; position: absolute; left: 75px; top: 50%; transform: translateY(-50%);}
    #cart-shipping .shipping-type-title, #cart-shipping .shipping-content, #cart-payment .shipping-type-title, #cart-payment .shipping-content {width: 100% !important}
    #cart-shipping .title-content-wrapper > div, #cart-paymnt .title-content-wrapper > div {height: auto !important; }
    #cart-shipping .shipping-content, #cart-payment .shipping-content {margin: 0}
    #cart-shipping .shipping-type-title, #cart-shipping .shipping-content, #cart-payment .shipping-type-title, #cart-payment .shipping-content {height: unset !important; line-height: unset;}
    #cart-shipping .shipping-content, #cart-payment .shipping-content {float:  left !important;}
    #cart-shipping .hvc, #cart-payment .hvc {position: relative !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; transform: none !important;}
} */
.cart-product-row-title .products-details-element {
    margin: 0;
}
.cart-product-row-title .cart-text-stocks {
    max-width: 325px;
    margin: 5px 0 10px 25px;
}
.cart-product-row-title .products-details-element-title.products-details-element-title-longer, .cart-product-row-title .products-details-element-value, .cart-product-row-title .stock-information-button {
    line-height: 1.1;
    color: #505050;
    font-size: 13px;
}
.cart-product-row-title .products-details-element-title.products-details-element-title-longer {
    width: 100%;
}
@media (max-width: 767px) {

    .cart-product-row-title .products-details-element-title.products-details-element-title-longer, .cart-product-row-title .products-details-element-value, .cart-product-row-title .stock-information-button {
        font-size: 12px;
    }
    .cart-product-row-title .cart-text-stocks {
        max-width: 100%;
        width: 100% !important;
        margin: 5px 0 10px 0;
    }
    .cart-product-row-title .cart-text-stocks .products-details-element-value {
        width: 35%;
    }
}