.simplecheckout-warning-block{
	padding: 0 10px;
    text-align: center;
    margin-bottom: 15px;
    clear: both;
}
.simplecheckout-error-empty{
    color: #fd3a3a;
    font-size: 14px;
    margin-left: 25px;
}
.card-inner-c {
    padding-top: 10px;
    padding-bottom: 40px
}

.header-card-c {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    margin-bottom: 50px
}

.item-of-card {
    height: 200px;
    border: 1px solid #f1f1f1;
    padding: 20px 25px;
    position: relative;
    margin-bottom: 10px
}

.img-placeholder-oc {
    width: 140px;
    position: relative;
    display: inline-block
}

.img-placeholder-oc .center-img-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 158px;
    vertical-align: middle
}

.img-placeholder-oc .center-img-card img {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0
}

.content-item-card {
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 8px
}

.name-product-card {
    width: 440px
}

.name-product-card a {
    color: #222;
    font-size: 15px;
    font-weight: 500
}

.header-quantity {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #6d737b
}

.minus_plus-card {
    display: inline-block
}

.minus_plus-card button {
    width: 26px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1%
}

.minus_plus-card .red {
    background-color: red;
    color: #fff;
    border: 1px solid red
}

.minus_plus-card input {
    width: 47px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    font-size: 13px;
    font-weight: 500;
    text-align: center
}

.quantity-card {
    margin-top: 10px
}

.price-card {
    position: absolute;
    right: 85px;
    top: 28px;
    font-size: 22px;
    color: #000;
    font-weight: 500
}

.delete {
     background-image: url("../img/delete.png");
    background-position: center center;
    background-size: cover;
    height: 21.4px;
    position: absolute;
    right: 25px;
    top: 45%;
    width: 16px;
}

.clear_price {
    margin-top: 55px;
    display: block
}

.clear-card {
    font-weight: 700;
    font-style: italic;
    font-size: 13px;
    color: #6d737b;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block
}

.clear-card:hover {
    text-decoration: underline
}

.total-cost {
    color: #888;
    font-size: 24px;
    font-weight: 500;
    float: unset;
    display: block;
    
}

.total-cost span {
    color: #000;
    font-size: 32px;
    margin-left: 30px
}

.ordering {
    padding-bottom: 25px;
    position: relative
}

.header-card-c-2 {
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 16px;
    margin-bottom: 15px
}

.ordering-form {
    max-width: 857px
}

.ordering-form .left-items {
    max-width: 528px;
    float: left
}

.ordering-form .relative-class {
    width: 254px;
    display: inline-block;
    margin-right: 8px;
    position: relative
}

.ordering-form input[type=text] {
    width: 254px;
    height: 46px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 6px;
    background-color: #e3e5e6;
    font-size: 13px;
    color: #8b909a;
    border: 1px solid #e3e5e6;
    font-weight: 500;
    padding-left: 45px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ordering-form input[type=text]:focus,
.ordering-form input[type=text]:hover {
    border: 1px solid #868b91;
    background-color: #fff
}

.ordering-form label {
    position: absolute;
    left: 0
}

.ordering-form label::before {
    font-size: 13px;
    font-family: fontawesome;
    position: absolute;
    color: #8b909a
}

.ordering-form #customer_telephone+label::before {
    content: '\f095';
    left: 30px;
    top: 14px
}

.ordering-form #shipping_address_address_1+label::before {
    content: '\f2bb';
    left: 22px;
    top: 13.5px
}

.ordering-form #customer_firstname+label::before {
    content: '\f007';
    left: 29px;
    top: 13.5px
}

.ordering-form #customer_email+label::before {
    content: '\f0e0';
    left: 23px;
    top: 13px
}

.ordering-form textarea {
    width: 325px;
    height: 98px;
    border: 1px solid #868b91;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    float: right;
    padding: 13px 20px;
    resize: none;
    color: #8b909a;
    border: 1px solid #e3e5e6;
    font-size: 13px;
    font-weight: 500;
    background-color: #e3e5e6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ordering-form textarea:focus,
.ordering-form textarea:hover {
    border: 1px solid #868b91;
    background-color: #fff;
    outline: 0
}

.choise-payment-card {
    position: relative
}

.border-top-card {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px
}

.choise-metpay {
    position: relative
}

.choise-metpay .metod-card--btn,
.choise-metpay .metod-delivery--btn {
    position: relative;
    width: 254px;
    height: 46px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    line-height: 1.2;
    margin-right: 6px;
    margin-bottom: 6px
}

@media only screen and (max-width:768px){
	.choise-metpay .metod-card--btn,
	.choise-metpay .metod-delivery--btn {

		font-size: 15px;

		line-height: 2.7;

	}
	
	.form_send{
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

.choise-metpay .metod-card--btn:active,
.choise-metpay .metod-card--btn:focus,
.choise-metpay .metod-delivery--btn:active,
.choise-metpay .metod-delivery--btn:focus {
    border: 1px solid #868b91
}

.choise-metpay .metod-card--btn label,
.choise-metpay .metod-delivery--btn label {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding-left: 30px;
    padding-right: 10px;
    vertical-align: middle;
    pointer-events: none;
}

.choise-metpay .metod-card--btn input[type=radio],
.choise-metpay .metod-delivery--btn input[type=radio] {
    display: none
}

.choise-metpay .metod-card--btn input[type=radio]+label,
.choise-metpay .metod-delivery--btn input[type=radio]+label {
    cursor: pointer
}

.choise-metpay .metod-card--btn input[type=radio]+label::before,
.choise-metpay .metod-delivery--btn input[type=radio]+label::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px 0 0;
    position: absolute;
    background-color: #fff;
    left: 10px;
    top: 10px;
    border: 1px solid #d7d7d7;
    text-align: center;
}

.choise-metpay .metod-card--btn input[type=radio]:checked+label::after,
.choise-metpay .metod-delivery--btn input[type=radio]:checked+label::after {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25px;
    padding-top: 5px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fd3a3a;
    color: #fff;
    font-weight: 300;
    text-align: center;
	line-height:100%;
}

.info-transcript {
    margin-top: 30px;
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
    margin-left: 16px;
    /* padding-bottom: 30px */
}

.buttons-card {
    margin-bottom: 45px
}

.buttons-card .button--1-card {
    padding: 12.5px 20px;
    border: 1px solid #8e8e8e;
    font-size: 11px;
    width: 220px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-weight: 700;
    margin-right: 15px;
    line-height: 1.2;
    cursor: pointer;
	margin-bottom:15px;
}

.buttons-card .button--1-card a {
    color: #858585;
    height: 100%;
    width: 100%
}

.buttons-card .button--1-card a:hover {
    text-decoration: none;
}
.buttons-card .button--2-card {
    padding: 17.5px 20px;
    border: 1px solid #fd3a3a;
    font-size: 12px;
    background-color: #fd3a3a;
    color: #fff;
    width: 208px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer
}

.buttons-card .button--2-card a {
    color: #fff;
    height: 100%;
    width: 100%
}

@media only screen and (max-width:992px) {
    .card-inner-c {
        padding-bottom: 40px
    }
    .name-product-card {
        width: 300px
    }
    .price-card {
        right: 25px
    }
    .ordering-form {
        max-width: 100%
    }
    .ordering-form .left-items {
        max-width: 465px
    }
    .ordering-form .relative-class {
        width: 220px
    }
    .ordering-form input[type=text] {
        width: 220px
    }
    .ordering-form textarea {
        width: 255px
    }
    .total-cost {
        font-size: 16px;
        margin-top: -10px
    }
    .total-cost span {
        font-size: 24px;
        margin-left: 15px
    }
    
    .simplecheckout-error-empty{
        display: block;
    }
}

@media only screen and (max-width:768px) {
    .header-card-c,
    .header-card-c-2 {
        text-align: center
    }
    .price-card {
        position: relative;
        margin-left: 25px
    }
    .delete {
        bottom: 27px;
        top: inherit
    }
    .name-product-card {
        width: 400px
    }
    .ordering-form {
        max-width: 100%;
        padding-left: 100px;
        padding-right: 100px
    }
    .ordering-form .left-items {
        max-width: 100%
    }
    .ordering-form .relative-class {
        width: 100%
    }
    .ordering-form input[type=text] {
        width: 100%;
        margin-right: 0
    }
    .ordering-form textarea {
        width: 100%
    }
    .choise-metpay {
        width: 534px;
        padding-left: 6px;
        margin: 0 auto
    }
    .choise-metpay .metod-card--btn,
    .choise-metpay .metod-delivery--btn {
        text-align: left;
        padding-left: 0px
    }
    .choise-metpay .metod-card--btn label,
    .choise-metpay .metod-delivery--btn label {
        padding-left: 0;
        padding-right: 0
    }
    .center-mob-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:675px) {
    .ordering-form {
        padding-left: 50px;
        padding-right: 50px
    }
    .name-product-card {
        width: 300px
    }
    .total-cost {
        float: none;
        display: block;
        margin-top: 10px
    }
}

@media only screen and (max-width:570px) {
    .name-product-card {
        font-size: 13px
    }
    .price-card {
        margin-bottom: 15px
    }
    .item-of-card {
        min-height: 200px;
        height: inherit
    }
    .img-placeholder-oc {
        width: 100%
    }
    .delete {
        right: 50px
    }
    .choise-metpay {
        width: 80%;
        padding-left: 0;
        margin: 0 auto
    }
    .choise-metpay .metod-card--btn,
    .choise-metpay .metod-delivery--btn {
        width: 100%
    }
    .choise-metpay .metod-card--btn label,
    .choise-metpay .metod-delivery--btn label {
        padding-left: 0;
        padding-right: 0
    }
    .center-mob-btn {
        text-align: center
    }
    .buttons-card .button--1-card {
        margin-right: 0
    }
    .button--2-card {
        margin-top: 15px
    }
}

@media only screen and (max-width:480px) {
    .name-product-card {
        width: 100%
    }
    .content-item-card {
        padding-left: 0
    }
    .ordering-form {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
    .total-cost {
        font-size: 16px
    }
    .total-cost span {
        font-size: 28px;
        margin-left: 0;
        display: block
    }
}

.continue_shopping{
    background-color: transparent;
    border: 1px solid #8e8e8e;
    border-radius: 25px;
    color: #858585;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;    
    transition: all 0.5s ease 0s;    
    vertical-align: top;
    width: 220px;
    margin-top: 20px;
}

.continue_shopping:hover{
    text-decoration: none;
    background-color: #fd3a3a;
    color: #fff;
}