.modal-box {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 65%;
	background-clip: padding-box;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	padding: 40px;
	top: 20% !important;
}

.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1) !important;
}

.modal-box figure,
.modal-box aside {
	display: inline-block !important;
	vertical-align: middle !important;
}

.modal-box figure {
	width: 45% !important;
	margin-right: 20px !important;
}

.modal-box figure {
	max-width: 300px;
	max-height: 100%;
	display: list-item;
	list-style: none;
	margin: 15px 0 30px;
	padding: 0;
	float: left;
	position: relative;
}

.modal-box figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.modal-box figure {
	overflow: hidden;
	width: 100%;
	background: #000;
	border-radius: 5px;
}

.modal-box figure * {
	-webkit-transition: all 0.45s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.45s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	width: 100%;
	height: 100%;
	display: flex;
}

.modal-box:hover figure img {
	opacity: 0.8;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.modal-box figure figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
}

.modal-box figure figcaption div {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.35s linear;
	transform: translateY(-100%) translateZ(0px);
}

.modal-box:hover figure figcaption div {
	opacity: 1;
	transform: translateY(0px) translateZ(0px);
}

.modal-box figure figcaption div a,
.modal-box figure figcaption div strong {
	text-align: center;
	margin: 5px;
	padding: 6px 5px;
	background: #fff;
	border-radius: 5px;
	float: left;
	display: block;
	position: relative;
}

.modal-box figure figcaption div a:hover {
	background: #fff;
}

.modal-box figure figcaption a i,
.modal-box figure figcaption strong i {
	font-size: 16px;
	color: #414141;
	display: block;
	text-align: center;
	margin: 0;
}

.modal-box figure figcaption a:hover i {
	color: #2855a5;
}

.modal-box figure figcaption a span,
.modal-box figure figcaption strong span {
	font-size: 11px;
	color: #555;
	font-weight: 500;
	display: block;
	text-align: center;
	transition: all .3s linear;
}

.modal-box figure figcaption a:hover span {
	font-size: 11px;
	color: #000;
}

.modal-box figure figcaption div strong.free_delivery_btn {
	background: #D30707;
}

.modal-box figure figcaption div strong.free_delivery_btn span,
.modal-box figure figcaption div strong.free_delivery_btn i {
	color: #fff;
}

.modal-box aside {
	width: 50%;
}

.modal-box .categ_name {
	font-size: 10px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	background: #ffd714;
	border-radius: 5px;
	padding: 6px 10px 5px;
	margin: 0;
	display: table;
}

.modal-box .categ_name:hover {
	font-size: 10px;
	color: #fff;
	background: #919191;
}

.modal-box h1 {
	margin: 5px 0;
	padding: 0;
	line-height: 26px;
	overflow: inherit;
	height: auto;
}

.modal-box h1,
.modal-box h1 a {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.modal-box h1 a:hover {
	font-size: 22px;
	color: #2855a5;
}

.modal-box em {
	height: auto;
}

.modal-box section div em {
	height: auto;
	overflow-y: inherit;
}

.modal-box em {
	font-size: 13px;
}

.modal-box p {
	font-size: 13px;
}

.modal-box p>img {
	display: none;
}

.modal-box section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: #e1e1e1;
	border-radius: 5px;
}

.modal-box section {
	width: 100%;
	min-height: inherit;
	margin: 0;
	padding: 25px 20px 20px;
	display: table;
	position: relative;
}

.modal-box section em {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.60);
	font-weight: 500;
	text-transform: uppercase;
	margin: 9px 10px 0 0;
	padding: 0;
	float: right;
}

.modal-box section strong {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

.modal-box section del {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	font-style: italic;
	margin: 0;
	padding: 0;
	float: right;
	text-decoration: line-through;
}

.modal-box section div {
	width: auto;
	float: right;
	clear: right;
	margin: 10px 0 0;
}

.modal-box section p {
	font-size: 14px;
	color: #373737;
	font-weight: 300;
	margin: 0 10px 0 0;
	padding: 5px 10px 6px 0;
	border-right: 1px solid #d7d7d7;
	float: left;
}

.modal-box section p:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.modal-box section p strong {
	font-size: 14px;
	color: #2855a5;
	font-weight: 600;
	float: none;
	margin: 0;
	padding: 0;
}

.modal-box form {
	width: 100%;
	float: none;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}
.modal-box .product_details{
	float: left;
  	width: auto;
	padding: 13px 20px;
  	font-size: 16px;
  	font-weight: 400;
  	background: var(--darkblue);
  	color: var(--white);
}
.modal-box .product_details:hover{
	background: var(--yellow);
  	color: var(--darkblue);
}
.modal-box .add_to_basket_btn {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 14px;
	margin: 0;
	padding: 16px 20px 15px;
	display: block;
	cursor: pointer;
	background: #aa9168;
	position: relative;
}

.modal-box .add_to_basket_btn:hover {
	font-size: 16px;
	color: #fff;
	background: #2d2d2d;
}

.modal-box .add_to_basket_btn>i {
	font-size: 20px;
	color: #fff;
	float: right;
	position: inherit;
	right: inherit;
	top: inherit;
	margin: -1px 0 0;
}

.close {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: lowercase;
	margin: 0;
	padding: 10px 16px 12px;
	background: #a5a5a5;
	border-radius: 0 5px 0 5px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all .3s linear;
}

.close:hover {
	font-size: 16px;
	color: #fff;
	background: #2855a5;
}

.modal-box section{
	width: 100% !important;
}

/*user offer form*/

.user_offer form {
	width: 100%;
	padding: 20px 0 0;
	display: table;
}

.user_offer fieldset {
	width: 50%;
	float: left;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	border-right: 1px dotted #cdcdcd;
}

.user_offer fieldset:nth-of-type(2n) {
	border: none;
}

.user_offer fieldset:last-of-type {
	padding-bottom: 0;
}

.user_offer label {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	padding: 0 0 5px 5px;
	display: block;
	cursor: text;
}

.user_offer input {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	display: table;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	transition: all .3s linear;
}

.user_offer input:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.user_offer input:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.user_offer input[type="number"] {
	width: 90%;
	float: left;
	appearance: none;
	-webkit-appearance: none;
}

.user_offer strong {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	margin: 10px 0 10px 5px;
	float: left;
}

.user_offer fieldset .red_star,
.user_offer fieldset .formInfo {
	font-size: 20px;
	color: red;
	font-weight: 300;
	position: absolute;
	right: 45px;
	top: 2px;
	margin: 0 !important;
}

.user_offer fieldset.btn-fld {
	width: 100%;
	float: none;
	display: table;
	border: none;
}

.user_offer fieldset.btn-fld div {
	width: auto;
	display: table;
	margin: 0 auto;
}

.user_offer input[type="submit"] {
	font-size: 12px !important;
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
	padding: 9px 20px 10px;
	display: block;
	background: #2855a5;
	border: 1px solid #2855a5 !important;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.user_offer input[type="submit"]:hover,
.user_offer input[type="submit"]:focus {
	font-size: 12px !important;
	color: #000;
	background: #fff;
	border: 1px solid #2855a5 !important;
	padding: 9px 20px 10px;
}
.modal-box .price_cnt{
	width: 50%;
}
.modal-box .price_cnt div{
	align-self: self-end;
	margin-top: auto;
}
.modal-box .price_cnt div strong{
	font-size: 24px; 
}
.modal-box .price_cnt span{
	left: ;
}