/**
 * STANDARD STYLE
 */
*,
 ::after,
 ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}

body {
    font-size: 16px;
    line-height: 1;
    font-family: 'Poppins',Helvetica,Arial,'Open Sans','Segoe UI',Calibri,sans-serif;
}

.dfl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.dfl-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.dfl-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.dfl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dfl-ju-sb {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.dfl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dfl-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dfl-bw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dfl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tal-c {
    text-align: center;
}

.cl {
    clear: both;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

p, ul {
    font-size: 1.125rem;
    line-height: 1.45;
}

ul li {
    list-style: none;
    margin-bottom: 5px;
}

::selection {
    background: #3ba133;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #3ba133;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #3ba133;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
}

/**
 * HOME PAGE CSS
 */

/** CAROUSEL */
div.home-carousel {
    width: 100%;
    padding: 70px 0px;
    background:url("../images/carousel-background.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

div.home-carousel div.arrow {
    opacity: 1;
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

div.home-carousel div.left-arrow {
    transform: translate(30px, -50%);
    left: 0px;
}

div.home-carousel div.right-arrow {
    transform: translate(-70px, -50%);
    left: 100%;
}

div.carousel-block {
    background: #fff;
    width: 300px;
    height: 360px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px 0px;
    border-radius: 14px;
}

div.carousel-block svg {
    max-width: 200px;
    width: 100%;
}

div.carousel-slide {
    max-width: 1023px;
    width: 100%;
    display: none;
}

div.carousel-slide.active-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.carousel-body {
    margin-bottom: 3.75rem;
}

div.carousel-slide div.carousel-text {
    max-width: 480px;
    width: 100%;
}

div.carousel-slide div.carousel-text h3 {
    font-size:2.25rem;
    margin-bottom: 15px;
}

/** PRODUCT GRID */
div.product-grid-box {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    margin-top:-70px;
    padding: 30px;
    background: #fff;
    border-radius:10px;
    position: relative;
}

div.grid-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

div.grid-item-image {
    position: relative;
}

div.grid-item-image img {
    display:block;
    max-width: 245px;
    width: 100%;
}

div.grid-item {
    max-width: 245px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

div.grid-item:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: "";
    background-color: #dfdfdf;
}

div.grid-item:nth-child(4n+2):after, div.grid-item:nth-child(4n+3):after {
    left: -2.5rem;
    right: -2.5rem;
}

div.grid-item-info {
    padding: 10px;
    margin-bottom:20px;
}

div.grid-item-info h3 {
    font-size: 16px;
    color: #333;
}

div.grid-item-info p {
    font-size: 14px;
}

div.grid-item-info p {
    color: #484848;
}

span.discount-sticker {
    background: #d20328;
    color: #fff;
    padding: 2px 5px;
    max-width: fit-content;
    font-size: 14px;
    margin-top: 15px;
}

div.sales-price {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

span.price-integer {
    line-height: .9090909091;
    font-weight: bold;
    font-size: inherit;
}

span.price-decimal {
    font-size: 11px;
    vertical-align: text-top;
    font-weight: bold;
    margin-left: -4px;
    line-height: 1.4;
}

div.price-before-discount span {
    font-size: 12px;
    color: #000;
    text-decoration: line-through;
}

div.recently-viewed-container div.grid-item-info {
    height: 100%;
}

div.recently-viewed-container div.grid-item a {
    height: 100%;
}

span.price-per-unit {
    font-size: 11px;
    margin-left: -4px;
}

div.discount-sticker {
    font-size: 15px;
    z-index: 99;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -ms-transform: rotate(-22deg);
    -webkit-transform: rotate( 360deg);
    transform: rotate( 360deg);
    background: -moz-linear-gradient(left,rgba(209,0,57,0) 0,rgba(209,0,57,.8) 35%,#d10039 39%,#d10039 45%,#d10039 51%,#d10039 58%,#d10039 61%,rgba(209,0,57,.8) 65%,rgba(209,0,57,0) 100%);
    background: -webkit-linear-gradient(left,rgba(209,0,57,0) 0,rgba(209,0,57,.8) 35%,#d10039 39%,#d10039 45%,#d10039 51%,#d10039 58%,#d10039 61%,rgba(209,0,57,.8) 65%,rgba(209,0,57,0) 100%);
    background: linear-gradient(to right,rgba(209,0,57,0) 0,rgba(209,0,57,.8) 35%,#d10039 39%,#d10039 45%,#d10039 51%,#d10039 58%,#d10039 61%,rgba(209,0,57,.8) 65%,rgba(209,0,57,0) 100%);
    position: absolute;
    bottom: 0px;
}


/** TOP PRODUCTS */
div.top-products-box {
    padding: 15px;
}

div.top-products-box, div.top-products-container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

div.top-products-container {
    width: 100%;
}

div.top-products-container h3 {
    margin-bottom: 30px;
    font-size:28px;
    font-weight: 500;
    text-align: center;
}

div.top-products-container h3:after {
    display: block;
    width: 100px;
    height: 3px;
    margin: 20px auto 0 auto;
    content: "";
    background: #000;
}

div.top-products-container div.product-info h3, div.top-products-container div.product-info p {
    margin-bottom: 10px;
    text-align: center;
}

div.top-products-container div.top-product-row:nth-child(3) {
    margin-top:20px;
}

div.top-product-row div.top-product {
    max-width: 50%;
    width: 100%;
    max-height: 561px;
    /*background-image: url(https://themes.muffingroup.com/betheme-store/wp-content/uploads/2021/09/bethemestore-wrap-bg1.webp);*/
    background-repeat: no-repeat;
    background-position: center top;
    padding: 230px 15px;
    border-radius: 10px;
    background-size: cover;
}

div.top-offer-1 {
    background-image: url(../images/top-offer-1.jpg);
}

div.top-offer-2 {
    background-image: url(../images/top-offer-2.jpg);
}

div.top-offer-3 {
    background-image: url(../images/top-offer-3.jpg);
}

div.top-product-row div.top-promo-box {
    max-width: 50%;
    width: 100%;
    border-radius: 10px;
    background: #000;
    color:#fff;

    height: 561px;
}

div.top-product-row div.top-product:nth-child(1) {
    margin-right: 20px;
}

div.top-product-row div.mw-58p {
    max-width: 58%;
}

div.top-product-row div.mw-42p {
    max-width: 42%;
}

div.top-product-row a {
    display: inline-block;
}

div.top-products-container div.product-info {
    float: right;
}

div.product-background {
    background: linear-gradient( rgb(255 255 255 / 70%), rgb(88 88 88 / 10%) );
    padding: 10px;
    border-radius: 10px;
}

div.top-promo-box {
    padding: 15px;
}

div.top-product-row div.top-product a.top-cta {
    border-radius: 5px;
    margin-top:20px;
    background: #1273eb;
    color:#fff;
    padding: 12px 20px;
}

div.top-promo-box a.top-cta {
    border-radius: 5px;
    margin-top:20px;
    background: #fff;
    color:#747474;
    padding: 12px 20px;
}

.load-more {
    background: #1273eb;
    color: #fff;
    padding: 15px 32px;
    border-radius: 5px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

/* PRODUCT OF THE DAY BOX */

div.product-of-the-day-box {
    margin: 30px 0px;
    width: 100%;
    position: relative;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 40px 0px 20px;
}

div.product-of-the-day-box-wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

div.product-of-the-day-box h3.product-of-the-day-box-headline {
    font-weight: 550;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}

h3.product-of-the-day-box-headline:after {
    display: block;
    width: 100px;
    height: 3px;
    margin: 20px auto 0 auto;
    content: "";
    background: #000;
}

div.product-of-the-day-box div.product-of-the-day h3 {
    font-weight: 550;
    text-align: left;
    margin-bottom: 15px;
    font-size: 28px;
}

div.product-of-the-day-box div.product-of-the-day h4 {
    font-weight: 550;
    text-align: left;
    margin-bottom: 15px;
    font-size: 22px;
}

div.product-of-the-day-description p {
    font-size: 15px;
    font-weight: 400;
    max-width: 440px;
    width: 100%;
}

div.product-of-the-day-image img {
    max-width: 480px;
    width: 100%;
    display: block;
}

div.product-of-the-day-description, div.product-of-the-day-image {
    max-width: 50%;
    width: 100%;
}

div.product-of-the-day-description {
    margin-right: 15px;
}

a.product-of-the-day-button {
    color: #454545;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 5%);
    font-weight: 400;
    font-size: 16px;
    padding: 14px 15px;
    display: inline-block;
    margin-top: 25px;
    max-width: 240px;
    width: 100%;
    text-align: center;
    background: #1273eb;
    color: #fff;
    border-radius: 5px;
}

/* PRODUCT ACTIVITY BOX */

div.home-page-activity {
    padding: 30px 0px;
    position: relative;
    width: 100%;
}

div.home-page-activity-wrapper {
    width: 100%;
    position: relative;
}

div.home-page-activity-wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

div.home-page-activity h3.home-page-activity-headline {
    font-weight: 550;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}

h3.home-page-activity-headline:after {
    display: block;
    width: 100px;
    height: 3px;
    margin: 20px auto 0 auto;
    content: "";
    background: #000;
}

div.home-page-activity div.activity-box h3 {
    font-weight: 550;
    text-align: left;
    margin-bottom: 15px;
    font-size: 22px;
}

div.activity-box {
    max-width: 555px;
    width: 100%;
    padding: 0px 15px;
}

div.activity-box div.activity-image {
    width: 100%;
    margin-bottom: 15px;
}

div.activity-box div.activity-image img {
    width: 100%;
    display: block;
}

a.activity-button {
    background-image: -webkit-linear-gradient(top,#fff 0%,#f9f9f9 100%);
    background-image: -o-linear-gradient(top,#fff 0%,#f9f9f9 100%);
    background-image: linear-gradient(to bottom,#fff 0%,#f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff9f9f9',GradientType=0);
    color: #454545;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 5%);
    font-weight: 400;
    font-size: 16px;
    padding: 12px 15px;
    display: inline-block;
    margin-top: 15px;
}

/* NEWSLETTER BOX */

div.newsletter-box {
    margin-top: 30px;
    padding: 80px 15px;
    background: #333333;
    background-color: #0f73ee;
    background: url('../images/newsletter-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

div.newsletter-box-wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

h3.newsletter-headline {
    font-weight: 550;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #fff;
}

div.newsletter-text p {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

div.newsletter-body {
    margin-top: 35px;
    width: 100%;
}

div.newsletter-body form {
    width: 100%;
}

div.newsletter-body form input {
    padding: 6px 12px;
    line-height: 30px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    font-size: 14px;
    max-width: 420px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    border: #eee;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 15%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div.newsletter-body form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 15%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

a.newsletter-form-cta {
    background: #fca120;
    color: #fff;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 5%);
    font-size: 16px;
    padding: 14px 30px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
}


















