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

p {
    margin: 0;
}

a:hover {
    color: unset;

}


/* 

.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;
} */

/* .yith-wcwl-add-button{
	display:none;
} */

.sk-slider-container {
    margin-bottom: 50px !important;
}

.mithk-isnta-container>h2 {
    font-family: 'Raleway', sans-serif !important;
    color: #181D31 !important;
    margin-bottom: 36px;
    text-transform: uppercase !important;
}

.single-product-section {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 54px;
    padding-bottom: 54px;
}

.single-product-container {
    max-width: 1366px;
    margin: auto;
}

.single-product-image .woocommerce-product-gallery__image {
    max-width: 524px;
    height: 531px;
}

/* .single-product-image .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.single-product-image .woocommerce-product-gallery__image a img {
    width: auto;
    height: 100%;
    display: flex;
    margin: auto;
    /* object-fit: cover; */
}

.single-product-mini-images-wrapper {
    max-width: 524px;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    flex-wrap: wrap;
}

.single-product-mini-images {
    width: 150px;
    height: 170px;

}


.single-product-mini-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-name {}

.mith-product-details-subcontainer {
    margin-bottom: 24px;
}


.mith-product-details-subcontainer>p {
    width: 70%;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin: 12px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.price {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    margin-bottom: px;
}

.price del {
    opacity: 0.6;
    padding-right: 18px;
}

.product-size {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #000000;
}

.mith-product-size-list-container {
    display: flex;
    /* justify-content: space-between; */
    gap: 24px;
    align-items: center;
}

.mith-product-size-list {
    margin: 18px 0px;
}

.size-list {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #181D31;
    background-color: #FFFFFF;
    border: 2px solid #181D31;
    border-radius: 24px;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.ots {
    color: #D30A0A;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    font-weight: 400;
    text-decoration: none;
}

.ots:hover {
    color: none;
}

.confuse-size {

    font-size: 20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #000000;
    margin: 12px 0px;
}

.size-chart {
    padding-left: 12px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 23px;
    text-decoration-line: underline;
    color: #000000;
}

.product-color {

    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #000000;
    margin: 24px 0px;
}

.color-box {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #143D69;

}

.product-qty {

    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    margin: 10px 0px;
}

.mith-qty {
    width: 5%;
}

.mith-btn-container {
    display: flex;
    gap: 54px;
    margin: 36px 0px 24px 0px;
}

.atc-btn {

    font-size: 18px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #FFFFFF;
    background: #000000;
    border: 2px solid #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;

}

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

.atw-btn {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #000000;
    background: #FFFFFF;
    border: 2px solid #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
}

.single-product-descriptions {
    width: 90%;
    padding: 36px 0px 36px 0px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #000000;
}

.product-features {
    width: 50%;
    margin-top: -20%;
}

.feature-list {

    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #000000;
}

/* 
.product-review-container-wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 90%;
}


.product-review-container{
    display: flex;
    justify-content: space-between;
     background: #F4F4F4; 
   
    padding: 26px 32px;
    
}


.customer-product-review-list{
    display: flex;
    justify-content: space-between;
} */



@media(max-width:1200px) {
    .single-product-section {
        padding-left: 54px;
        padding-right: 54px;
    }
}

/* css added during development */
/* edited */
.single-product-details-wrapper>h1 {
    font-size: 32px !important;
    font-weight: 600;
    line-height: 1.6;
    color: #000000;
    margin-bottom: -7px !important;
}

.single-product-details-wrapper>.price {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    /* margin-bottom: px; */
}

.single-product-details-container>.single-product-details-wrapper>.price>span>bdi,
.single-product-details-container>.single-product-details-wrapper>.price>del>span>bdi {
    /* font-size: 20px !important;
    font-weight: 600;
    line-height: 32px;
    color: #000000; */
}

/* edited end */

.woocommerce-breadcrumb {
    display: none;
}

/* css added during development */


.prod-on-sales-slider .product-description-mt .add-cart-button-mt {
    top: 70% !important;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 9px;
}

.prod-on-sales-slider .product-description-mt>a p {
    line-height: 19px !important;
}

.related {
    margin-top: 80px;
}

/* .sales-page-products .mt-featured-prod-card{

}

.sales-page-products .mt-featured-prod-card{
    position: relative;
    margin-right: 20px !important;
    width: 220px;
}
 */

.sales-page-products>div>ul {

    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.variations_button .product-qty {
    margin: 0px !important;
}

.woocommerce-variation-add-to-cart .add-cart-button-mt,
.cart-page-add-cart {
    top: unset !important;
    transform: translate(12%, 50%);
    left: -1% !important;
}

.reset_variations {
    float: right;
    font-size: 10px;
    color: red;
}

.wvs-loaded .variations tr .value {
    padding-bottom: 8px !important;
}

.wvs-loaded .variations tr th label {
    margin-bottom: 1rem !important;
}

.single-product-container.yith-wcwl-add-to-wishlist {
    position: absolute !important;
    color: white !important;
    background: black !important;
    z-index: 100;
    padding: 10px 8px;
    text-transform: uppercase !important;
    transform: translate(75%, 60%) !important;
    display: block !important;
    width: max-content !important;
}

.single-product-container a .add_to_wishlist {
    color: white !important;
}

.single-product-container a.add_to_wishlist:hover {

    text-decoration: none;
}

.woocommerce-product-gallery .yith-wcwl-add-to-wishlist {
    display: none !important;
}

/* .single-product-container .yith-wcwl-wishlistexistsbrowse, .exists {
	display:none !important;
} */
.yith-wcwl-add-to-wishlist:last-child {
    display: none;
}

.yith-wcwl-wishlistexistsbrowse a:hover {
    color: #FFFFFF;
}

.yith-wcwl-wishlistaddedbrowse a:hover {
    color: #FFFFFF;
}

@media(max-width:768px) {
    .single-product-section {
        padding-left: 16px;
        padding-right: 16px;
    }
}


@media(max-width:1115px) {
    .woocommerce-Tabs-panel--description {
        margin-top: -108px;
        margin-bottom: 120px;
    }
}

@media (max-width: 959px) {
    .ak-my-third-nav {
        background: #193566;
        padding: 0px 0px 6px 0px;
    }

    .ak-my-third-nav .container {
        max-width: 1160px !important;
        height: 62px;
    }
}

@media(max-width:768px) {
    .woocommerce-Tabs-panel--description {
        margin-top: unset;
        margin-bottom: 32px;
        margin-left: 0;
        width: 90%;
    }

    .yith-wcwl-wishlistexistsbrowse a {
        /* width: 100%; */
    }

    .yith-wcwl-wishlistaddedbrowse a {
        margin-top: 20px;
        margin-left: -20px;
    }
}

#yith-wcwl-popup-message {
    display: none !important;
    background: transparent !important;
}

.mth-footer-wrapper .current-menu-item>a {
    border-bottom: none !important;
}

.woocommerce-product-gallery__image {
    margin-bottom: 8px;
}

.product-features-list-product-page {
    margin-top: 125px;
    margin-bottom: 16px;
    /*margin-left: 15px;*/
}

.product-features-list-product-page>h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    color: #000000;
}

.product-description-huge {
    margin-top: 0px;
}

/* .woocommerce-tabs{
	display:none;
} */


.woocommerce-Tabs-panel {
    display: unset !important;
/*     display: block; */
	
}

#tab-additional_information,
#tab-description,
.reviews_tab {
    display: none !important;
}

@media(max-width:576px) {
    .mithk-isnta-container>h2 {
        font-size: 24px !important;
    }

    .sk-slider-container {
        margin-bottom: 16px !important;
    }
}

@media(max-width:425px) {
    .mithk-isnta-container>h2 {
        font-size: 20px !important;
    }
}



/* For product size chart css */
table#size-chart tr th:first-child {
    width: 18% !important;
}

table#size-chart tr td:first-child {
    font-weight: bold !important;
}

.button-wrapper {
    display: none;
}

.md-size-chart-modal {
    /* display: block; */
    /* display: none; */
}

.md-size-chart-modal-content {
    position: unset;
    padding: unset;
}

div.md-size-chart-overlay,
.md-size-chart-modal-body {
    position: unset;
    animation-name: unset;
    animation-duration: unset;
}

.md-size-chart-label {
    text-align: start;
}

.md-size-chart-close {
    display: none;
}

.chart-container {
    padding-left: 0px;
    padding-right: 0px;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
}



/* End of the product chart css */
@media (max-width: 600px) {
    .product-qty {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Raleway', sans-serif;
        line-height: 1.6;
        margin: unset;
    }

}


a.added_to_cart.wc-forward {
    display: none;
}

@media (max-width: 390px) {
    .single-product-image .woocommerce-product-gallery__image a img {
        width: 100%;
    }
}


/* ...... */

.single-product-details-wrapper>.variations_form>.single_variation_wrap>.woocommerce-variation-add-to-cart>.quantity>span {

    font-size: 16px !important;
    font-weight: 600;
    line-height: 19.36px;

}

.variations>tbody>tr>th>label {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
}

.single_add_to_cart_button,
.yith-wcwl-add-button {
    font-size: 14px !important;

}

.md-size-chart-subtitle {
    font-weight: 500 !important;
}

.chart-content>div>strong {
    font-size: 16px !important;
    line-height: 19.36px;
}

.woocommerce-noreviews,
.comment-form-comment {
    font-size: 14px;
    margin-bottom: 8px !important;
}

.comment-form-rating>.stars {
    margin-top: 21px !important;
}

#respond>form>.form-submit>input {
    font-size: 14px;
    font-weight: 600 !important;
}

/* .single-product-details-wrapper>form{
    margin-top: -20px !important;
} */

.price del .woocommerce-Price-amount bdi,.price ins .woocommerce-Price-amount bdi {
    font-size: 32px !important;
}