.theme-product-variant label {
    margin-left:5px;
}
    
.theme-product-variant label:hover{
       color: #FFFFFF;
       background: #EA7704;
        border-color: #000000;
}


.theme-product-variant label.chekedLabel {
    background: #252525;
    color: #ffffff;
    border-color: #000000;
}


.theme-checkout-body .theme-custom-radio-btn-wrap span{
	position: relative;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #bdbdbd;
}
.theme-checkout-body .theme-custom-radio-btn-wrap input:checked + span:after{
	content: "";
    position: absolute;
	display: block;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	background-color: #ffffff;
}
.theme-checkout-body .theme-custom-radio-btn-wrap input:checked + span {
	background-color: #000000;
}


.theme-checkout-button-area .theme-cart-table-data .theme-checkout-button, .theme-checkout-button-area .theme-cart-table-data .theme-continue-shopping-button {
 
padding-inline-start: 25px;
padding-inline-end: 25px;
}
@media (max-width: 768px){
.zpbutton-size-md {
font-size: 16px;
}
	button[data-zs-checkout] {
		font-size: 16px !important;
	}
	button[data-zs-continue-shopping] {
		font-size: 16px !important;
	}
}

[data-zs-add-to-cart]{
	background: gold !important;
}
.theme-product-list-style-02 .theme-product-box-content .theme-product-details-area .theme-cta-area a {
	background: gold !important;
}
.theme-mobile-header-style-05.theme-mobile-header-top .theme-mobile-header-nav-wrapper { 
       height: 80px;
    }
@media (max-width: 992px) {
  [data-zs-logo-container] [data-zs-logo] {
    height: 45px !important; 
    width: 45px !important; 
  }
}
.theme-product-image-area picture img,[data-zs-product-img-container] img {
object-fit : scale-down !important;
}
.theme-product-image-area {
background : #fff;
}