/* Product page */
.wcfm_policies_tab_tab, .wcfm_enquiry_tab_tab{
    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;
}
.section-product-title .content .woocommerce-notices-wrapper{
    border-radius: 25px;
    margin-top: 40px;
}
.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-bottom:30px;
    background-color: #f5f5f5;
    border-radius: 25px;
}
.section-product-title .content .woocommerce-notices-wrapper .woocommerce-message{
    display: flex;
    flex-direction: row-reverse;
    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 #d7b734;
    background-color: #f5f5f5;
    border-radius: 25px;
	margin-bottom: 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:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    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{
    padding:0 var(--defaultPadding);
    display:flex;
}
.section-product-details .content .col-left{
    width:50%;
}
.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;
}
.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;
}
.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 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: #D7B734;
    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;
}
.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 .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;
}
.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;
}
.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 .cart .button{
    border: none;
}
.section-product-details .content .col-right .summary .product_meta{
    border-top:1px solid #D7B734;
    padding-top:10px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    display: flex;
}
.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:200px;
    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 .active a {
    text-decoration: none;
    color: #fff;
    background-color: #D6AC61;
    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%;
} 
.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 .stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
}
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel .stars.selected a.active::before {
    content: "\e020";
	color:#D7B734;
}
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel .stars.selected a:not(.active)::before {
    content: "\e020";
	color:#D7B734;
}
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel .stars.selected a.active~a::before {
    content: "\e021";
	color:#000;
}
.section-product-additional-details .content .woocommerce-tabs .woocommerce-Tabs-panel .stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}


.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;
}
.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, .section-product-additional-details .content .up-sells .products a, .cart-page .cart-collaterals .cross-sells .products a{
    color:#000;
    text-decoration:none;
    padding-bottom:20px;
	max-width:300px;
}
.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 .productFlash, .section-product-additional-details .content .up-sells .products a .productFlash, .cart-page .cart-collaterals .cross-sells .products a .productFlash{
    position: absolute;
    z-index: 20;
    width: 150%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transform: translateX(-37%) translateY(171%) rotate(-45deg);
    text-align:center;
	top: 0;
}
.section-product-additional-details .content .related .products a .productFlash-second, .section-product-additional-details .content .up-sells .products a .productFlash-second, .cart-page .cart-collaterals .cross-sells .products a .productFlash-second{
	position: absolute;
    z-index: 20;
    width: 150%;
    color: #fff;
    top: 0;
    font-weight: 600;
    font-size: 20px;
    transform: translateX(-30%) translateY(256%) rotate(-45deg);
    text-align: center;
    background-color: #228e9e;
}
.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;
    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;
}
.woocommerce-Tabs-panel .woocommerce-Reviews-title{
    display:none;
}
.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:#D7B734;
	border-color: #D7B734;
}
.section-product-details .content .col-right .summary .cwginstock-subscribe-form .panel-primary{
	border-color: #D7B734;
}
.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: #D7B734;
	border: none;
	color:#000;
	padding: 10px;
}
/* END - Product page */

/* Archive page */
.wpfFilterVerScroll{
	min-height: 30px;
}
.added_to_cart{
    text-decoration: none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    background-color: #D7B734;
    border-radius: 0;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
}
.archive .section-archive-title{
    width:100%;
}
.archive .section-archive-title .content{
    padding:30px var(--defaultPadding);
}
.archive .section-archive-title .content .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:30px;
}
.archive .section-archive-content{
    width:100%;
}
.archive .section-archive-content .content{
    display:flex;
    padding:0 var(--defaultPadding);
}
.archive .section-archive-content .content .filter-holder{
    width:23%;
}
.archive .section-archive-content .content #filter-button{
	width: 100px;
    height: 30px;
    background-color: #b3b3b3;
    position: fixed;
    top: 50%;
    transform: rotateZ(
270deg) translateY(-100%) translateX(50%);
    left: -5px;
    color: #000;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
    font-family: 'Montserrat';
    font-weight: 700;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	display:none;
	z-index: 201;
}
.archive .section-archive-content .content .products-content-holder:not(.alone){
    width:80%;
    padding-bottom: 50px;
}
.archive .section-archive-content .content .products-content-holder.alone{
    width:100%;
    padding-bottom: 50px;
}
.archive .section-archive-content .content .products-content-holder .products-content{
    padding:0 30px;
}
.archive .section-archive-content .content .products-content-holder .products-content .woocommerce-result-count{
    float:left;
    margin:0;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:15px;
}
.archive .section-archive-content .content .products-content-holder .products-content .woocommerce-ordering{
    float:right;
}
.archive .section-archive-content .content .products-content-holder .products-content .products, .shortcode-product .products{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    list-style:none;
    row-gap:50px;
    clear: both;
    padding-top:50px;
    padding-bottom: 50px;
    padding-left: 0;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li, .shortcode-product .products li{
    display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .wcfmmp_sold_by_wrapper, .shortcode-product .products li .wcfmmp_sold_by_wrapper{
    display: flex;
    flex-direction: column;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link, .shortcode-product .products li .woocommerce-LoopProduct-link{
    text-decoration:none;
    color:#000;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
	width:300px;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link h2, .shortcode-product .products li .woocommerce-LoopProduct-link h2{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px;
    text-align:center;
    padding-top: 10px;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .productFlash, .shortcode-product .products li .woocommerce-LoopProduct-link .productFlash{
    position: absolute;
    z-index: 20;
    width: 150%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transform: translateX(-21%) translateY(154%) rotate(-45deg);
    text-align:center;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .productFlash-second, .shortcode-product .products li .woocommerce-LoopProduct-link .productFlash-second{
	position: absolute;
    z-index: 20;
    width: 150%;
    color: #fff;
    top: 0;
    font-weight: 600;
    font-size: 20px;
    transform: translateX(-17%) translateY(262%) rotate(-45deg);
    text-align: center;
    background-color: #228e9e;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .onsale, .shortcode-product .products li .woocommerce-LoopProduct-link .onsale{
	display:none;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .price ins, .shortcode-product .products li .woocommerce-LoopProduct-link .price ins{
	text-decoration:none;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-loop-product__additional_info .delivery-date, .shortcode-product .products li .woocommerce-loop-product__additional_info .delivery-date{
	display: flex;
    flex-direction: column;
}
.archive .section-archive-content .content .products-content-holder .woocommerce-pagination .page-numbers{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.archive .section-archive-content .content .products-content-holder .woocommerce-pagination .page-numbers li{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:15px;
}
.archive .section-archive-content .content .products-content-holder .woocommerce-pagination .page-numbers li a{
    text-decoration:none;
    color:#000;
}
.archive .section-archive-content .content .products-content-holder .woocommerce-pagination .page-numbers li .page-numbers{
    padding: 5px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
}
.archive .section-archive-content .content .products-content-holder .woocommerce-pagination .page-numbers li .page-numbers:not(.current):hover{
    background-color:#D7B73430;
}
.archive .section-archive-content .content .products-content-holder .woocommerce-pagination .page-numbers li .current{
    background-color:#D7B734;
}
.archive .section-archive-content .content .products-content-holder .categories_navigation{
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-top: 80px;
}
.archive .section-archive-content .content .products-content-holder .categories_navigation.one_nav_option{
    justify-content:flex-end;
}
.archive .section-archive-content .content .products-content-holder .categories_navigation .nav-category a{
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#000;
}
.archive .section-archive-content .content .products-content-holder .categories_navigation .nav-category a .nav-content{
    margin:0 10px;
}
.archive .section-archive-content .content .products-content-holder .categories_navigation .nav-category a .nav-content .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:12px;
}
.archive .section-archive-content .content .products-content-holder .categories_navigation .nav-category a .nav-content .name{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
}
.bapf_sfilter .irs--round .irs-bar{
    background-color: #747474;
}
.bapf_sfilter .irs--round .irs-handle{
    border: 4px solid #747474;
}
.bapf_sfilter .irs--round .irs-from{
    background-color:#747474;
}
.bapf_sfilter .irs--round .irs-from:before{
    border-top-color:#747474;
}
.bapf_sfilter .irs--round .irs-to{
    background-color:#747474;
}
.bapf_sfilter .irs--round .irs-to:before{
    border-top-color:#747474;
}
.bapf_sfilter .irs--round .irs-single{
    background-color:#747474;
}
.bapf_sfilter .irs--round .irs-single:before{
    border-top-color:#747474;
}
/* END - Archive page */

/* Cart */
.cart-page{
    width:100%;
}
.cart-page .content{
    padding:80px var(--defaultPadding) 200px var(--defaultPadding);
}
.cart-page .woocommerce-notices-wrapper{
    margin-top: 40px;
    padding:0 100px;
}
.cart-page .woocommerce-notices-wrapper .woocommerce-message{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:0 0 0 20px;
    color:#a80000;
    border-left: 20px solid #a80000;
    background-color: #f5f5f5;
    border-radius: 25px;
}
.cart-page .woocommerce-notices-wrapper .woocommerce-message a{
    border-radius: 20px;
    text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    padding:20px 30px;
    position:relative;
    cursor:pointer;
}
.cart-page .content .cart-title{
    padding-bottom:80px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:25px;
    text-transform:uppercase;
}
.cart-page .content .woocommerce-cart-form > .shop_table{
    width:100%;
	padding-bottom: 20px;
}
 .cart-page .content .woocommerce-cart-form .calculated_shipping .shop_table{
	width:max-content;
}
.cart-page .content .woocommerce-cart-form .shop_table thead th{
    border-bottom:1px solid #D7B734;
    padding-bottom:10px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:13px;
    text-transform:uppercase;
}
.cart-page .content .woocommerce-cart-form .shop_table thead .product-name{
    text-align:left;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-price, .cart-page .content .woocommerce-cart-form .shop_table tbody .product-quantity, .cart-page .content .woocommerce-cart-form .shop_table tbody .product-subtotal{
    text-align:center;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-quantity .quantity-form{
    display:flex;
    align-items:center;
    justify-content:center;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-quantity .quantity-form #product-subtract-quantity{
    margin-right:5px;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-quantity .quantity-form #product-add-quantity{
    margin-left:5px;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody tr:not(:last-child) td{
    padding:20px 5px;
    border-bottom:1px solid #D7B734;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name{
    display:flex;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details{
    margin-left:20px;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details a{
    color:#000;
    text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:17px;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details dd, .cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details dd p{
	margin:0;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details .unavailable-product{
	background-color:#fce5b9;
	color:#925f08;
	display:flex;
	padding:10px;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details .unavailable-product i{
	color:#925f08;
	margin-right:5px;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details .split-product{
	background-color: #ff00002e;
    color: #000000;
	display:flex;
	padding:10px;	
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details .split-product i{
	color:#b30000;
	margin-right:5px;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .variation{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
	font-size: 14px;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-quantity input{
    width: 60px;
    padding: 10px 0;
    text-align: center;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .product-remove a{
    color:#FD5050;
    text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:13px;
	display:flex;
	width:max-content;
}
.cart-page .content .woocommerce-cart-form .shop_table .product-thumbnail img{
    width:50px;
    height:50px;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content{
    width:100%;
    display:flex;
    justify-content:space-between;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content .coupon{
    padding: 20px 0;
    border-bottom:1px solid #D7B734;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content .coupon input{
    padding:17px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:13px;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content .button-holder{
    padding:20px 0;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content .button-holder button[disabled], .cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content .button-holder button:disabled{
    background-color: #d7b7344f;
}
.cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content button{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    background-color: #D7B734;
    border-radius: 0;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    border:none;
}
.cart-page .content .woocommerce-cart-form .customerNotice{
	font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.cart-page .content .cart-collaterals{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:17px;
    margin-top:50px;
}
.cart-page .content .cart-collaterals .shop_table{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px;
}
.cart-page .content .cart-collaterals .shop_table th{
    text-align:left;
	padding-right: 20px;
}
.cart-page .content .cart-collaterals .shop_table td{
    padding-left:10px;
}
.cart-page .content .cart-collaterals .shop_table .woocommerce-shipping-methods{
	list-style:none;
	padding:0;
	margin-top:20px;
}
.woocommerce-shipping-destination {
    max-width: 400px;
}
.cart-page .content .cart-collaterals .shop_table .shipping-calculator-button{
	text-decoration:none;
	color:#D7B734;
}
.cart-page .content .cart-collaterals .shop_table .order-total td{
	padding-top:20px;
}
.cart-page .content .cart-collaterals .wc-proceed-to-checkout{
    margin-top:70px;
}
.select2-container--open .select2-dropdown--below{
	border-top:1px solid #aaa !important; 
	top: -28px;
}
/* Cart - Empty*/
.cart-empty{
    padding:0 var(--defaultPadding);
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:18px;
    margin-top:50px;
}
.woocommerce-notices-wrapper .cart-empty{
    padding:0;
}
.return-to-shop{
    padding:0 var(--defaultPadding);
    margin:40px 0 80px 0;
}
.return-to-shop .button{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    background-color: #D7B734;
    border-radius: 0;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    border:none;
    text-decoration:none;
}
/* END - Cart */

/* Checkout */
.checkout-page{
    position:relative;
    display:flex;
    justify-content:center;
}
.checkout-page .content{
    padding-top: 40px;
    padding-bottom: 100px;
	width:100%;
    max-width: 1300px;
    display:flex;
    flex-direction:column;
}
.checkout-page .content .before-checkout{
	margin-top:30px;
}
.checkout-page .content .woocommerce-checkout{
	margin-top: 50px;
}
.checkout-page .content .woocommerce-checkout #customer_details{
    display:flex;
}
.checkout-page .content .woocommerce-checkout #customer_details > div{
    flex-basis:0;
    flex-grow:1;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .required, .checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields .required{
    text-decoration:none;
    color:#ff432e;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields h3{
    color:#000;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:18px;
	margin-top:0;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields h3{
	color:#000;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:15px;
	margin-top:0;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first, .checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row-first{
    float:left;
    width:45%;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last, .checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row-last{
    float:right;
    width:45%;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label, .checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper label{
    color:#000;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:14px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input, .checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper input{
    width:100%;
    padding:10px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:not(.form-row-first):not(.form-row-last), .checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:not(.form-row-first):not(.form-row-last){
    clear:both;
    width:100%;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label{
    color:#000;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:18px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes{
    display:flex;
    flex-direction:column;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes textarea{
    width: 100%;
    height: 80px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .srebrnegrono-custom-fields{
	color:#000;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2{
	padding:30px;
	position:relative;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .order-details{
	position:sticky;
	top:100px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .order-details .order-review{
	background-color: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.40); 
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.40);
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .order-details .order-review .order-review_title{
	color: #000;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table{
    width:100%;
	margin-top:20px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table, .checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table td, .checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table tr{
	border-collapse:collapse;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table thead .product-name{
	width:60%;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table thead .product-total{
	width:40%;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table th{
	text-align:left;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table tbody tr td, .checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table tfoot tr:not(:last-child) td{
	border-bottom:1px solid #d5d5d5;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table tr td{
    padding:10px 10px 10px 0;
    text-align:left;
    color:#000;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-size:14px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table .shipping td .woocommerce-shipping-methods{
	padding:0;
	margin: 0;
	list-style:none;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table .woocommerce-remove-coupon{
	color:#D7B734;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table tfoot tr:not(:last-child) th{
    border-bottom: 1px solid #d5d5d5 !important;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table .variation dt, .checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table .variation dd{
	font-size:12px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table .variation dd{
    margin-inline-start: 0;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .order-details .order-coupon{
	margin-top:40px;
	background-color: #F4F4F4;
    border-radius: 20px;
    padding: 20px;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.40); 
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.40);
}
.woocommerce-form-coupon-toggle{
    width:100%;
    background-color:#F4F4F4;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
    padding: 20px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:13px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:13px;
    color:#D7B734;
    text-decoration:none;
}
.woocommerce-form-coupon p:first-child{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px;
}
.woocommerce-form-coupon{
    width: 100%;
    border: 1px solid #000;
    margin-top:30px;
}
.woocommerce-form-coupon p{
    padding: 0 20px;
    color:#000;
}
.woocommerce-form-coupon .form-row-first input{
    width:100%;
    padding: 17px;
}
.woocommerce-form-coupon .form-row-last .button{
    border:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    border-radius:0;
    padding:20px 30px;
    position:relative;
    cursor:pointer;
}
.checkout-page .content .before-checkout .woocommerce-form-login-toggle{
	margin-top: 20px;
    margin-bottom: 50px;
	background-color: #F4F4F4;
    border-radius: 20px;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.40); 
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.40);
}
.checkout-page .content .before-checkout .woocommerce-form-login-toggle{
    width:100%;
    background-color:#F4F4F4;
}
.checkout-page .content .before-checkout .woocommerce-form-login-toggle .woocommerce-info{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:13px;
	padding: 20px;
}
.checkout-page .content .before-checkout .woocommerce-form-login-toggle .woocommerce-info a{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:13px;
    color:#D7B734;
    text-decoration:none;
}
.checkout-page .content .before-checkout .woocommerce-form-login p:first-child{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px;
}
.checkout-page .content .before-checkout .woocommerce-form-login{
    width: 100%;
    border: 1px solid #000;
    margin-top:30px;
}
.checkout-page .content .before-checkout .woocommerce-form-login p{
    padding: 0 20px;
    color:#000;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.checkout-page .content .before-checkout .woocommerce-form-login .form-row-first input{
    width: 100%;
    max-width: 400px;
    padding: 10px;
}
.checkout-page .content .before-checkout .woocommerce-form-login .form-row-last input{
	width: 100%;
    max-width: 400px;
    padding: 10px;
}
.checkout-page .content .before-checkout .woocommerce-form-login .woocommerce-form-login__submit{
	margin-top:10px;
    border:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    border-radius:0;
    padding:20px 30px;
    position:relative;
    cursor:pointer;
}
.woocommerce .woocommerce-notices-wrapper{
    border-radius: 25px;
    margin-top: 40px;
}
.woocommerce .woocommerce-notices-wrapper ul{
    margin:0;
    padding: 10px;
    list-style:none;
}
.woocommerce .woocommerce-notices-wrapper ul li::marker{
    display:none;
}
.woocommerce .woocommerce-notices-wrapper ul li{
    margin-left:30px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error{
    color:#a80000;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 20px solid #a80000;
    margin-bottom:30px;
    background-color: #f5f5f5;
    border-radius: 25px;
}
.checkout-page .content .woocommerce-form-login .lost_password a{
	text-decoration:none;
	color:#D7B734;
}
.checkout-page .content .woocommerce-checkout #order_review .order_review_additional-informations{
    padding:30px 0;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-size:14px;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment{
    background-color:#F4F4F4;
    width:100%;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .payment_methods{
    padding: 20px;
    list-style:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:14px;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .input-radio{
    display: inline-block !important;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box{
    background-color:#dfdfdf;
    position:relative;
	padding:10px;
	margin-top: 15px;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box > p{
    padding:0;
	margin:0;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box:after{
    content: "";
    display: block;
    border: 1em solid #dfdfdf;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.90em;
    left: 0;
    margin: -1em 0 0 2em;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .place-order{
    padding: 20px;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .place-order .button{
    border:none;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:14px;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:14px;
    color:#000;
    text-decoration:none;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .newsletter-acceptance{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:14px;
}
.checkout-page .content .woocommerce-checkout .woocommerce-checkout-payment .newsletter-acceptance.hidden{
	display:none;
}
.checkout-page .content .woocommerce-checkout .woocommerce-error{
    list-style:none;
    color:#690909;
}
.checkout-page .content .woocommerce-checkout .shop_table .variation{
	margin: 0;
}
.checkout-page .content .woocommerce-checkout .shop_table .variation .variation-Link{
    margin:0 5px 0 0;
}
.checkout-page .content .woocommerce-checkout .shop_table .variation p{
    margin:0;
}
.checkout-page .content .payment_method_revolut_cc .woocommerce-SavedPaymentMethods-saveNew{
    display:none !important;
}
.checkout-page .content .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
	margin-bottom: 20px;
}
.checkout-page .content .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box p > span{
	margin-left: 10px!important;
}
.checkout-page .content .woocommerce-NoticeGroup {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    color: #ff432e;
    font-family: 'Montserrat';
    background-color: #F4F4F4;
    padding: 8px 0;
    margin-top: 40px;
    border-left: 5px solid #ff432e;
}
.easypack-parcel-machine-select #selected-parcel-machine{
	min-width:0px;
}
.checkout-page .content .woocommerce-checkout #customer_details .col-2 .shop_table .easypack-parcel-machine-select #geowidget_show_map{
	text-decoration: none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    background-color: #D7B734;
    border-radius: 0;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
}
/* END - Checkout */

/* Thankyou page */
.thankyou-page{
    position:relative;
    display:flex;
    justify-content:center;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-size:14px;
}
.thankyou-page .content{
    padding-top: 80px;
    padding-bottom: 80px;
    width:1000px;
    display:flex;
    flex-direction:column;
    color:#000;
}
.thankyou-page .content .woocommerce-order-overview{
    list-style:none;
    display:flex;
}
.thankyou-page .content .woocommerce-order-overview li{
    display:flex;
    flex-direction:column;
    flex-basis:0;
    flex-grow:1;
    padding-right:20px;
}
.thankyou-page .content .woocommerce-order-overview li:not(:first-child){
    border-left:1px dashed #000;
    padding-left:20px;
}
.thankyou-page .content .bacs_details li{
    position:relative;
    width: fit-content;
}
.thankyou-page .content .bacs_details li::after {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
    content: "\f0c5";
    cursor:pointer;
    color:#D7B734;
}
.thankyou-page .content .bacs_details li.copied::after{
    content: "Skopiowane";
    cursor:pointer;
    color:#D7B734;
}
.thankyou-page .content .woocommerce-order-details{
    margin-top:50px;
}
.thankyou-page .content .woocommerce-order-details .woocommerce-table{
    margin-top:20px;
}
.thankyou-page .content .woocommerce-order-details .woocommerce-table, .thankyou-page .content .woocommerce-order-details .woocommerce-table tr, .thankyou-page .content .woocommerce-order-details .woocommerce-table td, .thankyou-page .content .woocommerce-order-details .woocommerce-table th{
    border-collapse:collapse;
    border:1px solid #000;
    color:#000;
    text-align:left;
    padding:10px;
}
.thankyou-page .content .woocommerce-order-details .woocommerce-table a{
    color:#000;
    text-decoration:none;
}
.thankyou-page .content .woocommerce-customer-details{
    margin-top:50px;
}
.thankyou-page .content .woocommerce-customer-details address{
    margin-top:20px;
}
.thankyou-page .content .wc-item-meta{
    list-style:none;
    padding: 0 10px;
}
.thankyou-page .content .wc-item-meta li{
    display:flex;
}
.thankyou-page .content li strong{
    margin:0 5px 0 0;
}
.thankyou-page .content li p{
    margin:0;
}
/* END - Thankyou page */

/* My account */
.my-account .content{
    padding: 80px var(--defaultPadding);
}
.my-account .content .woocommerce{
    display:flex;
    justify-content: center;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
	flex-wrap: wrap;
	flex-direction: column;
}
.my-account .content .woocommerce .woocommerce-form-login .woocommerce-form-row, .my-account .content .woocommerce .woocommerce-form-login .form-row{
	display: flex;
    flex-direction: column;
}
.my-account .content .woocommerce .woocommerce-form-login .woocommerce-form-row input{
	max-width: 200px;
	padding: 5px;
    border-radius: 0;
    border: 1px solid #6a6a6a;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.my-account .content .woocommerce .woocommerce-form-login .woocommerce-button{
	text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    border-radius:0;
    padding:10px 30px;
    position:relative;
    cursor:pointer;
	width:150px;
	border: none;
    margin-top: 20px;
}
.my-account .content .woocommerce .woocommerce-MyAccount-navigation{
    width:20%;
}
.my-account .content .woocommerce .woocommerce-MyAccount-navigation ul{
	padding-right:20px;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content{
    width:80%;
}
.my-account .content .woocommerce a img {
    width: 100%;
}
.my-account .content .woocommerce a{
    color:#D7B734;
    text-decoration:none;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content mark{
    background-color:#D7B734;
    font-weight:700;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .account-newsletter-box{
	margin: 0 0 60px 0;
    box-shadow: 0 0 10px #00000050;
    padding: 10px 20px;
    border-radius: 10px;
	position:relative;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .account-newsletter-box .account-newsletter-box-close{
	color: #ae0808;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .account-newsletter-box .account-newsletter-box-button{
	text-decoration: none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    background-color: #D7B734;
    border-radius: 0;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
	display: block;
    width: fit-content;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .account-newsletter-box .account-newsletter-box-button svg{
	position: absolute;
    margin-left: 15px;
    top: 24px;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders{
    border-collapse:collapse;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders, .my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr, .my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td, .my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th{
    border:1px solid #a6a6a6;
    padding: 5px;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders_additional_info{
    margin-top:50px;
	font-family: 'Montserrat', 'Roboto', Sans-serif;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none!important;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details{
    text-align:left;
    border-collapse:collapse;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details thead, .my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details thead th, .my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tbody, .my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td{
    border:1px solid #a6a6a6;
    padding: 5px;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr:first-child th, .my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr:first-child td{
    padding-top:20px;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message{
    display: flex;
    background-color: #F4F4F4;
    border-radius: 25px;
    padding: 10px 20px;
    border-left: 10px solid #D7B734;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info{
    flex-direction: row-reverse;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message a{
    margin-left: 10px;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .required{
    text-decoration:none;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row{
    display: flex;
    flex-direction: column;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input{
    padding: 5px;
    border-radius: 0;
    border: 1px solid #6a6a6a;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row{
    display: flex;
    flex-direction: column;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input{
    padding: 5px;
    border-radius: 0;
    border: 1px solid #6a6a6a;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input:not([type='password']){
    width:fit-content;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type='password']{
    width:100%;
}
.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button,.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    border-radius:0;
    padding:20px 30px;
    position:relative;
    border:none;
    cursor:pointer;
}
.my-account .content .woocommerce .u-columns{
	display:flex;
}
.my-account .content .woocommerce .u-columns > div{
	width:50%;
}
.my-account .content .woocommerce .u-columns .woocommerce-form-login p, .my-account .content .woocommerce .u-columns .woocommerce-form-register .woocommerce-form-row{
	display:flex;
	flex-direction:column;
	align-items: flex-start;
}
.my-account .content .woocommerce .u-columns .woocommerce-form-login input, .my-account .content .woocommerce .u-columns .woocommerce-form-register input{
	padding: 10px;
	font-family: 'Montserrat', 'Roboto', Sans-serif;
}
.my-account .content .woocommerce .u-columns .woocommerce-form-login .woocommerce-form-login__submit, .my-account .content .woocommerce .u-columns .woocommerce-form-register .woocommerce-form-register__submit{
	margin-top:10px;
    border:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    border-radius:0;
    padding:20px 30px;
    position:relative;
    cursor:pointer;
}
.my-account .content .woocommerce .woocommerce-ResetPassword-holder{
	width:100%;
	display:flex;
	justify-content:center;
}
.my-account .content .woocommerce .woocommerce-ResetPassword-holder form{
	max-width: 400px;
    width: 100%;
}
.my-account .content .woocommerce .woocommerce-ResetPassword .woocommerce-Button{
	border:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    border-radius:0;
    padding:20px 30px;
    position:relative;
    cursor:pointer;
}
.my-account .woocommerce .woocommerce-notices-wrapper{
	margin-bottom: 30px;
	width:100%;
}
/* END - My account */

/* Review Order */
.woocommerce #order_review{
	padding: 0 var(--defaultPadding);
}
.woocommerce #order_review a{
    color:#000;
    text-decoration:none;
	font-weight:700;
}
.woocommerce #order_review .shop_table thead th{
	text-align:left;
}
.woocommerce #order_review .shop_table tbody td{
	text-align:left;
}
.woocommerce #order_review .shop_table tfoot th{
	text-align:left;
}
.woocommerce #order_review #payment{
    background-color:#F4F4F4;
    width:100%;
}
.woocommerce #order_review #payment .payment_methods{
    padding: 20px;
    list-style:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:14px;
}
.woocommerce #order_review #payment .payment_methods .input-radio{
    display: inline-block !important;
}
.woocommerce #order_review #payment .payment_methods .payment_box{
    background-color:#dfdfdf;
    position:relative;
}
.woocommerce #order_review #payment .payment_methods .payment_box p{
    padding:5px 10px;
}
.woocommerce #order_review #payment .payment_methods .payment_box p:before{
    content: "";
    display: block;
    border: 1em solid #dfdfdf;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.90em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce #order_review #payment .place-order{
    padding: 20px;
}
.woocommerce #order_review #payment .place-order .button{
    border:none;
}
.woocommerce #order_review #payment .woocommerce-terms-and-conditions-wrapper{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:14px;
}
.woocommerce #order_review #payment .woocommerce-terms-and-conditions-wrapper a{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:14px;
    color:#000;
    text-decoration:none;
}
.woocommerce #order_review #place_order{
	margin-top:10px;
    border:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    background-color:#D7B734;
    border-radius:0;
    padding:20px 30px;
    position:relative;
    cursor:pointer;
}
/* END - Review Order */

@media screen and (min-width:1400px) and (max-width:1499px){
	footer .widgets .content .sections .section-four .email a, footer .widgets .content .sections .section-four .phone a{
		font-size: 15px;
	}
}
@media screen and (min-width:1200px) and (max-width:1499px){
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link, .shortcode-product .products li .woocommerce-LoopProduct-link{
		width:250px;
	}
}
@media screen and (min-width:1150px) and (max-width:1499px){
    .archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link img, .shortcode-product .products li .woocommerce-LoopProduct-link img{
		width: 250px;
    	height: 250px;
	}
}
@media screen and (min-width:1049px) and (max-width:1149px){
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link img, .shortcode-product .products li .woocommerce-LoopProduct-link img{
		width: 180px;
    	height: 180px;	
	}
}
@media screen and (min-width:1049px) and (max-width:1499px){
	.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(3,1fr);
	}
	.section-product-additional-details .content .related .products li:nth-child(4), .section-product-additional-details .content .up-sells .products li:nth-child(4), .cart-page .cart-collaterals .cross-sells .products li:nth-child(4){
		display:none;
	}
}
@media screen and (max-width:1049px){
    .archive .section-archive-content .content .filter-holder {
		width: 0;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 200;
		transition: background-color 0.5s ease-out, top 0.5s ease-out 0s;
	}
	.archive .section-archive-content .content .filter-holder .filter{
		background-color: #ffffff;
		height: 100%;
		width: 0;
		overflow: hidden;
	}
	.archive .section-archive-content .content .filter-holder .filter .berocket_single_filter_widget{
		padding: 10px;
	}
	.archive .section-archive-content .content #filter-button{
		display:flex;
	}
	.archive .section-archive-content .content .filter-holder h3{
		margin: 0;
    	padding: 10px;
	}
	.archive .section-archive-content .content .products-content-holder .products-content{
		padding:0;
	}
	.checkout-page .content .before-checkout{
		padding:0 20px;
	}
	.checkout-page .content .woocommerce-checkout #customer_details{
		flex-direction: column;
	}
	.checkout-page .content .woocommerce-checkout #customer_details > .col-1{
		padding:0 20px;
	}
	.checkout-page .content .woocommerce-checkout #customer_details .col-2{
		padding:0 20px;
	}
	.checkout-page .content .woocommerce-checkout #customer_details .col-2 .order-details{
		position:relative;
		top:0;
	}
	.checkout-page .content .woocommerce-checkout #customer_details .col-2 .order-details .order-review{
		background-color: #ffffff00;
		padding: 0; 
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.checkout-page .content .woocommerce-checkout #customer_details .col-2 .order-details .order-coupon{
		background-color: #ffffff00;
		margin-top:10px;
		padding:20px 0;
     	-webkit-box-shadow: none;
    	box-shadow: none;
	}
	.checkout-page .content .woocommerce-checkout #customer_details .col-2 .order-details .order-coupon-mobile{
		padding:20px 0 30px 0;
	}
}
@media screen and (min-width:900px) and (max-width:1199px){
    .archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link img, .shortcode-product .products li .woocommerce-LoopProduct-link img{
		width: 180px;
    	height: 180px;	
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link, .shortcode-product .products li .woocommerce-LoopProduct-link{
		width:180px;
	}
}
@media screen and (max-width:899px){
	.section-product-details .content{
		flex-direction: column;
	}
	.section-product-details .content .col-left, .section-product-details .content .col-right{
		width:100%;
	}	
	.section-product-details .content .col-left .woocommerce-product-gallery{
		padding-right: 0;
	}
}
@media screen and (min-width:700px) and (max-width:899px){
	.archive .section-archive-content .content .products-content-holder .products-content .products, .shortcode-product .products{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (min-width:500px) and (max-width:699px){
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link img, .shortcode-product .products li .woocommerce-LoopProduct-link img{
		width: 150px;
    	height: 150px;	
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products, .shortcode-product .products{
		grid-template-columns: repeat(1,1fr);
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link, .shortcode-product .products li .woocommerce-LoopProduct-link{
		width: min-content;
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .productFlash, .shortcode-product .products li .woocommerce-LoopProduct-link .productFlash{
		font-size: 15px;
		transform: translateX(-20%) translateY(133%) rotate(-45deg);
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .productFlash-second, .shortcode-product .products li .woocommerce-LoopProduct-link .productFlash-second{
		font-size: 15px;
		transform: translateX(-12%) translateY(213%) rotate(-45deg);
	}
}
@media screen and (max-width:499px){
	.archive .section-archive-content .content .products-content-holder .products-content .products, .shortcode-product .products{
		grid-template-columns: repeat(1,1fr);
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link, .shortcode-product .products li .woocommerce-LoopProduct-link{
		width: min-content;
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .productFlash, .shortcode-product .products li .woocommerce-LoopProduct-link .productFlash{
		font-size: 15px;
		transform: translateX(-20%) translateY(133%) rotate(-45deg);
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .productFlash-second, .shortcode-product .products li .woocommerce-LoopProduct-link .productFlash-second{
		font-size: 15px;
		transform: translateX(-13%) translateY(217%) rotate(-45deg);
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link, .shortcode-product .products li .woocommerce-LoopProduct-link{
		padding: 0 0 20px 0;
	}
	.archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link img, .shortcode-product .products li .woocommerce-LoopProduct-link img{
		width: 150px;
    	height: 150px;	
	}
	.archive .section-archive-content .content .products-content-holder .categories_navigation{
		flex-direction: column;
	}
	.archive .section-archive-content .content .products-content-holder .categories_navigation .nav-category:nth-child(2){
		margin-top: 30px;
	}
	.my-account .content .woocommerce .u-columns{
		flex-direction:column;
	}
	.my-account .content .woocommerce .u-columns > div{
		width:100%;
	}
	.section-product-details .content .col-right .summary .product_meta{
		flex-direction: column;
	}
	.section-product-details .content .col-right .summary .product_meta .posted_in{
		width: 100%;
	}
	.section-product-details .content .col-right .summary .product_meta .tagged_as{
		width: 100%;
		margin-top: 10px;
	}
	.image-preview .image-preview_holder{
		height: 80%;
	}
}
@media screen and (min-width:700px) and (max-width:1199px){
    
}
@media screen and (min-width:700px) and (max-width:1049px){
    .section-product-additional-details .content .related .products, .section-product-additional-details .content .up-sells .products{
		grid-template-columns: repeat(2,1fr);
	}
	.cart-page .cart-collaterals .cross-sells .products, .cart-page .cart-collaterals .cross-sells h2{
		display:none;
	}
}
@media screen and (min-width:700px) and (max-width:900px){
    
}
@media screen and (max-width:900px){
    
}
@media screen and (max-width:699px){
    
	.section-product-additional-details .content .related .products, .section-product-additional-details .content .up-sells .products{
		grid-template-columns: repeat(1,1fr);
	}
	.cart-page .cart-collaterals .cross-sells .products, .cart-page .cart-collaterals .cross-sells h2{
		display:none;
	}
	.section-product-additional-details .content .woocommerce-tabs .tabs .active a{
		padding: 20px 50px;
	}
	.section-product-additional-details .content .woocommerce-tabs .tabs li:not(.active) a{
		padding: 20px 50px;
	}
	.cart-page .content .woocommerce-cart-form .shop_table thead{
		display:none;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-thumbnail{
		display:none;
	}
	.cart-page .content .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item{
		display: flex;
    	flex-direction: column;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-price, .cart-page .content .woocommerce-cart-form .shop_table tbody .product-quantity, .cart-page .content .woocommerce-cart-form .shop_table tbody .product-subtotal{
		text-align:left;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details{
		margin-left:0;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-remove{
		text-align: right;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody tr:not(:last-child) td{
		border:none;
		padding: 10px 0;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody tr:first-child{
		border-top: 1px solid #D7B734;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody tr:not(:last-child){
		border-bottom: 1px solid #D7B734;
		color: #464646;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-price .woocommerce-Price-amount:before{
		content: 'Cena: ';
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-quantity{
		display: flex;
    	align-items: center;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-quantity:before{
		content: 'Ilość: ';
		margin-right:10px;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-subtotal .woocommerce-Price-amount:before{
		content: 'Suma: ';
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details .variation{
		display: flex;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details .variation dd p{
		margin:0;
		padding-left:5px;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .product-name .product-details a{
		font-weight: 700;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content{
		flex-direction: column;
	}
	.cart-page .content .woocommerce-cart-form .shop_table tbody .actions .actions-content .coupon input{
		margin-bottom:10px;
	}
	.cart-page .content .cart-collaterals .shop_table .woocommerce-shipping-methods{
		padding: 0;
		margin: 20px 0 0 0;
		list-style: none;
	}
	.cart-page .content{
		padding: 40px var(--defaultPadding) 100px var(--defaultPadding);
	}
	.my-account .content .woocommerce{
		flex-direction: column;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-navigation{
		width:100%;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-navigation ul{
		padding-left: 20px;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content{
		margin-top:30px;
		margin-left: 0px;
		width:100%;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr{
		display: flex;
    	flex-direction: column;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr{
		display:none;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number:before{
		content: 'Zamówienie: ';
		font-weight:700;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date:before{
		content: 'Data: ';
		font-weight:700;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status:before{
		content: 'Status: ';
		font-weight:700;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total:before{
		content: 'Suma: ';
		font-weight:700;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions{
		text-align:right;
		font-weight:700;
	}
	.my-account .content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td{
		border:none;
	}
	.thankyou-page .content .woocommerce-order{
		padding: 0 20px;
	}
	.thankyou-page .content .woocommerce-order-overview{
		flex-direction: column;
	}
	.thankyou-page .content .woocommerce-order-overview li:first-child {
		border-left: 1px dashed #000;
		padding-left: 20px;
	}
}

@media screen and (max-width:399px){
	.section-product-details .content .col-left .woocommerce-product-gallery__image img:not(.wp-post-image){
		width: 100px;
    	height: 100px;
	}
	.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 .content .woocommerce-tabs .tabs .active a{
		padding: 10px 20px;
	}
	.section-product-additional-details .content .woocommerce-tabs .tabs li:not(.active) a{
		padding: 10px 20px;
	}
}
