*,
*::before,
*::after {
  box-sizing: border-box;
}

.sell_method_wrapper {
    max-width: 900px;
}

.get_payment_method_wrapper {
    margin: 20px 0 0 0;
    padding: 0 18px;
}

.sell_product {
    background: #fff;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol{
  list-style: none;
  padding: 0;
  margin: 0;
}
html,
body {
    height: 100%;
}
body {
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #48525b;
    /* background-color: #F5F5F5; */
    margin: 0;
    padding: 0;
}
#header {
    margin: 0 0 0px 0;
    background-color: #39454b;
}
.info_header {
    display: flex;
    align-items: center;
}
.info_header > img {
    margin: 0 10px 0 0;
    max-width: 37px;
}

.item_header {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0px;
}
.sum_item {
    margin: 0 90px 0 0;
}
.sum_item  > p {
    color: #8f8f8f;
    font-size: 15px;
    /* font-weight: 600; */
}
.sum_item > span {color: #5cb85c;font-weight: 700;font-size: 15px;}

.product_item {

}
.product_item > p {
    color: #8f8f8f;
    font-size: 15px;
    /* font-weight: 600; */
}
.product_item > span {color: #5cb85c;font-weight: 700;font-size: 15px;}


.Payments_id > p {
    background: #FFF;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 20px;
    font-weight: 700;
    color: #4D5465;
}
.Payments_id > p > span {
    font-weight: 100;
    color: #607d8b;
}

.sell_product h1 {
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 17px;
    color: #676767;
    padding: 15px 15px;
    -moz-box-shadow: 0 8px 10px 0 rgba(234,240,244,.55);
    /* box-shadow: 0 8px 10px 0 rgb(234 240 244 / 55%); */
    margin: 6em 0 0 0;
    left: 0;
}

.title_sell {
    font-size: 19px;
    color: #fff;
    font-weight: 100;
}

main {
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
}

main.container {
    box-shadow: 0px 7px 37px -7px rgba(34, 60, 80, 0.17);
}

.sell_wrapper {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0px 15px;
}
.product_descript {
    width: calc(100% - 190px);
}
.product_descript > p {
    margin: 0 0 15px 0;
}

.product_image > img {
    max-width: 150px;
}
.product_price {
    padding: 20px 15px 0px 15px;
}
.product_price > .price {
    font-size: 48px;
    color: #ff5722;
    margin: 0 5px 0 0;
}
.product_price > .currency {
    font-weight: 600;
    color: #20dbf3;
    font-size: 19px;
}
.product_price > .price > .currency {
    font-weight: 600;
    color: #20dbf3;
    font-size: 19px;
}
.price_tag {
    width: 64px;
    margin: 0 17px 0 0;
}
h3.heading_product {
    padding: 0 15px 10px 0;
    font-weight: 100;
    font-size: 20px;
    color: #39454b;
    /* border-top: 1px #eff2f7  solid; */
    margin: 0 0 0 0;
    /* text-transform: uppercase; */
    font-weight: 600;
    -moz-box-shadow: 0 8px 10px 0 rgba(234,240,244,.55);
    /* box-shadow: 0 2px 14px 0 rgb(234 240 244 / 55%); */
}


.form_email {
    margin: 30px auto 0 auto;
    max-width: 350px;
}
.form_email > .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 5px 0 0 0;
}
.form_email > label {
    font-weight: 700;
    color: #39454b;
    font-size: 16px;
}

.form_radio_group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: space-between; */
}
.form_radio_group label:hover {
    border: 2px #8bc34a solid;
}
.form_radio_group input[type=radio] {
    display: none;
}
.form_radio_group-item {
    flex: 0 29%;
    /* flex-basis: 31%; */
    /* max-width: 31%; */
    margin: 0 10px;
}
.form_radio_group-item > label > img {
    width: 59%;
    max-height: 35px;
}
.form_radio_group label {
    box-shadow: 0px 0px 10px rgb(177 177 177 / 30%);
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    margin: 10px 0px 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: #fafbfc;
    height: 82px;
    transition: 0.35s ease;
    border: 2px solid transparent;
}
 
.form_radio_group .form_radio_group-item:first-child label {
    border-radius: 6px;
    /* flex: 1; */
}
.form_radio_group .form_radio_group-item:last-child label {
    border-radius: 6px;
}
 
/* Checked */
.form_radio_group input[type=radio]:checked + label {
    background: #fafbfc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #4D5465;
    border: 2px #8bc34a solid;
}
 
/* Hover */
.form_radio_group label:hover {
    color: #666;
}
  
/* Disabled */
.form_radio_group input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}

.payment_method_wrapper {padding: 20px;margin: 8em 0 0 0;box-shadow: 0px 7px 37px -7px rgba(34, 60, 80, 0.17);}
.payment_method {
    margin: 0 17px;
    padding: 0 0 15px 0;
}

.Contact_info {
    /* width: calc(35%); */
    flex: 1 1 calc(42% - 30px);
    margin: 15px;
    min-width: 300px;
}
.payment_method_form {
    /* margin: 8em 0 0 0; */
}
.go_payment {
    width: 100%;
    margin: 20px 0;
}
#go_payment > p {
    font-size: 13px;
    color: #a5a5a5;
    margin: 11px 0 -4px 0px;
}

#items__form > li {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    margin: 0 0 2em 0;
}

#items__form > li > label {
    cursor: pointer;
    margin: 0 0 5px 0;
}

#items__form > li > input, #items__form > li > textarea {
    height: 35px;
    width: 100%;
    padding: 0 8px;
    border: 1px #d6d6d6 solid;
    border-radius: 5px;
    color: #48525b;
}
#items__form > li > label > span {
    color: red;
}
.go_payment_wrp {
    align-items: center;
}
#go_payment {
    width: 100%;
}

#go_payments {
    height: 40px;
    cursor: pointer;
    border: 0;
    background: #5cb85c;
    color: #FFF;
    padding: 0 35px;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    margin: 18px 0 10px 0px;
}
#go_payments:hover {
    background: #449d44;
}
.payment_descript {
    border-bottom: 1px #d6d6d6 solid;
    margin: 0 0 40px 0;
    padding: 0 0 5px 0;
}
.payment_descript > ul {

}
.payment_descript > ul > li {
    padding: 0 0 3px 0;
}
.payment_descript > ul > li > span{
    float: right;
    font-weight: 600;
}
.payment_descript > ul > li > span.format_price{
    color: #ff5722;
}

h2.thank_you {
    font-size: 27px;
    font-weight: 100;
    box-shadow: none;
}
.get_payment_descript {
    margin: 35px 0 0 0;
}
a.d_product {
    text-decoration: none;
    border: 1px #13bad0 solid;
    padding: 8px 39px;
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 0 0 17px 0;
    border-radius: 5px;
    background: #20dbf3;
    color: #fff;
    font-size: 16px;
}
a.d_product:hover {
    background: #15bdd3;
}

hr {
    border: none;
    background-color: #eff2f7 ;
    height: 1px;
}

#footer {
    background: #f9f9f9;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
}

.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.input_check {
    font-size: 13px;
    color: #a7a7a7;
}
.input_check > input {
    position: relative;
    top: 2px;
}

.disabled_msg {
    background: #ff5722;
    color: #fff;
    padding: 6px 10px;
    display: block;
    margin: 16px 25px 0 25px;
    border-radius: 5px;
    /* margin: 0 25px; */
}


.input_promo {
    position: relative;
    margin: 3em auto 0 auto;
    max-width: 350px;
  }
  
  .promo_text {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 2em;
    border-radius: 5px;
    padding: 0 1.5em;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  
  .promo_submit {
    position: absolute;
    top: 5px;
    right: 0.7em;
    border-radius: 5px;
    border: 1px #ffffff solid;
    background: #fff;
    /* text-transform: uppercase; */
    color: #5cb85c;
    font-size: 15px;
    text-decoration: none;
  }

  .bad_promo {
    color: #ff5722;
    padding: 2em 0 0 0;
    display: block;
    font-size: 16px;
}

  .good_promo {
    color: #5cb85c;
    padding: 2em 0 9px 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
  }