/* Start */

/* .product-ditles{
    border-bottom:1px solid#cccccc;
} */
.product-category h1{
    font-size:38px;
    color:#2a2a2a;
    font-weight:600;
}
.product-category p{
    font-size:18px;
    color:#2a2a2a;
    letter-spacing: 1px;
}
.product-category span{
    color:#808080;
    margin-right:1px;
}
.product-img {
    border: 10px solid #ededed;
}
.your-price h5{
    font-size:30px;
    color:#2a2a2a;
    line-height: unset;
    margin-bottom: 0;
}
.your-price p{
    font-size:30px;
    color:#ef5000;
    margin-left:0px;
    line-height: unset;
    margin-bottom: 0;
}
.your-price span{
    color:#848484;
    margin-left:10px;
}
.text-decoration-line-through {
    text-decoration: line-through #ef5000 !important;
}
.product-infoo{
    padding:30px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid#cccccc;
}
.product-infoo p{
    font-size: 14px;
    font-weight: lighter;
    color: #2a2a2a;
    line-height: 2;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.quantity-Cart{
    margin:20px 0px;
    padding-bottom: 12px;
}
.counter{
    display: flex;
    margin-bottom:30px;
}
.counter input {
    width: 60px;
    height: 26px;
    border: 1px solid #ccc;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    color: #808080;
    appearance: none;
    outline: 0;
}
.counter span{
    width: 16px;
    height: 26px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    background: #fff;
    color: #000;
    appearance: none;
    outline: 0;
    margin: 0px;
    cursor: pointer;
    user-select: none;
}
.quantity-Cart button{
    background-color: var(--mainTheme);
    border: 2px solid var(--mainTheme);
    padding: 13px 26px;
    font-size: 16px;
    color: var(--colorWhite);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.quantity-Cart button:hover{
    background-color: var(--colorWhite);
    color: #2a2b2f;
    -webkit-transition: .4s;
    transition: .4s;
}
.add-cart-btn {
    background-color: var(--mainTheme);
    border: 2px solid var(--mainTheme);
    padding: 13px 26px;
    font-size: 16px;
    color: var(--colorWhite);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;   
}
.add-cart-btn:hover{
    background-color: var(--colorWhite);
    color: #2a2b2f;
    -webkit-transition: .4s;
    transition: .4s;
}
.wishlist-btn {
    font-size: 18px;
    margin-left:15px;
    padding: 13px 16px !important;
    color: var(--colorBlack);
    background-color: #f2f2f2;
    border: none;
    display: inline-block;
}
.wishlist-btn:hover{
    background-color: #f2f2f2;
    color: var(--mainTheme);
    -webkit-transition: .4s;
    transition: .4s;
}
/* End */

/* Start */
.related-products{
    padding:48px 0px;
}
.related-products .owl-carousel .owl-item img{
    width: 260px;
    height: 259px;
    border: 1px solid #eeeeee;
    margin: auto;
    display: block;
}
.related-products h2{
    font-size:38px;
    font-weight:600;
    color:#000000;
}
.related-products p{
    font-size:16px;
    color:#808080;
    line-height: 1.8;
    margin-bottom:50px;
}
.related-products-info{
    padding:32px 0px;
}
.related-products-info h6{
    font-size: 16px;
    font-weight: 600;
    color:#4c4c4c;
    text-align: center;
}
.related-products-info p{
    font-size:18px;
    font-weight:600;
    color:#2a2a2a;
    margin-bottom:0px;
}
.related-products-info b{
    font-size:18px;
    color:#ef5000;
    margin: 0px 5px;
}
.related-products-info span{
    font-size:18px;
    color:#848484;
    text-decoration: line-through #ef5000 !important;
}
.related-products .owl-carousel .owl-nav .prev-slide img {
    margin-right: 15px;
}
.related-products .owl-carousel .owl-nav .prev-slide {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    color: var(--colorBlack);
    margin-right: 20px;
    /* text-decoration: line-through solid red 5px; */
}
.related-products .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.related-products .owl-carousel .owl-nav [class*=owl-]:hover .prev-slide span {
    background: var(--mainTheme);
    height: 4px!important;
    line-height: 3px;
    display: inline-block;
}
.related-products .owl-carousel .owl-nav [class*=owl-]:hover .next-slide span {
    background: var(--mainTheme);
    height: 4px!important;
    line-height: 3px;
    display: inline-block;
}
.related-products .owl-carousel .owl-nav .next-slide img {
    margin-left: 15px;
}
.related-products .owl-carousel .owl-nav .next-slide {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    color: var(--colorBlack);
    margin-left: 20px;
}
.related-products .owl-theme .owl-nav {
    margin-top: 0px;
}
/* End */

/* Start */
.company-logo {
    /* background: url(../images/company-bg.jpg) center center no-repeat; */
    background-size: cover;
    height: 690px;
    padding: 90px 0;
}
/* End */

/* Start */
@media(max-width: 1600px) {

}
@media(max-width: 1400px) {
    
}
@media(max-width: 1200px) {
    
}
@media(max-width: 992px) {
    .product-img {
        margin-bottom: 30px;
    }
    .company-logo {
        padding: 80px 0;
    }
    .customer-brand {
        margin-bottom: 30px;
    }
} 
@media(max-width: 768px) {
    .product-category {
        padding: 0px 0px 0;
    }
    .product-category h1 {
        font-size: 34px;
    }
    .product-img img{
        width:50%;
    }
    .company-logo {
        padding: 60px 0;
    }
    .owl-carousel .owl-item img{
        width:auto !important;
    }
}   
@media(max-width: 576px) {
    .product-img img{
        margin-bottom:15px;
    }
    .product-category h1 {
        font-size: 32px;
    }
    .col-sm-6 {
        width: 50%;
    }
      .company-logo {
        padding: 50px 0;
    }
}
@media(max-width: 400px){
    
}
@media(max-width: 336px){
 
}
/* End */