
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
    padding: 0;
}

.topbar {
    padding: 20px;
    /* border-radius: 230px 100px; */
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 18px;
    transition: .5s;
    font-weight: 700;
}

.navbar {
    /* height: 100px; */
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}
.custom-border{
    border: 1px solid #81c408;
}
.custom-border-2{
    border: 1px solid #ffb524;
    border-radius: 10px;
    min-height: 440px;
}
.p-4 h4{
    font-size: 18px;
    text-align: start;
}
.hardware .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.hardware .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}
.border-tlb{
	border-top: 1px solid #81c408 !important;
    border-bottom: 1px solid #81c408 !important;
    border-left: 1px solid #81c408 !important;
}
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);

}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px;
    height: 130px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
    border: 1px solid #ffb524;
    border-radius: 10px;
    min-height: 530px;

}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
    
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
	min-height: 440px;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable-img {
    max-width: 250px;
    min-height: 250px;
    object-fit: cover; 
    margin: auto; 
    display: block; 
    border-radius: 8px; 
}
.hardware-img{
	max-width: 250px;
    min-height: 250px;
    object-fit: cover; 
    margin: auto; 
    display: block; 
    border-radius: 8px; 
	padding: 30px;	
    height: 190px;
}
.hardware-heading h4{
	text-align: start;
}
.hardware-heading p{
	text-align: start;
}
.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
	padding: 30px;
}

.vesitable .vesitable-item .vesitable-img img {
    height: 190px;
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}
.rounded-bottom h4{
    font-size: 18px;
}
.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    background: #0000000d;
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.pagination a {
    color: var(--bs-dark);

    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}

.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}

.activetab {
    border-bottom: 2px solid var(--bs-secondary) !important;
    background: #81c408;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/

.top-search-bar-container {
    flex: 1;
    max-width: 800px; 
}

.top-search-form {
    display: flex;
    align-items: center;
    height: 40px;
}

.top-category-select {
    border-radius: 25px 0 0 25px; 
    border: 1px solid #ddd; 
    padding: 10px 15px; 
    font-size: 12px; 
    margin-right: -1px;
	border-right: 2px solid #c2c2c2a6 !important; 
}

.top-form-control {
    border-radius: 0; 
    border: 1px solid #ddd; 
    flex: 1; 
    padding: 10px 15px; 
	font-size: 12px;
    height: 40px;
	outline: none; 
    box-shadow: none; 
}

.top-btn {
    border-radius: 0 25px 25px 0; 
    border: 1px solid #ddd; 
    background-color: #ffb524; 
    color: white; 
    padding: 10px 20px; 
    margin-left: -1px; 
    transition: background-color 0.3s; 
    height: 40px;
}
.premium-search-now{
	top: 0; right: 25%;	
}
.container.topbar {
    overflow-x: auto; /* Allows horizontal scrolling */
    white-space: nowrap; /* Prevents content from wrapping to the next line */
}

.container.topbar::-webkit-scrollbar {
    height: 8px; /* Height of the scrollbar */
}

.container.topbar::-webkit-scrollbar-thumb {
    background-color: #cccccc; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners */
}

.container.topbar::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the scrollbar track */
}

.d-flex {
    flex-wrap: nowrap; /* Prevents items from wrapping */
}

.top-search-bar-container,
.top-link,
.top-info {
    flex-shrink: 0; /* Prevents shrinking */
}

.topbar {
    overflow-y: hidden; /* Prevents vertical scroll */
    padding: 10px 0; /* Add padding for better spacing */
}
.box-heights {
    height: 440px !important;
}
.cards-boxs{
    background: #0000000d;
    padding: 10px 0;
}
.customers .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}
.customers .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}
.list-btn .search-wrapper {
    border-radius: 50px; 
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.list-btn .search-input {
    border: none; 
    padding: 12px 20px; 
    font-size: 16px; 
    border-radius: 50px 0 0 50px;
    box-shadow: none; 
    transition: box-shadow 0.3s ease; 
}

.list-btn .search-input:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5); 
}

.list-btn .search-btn {
    background-color:#ffb524; 
    color: white; 
    border: none; 
    padding: 12px 20px; 
    border-radius: 0 50px 50px 0;
    cursor: pointer; 
    transition: background-color 0.3s ease; 
}
.search-btn span{
    border: none !important;  
}

.list-btn .search-btn:hover {
    background-color: #ffb524 ; 
}

.list-btn .search-icon {
    font-size: 18px; 
}
.no-hover:hover{
	color: #fff;
    background-color: #ffb524;
    border-color: #ffb524;
}
.custom-products-details{
	height: 400px;
	width: 401px;
}
.d-flexs{
	display: flex;
}
.d-flexs-2{
	display: flex;
}
.about-imgs img{
	width: 100%;
	border-radius: 10px;
}

.privacy-policy {
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 40px auto;
    border-radius: 8px;
}
.privacy-policy h1 {
    text-align: center;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.policy-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.privacy-policy .icon {
    font-size: 30px;
    color: #3498db;
    margin-right: 15px;
}

.privacy-policy .content {
    flex: 1;
}

.privacy-policy h2 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #34495e;
}

.privacy-policy p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}


.terms-conditions {
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 40px auto;
    border-radius: 8px;
}



.terms-conditions h1 {
    text-align: center;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.terms-conditions .terms-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.terms-conditions .icon {
    font-size: 30px;
    color: #3498db;
    margin-right: 15px;
}

.terms-conditions .content {
    flex: 1;
}

.terms-conditions h2 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #34495e;
}

.terms-conditions p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.return-policy {
    padding: 30px 20px;
    background-color: #fff;
    max-width: 100%;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.return-policy h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
}

.return-policy p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

@media only screen and (max-width: 767px) {
    .px-0 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .nav{
        padding-left: 10px;
    }
	.navbar{
		height: 0px;
	}
.mobile-input-group{
	padding: 10px 0;
	margin-top: 35px;
}
.premium-text{
	font-size: 28px;
}
.premium-search{
	width: 100% !important;
}
.premium-search-now{
	right: 0;
}
.testimonial .owl-nav .owl-prev{
top: -40px;
}
.testimonial .owl-nav .owl-next{
top: -40px;
}
.hardware .owl-nav .owl-next{
    top: 103%;
}
.hardware .owl-nav .owl-prev{
    top:103%;
}
.vesitable .owl-nav .owl-next{
    top: 95%;
}
.vesitable .owl-nav .owl-prev{
    top: 95%; 
}
.custom-border-2{
    min-height: 585px;
}
.customers .owl-nav .owl-next{
    top: 103%;
}
.customers .owl-nav .owl-prev{
    top: 103%;
}
.testimonial .owl-nav .owl-next{
    top: 103%;
}
.testimonial .owl-nav .owl-prev{
    top: 103%;
}
.box-heights {
    height: 585px !important;
}
.g-4, .gy-4{
    --bs-gutter-y: 0rem;
}
.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.list-btn{
    margin-bottom: 22px;
    margin-top: -40px;
}
.fruite .fruite-item{
    min-height: auto;
}
.mb-20{
    margin-bottom: 20px;
}
.pagination {
    display: ruby !important;
}
.pagination li a{
    margin: 10px 0;
}
.Categories-border{
    border: 1px solid #679d06;
}
.d-flexs{
	display: block;
	text-align: center;
}
.d-flexs button{
	margin: 10px 0;
}
.custom-products-details{
	width: 100%;
	height: auto;
}
.paddings{
	padding: 20px 0;
}
}
input:focus, textarea:focus, select:focus {
    outline: none; /* Removes the default outline */
    box-shadow: none !important; /* Removes any shadow */
    border: none; /* Removes the border */
}
.form-control:focus{
    box-shadow: none !important;
}
.form-control:focus {
    color: #747d88;
    background-color: #fff;
    outline: 0;
    box-shadow: none !important;
}