section.banner {
    background: #dfdfdf;
    padding: 7% 0;
}

h1.banner-title-head {
    text-align: center;
    font-size: 40px;
    width: 100%;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}

.inner-banner {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* shop.css */
.product-grid7 {
    font-family: 'Roboto Slab', serif;
    position: relative;
    z-index: 1
}

.product-grid7 .product-image7 {
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    perspective: 1500px;
    position: relative;
    transition: all .3s ease 0s
}

.product-grid7 .product-image7 a {
    display: block
}

.product-grid7 .product-image7 img {
    width: 100%;
    height: auto
}

.product-grid7 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid7 .pic-2 {
    opacity: 0;
    transform: rotateY(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-out 0s
}

.product-grid7:hover .pic-2 {
    opacity: 1;
    transform: rotateY(0)
}

.product-grid7 .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 3px;
    left: -20%;
    z-index: 1;
    transition: all .5s ease 0s
}

.product-grid7:hover .social {
    left: 17px
}

.product-grid7 .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 15px 0;
    border-radius: 50%;
    display: block;
    transition: all .5s ease-in-out
}

.product-grid7 .social li a:hover {
    color: #fff;
    background-color: #78e08f
}

.product-grid7 .product-new-label {
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px
}

.product-grid7 .product-content {
    text-align: center;
    padding: 20px 0 0
}

.product-grid7 .title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.product-grid7 .title a {
    color: #333
}

.product-grid7 .title a:hover {
    color: #78e08f
}

.product-grid7 .rating {
    color: #78e08f;
    font-size: 12px;
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

.product-grid7 .price {
    color: #333;
    font-size: 20px;
    font-family: Lora, serif;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s
}

.product-grid7 .price span {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block
}

@media only screen and (max-width:990px) {
    .product-grid7 {
        margin-bottom: 30px
    }
}

button.btn.btn-cart-icon {
    font-size: 25px;
}

h2#offcanvasRightLabel {
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
}

div#cartitems .product-title {
    font-size: 18px;
}

div#cartitems p {
    margin-bottom: 3px;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
}

hr.product-hr {
    margin: 4px 0;
}

hr.product-hr {
    margin: 4px 0;
}

div#cartitems span {
    margin-left: 3px;
    font-style: normal;
    font-weight: normal;
}

.product-cart-desc {
    display: flex;
    justify-content: space-between;
}

.product-cart-desc .price {
    color: #41307c;
    font-size: 20px !important;
    font-weight: 900 !important;
}

hr.product-cart-seprator {
    margin-top: 1rem;
}

.product-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-cart-header i {
    color: red;
    font-size: 20px;
}

.product-cart-desc .price small {
    font-size: 12px;
}

div#cartitems .inner-cart {
    border-radius: 10px;
    background: #dfdfdf;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
}

.inner-cart .image {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
