@font-face {
    font-family: 'Graphik Web';
    src: url(../webfonts/Graphik-Light-Web.eot);
    src: url(../webfonts/Graphik-Light-Web.eot?#iefix) format("embedded-opentype"), url(../webfonts/Graphik-Light-Web.woff) format("woff"), url(../webfonts/Graphik-Light-Web.ttf) format("truetype"), url(../webfonts/Graphik-Light-Web.svg#Graphik-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Web';
    src: url(../webfonts/Graphik-Regular-Web.eot);
    src: url(../webfonts/Graphik-Regular-Web.eot?#iefix) format("embedded-opentype"), url(../webfonts/Graphik-Regular-Web.woff) format("woff"), url(../webfonts/Graphik-Regular-Web.ttf) format("truetype"), url(../webfonts/Graphik-Regular-Web.svg#Graphik-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

@font-face {
    font-family: 'Graphik Web';
    src: url(../webfonts/Graphik-Medium-Web.eot);
    src: url(../webfonts/Graphik-Medium-Web.eot?#iefix) format("embedded-opentype"), url(../webfonts/Graphik-Medium-Web.woff) format("woff"), url(../webfonts/Graphik-Medium-Web.ttf) format("truetype"), url(../webfonts/Graphik-Medium-Web.svg#Graphik-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

@font-face {
    font-family: 'Graphik Web';
    src: url(../webfonts/Graphik-Semibold-Web.eot);
    src: url(../webfonts/Graphik-Semibold-Web.eot?#iefix) format("embedded-opentype"), url(../webfonts/Graphik-Semibold-Web.woff) format("woff"), url(../webfonts/Graphik-Semibold-Web.ttf) format("truetype"), url(../webfonts/Graphik-Semibold-Web.svg#Graphik-Semibold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

*, ::after, ::before {
    box-sizing: border-box;
}

:root {
    --themeColor: #635bff;
    --themeDarkColor: #0a2540;
    --themeBackgroundColor: #edeef2;
    --themeTitleColor: #00d4ff;
    --themeBorderRadius: 8px;
  }

::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}
::-webkit-scrollbar-button {
    display:none
}

a,
button,
img,
input,
span,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


body{
    font-family: 'Graphik Web', sans-serif!important;
    margin: 0;
    padding: 0;
    background-color: var(--themeBackgroundColor)!important;
    overflow-x: hidden;
    color: var(--themeDarkColor)!important;;
}
.custom-container{
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 1366px) {
    .custom-container{
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .custom-container{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.all-area{

}
.header-area{

}
.banner-section{
    position: relative;
    height: 30vh;
}
@media screen and (max-width: 1024px) {
    .banner-section{
        height: 20vh;
    }
}
.banner-section img{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.logo-section{
    background-color: var(--themeDarkColor)!important;
    min-height: 100px;
    padding: 30px 0;
}
.logo-section .custom-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}
@media screen and (max-width: 767px) {
    .logo-section .custom-container{
        flex-direction: column;
    }
}
.brand-col{
    position: relative;
    min-height: 100px;
}
.logo-image{
    position: absolute;
    bottom: 50%;
    left: 0;
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .logo-image{
        bottom: 65%;
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
    }
}
.logo-image img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .logo-image img{
        max-width: 50px;
        max-height: 50px;
    }
}
.share-wrap{
    position: absolute;
    left:0;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}
@media screen and (max-width: 767px) {
    .share-wrap{
        position: absolute;
        left:0;
        bottom: auto;
        top: 95px;
        width: 80px;
    }
}
.share-wrap a{
    color: var(--themeTitleColor);
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 2px solid #344c64;
    padding: 10px 20px;
    border-radius: var(--themeBorderRadius);
}
@media screen and (max-width: 767px) {
    .share-wrap a{
       flex-direction: column;
       padding: 10px;
    }
}
.share-icon{

}
.share-text{
margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .share-text{
        margin-left: 0px;
    }
}
.logo-text{
    margin-left: 180px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .logo-text{
        margin-left: 100px;
    }
}
.heading{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.sub-heading{
    font-size: 14px;
    line-height: 20px;
    color:#fff;
    max-width: 600px;
    opacity: .7;
}
.progress-col{
    position: relative;
}
@media screen and (max-width: 767px) {
    .progress-col{
        padding-top: 10px;
    }
}
.progress-article{
    margin-bottom: 20px;
}
.progress-article:last-child{
    margin-bottom: 0px;
}
.progress-text{
    color: #fff;
    font-size: 14px;
    margin-top: 3px;
}
.progress-wrap{
    display: flex;
    height: 7px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 7px;
}
.progress-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--themeColor);
}
.start-end-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    color: var(--themeTitleColor);
    margin-bottom: 20px;
    font-size: 14px;
}
@media screen and (max-width: 1366px) {
    .start-end-date{
        font-size: 12px;
    }
}
.start-date{
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.end-date{
    padding-left: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.body-area{
    padding: 50px 0;   
}
@media screen and (max-width: 1366px) {
    .body-area{
        padding: 20px 0;   
    }
}
.product-wrapper{
    display: flex;
    width: 100%;
}
.product-wrapper .product-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.product-wrapper .product-col{
    flex: 0 0 auto;
    width: 20%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 1366px) {
    .product-wrapper .product-col{
        width: 25%;
    }
}
@media screen and (max-width: 1024px) {
    .product-wrapper .product-col{
        width: 33.33333333%;
    }
}
@media screen and (max-width: 767px) {
    .product-wrapper .product-col{
        width: 50%;
    }
}
.product-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-card:hover .product-image{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.product-image{
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: var(--themeBorderRadius);
    overflow: hidden;
}
.product-image img{
    max-width: 180px;
    max-height: 180px;
}
.product-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-heading{
    font-size: 14px;
    font-weight: 500;
    color: var(--themeDarkColor);
    margin: 10px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-heading a{
    color: var(--themeDarkColor);
    text-decoration: none;
}
.product-price{
    font-size: 12px;
    font-weight: 600;
    color: #000000;/*var(--themeColor);*/
}
.product-pagination-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-pagination{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.product-item{
    margin: 5px;
}
.product-link{
    color: var(--themeDarkColor);
    text-decoration: none;
    font-size: 18px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-link.active{
    color: var(--themeColor);
    background-color: #fff;
    border-radius: 50%;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
}

.product-details-wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .product-details-wrapper{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
.product-details-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
@media screen and (max-width: 767px) {
    .product-details-row{
        margin-left: -15px;
        margin-right: -15px;
    }
}
.product-details-col{
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (max-width: 767px) {
    .product-details-col{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.product-details-image{
    background-color: #fff;
    border-radius: var(--themeBorderRadius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-image img{
    max-width: 500px;
    max-height: 500px;
}
.product-details-info .product-title{
    font-size: 30px;
    font-weight: 600;
    color: var(--themeDarkColor);
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .product-details-info .product-title{
       margin-top: 15px;
    }
}
.product-details-info .product-price{
    font-size: 30px;
    font-weight: 600;
    color: var(--themeColor);
    margin-bottom: 25px;
}
.product-details-article{
    margin-bottom: 30px;
}
.product-details-article:last-child{
    margin-bottom: 0px;
}
.product-details-label{
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: var(--themeDarkColor);
    opacity: .5;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.product-details-description{

}
.product-details-info .color-group{
    display: flex;
    flex-wrap: wrap;
}
.product-details-info .color-item{
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: 0 5px 5px 0;
    
}
.product-details-info .color-item.active:before{
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 4px);
    z-index: 9;
}
.product-details-info .color-item.active:after{
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 4px);
    z-index: 9;
}
.product-details-info .color-link{
    width: 40px;
    height: 40px;
    border-radius: var(--themeBorderRadius);
    background-size: cover;
}

.product-details-info .size-group{
    display: flex;
    flex-wrap: wrap;
}
.product-details-info .size-item{
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: 0 5px 5px 0;
}
.product-details-info .size-link{
    min-width: 40px;
    min-height: 40px;
    border-radius: var(--themeBorderRadius);
    background-size: cover;
    border: 1px solid #eee;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.product-details-info .size-item.active .size-link{
    border-color: var(--themeColor);
}

.add-to-cart {
    color: #fff;
    background-color: var(--themeColor);
    border-color: var(--themeColor);
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: var(--themeBorderRadius);
}
.add-to-cart:hover {
    background-color: var(--themeDarkColor);
}
.cart-qty{
    width: 100px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    border-radius: var(--themeBorderRadius);
}
.social-group{
  display: flex;
  flex-wrap: wrap;
}
.social-group .social-item{
  margin: 0 30px 0 0;
}

/* MODAL */
.campaign-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1060;
    display: none;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}
.campaign-modal-dialog{
    max-width: 600px;
    width: 100%;
    margin: 1.75rem auto;
    position: relative;
    pointer-events: none;
}
.campaign-modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 12px;
    outline: 0;
}
.campaign-modal-header{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.campaign-modal-title{
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.5;
}
.campaign-modal-body{
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.campaign-modal-footer{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.btn-close{
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    color: #000;
    border: 0;
    background-color: transparent;
}
.btn-close svg{
  width: 24px;
  height: 24px;
}
.btn-cancel{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: -0.625rem .75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}
.btn-done{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: -0.625rem .75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    margin-left: 10px;
}
.back-product-list{
    cursor: pointer;
    font-weight: 400;
    color: var(--themeDarkColor)!important;
    text-decoration: none;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
}

.back-product-list svg{
    margin-right: 5px;
}
.wc-forward {
    float: right;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px;
    height: 30px;
    margin-top: -5px;
}
.similar-product-wrapper{
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.similar-product-heading{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.similar-product-wrapper svg{
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: .5;
}
.similar-product-wrapper svg:hover{
    opacity: 1;
}
.similar-product-wrapper .arrow-left{
    position: absolute;
    left: -50px;
    top: 44%;
}
.similar-product-wrapper .arrow-right{
    position: absolute;
    right: -50px;
    top: 44%;
}
.wc-forward{
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    margin-left: 1em;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255,255,255,.25) !important;
    border-radius: 0;
}