.quick_view {
    display: none;
}

.item-head {
    margin-bottom: 20px !important;
}

.megamenu h5:nth-child(1) {
    margin-top: 0px;
}

.megamenu h5:nth-child(2) {
    margin-top: 0px;
}

.megamenu h5:nth-child(3) {
    margin-top: 0px;
}

.megamenu h5:nth-child(4) {
    margin-top: 0px;
}

.megamenu h5 {
    margin-top: 40px;
}

.edited-row-category {
    column-count: 4;
    column-gap: 1.5rem;
    display: inline-block;
    width: 100%;
    margin: auto;
}

.edited-whole-col {
    break-inside: avoid-column;
    position: relative;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    flex-direction: column;
    /*width: max-content;*/
    max-width: 100%;

    /*width: 300px;*/
}
.dropdown-menu {
    min-width: 270px;
}

.border-right {
    border-right: none !important;
}


#contact_error {

    background-color: red;

    font-family: Georgia, serif;

    font-size: 17px;

    width: 94%;

    display: inline-block;

    padding: 9px 9px;

    color: #fff;

    margin-top: 10px;

    margin-left: 15px;
}

.valierror {
    background-color: #ee2e34;
    border-color: #ee2e34;
    color: #fff;
}

.alert-message {
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    width: 100% !important;
    margin-left: 0px !important;
    border: 0px solid;
    color: #fff;
    padding: 10px;
    position: relative !important;
    animation: animate-bg 5s linear infinite;
    display: block;
    margin-bottom: 5px;
    z-index: 9999;
}

.successmain {
    background-color: green;
    border-color: green;
}

.size_active {

    background: #ABABAB;
    color: #000;
    border: 1px solid #09c6ab !important;
}

.active_data {
    border: 2px solid #FF0000 !important;
}

.alert-message_cart {
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    width: 100%;
    border: 0px solid;
    color: #000;
    padding: 10px;
    animation: animate-bg 5s linear infinite;
}

.topalert_cart {
    z-index: 9999;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #fff !important;
    position: fixed;
    top: 0px;
}

.successcart {
    background-color: #09c6ab;
    border-color: #09c6ab;
}




.mobile-icon-test .nav-item .nav-link {
    background-color: #f0f0f0 !important;
}



@media(max-width:1200px) {
    .edited-row-category {
        column-count: 3;
    }
}

@media(max-width:992px) {
    .edited-row-category {
        column-count: 2;
    }
}

@media(max-width:770px) {
    .edited-row-category {
        column-count: 2;
    }
}

@media(max-width:575px) {
    .edited-row-category {
        column-count: 1;
    }

}

#email_error_sub{color:red;}
#email_error_sub_two{color:red;}


.visa1{
    max-width: 50%;
    height: 20px;
    width: auto;
    margin-left: 10px;
    
}
   
   .visa2{
       max-width: 50%;
       height: 30px;
       width: auto;
       margin-left: 10px;
    
} 

.visa3{
    max-width: 50%;
    height: 34px;
    width: auto;
    margin-left: 10px;
}

.visa4{
    
    max-width: 50%;
    height: 40px;
    width: auto;
    margin-left: 10px;
    
}
    
    @media(max-width:575px){
        .visa1{
    height: 15px;
    
}
   
   .visa2{
       height: 20px;
    
} 

.visa3{

    height: 24px;

}

.visa4{
    
    height: 24px;

    
}
    }    