
.slider-area {
    background-position: center;
    background-size: cover;
}
/* banner */
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.slider-area .container:first-child .row [class*="col-"], .special-products-wrap .row [class*="col-"], .shop-products-wrap>.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.slider-area .container:first-child .row .col-7 {
    -ms-flex: 0 0 56.6%;
    flex: 0 0 55.6%;
    max-width: 55.6%;
    margin-left: 5px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slider-bg {
    background-position: center;
    background-size: cover;
}
.slider-bg {
    background-position: center;
    background-size: cover;
    padding: 60px 60px;
    min-height: 439px;
    display: flex!important;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 5px 7.44px 0.56px rgb(185 185 185 / 13%);
}
.slider-content .sub-title {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 14px;
}
.slider-content .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: .9;
    margin-bottom: 15px;
    color: #333;
}
.slider-content .text p {
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
    user-select: none;
    -moz-user-select: none;
    background: #ffac5c none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 14px 29px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:hover{
    color: rgb(247, 247, 247);
    background: #ffc107 none repeat scroll 0 0;
}
.rounded-btn {
    border-radius: 50px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.slider-area .container:first-child .row [class*="col-"], .special-products-wrap .row [class*="col-"], .shop-products-wrap>.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.slider-area .container:first-child .row .col-3 {
    -ms-flex: 0 0 21.7%;
    flex: 0 0 21.7%;
    max-width: 21.7%;
}
.mb-20 {
    margin-bottom: 15px;
}
.slider-banner-img a {
    position: relative;
    display: block;
    overflow: hidden;
}
.slider-banner-img a::before, .shop-widget-banner a::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,42556,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.slider-banner-img img {
    max-width: 100%;
    border-radius: 6px;
}

.slider-banner-img a:hover::before,.shop-widget-banner a:hover::before{-webkit-animation:shine 1s;animation:shine 1s}
@-webkit-keyframes shine{100%{left:125%}}
@keyframes shine{100%{left:125%}}
.swiper-pagination-bullet {
    border-radius: 25px;
    width: 90px;
}
.swiper-pagination-bullet-active {
    background: #fc9135;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}

/* 1 */
.slider-category-wrap {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 21px 2px rgb(191 191 191 / 20%);
    margin-top: 30px;
    padding: 30px 70px 35px;
    height: 245px;
    position: relative;
}
.slider-category-wrap::before {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 35px;
    right: 70px;
    height: 1px;
    background: #dcd9d9;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
}
.slick-initialized .slick-slide {
    display: block;
}
.category-item {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}
.category-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -154px;
    width: 100%;
    height: 4px;
    background: #f4762a;
    z-index: 1;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .4s cubic-bezier(1,0,0,1);
    transition: transform .4s cubic-bezier(.74,.72,.27,.24);
}
.category-item:hover::before, .category-item.active::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.category-item .category-link {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}
.category-thumb {
    margin-bottom: 18px;
}
.slick-slide img {
    display: block;
}
.category-thumb img {
    display: inline-block;
    border-radius: 50%;
}
.category-content .title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 900;
}

/* 2 */
.pt-80 {
    padding-top: 80px;
}
.discount-area .row {
    margin-left: -10px;
    margin-right: -10px;
}
.discount-area .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.discount-item {
    position: relative;
    overflow: hidden;
}
.discount-item::before, .special-products-add::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,42556,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.discount-item:hover::before, .special-products-add:hover::before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}
.discount-thumb img {
    max-width: 100%;
    border-radius: 10px;
}
.discount-content {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 37%;
    z-index: 1;
}
.discount-content .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
}
.discount-content .title a:hover {
    color: #fff;
}
.discount-content .btn {
    background: #fff;
    color: #fc9135;
    font-size: 12px;
    font-weight: 700;
    padding: 16px 26px;
    box-shadow: 0 3px 27px 0 rgb(52 52 52 / 6%);
    transition: all .5s ease 0s;
}
.discount-content .btn:hover {
    border-radius: 50px;
}
.discount-item.style-two .discount-content {
    right: auto;
    left: 40px;
    width: 43%;
}

/* 3 */
.pt-60 {
    padding-top: 60px;
}
.best-deal-top-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.bd-section-title {
    text-align: right;
    margin-right: 45px;
}
.bd-section-title .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
}
.bd-section-title .title>span {
    font-weight: 800;
    color: #fc9135;
    text-decoration: none;
}
.bd-section-title p {
    color: #848583;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.best-deal-active.row {
    margin-left: -9px;
    margin-right: -9px;
}
.best-deal-active.row [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
}
.best-deal-item {
    background: #f2f4f7;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 22px 25px 28px;
}
.best-deal-thumb {
    text-align: center;
    margin-bottom: 23px;
}
.best-deal-content {
    display: flex;
    align-items: flex-end;
}
.best-deal-content .main-content {
    flex-grow: 1;
    margin-right: 30px;
}
.best-deal-content .rating {
    color: #fc9135;
    font-size: 10px;
    letter-spacing: -.8px;
    margin-bottom: 5px;
}
.fa-star:before {
    content: "\f005";
}
.best-deal-content .title {
    font-size: 16px;
    margin-bottom: 12px;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.best-deal-content p {
    margin-bottom: 0;
    color: #fc9135;
    font-weight: 600;
    line-height: 1.3;
}
.best-deal-content .icon {
    margin-left: auto;
    flex: 0 0 40px;
}
.best-deal-content .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #ebebeb;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Nunito',sans-serif;
    color: #fc9135;
}
.best-deal-content .icon a:hover {
    background: #fc9135;
    color: #fff;
}
.best-deal-thumb img {
    max-width: 100%;
    height: 145px;
    display: inline-block;
}
.pb-80 {
    padding-bottom: 80px;
}

/* 4 */
.gray-bg {
    background: #f2f4f7;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-75 {
    padding-top: 75px;
}
.section-title .sub-title {
    display: block;
    color: #fc9135;
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
}
.section-title .title {
    font-size: 34px;
    margin-bottom: 0;
}
.slider-area .container:first-child .row [class*="col-"], .special-products-wrap .row [class*="col-"], .shop-products-wrap>.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.special-products-wrap .row .col-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 17%;
    max-width: 17%;
}
.special-products-add {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.discount-item::before, .special-products-add::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,42556,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.discount-item:hover::before, .special-products-add:hover::before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}
.sp-add-thumb img {
    max-width: 100%;
    width: 340px;
    height: 615px;
    border-radius: 6px;
    box-shadow: 0 3px 3.6px 0.4px rgb(158 158 158 / 9%);
}
.sp-add-content {
    position: absolute;
    top: 35px;
    left: 27px;
    right: 27px;
    z-index: 1;
}
.sp-add-content .sub-title {
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fc9135;
    margin-bottom: 8px;
}
.sp-add-content .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 20px;
    font-family: 'Poppins',sans-serif;
    color: #6e6c6c;
}
.sp-add-content .title b {
    font-weight: 700;
    color: #363030;
	font-size: 20px;
}
.sp-add-content .btn {
    padding: 12px 22px;
    font-size: 12px;
    font-weight: 700;
}
.rounded-btn {
    border-radius: 50px;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.slider-area .container:first-child .row [class*="col-"], .special-products-wrap .row [class*="col-"], .shop-products-wrap>.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.special-products-wrap .row .col-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.sp-product-item {
    background: #fff;
    border-radius: 6px;
    text-align: center;
}
.sp-product-thumb {
    position: relative;
    padding: 32px 15px 0;
}
.sp-product-thumb a {
    position: relative;
    display: block;
}
.sp-product-thumb img {
    display: inline-block;
    max-width: 100%;
    height: 148px;
}
.sp-product-content {
    padding: 25px 40px 25px;
}
.sp-product-content .title {
    font-size: 15px;
    font-weight: 700;
    color: #515457;
    line-height: 1.4;
    margin-bottom: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sp-product-content .product-status {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Nunito',sans-serif;
    color: #fc9135;
    padding: 0 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sp-product-content>p {
    margin-bottom: 0;
    font-size: 14px;
    color: #515457;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.sp-product-content .rating {
    color: #fc9135;
    font-size: 10px;
    letter-spacing: -.5px;
    margin-bottom: 4px;
}
.mb-50 {
    margin-bottom: 50px;
}

/* 5 */
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.coupon-bg {
    background-image: url(../images/coupon_banner_bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 55px 50px;
}
.coupon-title>span {
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.coupon-title>.title {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
}
.coupon-code-wrap {
    position: relative;
    margin-left: 90px;
    width: 237px;
    z-index: 1;
}
.coupon-code-wrap .code {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}
.coupon-code-wrap img {
    user-select: none;
    z-index: -1;
    position: relative;
}

/* 6 */
.best-sellers-products .sp-product-item, .shop-products-wrap .sp-product-item {
    background: #f2f4f7;
}

/* 7 */
.discount-item-two .discount-thumb img {
    max-width: 100%;
    border-radius: 6px;
}
.discount-content {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 37%;
    z-index: 1;
}
.discount-item-two .discount-content {
    right: auto;
    left: 55px;
}
.discount-content>span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}
.discount-item-two .discount-content span {
    font-size: 14px;
    color: #757474;
    margin-bottom: 4px;
}
.discount-content .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
}
.discount-item-two .discount-content .title {
    font-size: 26px;
    color: #222;
    line-height: 1.16;
    margin-bottom: 10px;
}
.rounded-btn {
    border-radius: 50px;
}
.discount-content .btn {
    background: #fff;
    color: #fc9135;
    font-size: 12px;
    font-weight: 700;
    padding: 16px 26px;
    box-shadow: 0 3px 27px 0 rgb(52 52 52 / 6%);
    transition: all .5s ease 0s;
}
.discount-item-two .discount-content .btn {
    box-shadow: 0 3px 27px 0 rgb(52 52 52 / 6%);
    padding: 16px 30px;
}
.discount-item-two .discount-content .btn:hover {
    color: #fff;
    background: #fc9135;
}
