/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	AbzarWP.Com
Theme URI: http://zephyr.us-themes.com/
Author URI: https://abzarwp.com
*/

/*Add your own style here:*/

/*=====style for shop======================*/

.owl-prev:after{
    content: 'keyboard_arrow_right'!important;
}

.owl-next:after{
    content: 'keyboard_arrow_left'!important;
}

.woocommerce td.product-remove a.remove{
    opacity: 1;
    background: #ffe5e5;
    border-radius: 0.5rem;
    background-image: url(https://khaneshampoo.com/wp-content/uploads/2024/07/remove.png);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0.1rem solid #fbbbbb !important;
    padding: 0 1.2rem !important;
}

.w-image img:not([src*=".svg"]), .w-image[class*="ush_image_"] img {
    width: revert-layer !important;
}

.main-logo .w-image-h img{
 width: auto !important;
}

div.w-post-elm.post_comments.us_custom_a5f2ecc8.layout_comments_template {
    font-size:0.9rem !important;
    padding: 0rem !important;
}


.login-sty {
    background-color: #f7ebf7; 
    color: #b142b3; 
      padding: 0.5rem 0.6rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem; 
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.login-sty:hover {

    color: #ffff; 
    transform: translateY(-2px); 
}

.login-sty:active {
    transform: translateY(0); 
}
