/* Minification failed. Returning unminified contents.
(56,14): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(108,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(135,25): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(136,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(140,35): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(148,24): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(163,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(231,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(253,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(279,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(292,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(293,24): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(311,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(321,23): run-time error CSS1039: Token not allowed after unary operator: '-sub-font'
(334,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(379,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
.area-share{
    display: flex;
    align-items: center;
}
.btn-cart{
    margin-top: 20px;
}
.detail-img-wrapper{
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.detail-img-wrapper .detail-img{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 5px;
}
.detail-img-wrapper:hover .detail-img{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.detail-ct-product{
	padding: 60px 0 10px;
}
.detail-ct-product .tab-content ul{
	list-style: initial;
    padding-left: 30px;
}
.prod-cont .prod-cont-title{
	color: #000;
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
}

.prod-cont .prod-cont-txt{
	color: #555;
	font-size: 16px;
	margin-bottom: 10px;
}
.prod-cont .prod-cont-txt .price{
	color: var(--main-color);
	font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.prod-cont .prod-cont-txt .des{
    font-size: 16px;
    line-height: 2;
}

.prod-cont .prod-cont-infor{
	position: relative;
	margin-top: 10px;
	font-size: 18px;
}
.prod-cont .prod-cont-infor .prod-t{
	margin-bottom: 10px;
}
.prod-cont .prod-qnt{
	overflow: hidden;
	margin: 0 0 16px;
	display: inline-block;
	vertical-align: top;
}
.prod-btn{
	display: inline-block;
}
.prod-cont .prod-plus{
    width: 17px;
    margin: 10px 0 0;
    color: #555;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    display: block;
}
.prod-cont .prod-minus{
	border-top: none;
    width: 17px;
    color: #555;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    display: block;
}
.prod-cont .prod-qnt input[type=text] {
    float: left;
    width: 100px;
    height: 54px;
    font-weight: bold;
    font-size: 20px;
    color: var(--main-color);
    text-align: center;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafd;
    border: 1px solid #fff;
}
.prod-cont .prod-addwrap {
    padding: 0;
    margin: 0;
    font-size: 14px;
    transition: all 0.2s;
    color: #fff;
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}
.prod-cont .prod-addwrap .btn-sub{
	margin-top: 0px;
	margin-left: 20px;
}

.prod-des{
	margin-top: 70px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}
.nav-tabs {
    border-bottom: 1px solid var(--main-color);
}
.nav-tabs .nav-link{
	padding: 10px 32px;
	font-size: 18px;
	color: #000;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: var(--main-color);
}
.tab-content>.active{
	color: #555;
	font-size: 16px;
    padding: 20px 0;
    line-height: 2;
	text-align: justify;
}
.prod-cont .prod-cont-title::before{
    content: '';
    position: relative;
    display: none;
    width: 60px;
    height: 3px;
    background: var(--main-color);
    top: 55px;
    left: 1;
}
/*----------------------------------
Home-product
----------------------------------*/
.home-product {
    padding: 40px 0;
}
.home-product .home-title{
    margin-bottom: 50px;
}
.home-p-main{
    margin: 30px 0;
}
.home-p-img-wrapper{
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.home-p-img{
    width: 100%;
    height: 100%;
    background-color: #F5F4F0;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-p-main:hover .home-p-img{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.home-p-infor-wrapper{
    padding: 10px 20px;
}

.home-p-infor-wrapper .home-p-title{
    font-size: 20px;
    max-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    display: block;
    color: #000;
    margin-top: 10px;
    text-align: center;
}
.home-p-infor-wrapper p{
    text-align: center;
    font-size: 20px;
    display: block;
    color: #959994;
    margin-top: 10px;
}
.home-p-infor-wrapper .home-p-title:hover,
.home-p-infor-wrapper .home-p-title:focus{
    color: var(--main-color);
}
.control{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    display: flex;
    flex-direction: row;
    opacity: 0;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
     transition: 0.5s;
}
.quickview {
    display: flex;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    background-color: var(--main-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.quickview i{
    font-size: 14px;
    color: #fff;
}
.home-p-main:hover .control,
.home-p-main:focus .control{
    opacity: 1;
    top: 40%;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
     transition: 0.5s;
}

.home-product-wrapper .owl-dots {
    position: relative;
    top: -15px;
}

.home-product-wrapper .owl-dots .owl-dot span {
    background-color: var(--main-color);
    border: 3px solid transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
    margin: 5px;
}

.home-product-wrapper .owl-dots .owl-dot.active span,
.home-product-wrapper .owl-dots .owl-dot:hover span {
    background-color: var(--main-color);
    border-color: var(--main-color);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.home-product-wrapper .owl-nav [class*=owl-] {
    margin: 0;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.home-product-wrapper .owl-nav [class*=owl-]:hover {
    background-color: var(--main-color);
}

/*----------------------------------
Home-product
----------------------------------*/
.related-gift{
    margin: 20px 0;
}
.home-title {
    font-family: var(--sub-font);
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    text-transform: uppercase;
}

.home-title::before {
    content: '';
    position: relative;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--main-color);
    top: 50px;
}

#share-buttons{
    margin-top: 30px;
    margin-left: 30px;
}   
#share-buttons a{
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#share-buttons a:hover{
    
    background-color: #2E89FF;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.detail-product .lSSlideOuter .lSPager.lSGallery img{
    display: block;
    height: 80px;
    max-width: 100%;
    margin:  0 auto;
}
.detail-product .lSSlideOuter .lSPager.lSGallery{
    margin-top: 10px !important;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{
    border: 1px solid var(--main-color);
    border-radius: 0 !important;
}

.lSSlideOuter .lSPager.lSGallery li{
    border: 1px solid transparent;

}

.nav-tabs .nav-link{
    border-radius: 0;
}

@media (max-width: 991px) {
    .demo{
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .nav-tabs .nav-link{
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .prod-cont .prod-cont-title{
        font-size: 20px;
        margin-bottom: 0;
    }
    .prod-cont .prod-cont-title::before{
        display: none;
    }
    .home-title{
        font-size: 20px;
    }
    .home-title::before{
        display: none;
    }
    .home-title-b{
        width: 100%;
    }
}
