:root {
    --color--primary: #eb0028;
}

body{
    font-family: 'Lato', sans-serif ;
    background-color: #F5F5F5;
}

a{
    color: var(--color--primary);
}

a.a--white{
    color: #fff;
}

a.a--black{
    color: #000;
}

.c__black{
    color: #000000;
}

a:hover{
    color: #5b0e10;
}

a.active{
    color: #5b0e10;
}

.item-slide a:hover{
    text-decoration: none;
    color:var(--color--primary);
}

.selectpicker-btn{
    border-color: var(--color--primary);
}

main{

}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    transition: ease all 0.5s;
}

.mega__menu{
    display: none;
}

.cartJsBtn{
    cursor: pointer;
}

.cartJsBtn:hover{
    color: #000;
}

.form-control{
    border-radius: 0;
    border-color: var(--color--primary);
}

.form-control::placeholder{
    font-size: 0.7rem;
    text-transform: uppercase;
}

label{
    font-size: 0.8rem;
    margin-bottom: 0;
    text-transform: uppercase;
}


.primary-border{
    border-color: var(--color--primary);
}

.primary-color{
    color: var(--color--primary);
}

.primary-background{
    background-color: var(--color--primary);
}

.btn-kraf{
    width: 100%;
}

.btn-kraf:disabled:hover{
    color: #fff !important;
}

.btn-kraf--full{
    background-color: var(--color--primary);
    color: #fff;
}

.btn-kraf--bordered{
    border:1px solid #BCBCBC;
    color: var(--color--primary);
}

.btn-kraf--bordered--white{
    border:1px solid #000;
    color: #000;
}

.top-nav{
    display: none;
    background-color: var(--color--primary);
    color: #fff;
    font-size: 0.7rem;
    padding:0.5rem 0;
}

.top-nav ul{
    margin-bottom: 0;
}

.main-nav{
    background-color: #353535;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.navbar-brand{
    width: 100px;
    margin-right:0;
}

.navbar-brand img{
    width: 100%;
    content: url('/site/assets/images/logo_white.png');
}

.hamburger span{
    display: block;
    width: 30px;
    height: 2px;
    margin:0.3rem 0;
    background-color: #fff;
}

.main-nav .action-bar{
    color: var(--color--primary);
}

.main-nav .action-bar i{
    margin:0 0.3rem
}

.main-nav__items{
    display: none;
    font-size: 0.9rem;
}

.main-slider{
    overflow-x: hidden;
}

.main-slider__item img{
    /** height:120px; **/
    width: 100%;
    object-fit: cover;
}

.small-banner{
    margin: 0.5rem 0;
}

.small-banner img{
    width: 100%;
}

.content-section{
    margin:2rem 0;
}

.section__title{
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
}

/*.section__title h2 {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: var(--color--primary); 
	/** background: url('/site/assets/images/line.png') center no-repeat; 
    padding: 0.2rem 0;
    color: #fff;
    display: inline-block;
    width: 250px; /** 100% 
	/** line-height: 3rem; 
    position: inherit;
    z-index: 100;
}*/

.section__title h2 {
    font-size: 1.0rem;
    font-weight: bold;
    background-color: var(--color--primary); 
	/** background: url('/site/assets/images/pattern.png') center no-repeat; **/
	/** opacity: 0.8; **/
    padding-top: 0.2rem;
	padding-bottom: 0.2rem;
    color: #fff;
    display: inline-block;
    width: 250px; /** 100% **/
	line-height: 1.5rem; 
    position: inherit;
    z-index: 100;
	border-radius : 10% 10% 10% 10% / 0% 0% 62% 65%;
	box-shadow: 3px 3px 5px 2px #fab2b2;
	background-image: linear-gradient(25deg, transparent 65%, #cf0f0f, transparent 70%), 
				  linear-gradient(-25deg, transparent 65%, #cf0f0f, transparent 70%), 
				  linear-gradient(-25deg, transparent 30%, #cf0f0f, transparent 35%), 
				  linear-gradient(25deg, transparent 30%, #cf0f0f, transparent 35%), 
				  linear-gradient(65deg, transparent 65%, #cf0f0f, transparent 70%), 
				  linear-gradient(-65deg, transparent 65%, #cf0f0f, transparent 70%), 
				  linear-gradient(-65deg, transparent 30%, #cf0f0f, transparent 35%), 
				  linear-gradient(65deg, transparent 30%, #cf0f0f, transparent 35%);
	background-size: 2em 0.5em, 2em 0.5em, 2em 0.5em, 2em 0.5em, 0.5em 2em, 0.5em 2em, 0.5em 2em, 0.5em 2em;
}

.section__title_special {
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
}

.section__title_special h2 {
    font-size: 1.2rem;
    font-weight: bold;
	background: url('/site/assets/images/line.png') center no-repeat;
    padding: 0.2rem 0;
    color: #fff;
    display: inline-block;
    width: 100%;
	line-height: 3rem;
    position: inherit;
    z-index: 100;
}


.section__title__divider{
    width: 100%;
    height: 2px;
    background-color: var(--color--primary);
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
}

.section__title__action-bar{
    display: flex;
    justify-content: flex-end;
}

.section__title__action-bar a{
    text-transform: capitalize;
}

.category{
    margin:0.5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center center;
    position: relative;
}

.category-vect{
    margin:0.5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center center;
    position: relative;
}

.bestcraft{
    margin:0.5rem 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 220px;
    background-position: center center;
    position: relative;
    border-radius: 20px 20px 0 0;
}

/*.bestcraft:hover{*/
    /*border-bottom: 2px solid #F37A21;*/
/*}*/

.bestcraft__name{
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 0.5rem 2rem;
    text-align: center;
    position: absolute;
    bottom: 15px;
}

.craftmall__image{
    width: 100%;
}

.category__name{
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    display: inline-block;
    padding: 0.5rem 2rem;
    text-align: center;
    position: absolute;
    top: 15px;
}

.seller__special{
    color: #fff;
    background-color: #FF0000;
    display: inline-block;
    padding: 0.3rem 0.4rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    border-radius: 0 0 10px 0;
}

.list__wrapper .seller__special,.list__wrapper .seller__special--new-arrival,.list__wrapper seller__special--adiguru{
    position: absolute;
    border-radius: 10px;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.seller__special--new-arrival{
    color: #fff;
    background-color: #FFA500;
    display: inline-block;
    padding: 0.3rem 0.4rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    border-radius: 0 0 10px 0;
}


.seller__special--adiguru{
    color: #fff;
    background-color: #FFD700;
    display: inline-block;
    padding: 0.3rem 0.4rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    border-radius: 0 10px 0 10px;
}

.exclusive__description{
    position: relative;
    width: 100%;
    color: black;
    font-size: 1rem;
    text-align: justify;
}

.list__wrapper .item-slide__image{
    width: 35%;
}

.list__wrapper .item-slide__image img{
    border-radius: 20px;
}


.item-slide{
    background-color: #fff;
    margin:0 0.2rem;
    border-bottom:2px solid transparent;
    border-radius: 20px;
    position: relative;
}


.item-slide:focus{
    outline: none;
}

.item-slide:hover{
    border-bottom: 2px solid var(--color--primary);
}

.item-slide__image{
    height: 200px;
    position: initial;
}

.item-slide__image img{
    border-radius:  20px 20px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-slide__description{
    text-align: center;
    padding: 1rem;
    font-weight: bold;
}

.item-slide__description__name{
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-line-clamp: 1;
    height: 50px;
}

.item-slide__description__info{
    display: block;
}

.item-slide__description__info{
    margin-top: 0;
}

.item-slide__description__info span{
    display: block;
}

.item-slide__description__info .item-price{
    color: var(--color--primary);
    font-weight: bold;
    font-size: 1rem;
}

.item-slide__description__info .item-sold{
    font-size: 0.8rem;
    color: #a9a9a9;
    position: relative;
    bottom:-6px;
}

.item-slide__tag{
    position: absolute;
    background-color: var(--color--primary);
    color: #fff;
    padding:0.5rem;
    font-size: 0.8rem;
    font-weight: 900;
    right:25px;
    border-radius: 0 0 10px 10px;
}

.vouchers{
    margin-top: 1rem;
}

.voucher{
    margin-bottom: 0.5rem;
}

.voucher img{
    width: 100%;
}

.banner img{
    width: 100%;
}

.item-slider__wrapper{
    position: relative;
}

.slider-arrows{
    color: var(--color--primary);
    font-size: 1rem;
    border-radius: 10px;
    border:2px solid var(--color--primary);
    position: absolute;
    top:50%;
}

.slider-arrows--left{
    left:0;
}

.slider-arrows--right{
    right:0;
}

.slider-arrows:focus{
    outline: none;
    box-shadow: none;
}

.item-slide__image--small{
    padding:3rem;
}

.item-slide__description__name.text-center{
    display: block !important;
}

.items-listing .item-slide{
    margin:0;
}

.items-listing .item-slide .item-slide__image{
    height: 150px;
}

.items-listing .item-slide .item-slide__description{
    padding: 0;
}

.items-listing .item-slide .item-slide__description .item-price{
    font-size: 1rem;
}

.items-listing .item-slide .item-slide__description .item-sold{
    bottom:-4px;
}

.btn-discover{
    font-weight: bold;
    color:  #BCBCBC;
    border: 1px solid  #BCBCBC;
    width: 100%;
    max-width: 500px;
}

footer{
    background-color: var(--color--primary);
    padding:2rem 0;
    color: #fff;
}

footer .footer-section__title{
    margin-bottom: 1rem;
}

footer .footer-list ul{
    margin:0;
    padding:0;
    list-style: none;
}

footer .footer-list ul li{
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
}

footer .footer-flex-holder{
    display: flex;
    flex-wrap: wrap;
}

footer .footer-flex-holder .item{
    width: 75px;
    margin:0.2rem;
    background-color: #fff;
}

footer .footer-flex-holder .item img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

footer .footer-flex-holder i{
    font-size: 2rem;
    margin-right: 0.5rem;
}

footer .copyright{
    text-align: center;
    font-size: 0.8rem;
    border-top: 2px solid #fff;
    padding-top: 2rem;
}

.products-sidebar{
    margin-bottom: 2rem;
}

.products-sidebar h6{
    color: var(--color--primary);
    font-weight: bold;
}

.products-sidebar__header{
    border-bottom: 1px solid var(--color--primary);
    margin-bottom: 1rem;
}

.products-sidebar__header h5{
    font-weight: bold;
    font-size: 1rem;
}

.products-sidebar__list ul{
    padding: 0;
    list-style: none;
}

.products-sidebar__list ul li{
    margin-bottom: 0.7rem;
    line-height: 1.2rem;
}

.products-sidebar__list a{
    color: #000;
    text-decoration: none;
}

.products-sidebar__list a:hover{
    color: var(--color--primary);
}

.products-sidebar__wrapper{
    display: none;
}

.products-sidebar__wrapper__mobile{
    background-color: var(--color--primary);
    margin-bottom: 3rem;
    padding:1rem;
    display: flex;
    justify-content: space-between;

}

.products-sidebar__wrapper__mobile input{
    border-radius: 0;
    width: 120px;
    border: none;
}

.btn-filter{
    background-color: #fff;
    color: var(--color--primary);
    border-color: var(--color--primary);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border:none;
}

.btn-filter:hover, .btn-filter:focus, .btn-filter:active{
    background-color: var(--color--primary);
    color: #fff;
    border:1px solid #fff;
}

.mobile-filter__content{
    padding: 1rem;
    position: fixed;
    background-color: #f5f5f5;
    z-index: 2;
    top: 0;
    height: 100vh;
    transition: all 0.5s;
}

.mobile-filter__content.show{
    left:0;
}

.mobile-filter__content.hide{
    left:-100%;
}

.close-filter-x{
    position: absolute;
    top: 0;
    right:10px;
}

.gallery-slider{
    width: 100%;
}

.gallery-slider__item{
    border: none;
}

.gallery-slider__item img{
    width: 100%;
}

.gallery-slider-nav{
    margin-top: 1rem;
    width: 100%;
}

.gallery-slider-nav__item{
    margin: 0.1rem;
    border: 1px solid #BCBCBC;
}

.gallery-slider-nav__item img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.product-info{
    margin-top: 0.5rem;
}

.product-info__name h1{
    font-size: 1.2rem;
}

.product-info__price{
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--color--primary);
}

.buyer-action{
    margin-top: 1rem;
}

.shipping__fee{
    position: relative;
}

.shipping__fee__options{
    padding: 0.5rem 0;
    background-color: #fff;
    height: 44px;
    overflow: hidden;
    transition: .8s ease-in-out;
}

.shipping__fee__options .shipping__fee-default{
    display: block;
    width: 100%;
    text-align: left;
}

.shipping__fee__options .shipping__fee-table{
    display: none;
    width: 100%;
}

.shipping__fee__options:hover .shipping__fee-default{
    display: none;
}

.shipping__fee__options:hover .shipping__fee-table{
    display: table;
}

.shipping__fee__options:hover{
    height: 100%;
    overflow: hidden;
    transition: .8s ease-in-out;
}

.shipping__fee__options table{
    width: 100%;
}

.shipping__fee__options__table__price{
    text-align: right;
}

.buyer-action__quantity-wrapper{
    max-width: 100%;
    text-align: center ;
}

.buy-action__variation-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.buy-action__variation-wrapper span{
    display: inline-block;
    padding: 0.2rem 0.3rem;
    margin:0.2rem;
    font-size: 0.9rem;
    border:1px solid #BCBCBC;
    border-radius: 5px;
}

.buy-action__variation-wrapper span.selected{
    color: #fff;
    background-color: var(--color--primary);
}

.seller-info{
    text-align: center;
}

.seller__image{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.seller__image img{
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller__name{
    margin-top: 0.5rem;
}

.seller__name h5{
    font-size: 1rem;
    margin-bottom: 0;
}

.cart{
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    right:-100%;
    z-index: 999;
    box-shadow: 5px 5px 15px 5px #000000;
    transition: all 0.5s;
}

.cart.active{
    right:0;
}

.btn-cart-close{
    width: 40px;
    padding:10px;
    margin: 0.5rem;
}

.cart__content{
    padding:0.5rem;
    color: #000;
    overflow-y: scroll;
    max-height: 60vh;
}

.cart__item{
    display: flex;
    justify-content: space-between;
    margin: 1.2rem 0;
}

.cart__item__image{
    width: 50px;
    height: 50px;
}

.cart__item__name{
    width: 60px;
    max-height: calc(1.5rem * 2);
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.8rem;
}

.cart__item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart__item__price{
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cart h2{
    color: #000;
    padding:0.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.cart hr{
    border-color: #fff;
    margin: 0 0.5rem;
}

.cart__footer{
    height: 10vh;
    margin: 0.5rem;
}

.background-section{
    background-size: cover;
}

.login-container{
    padding:2rem 0.5rem;
}

.login-card{
    border-radius: 0;
    border:none;
    box-shadow: 2px 2px 15px 2px #6d6d6d;
    color: #fff;
}

.sidebar{

    padding:1rem;

}

.sidebar ul{
    margin:0;
    padding: 0;
    list-style: none;
}

.sidebar .menu-item{
    padding-bottom: 1rem;
    cursor: pointer;
}

.sidebar .menu-item:hover .menu-item__span , .sidebar .sub-menu__item:hover , .sidebar .menu-item.active .menu-item__span , .sidebar .sub-menu__item.active a{
    color: var(--color--primary) !important;
}

.menu-item__span{
    font-weight: bold;
}

.sidebar .sub-menu{
    padding-left:0.5rem;
    transition: all 0.5s;
}

.purchase{
    border-radius: 0;
}

.purchase .card-header{
    background-color:#f5f5f5;
    color: var(--color--primary);
    display: flex;
    justify-content: space-between;
}

.purchase__seller{
    display: flex;
}

.purchase__seller__name{
    margin-right: 0.5rem;
}

.purchase__seller__image{
    width: 30px;
    height: 30px;
}

.purchase__seller__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.purchase__discount-message{
    font-size: 0.9rem;
    color: var(--color--primary);
    text-transform: initial!important;
}

.purchase__item{
    border-top: 1px solid #a7a7a7;
    /** border-bottom: 1px solid #a7a7a7;
    margin:1rem 0; **/
    padding: 0.5rem 0;

}

.purchase__item__image{
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin:0.5rem 0;
}

.purchase__item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purchase__item__description{
    text-align: left;
    font-weight: bold;
    font-size: 0.8rem;
}

.purchase__item__description__name{
    padding-bottom: 0.5rem;
}

.purchase__item__description__price{
    text-align: right;
    color: var(--color--primary);
}

.purchase__item__description__quantity{
    text-align: right;
}

.purchase__item__price{
    text-align: right;
    color: var(--color--primary);
}

.purchase__item__order{
    text-align: right;
    color: grey;
}

.purchase__item__description__variation{
    border: 1px solid var(--color--primary);
    display: inline-block;
    padding: 0.2rem 0.3rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.purchase__total{
    text-align: right;
    font-size: 0.9rem;
    color: var(--color--primary);
    margin-bottom: 1rem;
}

.purchase__total span{
    font-weight: bold;
    font-size: 1.2rem;
}

.purchase__shipper{
    text-align: right;
    margin-bottom: 1rem;
}

.purchase__shipper span{
    font-weight: bold;
}

.purchase__voucher{
    text-align: right;
    text-transform: uppercase;
}

.purchase__voucher input{
    width: 50%;
}

.purchase__total--grand{
    font-weight: bold;
}

.purchase__total--grand span{
    font-size: 1.5rem;
}

.purchase__tracking ul{
    min-height: 250px;
    width: 100%;
    list-style: none;
}

.purchase__tracking__steps{
    display: flex;
    justify-content: flex-start;
}

.purchase__tracking__steps.active .purchase__tracking__steps__wrapper{
    color: #fff;
    background-color: var(--color--primary);
}

.purchase__tracking__steps__wrapper{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border:1px solid var(--color--primary);
    border-radius: 50px;
    color: var(--color--primary);
    font-size: 0.7rem;
    margin:1rem 0;
}

.purchase__tracking__steps__detail{
    font-size: 0.8rem;
    text-align: left;
    margin-left:0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 140px;
}

.purchase__tracking__steps__number{
    font-weight: bold;
}

.purchase__tracking__steps__date{
    display: block;
}

.profile__avatar{
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin:0 auto;
}

.profile__avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.purchase__item__price--shipping{
    font-size: 0.7rem;
}

.pagination .page-link{
    color :  var(--color--primary);
}

.pagination .page-item.active .page-link{
    border-color: var(--color--primary);
    background-color: var(--color--primary);
}

.items-sort{
    display: flex;
    justify-content: flex-end;
    padding:0.5rem;
    background-color: var(--color--primary);
    color: #fff;
}

.loading-screen{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left:0;
    background-color: rgba(255,255,255,0.7);
    z-index: 99;
    display: none;
}

.loading-screen__cart{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.loading-screen__chat{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    display: none;
}

.loading-screen__chat.loading{
    display: block;
}

.loading-screen.loading{
    display: block;
}

.loading-screen__outer__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.loading-screen__wrapper{
    display: flex;
    justify-content: center;
}

.loading-screen__wrapper img{
    width: 100px;
}

.user-sidebar{
    position: fixed;
    z-index: 10;
    background-color: #fff;
    left:-100%;
    top:0;
    height: 100%;
    width: 60%;
    transition: all 0.5s;
}

.user-sidebar.active{
    left:0;
}

.product__status-label{
    background-color: #eeeeee;
    text-transform: uppercase;
    padding: 0.2rem 0;
}

.unpublished-tag{
    position: absolute;
    top:30%;
    text-align: center;
    background-color: rgba(211,211,211,0.5);
    width: 100%;
    transform: translateY(-50%);
}

.product__images{
    display: flex;
    flex-wrap: wrap;
}

.product__image{
    width: 90px;
    height: 90px;
    margin:0.5rem;
    position: relative;
}

.product__image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product__image__new-button{
    width: 90px;
    height: 90px;
    border:1px solid var(--color--primary);
    color: var(--color--primary);
    margin:0.5rem;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.image-delete-btn{
    position: absolute;
    background-color: var(--color--primary);
    color: #fff;
    padding: 0.2rem;
    cursor: pointer;
    right:0;
}

.image-first-btn{
    position: absolute;
    background-color: #ffc107;
    color: #fff;
    left:0;
    padding: 0.2rem;
    cursor: pointer;
}

.image-first-btn.is_first{
    color:#000;
}

.in-menu-close{
    position: absolute;
    right:0;
    top:0;
}

.error-section{
    min-height: 50vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.after-sale__categories{
    display: flex;
    flex-wrap: wrap;
}

.after-sales__category{
    border:2px solid lightgrey;
    margin:0.5rem;
    padding: 0.2rem 0.5rem;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.after-sales__category.active{
    border:2px solid var(--color--primary);
}

.after-sale__item{
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.after-sale__item__logo{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border:2px solid var(--color--primary);
    padding: 0.4rem;
    margin: 0 auto 1rem;

}

.after-sale__item__logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.after-sale__item__contact{
    margin-bottom: 1rem;
}

.after-sale__item__socials a{
    border: 2px solid lightgrey;
}

.after-sale__item__socials a:hover{
    border: 2px solid var(--color--primary);
    color: var(--color--primary);
}

.product-care__subnav{
    display: flex;
    justify-content: center;
}

.product-care__item--text{
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 1rem;
}

.product-care__item--text__infos{
    display: flex;
    font-size: 0.8rem;
    color: var(--color--primary);

}

.blog__title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.blog__video{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 2rem 0;
    border-top: 2px solid var(--color--primary);
    border-bottom: 2px solid var(--color--primary);
}

.blog__content{
    padding:0.5rem 0;
    text-align: center;
}

.product-care__item--banner{
    height: 360px;
    margin-bottom: 2rem;
}

.product-care__item--banner img{
    width: 100%;
    height: 100%;
}

.product-search-bar{
    padding:1rem 0;
    display: none;
    background-color: #ffffff;
    padding-bottom: 0;
}

.product-search-bar.active{
    display: block;
}

.product-search-input__wrapper{
    width: 100%;
}

.product-search-input{
    width: 800px !important;
	border-radius: 0.5rem;
}

.btn-product-search{
    width: 100%;
}

.search-bar-toggle{
    cursor: pointer;
}

.search-nav {
		width: 75%;
}

@media (max-width: 768px) {
	.search-nav {
		width: 100%;
	}

	.product-search-input{
		width: 290px !important;
		margin-left:5px;
		margin-right:5px;
	}
	
	.btn-product-search{
		width: 50px;
	}
	.form-inline {
		flex-flow: nowrap;
	}
	
	.product-search-input__wrapper {
		width: 720px;
	}
	
	.form-group {
		margin-bottom: 0px;
	}
	
}

.mobile-menu{
    position: fixed;
    top: 0;
    left:-100%;
    width: 100vw;
    height: 100vh;
    background-color: var(--color--primary);
    z-index: 997;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
}

.mobile-menu.active{
    left:0;
}

.mobile-menu__wrapper{
    text-align: center;
}

.mobile-menu__wrapper ul{
    list-style: none;
    padding: 0;
}

.mobile-menu__wrapper ul li{
    padding:1rem 0;
}

.notification{
    padding:0.5rem;
    background-color: #fff;
    margin-bottom: 0.5rem;
}

.notification__thumb{
    width: 100px;
    height: 100px;
    margin-right: 0.5rem;
}

.notification__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notification__title{
    color: var(--color--primary);
}

.notification__info{
    display: flex;
    justify-content: space-between;
    min-width: 130px;
}

.notification__time{
    font-size: 0.8rem;
    text-align: right;
    padding: 0.2rem 0;
}

.notification__wrapper{
    display: flex;
}

/* popup slider css */
.popup-container{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.popup-slider__wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.popup-slider{
    width: 80%;
    margin: 0px auto;
}

.popup-slider__item{
    width: 100%;
}

.popup-slider__item img{
   margin: 0 auto;
}

.popup-slider__btn-close{
    font-weight: bolder;
    color: #fff;
    position: absolute;
    right: 64px;
    top: 0;
    padding: 5px 5px;
    cursor: pointer;
    border-radius: 50%;
	border: solid 2px;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
	
	width: 30px;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
}


.service__menu{
    position: relative;
    width: 100%;
}

.service__nav{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.service__nav li{
    display: inline-block;
}


.service-tab{
    padding: 8px 20px;
    text-transform: uppercase;
}

.service-tab a{
    text-decoration: none;
}

.service-tab__active{
    border-bottom: 2px solid #F37A21;
}

.voucher__wrapper{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.voucher__image-wrapper, .voucher__info{
    width: 50%;
}

.voucher__image-wrapper img{
    width: 100%;
}

.voucher__info{
    padding: 10px 10px;
}

.voucher__title{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color--primary);
}

.voucher__detail{
    font-size: 0.8rem;
    color: #a9a9a9;
    position: relative;
    margin-bottom: 20px;
}

.voucher__redemption{

}

.voucher__code{
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #F37A21;
    font-weight: bold;
    border: 1px solid #F37A21;
    text-align: center;
}

.voucher__btn{
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
}

.voucher__min-spend{
    font-size: 1rem;
    font-weight: bold;
    color: #F37A21;
}

.discount-label {
    padding:4px 8px;
    position:absolute;
    float:left;
    top: 0;
    left: 0;
    width:100px;
    -webkit-border-radius:0 4px 0 4px;
    -moz-border-radius:0 4px 0 4px;
    border-radius:0 4px 4px 0;


}

.discount-label:after {

    right: 0;
    border: solid transparent; content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);

    border-width: 20px;
    top: 50%;
    margin-top: -20px;

}



.discount-label span {
    color:#ffffff;
    font-size: 0.8rem;
    text-align:center;
}

.red{
    background-color: var(--color--primary);
}

.red:after{
    border-right-color: #ffffff;

}

.filter__list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.filter__list li{
    margin-right: 20px;
}

.filter__list li a{
    width: 20%;
    background-color: var(--color--primary);
    color: #fff;
    padding: 5px 20px;
}

.filter__sort {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #000;
}

.filter__sort .btn-kraf--full{
    background-color: transparent;
    color: black;
}

.badge-kraf{
    color: #fff;
    background-color: var(--color--primary);
    border-radius: 0.5rem;
    font-size: 60%;
    position: absolute;
    top: -5px;
    right: -10px;
}

.rating__wrapper{
    color: var(--color--primary);
    background-color: #fffbf8;
    padding: 20px;
}

.rating__holder{
    font-size: 18px;
}

.rating__result-avg{
    font-size: 30px;
}

.rating__star{
    color: gray;
}

.star-checked{
    color: var(--color--primary);
}

.review__holder{
    padding: 10px;
}

.review__name,.review__comment{
    font-size: 14px;
}

.review__date{
    font-size: 12px;
    color: gray;
}


/*star rating styling*/
.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    /* width: 250px; remove this */
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* width: 20%; remove this */
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    /* width: 20%; remove this */
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}
.star-rating i ~ i {
    width: 40%;
}
.star-rating i ~ i ~ i {
    width: 60%;
}
.star-rating i ~ i ~ i ~ i {
    width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}
::after,
::before {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.star-rating.star-5 {width: 100px;vertical-align: middle}
.star-rating.star-5 input,
.star-rating.star-5 i {width: 20%;}
.star-rating.star-5 i ~ i {width: 40%;}
.star-rating.star-5 i ~ i ~ i {width: 60%;}
.star-rating.star-5 i ~ i ~ i ~ i {width: 80%;}
.star-rating.star-5 i ~ i ~ i ~ i ~i {width: 100%;}


/*inbox styling*/
.inbox__wrapper{
    width: 100%;
    position: relative;
    height: 100%;
    background-color: white;
    overflow-y: scroll;
}

.inbox__holder{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.inbox__holder:hover{
    background-color: #f2f2f2;
    cursor: pointer;
}

.inbox__active{
    background-color: #f2f2f2;
}

.inbox__holder .avatar{
    display: none;
}

.inbox__name{
    font-size: 12px;
}

.inbox__short--message{
    font-size: 12px;
}

.inbox__date{
    font-size: 12px;
    color: #cccccc;
}

.inbox__sub{
    width: 80%;
    display: block;
    padding-left: 15px;
    position: relative;
}

.inbox__title{
    padding: 5px 10px;
}

/*chat styling*/
.chat__wrapper{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
}

.chat__holder{
    width: inherit;
    height: inherit;
    position: relative;
}

.chat__header{
    background-color: var(--color--primary);
    color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.chat__header .avatar{
    max-width: 50px;
    display: none;
}

.chat__title{
    padding-left: 10px;
    align-self: center;
    text-transform: unset;
}

.chat__body{
    margin-bottom: 38px;
    padding: 10px;
    overflow-y: scroll;
    height: 320px;
}

.chat__footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #cccccc;
}

.chat__action{
    width: 100%;
    position: relative;
    display: block;
}

.chat__input{
    width: 100%;
    border-radius: 0.2rem;
}

.chat__submit{
    width: 100%;
}

.chat__message222222{
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px;
    color: #000;
    background-color: #e6e7ec;
    max-width: 600px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 10px 0;
    word-break: break-all;
    direction: ltr;
}

.chat__message {
  white-space: pre-wrap;   
  word-wrap: break-word;   
  overflow-wrap: break-word; 
  max-width: 100%;         
  background: #f5f5f5;     
  padding: 10px 14px;
  border-radius: 10px;
  margin: 6px 0;
  display: inline-block;
  line-height: 1.5;
}

.chat__message-own{
    color: #fff;
    margin-left: auto;
    background-color: #00a9de;
}

.inbox__wrapper,.chat__wrapper{
    max-height: 424px;
}

.inbox__new-message{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background-color: var(--color--primary);
    color: #fff;
    border-radius: 0.2rem;
    font-size: 10px;
    width: 30px;
    height: 15px;
    text-align: center;
}

.shop__box{
    display: flex;
    background-color: #ffffff;
    padding: 10px;
}

.shop__box .avatar{
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shop__detail{
    padding: 10px;
}

.like-btn,.fav-btn{
    color: gray;
    border: 1px solid #f2f2f2;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 0.25rem;
    cursor: pointer;
}

.clicked{
    color: var(--color--primary);
}

.follower__btn{
    cursor: pointer;
}

.sales__tag{
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */
  
  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  background: var(--color--primary);
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  color: #fff;
  line-height: 1.3em;
  font-family: Fantasy;
  font-size: 15px;
}

.sales-seller__tag {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */
  
  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  background: #64D3FA;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  color: #fff;
  line-height: 1.3em;
  font-family: Fantasy;
  font-size: 15px;
}






.t__search{
    position: absolute;
    width: 100%;
    top: 38px;
    z-index: 9999;
    background: #fff;
}

.t__search-result{
    padding: 6px 12px;
}

.t__search-result:hover{
    background: var(--color--primary);
}



.sales__menu{
    position: relative;
    width: 100%;
}

.sales__nav{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.sales__nav li{
    display: table-cell;
    float: none;

}


.sales-tab{
    padding: 15px 20px;
    text-transform: uppercase;
    width: auto;
    background: var(--color--primary);
    border: 1px solid #ffffff;
}

.sales-tab a{
    text-decoration: none;
    color: #fff;
}

.sales-tab__active{
    background: #F37A21;
}


.sales__menu-inner{
    position: relative;
    width: 100%;
}

.sales__nav-inner{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.sales__nav-inner li{
    display: table-cell;
    float: none;
}


.sales-tab-inner{
    padding: 8px 20px;
    text-transform: unset;
    width: auto;
    background: #ffffff;
}

.sales-tab-inner a{
    text-decoration: none;
    color: #000;
}

.sales-tab__active-inner{
    border-bottom: 3px solid #F37A21;
}

.countdown__timer{
    padding: 5px 10px;
    color: #ffffff;
}

.grab__tag{
    font-size: 10px;
    background: #ffc107;
    color: #000000;
    padding: 2px;
    top : -10px;
}

.live__tag{
    color: #fff;
    background-color: #FF0000;
    display: inline-block;
    padding: 0.3rem 0.4rem;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 10px;
}

.live-img__holder{
    height: 300px!important;
}

.live-img__holder img {
}

.num__tiles {
    width:30px;
    height: 30px;
    background-color: #888888;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    padding: 3px;
    margin: 1.5px;
    vertical-align: center;
}

.edu__wrapper{
    width: 100%;
}

.edu__list{
    display: table;
    list-style-type: none;
    padding-left: 20px;
    margin-top: 20px;
}

.edu > a{
    color: #000000;
}

.edu.active{
    background: rgba(243, 122, 33,0.3);
}

.edu.active > a{
    color: #F37A21;
}

.edu{
    display: table-cell;
    padding: 0 20px;
    font-size: 12px;
}

.edu__box{
    margin: 0 20px;
    padding: 10px;
    -webkit-box-shadow: 0px 6px 5px 3px rgba(204,204,204,1);
    -moz-box-shadow: 0px 6px 5px 3px rgba(204,204,204,1);
    box-shadow: 0px 6px 5px 3px rgba(204,204,204,1);
    margin-bottom: 20px;
}

.auction__list-wrapper{
    border: 1px solid #cccccc;
    padding: 10px;
}

.auction__list-wrapper table{
    border-collapse: collapse;
}

.auction__list-wrapper table tr td{
    border-bottom: 1px solid #cccccc;
}


.text-kraf{
    color: var(--color--primary);
}

.auction__sold {
    position: absolute;
    background: rgba(235, 0, 40,0.5);
    padding: 0.3rem 0.4rem;
    color: #fff;
    font-size: 18px;
    width: 80%;
    top: 60%;
    left: 50%;
    font-weight: 600;
    transform: translate(-50%,-50%) rotate(-30deg);
    text-align: center;
}

.item-normal{
    color: #0c0c0c!important;
    font-size: 12px;
}
