
            @media (min-width: 1200px) {
            .container {  	
                width: 1200px;
                
            }}
         :root {  
            --maincolor: #BD1822;  
            --bodycolor: #525050;  
        }html{
            font-size: 13px;
        }body{
            font-family: "Inter", sans-serif;
            font-size: 13px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Exo 2", sans-serif;
            color: #121111;
            text-transform: none;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Exo 2", sans-serif;
        }.pos-title-column h4{   
            font-size: 32px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #FFFFFF;   
        }.page-title-wrapper{ background-color: #BE1E2D33}.page-header h1,.breadcrumb{  
                color: #000000;   
            }.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 16px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #116AEA;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#121111;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }:root {
    --font-size: 16px;
}
    .menu {
      border: 1px solid #ddd;
      min-width: 250px;
      width: 100%;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .menu-item {
      padding: 10px 15px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ddd;
      color: black;
      transition: background-color 0.3s ease;
    }
    .menu-item:last-child {
      border-bottom: none;
    }
    .menu-item:hover {
      background-color: rgba(233, 78, 27,0.2); /* Complementary color on hover */
    }
    .menu-item .arrow {
      font-size: 12px;
      color: black;
    }
    .submenu {
      display: none;
      background-color: #f9f9f9;
    }
    .submenu .menu-item {
      padding-left: 30px;
      background-color: #fff;
      color: #333;
    }
    .submenu .menu-item:hover {
      background-color: rgba(233, 78, 27,0.2); /* Complementary color on hover */
    }
  

.page-title-wrapper {
    background: none !important
}

main {
    display: grid;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0;
    grid-template-columns: 100%;
    grid-template-rows: minmax(auto, max-content) auto minmax(auto, max-content);
    grid-template-areas: "header" "main" "footer";
    min-height:100dvh;
}

.quick-view-item {
    display: none;
}

.quickmenu-mobile-wrapper {
   height: 80px;
}

.mobile-menu .menu-content .menu-item a {
   border-bottom: none !important
}

@media (max-width: 1024px) {
.has-quickmenu #footer {
    padding-bottom: 80px !important;
}
}

.static-text p {
    display: inline
}

.static-text > h1 {
    font-size: calc(var(--font-size)*2.5)
}

@media screen and (max-width: 767px) {
    .static-text > h1 {
        font-size:calc(var(--font-size)*2)
    }
}

.static-text > h2 {
    font-size: calc(var(--font-size)*2)
}

@media screen and (max-width: 767px) {
    .static-text > h2 {
        font-size:calc(var(--font-size)*1.5)
    }
}

.static-text > h3 {
    font-size: calc(var(--font-size)*1.75)
}

@media screen and (max-width: 767px) {
    .static-text > h3 {
        font-size:calc(var(--font-size)*1.25)
    }
}

.static-text > h4 {
    font-size: calc(var(--font-size)*1.5)
}

@media screen and (max-width: 767px) {
    .static-text > h4 {
        font-size:calc(var(--font-size)*1.125)
    }
}

.static-text > h5 {
    font-size: calc(var(--font-size)*1.25)
}

@media screen and (max-width: 767px) {
    .static-text > h5 {
        font-size:var(--font-size)
    }
}

.static-text > h6 {
    font-size: var(--font-size)
}

.product-flag .new,.product-flag .on-sale,.product-flag .out_of_stock,.product-flag .pack {
    display: inline-block;
    color: #fff;
    background: #37b0cd;
    padding: 3px 8px;
    line-height: 1.25rem;
    height: 1.25rem;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    text-transform: capitalize;
    z-index: 1;
    height: 23px;
}

main {
    overflow: inherit;
    contain: paint;
}

.sticky-menu {
    position: sticky;
    top: 1rem
}

.page-title-wrapper {
     margin-bottom: 0;
}


.sidebar_narrow:not(#module-smartblog-details) #content-wrapper.left-column, .sidebar_narrow:not(#module-smartblog-details) #content-wrapper.right-column {
    width: calc(100% - 35%);
}

.sidebar_narrow:not(#module-smartblog-details) #left-column, .sidebar_narrow:not(#module-smartblog-details) #right-column {
    width: 30%;
}

@media (max-width: 1025px) {
    .sidebar_narrow:not(#module-smartblog-details) #content-wrapper.left-column, .sidebar_narrow:not(#module-smartblog-details) #content-wrapper.right-column {
        width: 100%;
    }
   .sidebar_narrow:not(#module-smartblog-details) #left-column, .sidebar_narrow:not(#module-smartblog-details) #right-column {
       display: none;
   }
}

.breadcrumb {
    display: none;
}

.js-product-miniature .product_desc .product_name:not(.one_line) {
    -webkit-line-clamp: 10;
}

#_desktop_megamenu {
    display: none;
}

.checkout-reassuance {
    display: none;
}

#blockcart-modal > div > div > div.modal-body > div > div:nth-child(2) {
    display: none;
}

#blockcart-modal > div > div > div.modal-body > div > div.col-md-6.divide-right {
    width: 100%
}