
.hideMe {
	display:none;
}
.show {
	display:block;
}
#nextStep {
    width:100%;
    margin-top:0;
    height:44px;
    background:#ccb577;
    color:#fff;
    border:none;
    font-weight:700;
    font-size:14px;
    cursor:pointer;
    -webkit-transition:all 0.5;
    -o-transition:all 0.5;
    transition:all 0.5
}
.paymeny-info__header {
    position: relative;
}

.backBTNship {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 12px;
    color: #868686;
}


/* new */
.checkout__header-phone {
    font-size: 20px;
}
.checkout-content__text--italic {
    font-size: 28px !important;
}
.order-information__text-wrapper h2 {
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}
.order-information__text-wrapper {
    border: 1px solid #000 !important;
}
.order-information__row {
    border-bottom: 1px solid #000 !important;
}
.order-information__row:last-child {
    border-bottom: none !important;
}

@media screen and (max-width : 576px) {
	.payment-info__wrapper > .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.order-information__text-wrapper h2 {
    font-size: 24px;
	}
}
@media screen and (max-width : 480px) {
	.checkout__logo img {
		max-width: 200px !important;
	}
	.checkout__header-wrapper {
		margin: 2px auto !important;
	}
	.checkout__header-phone {
		font-size: 19px !important;
	}
	.checkout-header {
		padding-bottom: 10px !important;
		padding-top: 10px !important;	
	}
	.checkout-content .checkout-content__text {
    font-size: 19px !important;
	    line-height: 28px !important;
	}
	.checkout-content {
    padding: 22px 0 12px !important;
	
	}
	.order-information__header,
	.paymeny-info__header,
	.form-wrapper__header {
    font-size: 21px !important;
	}
	.container > .order-information__wrapper {
    border-bottom: 20px solid #4c97b1 !important;
	padding-bottom: 0;
	}
	.form-section {
		padding-bottom: 10px !important;
		padding-top: 8px !important;
		margin-bottom: 20px !important;
	}
	.order-information img {
		width: 90% !important;
	}
	.order-information__text-wrapper {
    margin-top: 20px !important;
	    padding: 14px 10px !important;
	}
	.checkout-content .container {
    padding-right: 10px;
    padding-left: 10px;
	}
	.order-information {
    margin-bottom: 20px !important;
}
}

@media screen and (max-width : 425px) {
	.checkout-content .checkout-content__text {
    font-size: 18px !important;
	line-height: 22px !important;
	}
	.order-information__header, .paymeny-info__header,.form-wrapper__header {
    font-size: 20px !important;
    padding: 3px 18px !important;
	}
	.checkout-content {
    padding: 18px 0 8px !important;
	}
	.order-information__text-wrapper h2 {
    font-size: 22px;
	}
}

@media screen and (max-width : 375px) {
	.checkout__header-phone {
		font-size: 18px !important;
	}
	.checkout__logo img {
		max-width: 180px !important;
	}
}
