
         :root {  
            --hovercolor: #FF0077; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #253237;
            text-transform: none;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #FF0077;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }.page-content.page-cms ul {
    list-style-type: none;
}
.home-banner .banner-content{position:unset;}
.page-index .banner-content p{font-size:20px !important;}
/* Show LPS top banner above header on tablet/mobile */
@media only screen and (max-width: 1024px) {
.tableft {
    width: 45% !important;
    margin-left: 15px;
}
  .lpstextbanner {
    position: relative;
    z-index: 1002;
  }

  /* Push header below the 50px top banner */
  #header .sticky-inner.absolute-header,
  #header .sticky-inner.absolute-header-full,
  #header .sticky-inner {
    top: 20px !important;
  }

  #header .elementor-element-larhtkv {
    position: relative;
    top: 20px;
  }
}