/*
Theme Name: srebrnegrono
Text Domain: srebrnegrono
Version: 1.3
Description: Custom theme for srebrnegrono
Author: tomeckiStudio
Author URI: https://tomecki.studio/
*/

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

html, body{
    margin: 0;
	font-family: 'Montserrat', 'Roboto', Sans-serif;
}

.default-button, .buy-now .single_add_to_cart_button, .auction_form .bid_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;
}
.auction_form .bid_button{
    padding:13px 30px;
}
.default-button svg{
    position:absolute;
    margin-left: 15px;
    top: 24px;
}

:root{
    --defaultPadding:100px;
}

/* Header */
header .top-bar{
    width:100%;
}
header .top-bar .content{
    display:flex;
    justify-content:space-between;
    background-color:#F4F4F4;
    padding:0 var(--defaultPadding);
    align-items:center;
    height:60px;
}
header .top-bar .content .col-left{
    display:flex;
}
header .top-bar .content .col-left i{
    margin-right:10px;
}
header .top-bar .content .col-left .phone a, header .top-bar .content .col-left .email a{
    text-decoration:none;
    color:#000;
}
header .top-bar .content .col-left .email, header .top-bar .content .col-left .times{
    margin-left:40px;
}
header .top-bar .content{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight: 400;
    font-size: 12px;
}
header .top-bar .content .col-right{
    display:flex;
}
header .top-bar .content .col-right .language{
    padding-right:20px;
    border-right:1px solid #707070;
    display: flex;
    align-items: center;
}
header .top-bar .content .col-right .language img{
    border-radius: 300px;
    height: 25px;
    width: 25px;
}
header .top-bar .content .col-right .socials{
    padding-left:20px;
}
header .top-bar .content .col-right .socials a{
    text-decoration:none;
}
header .top-bar .content .col-right .socials i{
    color:#3453D6;
    font-size: 25px
}
header .mid-bar{
    display:flex;
    justify-content:space-between;
    width:100%;
    border-bottom:1px solid #F1F3F8;
}
header .mid-bar .col-left{
    padding-left:var(--defaultPadding);
    padding-top:20px;
    padding-bottom:20px;
}
header .mid-bar .col-left a{
    text-decoration:none;
}
header .mid-bar .col-left a .logo{
    display:flex;
    align-items:center;
}
header .mid-bar .col-left a .logo img{
    height:50px;
}
header .mid-bar .col-left a .logo .site-title-part1{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    color:#000;
    font-weight:600;
    font-size:22px;
    margin-left:10px;
}
header .mid-bar .col-left a .logo .site-title-part2{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    color:#D7B734;
    font-weight:700;
    font-size:22px;
}
header .mid-bar .col-right{
    display:flex;
    padding-right:var(--defaultPadding);
    align-items:center;
}
header .mid-bar .col-right .wishlist{
    padding-right:20px;
    border-right:1px solid #F1F3F8;
    height:100%;
    display:flex;
    align-items:center;
}
header .mid-bar .col-right .wishlist a{
    color:#D7B734;
    text-decoration:none;
}
header .mid-bar .col-right .account{
    padding:0 20px;
    height:100%;
    display:flex;
    align-items:center;
    border-right:1px solid #F1F3F8;
}
header .mid-bar .col-right .account a{
    color:#D7B734;
    text-decoration:none;
}
header .mid-bar .col-right .account a .text{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:15px;   
}
header .mid-bar .col-right .account a i{
    padding-right:10px;
}
header .mid-bar .col-right .cart{
    padding-left:20px;
    display:flex;
    align-items:center;
    cursor:pointer;
    position:relative;
}
header .mid-bar .col-right .mini-cart{
    position:absolute;
    top: 40px;
    right: 0;
    padding-top: 10px;
    display:none;
    z-index:200;
}
header .mid-bar .col-right .cart:hover .mini-cart, header .mid-bar .col-right .cart .mini-cart:hover{
    display:block;
}
header .mid-bar .col-right .mini-cart-holder{
    padding:20px;
    background-color: #F4F4F4;
    border-radius: 10px;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart{
    list-style:none;
    padding:0;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li{
    display: flex;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li:not(:first-child){
    margin-top:10px;
    border-top:1px solid #00000050;
    padding-top:10px;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li img{
    height:50px;
    width:50px;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li a{
    color:#000;
    text-decoration:none;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-remove{
    color:#c30a0a;
    display:flex;
    align-items:center;
    width:30px;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-name{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px; 
    margin-left:10px;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-variation, header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-variation{
    margin-left: 10px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:10px; 
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-variation .variation dd, header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-variation .variation dd p, header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-variation dd, header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-variation dd p{
    margin:0;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-price{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px; 
	white-space: nowrap;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__total{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-size:14px; 
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__buttons{
    display:flex;
    margin-bottom:0;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__buttons a:first-child{
    margin-right:20px;
}
header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__buttons a{
    width: max-content;
    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;
}
header .mid-bar .col-right .cart .fa-shopping-cart{
    color:#D7B734;
    padding-right:20px;
}
header .mid-bar .col-right .cart .data{
    text-align:right;
    padding-right:10px;
}
header .mid-bar .col-right .cart .data .quantity{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:13px;
}
header .mid-bar .col-right .cart .data .total{
    margin-top:10px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    color:#D7B734;
    font-size:15px;
}
header .navigation{
    width: 100%;
    position: relative;
    height: 60px;
}
header .navigation .content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height: 100%;
}
header .menu-nav:not(.in-menu-scroll){
    padding-left:var(--defaultPadding);
    display: flex;
    height:100%;
}
header .menu-nav .menu-menu-container{
    height:100%;
}
header .menu-mobile{
    display:none;
    padding-left: var(--defaultPadding);
}
header .menu-nav ul{
    list-style:none;
    padding:0;
    display: flex;
    height: 100%;
    margin: 0;
}
header .menu-nav > .menu-menu-container > ul > li{
    display: flex;
    align-items: center;
}
header .menu-nav > .menu-menu-container > ul > li:first-child {
    padding-left: 0;
}
header .menu-nav > .menu-menu-container > ul > li > a{
    display: flex;
}
header .menu-nav > .menu-menu-container > ul > li > a i{
    margin-top:-3px;
    margin-left:3px;
}
header .menu-nav > .menu-menu-container > ul > li:last-child a {
    font-weight: 700;
    color: #129d12;
}
header .menu-nav ul li{
    padding:20px;
}
header .menu-nav ul li a{
    text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px;
    color:#000;
    text-transform:uppercase;
}
header .menu-nav ul li{
    position:relative;
}
header .menu-nav > .menu-menu-container > ul > li > .sub-menu{
    position:absolute;
    top:60px;
    left:0;
    display: block;
    height: 0;
    align-items: center;
    width: fit-content;
    overflow:hidden;
    transition:all 0.3s ease-out;
    z-index: 201;
	flex-direction: column;
}
header .menu-nav > .menu-menu-container > ul > li:hover > .sub-menu{
    height: 40px;
    overflow:visible;
}
header .menu-nav > .menu-menu-container > ul > li > .sub-menu > li{
    padding: 0;
    display: flex;
    border:1px solid #D7B734;
    margin: 0;
    background-color:#fff;
}
header .menu-nav > .menu-menu-container > ul > li > .sub-menu > li > a{
    padding: 10px;
    width: 100%;
}
header .menu-nav > .menu-menu-container > ul > li > .sub-menu > li > .sub-menu{
    position:absolute;
    top:-2px;
    left:100%;
    height:0;
    overflow:hidden;
    transition:all 0.3s ease-out;
    z-index: 202;
}
header .menu-nav > .menu-menu-container > ul > li > .sub-menu > li:hover > .sub-menu{
    height:60px;
    overflow:visible;
}
header .menu-nav > .menu-menu-container > ul > li > .sub-menu > li > .sub-menu li{
    width: max-content;
    padding: 0;
    display: flex;
    align-items: center;
    background-color:#fff;
}
header .menu-nav > .menu-menu-container > ul > li > .sub-menu > li > .sub-menu li a{
    padding: 10px;
    border:1px solid #D7B734;
	padding: 19px 10px;
}
header .navigation .content .search{
    padding-right:var(--defaultPadding);
}
header .navigation .content .search form{
    margin:0;
}
header .menu-scroll{
    width:100%;
    position:fixed;
    top:-100px;
    left:0;
    background-color: #fff;
    z-index: 9999;
    height: 90px;
    transition:all 0.5s ease-out;
}
header .menu-scroll .content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 var(--defaultPadding);
    height: 100%;
}
header .menu-scroll .content .search form{
    margin:0;
}
header .menu-scroll .mini-cart .cart{
    padding-left:20px;
    display:flex;
    align-items:center;
    cursor:pointer;
    position:relative;
}
header .menu-scroll .mini-cart .mini-cart{
    position:absolute;
    top: 40px;
    right: 0;
    padding-top: 10px;
    display:none;
    z-index:200;
}
header .menu-scroll .mini-cart .cart:hover .mini-cart, header .menu-scroll .mini-cart .cart .mini-cart:hover{
    display:block;
}
header .menu-scroll .mini-cart .mini-cart-holder{
    padding:20px;
    background-color: #F4F4F4;
    border-radius: 10px;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart{
    list-style:none;
    padding:0;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li{
    display: flex;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li:not(:first-child){
    margin-top:10px;
    border-top:1px solid #00000050;
    padding-top:10px;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li img{
    height:50px;
    width:50px;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li a{
    color:#000;
    text-decoration:none;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-remove{
    color:#c30a0a;
    display:flex;
    align-items:center;
    width:30px;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-name{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px; 
    margin-left:10px;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-prce{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:14px; 
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__total{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-size:14px; 
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__buttons{
    display:flex;
    margin-bottom:0;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__buttons a:first-child{
    margin-right:20px;
}
header .menu-scroll .mini-cart .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__buttons a{
    width: max-content;
    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;
}
header .menu-scroll .mini-cart .cart .fa-shopping-cart{
    color:#D7B734;
    padding-right:20px;
}
header .menu-scroll .mini-cart .cart .data{
    text-align:right;
    padding-right:10px;
}
header .menu-scroll .mini-cart .cart .data .quantity{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:13px;
}
header .menu-scroll .mini-cart .cart .data .total{
    margin-top:10px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    color:#D7B734;
    font-size:15px;
}
/* END - Header */

/* Homepage */
.section-slider{
    width:100%;
	max-width: 1500px;
    margin: 50px auto 0 auto;
}
.section-slider .section-content{
    padding:0 var(--defaultPadding);
	display:flex;
	align-items: center;
	justify-content:center;
}
.section-slider .section-content .advert-widget{
	width:30%;
	height:450px;
}
.section-slider .section-content .advert-widget .widget-content{
	padding-left:30px;
}
.section-slider .section-content .advert-widget .widget-content a{
	text-decoration:none;
	color:#000;
	display:flex;
	width:100%;
	height:100%;
	flex-direction:column;
}
.section-slider .section-content .advert-widget .widget-content a .image{
	flex: 1;
    overflow: hidden;
}
.section-slider .section-content .advert-widget .widget-content a .image img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.section-slider .section-content .advert-widget .widget-content a .title{
	min-height:30px;
	display:flex;
	align-items: flex-end;
	justify-content:center;
	text-align:center;
	color:#D7B734;
	font-weight:700;
	background-color: #fff;
}
.section-slider .section-content .slider{
    position: relative;
    height:450px;
	width:70%;
	overflow: hidden;
	margin-right: 30px;
}
.section-slider .section-content .slider .slide{
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.section-slider .section-content .slider .slide img{
    width:100%;
    object-fit: fill;
}
.section-slider .section-content .slider .arrow{
	height: 100%;
    width: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 100;
    position: absolute;
	background-color:#c8c8c840;
}
.section-slider .section-content .slider .arrow-right{
	right:0;
}
.section-slider .section-content .slider:hover .arrow{
	display:flex;
	display:none;
}
.section-slider .section-content .slider .arrow:hover{
	background-color:#66666670;
	cursor:pointer;
}
.section-slider .section-content .slider .arrow i{
	color:#fff;
}
.section-anouncement {
    background-color: #e11010;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    margin: 50px;
	text-align:center;
}
.section-categories{
    width:100%;
    margin-top:84px;
}
.section-categories .content{
    padding: 80px var(--defaultPadding) 20px var(--defaultPadding);
}
.section-categories .content .categories{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    row-gap: 50px;
}
.section-categories .content .categories .category{
    width: 268px;
    height:255px;
    margin: 0 auto;
}
.section-categories .content .categories .category a{
    text-decoration:none;
}
.section-categories .content .categories .category a .header{
    background-color:#F4F4F4;
    display: flex;
}
.section-categories .content .categories .category a .header .image{
    width:100%;
    display: flex;
    justify-content: center;
    margin-top:-84px;
}
.section-categories .content .categories .category a .header img{
    width:167px;
    height:167px;
	border-radius: 200px;
}
.section-categories .content .categories .category a .title{
    padding-top:20px;
}
.section-categories .content .categories .category a .title div{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    color:#000;
}
.section-categories .content .categories .category a .title .part1{
    font-weight:600;
    font-size:19px;
    text-transform: uppercase;
}
.section-categories .content .categories .category a .title .part2{
    font-weight:400;
    font-size:15px;
    text-transform: capitalize;
}
.section-categories .content .button-holder{
	margin-top: -30px;
    margin-bottom: 100px;
    text-align: center;
}
.section-categories .content .button-holder .default-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;
}
.section-cta{
    width:100%;
    padding-bottom:80px;
}
.section-cta .section-holder{
    padding:0 var(--defaultPadding);
    position:relative;
    height:355px;
}
.section-cta .section-holder img{
    width:100%;
    height:100%;
}
.section-cta .section-holder .content-holder{
    position:absolute;
    top:0;
    z-index:1;
    width: calc(100% - 200px);
    height:100%;
}
.section-cta .section-holder .content-holder .content{
    display:flex;
    justify-content:space-between;
    width:100%;
    height: 100%;
}
.section-cta .section-holder .content-holder .content .col-left{
    padding-left:50px;
    display: flex;
}
.section-cta .section-holder .content-holder .content .col-left .picture1{
    width:274px;
    height:274px;
    margin-top: -30px;
}
.section-cta .section-holder .content-holder .content .col-left .picture2{
    width:274px;
    height:274px;
    margin-top:110px;
    margin-left: -150px;
}
.section-cta .section-holder .content-holder .content .col-right{
    text-align:right;
    display:flex;
    align-items:flex-end;
    flex-direction: column;
    justify-content:center;
    padding-right:50px;
}
.section-cta .section-holder .content-holder .content .col-right .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:34px;
}
.section-cta .section-holder .content-holder .content .col-right .subtitle{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:42px;
    margin-top:10px;
}
.section-cta .section-holder .content-holder .content .col-right .default-button{
    margin-top:60px;
}
.section-products{
    width:100%;
    padding-top:40px;
    padding-bottom:80px;
}
.section-products .content{
    padding:0 50px;
}
.section-products .content .header{
    width:100%;
}
.section-products .content .header .header-content{
    padding:0 50px;
    display:flex;
    justify-content:space-between;
}
.section-products .content .header .header-content .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:30px;
}
.section-products .content .header .header-content .show-all{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:18px;
}
.section-products .content .header .header-content .show-all a{
    color:#000;
    text-decoration:none;
}
.products-container{
    background-color:#F4F4F4;
    display: flex;
    margin-top:160px;
    justify-content: center;
}
.products-container .products-holder{
    margin-top:-143px;
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 650px;
}
.products-container .products-holder[data-viewport="true"]{
	justify-content: center;
    align-items: center;
}
.products-container .products-holder > i{
	margin-top: 143px;
    font-size: 60px;
	animation: load-animation 1s linear infinite;
}
.products-container .arrow{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
.products-container .arrow i {
    font-size: 30px;
}
.products-container .arrow:hover{
    background-color:#00000010;
}
.products-container .products-holder .woocommerce{
    transition: all 0.5s ease-out;
}
.products-container .products-holder .products{
    display:flex;
    list-style:none;
    margin-bottom: 50px;
    padding-inline-start: 0;
	transition: all 0.3s ease-out;
}
.products-container .products-holder .products .product{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    height:600px;
	position: relative;
}
.products-container .products-holder .products .product a{
    text-decoration:none;
    color:#000;
}
.products-container .products-holder .products .product .woocommerce-loop-product__link{
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
}
.products-container .products-holder .products .product .woocommerce-loop-product__link .productFlash{
    position: absolute;
    z-index: 20;
    width: 150%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transform: translateX(-36%) translateY(150%) rotate(-45deg);
    text-align:center;
	top: 0;
}
.products-container .products-holder .products .product .woocommerce-loop-product__link .productFlash-second{
	position: absolute;
    z-index: 20;
    width: 150%;
    color: #fff;
    top: 0;
    font-weight: 600;
    font-size: 20px;
    transform: translateX(-29%) translateY(228%) rotate(-45deg);
    text-align: center;
    background-color: #228e9e;
}
.products-container .products-holder .products .product .woocommerce-loop-product__link img{
    width: 250px;
    height: 250px;
    background-color: #fff;
}
.products-container .products-holder .products .product .wcfmmp_sold_by_container{
	border-radius: 10px;
    border: 1px solid #939393;
    padding: 5px 5px 0 5px;
    background-color: #fff;
}
.products-container .products-holder .products .product .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper .woocommerce-LoopProduct-link{
	display: flex!important;
    flex-direction: row;
}
.products-container .products-holder .products .product .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper .woocommerce-LoopProduct-link .wcfmmp_sold_by_label{
	width: 150px;
    display: block;
	color:#666!important;
	margin-left: 5px;
}
.products-container .products-holder .products .product .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper .wcfm_dashboard_item_title{
	color:#333!important;
	font-weight: 700;
}
.products-container .products-holder .products .product .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper .woocommerce-LoopProduct-link img{
	display:none!important;
}
.products-container .products-holder .products .product .wcfmmp_sold_by_container .wcfmmp-store-rating{
	margin: 0 auto;
}
.products-container .products-holder .products .product .woocommerce-loop-product__title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:16px;
    margin-top:20px;
    text-align:center;
}
.products-container .products-holder .products .product .price{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:700;
    font-size:22px;
    margin-top: 0;
    margin-bottom:20px;
}
.products-container .products-holder .products .product .price ins{
	text-decoration:none;
}
.products-container .products-holder .products .product .default-button{
    width: fit-content;
}
.products-container .products-holder .products .product .woocommerce-loop-product__link .onsale{
	display:none;
}
.products-container .products-holder .products .product .woocommerce-loop-product__additional_info{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.products-container .products-holder .products .product .delivery-date {
    text-align:center;
    display: flex;
    flex-direction: column;
}
.section-second-cta{
    width:100%;
    padding-bottom:80px;
}
.section-second-cta .section-holder{
    padding:0 var(--defaultPadding);
    position:relative;
    height:355px;
}
.section-second-cta .section-holder img{
    width:100%;
    height:100%;
}
.section-second-cta .section-holder .content-holder{
    position:absolute;
    top:0;
    z-index:1;
    width: calc(100% - 200px);
    height:100%;
}
.section-second-cta .section-holder .content-holder .content{
    display:flex;
    justify-content:space-between;
    width:100%;
    height: 100%;
}
.section-second-cta .section-holder .content-holder .content .col-left{
    text-align:right;
    display:flex;
    align-items:flex-start;
    flex-direction: column;
    justify-content:center;
    padding-left:50px;
}
.section-second-cta .section-holder .content-holder .content .col-left .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:34px;
}
.section-second-cta .section-holder .content-holder .content .col-left .subtitle{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:42px;
    margin-top:10px;
}
.section-second-cta .section-holder .content-holder .content .col-left .default-button{
    margin-top:60px;
}
.section-second-cta .section-holder .content-holder .content .col-right{
    padding-right:50px;
    display: flex;
}
.section-second-cta .section-holder .content-holder .content .col-right .picture1{
    width:274px;
    height:274px;
    margin-top:110px;
}
.section-second-cta .section-holder .content-holder .content .col-right .picture2{
    width:274px;
    height:274px;
    margin-top: -30px;
    margin-left: -150px;
    margin-right: 100px;
}
.section-articles{
    width:100%;
}
.section-articles .content{
    padding:0 var(--defaultPadding);
}
.section-articles .content .top{
    display:flex;
    justify-content:center;
}
.section-articles .content .top img{
    width:30%;
}
.section-articles .content .top .article-details{
    width:50%;
    display:flex;
    align-items:center;
}
.section-articles .content .top .article-details .details{
    padding-left:40px;
}
.section-articles .content .top .article-details .details .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
}
.section-articles .content .top .article-details .details .title .subtitle{
    font-size:15px;
    text-transform:uppercase;
}
.section-articles .content .top .article-details .details .title h2{
    font-size:26px;
}
.section-articles .content .top .article-details .details .description{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:200;
    font-size:16px;
    margin-top:40px;
    margin-bottom:60px;
}
.section-articles .content .bottom{
    display:flex;
    margin-top:80px;
    margin-bottom:100px;
}
.section-articles .content .bottom .col-left{
    width:50%;
}
.section-articles .content .bottom .col-left .col-content{
    padding-right:30px;
}
.section-articles .content .bottom .col-left .col-content .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:20px;
}
.section-articles .content .bottom .col-content .title a{
    color:#000;
    text-decoration:none;
    font-weight:700;
}
.section-articles .content .bottom .col-left .col-content .description{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:200;
    font-size:16px;
    margin-top:30px;
}
.section-articles .content .bottom .col-right{
    width:50%;
}
.section-articles .content .bottom .col-right .col-content{
    padding-left:30px;
}
.section-articles .content .bottom .col-right .col-content .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:20px;
}
.section-articles .content .bottom .col-right .col-content .description{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:200;
    font-size:16px;
    margin-top:30px;
}
.section-advert{
    width:100%;
}
.section-advert .content{
    padding:0 var(--defaultPadding);
    position:relative;
}
.section-advert .content .background{
    text-align: center;
}
.section-advert .content .background img{
    width:100%;
    height: auto;
	max-width: 800px;
}
.section-mints{
    width:100%;
}
.section-mints .content{
    padding:80px var(--defaultPadding) 80px var(--defaultPadding);
    display:flex;
}
.section-mints .content .col-left{
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:50%;
}
.section-mints .content .col-left .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:35px;
}
.section-mints .content .col-left .subtitle{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:30px;
}
.section-mints .content .col-right{
    width:50%;
}
.section-mints .content .col-right .mints{
    display:flex;
    flex-wrap:wrap;
}
.section-mints .content .col-right .mints a{
    padding:20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	height:50px;
}
.section-mints .content .col-right .mints a img{
	height:100%;
}
/* END - Homepage */

/* Footer */
footer{
    width:100%;
}
footer .widgets{
    width:100%;
    position:relative;
}
footer .widgets img{
    width:100%;
    z-index:0;
}
footer .widgets .content{
    width:100%;
    z-index:2;
    position:absolute;
    top:0;
    left:0;
}
footer .widgets .content .sections{
    padding:80px var(--defaultPadding);
    display:flex;
}
footer .widgets .content .sections .section{
    width:25%;
}
footer .widgets .content .sections .section .title{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:17px;
}
footer .widgets .content .sections .section .links{
    
}
footer .widgets .content .sections .section .links ul{
    list-style:none;
    padding:0;
}
footer .widgets .content .sections .section .links ul li{
    padding:5px 0;
}
footer .widgets .content .sections .section .links ul li a{
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:300;
    font-size:15px;
    text-decoration:none;
    color:#000;
}
footer .widgets .content .sections .section-four{
    display:flex;
    justify-content:center;
    flex-direction:column;
}
footer .widgets .content .sections .section-four i{
    margin-right:10px;
}
footer .widgets .content .sections .section-four .phone a{
    text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:21px;
    color:#000;
}
footer .widgets .content .sections .section-four .email{
    margin-top:30px;
}
footer .widgets .content .sections .section-four .email a{
    text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:600;
    font-size:21px;
    color:#000;
}
footer .copyright{
    width:100%;
    display:flex;
    justify-content:center;
    padding:20px 0;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:15px;
}
footer .copyright b{
    padding-left:5px;
}
/* END - Footer */


.account-newsletter-box-not-logged{
	margin: 0 0 60px 0;
    box-shadow: 0 0 10px #00000050;
    padding: 10px 20px;
    border-radius: 10px;
	position:relative;
	background: url(https://srebrnegrono.pl/wp-content/uploads/2021/11/footer_background.webp);
}
.account-newsletter-box-not-logged .account-newsletter-box-close{
	color: #ae0808;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.account-newsletter-box-not-logged .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;
}


@media screen and (max-width:1400px){
    :root{
        --defaultPadding:20px;
    }
}
@media screen and (max-width:1049px){
    header .content .menu-nav{
        display:none;
    }
    header .menu-mobile{
        display:block;
    }
    header .navigation .content{
        position: relative;
        width: 100%;
    }
    header .menu-nav{
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 300;
        background-color: #fff;
        width: 100%;
        padding:0;
    }
    header .menu-nav:not(.in-menu-scroll){
        padding:0;
        height: 0;
        display: block;
        overflow: hidden;
        transition:all 0.3s ease-out;
    }
    header .menu-nav ul{
        flex-direction: column;
        background-color: #fff;
    }
    header .menu-nav > .menu-menu-container > ul > li{
        background-color: #fff;
    }
    header .menu-nav > .menu-menu-container > ul > li:first-child{
        padding-left:20px;
    }
    header .menu-scroll .menu-mobile{
        padding:0;
    }
    header .menu-scroll .mini-cart .cart{
        padding:0;
    }
    header .search{
        padding-left: 20px;
    }
	
	.section-slider .section-content{
		flex-direction: column;
	}
	.section-slider .section-content .slider{
		margin-right: 0;
	}
	.section-slider .section-content .slider .slide img{
		height: auto!important;
	}
	
    footer .copyright{
        margin-bottom:20px;
    }
}
@media screen and (min-width:700px) and (max-width:1199px){
    .section-categories .content .categories .category{
        width: 200px;
        height: 200px;
    }
    .section-categories .content .categories .category a .header img {
        width: 100px;
        height: 100px;
    }
    .section-categories .content .categories .category a .header .image{
        margin-top: -50px;
    }
}
@media screen and (min-width:700px) and (max-width:1049px){
    .section-categories .content .categories {
        grid-template-columns: repeat(3,1fr);
    }
}
@media screen and (min-width:700px) and (max-width:900px){
    .section-slider .section-content .slider{
        height:400px;
    }
    .section-slider .section-content .slider .slide img{
        height:400px;
    }
    .section-cta .section-holder .content-holder{
        width: calc(100% - (2*var(--defaultPadding)));
    }
    .section-cta .section-holder .content-holder .content .col-left .picture1{
        width: 150px;
        height: 150px;
    }
    .section-cta .section-holder .content-holder .content .col-left .picture2{
        width: 150px;
        height: 150px;
        margin-left: -100px;
    }
    .section-second-cta .section-holder .content-holder .content .col-right{
        padding-left: 50px;
        padding-right: 0;
    }
    .section-second-cta .section-holder .content-holder .content .col-right .picture2 {
        width: 150px;
        height: 150px;
        margin-top: -30px;
        margin-left: -100px;
        margin-right: 0;
    }
    .section-second-cta .section-holder .content-holder .content .col-right .picture1{
        width: 150px;
        height: 150px;
    }
    .section-products .content .header .header-content{
        padding:0;
    }
    .section-articles .content .top img{
        width:50%;
    }
    footer .widgets .content .sections .section-four .phone a{
        font-size: 15px;
    }
    footer .widgets .content .sections .section-four .email a{
        font-size: 15px;
    }
}
@media screen and (max-width:900px){
    header .top-bar .content .col-left .phone, header .top-bar .content .col-left .email{
        display:none;
    }
    header .top-bar .content .col-left .times{
        margin-left:0;
    }
	.section-slider .section-content .slider{
		width:100%;
	}
	.section-slider .section-content .advert-widget{
		display:none;
	}
    .section-second-cta .section-holder .content-holder .content .col-left .subtitle{
        text-align:left;
    }
    .section-products .content{
        padding:0 20px;
    }
    .section-mints .content{
        display:block;
    }
    .section-mints .content .col-left{
        width:100%;
        text-align: center;
    }
    .section-mints .content .col-right{
        width:100%;
    }
    .section-mints .content .col-right .mints{
        justify-content: center;
    }
    .section-mints .content .col-right .mints a{
        padding: 10px 10px;
    }
    footer .widgets .content .sections{
        flex-wrap:wrap;
    }
    footer .widgets .content .sections .section {
        width: 33%;
    }
    footer .widgets .content .sections .section-four{
        width: 100%;
        flex-direction:row;
        justify-content: space-between;
    }
    footer .widgets .content .sections .section-four .email{
        margin-top:0;
    }
}
@media screen and (max-width:699px){
	.section-slider .section-content .slider{
        height:200px;
    }
	.section-slider .section-content .slider .slide iframe{
		height: auto;
	}
    .section-slider .section-content .slider .slide img{
        height:200px;
    }
}
@media screen and (min-width:400px) and (max-width:699px){
    header .mid-bar .col-right .account a{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    header .mid-bar .col-right .account a .text{
        font-size: 12px;
    }
    header .mid-bar .col-left a .logo .site-title-part1{
        font-size:16px;
    }
    header .mid-bar .col-left a .logo .site-title-part2{
        font-size:16px;
    }
    header .mid-bar .col-right .cart .data{
        display:none;
    }
    header .menu-scroll .mini-cart .cart .data{
        display:none;
    }
    header .top-bar .content .col-left{
        width: 40%;
    }
    .section-cta .section-holder{
        padding:0;
    }
    .section-cta .section-holder .content-holder .content .col-right{
        padding-right:0;
    }
    .section-cta .section-holder .content-holder .content .col-right .title{
        font-size:25px;
    }
    .section-cta .section-holder .content-holder .content .col-right .subtitle{
        font-size:30px;
    }
    .section-cta .section-holder .content-holder .content .col-left {
        padding-left: 45px;
    }
    .section-cta .section-holder .content-holder .content .col-left .picture2 {
        width: 120px;
        height: 120px;
        margin-top: 98px;
        margin-left: -89px;
    }
    .section-cta .section-holder .content-holder .content .col-left .picture1 {
        width: 118px;
        height: 124px;
        margin-top: 2px;
        margin-left: -36px;
    }
    .section-second-cta .section-holder{
        padding:0;
    }
    .section-second-cta .section-holder .content-holder .content .col-left{
        padding-left:20px;
    }
    .section-second-cta .section-holder .content-holder .content .col-left .title{
        font-size:25px;
    }
    .section-second-cta .section-holder .content-holder .content .col-left .subtitle{
        font-size:30px;
    }
    .section-second-cta .section-holder .content-holder .content .col-right .picture1 {
        width: 120px;
        height: 120px;
        margin-top: 74px;
    }
    .section-second-cta .section-holder .content-holder .content .col-right{
        padding-right:0;
    }
    .section-second-cta .section-holder .content-holder .content .col-right picture:nth-child(2){
        margin-left:-80px;
    }
    .section-second-cta .section-holder .content-holder .content .col-right .picture2 {
        width: 120px;
        height: 120px;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .section-products .content .header .header-content{
        align-items: center;
        padding:0;
    }
    .section-articles .content .top img {
        width: 50%;
        margin: 0 auto;
    }
    .section-articles .content .top .article-details{
        width: 100%;
        margin-top: 20px;
    }
    .section-articles .content .top .article-details .details{
        padding-left:0;
    }
    .section-articles .content .top{
        flex-direction: column;
    }
    .section-articles .content .bottom{
        flex-direction: column;
    }
    .section-articles .content .bottom .col-left{
        width: 100%;
    }
    .section-articles .content .bottom .col-right{
        width: 100%;
        margin-top: 20px;
    }
    .section-articles .content .bottom .col-right .col-content{
        padding-left:0;
    }
    .section-categories .content .categories {
        grid-template-columns: repeat(2,1fr);
    }
    .section-categories .content .categories .category {
        width: 180px;
        height: 180px;
    }
    .section-categories .content .categories .category a .header img {
        width: 100px;
        height: 100px;
    }
    footer .widgets .content .sections{
        padding: 10px var(--defaultPadding);
    }
    footer .widgets .content .sections .section-four .phone a {
        font-size: 12px;
    }
    footer .widgets .content .sections .section-four .email a{
        font-size: 12px;
    }
    .currentSilverRate{
        text-align:left;
    }
}

@media screen and (max-width:399px){
    header .mid-bar .col-right .mini-cart{
        width: 250px;
    }
    header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__buttons a:first-child{
        margin-right: 8px;
    }
    header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart__buttons a{
        padding: 7px 6px;
    }
    header .mid-bar .col-right .mini-cart-holder .mini-cart-content .woocommerce-mini-cart li .product-image{
        display:none;
    }
    header .top-bar .content{
        justify-content: center;
    }
	header .mid-bar .col-right .account a .text{
		display: none;
	}
    header .top-bar .content .col-left .times{
        display:none;
    }
    header .mid-bar .col-right .cart .data, header .mid-bar .col-right .cart .fa-chevron-down{
        display:none;
    }
    header .menu-scroll .mini-cart .cart .data, header .menu-scroll .mini-cart .cart .fa-chevron-down{
        display:none;
    }
    header .mid-bar .col-right .cart .fa-shopping-cart{
        padding-right:0;
    }
    header .mid-bar .col-left a .logo .site-title-part1, header .mid-bar .col-left a .logo .site-title-part2{
        font-size:15px;
    }
    header .navigation .content .search{
        padding:0;
    }
    header .navigation .content .search form{
        width: 190px;
    }
    .dgwt-wcas-search-wrapp{
        min-width:100px;
        padding-right:20px;
    }
    .section-categories .content .categories .category a .header .image{
        margin-top: -50px;
    }
    .section-categories .content .categories {
        grid-template-columns: repeat(2,1fr);
    }
    .section-categories .content .categories .category {
        width: 140px;
        height: 170px;
    }
    .section-categories .content .categories .category a .header img {
        width: 80px;
        height: 80px;
    }
	.section-categories .content .button-holder {
    	margin-top: 50px;	
	}
    .section-cta .section-holder .content-holder{
        width:100%;
    }
    .section-cta .section-holder .content-holder .content{
        flex-direction: column;
        align-items: center;
        height:unset;
    }
    .section-cta .section-holder .content-holder .content .col-left{
        padding:0;
    }
    .section-cta .section-holder .content-holder .content .col-left picture:nth-child(2){
        display:none;
    }
    .section-cta .section-holder .content-holder .content .col-left .picture1{
        width: 100px;
        height: 100px;
        margin-top:10px;
    }
    .section-cta .section-holder .content-holder .content .col-left .picture2{
        width: 100px;
        height: 100px;
    }
    .section-cta .section-holder .content-holder .content .col-right{
        padding:0;
        align-items: center;
    }
    .section-second-cta .section-holder .content-holder .content .col-right .picture1{
        width: 100px;
        height: 100px;
    }
    .section-second-cta .section-holder .content-holder .content .col-right .picture2{
        width: 100px;
        height: 100px;
    }
    .section-cta .section-holder img{
        object-fit: cover;
    }
    .section-cta .section-holder{
        padding:0;
    }
    .section-cta .section-holder .content-holder .content .col-right .title{
        font-size: 20px;
    }
    .section-cta .section-holder .content-holder .content .col-right .subtitle{
        font-size: 25px;
		text-align: center;
    }
    .section-second-cta .section-holder img{
        object-fit: cover;
    }
    .section-second-cta .section-holder{
        padding:0;
    }
    .section-second-cta .section-holder .content-holder .content{
        height: unset;
    }
    .section-second-cta .section-holder .content-holder .content .col-left{
        padding:0;
        align-items: center;
    }
    .section-second-cta .section-holder .content-holder .content .col-left .title{
        font-size: 20px;
    }
    .section-second-cta .section-holder .content-holder .content .col-left .subtitle{
        font-size: 25px;
    }
    .section-second-cta .section-holder .content-holder .content .col-right{
        padding:0;
    }
    .section-second-cta .section-holder .content-holder{
        width:100%;
    }
    .section-second-cta .section-holder .content-holder .content{
        flex-direction: column-reverse;
        align-items: center;
    }
    .section-second-cta .section-holder .content-holder .content .col-right picture:nth-child(2){
        display:none;
    }
    .section-second-cta .section-holder .content-holder .content .col-right .picture1{
        margin-top:10px;
    }
    .section-products .content .header .header-content .title{
        font-size: 20px;
    }
    .section-products .content .header .header-content .show-all{
        font-size: 13px;
    }
    .section-products .content .header .header-content{
        padding:0;
        flex-direction: column;
        align-items: center;
    }
    .section-products .content .products-container .products-holder .products .product{
        padding: 0 10px;
    }
    .section-products .content .products-container .products-holder .products .product img{
        width: 180px;
        height: 180px;
    }
    .section-articles .content .top img {
        width: 50%;
        margin: 0 auto;
    }
    .section-articles .content .top .article-details{
        width: 100%;
        margin-top: 20px;
    }
    .section-articles .content .top .article-details .details{
        padding-left:0;
    }
    .section-articles .content .top{
        flex-direction: column;
    }
    .section-articles .content .bottom{
        flex-direction: column;
    }
    .section-articles .content .bottom .col-left{
        width: 100%;
    }
    .section-articles .content .bottom .col-right{
        width: 100%;
        margin-top: 20px;
    }
    .section-articles .content .bottom .col-right .col-content{
        padding-left:0;
    }
    footer .widgets .content .sections{
        padding: 10px;
    }
    footer .widgets .content .sections .section-four .phone a {
        font-size: 12px;
    }
    footer .widgets .content .sections .section-four .email a{
        font-size: 12px;
    }
    .currentSilverRate{
        text-align:left;
        font-size: 10px !important;
    }
    footer .copyright{
        margin-bottom:20px;
        flex-direction: column;
        align-items: center;
    }
    footer .widgets .content .sections .section-four{
        flex-direction: column;
    }
    footer .widgets img{
        object-fit: cover;
        height: 630px;
    }
    footer .widgets .content .sections{
        flex-direction: column
    }
	footer .widgets .content .sections .section{
		width:100%;
	}
	.section-products .content .products-container .products-holder .products .product .woocommerce-loop-product__link .productFlash{
		transform: translateX(-37%) translateY(138%) rotate(-45deg);
		font-size: 17px;
	}
	.section-products .content .products-container .products-holder .products .product .woocommerce-loop-product__link .productFlash-second{
		font-size: 17px;
		transform: translateX(-28%) translateY(235%) rotate(-45deg);
	}
}

@keyframes load-animation{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}



/* Global */
.js-dgwt-wcas-suggestion-more{
	display:none;
}
.badge-gold{
	background-color: #aa9329;
}
.badge-blue{
	background-color: #3629aa;
}
.badge-green{
	background-color: #00bd1f;
}
.badge-silver{
	background-color: #b1b3b5;
}
.badge-red{
	background-color: #c81508;
	color:#000!important;
}
.badge-yellow{
	background-color: #e3dc09;
}
.badge-purple{
	background-color: #a21492;
}
.section-products .content .products-container .products-holder .products .product .woocommerce-loop-product__link .badge-ukraine, .archive .section-archive-content .content .products-content-holder .products-content .products li .woocommerce-LoopProduct-link .badge-ukraine{
	background-color: #aa9329;
	background: linear-gradient(180deg, rgba(14,119,236,1) 35%, rgba(255,226,26,1) 100%);
	transform: translateX(-15%) translateY(233%) rotate(-45deg);
}
.products li{
    justify-content: space-between;
    text-align: center;
}
.products li a{
    color: #000;
    text-decoration: none;
    text-align: center;
}
.products li a mark{
    background-color: #fff;
}
.products li a .woocommerce-loop-category__title{
    text-align:center;
}
.products li .woocommerce-LoopProduct-link{
    overflow: hidden;
    position: relative;
}
.products li .default-button{
    margin-top: 20px;
}
.currentSilverRate{
    background: #aa9329;
    color:#fff;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 5px 20px;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:400;
    font-size:15px;
}
.wcfm_buttons{
    display:none;
}
.vendor_rating .wcfmmp-store-rating:before, .wcfmmp_sold_by_container .wcfmmp-store-rating::before{
	position: relative;
	float:none;
}
.vendor_rating .wcfmmp-store-rating, .wcfmmp_sold_by_container .wcfmmp-store-rating{
	width:100%!important;
}
.switcher{
	padding-left: 10px;
	width: 27px!important;
}
.switcher .option{
	position: absolute!important;
    top: 50px!important;
    z-index: 9999!important;
	width: 36px!important;
}
.switcher .selected{
	background:none!important;
}
.switcher .selected a{
	border:none!important;
	width: 45px!important;
	padding: 0!important;
}
header .top-bar .content .col-right .language .switcher .selected a:after{
	content:none!important;
}

.editor-mode-holder{
	position:relative;
	color:#000;
	text-decoration:none;
}
.editor-mode-holder .editor-mode-content{
	position:absolute;
	display:none;
	background-color:#F4F4F4;
	padding:10px;
}
.editor-mode-holder:hover .editor-mode-content, .editor-mode-holder .editor-mode-content:hover{
	display:block;
}
.editor-mode-save-changes-holder{
	position:fixed;
	display:flex;
	align-items:center;
	height:80px;
	width:100%;
	bottom:0;
	left:0;
	background-color:#F4F4F4;
	justify-content:center;
}
.editor-mode-save-changes-holder #save_changes{
	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;
}
.woocommerce-store-notice{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.woocommerce-store-notice a{
    color:#fff;
    font-weight:700;
}
.dgwt-wcas-suggestions-wrapp{
	width: 300px!important;
    transform: translateX(-70px);
}
.dgwt-wcas-meta .dgwt-wcas-sp{
	display: block;
    min-width: 60px;
}
#wcfmmp-store .products {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
}
.wcfmmp_sold_by_container .wcfmmp-store-rating{
	margin:0 auto;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .wcfmmp_sold_by_wrapper .woocommerce-LoopProduct-link img.wcfmmp_sold_by_logo {
    display: none!important;
}
.archive .section-archive-content .content .products-content-holder .products-content .products li .wcfmmp_sold_by_wrapper .woocommerce-LoopProduct-link{
	padding: 0;
}
.why-cant-add-to-cart{
	font-size: 12px;
    width: 160px;
    text-decoration: underline;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
#message-purchased .wn-notification-message-container{
	display: flex !important;
}
@media screen and (min-width:1201px) and (max-width:1600px){
	#wcfmmp-store .products{
		grid-template-columns: repeat(3,1fr);
	}
}
@media screen and (min-width:700px) and (max-width:1200px){
	#wcfmmp-store .products{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width:699px){
	#wcfmmp-store .products{
		grid-template-columns: repeat(1,1fr);
	}
}
