html,body{
  scroll-behavior: smooth;
}
*:focus {
  outline: none !important;
}
ul {/* list-style: none; */text-align: left;}
.form_center{text-align: center;}
.background_order {
    background: #ececec;
    padding-top: 25px;
}
.orderform {
    overflow: visible;
    position: relative;
    width: 85%;
    margin:0 auto;
}
.orderform label, .form-index label,.orderform label:focus, .form-index label:focus,.orderform label:active, .form-index label:active {
    color: #000;
    display:block;
    font-weight: bold;
    font-size: 17px;
    text-align:left;
    font-size: 14px;
}
#order .orderform input, #order.orderform select, #order #form-index input, #order #form-index select, textarea {
    height: 40px;
    border: 1px solid #000;
    font-weight: normal;
    font-size: 15px;
    line-height: 12px;
    padding: 3px;
    width: 95%;
    margin: 8px auto 5px;
    display: block;
    resize: none;
    padding-left: 5px;
}
textarea {height: 50px;}
#order .orderform #shipping_areacode {
    width: 48px;
    float:left;
    margin: 5px 8px 0px 7px;
    border: 1px solid #000;
}
#order .orderform input:focus, #order #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;
}
::placeholder{
  color: #b0acac;
  padding-left: 5px;
}
#order .orderform input[name="billing_phone"] {
    max-width: 82%;
    float: right;
    margin: 5px 6px 0 0;
}
#form-index2 #shipping_phone2 {max-width: 230px;}
.orderform select {
    width:100%;
    height: 40px;
}
#form {visibility: hidden;}
.orderform br {clear:both;}
.tip {
    position:absolute !important;
    width: 150px;
}
.toolTip1 {
    background: red;
    border: thin solid red;
    color: #fff;
    left: 0px;
    margin-top: 50px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 10;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px;
}
.toolTipArrow1 {
    border-color: transparent transparent red transparent;
    border-style: solid;
    border-width: 11px;
    height:0px;
    width:0px;
    position:absolute;
    top:-20px;
    left:20px;
    display:block;
    content:"\00a0";
}
.toolTipArrow1:before {
    border-color: transparent transparent red transparent;
    position:absolute;
    top:-11px;
    left:-12px;
    border-style: solid;
    border-width: 12px;
    height:0px;
    width:0px;
    display:block;
    content:"\00a0";
}
.red {
    color: red;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}
.bg_hot{
    color: #fff;
    background: #49a2fc;
    padding: 10px!important;
    margin-top:-11px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
}
.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    position: relative;
}


.section_11 h2 {text-shadow: 1px 1px 3px rgb(237, 216, 114);}
.fire {background: url("../img/fire.png") center top;}

.productBox, .formBox, .box {
    display: inline-block;
    vertical-align: middle;
}
.box {width: 100%;text-align: center;}
.section_01 .box {
    width: 25%;
    text-align: right;
}
.productBox {
    position: relative;
    margin-right: 90px;
}

.section_11 .formBox {
    width: 100%;
    max-width: 280px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    padding: 10px 0;
    border-radius: 20px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 75%);
}
.formBox h3 {padding: 0;}
.formBox h4 {padding: 0;}
.button , .orderform button {
  font-weight: 700;
    margin: 10px auto;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 40px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #49a2fc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-width: 210px;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgb(50 50 50 / 75%);
    border: none;
    transition-duration: 500ms;
    border: 1px solid #49a2fc;
}
.orderform .button:hover , .orderform button:hover {
  box-shadow: none;
  background-color: white ;
  border: 2px solid #49a2fc;
  color: #49a2fc;
}


.section_11 .wrapper {padding-bottom: 50px;}
.section_11 .box {min-width: 300px;}
.section_11 .product {vertical-align: middle;}
.section_11 .formBox {
    background-color: #fff;
    box-shadow: none;
    max-width: 500px;
    margin: 0 auto;
}
.content {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    -moz-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    border-radius: 8px;
}


/*//////////////////////////////////////////////// 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: "Open Sans", sans-serif;
    background-color: transparent !important;
}
.prices .green {
	color: red;
	font-weight: bold;
	font-size: 1.5em;
    font-family: "Open Sans", sans-serif;
    background-color: transparent !important;
}
.prices p {
  margin: 0px auto;
  line-height: normal;
  text-align: center;
  padding-bottom: 0;
}
/*///////////////////////////////////////// END PRICES /////////////////////////////////////////*/


@media screen and (max-width: 1000px) {
    .section_02 .wrapper div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 160px;
    margin: 10px;
    position: relative;
}

}
@media screen and (max-width:973px) {
    .productBox {margin-right: 65px;}
}
@media screen and (max-width:941px) {
    .productBox {margin-right: 0;margin-top: 10px;margin-left: 25px;}
}
@media screen and (max-width:938px) {
    .section_04 .box {width: 60%;}
}
@media screen and (max-width:934px) {
    .section_01 .stamp {width: 80px;}
}
@media screen and (max-width:856px) {
    .section_03 .box:nth-child(2) {margin-right: 20%;}
    .section_03 .box:nth-child(3) {margin-left: 20%;}
}
@media screen and (max-width: 781px) {
    .arrow-right {right: 4%;}
    .arrow-left {left: 4%;}
    .arrow {
        background-size: 40px;
        top: 254px;
        width: 42px;
    }
}

@media screen and (max-width: 767px){
    .toolTip1{
        margin-top: 10px;
    }
}


@media screen and (max-width: 769px) {
    .section_01 .box {width: 50%;}
    .section_01 h1, .section_01 h2 {width: 100%;padding-left: 0;}
    .section_01 h1, .section_01 h2 {text-align: center;}
    .section_01 h1 {
        line-height: normal;
        font-size: 21px;
    }
    .section_01 h2 {
        font-size: 18px;
        padding: 0;
        background: rgba(255,96,22,0);
        background: -moz-linear-gradient(left, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,96,22,0)), color-stop(15%, rgba(255,96,22,1)), color-stop(23%, rgba(255,96,22,1)), color-stop(77%, rgba(255,96,22,1)), color-stop(85%, rgba(255,96,22,1)), color-stop(100%, rgba(255,96,22,0)));
        background: -webkit-linear-gradient(left, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        background: -o-linear-gradient(left, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        background: -ms-linear-gradient(left, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        background: linear-gradient(to right, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6016', endColorstr='#ff6016', GradientType=1 );
    }
    .section_01 .wrapper {
        background-position: 302px 82px;
        background-size: 136px;
    }
}
@media screen and (max-width: 732px) {
    .section_01 .wrapper {
    display: flex;
    flex-direction: column;
    background: none;
}
    .left-block-btn{
        order:3;
            width:auto;
    }
    ul{
        padding-left:20px;
    }
    .a{
        order:2
    }
    .c{
        order:1
    }
    .header ul {display: none;}
    .header img {
        float: none;
        height: 25px;
        margin: 0;
    }
    .header {height: 35px;}
}
@media screen and (max-width:728px) {
    .section_03 .box:nth-child(2) {margin-right: 10%;}
    .section_03 .box:nth-child(3) {margin-left: 10%;}
}
@media screen and (max-width:696px) {
    .section_04 h2 {
        font-size: 27px;
        line-height: normal;
    }
}
@media screen and (max-width:633px) {
    .section_07 .box, .section_07 h2 {width: 100%;}
    .section_07 h2 {
        text-align: center;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    }
}
@media screen and (max-width: 584px) {
    .section_09 .box {width: 100%;}
    .section_09 .box div, .section_09 .box img {
        display: inline-block;
        vertical-align: middle;
    }
    .section_09 .box div {
        text-align: left;
        margin-left: 10px;
    }
    .section_09 .box img {}
}
@media screen and (max-width: 576px) {
    .section_05 .box {width: 100%;}
    .section_05 img {height: 250px;}
    .section_05 .box img {height: inherit;}
    .productBox {width: 225px;}
}
@media screen and (max-width: 569px) {
    .section_04 .box img {display: none;}
}
@media screen and (max-width:550px) {
    .section_03 .box:nth-child(2) {margin: -8px 0;}
    .section_03 .box:nth-child(3) {margin-left: 0;}
    .section_03 .box {width: 100%;}
}
@media screen and (max-width:499px) {
  .button, .orderform button{
    padding: 10px 10px;
    font-size: 17px;
  }
  .orderform{
    width: 100%;
  }
    .section_06 .box {
        width: 45%;
        max-width: inherit;
    }
    .section_06 img {width: 100%;}
    .section_06 p {
        font-size: 18px;
        padding: 5px 0;
        line-height: 17px;
    }
    .section_04 .box {width: 100%;}

    h2, .section_04 h2 {
        font-size: 20px;
        line-height: normal;
    }
    h3 {
        font-size: 16px;
        line-height: normal;
    }
    .section_02 img {
        width: 100px;
        display: inline-block;
        vertical-align: middle;
    }
    .section_02 .wrapper div {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: left;
    }
    .section_02 h3 {
        top: 40px;
        left: 25px;
        font-size: 29px;
        display: table-column;
        width: 73px;
        text-align: center;
        line-height: 19px;
    }
    .section_02 div:nth-child(6) h3 {top: 29px;}
    .section_02 div:nth-child(6) h3 span {font-size: 18px;}
    .section_02 p {
        width: 59%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
    #order .orderform input, #order.orderform select, #order #form-index input, #order #form-index select, textarea {
        width: 92%;
    }
    .background_order {
        padding-top: 0;
    }
}
@media screen and (max-width: 477px) {
    .section_01 .wrapper {
        display: flex;
        flex-direction: column;
    }
    .productBox {margin: 0 auto;}
    .section_01 .box {
        width: 100%;
        text-align: center;
    }
    .formBox {margin: 0 auto;}
}
@media screen and (max-width: 461px) {
    .section_07 .inBox {width: 100%;}
}
@media screen and (max-width: 446px) {
    .section_09 .box div {width: 63%;}
}
@media screen and (max-width: 441px) {
    .section_07 .wrapper {background-size: cover;}
}
@media screen and (max-width: 410px) {
    .section_06 p {font-size: 16px;}
}
@media screen and (max-width: 499px){
   #order .orderform input[name="billing_phone"] {max-width: 75%;float: right;margin: 5px 8px 0 0px;}
}

@media (max-width: 320px) {
    #order .orderform input, #order.orderform select, #order #form-index input, #order #form-index select, textarea {
        font-size: 13px;
    }
    #order .orderform input[name="billing_phone"] {
        padding-left: 0px;
    }
}