/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
#app.cart .container.cart * ,
.product-single *  ,
.bg-background .custom-index .container > div > :first-child * ,
.bg-background .s-infinite-scroll-btn ,
custom-salla-product-card.s-product-card-entry .s-product-card-content * {
    color:white !important;
}
.product-single .s-social-share-wrapper *,
.bg-background .custom-index .container > div > :first-child #product-filter {
    color:#000000 !important;
}
.product-single .s-comments.s-comments-product{
    display:none;
}
#app.cart .container.cart .bg-secondary ,
#app.cart .container.cart .cart-item{
    background-color:#62413f;
}
.product-index .custom-index > .container > div > div:nth-of-type(1) h1{
    font-size:0;   
}
@media(min-width:768px){
  /*Logo large*/
  #mainnav .navbar-brand img{
      width:100px !important;
      min-height:100px;
  }
}

@media(max-width:768px){
  /*Logo large*/
  .osh-sales-6 .vid-wrapper{
    height:180px;
}
.osh-sales-6 .container > div div:nth-of-type(2){
    min-width:160px !important;
    margin-left:50px;
}
}
section.categories_1 > div:before {
    content:"";
    background-image:url("https://raw.githubusercontent.com/themiifyHG/uploavideos/main/uploads/1784791706253_Group_1618875213.png");
    background-size:contain;
    width:300px;
    height:300px;
    display:block;
    position:absolute;
    justify-self:end;
    transform:translateX(20%) translateY(0%)
}
.about-us:before ,
.osh-why-us.osh-why-us-3:before{
    content:"";
    background-image:url("https://raw.githubusercontent.com/themiifyHG/uploavideos/main/uploads/1784792182401_Group_1618875209__1_.png");
    background-size:contain;
    background-repeat:no-repeat;
    width:400px;
    height:400px;
    display:block;
    position:absolute;
    justify-self:end;
    transform:translateX(-10%) translateY(-20%)
}
.OSH-products-slider:before{
    content:"";
    background-image:url("https://raw.githubusercontent.com/themiifyHG/uploavideos/main/uploads/1784792827457_Group_1618875210__1_.png");
    background-size:contain;
    width:400px;
    height:400px;
    display:block;
    position:absolute;
    
    transform:translateX(20%) translateY(0%)
}
.OSH-products-slider * ,
.about-us * ,
.osh-why-us.osh-why-us-3 *,
section.categories_1 *{
    z-index:1;
}
@media(max-width:768px){
section.categories_1 > div:before {
    width:150px;
    height:150px;
    z-index:0;
    transform:translateX(-20%) translateY(-30%)
}

.osh-why-us.osh-why-us-3:before{
    width:150px;
    height:150px;
    z-index:0;
    transform:translateX(-10%) translateY(-20%)
}

.about-us:before {
    width:250px;
    height:250px;
    z-index:0;
    transform:translateX(-10%) translateY(-70%)
}
    .OSH-products-slider:before{
    width:150px;
    height:150px;
    z-index:0;
    transform:translateX(15%) translateY(-60%)
}
}