@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
:root{
    --cart-btn: #1cc8ae;
    --lato: 'Lato', sans-serif;
    --header-text-color: #333;
    --primary-color-1: #e06423;
    --primary-color-2: #002e5b;
    --card-bg: #eeeeee;
    --item-price: #f26522;
    --footer-bg:#dfdfdf;
    --footer-bg-two: #d4d4d4;
    --footer-text-color: #6a6a6a;
    --footer-text-color-two: #7e7d7d;
}
*{
    font-family: var(--lato);
}

/* Top Navbar Starts */

.searchbox-selfcss{
    width: 404px !important;
    margin-right: 0 !important;
    border-radius: 5px 0 0 5px;
}
.searchbtn-selfcss{
    background-color: var(--primary-color-1);
    color: white;
    border-radius: 0px 5px  5px 0px;
}
.searchbtn-selfcss:hover{
    color: white;
}
.btn-cart{
    background-color: var(--cart-btn);
    margin-right: 15px;
}
#profile-btn{
    color: var(--header-text-color);
}
::placeholder{
    color: var(--header-text-color);
}
.secondary-nav{
    background-color: var(--primary-color-1);
}

/* Top Navbar Ends */

/* Second Navbar Starts */

.custom-navbar{
    gap: 15px;
}

.font-14{
    font-size: 14px;
}
.ws-3{
    word-spacing: 3px;
}

/* Second Navbar Ends */

/* Display Cards Starts */

#display-cards{
    background-color: var(--card-bg);
    padding-top: 30px;
}

.mb-30{
    margin-bottom: 30px;
}

/* Display Cards Ends */

/* Trending Carousel Starts */

.tp-heading{
    font-size: 20px;
    padding: 54px 0px;
    font-weight: bold;
    color: var(--header-text-color);
}
.btn-view{
    background-color: var(--primary-color-2);
}

.btn-view:hover{
    background-color: var(--primary-color-1);
}

.card-img-selfcss{
    margin:  0 auto;
}

.w-180{
    width: 180px !important;
}
.w-220{
    width: 220px !important;
}

.card-title-selfcss{
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.64px;
}

.strike{
    text-decoration: line-through;
    font-size: 1rem;
    color: var(--header-text-color);
    margin-right: 5px;
}

.ct-selfcss{
    font-weight: bold;
    color: var(--primary-color-2);
    letter-spacing: 0.64px;
}

.item-price{
    letter-spacing: 0.64px;
    font-size: 20px;
    color: var(--item-price);
    font-weight: bold;
}

.owl-nav{
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    position:absolute;
	right:0px;
	top: -90px;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
	display:inline-block;
	width:32px;
    aspect-ratio: 1 / 1;
    padding:7px 0px;
	background:#002e5b !important;
	color:#fff !important;
	font-size:28px !important;
	line-height:26px;
}
.owl-carousel .owl-nav button.owl-next{
	margin-left:10px;
	margin-bottom: 20px;
}

.pb-self-50{
    padding-bottom: 50px;
}

/* Trending Carousel Ends */
/* Features Starts */

section.features{
    background-color: var(--primary-color-2);
    padding: 35px 0px 0px;
    color: white;
}
.feature-heading{
    letter-spacing: 0.64px;
    margin-bottom: 7px !important;
}
.feature-desc{
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 21px;
    margin-bottom: 7px !important;
}

.mb-35{
    margin-bottom: 35px;
}

/* Features Ends */

/* Footer Starts */

footer{
    background-color: var(--footer-bg);
    padding: 49px 0px 25px;
    margin-top: 2px;
}
.f-col-head{
    color: var(--footer-text-color);
    letter-spacing: 0.64px;
    font-size: 16px;
}
.f-col-para{
    color: var(--footer-text-color);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.64px;
    margin-bottom: 0;
}

.read-more-selfcss{
    padding-right: 18px;
    font-size: 13px;
    font-weight: bold;
    color: var(--footer-text-color);
    letter-spacing: 0.64px;
    line-height: 20px;
}

.read-more-selfcss:hover{
    color: var(--footer-text-color);
}

.mb-3{
    margin-bottom: 3px !important;
}

.hovercss:hover{
    color: var(--footer-text-color);
}

.footer-forminput-custom{
    width: 164px !important;
    margin-right: 0 !important;
    background-color: transparent;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-radius: 3px 0px 0px 3px;
}

.footer-forminput-custom{
    box-shadow: none !important;
}

.footer-btn-custom{
    /* width: 76px; */
    padding: 0.375rem 10px !important;
    background-color: var(--primary-color-1);
    color: white;
    border-radius: 0px 3px 3px 0px;
}

.footer-btn-custom:hover{
    color: white;
}

.modified{
    background-color: var(--footer-bg-two);
    margin-top: 0;
    padding: 13px 0px;
}

.text-selfcss{
    font-size: 14px;
    letter-spacing: 0.64px;
    color: var(--footer-text-color-two);
}

/* Footer Ends */


/* Product Wrap Hover */

.product-wrap-hover{
	width:100%;
	height:404.2px;
	background-color:rgba(0,0,0,0.65);
	position:absolute;
	top:101%;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.product-wrap:hover .product-wrap-hover{
	top:0%;
	transition:0.3s;

	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.product-wrap-hover-cover{
	display:block;
	margin-top:130px;
}
.buy-now, .add-cart{
	display:block;
	width:160px;
	height:40px;
	background: #f26522;
	font-size:15px;
	text-align:center;
	color:#fff;
	margin:0 auto;
}
.add-cart{
	background:#002e5b;
	margin-top:18px;
}
.add-cart:hover{
    color: #F9D7D7;
}
.buy-now{
	background:#f36523;
	margin-top:18px;
}
.add-cart:focus{
	outline:none;
}
.buy-now :focus{
	outline:none;
}