.header nav.navigation .navigation__left a.logo img {
    height: 30px;
width:100%;
max-width:155px;
}
.product .product__thumbnail .product__variants {
    display: none;
}
#admin_bar .admin-bar-logo img {
    max-height: 30px;
    width: auto;
}

.ck-content .slider__content__wrapper__content .btn--custom {
	color:#000000;
}

.footer .col-md-4:nth-last-of-type(1) .widget--footer:nth-last-of-type(1),
.collection.banner-effect a.collection__more_link {
   
	display:none;
}
.collection.banner-effect a
{
    pointer-events: none;
    cursor: not-allowed;
}

@media screen and (min-width: 1200px) {
 
  .shop--sidebar .shop__left {
    display: block;
    max-width: 280px;
}
}
@media screen and (max-width: 479px)
.header .logo img {
    max-height: 25px !important;
}
}