footer {
  background-image: url("https://d2zn16t8uygl6t.cloudfront.net/slaphubla/images/contentimages/images/footer_bg_color.png");
}
.user_account_flow .myAccountSidebar #myaccount_menu li img {
  left: 1.6rem;
}
body {
  background-image: url("https://d2zn16t8uygl6t.cloudfront.net/slaphubla/images/contentimages/images/body_img.png");
}
#media_gallery .media-box-container .product-box .card img {
  object-fit: contain;
}
#media_gallery .media-box-container .product-box .card img {
  object-fit: contain;
}
.custom_section .card p
{
    height: 100px !important;
    box-orient: inherit !important;
    -webkit-line-clamp: 8 !important;;
    line-clamp: 8 !important;;
}


/*hide display price*/
.hideprice  div#productpricetotal {
    display: none;
}

/* Don't show calculated price of qty * max_bracket, just unit price */
.text-right > .product-amount
{
    display: none !important;
}

.insta_img > a > img
{
    max-height: 320px;
}
.btn.btn-sm {
  padding: 0.4rem 1rem;
  font-size: 1rem;
}
@media screen and (min-width:1199px) {
.col-12.col-md-6.pl-lg-5 .btn.btn-primary.btn-sm {
  position: absolute;
  top: 75px;
}
}
@media screen and (min-width:768px) {
footer {
 position: relative;
}
footer:after {content:"";
  background-color: #000;
  background-image: url("https://d2zn16t8uygl6t.cloudfront.net/slaphubla/images/contentimages/images/template.png");
  background-repeat: no-repeat;
  background-position: left bottom;
    position: absolute;
    height: 40px;
    right: 1rem;
    bottom: 1rem;
    width: 190px;
    border-radius: 5px;
}
}
@media screen and (max-width: 768px) {
.custom_section .card ul li {
  padding: .5rem 2rem;
}
.tag {
  margin: 0 5px;
  padding: 8px 16px;
  font-size: 1rem;
}
.scroll-wrapper h3 {
  font-size: 16px;
}
footer .col-md-4 {
  margin-bottom: 1rem;
}
footer {
 position: relative;
}
footer:after {content:"";
  content: "";
    background-color: #000;
    background-image: url("https://d2zn16t8uygl6t.cloudfront.net/slaphubla/images/contentimages/images/template.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    height: 40px;
    right: 0;
    bottom: auto;
    width: 190px;
    border-radius: 5px;
    left: 0;
    margin: 0 auto;
    top: -36px;
}
}