/* -------------------------------------------- */
/*                                              */
/*               Product page                   */
/*                                              */
/* -------------------------------------------- */
.wcfm_policies_tab_tab, .wcfm_enquiry_tab_tab, .summary .wcfm_ele_wrapper{
    display:none;
}
.section-product-breadcrumb{
    background-color:#F4F4F4;
    width:100%;
    height:70px;
    display:flex;
    align-items:center;
}
.section-product-breadcrumb .content{
    padding:0 var(--defaultPadding);
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:14px;
}
.section-product-breadcrumb .content a{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:14px;
    color:#000;
    text-decoration:none;
}
.section-product-title{
    width:100%;
}
.section-product-title .content{
    padding:0 var(--defaultPadding);
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:20px;
}
.section-product-title .content h1{
    margin: 60px 0;
	color: var(--title-color);
}
.section-product-title .content .woocommerce-notices-wrapper{
    border-radius: 25px;
}
.section-product-title .content .woocommerce-notices-wrapper ul{
    margin:0;
    padding: 10px;
    list-style:none;
}
.section-product-title .content .woocommerce-notices-wrapper ul li::marker{
    display:none;
}
.section-product-title .content .woocommerce-notices-wrapper ul li{
    margin-left:30px;
}
.section-product-title .content .woocommerce-notices-wrapper .woocommerce-error{
    color:#a80000;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 20px solid #a80000;
    margin-top:30px;
    background-color: #f5f5f5;
    border-radius: 25px;
}
.section-product-title .content .woocommerce-notices-wrapper .woocommerce-message{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 20px solid var(--accent-color);
    background-color: #f5f5f5;
    border-radius: 25px;
	margin-top: 20px;
}
.section-product-title .content .woocommerce-notices-wrapper .woocommerce-message .button{
    border-radius: 20px;
    text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#fff;
    font-weight: 800;
    text-align: center;
    text-transform:uppercase;
    background-color:var(--accent-color);
    padding:20px 30px;
    position:relative;
    cursor:pointer;
}
.section-product-title .content .woocommerce-notices-wrapper .woocommerce-message .reserve_not_meet, .section-product-title .content .woocommerce-notices-wrapper .woocommerce-message .bid_is_winning{
	width:100%;
}
.section-product-details{
    width:100%;
}
.section-product-details .content{
    column-gap: 50px;
    display:flex;
}
.section-product-details .content .col-left{
    width:50%;
    overflow: hidden;
    position: relative;
}
.section-product-details .content .col-left .onsale{
	display:none;
}
.section-product-details .content .col-left .woocommerce-product-gallery{
	padding-right: 50px;
}
.section-product-details .content .col-left .woocommerce-product-gallery__wrapper{
	margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-product-details .content .col-left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
}
.section-product-details .content .col-left .woocommerce-product-gallery__image{
    text-align:center;
	position: relative;
    overflow: hidden;
	background-size: 0;
    background-repeat: no-repeat;
}
.section-product-details .content .col-left .woocommerce-product-gallery__image .wp-post-image{
	width: 100%;
    height: auto;
}
.section-product-details .content .col-left .woocommerce-product-gallery__thumbnails{
    position:relative;
    display:flex;
    border: 1px solid #00000020;
    border-radius:10px;
    margin-top:10px;
    width: 100%;
}
.section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-left, .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-right{
    width:50px;
    min-width: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size: 40px;
}
.section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-left:hover, .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-right:hover{
    background-color:#F4F4F490;
}
.section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .gallery-thumbnails{
    overflow:hidden;
    flex-basis: 0;
    flex-grow: 1;
    padding:10px 0;
}
.section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .gallery-thumbnails .thumbnails{
    display:flex;
    transition:all 0.5s ease-out;
	width: fit-content;
}
.section-product-details .content .col-right{
    width:50%;
}
.section-product-details .content .col-right .summary{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.section-product-details .content .col-right .summary a:not(.normal-text){
    color:#000;
    font-weight:700;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    text-decoration:none;
}
.section-product-details .content .col-right .summary .woocommerce-product-rating{
    color: var(--accent-color);
    font-weight: 400;
    display: flex;
    column-gap: 10px;
}
.section-product-details .content .col-right .summary a.woocommerce-review-link{
    color: var(--accent-color);
    font-weight: 900;
}
.section-product-details .content .col-right .summary a.normal-text{
    color:#000;
    font-weight:400;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.section-product-details .content .col-right .summary a.button-negotiation {
    background-color: #f4f4f4;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin-left: 20px;
}
.section-product-details .content .col-right .summary .price{
    font-weight:600;
    font-size:40px;
	margin-top:20px;
	margin-bottom:0;
	color: var(--accent-color);
}
.section-product-details .content .col-right .summary .price ins{
	text-decoration:none;
}
.section-product-details .content .col-right .summary .woocommerce-product-details__short-description{
    font-weight:400;
    font-size:14px;
	margin-top:40px;
}
.section-product-details .content .col-right .summary .coin-oxidation{
     margin-bottom:15px;
}
.section-product-details .content .col-right .summary .refinements{
    margin-bottom:15px;
}
.section-product-details .content .col-right .summary .refinements > div {
    display: flex;
    margin-top: 5px;
}
.section-product-details .content .col-right .summary .refinements input[type="checkbox"]{
	opacity:0;
    height: 1px;
}
.section-product-details .content .col-right .summary .refinements label {
    display: flex;
	position: relative;
}
.section-product-details .content .col-right .summary .refinements label .checkmark{
	width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: -20px;
    border: 1px solid #00000050;
    cursor: pointer;
    border-radius: 3px;
}
.section-product-details .content .col-right .summary .refinements input:checked ~ label .checkmark{
    background-color: #E3C321;
}
.section-product-details .content .col-right .summary .refinements input:checked ~ label .checkmark:before{
	content: '';
    top: 0;
    left: 4px;
    position: absolute;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section-product-details .content .col-right .summary .discount_packages{
	margin-top:10px;
    width:100%;
    max-width:350px;
    border-collapse: collapse;
}
.section-product-details .content .col-right .summary .cart{
    margin-top:20px;
    margin-bottom: 20px;
}
.section-product-details .content .col-right .summary .cart .add-to-cart-form, .section-product-details .content .col-right .summary .cart .woocommerce-variation-add-to-cart{
    display:flex;
}
.section-product-details .content .col-right .summary .cart .quantity-form{
    display:flex;
    align-items:center;
}
.section-product-details .content .col-right .summary .cart .quantity-form .minus, .section-product-details .content .col-right .summary .cart .quantity-form .plus{
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    width: 20px;
    justify-content: center;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:20px;
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
}
.section-product-details .mp-product-flash{
    transform: translateX(-43%) translateY(178%) rotate(-45deg);
}
.section-product-details .mp-product-flash.mp-badge-second{
    transform: translateX(-41%) translateY(271%) rotate(-45deg);
}
.auction_form .quantity .plus, .auction_form .quantity .minus{
	border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}
.auction_form .quantity{
	float:left;
	margin-right:20px;
}
.section-product-details .content .col-right .summary .cart .quantity-form .quantity-input, .auction_form .quantity .input-text{
    width:50px;
    text-align:center;
    margin:0 5px;
    padding: 10px 0;
}
.auction_form .quantity .input-text{
	width:100px;
}
.section-product-details .content .col-right .summary .cart .quantity-form{
    margin-right:20px;
}
.section-product-details .content .col-right .summary .product_meta{
    border-top:1px solid var(--accent-color);
    padding-top:10px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    display: flex;
}
.section-product-details .content .col-right .summary .product_meta .sku_wrapper{
    display: none;
}
.section-product-details .content .col-right .summary .product_meta .posted_in{
	width:70%;
}
.section-product-details .content .col-right .summary .product_meta .tagged_as{
	width:30%;
}
.section-product-details .content .col-right .summary .product_meta a{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    color:#000;
    text-decoration:none;
}
.section-product-additional-details{
    width:100%;
    margin-top:150px;
    margin-bottom:80px;
}
.section-product-additional-details .content{
    padding:0 var(--defaultPadding);
}
.section-product-additional-details .content .woocommerce-tabs .tabs{
    list-style: none;
    padding: 4px 0;
    display: flex;
}
.section-product-additional-details .content .woocommerce-tabs .tabs li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-product-additional-details .content .woocommerce-tabs .tabs .active a {
    text-decoration: none;
    color: #fff;
    background-color: var(--button-color);
    padding: 20px 100px;
}
.section-product-additional-details .content .woocommerce-tabs .tabs li:not(.active) a {
    text-decoration: none;
    color: #000;
    padding: 20px 100px;
}
.section-product-additional-details .content .woocommerce-tabs .tabs li:not(.active) a {
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:15px;
}
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel{
    background-color:#F3F3F3;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:14px;
    padding:30px 20px;
}
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel--description iframe{
	width:100%;
	height: 700px;
} 
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel--description a{
	color:#000;
}
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel .emoji{
	width: 15px;
}
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value a{
    color: var(--accent-color);
}

.section-product-additional-details .content .related, .section-product-additional-details .content .up-sells{
    margin-top:50px;
}
.section-product-additional-details .content .related > h2, .section-product-additional-details .content .up-sells > h2{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:30px;
    text-align:center;
    margin-bottom: 100px;
}
.section-product-additional-details .content .related .products, .section-product-additional-details .content .up-sells .products, .cart-page .cart-collaterals .cross-sells .products{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    padding:0 50px 50px 50px;
    column-gap: 30px;
    list-style:none;
	row-gap: 30px;
}
.section-product-additional-details .content .related .products li, .section-product-additional-details .content .up-sells .products li, .cart-page .cart-collaterals .cross-sells .products li{
    display:flex;
    flex-direction:column;
    align-items: center;
    text-align: center;
    position:relative;
    justify-content: space-between;
}
.section-product-additional-details .content .related .products li .mp-add-to-cart-holder, .section-product-additional-details .content .up-sells .products li .mp-add-to-cart-holder, .cart-page .cart-collaterals .cross-sells .products li .mp-add-to-cart-holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-product-additional-details .content .related .products li .mp-archive-quantity, .section-product-additional-details .content .up-sells .products li .mp-archive-quantity, .cart-page .cart-collaterals .cross-sells .products li .mp-archive-quantity{
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.section-product-additional-details .content .related .products li .mp-archive-quantity input, .section-product-additional-details .content .up-sells .products li .mp-archive-quantity input, .cart-page .cart-collaterals .cross-sells .products li .mp-archive-quantity input{
    width: 40px;
    border-radius: 0;
    border: 1px solid #b3b3b3;
    padding: 5px 0 5px 5px;
}
.section-product-additional-details .content .related .products li .mp-add-to-cart-holder .add_to_cart_button, .section-product-additional-details .content .up-sells .products li .mp-add-to-cart-holder .add_to_cart_button, .cart-page .cart-collaterals .cross-sells .products li .mp-add-to-cart-holder .add_to_cart_button{
    margin-top:10px;
}
.section-product-additional-details .content .related .products li img, .section-product-additional-details .content .up-sells .products li img, .cart-page .cart-collaterals .cross-sells .products li img{
    width: 100%;
    height: auto;
}
.section-product-additional-details .content .related .products a:not(.mp-default-button), .section-product-additional-details .content .up-sells .products a:not(.mp-default-button), .cart-page .cart-collaterals .cross-sells .products a:not(.mp-default-button){
    color:#000;
    text-decoration:none;
    padding-bottom:20px;
	max-width:300px;
	position:relative;
	overflow:hidden;
}
.section-product-additional-details .content .related .products a h2, .section-product-additional-details .content .up-sells .products a h2, .cart-page .cart-collaterals .cross-sells .products, .cart-page .cart-collaterals .cross-sells .products a h2{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px;
    text-align:center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.section-product-additional-details .content .related .products a .price, .section-product-additional-details .content .up-sells .products a .price, .cart-page .cart-collaterals .cross-sells .products a .price{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:20px;
}
.section-product-additional-details .content .up-sells .products a .price ins, .cart-page .cart-collaterals .cross-sells .products a .price ins{
	text-decoration:none;
}
.section-product-additional-details .content .related .products a .onsale, .section-product-additional-details .content .up-sells .products a .onsale, .cart-page .cart-collaterals .cross-sells .products a .onsale{
    display:none;
}
.section-product-additional-details .content .related .products .button, .section-product-additional-details .content .up-sells .products .button, .cart-page .cart-collaterals .cross-sells .products .button{
    margin-top: 20px;
}
.image-preview{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000090;
    z-index: 999999;
    transform:translateZ(10px);
    display:none;
    justify-content:center;
    align-items:center;
    transition: 0.3s all ease-out;
    opacity:0;
}
.image-preview .image-preview_holder{
    width:100%;
    height:100%;
    max-width:900px;
    max-height:800px;
    background-color: #fff;
    border-radius: 20px;
}
.image-preview .image-preview_holder .image-preview_content{
    position:relative;
    display:flex;
    height:100%;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left, .image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right{
    width:50px;
    min-width: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size: 40px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left:hover{
    background-color:#F4F4F440;   
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right:hover{
    background-color:#F4F4F440;   
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left i, .image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right i{
    color:#000;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_image{
    flex-basis:0;
    flex-grow:1;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_image img{
    width:80%;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_close{
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_close i{
    color:#000;
    padding:20px;
	font-size: 30px;
}


section.faq { margin: 2rem 0; }
.faq-list { display: grid; gap: .75rem; }
.faq-item { border: 1px solid #adadad; border-radius: .5rem; padding: .5rem .75rem; }
.faq-item > summary { cursor: pointer; font-weight: 600; list-style: none; }
.faq-item[open] > summary { border-bottom: 1px dashed #e5e7eb; margin-bottom: .5rem; padding-bottom: .25rem; }
.faq-a p { margin: .5rem 0 0 0; }



#comments{
    padding: 0 0 40px 0;
}
#comments .woocommerce-Reviews-title{
    margin-bottom: 50px;
}
#comments .commentlist{
    list-style: none;
    padding: 0;
}
#comments .review:not(:first-child){
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
    margin-top: 20px;
}
#comments .review img{
    border-radius: 2000px;
}
#comments .comment_container{
    display: flex;
    column-gap: 40px;
}
#comments .mp-review-user{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#comments .meta{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#review_form_wrapper{
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 20px;
}
.comment-reply-title{
    font-size: 20px;
    font-weight: 600;
}

.comment-form .stars {
    margin:0;
}
.comment-form .comment-form-rating{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
}
.comment-form .stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    color: #000;
    text-decoration: none;
    box-shadow: none;
}
.comment-form .stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    text-indent: 0;
}
.comment-form .stars a::before {
    color: #000;
}
.comment-form .stars:hover a::before{
    color: var(--accent-color);
    font-weight: 600;
}
.comment-form .stars a:hover ~ a::before {
    color: #000; 
    font-weight: 400;
}
.comment-form .stars.selected a:not(.active)::before {
    content: "\f005";
    color: var(--accent-color);
    font-weight: 900;
}
.comment-form .stars.selected a.active~a::before {
    content: "\f005";
    color: #000;
    font-weight: 400;
}
.comment-form .stars.selected a.active::before {
    content: "\f005";
    color: var(--accent-color);
    font-weight: 900;
}
.comment-form .comment-form-comment{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.comment-form #comment{
    padding: 15px 25px;
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 1.6em;
    border: 1px solid #dad9dc;
    border-radius: 5px;
}
.comment-form .submit{
    border-radius: 5px;
    border: 1px solid var(--button-color);
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    display: block;
    background-color: var(--button-color);
    font-weight: 600;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.comment-form .submit:hover{
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
}



.section-product-details .content .col-right .summary .cwginstock-subscribe-form {
	width: 100%;
    max-width: 500px;
}
.section-product-details .content .col-right .summary .cwginstock-subscribe-form .panel-primary>.panel-heading{
	background-color:var(--accent-color);
	border-color: var(--accent-color);
}
.section-product-details .content .col-right .summary .cwginstock-subscribe-form .panel-primary{
	border-color: var(--accent-color);
}
.section-product-details .content .col-right .summary .cwginstock-subscribe-form .col-md-12{
	padding:0;
}
.section-product-details .content .col-right .summary .cwginstock-subscribe-form .center-block{
	padding: 0 20px;
}
.section-product-details .content .col-right .summary .cwginstock-subscribe-form .g-recaptcha{
	padding: 0 20px;
}
.section-product-details .content .col-right .summary .cwginstock-subscribe-form .cwg_iagree_checkbox{
	padding: 0 20px;
}
.section-product-details .content .col-right .summary .cwgstock_button{
	background: var(--accent-color);
	border: none;
	color:#000;
	padding: 10px;
}

.mp-product-nav {
    position: fixed;
    top: 50%;
    box-shadow: 0 0 10px #d0d0d0;
    border-radius: 10px;
    height: 100px;
    width: 350px;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 50;
    transform: translateY(-50%);
    transition: 0.3s all ease-out;
}
.mp-product-nav a{
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding-right: 50px;
    height: 100%;
    width: 100%;
}
.mp-product-nav .nav-image{
    position: absolute;
    z-index: 0;
    width: 80%;
    height: 100%;
    object-fit: cover;
}
.mp-product-nav .nav-name{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #000000bd;
    z-index: 2;
    color: #fff;
}
.mp-product-nav .nav-button{
    transform: rotateZ(-90deg);
    width: 100px;
    display: flex;
    text-align: center;
    position: absolute;
    right: -20px;
    padding-top: 10px;
}
.mp-product-nav.mp-product-nav-prev{
    left: -300px;
}
.mp-product-nav.mp-product-nav-prev:hover{
    left:0;
}
.mp-product-nav.mp-product-nav-next{
    right: -300px;
}
.mp-product-nav.mp-product-nav-next:hover{
    right:0;
}
.mp-product-nav.mp-product-nav-next a{
    padding-left: 60px;
    padding-right: 0;
}
.mp-product-nav.mp-product-nav-next .nav-button{
    transform: rotateZ(90deg);
    left: -20px;
}

.mp-single-product-badge{
    border-radius: 10px;
    background-color: #2196F3;
    margin-top: 10px;
    left: 0;
    position: absolute;
    z-index: 20;
    width: 150%;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    transform: translateX(-42%) translateY(131%) rotate(-45deg);
    text-align: center;
    top: 0;
    padding: 4px 0px;
}


.mp-on-request-form{
	margin-bottom: 30px;
	border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 5px #6d6d6d;
}
.mp-on-request-form .mp-orf-title{
	font-weight: 800;
    font-size: 25px;
}
.mp-on-request-form form{
	display: flex;
    flex-direction: column;
    row-gap: 10px;
	margin-top: 20px;
}
.mp-on-request-form .mp-orf-feedback-success{
	color: #07b906;
}
.mp-on-request-form .mp-orf-feedback-error{
	color: #cf1212;
}



/* -------------------------------------------- */
/*                                              */
/*             Responsiveness                   */
/*                                              */
/* -------------------------------------------- */
@media screen and (min-width: 1201px) and (max-width: 1400px){
    .section-product-details .content .col-left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
        width: 420px;
        height: 420px;
    }
}
@media screen and (max-width: 1200px){
    .mp-product-nav{
        bottom: 0;
        top: unset;
        transform: translateY(0);
    }
    .mp-product-nav.mp-product-nav-prev {
        left: -273px;
    }
    .mp-product-nav.mp-product-nav-next{
        right: -273px;
    }
    .mp-product-nav a{
        padding-right:0;
    }
    .mp-product-nav .nav-image{
        width: 78%;
    }
    .mp-product-nav .nav-button{
        position: relative;
        transform: none;
        right: 0;
    }
    .mp-product-nav.mp-product-nav-next a{
        padding-left: 0;
        flex-direction: row-reverse;
    }
    .mp-product-nav.mp-product-nav-next .nav-button{
        transform: none;
        left:0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .section-product-details .content .col-left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
        width: 300px;
        height: 300px;
    }
    .section-product-additional-details{
        margin-top:40px;
    }
    .section-product-additional-details .content .woocommerce-tabs .tabs li:not(.active) a{
        padding: 20px 30px;
    }
    .section-product-additional-details .content .woocommerce-tabs .tabs .active a{
        padding: 20px 30px;
    }
    .section-product-additional-details .content .related .products, .section-product-additional-details .content .up-sells .products, .cart-page .cart-collaterals .cross-sells .products{
        grid-template-columns: repeat(2, 1fr);
    }
    .section-product-additional-details .content .related > h2, .section-product-additional-details .content .up-sells > h2{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px){

    .section-product-details .content{
        flex-direction: column;
    }
    .section-product-title .content h1{
        margin: 20px 0 60px 0;
    }
    .section-product-details .content .col-left{
        width: 100%;
    }
    .section-product-details .content .col-right{
        width: 100%;
    }
    .section-product-details .content .col-left .woocommerce-product-gallery{
        padding-right: 0;
    }
    .section-product-details .content .col-left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
        width: 100%;
        height: auto;
    }
	.section-product-details .content .col-right .summary .cart .add-to-cart-form{
		flex-direction: column;
    	align-items: center;
	}
	.section-product-details .content .col-right .summary .cart .button{
		margin-top: 20px;
	}
    .section-product-additional-details{
        margin-top: 100px;
    }
    .section-product-additional-details .content .woocommerce-tabs .tabs{
        justify-content: space-between;
    }
	.section-product-additional-details .content .woocommerce-tabs .tabs .active a{
		padding: 10px 20px;
        font-size: 15px; 
        text-align: center;
	}
	.section-product-additional-details .content .woocommerce-tabs .tabs li:not(.active) a{
		padding: 10px 20px;
        text-align: center;
	}
    .section-product-additional-details .content .related .products, .section-product-additional-details .content .up-sells .products, .cart-page .cart-collaterals .cross-sells .products{
        grid-template-columns: repeat(1,1fr);
    }
    .mp-product-nav .nav-image{
        width: 63%;
    }
    .mp-product-nav{
        width: 200px;
    }
    .mp-product-nav .nav-button{
        width: 120px;
    }
    .mp-product-nav.mp-product-nav-prev{
        left: -126px;
    }
    .mp-product-nav.mp-product-nav-prev.active{
        left: 0;
    }
    .mp-product-nav.mp-product-nav-next{
        right: -126px;
    }
    .mp-product-nav.mp-product-nav-next.active{
        right:0;
    }


}