:root {
  --vss_LinkColor: #fff;
  --vss_SubLinkColor: #000;
}

/*------------------------------------------------------------
GENERAL
------------------------------------------------------------*/
html {
    height: 100%;
    box-sizing: border-box;
    
} 
body {
    position: relative;    
    min-height: 100%;
    background-image: url(/core/assets/images/bg_chanvalli.png);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .2s;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.usp-banner {
    
}
a, a:hover, a:active, a:visited{
    text-decoration: none;
    color:inherit;
}
.vss-info-icon{
    font-size:15px; 
    color: var(--maincolor);
}

/*------------------------------------------------------------
FORMS
------------------------------------------------------------*/
.form-control{
    margin:10px 0px;
}
.section-signup label{
    display: none;
}



/*------------------------------------------------------------
TOP NAV BAR CART
------------------------------------------------------------*/
.cart-wrapper a, .cart-wrapper a:hover, .cart-wrapper a:active{
    text-decoration: none;
    position: relative;
    margin-right: 20px;
}
.navbar-cart{
    margin-left:50px;
}
.cart-number{
    display: inline-block;
    border-radius: 50%;
    min-width: 24px;
    min-height: 24px;
    padding:4px;
-webkit-box-shadow: 5px 5px 38px 6px rgba(219,219,219,0.57); 
box-shadow: 5px 5px 38px 6px rgba(219,219,219,0.57);
    background: #16a020;
    
    color: #fff;
    text-align: center;

    font-size: 10px;
    position: absolute;
    left: 20px;
    top:-10px;
}
.account-wrapper li{
    list-style: none;
}
.account-wrapper li a{
    color: var(--vss_SubLinkColor) !important;
}
li a.account-link{
    color: var(--vss_LinkColor) !important;
}
a.account-login-link{
    color: #fff;
    margin-left: 30px;
}


/*------------------------------------------------------------
WEBSHOP - PRODUCT LIST PAGE
------------------------------------------------------------*/

article{
    
    
}
.article-content-wrapper{
    margin:15px 2px;
    padding:10px;
    border:solid #C0C0C0;
    border-width: 1px 2px 2px 1px;
}
.article-content-wrapper h3{
    margin-bottom: 0px;
}
.article-content-wrapper p{
    font-size: 10px;
    min-height: 50px;
}
.article-content-wrapper .price-wrapper{
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.article-content-wrapper .price-old{
    text-decoration: line-through;   
    font-size: 0.9em;
}
.article-content-wrapper .price-discount{
    color: #32CD32;
    font-size: 1.1em;
}
.article-content-wrapper .alert{
    display: none;
}
.article-content-wrapper .btn-wrapper{
    min-height: 60px;
    max-height: 60px;
}

#totalProductPrice.price {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
/*    text-align: center;*/
}

/*------------------------------------------------------------
WEBSHOP - PRODUCT PAGE
------------------------------------------------------------*/

productPage{
    
    
}
.productPage{
    margin:15px 2px;
    padding:10px;
}
.productPage h3{
    margin-bottom: 0px;
}
.productPage p{
    font-size: 1rem;
    min-height: 50px;
}
.productPage .product-main-img{
    
}
.productPage .product-alt-img{
    cursor: pointer;
    
}
.productPage .selected{
    border: solid 2px #024379;
    
}
.productPage .price-wrapper{
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.productPage .price-old{
    text-decoration: line-through;   
    font-size: 0.9em;
}
.productPage .price-discount{
    color: #32CD32;
    font-size: 1.1em;
}
.productPage .alert{
    display: none;
}
.productPage .btn-wrapper #txtQty{
    width: 104px;
    display: inline-block;
}
.productPage .btn-wrapper .btn{
    margin-top: -6px;
}
/*------------------------------------------------------------
CART - OVERVIEW
------------------------------------------------------------*/
.shoppingcart-overview{
/*    font-size: 14px;*/
}
.shoppingcart-overview > .row{
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding:5px;
}
.shoppingcart-overview .cart-item-taxrate > span{
    font-size: 0.8em;
    font-weight: bold;
}
.shoppingcart-overview .btn-minus, .shoppingcart-overview .btn-plus{
    font-size: 14px;
    line-height: 12px; 
    padding-bottom: 9px;
    opacity: 0.7;
}
.shoppingcart-overview .cart-qty{
    font-weight: bold;
    padding:5px;
}

#countdown{
    color:var(--maincolor);
    display: inline-block;
    font-weight: bold;
    margin-left: 20px;
}

.wrapper-pm{
}
.wrapper-pm > div > label{
    cursor: pointer;
}
.wrapper-pm:has(input[type="radio"]:checked){
    border:solid #DFDFDF;
    border-width: 2px 1px 1px 2px;
    background:#fff;
}

/*------------------------------------------------------------
FOOTER
------------------------------------------------------------*/
footer{
/*    padding-bottom: 1rem;*/
    padding-top:20px;
    padding-bottom:20px;
    width:100%;
    display: block;
    background-color: var(--bs-green);
    color:#fff;
    position: relative;
}
footer table tr td{
    color:#fff;
}
.footer-company-wrapper span{
    display: block;
}

.footer-company-wrapper div{
    display: inline-block;
    margin-right: 10px;
}
.footer-company-wrapper img{
    text-align: center;
    display: block;
    margin:0 auto;
    height: 32px;
}


.copyright, .designedby{
    margin-top: 20px;
    display: block;
    font-size: 0.8em;
}
.designedby{
    text-decoration: underline;
}
ul.list-socials li, ul.list-footer-links li{
    background-color: transparent;
}

.icon-facebook{
    background: transparent url('/core/assets/frontend/img/socials/facebook.png') no-repeat;
    width:32px;
    height:32px;
    display: block; 
    background-size: 32px 32px;
}
.icon-youtube{
    background: transparent url('/core/assets/frontend/img/socials/youtube.png') no-repeat;
    width:32px;
    height:32px;
    display: block; 
    background-size: 32px 32px;
}
.icon-instagram{
    background: transparent url('/core/assets/frontend/img/socials/instagram.png') no-repeat;
    width:32px;
    height:32px;
    display: block; 
    background-size: 32px 32px;
}
.icon-pinterest{
    background: transparent url('/core/assets/frontend/img/socials/pinterest.png') no-repeat;
    width:32px;
    height:32px;
    display: block; 
    background-size: 32px 32px;
}

