:root {
    --primary-color: #181D31;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

.add-cart-button-mt{
    display:block!important;
}
.mith-product-container {
    max-width: 1366px;
    margin: auto;
    /* padding: 24px; */
}
.kk-added-video{
   width: 100%;
}
.kk-added-video video{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.size-image{
    width: 60%;
    margin: auto;
}
.size-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.chart-table{
    margin-top: 30px;
}
.chart-table{
   float:unset !important; 
}

.mith-product-heading{
    background-image: url("./../images/backpic.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px !important;
    max-width: 1366px !important;
    margin: auto !important;
    
}

.mith-product-heading>h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #ffffff;
    /*opacity: 0.8;*/
    text-transform: uppercase;
    text-align: center;
    padding-top: 161px 
}

.category-container-wrapper {
    /* padding: 72px; */
}

.mith-category-heading {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    opacity: 0.8;

}

.mith-product-section {
    /* display: flex;
    gap: 12px; */
}


.mith-product-images-container {
    width: 225px;
    height: auto;
    position: relative;
}


.mith-catagory-list-items {
    list-style: none;
    padding-left: 0px;
}

.mith-catagory-list-items>li {

    margin: 12px 7px;
}

.list-items {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: black;
/*     opacity: 0.6; */
}

.list-items:hover {
    color: red;
	text-decoration: none;
}

.list-items>img {
    padding-right: 12px;
}

/* .mith-product-image {
    width: 100%;
    height: 330px;
} */



.mith-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fav-icon {
    position: absolute;
    top: 4%;
    right: 7%;
    width: 18px;
    height: 16px;
    text-decoration: none;
}

.fav-icon>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atc-btn {
    position: absolute;
    bottom: unset;
    left: 18%;
    transform: translate(-50%, 0%);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 'Raleway', sans-serif;
    font-weight: 700;
    width: 32%;
    padding: 7px 12px;
    background: #000000;
    border: 2px solid #000000;
    color: #FFFFFF;

}

.atc-btn:hover {
    color: #000000;
    background: #FFFFFF;
}

.mith-product-details .product-name {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.mith-product-details .price {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

/* 

.container-mith-wrapper{
  
    width: 100%;
    height: auto;
}

.mith-product-image{
    position: relative;
    width: 225px;
    height: 330px;
}

.mith-product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon{
    position: absolute;
    top: 0%;
    right: 0;
}

.atc-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    background: black;
    color: white;
    transform: translate(-50%,50%);
    text-decoration: none;
   padding: 15px;
} */

/* css written during development */
.product-img-mt a .onsale, .single-product-container .onsale{
    display: none;
}

.qty{
    width: 8%!important;
}
.related ul{
    justify-content: space-between;
}
.comment-container-mt>.comment-text{
    display: flex;
    justify-content: space-between;
    width: 88%;
    flex-direction: row-reverse;
}
.comment-container-mt{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.comment-container-mt>img{
    margin-right: 32px;
    width: 113px;
    height: 113px;
    border-radius: 50%;
}
.commentlist>li{
    padding:18px 21px;
    background-color: #f4f4f4;
    margin-bottom: 25px;
    width: 80%;
}
.commentlist{
    list-style: none;
}
.rating-star-image-container{
    display: flex;
}
.rating-star-image>img{
    height: 20px;
    width: 20px;
    margin-right: 2px;
}
.comment-text .rating-star-image>img{

    margin-right: 6px;
}
/* .additional_information_tab, .description_tab, .woocommerce-error {
    display: none;
} */
#reviews{
    display: unset !important;
}
.woocommerce-Reviews-title{
    font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 35px;
margin-bottom: 25px;
color: #000000;
}

.overall-ratings-mt{
    display: flex;
    align-items: center;
}
.overall-rating-div{
    background: #f3f3f3;
    color: black;
    padding: 41px 62px;
    width: 266px;
    height: 204px;
    margin-bottom: 33px;
}
.overall-ratings-mt>h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 76px;
    color: #000000;
}
.overall-ratings-mt span{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 47px;
color: #000000;
opacity: 0.7;
}
.mt-featured-prod-card .yith-wcwl-add-button, .mt-featured-prod-card .yith-wcwl-wishlistexistsbrowse, .mt-featured-prod-card .yith-wcwl-wishlistaddedbrowse {
    position: absolute;
    right: 5px;
    top: 5px;
}
/* .mt-featured-prod-card .yith-wcwl-wishlistexistsbrowse .fa, .yith-wcwl-wishlistaddedbrowse .fa{
    color: white !important;
} */
.product-description-mt .star-rating{
    display: none !important;
}
/* .mt-featured-prod-card .yith-wcwl-add-button>a>span{
	display:none;
} */

/* cart page custom css */
/* .woocommerce-cart-form__cart-item .product-thumbnail{
    height: 200px;
    width: 200px;
}
.woocommerce-cart-form__cart-item .product-thumbnail img{
height: 100%;
width: 100%;
object-fit: cover;
} */

.comment-form-comment>textarea{
    width: 100% !important;
    background: #f3f3f3;
    border: none;
}

.comment-form-author,
.comment-form-email{
	display: flex;
	gap: 12px;
}

.comment-form-author label,
.comment-form-email label {
    font-weight: 500
    font-size: 16px;
    line-height: 35px;
    color: #000000;
}

.comment-form-author input,
.comment-form-email input {
    border: none !important;
    /* width: 41%; */
    height: 30px;
    font-size: 16px;
    background: #f3f3f3;
    padding-left: 12px;
/* 	margin-left: 12px !important; */
    margin-bottom: 12px !important;
}

.commnt-form-cookies-consent label {
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    padding-left: 12px;
}


.form-submit>input{
	padding: 10px 24px;
    background: #000;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.return-to-shop{   display: flex;
    justify-content: center;
    margin-bottom: 32px;
    margin-top: 50px;
    margin-bottom: 50px !important;

}

/*  pr*/
.wc-tabs {
    display: none !important;
}

@media (max-width: 560px) {
    .overall-rating-div {
        padding: 14px 14px;
        width: 195px;
        height: 140px;
    }

    .overall-ratings-mt {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .commentlist>li {
        width: 100%;
    }

}

/* Read More css */

 .toggle-description-wrapper {
      max-width: 600px;
      font-family: sans-serif;
    }

    .toggle-description-wrapper input[type="checkbox"] {
      display: none;
    }

    .product-description-huge {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4; 
      -webkit-box-orient: vertical;
      transition: all 0.3s ease;
    }

    .toggle-description-wrapper input[type="checkbox"]:checked ~ .product-description-huge {
      -webkit-line-clamp: unset;
      max-height: none;
    }

    .read-more-label {
      cursor: pointer;
      display: inline-block;
      margin-top: 16px;
     color: #181D31;
     text-transform: uppercase;
	font-weight: 700;
		text-decoration: underline;
    }
 .read-more-label:hover {
     text-decoration: underline;
    }

/* end of the read more css */