* {
    outline: 0;
}

.cart-info-row {
    background: #df7400;

    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;

    line-height: 43px;
}

.separation-line {
    width: 1px;
    height: 21px;
    background: #e1e1e1;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
}

.cart-product-row-title {
    border-bottom: 1px dashed #cbcbcb;
}

.cart-product-row-title .pull-left i,
.cart-product-row-title .pull-left div,
.cart-product-row-title .pull-right i,
.cart-product-row-title .pull-right div {
    float: left;
}

.cart-product-row-title .fa-tag {
    color: #505050;
    font-size: 22px;
}

.cart-product-row-title .cart-name {
    color: #464646;
    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;

    margin-top: 4px;
    float: right;
}

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

.cart-prod-img {
    float: left;
    width: 8%;
    margin-right: 2%;
    margin-top: 10px;
}

.cart-prod-info-box {
    float: left;
    width: 90%;
    position: relative;
}

.cart-prod-info {
    float: left;
    width: 100%;
    background: #f7f7f7;
    min-height: 32px;
    margin-top: 12px;
}

.cart-prod-info-stock {
    float: left;
    padding: 3px 0;
    margin: 5px 0;
    width: 90px;
    text-align: center;
    color: #505050;

    font-size: 11px;
    position: relative;
}

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

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

.cart-prod-info-delete-title {
    width: 8%;
    background: #e7e7e7;
    float: right;
    text-align: center;
    color: #505050;

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

.cart-prod-info-delete {
    float: right;
    height: 51px;
    width: 8%;
    background: #e7e7e7;
    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 {
    color: #505050;
}

.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-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;
}

.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: #df7400;
    border: 1px solid #df7400;
    border-radius: 0;
    text-transform: uppercase;
     font-weight: 700;
    color: #fff;
    font-size: 12px;
}

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

#couponcode {
    max-width: 150px;
    border-radius: 0px;
    height: 29px;
    margin-right: 10px;
    background: #f7f7f7;
    border: 0;
}

#addcoupon label {
    line-height: 32px;
    margin-right: 10px;
}

#coupon-error {
    clear: both;
    float: right;
    color: red;
    font-weight: 700;
}

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

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

.shipping-header {
    width: 100%;
    float: left;
    background: #f2f2f2;
    height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #505050;

    text-transform: uppercase;
}

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

.shipping-type-title {
    width: 16%;
}

.shipping-content {
    width: 61%;
    float: left;
    color: #9f9f9f;

    margin-left: 20px;
}

.shipping-item-input .shipping-content {
    width: 100%;
    margin-left: 0;
    background: #f7f7f7;
    padding-top: 35px;
    padding-bottom: 25px;
}

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

.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;
}

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

.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-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 #df7400 !important;
    border-radius: 0 !important;
    background: #df7400 !important;
     font-weight: 700;
    color: #fff !important;
    padding: 15px 55px !important;
    margin-bottom: 30px;
}

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

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

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

/* cart modal*/

#addcatmodal-content {
    border-radius: 0px;
    border: 1px solid #df7400; /*színt cserélni*/
    text-transform: uppercase;
    padding: 20px 5px;
    text-align: center;
    background-color: #f7f7f7;
}

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

.cart-popup-title {
    margin-bottom: 15px;
    color: #2a2a2a;
    font-size: 18px;
}

.cart-popup-product {
    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;
}

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

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

.cart-popup-product-title a {
    color: #3d3c3c !important;
}

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

.cart-popup-product-price a {
    color: #df7400; /*színt cserélni*/
}

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

.cart-popup-back {
    border-radius: 0px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #df7400; /*színt cserélni*/
    border: 1px solid #df7400; /*színt cserélni*/
    display: block;
    width: 100%;
}

.cart-popup-back:hover {
    color: #df7400 !important;
    background-color: #fff;
}

.cart-popup-tocart {
    border-radius: 0px;
    color: #df7400 !important; /*színt cserélni*/
    text-transform: uppercase;
    border: 1px solid #df7400; /*színt cserélni*/
    display: block;
}

.cart-popup-tocart:hover {
    color: #fff !important;
    background-color: #df7400;
}


.empty-container
{
    width: 100%;
    max-width: 1200px;
    margin: 6% auto;
    display: block;
    border: 2px #df7400 dashed;
    padding: 8% 15px;
    text-align: center;
}

.empty-content
{
    width: 100%;
    max-width: 550px;
    margin: 0px auto;
    display: block;
    text-align: center;
}

.empty-container .fa-shopping-cart
{
    font-size: 80px;
    color: #df7400;
}

.empty-container .fa-star
{
    font-size: 80px;
    color: #df7400;
}

.empty-container .empty-content-title
{
    font-size: 24px;
    color: #df7400;
    text-transform: uppercase;
    margin: 15px 0px;

    font-weight: 300;
}

.empty-container .empty-content-title span
{
    vertical-align: top;
    line-height: 60px;
}

.empty-container .empty-content-title .fa-info-circle
{
    margin-right: 28px;
    font-size: 60px;
}

.empty-container a
{
    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 #df7400;
    background-color: #df7400 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-left: 10px;
}

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

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

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

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

@media (min-width: 1320px) {

}

@media (min-width: 1620px) {

    .cart-prod-img {
        width: 7%;
    }

    .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-img {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-top: 10px;
    }

    .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;}
}