﻿.left-menu {
    position: relative;
    border-radius: 3px;
    padding: 2rem;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 3px;
    background: #fff;
    margin-bottom: 15px;
}

.left-menu ul ul{
    margin-left:10px
}

.left-menu ul li a{
    color:#000;
    font-size:16px;
}

.left-menu ul ul li {
    padding:5px;
    border-bottom:1px solid rgb(238 238 238)
}

/***** products *****/
.products .item img {
    width: 100%;
    max-width: unset !important;
    height: 180px;
    object-fit: contain;
    border-radius:5px 5px  0 0;
    transition:all 1000ms;
}

.products .row{
    margin-left:-5px;
    margin-right:-5px;
}

.products .col-md-4{
    margin-right:-5px;
    margin-left:-5px
}

.products .item {
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 3px;
}

.products .item .header{
    overflow:hidden;
    background:#fff;
}

.products .item .body{
    background:#fff;
    padding:15px;
    border-radius:0 0 5px 5px;
}

.products .item:hover img{
    transform:scale(1.5)
}

.products .item .text{
    height:55px;
    overflow:hidden
}

.products .item .price{
    font-weight:bold;
    font-size:24px;
    text-align:center;
    height:27px;
}

.products p{
    font-weight:bold;
    font-size:14px;
}

/***** Product Detail *****/
.product-detail {
    margin: 0 0 2em 0;
    border: 1px solid #dedede;
    background: #fff;
}

.product-detail .img-product {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.product-info {
    border-left: 1px solid #dedede;
}

.product-info .content {
    padding: 30px 30px 10px 30px;
    position: relative;
}

.product-info strong{
    margin-right:10px;
    width:100px;
    display:inline-block;
}

.product-detail .line{
    padding:5px 0;
}

.product-detail .price-wrapper {
    margin: 51px 0;
}

.price-wrapper .sale-regular .sale{
    font-size: 2rem;
    color: #ee0d09;
    font-weight: 500;
    margin-right: 1.2rem;
}

.price-wrapper .sale-regular .regular{
     font-size: 1.3rem;
    color: #c4baba;
    text-decoration: line-through;
}

.price-wrapper .sale-regular ul{
    display:flex;
    align-items:center;
}

.price-wrapper .sale-regular ul li {
   margin-right:15px;
}

.price-earning {
    display: inline-block;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
    font-family: Barlow-Bold;
    text-align: center;
    background: url(http://st2.myideasoft.com/idea/cb/13/themes/selftpl_5d4d5644df40b/assets/images/icon-earning.svg?revision=7.1.5.0-1-1627648597) no-repeat top 5px center;
    padding: 49px 15px 15px 15px;
    width: 100%;
}

.quantity-controls {
    display: inline-flex;
    border: 1px solid #eaeaea;
    height: 50px;
    margin-right: 15px;
    border-radius: 3px;
}

.quantity-controls button{
     border: 0;
    background: transparent;
    outline: none;
    width: 25px;
    font-size: 1.5rem;
}

.quantity-controls input{
    border: 0;
    width: 50px;
    outline: none;
    text-align: center;
    font-size: 1.5rem;
}

.cart-button div{
    float:left
}


.product-detail h1{
    font-size:22px;
}

.fa-star{
    color:#ee0d09
}



/***** buttons *****/
.btnn {
    width: 100%;
    text-align: center;
    border-radius: 2px;
    color: #fff!important;
    display: inline-block;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    font-family:sans-serif;
}

.btnn-danger {
    background: #ee0d09;
}

.btnn-dark{
    background:#08194a
}

/***** product slider *****/
.product-slider {
    text-align: center;
    background: rgb(238 238 238);
}

.product-slider .item{
    
    width:100%;
    text-align:center;
}

.product-slider img{
    display:inline-block!important;
    max-width:100%;
    min-height:200px;
    object-fit:cover;
}

/***** tab menu *****/
.tab-menu ul{
    display:inline-block;
    margin-bottom:0;
}

.tab-menu ul li{
    float:left;
    padding:15px;
}

.tab-menu ul li a{
    text-decoration:none;
    font-size:16px;
}

.tab-menu ul li.active{
    border-bottom:3px solid #000
}

.tab-menu ul li.active a{
    font-weight:bold;
}

.tab-content{
    display:none;
    padding:25px;
}

.tab-content.active{
    display:block;
}
