header .logo {height: 55px;}
@media (max-width: 992px) {header .logo {height: 30px;}}
:root {--body-bg:rgb(253, 240, 227);--bs-body-bg:rgb(253, 240, 227); --bg-header-bg:rgb(176, 124, 85);--bs-bg-header-bg:rgb(176, 124, 85); --bg-footer-bg:rgb(176, 124, 85);--bs-bg-footer-bg:rgb(176, 124, 85); --menu-bg:rgb(40, 40, 40);--bs-menu-bg:rgb(40, 40, 40); --primary:#C08C52;--bs-primary:#C08C52; --secondary:#DDC2C2;--bs-secondary:#DDC2C2; --main-content:rgba(182, 107, 39, 0);--bs-main-content:rgba(182, 107, 39, 0); --border-color:rgb(239, 190, 190);--bs-border-color:rgb(239, 190, 190); --body-text:#212121;--bs-body-text:#212121; --bg-header-text:#282828;--bs-bg-header-text:#282828; --bg-footer-text:#FFFFFF;--bs-bg-footer-text:#FFFFFF; --menu-text:#FFFFFF;--bs-menu-text:#FFFFFF; --primary-text:#FFFFFF;--bs-primary-text:#FFFFFF; --secondary-text:#212121;--bs-secondary-text:#212121; --link-color:#212121;--bs-link-color:#212121; --link-hover-color:rgb(253, 190, 0);--bs-link-hover-color:rgb(253, 190, 0); --primary-10:#C08C521a;--bs-primary-10:#C08C521a; --primary-20:#C08C5233;--bs-primary-20:#C08C5233; --primary-30:#C08C5242;--bs-primary-30:#C08C5242; --primary-40:#C08C5266;--bs-primary-40:#C08C5266; --primary-50:#C08C5280;--bs-primary-50:#C08C5280; --primary-60:#C08C5299;--bs-primary-60:#C08C5299; --primary-70:#C08C52b3;--bs-primary-70:#C08C52b3; --primary-80:#C08C52cc;--bs-primary-80:#C08C52cc; --primary-90:#C08C52e6;--bs-primary-90:#C08C52e6; --secondary-10:#DDC2C21a;--bs-secondary-10:#DDC2C21a; --secondary-20:#DDC2C233;--bs-secondary-20:#DDC2C233; --secondary-30:#DDC2C242;--bs-secondary-30:#DDC2C242; --secondary-40:#DDC2C266;--bs-secondary-40:#DDC2C266; --secondary-50:#DDC2C280;--bs-secondary-50:#DDC2C280; --secondary-60:#DDC2C299;--bs-secondary-60:#DDC2C299; --secondary-70:#DDC2C2b3;--bs-secondary-70:#DDC2C2b3; --secondary-80:#DDC2C2cc;--bs-secondary-80:#DDC2C2cc; --secondary-90:#DDC2C2e6;--bs-secondary-90:#DDC2C2e6; }
.header-first-row{
     padding-bottom: 5px!important;
    padding-top: 5px!important;
}
.cart-button-order{
  display:none!important;
}

.product-page .grid .product-list-item .product-item-footer .card-title, .product-page .list .product-list-item .product-item-footer .card-title {
    white-space: normal;
}

.product-page .grid .product-list-item .product-item-header img, .product-page .list .product-list-item .product-item-header img {
     max-height:240px;
}


.product-page{
  max-width: 1326px;
    margin: auto;
      padding: 0px 0.75rem;
}

.payment-methods img{
  display:none;
}

.bg-header {
    padding: 0!important;
}
@media (min-width: 992px){

.product-page .view .product-right-column {
    min-height: 497px;
    margin-bottom: 48px;
}
  
}

.js-cookie-consent{
  
  display:none;
    
}

.count_info{
  display:none;
}

.siteLoaded {
    display:block !important;
    opacity:1 !important;
    transition: opacity 0.5s ease;
}

