@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);

  body {
    color: var(--main-font-color);
  }

body,
html {
    height: 100%
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.625;
    position: relative;
    visibility: visible;
    color: #474747
}

body[dir=rtl] {
    text-align: right
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    color: #000
}

a,
button {
    transition: all .3s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0
}

textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    outline: 0
}

label {
    margin-bottom: 15px
}

.form-control {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 6px 80px 6px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    color: #474747;
    border-radius: 5px;
    background-color: #fff
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none
}

p:last-child {
    margin-bottom: 0
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none
}

li {
    list-style: none
}

button:focus,

.img-responsive {
    max-width: 100%;
    display: block;
    width: 100%
}

.pt-100px {
    padding-top: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pt-100px {
        padding-top: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pt-100px {
        padding-top: 60px
    }
}

@media only screen and (max-width:767px) {
    .pt-100px {
        padding-top: 60px
    }
}



@media only screen and (min-width:992px) and (max-width:1199px) {
    .pb-100px {
        padding-bottom: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pb-100px {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .pb-100px {
        padding-bottom: 60px
    }
}

.pt-70px {
    padding-top: 70px
}

.pb-40px {
    padding-bottom: 40px
}

.line-height-1 {
    line-height: 1
}

.mb-30px0px {
    margin-bottom: 60px
}
.mb-30{
    margin-bottom: 30px;
}
.mt-30px {
    margin-top: 30px
}
.mt-30px0px {
    margin-top: 60px
}

.mt-30px {
    margin-top: 30px
}

.mb-30px {
    margin-bottom: 30px
}

.ml-20px {
    margin-left: 20px
}

.ml-15px {
    margin-left: 15px
}

.mr-15px {
    margin-right: 15px
}

.ml-5px {
    margin-left: 5px
}

.ml-10px {
    margin-left: 10px
}

.pl-35px {
    padding-left: 35px
}

.pr-35px {
    padding-right: 35px
}

.mb-n-50 {
    margin-bottom: -50px
}

.mb-50px {
    margin-bottom: 50px
}

.mb-40px {
    margin-bottom: 40px
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.bg-black {
    background-color: #2f333a
}

.bg-gray {
    background-color: #f4f4f4
}

#scrollUp {
    width: 50px;
    height: 50px;
    background-color: var(--theme-color);
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
    font-size: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#scrollUp:hover {
    background: #fb5d5d;
    color: #fff;
    box-shadow: 0 5px 15px 0 rgba(153, 63, 107, .5);
    transform: translateY(-1px)
}

.slider-animated-1>* {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeOutUp
}

.swiper-slide-active .slider-animated-1>* {
    animation-name: fadeInUp
}

.swiper-slide-active .slider-animated-1>:nth-child(1) {
    animation-delay: .5s
}

.swiper-slide-active .slider-animated-1>:nth-child(2) {
    animation-delay: 1s
}

.swiper-slide-active .slider-animated-1>:nth-child(3) {
    animation-delay: 1.5s
}

.swiper-slide-active .slider-animated-1>:nth-child(4) {
    animation-delay: 2s
}

.swiper-slide-active .slider-animated-1>:nth-child(5) {
    animation-delay: 2.5s
}

.swiper-slide-active .slider-animated-1>:nth-child(6) {
    animation-delay: 3s
}

.section-title .title {
    font-size: 36px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 11px;
    background: linear-gradient(-96deg, var(--theme-color) 0, var(--theme-color-slight1) 98%, var(--theme-color-slight3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

@media only screen and (max-width:767px) {
    .section-title .title {
        font-size: 30px
    }
}






.mb-n-30px {
    margin-bottom: -30px
}

.product-tab-nav {
    margin: 9px 0 0
}

@media only screen and (max-width:767px) {
    .product-tab-nav {
        margin: 9px 0 15px
    }
}

.product-tab-nav .nav-item {
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all .3s ease;
}

@media only screen and (max-width:575px) {
    .product-tab-nav .nav-item {
        margin-right: 30px;
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .product-tab-nav .nav-item {
        margin-right: 25px;
        font-size: 16px
    }
}

.product-tab-nav .nav-item:last-child {
    margin-right: 0
}

.product-tab-nav .nav-item .nav-link {
    color: #808080;
    padding: 0;
    position: relative;
}

.product-tab-nav .nav-item .nav-link::after {
    position: absolute;
    top: auto;
    bottom: -17px;
    height: 2px;
    width: 0;
    content: "";
    background-color: transparent;
    transition: all .3s ease 0s;
    left: 0
}

.product-tab-nav .nav-item .nav-link.active,
.product-tab-nav .nav-item .nav-link:hover {
    color: var(--theme-color)!important;
}

.product-tab-nav .nav-item .nav-link.active::after,
.product-tab-nav .nav-item .nav-link:hover::after {
    background-color: #fb5d5d;
    width: 100%
}

@media only screen and (max-width:575px) {
    .col-xs-6 {
        width: 50%
    }
}

@media only screen and (max-width:479px) {
    .col-xs-6 {
        width: 100%
    }
}

.tab-content.top-borber {
    border-top: 1px solid #ececec;
    padding-top: 60px
}

.product {
    overflow: hidden
}

.product .thumb {
    position: relative;
    overflow: hidden
}

.product .thumb .image {
    position: relative;
    display: block;
    overflow: hidden
}

.product .thumb .image img {
    z-index: 1;
    max-width: 100%;
    transition: all .3s ease 0s;
    width: 100%
}

.product .thumb .image img.hover-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0
}

.product .thumb .badges {
    position: absolute;
    z-index: 8;
    top: 18px;
    left: -2px;
    display: flex;
    flex-direction: column
}

.product .thumb .badges span {
    font-size: 12px;
    line-height: 1.6;
    display: block;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    font-weight: 600
}

.product .thumb .badges span+span {
    margin-top: 10px
}

.product .thumb .badges span.new {
    background-color: #000
}

.product .thumb .badges span.sale {
    background: linear-gradient(-155deg, var(--theme-color) 0, var(--theme-color-slight1) 98%, var(--theme-color-slight3) 100%);
}

.product .thumb .actions {
    position: absolute;
    z-index: 9;
    top: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease 0s
}

.product .thumb .actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    transition: all .3s ease 0s;
    text-decoration: none;
    color: #000;
    border-radius: 50%;
    background-color: transparent;
    font-size: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product .thumb .actions .action::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(155deg, var(--theme-color) 0, var(--theme-color-slight1) 98%, var(--theme-color-slight3) 100%);
    z-index: -1;
    transition: opacity .3s linear;
    opacity: 0;
}

.product .thumb .actions .action:hover {
    color: #fff;
    box-shadow: 0 5px 15px 0 rgba(153, 63, 107, .5);
    transform: translateY(-1px)
}

.product .thumb .actions .action:hover::before {
    opacity: 1
}

.product .thumb .actions .action+.action {
    margin-top: 10px
}

.product .thumb .actions .action:not(.wishlist) {
    visibility: hidden;
    transform: translateY(20px);
    opacity: 0
}

.product .thumb .actions .action.active {
    background: linear-gradient(-155deg, #fd3d6b 0, #fd7863 98%, #f3dfe0 100%)
}

.product .thumb .add-to-cart {
    display: block;
    width: 60%;
    height: 50px;
    line-height: 45px;
    background: linear-gradient(-155deg, var(--theme-color) 0, var(--theme-color-slight1) 98%, var(--theme-color-slight3) 100%);
    text-align: center;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 11;
    margin: auto;
    font-weight: 600;
    visibility: hidden;
    transition: all .3s ease 0s;
    transform: translateY(20px);
    color: #fff;
    opacity: 0;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    overflow: hidden;
}

.product .thumb .add-to-cart::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(155deg, var(--theme-color) 0, var(--theme-color-slight1) 98%, var(--theme-color-slight3) 100%);
    z-index: -1;
    transition: opacity .3s linear;
    opacity: 0;
}

.product .thumb .add-to-cart:hover {
    color: #fff;
    box-shadow: 0 5px 15px 0 rgba(153, 63, 107, .5);
    transform: translateY(-1px)
}

.product .thumb .add-to-cart:hover::before {
    opacity: 1
}

.product .content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0 0;
    transition: all .3s ease 0s;
    align-items: flex-start;
    background-color: #fff
}

.product .content .ratings {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px
}

.product .content .ratings .rating-wrap {
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: #e4e4e4;
    white-space: nowrap
}

.product .content .ratings .rating-wrap::before {
    font-family: FontAwesome;
    content: "    "
}

.product .content .ratings .rating-wrap .star {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffde00
}

.product .content .ratings .rating-wrap .star::before {
    font-family: FontAwesome;
    content: "    "
}

.product .content .ratings .rating-num {
    font-size: 14px;
    line-height: 1;
    margin-left: 6px;
    color: #9f9e9e
}

.product .content .title {
    font-size: 16px;
    margin: 10px 0 10px;
    font-family: "Nunito Sans", sans-serif
}

.product .content .title a {
    text-decoration: none;
    color: #1d1d1d;
    font-size: 16px
}

.product .content .price {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1
}

.product .content .price:not(:last-child) {
    margin-bottom: 10px;
}

.product .content .price span.new {
    color: #1d1d1d;
    font-weight: 600
}

.product .content .price span.old {
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #9f9e9e
}

.product .content .btn {
    align-self: center
}

.product:hover .thumb .image img {
    transform: scale(1.1) rotate(3deg)
}

.product:hover .thumb .image img:not(:last-child) {
    opacity: 0
}

.product:hover .thumb .image img.hover-image {
    opacity: 1
}

.product:hover .thumb .actions .action {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

.product:hover .thumb .add-to-cart {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

.product:hover .content .title a {
    color: #474747
}

.product:hover .content .title a:hover {
    color: #fb5d5d
}

.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible
}



.pro-pagination-style li {
    display: inline-block
}

.pro-pagination-style li+li {
    margin-left: 10px
}

.pro-pagination-style a {
    font-weight: 400;
    color: #1d1d1d;
    padding: 0;
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    font-size: 14px;
    display: inline-block;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    transition: all .3s ease 0s
}

.pro-pagination-style a.active {
    color: #fff;
    background-color: #fb5d5d;
    box-shadow: 0 5px 15px 0 rgba(153, 63, 107, .5);
    transform: translateY(-1px);
    border-color: #fb5d5d
}

.pro-pagination-style a:hover {
    color: #fff;
    background-color: #fb5d5d;
    box-shadow: 0 5px 15px 0 rgba(153, 63, 107, .5);
    transform: translateY(-1px);
    border-color: #fb5d5d
}



.deal-bg {
    position: relative;
    background-color: #e7e7e7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.deal-bg-2 {
    border-radius: 10px;
    margin: 0 30px
}

@media only screen and (max-width:479px) {
    .deal-bg-2 {
        margin: 0
    }
}

.deal-image {
    position: absolute;
    left: auto;
    right: 80px;
    bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .deal-image {
        right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .deal-image {
        right: 0;
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .deal-image {
        margin: auto;
        width: 95%;
        position: initial
    }
}

.deal-wrapper {
    width: 50%;
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .deal-wrapper {
        width: 40%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .deal-wrapper {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .deal-wrapper {
        margin: auto;
        width: 100%;
        margin: 0 0 50px
    }
}

.deal-wrapper .category {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 0 12px;
    color: #fb5d5d
}

.deal-wrapper .title {
    font-size: 36px;
    color: #464444;
    font-weight: 700;
    margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .deal-wrapper .title {
        font-size: 24px
    }
}

.deal-wrapper .deal-timing {
    margin: 21px 0 32px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .deal-wrapper .deal-timing {
        margin: 15px 0 25px 0
    }
}

.deal-wrapper .deal-timing span.cdown {
    display: inline-block;
    margin-right: 25px;
    background: inherit;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    color: #303030;
    width: 60px;
    height: 40px;
    padding-top: 0;
    text-align: center;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .deal-wrapper .deal-timing span.cdown {
        font-size: 24px
    }
}

.deal-wrapper .deal-timing span.cdown:last-child {
    margin-right: 0
}

.deal-wrapper .deal-timing span.cdown:last-child::after {
    display: none
}

.deal-wrapper .deal-timing span.cdown::after {
    position: absolute;
    top: 0;
    right: -20px;
    color: #303030;
    content: ":";
    font-size: 36px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .deal-wrapper .deal-timing span.cdown::after {
        font-size: 24px
    }
}

.deal-wrapper .deal-timing span {
    display: inline-block
}

.deal-wrapper .deal-timing span p {
    font-size: 14px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin: 12px 0 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .deal-wrapper a.btn-primary {
        width: 150px;
        height: 50px;
        font-size: 14px
    }
}

.good-area .container .more{
    font-size: 14px;
    width: 85px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #ccc;
    display: block;
    margin-top: 12px;
    color: #9a9a9a;
    border-radius: 5px;
}
.good-area .container .more:hover{
    background: var(--theme-color);
    color: #fff;
    border: solid 1px #fff;
}
.good-shop{
    font-size: 13px;
    color: rgb(182, 182, 182);
    cursor: pointer;
}
.good-shop:hover{
    color: rgb(182, 182, 182)   ;
}
.good-shop i{
    font-size: 16px;
    color: var(--theme-color);
}
.iconfont{
    padding-right: 5px;
}
