/*
Theme Name: zm31mb5403
Theme URI:  
Author: zm
Author URI:  
Description: zmoban zm.
Version: 1.0 
Text Domain: zmoban-Woocommerce 
*/

 .woocommerce-MyAccount-navigation-link a {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	    padding: 0.5rem;
    margin: 1rem;
}

.woocommerce-MyAccount-content {
	padding: 0.5rem;
}

.wc-block-components-spinner{
        background: #7249a4;
}

.wc-block-components-button {
    background: #7249a4;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wc-block-components-button:hover {
    background: #005a87;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.header-logo img{
    width: 300px;
    padding: 15px;
}

 

img {
    height: auto;
    width: 100%;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 !important;
}
 
.product-details-area {
    margin-top: 20px;
}


.product .content .title a{ 
   white-space: normal;
  height: 4.5em;           
  min-height: 4.5em;       
  line-height: 1.5em;     
   
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
   
  word-break: break-word;
  hyphens: auto;
   
  position: relative;
  box-sizing: border-box;
}


 


 
.single-product-slider-wrapper{
    padding: 20px;
}

.pro-details-policy img{
    width: 25px;
    height: auto;
}

.product-details-content .pro-details-policy{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.pro-details-meta {
    font-size: 14px;
}

.woocommerce #review_form #respond .form-submit input{
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    width: 150px;
    height: 50px; 
    font-weight: 600;
    font-family: Raleway, sans-serif;
    line-height: 50px; 
    color: #fff;
    background-color: #ff7004;
    border-color: #ff7004;
    border: 0;
    transition: all .3s ease 0s;
    text-align: center;
}

.shop-category-area {
    margin: 20px 0px;
}

@media (max-width: 992px) {
 .header-logo img{
    width: 200px; 
}
 
}

@media (max-width: 700px) {
 
}

 
 
@media (max-width: 300px) {
 
}