

/*---- Product Section ---*/
.product-section{
    position: relative;
    padding: 0 0 70px;
}
.product-section .sec_titles{
    margin-bottom: 40px;
}
.product-tab-area{
    position: relative;
}
.product-tab-title{
    display: block;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    border: none;
    justify-content: inherit;
}
.product-tab-title li{
    list-style: none;
    display: inline-block;
}
.product-tab-title li a{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: .8;
    text-transform: capitalize;
    color: #000;
    position: relative;
    padding: 7px 28px;
    margin: 0 3px;
}
.product-tab-title li a:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    margin: auto;
    height: 100%;
    width: 70%; color:#011a56;
    border: 2px solid #8cc651;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-tab-title li .active a{ color:#011a56;
    border: 2px solid #8cc651; border-radius: 30px;}
.product-tab-title li .active a:hover{color:#000; border:none;}
	
.product-tab-title li.active a{ color:#011a56; border-radius: 30px;
    border: 2px solid #8cc651;}	
.product-tab-title li.active a:hover{ color:#000; border:none;}	
	
.product-tab-title li a:hover:after,
.product-tab-title li a.active:after{
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.product-item-1{
    position: relative;
    border: 1px solid #E2EEFF;
    padding: 0 15px 15px;
    margin: 0 0 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-thumb{
    position: relative;
    z-index: 3;
    text-align: center;
    min-height: 265px;
}
.product-thumb img {
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.product-meta{
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 32%;
    transform: translateY(-50%);
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
}
.product-meta a{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #FEA31D;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color: #222F5A;
    margin: 7px;
}
.product-meta a:hover{
    border-color: #F7531E;
    color: #F7531E;
}
.product-item-1:hover .product-meta{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.product-item-1 .add-to-cart{
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #F7531E;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1.4px;
    font-size: 14px;
    font-weight: 500;
    color: #181A31;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: calc(100% - 15px);
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}
.product-item-1 .add-to-cart:hover{
    color: #F7531E;
    border-color: #F7531E;
}
.product-item-1 .add-to-cart i{
    width: 50px;
    height: 48px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 50px;
    background: #F7531E;
    float: left;
}
.product-item-1:hover .add-to-cart{
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}
.product-details{
    position: relative;
    padding: 10px 0 0;
}
.product-details h5{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}
.product-details h5 a{
    color: inherit;
}
.product-details h5 a:hover{
    color: #412CC5;
}
.ratings {
    position: relative;
    font-size: 10px;
    line-height: 12px;
    color: #e2ab00;
    letter-spacing: 5px;
    margin: 0 0 7px;
}
.ratings i {
    display: inline-block;
}
.ratings span{
    letter-spacing: 0;
    font-size: 12px;
    color: #222f5a;
    margin-left: 3px;
    display: inline-block;
}
.product_price {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #222F5A;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.product_price .price {
    display: inline-block;
    color: inherit;
}
.product_price .price span span {
    color: inherit;
    margin: 0;
}
.tab-content > .tab-pane {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    transform: scale(0.9,0.9) translate(0px);
}
.tab-content > .tab-pane.show.active {
    transform: scale(1) translateY(0px);
}

/*---- Discount Section ---*/
.discount-section{
    position: relative;
    padding: 0 0 65px;
}
.discount-product{
    position: relative;
    background: #F4FFF2;
    padding: 52px 35px 52px;
}
.content-ds{
    position: relative;
}
.content-ds h3{
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 11px;
    font-weight: 700;
}
.content-ds h3 span{
    font-size: 34px;
    color: #412CC5;
    font-weight: 900;
    display: block;
    margin: 0 0 14px;
}
.content-ds p{
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 19px;
}
.content-ds .product_price{
    margin-bottom: 22px;
}
.product_price .price del,
.product_price .price ins{
    font-size: 17px;
    color: #222F5A;
    opacity: .37;
}
.product_price .price ins{
    text-decoration: none;
    opacity: 1;
    margin-left: 7px;
}
.content-ds .fishto-btn{
    height: 35px;
    padding: 11px 25px;
}

.ds-thumb{
    position: absolute;
    right: 25px;
    top: 16%;
    width: 40%;
    text-align: center;
}
.ds-thumb img{
    max-width: 100%;
}
.pi-2{
    border: none;
    background: #FFF2F2;
}
.pi-3 .product-thumb,
.pi-2 .product-thumb{
    min-height: 236px;
}
.pi-3{
    border: none;
    background: #E8F2FF;
}

/*---- Popluar Section ---*/
.popular-section{
    position: relative;
    padding: 0 0 70px;
}
.popular-slider.owl-carousel .owl-stage-outer {
    height: calc(100% + 20px);
    margin: -10px;
    padding: 10px;
    width: calc(100% + 20px);
}
.popular-slider.owl-carousel .owl-item img{
    width: auto;
}
.popular-slider.owl-carousel .owl-nav{
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: .8;
}
.popular-slider.owl-carousel .owl-nav button{
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 25px;
    color: #fff;
    outline: none;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    border: none;
    border-radius: 3px;
    background: #222F5A;
    line-height: 45px;
    letter-spacing: 1.25px;
}
.popular-slider.owl-carousel .owl-nav button.owl-prev{
    left: -60px;
}
.popular-slider.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -60px;
}
.popular-slider.owl-carousel .owl-nav button:hover{
    background: #4147F5;
}
.product-item-2{
    position: relative;
    border: 1px solid #E2EEFF;
    padding: 0 15px 15px;
    margin: 0 0 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-item-2 .product-meta a{
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 16px;
    color: #222F5A;
    margin: 0 3px;
}
.product-item-2 .product-meta a:hover{
    color: #F7531E;
}
.product-item-2 .product-meta{
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    top: auto;
    z-index: 3;
    height: 100%;
    background: #fff;
    padding: 20px 25px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.product-item-2:hover .product-meta{
    visibility: visible;
    opacity: 1;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.product-item-2 .product-thumb{
    overflow: hidden;
}
.product-thumb img{
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.product-item-2:hover .product-thumb img {
    -webkit-transform: scale(1.03) rotate(-1deg);
    -moz-transform: scale(1.03) rotate(-1deg);
    -ms-transform: scale(1.03) rotate(-1deg);
    -o-transform: scale(1.03) rotate(-1deg);
    transform: scale(1.03) rotate(-1deg);
}

