#formOrderOneClick {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	color: #505050;
}
#buyoneclick_form_order .buyButtonOkForm {
	margin-top: 15px;
}
#buyoneclick_form_order .buyButtonOkForm .ld-ext-left {
	left: 2em;
}
#formOrderOneClick .input-flex {
	display: flex;
	gap: 20px;
}
#formOrderOneClick .input-col {
	width: 50%;
}
#formOrderOneClick .policy-checkbox {
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	gap: 8px;
}
#formOrderOneClick .label-checkbox {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
}
#buyoneclick_form_order {
    font-size: 16px;
}
#buyoneclick_form_order .form-message-result {
    font-size: 16px;
	color: #FF3E17;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
#buyoneclick_form_order form {
    margin-bottom: 0;
}
#buyoneclick_form_order .table-wrap {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #505050;
    width: 100%;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 0em;
}
.table-wrap.product-modal {
	margin: 0 -24px;
	padding: 0px 24px;
	background-color: #fff;
}
#buyoneclick_table_order table {
    border: none;
    width: 100%;
    margin:0;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}
#buyoneclick_table_order table .image {
	width: 107px;
	height: 92px;
}
#buyoneclick_table_order table .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#buyoneclick_table_order table .description {
	font-weight: 300;
	min-width: 180px;
}
#buyoneclick_table_order table label {
	display: none !important;
}
#buyoneclick_table_order table .name-product {
	font-weight: 500;
	max-width: 388px;
	padding: 0 10px;
}

#buyoneclick_table_order table tr {
	border: none;
    padding: 5px;
}

#buyoneclick_table_order table th, #buyoneclick_table_order table td {
    padding: 5px;
	border: none;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	color: #505050;
	vertical-align: middle;
	background: #fff;
}

#buyoneclick_table_order table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;

}

#formOrderOneClick>.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    z-index: 9999989;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

#formOrderOneClick>.popup {
	background-color: #EFEFEF;
	display: block;
	left: 50%;
	opacity: 0;
	padding: 1.5em 1.5em 1.5em 1.5em;
	width: 100%;
	max-width: 924px;
	min-width: 320px;
	height: auto;
	position: fixed;
	text-align: justify;
	top: 45%;
	visibility: hidden;
	z-index: 999999997;
	-webkit-transform: translate(-50%, -45%);
	-moz-transform: translate(-50%, -45%);
	-ms-transform: translate(-50%, -45%);
	-o-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 0px;
}

#formOrderOneClick h2 {
	font-family: Roboto;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 0em;
	text-align: left;

}

#formOrderOneClick .popup .close_order {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    padding:2px;
	top: 30px;
	right: 20px;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -o-border-radius: 20%;
    -ms-border-radius: 20%;
    border-radius: 20%;
    text-align: center;
	z-index: 100;
}
#formOrderOneClick .text-center-hint {
	text-align: center;
	font-style: italic;
	margin-top: 20px;
}
#formOrderOneClick input[type="email"], #buyoneclick_form_order input[type="tel"], #buyoneclick_form_order input[type="text"] {
	border-radius: 15px;
	background: #fff;
	height: 55px;
	padding: 10px 10px 10px 18px;
}
#formOrderOneClick input[type="email"]:focus,
#buyoneclick_form_order input[type="tel"]:focus,
#buyoneclick_form_order input[type="text"]:focus,
#formOrderOneClick textarea:focus
{
	outline-color: #5050504d;
}
#formOrderOneClick input::-webkit-input-placeholder {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #737373;
}
#formOrderOneClick input::-moz-placeholder {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #737373;
 } /* Firefox 19+ */
#formOrderOneClick input:-moz-placeholder {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #737373;
 } /* Firefox 18- */
#formOrderOneClick input:-ms-input-placeholder {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #737373;
 }

#formOrderOneClick textarea{
    resize: none;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
    color: #737373;
	height: 130px;
	border-radius: 15px;
	background: #fff;
}

#formOrderOneClick input[type="checkbox"] {
	width: 22px;
	height: 22px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	flex: 0 0 22px;
}
#formOrderOneClick .popup #buyoneclick_form_order {
    position: relative;
    border-radius: 12px;
    background: none;
}

#formOrderOneClick .button:hover {
    text-decoration: none;
}
#formOrderOneClick .button:active, #buyoneclick_form_order input[type="submit"].button:disabled {
    opacity: 0.7;
    cursor: default;
}
#formOrderOneClick .phoneFormat {
    line-height: 12px;
    font-size: 12px;
    color: #cacaca;
    position: relative;
    z-index: 20;
    padding: 0;
    margin: 2px;
}

#formOrderOneClick th,td {
    font-weight: normal;
}
#formOrderOneClick .button{
	width: 100%;
	height: 66px;
	border-radius: 15px;
	background: #FF3E17;
	opacity: 1;
	transition: all 0.2s, ease-in-out 0s;
}
#formOrderOneClick .button:hover {
	opacity: .6;
}
#formOrderOneClick [name="quantity_product"] {
    position: relative;
    height: 50%;
    width: 75px;

}
@media screen and (max-width: 800px) {
	#formOrderOneClick h2 {
		font-size: 26px;
		line-height: 24px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	#formOrderOneClick>.popup {
		padding: 1.3em 1.3em 1em 1.3em;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#formOrderOneClick textarea {
		height: 100%;
	}
	#formOrderOneClick .text-center-hint {
		margin-top: 20px;
	}
	#formOrderOneClick .input-flex {
		display: block;
		margin-top: 30px;
	}
	#formOrderOneClick .input-col {
		width: 100%;
	}

    #formOrderOneClick > .popup {
        min-width: 90%;
    }
	#buyoneclick_table_order table .image {
		width: 70px;
		height: auto;
	}
    #buyoneclick_table_order table {
        border: 0;
    }
    #buyoneclick_table_order table thead {
        display: none;
    }
    #buyoneclick_table_order table tr {
        margin-bottom: 10px;
        display: block;
    }
	#buyoneclick_table_order table .name-product {
		font-weight: 500;
		max-width: 100%;
		padding: 0px;
	}
	#buyoneclick_table_order table .description {
		font-weight: 300;
		min-width: 100%;
	}
    #buyoneclick_table_order  table td {
        display: block;
        font-size: 14px;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
		padding: 10px 0px;
    }
    #buyoneclick_table_order table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
		display: none;
    }

	#formOrderOneClick .policy-checkbox {
		margin-bottom: 30px;
		margin-top: 20px;
		display: flex;
		gap: 10px;
	}
}

#buyoneclick_table_order .quantity {
	max-width: 145px;
	display: flex;
	font-size: 14px;
	text-align: center;
}
#buyoneclick_table_order .quantity input {
	width: 100%;
	text-align: center;
}
#buyoneclick_table_order .quantity button {
	width: 30px;
	height: 40px;
	position: relative;
}
#buyoneclick_table_order .quantity button svg {
	display: block;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


.flex_btn a {
       text-decoration: none !important;
}