*{
    padding: 0;
    margin: 0;


}
:root{
    --title-size:1.5em;
    --heading-size:2em;
    --subheading-size:1.6em;
    --p-size:1.4em;
    --mrp-size:1.3em;
    --price-size:1.4em;
    --color-blue:#4e42f5;
    --color-lightblue:#8191eb;
    --color-pink:#e32d8e;
    --color-lightpurple:#cc98eb;
    --color-lightpink:#fa98f0;
    --color-white:#fff;
}

.colorBlue{
    color: var(--color-pink);
}
Link{
    text-decoration: none;
}
.subheadingS{
    font-size: var(--subheading-size);
    text-transform: capitalize;
}
.headingS{
    font-size: var(--heading-size);
    text-transform: capitalize;

}
.titleS{
    font-size: var(--title-size)!important;
    text-transform: capitalize;

}
.mrpS{
    font-size: var(--mrp-size);
    text-transform: capitalize;

}
.priceS{
    font-size: var(--price-size);
    text-transform: capitalize;

}
.paraS{
    font-size: var(--p-size);
    text-transform: capitalize;

}



.textWhite{
    color: #fff!important;
}
.textBlue{
    color:var(--color-blue)!important;
}
.buttonBlue{
    background-color: var(--color-blue)!important;
    color: var(--color-white)!important;
    outline: none!important;
    border-radius:5px!important;
    border: none!important;
}
.buttonPink{
    background-color: var(--color-pink);
    color: var(--color-white);
    outline: none;
    border-radius:5px;
    border: none;
}
.buttonBlue:hover{
    background-color: var(--color-lightblue)!important;
}
.buttonPink:hover{
    background-color: var(--color-lightpink);
}
.homeTopBar{
    background-color: var(--color-blue);
}




.profilebtn{
    border-radius:0;
    outline:none;
    padding:12px;
    background:#000;
    color:#fff;
    width:100%;
    outline: none;
}
.profilebtn:hover{
    border-radius:0;
    outline:none;
    padding:12px;
    border: #83c254;
    background:#83c254;
    color:#000000;
    /* width:100%; */
    outline: none;
}

.pay-button{
    border-radius:0;
    outline:none;
    padding:12px;
    background:#ffc107;
    color:#000000;
    /* width:100%; */
    outline: none;
    text-decoration: none;

}



.pay-button:hover{
    border-radius:0;
    outline:none;
    padding:12px;
    background:#72d02a;
    color:#000000;
    /* width:100%; */
    outline: none;
    text-decoration: none;
}

/* @media screen and (max-width:800px) {
  
    .Categimage{
        width:"100px";
        border-radius:"50%";
    }
  }

  @media screen and (min-width:801px) {
  
    .Categimage{ 
        width:"200px";
        border-radius:"50%";
    }
  } */



  .blinkingSpan{
    color:red;
    animation: blink-animation 1s steps(5, start) infinite;
  }

  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
@media screen and (min-width: 700px) {
    /* .desk-profinav{
        display: block;
    }
    .mob-profinav{
        display: none;
    } */
    .Categimage{
        width:200px!important;
        border-radius: 50%;

        /* width: 141px!important; */
        height: 200px!important;
        object-fit: cover;

    }
  }

  @media screen and (max-width: 701px) {
    /* .desk-profinav{
        display: none;
    }
    .mob-profinav{
        display: block;
    } */
    .Categimage{
        width:100px!important;
        border-radius: 50%;

        /* width: 141px!important; */
        height: 100px!important;
        object-fit: cover;
    }
  }

.topbar1{
    background-color: gray;
    padding: 3px;
    color:#fff;
}
.topbar-para{
    margin-bottom: 0;
}
.topbar2{
    background-color: #fafafa;
    color:grey;
}
.topbar2 i{
    color:grey;
}
.icon1{
    color:rgb(30, 134, 190);
}
.icon2{
    color:rgb(211, 65, 89);
}
.icon3{
    color:rgb(211, 65, 89);
}
.icon4{
    color:rgb(30, 134, 190);
}
.nav1-para{
    margin-bottom: 0;
    font-size:12px;
}
.search-input
{
   border-radius:25px;
   margin-bottom: 8px;
}
.gift-ideas-heading{
    font-size: 30px;
    color:rgb(45, 43, 43);
    margin-top: 30px;
}

.product-hr{
    width:80%;
}
.fa-envelope{
    margin-left: 10px;
}
.topbar-email{
    margin-left: 4px;
}
@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }

    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}
.navbar{
    background-color: #fff;
}
.navbar-container{
    border-bottom: 1px solid rgb(225, 221, 221);
     box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.topbar-icon{
margin-right: 0;
margin-left: 0;
}
.footer{
    /* background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url("https://img.freepik.com/free-vector/abstract-blue-circle-black-background-technology_1142-12714.jpg?size=626&ext=jpg&ga=GA1.1.587528429.1701858693&semt=ais"); */
    /* background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center; */

    background-color:#000;


    /* padding: 20px; */
  

    /* background-color: #1d242c; */
    color:#b3b3b3;
    /* padding: 20px; */
}
.social-media-icon{
    display: inline-block;
    width:40px ;
    height: 40px;
    margin-left: 8px;
    border: 2px solid #fff;
    padding: 5px;
    font-size: large;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}
.testimonialBackg{
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.8)),url('https://img.freepik.com/free-vector/black-background-with-focus-spot-light_1017-27230.jpg?size=626&ext=jpg&ga=GA1.1.587528429.1701858693&semt=sph')!important;
    /* background-attachment: fixed; */
    background-repeat: no-repeat!important;
    background-position: bottom;
    background-size: cover!important;
    min-height: 400px; 
}

.homeCategoryCont{
    margin-bottom: 20px;
}

.homeCategoryCont:last-child{
    margin-bottom: 0;
}

.social-media-icon:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    background-color: #4e42f5;
    color: #fff;
    border: #4e42f5;
     box-shadow: rgba(73, 16, 139, 0.35) 0px 5px 15px;;

}
.footer ul li{
    /* list-style-type: none; */
    /* font-size: 0.99em; */
        list-style-type: none;
    font-size: 1.4em;
    /* font-size: 0.99em; */
    line-height: 2.2;
}
.footer ul li a{
    color:#b3b3b3;
}
.footer ul li a:hover{
    text-decoration: none;
    color:#fff;
}
.footer-fa{
    color:#b3b3b3;
    
}
.footer-fa:hover{
    color:#fff;
}
.footer{
    /* font-size: 14px; */
}
.fa-star{
    color:rgb(29, 29, 155)
}
.top-category-iconblock{
border-right:1px solid black;
margin:5px;

}
.topicon-categoryrow{
    border:1px solid black;
    margin:5px;
    border-radius: 15px;
}
.top-category-iconblock6{
    border-right: none;
}
.Unique-gift-heading{
    font-size: 35px;
    color:black;
}

.submit-button{
    border:1px solid rgb(84, 82, 82);
}

/* .signup-container{
    border: 1px solid grey;
    border-radius: 25px;
} */
.inputtype-email{
border: none;
border-bottom:1px solid grey;
}
.inputtype-password{
    border:none;
border-bottom:1px solid grey;
}
.submit-button:hover{
    background-color: #1d242c;
    color:#fff;
  }
.signin-col1{
    /* background-color: #c3404e; */
    background-color: var(--color-lightblue);
    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
    border-end-end-radius: 5px;
    border-start-end-radius: 5px;
}
/* @media (max-width:760px)
{
    .signin-col1{
        border-end-end-radius: 25px;
        border-end-start-radius: 25px;
        border-start-start-radius: 0;
    }  
} */
.signin-div{
    border: 1px solid rgb(167, 167, 173);
border-start-start-radius:25px;
border-end-start-radius: 25px;
}

.top_slider_img{
    border-radius: 50%;
}
.category_div{
    padding:10px;
    border: 1px solid rgb(198, 191, 191);
    border-radius: 20px;
}
.category_img{
    border-radius: 20px;
    width:100%;
}
.category_para{
/* font-size:12px; */
color:gray;
}
.occasion-col{
border:1px solid rgb(217, 213, 213);
border-radius: 20px;
}
.occasion-img{
    border-start-start-radius: 20px;
    border-start-end-radius: 20px;
}
.world_wide_img{
    border:1px solid rgb(251, 251, 251); 
    border-radius: 20px;
    background-color:#f1f5f9;
}
.amount{
    /* font-size:25px; */
}
.product-para{
  color:  rgb(96, 99, 103);
}
#quantity{
    width:40px;
}
.button-light{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.pro-listing-img{
    border-start-start-radius: 20px;
    border-start-end-radius:20px;

}
.product-listing-products{
    border:1px solid rgb(223, 218, 218);
    border-radius: 20px;
}
.buttons{
    color:#494646;
}
.container-div{
    /* background-color:#fafafa; */
    margin-top: 20px;
    margin-bottom: 20px;
}
.details-container{
    /* background-color: #fff; */
    background-color:#fafafa;

}


.size span {
    /* font-size: 11px; */
  }
  
  .color span {
    /* font-size: 11px; */
  }
  
  .product-deta {
    margin-right: 70px;
  }
  
  .gift-card:focus {
    box-shadow: none;
  }
  
  .pay-button {
    color: #fff;
  }
  
  .pay-button:hover {
    color: #fff;
  }
  
  .pay-button:focus {
    color: #fff;
    box-shadow: none;
  }
  
  .text-grey {
    color: #a39f9f;
  }
  
  .qty i {
    /* font-size: 11px; */
  }

  /* cart count  */
  .div1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.387),rgba(0, 0, 0, 0.344)),url('./images/breadcrumb.svg');
    min-height: 150px;
    Width:100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    
    }

/* ordertable or responsive table css start  *//* *{
    font-family:'Times New Roman', Times, serif;
} */

.orderTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.orderTable caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.orderTable .orderTr {
	background-color: #fff;
	border: 1px solid #e1e5e9;
	padding: .35em;
	border-radius: 3px;
}
.orderTable .orderTablehead .orderTr:first-child {
    border: 1px solid #364255;
}
.orderTable .orderTh,
.orderTable .ordertTd {
	padding: 0.625em;
	text-align: center;
	color: #9da9b9;
	font-size: 1.3em;
	/* font-family: cursive; */
}

/* .orderTable .ordertTd:nth-child(4) {
	font-size: 12px;
} */

.orderTable .orderTh {
	font-size: 1.5em;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: #010102ec;
	color: #FFF;
}

.orderTable tbody .orderTr .ordertTd .btn-invoice {
	background: #010102d8;
	color: #FFF;
	font-size: 13px;
	padding: 10px 20px;
	border: 0;
	/* font-family: cursive; */
}

tbody .orderTr:nth-child(even) {
	background-color: #eee;
}

tbody .orderTr:nth-child(odd) {
	background-color: #fff;
}

@media screen and (max-width: 600px) {
	.orderTable {
		border: 0;
	}
	.orderTable caption {
		font-size: 1.3em;
	}
	.orderTable .orderTablehead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
		padding: 0;
	}
	.orderTable .orderTr {
		border-bottom: 3px solid #e1e5e9;
		display: block;
		margin-bottom: .625em;
	}
	.orderTable .orderTh,
	.orderTable .ordertTd {
		padding: 0.625em;
	}
	.orderTable .ordertTd {
		border-bottom: 1px solid #e1e5e9;
		display: block;
		font-size: 1.5em;
		text-align: right;
		color: #9da9b9;
	}
	.orderTable .ordertTd::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		color: #656971;
	}
	.orderTable .ordertTd:last-child {
		border-bottom: 0;
	}
	.orderTable .ordertTd:nth-child(4) {
		font-size: 0.8em;
	}
}

/* ordertable or responsive table css start  */
  
/* profile input css */
.checkoInput{
    width: 100%;
    border-radius: 2px;
    outline: none;
    padding: 10px;
    border:none!important;
    font-size: 1.3em;
  
  }



  /* new arrival style start  */

  /* .newarrv col:first-child img{
    width: 100%;
    height: 100%;
  } */

  .thirdcolimg{
    width:100%;
    height: fit-content;
    object-fit: contain;


  }
 
  @media screen and (max-width: 600px) {
    .thirdcol{
        max-height: 500px;;
    }
    .thirdcolimg{
        width:100%;
        height: 100%;
        height: fit-content;
        object-fit: contain;
        
      }
  }

  .newarrv img{

transition: all 0.3s ease;


  }

  .newarrv img:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

.newarrivalCont{
    position: relative;
}

/* ribbon css  */

.ribbon{
    height: 90px;
    width: 90px;
    /* background-color: rgb(85, 85, 72); */
    position: absolute;
    /* top:30px; */
    left:10;
    z-index: 99;
    overflow: hidden;

}
.ribbon span{
    position: absolute;
    background-color: yellow;
    width: 118px;
    padding: 10px 0;
    text-align: center;
    top: 10px;
    left: -30px;
    transform: rotate(-45deg);
}





/* OwlCarousel.css */

/* Adjust the position of the previous arrow on the left */
.prev-arrow {
    position: absolute;
    top: 50%;
    left: 5%; /* Adjust the left position as needed */
    transform: translateY(-50%);
    font-size: 24px; /* Adjust the font size as needed */
    color: gray; /* Adjust the color as needed */
}

/* Adjust the position of the next arrow on the right */
.next-arrow {
    position: absolute;
    top: 50%;
    right: 5%; /* Adjust the right position as needed */
    transform: translateY(-50%);
    font-size: 24px; /* Adjust the font size as needed */
    color: gray; /* Adjust the color as needed */
}

.quickViewimg{
  
    width: 100%;
  
    object-fit: cover!important;
    aspect-ratio: 3/3!important;
    object-position: center top!important;
    /* height: 270px!important; */

}



#search-box{
    /* margin: 10px; */
    position:relative;
    margin:0 10px;
    border:1px solid #ccc;
    padding:5px;
    border-radius:4px
  }
  #search-form{
    display: flex;
    height:40px;
    background-color:#fff;
    overflow:hidden
  }
  
  #search-text{
    font-size:14px;
    color:#ddd;
    border-width:0;
    background:transparent;
    line-height:15px
  }
  #search-box input[type="text"]{
    width:90%;
    padding:10px 0 5px 1em;
    color:#333;outline:none
  }
  #search-button{
    position:absolute;
    top:5px;
    right:5px;
    height:40px;
    width:80px;
    color:#fff;
    text-align:center;
    border-width:0;
    background-color:#05b2c4;
    cursor:pointer;
    text-transform:uppercase;
    border-radius:3px;
    outline:0}
    #search-button:hover{
      background:#333;
    }  

    .searchcategoryspan{
        background-color: rgb(248, 248, 255);
        border-radius: 15px;
        padding: 10px;
        font-size: var(--title-size);
        cursor: pointer;
    }