/* Custom Container */
@media only screen and (min-width : 1200px){
	.container{
		max-width: 1300px;
	}
}

/* Global */
::-moz-selection { /* Code for Firefox */
	background-color: #FFB300;
	color: #fff;
}
::selection {
	background-color: #FFB300;
	color: #fff;
}
/* Works on Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: #393f47 #cccccc;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar{
  width: 8px;
}
*::-webkit-scrollbar-track{
  background: #cccccc;
}
*::-webkit-scrollbar-thumb{
  background: #393f47;
}
/* Light - 300 */
@font-face {
	font-family: 'CynthoNext';
	src: url('./fonts/CynthoNextLight.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

/* Medium - 500 */
@font-face {
	font-family: 'CynthoNext';
	src: url('./fonts/CynthoNextMedium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

/* Bold - 700 */
@font-face {
	font-family: 'CynthoNext';
	src: url('./fonts/CynthoNextBold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}
*, body, h1, h2, h3, h4, h5, h6, p, a{
	outline: 0 !important;
    font-family: 'CynthoNext', sans-serif;
	font-weight: 300;
}
html{
	scroll-behavior: smooth;
}
.btn:focus,
.form-control:focus,
.form-select:focus{
	outline: 0;
	box-shadow: none;
}

.add_shadow{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.dark_theme{
	background-color: #0f0f0f;
}

.btn-primary {
	background-color: #000;
	padding: 13px 34px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid transparent;
	transition: 0.5s ease;
}
.btn-primary:hover, .btn-primary:active{
	background-color: transparent !important;
	color: #000 !important;
	border: 1px solid #000;
	transition: 0.5s ease;
}
.btn-secondary {
	background-color: #FFB300;
	padding: 13px 34px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #FFB300;
	transition: 0.5s ease;
}
.btn-secondary:hover, .btn-secondary:active{
	background-color: #fff !important;
	color:  #FFB300;
	transition: 0.5s ease;
}
.btn-third{
	background-color: #fff ;
	color: #000;
	border-radius: 60px;
	padding: 12px 0px;
	font-weight: 500;
	border-color: transparent;
}
.heading_primary{
	font-size: 40px;
	font-weight: 700;
}
.heading_secondary{
	font-size: 36px;
	font-weight: 700;
}
.heading_third{
	font-size: 32px;
	font-weight: 400 !important;
}
p{
	font-size: 16px;
}
.description_primary{
	font-size: 26px !important;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #FFB300;
}
li{
	list-style: none;
}
.content_ul li{
	list-style: disc;
}
.gold_color{
	color: #FFB300 !important;
}
.form-control{
	border-radius: 0;
}
.one-line {
    white-space: nowrap;       /* force single line */
    overflow: hidden;          /* hide extra text */
    text-overflow: ellipsis;   /* add the "..." */
    display: block;            /* required for ellipsis to work */
    max-width: 100%;           /* keep within container */
}
/* Header */
.top-bar{
	padding: 20px 0px;
	background-color: #000;
}
.top-bar p{
	font-weight: 800;
	color: #fff;
	margin: 0;
}
.search-box{
	border: 1px solid #000;
	border-radius: 60px;
}
.search-box input{
	border: none;
	border-radius: 60px;
	padding-left: 16px;
}
.search_icon{
	padding-top: 3px;
	margin-right: 10px;
}

.top-bar  a{
	transition: 0.2s all;
}
.top-bar  a:hover{
	color: #FFB300;
}
.navbar-nav{
	gap: 40px;
}
.navbar{
	background-color: #000;
	color: #fff;
}
.navbar-nav li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: 0.2s all;
}
.navbar-nav li a:hover, .footer .footer_ul a:hover{
	color: #FFB300;
}
/* Make navbar toggler icon white */
.navbar-toggler {
	border-color: rgba(255, 255, 255, 0.8); 
	padding: 4px 8px !important;
}
.navbar-toggler-icon {
	width: 1.2em !important;
}


/* Banner */
.main_banner .heading_secondary{
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 40px;
}
.main_banner .btn-primary{
	margin-top: 30px;
}
/* Change swiper navigation arrows color */
.swipper_btn{
	width: 80px;
	position: absolute;
	right: 50px;
	margin-top: 30px;
}
 .swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev,
.swiper-button-next {
	top: auto !important;
}
.swiper-button-prev i,
.swiper-button-next i {
	font-size: 13px;   
	color: #000;    
} 
.product_card_main{
	margin-top: 100px;
}
.cart_btn{
	border: 1px solid #000;
	background-color: #F5F5F5;
	padding: 10px;
}
.old-price {
    text-decoration: line-through;
    text-decoration-thickness: 2px; /* makes line bolder */
    text-decoration-skip-ink: none; /* keeps it over the middle of letters */
}
.discount{
	background-color: #FFB300;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	font-weight: bold;
}
.section_3{
	padding-top: 100px;

}
.section_3_left{
	background-color: #ECF9FF;
}
.section_3_right{
	background-color: #FCEFF1;
}
.category_card{
	background-size: cover;  
	background-position: center;  
	height: 400px; 
	width: 100%;  
	padding-top: 300px;
}
.category_card .heading_secondary{
	text-transform: uppercase;
}
.category_view_all_btn{
	font-size: 18px;
}
.category_card_detail::after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
	z-index: -10px;
}
.category_content{
	position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 1; 
}
.section_6{
	margin-top: 100px;
	background-color: #FFB300;
}
.section_6_main{
	padding: 80px;
}
.section_10{
	padding: 60px 0px;
	margin-top: 100px;
	background-color: #000;
}
.section_10 .heading_third{
	text-transform: uppercase;
}
.section_10 h5{
	font-size: 24px;
}
.section_8{
	margin-top: 100px;
}
.category_bg{
	background-size: cover;  
	background-position: center;  
	width: 100%;  
	position: relative;
}
.category_card_detail::after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
	z-index: -10px;
}
.category_bg .content{
	position: absolute;
	bottom: 30px;
    left: 0;
	text-align: center;
    width: 100%;
    color: white;
    z-index: 1; 
}



/* Footer */
.footer-section{
	padding-top: 280px;
}
footer ul li{
	margin-bottom: 10px;
}
.footer_link{
	font-size: 16px;
	color: #fff;
	transition:  0.2s all;
}
.footer_link:hover{
	color: #FFB300;
}
.footer_main{
	padding-top: 130px;
}
.news_letter_main{
	background-color: #FFB300;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
	position: absolute;
	top: -120px;
}
.news_letter_main input{
	padding: 13px;
	border: none;
}
.contact_form_main{
	background-color: #FFB300;
}
.social_link{
	background-color: #fff;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: 0.2s all;
}
.social_link:hover{
	background-color: #FFB300;
}
.list-group-item.active {
  background-color: #000;
  border-color: #000;
}
#checkout-payment .btn-primary{
	background-color: #000 !important;
	border-color: #000;
}
.cart_counter{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -13px;
	right: -13px;
}
/* Responsive */

/* Small Device */
@media only screen and (max-width: 1199px){
	.heading_secondary{
		font-size: 26px;
	}

}

@media only screen and (max-width: 992px){
	.heading_primary{
		font-size: 30px;
		line-height: 1;
	}
	.heading_secondary{
		font-size: 22px;
	}
	.heading_third{
		font-size: 20px;
	}
	p{
		font-size: 14px;
	}
	.description_primary{
		font-size: 22px !important;
	}
	.navbar-nav{
		gap: 0px;
	}
	.navbar-nav li a {
		font-size: 14px;
		font-weight: 400;
	}
	.main_banner .heading_secondary{
		margin-bottom: 20px;
	}
	.main_banner .btn-primary{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.product_card_inner img{
		height: 300px !important;
	}
	.view_all_btn{
		font-size: 14px;
	}
	.product_card h4{
		font-size: 18px;
	}
	.product_card h5{
		font-size: 16px;
	}
	.discount{
		font-size: 16px;
	}
	.category_view_all_btn{
		font-size: 16px;
	}
	.category_card{
		height:300px; 
	}
	.product_card_main{
		margin-top: 70px;
	}
	.section_6{
		margin-top: 70px;
	}
	.section_6_main{
		padding: 40px 0px;
	}
	.section_3 {
		padding-top: 70px;
	}
	.section_10{
		padding: 60px 0px;
		margin-top: 70px;
	}
	.section_10 h5{
		font-size: 18px;
	}
	.section_8{
		margin-top: 70px;
	}
	.section_8_image_1{
		height: 400px  !important;
	}




	.footer-section{
		padding-top: 200px;
	}
	.footer_link{
		font-size: 14px;
	}
	.footer_main{
		padding-top: 130px;
	}
	.news_letter_main{
		padding: 30px;
		top: -120px;
	}

}

/* Tablet */
@media only screen and (max-width: 810px){
	.description_primary{
		font-size: 18px !important;
	}
	.heading_primary{
		font-size: 25px;
	}
	.heading_secondary{
		font-size: 20px;
	}
	.heading_third{
		font-size: 18px;
	}
	.main_banner .heading_secondary{
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.main_banner .btn-primary{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.discount{
		font-size: 14px;
	}





	.footer_main{
		padding-top: 130px;
	}
	.news_letter_main{
		padding: 30px;
		top: -120px;
	}

	

}

/* Mobile */
@media only screen and (max-width: 481px){
	.description_primary{
		font-size: 16px !important;
	}
	.heading_primary{
		font-size: 20px;
	}
	.heading_secondary{
		font-size: 18px;
	}
	.heading_third{
		font-size: 16px;
	}
	.view_all_btn{
		font-size: 12px;
	}
	p{
		font-size: 12px;
	}
	.btn-primary {
		padding: 10px 40px;
		font-size: 12px;
	}
	.btn-secondary {
		padding: 10px 40px;
		font-size: 12px;
	}
	.navbar_parent{
		flex-direction: column;
	}
	.search-box{
		margin-bottom: 10px;
	}
	.nav-icons{
		margin: 10px 0px;
	}
	.navbar-nav li a {
		font-size: 12px;
		font-weight: 400;
	}
	.main_banner {
		margin-bottom: 40px;
	}
	.main_banner .heading_secondary{
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.main_banner .btn-primary{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.product_card_inner img{
		height: 300px !important;
	}
	.product_card h4{
		font-size: 16px;
	}
	.product_card h5{
		font-size: 14px;
	}
	.discount{
		font-size: 12px;
	}
	.category_view_all_btn{
		font-size: 12px;
	}
	.product_card_main{
		margin-top: 50px;
	}
	.section_3 {
		padding-top: 50px;
	}
	.section_6{
		margin-top: 50px;
	}
	.section_6_main{
		padding: 40px 0px;
	}
	.section_10{
		padding: 50px 0px;
		margin-top: 50px;
	}
	.section_10 h5{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.section_8{
		margin-top: 50px;
	}
	.section_8_image_1{
		height: 300px !important;
	}




	
	.footer-section{
		padding-top: 140px;
	}
	footer ul li{
		margin-bottom: 10px;
	}
	.footer_link{
		font-size: 12px;
	}
	.footer_main{
		padding-top: 130px;
	}
	.footer_main h6{
		font-size: 13px;
	}
	.news_letter_main{
		width: 100%;
		padding: 20px;
		top: -120px;
	}
	

}

/* Tablet Landscape Mode */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1280px)
and (orientation: landscape){
	
}

/* Mobile Landscape Mode */
@media only screen 
and (min-device-width: 360px) 
and (max-device-width: 926px) 
and (orientation: landscape) {
 	
}