/* Styles specific to computer/public/parts_moreDetails.html. */

/* Moved from aerobay.css. */
.parent_product_details_page {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
    /*
	grid-template-rows: 0.2fr 0.2fr repeat(14, fr);
     */
	margin-top: 85px;
}

.div_bread_crumb { grid-area: 2 / 1 / 3 / 13; padding-left: 20px;}

.div_main_image_product_details { grid-area: 3 / 1 / 5 / 4; width: 80%; margin: 0 auto; border-radius: 10px; margin-top: 10px;}

.div_second_images_product_details { grid-area: 5 / 1 / 6 / 4; width: 82%; margin: auto; margin-top: 20px;overflow-x:scroll;}

.div_title_product_details { grid-area: 3 / 4 / 4 / 10; }

.div_sold_by_product_details { grid-area: 6 / 10 / 7 / 15; margin: auto 0;}

.div_documents_product_details { grid-area: 5 / 1 / 7 / 4; border-radius: 10px; background: #f0f8ff; padding:15px; height: fit-content; margin: 10px 20px;}

.div_details_prod_product_details { grid-area: 4 / 4 / 5 / 10; }

.div_payment_product_details { grid-area: 5 / 4 / 10 / 7; height: fit-content; padding: 10px; /*margin: auto 10px auto  20px!important;margin-top: 5rem!important; margin-top: -50px!important; */margin-top: 30px!important;}

.div_shipping_product_details { grid-area: 5 / 7 / 7 / 10; /*margin: auto 20px auto 10px!important; margin-top: -50px!important; */ margin-top: 30px!important;}

.div_price_product_details { grid-area: 3 / 10 / 6 / 13; }

.div_questions { grid-area: 7 / 4 / 11 / 10; margin: 10px 0; /*margin: auto 0; margin-top: 2rem;*/}

.div_sellers_others_product { grid-area: 11 / 4 / 14 / 10;}

.div_ad_right_product_details { grid-area: 7 / 10 / 16 / 13; }

.div_ad_left_product_details { grid-area: 9 / 1 / 16 / 4; }

.padding_4_percent{
	padding: 4% 0;
}

.padding_5{
	padding: 5px 0;
}

.image_small_ent{
	width: 40px;;
	border-radius: 50%;
	margin: 5px;
}

.img_ent_name{
	display: inline-flex;
}

.parent_title_and_price_product_details {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
    /*
	grid-template-rows: repeat(3, .fr);
     */
	background: #f0f8ff;
	border-radius: 10px;
	margin: 10px;
	padding: 10px 20px;
}

.title_product_details { grid-area: 1 / 1 / 3 / 7; }

.under_title_product_details { grid-area: 2 / 1 / 3 / 7; }

.infos_title_product_details { grid-area: 5 / 7 / 2 / 11;/*margin: 10px 15px 0;*/ margin: auto 0;}

.price_product_details { grid-area: 1 / 7 / 2 / 11;}

.title_sold_by_infos{grid-area: 1 / 1 / 2 / 11;}

.sold_by_seller_details { grid-area: 1 / 1 / 4 / 11; }

.public_seller_infos_seller_details { grid-area: 1 / 6 / 4 / 11; margin: auto 0;}

.public_infos_seller_details_second{ grid-area: 1 / 8 / 4 / 11;}

.parent_payment_div_product_details {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(6, 1fr);
	background: #f0f8ff;
	border-radius: 10px;
	padding: 0px;
	height: 20rem;
	padding-top: 8px;
}

.title_payment_product_details { grid-area: 1 / 1 / 2 / 11; }

.online_payment_product_details { grid-area: 1 / 1 / 4 / 11; }

.offline_payment_product_details { grid-area: 4 / 1 / 7 / 11; }

.background_div_product_details{ background: #f0f8ff; margin: 10px 0px; padding: 10px 20px; border-radius: 10px; height: fit-content;}

.under_title_font_style{font-weight: 200;padding-top: 0px;font-size: 17px;padding-left: 15px;height: fit-content; max-height: 40px;}

.style_under_text{overflow-y: scroll; scrollbar-width: thin;}

.outhight_price_title_product_details{margin: 0; padding: 10px 0; text-align: right;}

.parent_shipping_details {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(6, 1fr);
	height: 20rem;
}

.title_shipping_details_div { grid-area: 1 / 1 / 2 / 11; margin-top: 8px;}

.use_carrier_account_div { grid-area: 2 / 1 / 6 / 6;}

.fed_ex_enter_zip_div { grid-area: 2 / 6 / 6 / 11; }

.shipment_charges_shipping_div { grid-area: 5 / 1 / 7 / 11; margin-top: -15px;}

.default_policy_shipment{
	background: #fff;
	padding: 5px 10px;
	width: fit-content;
	margin: auto;
	border-radius: 10px;
}

.parent_payment_div_details {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(10, 1fr);
	background: #f0f8ff;
	padding: 10px;
	margin: 10px 20px;
	border-radius: 10px;
	grid-column-gap: 6px;
    grid-row-gap: 6px;
    height: 94%;
}

.white_bg_certified{
	grid-area: 5 / 1 / 7 / 5;
	background: #fff;
	border-radius: 7px;
}

.available_qty_product_details{
	grid-area: 5 / 1 / 6 / 3;
	margin: auto 0;
	padding-left: 4px;
}

.min_order_amount_product_details{
	grid-area: 6 / 1 / 7 / 5;
    margin: auto;

}

.update_on_product_details{
	grid-area: 5 / 2 / 6 / 5;
	margin: auto 0;
	text-align: right;
    padding-right: 4px;
}

.price_div_payment_details { grid-area: 2 / 1 / 3 / 5; margin: auto; }

.quandtity_payment_details {
	grid-area: 3 / 1 / 4 / 5;
    margin: auto;
    width: 100%;
}

.price_badges_parts_more_details {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 22px 26px;
	max-width: 100%;
}

.price_badge_group {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	flex: 0 1 auto;
	max-width: 100%;
}

.price_badge_group_labeled {
	padding-top: 12px;
}

#price_standard_exchange_display{
    color: #ffa500;
    background: #f5dfb8;
    border: 2px solid #ffa500;
    padding: 4px;
    border-radius: 9px;
}

#order_now_title_price, #s_e_price_title{
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 1;
    margin: 0;
    transform: translateY(28%);
    font-weight: 800;
    padding: 0px 4px;
    border-radius: 5px;
    line-height: 1.1;
    white-space: nowrap;
}

#updated_price,
#price_standard_exchange_display {
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#order_now_title_price{
    color: rgb(45, 211, 45);
    background: #c7eae0;
    border: 2px solid rgb(45, 211, 45);
}

#s_e_price_title{
    color: #ffa500;
    border: 2px solid #ffa500;
    background: #f5dfb8;
}

.double-price-highlight {
    background: #c7eae0;
    color: rgb(45, 211, 45);
    border: 2px solid rgb(45, 211, 45);
    border-radius: 9px;
    padding: 4px;
}

.double-price-highlight, #price_standard_exchange_display{
    font-size: 1.4vw!important;
}

.print_quote_payment_details { grid-area: 7 / 1 / 9 / 3; text-align: center; margin: auto 0;}

.standard_exchange_payment_details { grid-area: 7 / 3 / 9 / 5; text-align: center; margin: auto 0;}

.make_offer_payment_details { grid-area: 9 / 1 / 11 / 3; text-align: center; margin: auto 0;}

.order_now_payment_details { grid-area: 9 / 3 / 11 / 5; text-align: center; margin: auto 0;}

.ask_price_button_parts_more_details{ grid-area: 1/2/3/4; text-align: center; margin-top: 2vh;}

.print_quote_payment_details a,
.standard_exchange_payment_details a,
.make_offer_payment_details a,
.order_now_payment_details a
 {
    transition: background .5s ease-out;
    display: block;
    text-align: center;
    white-space: normal;
}

.parent_product_details_results {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
}

.product_details_results_title { grid-area: 1 / 1 / 2 / 2; }

.product_details_results_result { grid-area: 1 / 2 / 2 / 3; }

.product_details_results_result_size {
	grid-area: 1 / 2 / 2 / 3;
	width: 100px;
	max-width: 100px;
	overflow-x: scroll;
}

.product_details_results_result_size::-webkit-scrollbar-track,
.location::-webkit-scrollbar-track {
	background: transparent!important;
}

.product_details_results_result_size::-webkit-scrollbar,
.location::-webkit-scrollbar{
	background: transparent!important;
}

.text_paperworks_name{
	margin-top: 5px;
	font-family: 'Calibri Bold', 'Calibri Regular', Calibri, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: rgba(33, 70, 141, 0.996);
	width: 20rem;
	overflow-x: scroll;
}

.title_quantity_div_parts_more_details{ grid-area: 1 / 1 / 2 / 4; margin: auto;}

.quantity_input_parts_more_details { grid-area: 1 / 4 / 2 / 8; }

#input_quantity_parts_more_details{
	width: 50px;
	height: 30px;
	border-radius: 10px;
	border: none;
	text-align: center;
	font-size: 16px;
}

.parent_div_question_parts_more_details {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 0.7fr repeat(2, 1fr);
	background: #f0f8ff;
	margin: 20px 10px 10px 10px!important;
	border-radius: 10px;
	padding: 18px 18px 0 18px;
}

.title_questions_parts_more_details { grid-area: 1 / 1 / 2 / 3;}

.phone_questions_parts_more_details { grid-area: 1 / 1 / 3 / 2; margin: 0 auto}

.mail_questions_parts_more_details { grid-area: 1 / 2 / 3 / 3; margin: 0 auto}

.send_question_parts_more_details { grid-area: 2 / 1 / 4 / 3; }

.text_questions_parts_more_details{
	font-weight: 200;
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 17px;
}

.parent_send_question_parts_more_details {
	display: grid;
	grid-template-columns: 0.2fr repeat(3, 0.5fr) 0.2fr;
	grid-template-rows: 1fr 0.5fr;
	margin-top: -14px;
}

.input_send_question_parts_more_details { grid-area: 1 / 2 / 2 / 5;}

.send_button_question_parts_more_details { grid-area: 2 / 3 / 2 / 4; margin: 10px; text-align: center;}

.parent_sellers_others_products {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(5, 1fr);
}

.title_sellers_other_products { grid-area: 2 / 1 / 6 / 6; }

.product_sellers_other_products { grid-area: 1 / 1 / 2 / 6; }

.seller_other_product_title_style{font-weight: 200; text-align: center; font-size: 4rem;}

.button_doc_parts_more_details{transition: .4s ease box-shadow}

.button_doc_parts_more_details:hover{
	-webkit-box-shadow: 0px 0px 10px -3px #a7a7a7;
    box-shadow: 0px 0px 10px -3px #a7a7a7;
}

.color_inside_menu_product_page{
	display: inline-flex;
	background: #dcefff;
	padding: 10px 10px 0;
	margin: 5px 10px;
	border-radius: 10px;
}

.easyzoom-flyout{
	margin-left: 30vh!important;
	margin-top: 8vh!important;
	border-radius: 10px!important;
	-webkit-box-shadow: 0px 0px 38px 1px #a7a7a7;
	box-shadow: 0px 0px 38px 1px #a7a7a7;
	max-width: 80vh!important;
	max-height: -webkit-fill-available;
	width: -webkit-fill-available;
	height: -webkit-fill-available!important;
	text-align: center;
	background: transparent;
	border:none!important;

}

/* Moved from the inline <style> block. */
*{font-family : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;}
.item_highlights {
	border-collapse: collapse;
	text-align: center;
	background: white;
	width: 100%;
	margin-top: 20%;
}

.item_highlights td {
	padding: 6px;
	border: 1px solid #ddd;
}

.item_highlights td .big {
	color: #66bf00;
	font-size: 15px;
}

.item_highlights td .big {
	color: #66bf00;
	font-size: 15px;
}

.scroll a:hover {
	color: #000;
}

.shipping-options {
	font-size: 0.8vw !important;
}

.responsive-image {
	height: 2.6vh !important;
}

.responsive-bankwire {
	height: 4.2vh !important;
}

.responsive-fedx {
	height: 7.2vh !important;
}

#closeHref{margin-top: -20px;}

.fedEx-price-loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid blue;
	border-bottom: 16px solid blue;
	width: 98px;
	height: 98px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.button_return_to_result{
	margin-right: 20px;
	display:-webkit-inline-box;
	cursor: pointer;
}

#send_button_form:hover{
	color: #fff;
	background: #4e60a9;
}

.under_title_font_style{max-height: 61px; scrollbar-color: #001846 transparent; }

#send_button_form{
	border-radius: 10px;
    color: #4d60a9;
    border: 2px solid rgb(78 96 169);
    background: #ffffff00;
    transition: color 0.5s ease-out, background 0.5s ease-out;
    font-weight: bold;
}

#userComments{
	max-width: -webkit-fill-available;
}

.form-group .input-control{width: 100%;}

.grecaptcha-badge{display: none;}

#view_all_similar_product{
	border-radius: 10px;
    color: #4d60a9;
    border: 2px solid rgb(78 96 169);
    background: #ffffff00;
    transition: color 0.5s ease-out, background 0.5s ease-out;
    font-weight: bold;
}

#view_all_similar_product:hover{
	color: #fff;
    background: #4e60a9;
}

@-webkit-keyframes spin { 0%{
	-webkit-transform: rotate(0deg);
}

100% {-webkit-transform: rotate(
360deg);}
}
@keyframes spin { 0%{
	transform: rotate(0deg);
}
100%{transform:rotate(360deg);}
}
.ad-pt label {
	width: auto !important;
	font-weight: bold !important;
}

.modal-header, .modal-body{
	box-shadow: 0px 0px 6px -2px #3D3D3D!important;
}

.document-download-modal{
	background: transparent !important;
}

body.document-download-backdrop-open::before,
body.quote-modal-backdrop-open::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background: rgba(0, 0, 0, 0.58);
	pointer-events: none;
}

body.document-download-backdrop-open .modal-backdrop,
body.document-download-backdrop-open .modal-backdrop.in,
body.document-download-backdrop-open .modal-backdrop.fade,
body.quote-modal-backdrop-open .modal-backdrop,
body.quote-modal-backdrop-open .modal-backdrop.in,
body.quote-modal-backdrop-open .modal-backdrop.fade{
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
}

.document-download-modal .modal-dialog{
	width: 520px;
	max-width: calc(100vw - 30px);
	margin: 8% auto;
}

.document-download-modal .modal-content{
	background: transparent;
	border: none;
	box-shadow: none !important;
}

.document-download-modal .modal-header{
	position: relative;
	padding: 0 8px 10px;
	border: none;
	background: transparent;
	box-shadow: none !important;
	margin-bottom: -30px;
	z-index: 2;
}

.document-download-modal .modal-title{
	display: inline-block;
	margin: 0;
	padding: 8px 18px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 0 20px -8px #3D3D3D;
	font-family: 'Lato Bold', 'Lato Regular', 'Lato', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.15;
	color: #3d3d3d;
}

.document-download-modal .close{
	position: absolute;
	right: 8px;
	top: 15px;
	margin-top: 0;
	opacity: 1;
	color: #7d7d7d;
	text-shadow: none;
	font-size: 42px;
	font-weight: 300;
}

.document-download-modal .close:hover{
	color: #3d3d3d;
}

.document-download-modal .modal-body{
	margin-top: 0;
	padding: 40px 24px 24px 24px;
	background: aliceblue;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(61, 61, 61, 0.14) !important;
}

.document-download-file{
	margin-bottom: 18px;
	padding: 18px 20px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 20px -10px #3D3D3D;
	color: #3d3d3d;
	font-family: 'Lato Regular', 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.35;
	text-align: center;
	word-break: break-word;
}

.document-download-captcha-shell{
	display: flex;
	justify-content: center;
	padding: 22px 18px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 20px -10px #3D3D3D;
	overflow-x: auto;
}

.product_details_results_result_size {
    grid-area: 1 / 2 / 2 / 3;
    width: 100px;
    max-width: 100px;
    overflow-x: auto;
    height: 50px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    overflow-y: scroll;
    max-height: 38px;
}

.product_details_results_result_size::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.product_details_results_result_size::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.product_details_results_result_size::-webkit-scrollbar-track {
    background-color: transparent;
}

#display_others_images{
	height: 8vh;
	width: -webkit-fill-available;
	overflow: hidden;
	user-select: none;
}

#div_display_phone{
	position: absolute;
    background: aliceblue;
    box-shadow: 0px 0px 8px -5px #3D3D3D;
    border-radius: 10px;
    padding: 2vh;
    margin-left: 17vh;
    display: none;
}

#close_phone_div{
	position: absolute;
    margin-right: -1vh;
    right: 0;
    top: -1vh;
}

.phone_team_europe_asia a{transition: all .5s ease-out;}
.phone_team_europe_asia a:hover{background: #fff; }

/* Join in div */
.input_password, .input_email{margin-left: 1em!important; display: flex!important;margin-right: 1rem;}
.input_password svg, .input_email svg{margin: auto!important; margin-right: 1rem!important;}

.img_product_full{
	-webkit-box-shadow: 0 11px 8px -7px #3d3d3d8f;
	box-shadow: 0 11px 8px -7px #3d3d3d8f;
	border-radius: 5px;
	width: 8vh;
	height: 8vh;
	cursor: pointer;
	transition: width .4s ease-out, height .4s ease-out, box-shadow .4s ease-out;
}

.img_product_full:hover{
	width: 8.3vh;
	height: 8.3vh;
	box-shadow: 0 11px 8px -4px #3d3d3d8f;
}

.image-link{
	display: inline-flex;
	height: 8vh;
	width: 8vh;
}

.parent_product_details_page {
	display: block;
	padding: 0 15px 40px;
}

.display_price_parts_more_details_head {
	margin-bottom: 18px;
}

.div_bread_crumb {
	padding-left: 0;
	margin-bottom: 18px;
}

.product_details_columns {
	display: grid;
	grid-template-columns: minmax(250px, 3fr) minmax(420px, 7fr) minmax(320px, 3fr);
	gap: 28px;
	align-items: start;
}

.product_details_column {
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 0;
}

.div_main_image_product_details {
	width: 100%;
}

.div_second_images_product_details {
	width: 100%;
	overflow-x: auto;
}

.div_documents_product_details {
	width: 100%;
}

.div_main_image_product_details,
.div_second_images_product_details,
.div_documents_product_details,
.div_title_product_details,
.div_details_prod_product_details,
.div_payment_product_details,
.div_shipping_product_details,
.div_price_product_details,
.div_sold_by_product_details {
	grid-area: auto !important;
	width: 100%;
	margin: 0 !important;
}

.product_details_column > .div_main_image_product_details,
.product_details_column > .div_second_images_product_details,
.product_details_column > .div_documents_product_details,
.product_details_column > .div_title_product_details,
.product_details_column > .div_details_prod_product_details,
.product_details_column > .div_payment_product_details,
.product_details_column > .div_shipping_product_details,
.product_details_column > .div_price_product_details,
.product_details_column > .div_sold_by_product_details {
	margin-bottom: 10px !important;
}

.div_questions,
.div_sellers_others_product {
	grid-area: auto !important;
	margin: 0 !important;
}

.div_ad_left_product_details {
	grid-area: auto !important;
}

.div_ad_right_product_details {
	grid-area: auto !important;
}

.div_main_image_product_details .product-image {
	position: relative !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(260px, 20vw, 380px);
	height: clamp(260px, 20vw, 380px) !important;
	overflow: hidden;
	border-radius: 14px !important;
	background-color: #fff !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	box-shadow: 0 14px 34px -18px #3D3D3D;
	border: 0px solid rgba(61, 61, 61, 0.08);
}

.div_main_image_product_details .product-image:not(.product-box) {
	background-image: none !important;
}

.div_main_image_product_details .product-image .type {
	position: absolute !important;
	top: 12px !important;
	left: 12px !important;
	transform: none !important;
	z-index: 2;
	box-shadow: 0px 0px 8px -1px #fff;
}

.product-image .type{
	padding: 7px;
	border-radius: 7px;
}

.div_main_image_product_details .zoom,
.div_main_image_product_details .easyzoom {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

.div_main_image_product_details .zoom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.div_main_image_product_details .easyzoom {
	position: relative;
	display: block;
}

.div_main_image_product_details .easyzoom > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.div_main_image_product_details .easyzoom > a > img {
	visibility: visible !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	/* object-fit: cover; */
	object-position: center center;
}

.div_main_image_product_details .easyzoom-flyout img {
	width: 260% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: initial !important;
}

.div_main_image_product_details .zoom > img {
	width: min(70%, 320px) !important;
	height: auto !important;
	max-height: 74% !important;
	object-fit: contain;
}

.div_main_image_product_details .easyzoom--adjacent .easyzoom-flyout {
	top: 0 !important;
	left: calc(100% + 18px) !important;
	z-index: 40;
	width: min(640px, 45vw) !important;
	height: 100% !important;
	margin: 0 !important;
	border: 1px solid rgba(61, 61, 61, 0.08) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 18px 38px -22px #3D3D3D !important;
}

body > .easyzoom-flyout.parts-more-details-zoom-flyout {
	position: fixed !important;
	top: 46% !important;
	left: 40% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 999;
	overflow: hidden;
	border: 1px solid rgba(61, 61, 61, 0.08) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 18px 38px -22px #3D3D3D !important;
}

body > .easyzoom-flyout.parts-more-details-zoom-flyout img {
	width: 260% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: initial !important;
}

.div_second_images_product_details #display_others_images {
	width: 100%;
	height: auto;
	min-height: 8vh;
}

.div_second_images_product_details .other-images {
	max-width: 100% !important;
}

.div_title_product_details > .parent_title_and_price_product_details {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 120px;
	margin: 0;
}

.div_title_product_details .title_product_details,
.div_title_product_details .infos_title_product_details,
.div_title_product_details .price_product_details {
	grid-area: auto !important;
	min-width: 0;
}

.div_title_product_details .title_product_details {
	grid-column: 1 / 2;
}

.div_title_product_details .infos_title_product_details,
.div_title_product_details .price_product_details {
	grid-column: 2 / 3;
}

.div_title_product_details .infos_title_product_details {
	display: none !important;
}

.parent_product_details_results {
	grid-template-columns: minmax(125px, 44%) minmax(0, 1fr);
	column-gap: 12px;
	align-items: start;
}

.product_details_results_result_size {
	width: auto;
	max-width: none;
	min-width: 0;
	height: auto;
	max-height: 48px;
	overflow-x: auto;
	overflow-y: auto;
	word-break: break-word;
}

.div_price_product_details .parent_payment_div_details {
	margin: 0;
	width: 100%;
	height: auto;
	min-height: clamp(360px, 30vw, 520px);
}

.div_price_product_details .parent_payment_div_details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto;
	grid-template-areas:
		"price price"
		"quantity quantity"
		"available updated"
		"minimum minimum"
		"quote exchange"
		"offer order";
	align-content: start;
	gap: 14px 10px;
	min-height: 0;
	padding: 28px 12px 16px;
}

.div_price_product_details .white_bg_certified {
	display: none;
}

.div_price_product_details .price_div_payment_details {
	grid-area: price;
	margin: 0 auto;
}

.div_price_product_details .quandtity_payment_details {
	grid-area: quantity;
	margin: 0;
}

.div_price_product_details .available_qty_product_details,
.div_price_product_details .update_on_product_details,
.div_price_product_details .min_order_amount_product_details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 82px;
	margin: 0;
	padding: 13px 16px;
	border: 1px solid rgba(61, 61, 61, 0.07);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
	box-shadow: 0 12px 24px -24px #3D3D3D;
	text-align: left;
}

.div_price_product_details .available_qty_product_details {
	grid-area: available;
}

.div_price_product_details .update_on_product_details {
	grid-area: updated;
}

.div_price_product_details .min_order_amount_product_details {
	grid-area: minimum;
	align-items: center;
	min-height: 72px;
	border-left: 0;
	text-align: center;
}

.div_price_product_details .available_qty_product_details label,
.div_price_product_details .update_on_product_details label,
.div_price_product_details .min_order_amount_product_details label {
	display: block;
	margin: 0 0 8px;
	color: #6a6a6a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.15;
	text-transform: uppercase;
}

.div_price_product_details .update_on_product_details label br {
	display: none;
}

.div_price_product_details .available_qty_product_details .left-font,
.div_price_product_details .update_on_product_details .left-font,
.div_price_product_details .min_order_amount_product_details .left-font,
.div_price_product_details .min_order_amount_product_details a {
	color: #3d3d3d;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.div_price_product_details .min_order_amount_product_details a {
	color: #4d60a9;
	font-size: 18px;
}

.div_price_product_details .min_order_amount_product_details sup {
	font-size: .55em;
	line-height: 0;
}

.div_price_product_details .parent_quantity_button_parts_more_details {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.div_price_product_details .title_quantity_div_parts_more_details,
.div_price_product_details .quantity_input_parts_more_details {
	margin: 0;
}

.div_price_product_details .title_quantity_div_parts_more_details p {
	margin: 0;
	padding: 0 !important;
}

.div_price_product_details .quantity_input_parts_more_details .search-form {
	margin-left: 0 !important;
}

.div_price_product_details .print_quote_payment_details {
	grid-area: quote;
}

.div_price_product_details .standard_exchange_payment_details {
	grid-area: exchange;
}

.div_price_product_details .make_offer_payment_details {
	grid-area: offer;
}

.div_price_product_details .order_now_payment_details {
	grid-area: order;
}

.div_price_product_details .ask_price_button_parts_more_details {
	grid-column: 1 / -1;
	margin: 0;
}

.div_price_product_details .print_quote_payment_details,
.div_price_product_details .standard_exchange_payment_details,
.div_price_product_details .make_offer_payment_details,
.div_price_product_details .order_now_payment_details,
.div_price_product_details .ask_price_button_parts_more_details {
	margin: 0;
	text-align: center;
}

.div_price_product_details .print_quote_payment_details a,
.div_price_product_details .standard_exchange_payment_details a,
.div_price_product_details .make_offer_payment_details a,
.div_price_product_details .order_now_payment_details a,
.div_price_product_details .ask_price_button_parts_more_details a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	padding: 8px 10px;
	box-shadow: 0 10px 22px -20px #3D3D3D;
}

.div_price_product_details .parent_button_payment_parts_more_details {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	margin: 0;
}

.div_price_product_details .icon_button_payment_more_details,
.div_price_product_details .text_button_payment_more_details {
	margin: 0;
}

.div_price_product_details .icon_button_payment_more_details svg {
	width: 24px;
	height: 24px;
}

.div_price_product_details .font-style_button_parts_more_details {
	font-size: 14px;
	line-height: 1.15;
}

.div_sold_by_product_details #seller-section {
	padding: 18px !important;
	box-shadow: 0 12px 28px -24px #3D3D3D;
}

.div_sold_by_product_details .parent_title_and_price_product_details {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}

.div_sold_by_product_details .title_sold_by_infos,
.div_sold_by_product_details .sold_by_seller_details,
.div_sold_by_product_details .public_seller_infos_seller_details,
.div_sold_by_product_details .public_infos_seller_details_second {
	grid-area: auto !important;
	width: 100%;
	margin: 0 !important;
}

.div_sold_by_product_details .title_sold_by_infos {
	margin-top: -34px !important;
}

.div_sold_by_product_details .seller {
	margin: 0 !important;
	padding: 10px 0 0 !important;
	text-align: left !important;
}

.div_sold_by_product_details .img_ent_name {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.div_sold_by_product_details .image_small_ent {
	flex: 0 0 68px;
	width: 68px;
	height: 68px;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 24px -20px #3D3D3D;
}

.div_sold_by_product_details .image_small_ent img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 18px !important;
	object-fit: cover;
}

.div_sold_by_product_details .img_ent_name a {
	color: #66cc99;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.15;
}

.div_sold_by_product_details .seller .small-text {
	margin: 8px 0 5px;
	color: #3d3d3d;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
}

.div_sold_by_product_details .seller .italics {
	margin: 0;
	color: #4f4f4f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.div_sold_by_product_details .public_seller_infos_seller_details {
	margin-top: 6px !important;
}

.mg25{
	margin: 0 25%;
}

.div_sold_by_product_details .public_seller_infos_seller_details .style_button_search {
	width: 100%;
	margin: 0;
	padding: 10px 14px !important;
	border: 2px solid rgba(102, 204, 153, 0.95);
	border-radius: 10px;
	background: aliceblue;
	box-shadow: none;
	color: #66cc99;
	text-decoration: none;
	transition: background .4s ease-out, color .4s ease-out;
}

.div_sold_by_product_details .public_seller_infos_seller_details .style_button_search:hover {
	background: rgba(102, 204, 153, 0.95);
	color: #fff;
}

.div_sold_by_product_details .public_seller_infos_seller_details a {
	color: #66cc99;
	font-weight: 800;
	text-decoration: none;
	margin: auto;
	transition: color .4s ease-out;
}

.div_sold_by_product_details .public_seller_infos_seller_details .style_button_search:hover a {
	color: #fff;
}

.div_payment_product_details .parent_payment_div_product_details,
.div_shipping_product_details .parent_shipping_details {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 0;
	padding: 8px 20px 20px;
	background: transparent;
}

.div_payment_product_details .title_payment_product_details,
.div_shipping_product_details .title_shipping_details_div {
	grid-area: auto !important;
	margin-left: -40px !important;
}

.div_documents_product_details > .titleCardServices,
.div_details_prod_product_details .title_sold_by_infos .titleCardServices,
.div_payment_product_details .title_payment_product_details .titleCardServices,
.div_shipping_product_details .title_shipping_details_div .titleCardServices,
.div_sold_by_product_details .title_sold_by_infos .titleCardServices,
.div_questions .title_questions_parts_more_details .titleCardServices,
.div_sellers_others_product .sellers_other_title_card {
	margin-left: 0px !important;
	padding-left: 0 !important;
}

.div_payment_product_details .text_payment_div,
.div_shipping_product_details .text_payment_div {
	grid-area: auto !important;
	width: 100%;
	margin: 0;
	padding: 18px 0 10px;
	font-size: 15px;
}

.mg22{margin-left: 22px;}
.mg7{margin-left: 7px;}

.div_payment_product_details .small_text_payment,
.div_shipping_product_details .small_text_payment {
	grid-area: auto !important;
	margin: 0;
}

.service_option_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.service_option_card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 112px;
	padding: 18px;
	border: none;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 10px 22px -24px #3D3D3D;
}

.service_option_icon {
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 9px;
	background: #fff;
	color: #4d60a9;
	box-shadow: 0 2px 5px -2px #3d3d3d75;
}

.box_shadow_title_div{
	box-shadow: 0 12px 23px -24px #3D3D3D;
}

.service_option_content h3 {
	margin: 1px 0 7px;
	color: #3d3d3d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.service_option_content p {
	margin: 0;
	color: #4f4f4f;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}

.div_payment_product_details .under_text_payment_box,
.div_shipping_product_details .under_text_payment_box {
	margin: 0;
	padding: 10px 0 0;
	color: #4f4f4f;
	font-size: 12px;
	font-weight: 300;
}

.product_details_columns + .div_questions,
.div_questions + .div_sellers_others_product {
	width: calc((100% - 44px) * 7 / 13);
	margin-top: 32px !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: calc(((100% - 44px) * 3 / 13) + 28px) !important;
}

.div_questions .parent_div_question_parts_more_details {
	margin: 0 !important;
	width: 100%;
}

.div_sellers_others_product {
	background: #f0f8ff;
	border-radius: 10px;
	padding: 18px;
	box-shadow: 0 0 20px -12px #3D3D3D;
}

.div_sellers_others_product .on-sale {
	margin: 0 !important;
}

.div_sellers_others_product .container {
	width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.div_sellers_others_product .section-title {
	padding: 0 0 18px 0 !important;
}

.div_sellers_others_product .seller_other_products_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	list-style: none;
}

.sellers_other_title_card {
	margin-top: -36px;
	text-align: left;
}

.sellers_other_title_card .seller_other_product_title_style {
	display: inline-block;
	font-family: 'Lato Bold', 'Lato Regular', 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	color: #3d3d3d;
}

.seller_other_product_item {
	min-width: 0;
}

.seller_other_product_card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 318px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	color: #3d3d3d;
	transition: box-shadow .25s ease;
}

.seller_other_product_card:hover {
	box-shadow: 0 8px 24px -18px #3D3D3D;
	color: #3d3d3d;
}

.seller_other_product_card .type {
	position: absolute;
	top: 5px;
	left: 21px;
	z-index: 2;
	transform: translateX(-50%);
	border-radius: 2px;
	color: #fff;
	padding: 5px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0px 0px 6px -1px #fff;
}

.seller_other_product_card .type.oh {
	background: #5565dd;
	border: 2px solid #152cdf;
}

.seller_other_product_card .type.sv {
	background: #66cc99;
	border: 2px solid #00c060;
}

.seller_other_product_card .type.ar {
	background: #f06191;
	border: 2px solid #ed2266;
}

.seller_other_product_card .type.ns {
	background: #93d2f5;
	border: 2px solid #5ec2fa;
}

.seller_other_product_card .type.ne {
	background: #ffb26b;
	border: 2px solid #ee9543;
}

.seller_other_product_card .type.fn {
	background: #ba69c7;
	border: 2px solid #b149c2;
}

.seller_other_product_card .discount {
	display: flex;
	position: absolute;
	top: 14px;
	right: 13px;
	z-index: 2;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #e43770;
	text-align: center;
}

.seller_other_product_card .discount-text {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 15px;
}

.seller_other_product_media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	border-bottom: 0px solid #eaeaea;
	background: #fff;
}

.seller_other_product_media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;

}

.seller_other_product_info {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 96px;
	padding: 13px;
	background: #fff;
	text-align: right;
	border-top: 1px solid #eceeef;
}

.seller_other_product_price {
	margin-bottom: 10px;
	color: #2baf5e;
	font-size: 16px;
	font-weight: 700;
}

.seller_other_product_name {
	font-size: 16px;
}

.rc-anchor-light.rc-anchor-compact, .rc-anchor-light.rc-anchor-normal{
	border: none!important;
	background: #fff!important;
	box-shadow: none!important;
}

.recaptcha-checkbox-border{
	height: 18px!important;
	width: 18px!important;
	border-radius: 7px!important;
	margin-top: 4px!important;
}
@media (max-width: 1280px) {
	.product_details_columns {
		grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.35fr);
	}

	.product_details_column_right {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.product_details_columns + .div_questions,
	.div_questions + .div_sellers_others_product {
		width: calc((100% - 28px) * 1.35 / 2.25);
		margin-left: calc(((100% - 28px) * 0.9 / 2.25) + 28px) !important;
	}

	.div_sellers_others_product .seller_other_products_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.parent_product_details_page {
		padding: 0 12px 32px;
	}

	.product_details_columns,
	.product_details_column_right {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.div_title_product_details > .parent_title_and_price_product_details {
		grid-template-columns: 1fr;
	}

	.div_title_product_details .infos_title_product_details,
	.div_title_product_details .price_product_details {
		grid-column: 1 / 2;
	}

	.div_main_image_product_details .product-image {
		min-height: 250px;
		height: min(62vw, 360px) !important;
	}

	.div_main_image_product_details .easyzoom--adjacent .easyzoom-flyout {
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}

	.service_option_grid {
		grid-template-columns: 1fr;
	}

	.product_details_columns + .div_questions,
	.div_questions + .div_sellers_others_product {
		width: 100%;
		margin-left: 0 !important;
	}

	.div_sellers_others_product .seller_other_products_grid {
		grid-template-columns: 1fr;
	}
}

#rc-anchor-container{
	border: none!important;
	background: #fff!important;
	box-shadow: none!important;
}
