.form_center{text-align: left;width: 50%;margin-right: 20px;margin-top: 25px;}
.orderform {
    overflow: visible;
    position: relative;
    /*max-width: 300px;*/
    width: 85%;
    margin:0 auto;
    text-align: center;
}
.orderform label, .form-index label {
    color: #000;
    display:block;
    font-weight: bold;
    font-size: 17px;
    text-align:left;
    font-size: 14px;
}
.orderform input, .orderform select, #form-index input, #form-index select, textarea {
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    padding: 3px;
    width: 100%;
    margin: 0 auto 5px;
    display: block;
    resize: none;
}
.orderform #shipping_areacode {
    width: 14%;
    float:left;
    margin:0 0px 0 0;
    border: 1px solid #000;
    text-align: center;
}
.orderform input:focus, #form-index input:focus {
    box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    border:1px solid red;
}

.orderform input[name="billing_phone"] {max-width: 83%;float: right;}

.button , .orderform button {
	font-weight: 700;
	margin: 10px auto 20px;
	font-size: 25px;
	color: #000 !important;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 15px 40px;
	cursor:pointer;
	text-transform:uppercase;
	background-color: #ffde00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-width: 210px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    border: none;
    transition-duration: 500ms;
    border:1px solid #ffde00;
    border-radius: 50px;
}
.button:hover , .orderform button:hover {
   background: linear-gradient(180deg, rgba(255, 157, 0, 0.6), rgba(255, 157, 0, 0.85));
}
.bg_hot {
    font-size: 25px;
    color: #000;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: rgba(255, 157, 0, 0.76);
}
.section-short-form {
    display: flex;
}
.section_11 {
    max-width: 510px;
}
/*//////////////////////////////////////////////// PRICES ////////////////////////////////////////////////////*/
.prices {
    width: 95%;
    max-width: 300px;
    padding: 5px;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.prices .red {
	color: #000;
	font-weight: bold;
	text-decoration: line-through;
	margin-bottom: 10px;
    font-size: 18px;
    font-family: "Poppins-Regular", sans-serif;
}
.prices .green {
	color: red;
	font-weight: bold;
	font-size: 26px;
    font-family: "Poppins-Regular", sans-serif;
}
.prices p {
	margin: 5px auto;
	line-height: 1.4em;
	font-family: "Poppins-Regular", sans-serif;
}
/*///////////////////////////////////////// END PRICES /////////////////////////////////////////*/
@media (min-width: 993px) {
    .product-img { 
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .product-img {
        margin: auto;
    }
}
@media(max-width: 767px) {
    .section-short-form {
        flex-direction: column;
    }
    .form_center {
        width: 100%;
        display: contents;
    }
    #atc-guarantee-section, #atc-guarantee-section1, #testimonial, #work-section, .bonussec-content {
        padding: 0 15px;
    } 
    .section_11 {
        margin-top: 30px;
    }
}
@media(max-width: 320px) {
    .button, .orderform button {
        font-size: 22px;
    }
}
