* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* ---color- font-family--  */
.fcolor {
    color: #8c0d4f !important;
}

.bcolor {
    background-color: #8c0d4f;
}

.fontfaimly {
    font-family: 'Quicksand';
}

/* ----- section --- headre-- */


.form-input input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.form-input input:focus {
    border: 2px solid #8c0d4f;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}
.btn-file{
   background-color: #8c0d4f;
   padding: 17px 0px;
   border-radius: 0px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px; 
}

.dropdown2-menu {
    width: 1100px;
    top: 33px;
    left: -850px;
}

.main-effict1 {
    height: 500px;
    display: none;
    top: 33px;
    width: 1000px;
    left: -700px;
    z-index: 9999;
} 

#dropdown12:hover .dropdown2-menu,
#main-effict:hover .main-effict1 {
    display: block !important;

}

.product-image {
    overflow: hidden !important;
}

.phover i:hover{
    color: #640000 !important;
}
.main-ul a {
    color: #000;
    text-decoration: none;
}

.main-ul a:hover{ 
    color: #640000 !important;
}

.chocker,
.btn-chocker{
    padding: 3px 5px;
    border-radius: 50%;
    background-color: #b690a8;
}

.btn-chocker:hover{
    color: white !important;
    background-color: #640000;
}

.hover-dropdown {
    top: 33px;
    display: none !important;
}

.hover-dropdown2{
    width: 100%;
}
.list-group-item-2:hover .hover-dropdown2 {
    display: block !important;
}

.product-card:hover .product-image img {
    transition: .2s;
    transform: scale(1.2);
}

.category-headers li a {
    color: black;
    text-decoration: none;
}

.featured-content01 {
    top: 35%;
    left: 10%;
}

.fade {
  transition: opacity 0.15s linear; 
}

.fade:not(.show){
  opacity: 0;     
  display: none;    
}

.fade.show {
  opacity: 1; 
  display: block;   
}
.navmenu a{
    color: #000;
    text-decoration: none;
    /* margin-top: 5px !important; */
    transition:0.3s ease-in-out;
}
.colorfm{
    color: #000;
}
.colorfm:hover{
    color: #3e0925;
}

.catagitery01{
    color: #000;
    font-weight: bold;
}
.catagitery01:hover{
    color: #640000;
}

.btn-chocker{
    color: #000;
    border-radius: 50%;
    padding: 5px 10px;
    background-color: #b690a8;
}
.btn-chocker:hover{
    background-color: #640000;
    color: white !important;
}
.navmenu a:hover{
    color: #b63030;
    transform: translateX(30px) !important;
}
.list-group-item-1:hover .hover-dropdown{
    display: block !important;
}
.after-line::after{
    content:"";
    position: absolute;
    top: 120%;
    left: 0%;
    width: 0%;
    height: 2px;
    background-color: #8c0d4f;
}
.after-line:hover::after{
    transition: all .5s ease-in-out;
    width: 100%;
    background-color: #8c0d4f;
}
/* ----- END --- headre-- */

/* --BEGAIN --- section-1--- -- */

.sec-1 {
    overflow: hidden;
    height: 30px;
}

.animation1 span{
    animation: love 20s forwards infinite;
}

@keyframes love {
    0% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(-200%);
    }

    75% {
        transform: translateY(-300%);
    }
    100%{
        transform: translateY(-400%);
    }
}

/* --END --- section-1--- -- */

/* ---- silder-----------  */
.slide-content .slide-badge,
.slider-item .span-btn {
    margin-top: 300px !important;
    background-color: #eedbe5;
    color: #3e0925;
    padding: 10px 15px;
    border-radius: 30px;
    z-index: 99 !important;
}

.slider-item h1 {
    font-size: 62;
}

.fmt {
    box-shadow: 0 20px 10px rgba(0, 0, 0, .2);
}

.slide-content {
    margin: 30px !important;
    padding: 30px !important;
}

.slider-content p {
    margin-top: 100px !important;
}

.featured-img-wrapper .product-badge1 {
    background-color: #3e0925;
    font-size: 30px;
}

.on-product {
    width: 300px;
    position: absolute;
    bottom: 5%;
    right: 5%;

}

.fouse-btn1{
    color: #9c2e67 !important;
    background-color: #fff !important;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px 10px;

}

.fouse-btn1:hover {
    color: white !important;
    background-color: #b63030 !important;

}

.fouse-btn {
    color: #9c2e67 !important;
    background-color: #fff !important;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px 10px;
}

.fouse-btn:hover {
    color: white !important;
    background-color: #b63030 !important;
}



/* ------------promo card---------- */
.card-containe {
    background-color: white;
    /* box-shadow: 0px 100px rgba(0, 0, 0, 0.1); */
}




/* ------------women card---------- */

.nav-item button,
.nav-item1 button {
    color: #000;
}

.nav-item button:hover,
.nav-item1 button:hover {
    color: #b63030;
}

.category-card {
    position: relative !important;
    overflow: hidden;
    border-radius: 10px;
}

.category-card:hover {
    transition: all .2s ease;
    transform: translateY(-3px);
}

.category-card:hover .category-img {
    transition: all .2s ease;
    transform: scale(1.2) !important;
}

.category-card .category-link {
    position: absolute;
    width: 120px;
    bottom: 15px;
    left: 50%;
    padding: 5px 0px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #562340;
    font-size: 600;
    background-color: white;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.category-link1 {
    width: 160px;
}

.category-card .category-link:hover {
    color: white;
    background-color: #8c0d4f;
}

.btn-shop {
    text-decoration: none;
    padding-bottom: 8px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid black;
}

.btn-shop:hover {
    color: #8c0d4f;
    border-bottom: 2px solid #8c0d4f;
}

.promo-card:hover {
    transition: all .2s ease;
    transform: translateY(-3px);
}








/* ------------Main saller---------- */
.product-actions1 {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 35%;
    right: 5%;
}

.product-actions1 button {
    padding: 10px 15px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    color: #8c0d4f;
}

.product-actions1 button:hover {
    color: #fff;
    background-color: #8c0d4f;
}

.product01:hover .product-actions1,
.product01:hover .second-img {
    display: block !important;
}

.product01:hover .first-img {
    display: none !important;
}

.btn123{
    text-decoration: none;
    padding: 5px 30px;
    color: white !important;
    border-radius: 50px !important;
    /* background-color: #8c0d4f; */
}
.product-card1:hover .btn123{
   background-color: #8c0d4f; 
}
.product-card1:hover .product-overlay1{
    display: block !important;
}
.product-title a{
    text-decoration: none;
    color: #3e0925;
}

.list-group-item-2:hover .first-icon1{
    display: none ;
    
}
.list-group-item-2:hover .second-icon2{
    display: block !important;
}
.products-badge {
    position: absolute;
    top: 15%;
    left: 5%;
    border-radius: 5px;
    background-color: #b63030;
    color: #fff;
}

.product-badge {
    position: absolute;
    top: 15%;
    left: 10%;
    border-radius: 5px;
    color: #fff;
}

/* ------------ All sale ---------- */
.product-actions a{
   padding: 10px 12px;
   background-color: #fff;
   border-radius: 50%;
   color: #000;
   box-shadow: 0 0 10px rgba(0,0,0,0.2); 
}

.product-actions a:hover{
   color: #8c0d4f;
   transition: all .3s ease-in-out;
   transform: translateY(-3px);
}

.product-card1{
    position: relative;
}

.product-overlay1{
    position: absolute;
    bottom: 35%;
    left: 20%;
}

/* ------------footer---------- */
.footer {
    background-color: #f8f4f6;
}

.sitename {
    color: #3e0925;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Ubuntu", sans-serif;
}

.tcolor {
    color: #3e0925;
}

.footer-widget ul a {
    color: #000;
}

.footer-widget ul a:hover {
    color: #8c0d4f;
}

.icon-soical {
    color: #000;
    padding: 10px 12px;
    background-color: #e2dfe1;
    border-radius: 8px;
}

.icon-soical:hover {
    color: #fff;
    background-color: #8c0d4f;
    transition: all .3s ease;
    transform: translateX(-500px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.app-btn {
    color: #000;
    padding: 10px 15px;
    background-color: #e2dfe1;
    border-radius: 8px;

}

.app-btn:hover {
    color: white;
    background-color: #8c0d4f;
}

.payment-icons i:hover {
    color: #8c0d4f;
}

.condation-links a {
    color: #000;
}

.condation-links a:hover {
    color: #8c0d4f;
}
.footer-1line::after{
    content: "";
    position: absolute;
    top: 120%;
    left: 0%;
    background-color: #8c0d4f;
    width: 30px;
    height: 3px;
}

/* --------- js added ------- */
