/*Layouts css goes here*/

.cart_count.uk-align-right {
    /*background: url(http://seventhhillcbd.com/wp-content/uploads/2019/05/SHC_basket_cart-icon-no-dot.jpg);*/
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    padding: 40px 22px;
    margin: 0px;
  	background-size:contain;
}
.cart_count span {
    min-height: 25px;
    min-width: 25px;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
}
.back-to-all{
  float:left;
  margin-top: 30px;
}
p.cart-icon{
  float: right;
  margin:0px;
}
/*.background-wrapper{
      background: url(https://seventhhillcbd.com/wp-content/uploads/2019/05/hemp-graphic-illustration-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}*/