* {
    outline: 0;
}

.cart-info-row {
    background: #232323;
    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: 6px;
    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 {
    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 {
    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: bold;
}

.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;
    margin-bottom: 16px;
}

.cart-total-amount {
    float: right;
    color: #505050;
    text-align: right;
    padding-right: 0;
    padding-top: 11px;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}

.currency {
    text-transform: none;
}

.cart-total-amount-netto {
    float: right;
    color: #505050;
    text-align: right;
    padding-right: 0;
    width: 100%;
}

#sendcoupon {
    background: #e04942;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

#couponcode {
    max-width: 150px;
    border-radius: 0px;
    height: 29px;
    margin-right: 10px;
    background: #f7f7f7;
    border: 0;
    font-size: 13px;
}

#addcoupon label {
    line-height: 32px;
    margin-right: 10px;
    display: none;
}

#coupon-error {
    clear: both;
    float: right;
    color: red;
    font-weight: bold;
}

.coupon-delete {
    color: red !important;
    margin-right: 5px;
}

.coupon-discount {
    margin-left: 10px;
    color: green;
    font-weight: bold;
}

.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-type-title i {
    font-size: 17px;
    margin-left: 3px;
    padding: 5px;
}

.shipping-content {
    width: 62%;
    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: 63px;
}

.shipping-item-input .shipping-content .control-label {
    text-align: left;
    padding-left: 30px;
    padding-top: 4px;
    font-weight: 400;
    color: #505050;
}

.phonetext-info{
    padding-left: 15px;
}

.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-top: 17px;
    margin-bottom: 35px;
}

.shipping-content-price {
    font-weight: bold;
    color: #505050;
    font-size: 17px;
    /*display: none;*/
}

.purchaseamount {
    text-transform: none;
    font-size: 18px;
}

.purchaseamount i {
    font-size: 16px;
    margin-left: 25px;
}

.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: bold;
}

.sfr-total {}

.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 .cbx,
.agree-checkbox .cbx-container,
.agree-checkbox .cbx-label {
    vertical-align: top;
    margin-top: -1px;
}

.agree-checkbox .form-group {
    margin: 0px;
}

.agree-checkbox .checkbox-text {
    float: left;
}

.agree-checkbox .checkbox-text a {
    color: #258ab0;
}

#ordersubmit {
    border: 0 !important;
    border-radius: 0 !important;
    background: #e04942 !important;
    font-weight: bold;
    color: #fff;
    padding: 15px 55px !important;
    margin-bottom: 30px;
}

.order-submit-info {
    display: none;
    color: #e04942 !important;
    font-weight: 700;
    border: 1px solid #232323;
    font-size: 16px;
    padding: 15px 25px;
}

.continue-shopping {
    border: 1px solid #e04942!important;
    border-radius: 0 !important;
    background: #e04942 !important;
    font-weight: bold;
    color: #fff;
    padding: 12px 28px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    float: right;
    margin-right: 15px;
    margin-top: 30px;
}

.continue-shopping:hover {
    background: #fff !important;
    color: #e04942;
    text-decoration: none;
}

.cbx-label {
    color: #505050;
    font-size: 14px;
    text-transform: uppercase;
}

.cbx-label a {
    color: #0e0d0d;
}

#addcatmodal-content {
    border-radius: 0px;
    border: 1px solid #232323;
    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 {
}

.cart-popup-product img {
    max-width: 100%;
    margin: 0px auto;
}

.cart-popup-product-title {
    padding: 0px;
    font-size: 15px;
    line-height: 100px;
}

.cart-popup-product-title a {
    color: #3d3c3c !important;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.cart-popup-product-price {
    padding: 0px;
    font-size: 20px;
    line-height: 100px;
}

.cart-popup-product-price a {
    color: #232323;
}

.cart-popup-buttons {
    margin: 30px 0px;
    font-size: 14px;
}

.cart-popup-back {
    border-radius: 0px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #232323;
    border: 1px solid #232323;
    display: block;
    width: 100%;
}

.cart-popup-back:hover {
    color: #232323 !important;
    background-color: #fff;
}

.cart-popup-tocart {
    border-radius: 0px;
    color: #232323 !important;
    text-transform: uppercase;
    border: 1px solid #232323;
    display: block;
}

.cart-popup-tocart:hover {
    color: #fff !important;
    background-color: #232323;
}

.empty-container {
    width: 100%;
    max-width: 1200px;
    margin: 6% auto;
    display: block;
    border: 2px #232323 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: #e04942;
}

.empty-container .fa-star {
    font-size: 80px;
    color: #e04942;
}

.empty-container .empty-content-title {
    font-size: 24px;
    color: #232323;
    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;
    color: #1d1d1d;
}

.cart-pi-title {
    display: none;
}

@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: 60%;
    }
}

@media (max-width:1200px) {
    .shipping-content {
        width: 54%;
    }
    .purchaseamount {
        font-size: 14px;
    }
    .purchaseamount i {
        font-size: 11px;
        margin-left: 10px;
    }
    .shipping-content-price {
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .shipping-content {
        width: 46%;
    }
    .purchaseamount i {
        font-size: 12px;
        margin-left: 0;
    }
    .purchaseamount {
        font-size: 14px;
        display: inline-block;
    }

    .agree-checkbox .cbx,
    .agree-checkbox .cbx-container,
    .agree-checkbox .cbx-label {
        margin-top: 4px;
    }
}

@media (max-width:768px) {
    .cart-popup-back {
        margin-bottom: 15px;
    }
    #coupon-container {
        float: left;
        width: 100%;
    }
    #ugyfelform_iranyitoszam {
        height: 25px !important;
        padding: 2px 0 0 10px;
        max-width: 100%;
    }
    .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;
        line-height: normal;
    }
    .cart-popup-product-price {
        text-align: center;
        line-height: normal;
    }
    .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: 15px;
        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: 188px;
        margin: 0 auto;
        display: block;
        position: relative;
        height: auto;
    }
    .sfr-total {
        width: 255px;
        height: auto !important;
    }
    .changepayment .shipping-header .shipping-type-box,
    .changeshipping .shipping-header .shipping-type-box  {
        width: 45px;
        display: block;
        position: absolute;
        float: left;
        background: #e7e7e7;
        height: 85px;
        text-align: center;
        line-height: 85px;
        color: #3d3c3c;
        font-size: 20px;
        margin-right: 12px;
    }
    .changepayment .shipping-header .cbx-label,
    .changeshipping .shipping-header .cbx-label {
        display: none;
    }
    .changepayment .shipping-header .shipping-type-title,
    .changeshipping .shipping-header .shipping-type-title{
        width: 60%;
        position: absolute;
        left: 70px;
        height: 35px;
        margin-top: 25px;
        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;
        font-size: 11px;
    }
    .changepayment .shipping-header .shipping-content,
    .changeshipping .shipping-header .shipping-content {
        width: 60%;
        float: none;
        position: absolute;
        left: 50px;
        margin-top: 50px;
    }
    .purchaseamount i {
        display: none;
    }
    .purchaseamount {
        font-size: 12px;
    }
    .changeshipping .shipping-header,
    .changepayment  .shipping-header {
        display: block;
        height: 85px;
    }
    .changepayment .shipping-header  .shipping-payment-chks,
    .changeshipping .shipping-header  .shipping-payment-chks {
        padding-top: 30px;
        text-align: left;
        width: 40px;
        position: absolute;
        right: 8px;
    }
    .shipping-fee-row {
        float: left;
        width: 100%;
        color: #505050;
        font-size: 15px;
        height: 28px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
    }
    .sfr-first-top {
        margin-top: 30px;
    }
    .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: 14px;
    }
    .field-shoporder-agree2 .cbx-label,
    .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;
    }


}

.cart-product-row-title .cart-name {
    display: inline;
    float: none!important;
    height: auto;
}
.cart-product-row-title .fa-tag {
    display: inline;
}
.separation-line {
    display: none;
}
.cart-product-row-title .cart-title-info {
    float: none!important;
}

.cart-form-row-class .error-summary {
    display: none !important;
}

.field-shoporder-agree2.has-error .help-block-error,
.field-shoporder-agree.has-error .help-block-error {
    background: #a94442;
    color: #fff;
    padding: 10px 5px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.cta-top-pad-bottom {
    padding-bottom: 10px;
}

@media (max-width:375px) {
    .agree-checkbox .cbx-label {
        width: 87%!important;
    }
}

/* GLS csomagpont */

.package-point-error
{
    font-size: 18px;
    display: block;
    text-align: center;
    color: #e0322e;
    margin: 5px;
    clear: both;
}

#gls-canvas
{
    width: 100%;
    height: 400px;
    float: left;
}

#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;
}

#gls-canvas #searchinput.default {
    /*width: 100%;*/
}

@media (max-width: 600px) {
    #gls-canvas
    {
        height: 700px;
    }
    #gls-canvas #left-canvas {
        width: 100%;
        height: 350px;
        overflow-y: scroll;
    }
    #gls-canvas #right-canvas {
        width: 100%;
        height: 350px;
    }
}


.field-shopaddressshipping-phone_alternate span {
    display: inline-block;
    width: 10% !important;
    font-size: 20px;
    color: #292F3F;
}

.field-shopaddressshipping-phone_alternate #main_phone_prefix {
    display: inline-block;
    width: 10% !important;
    margin-right: 1.5%;
    border: 1px solid #ccc;
    height: 28px;
    color: #555;
}

.field-shopaddressshipping-phone_alternate .form-control {
    display: inline-block;
    width: 74.7% !important;
}

@media (max-width: 1599px) {
    .field-shopaddressshipping-phone_alternate span {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    .field-shopaddressshipping-phone_alternate span {
        font-size: 16px;
        width: 12% !important;
    }

    .field-shopaddressshipping-phone_alternate #main_phone_prefix {
        width: 12% !important;
    }

    .field-shopaddressshipping-phone_alternate .form-control {
        width: 70.4% !important;
    }
}
@media (max-width: 767px) {
    .field-shopaddressshipping-phone_alternate span {
        font-size: 16px;
        width: 15% !important;
    }

    .field-shopaddressshipping-phone_alternate #main_phone_prefix {
        width: 15% !important;
    }

    .field-shopaddressshipping-phone_alternate .form-control {
        width: 63.2% !important;
    }
}
.field-shopaddressshipping-phone_prefix .help-block-error {
    margin: 0 !important;
}
.field-shopaddressshipping-phone_prefix.has-error .help-block-error {
    margin-bottom: 5px !important;
}