@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:500,700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



html {
  overflow-x: hidden;
}
body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}
.row{
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/********* Number Dropdown Remove arrow *************/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}




/* Font Size */
.f-10{
  font-size: 10px !important;
}
.f-11{
  font-size: 11px !important;
}
.f-12{
  font-size: 12px !important;
}
.f-14{
  font-size: 14px !important;
}
.f-16{
  font-size: 16px !important;
}
.f-18{
  font-size: 18px !important;
}
.f-20{
  font-size: 20px !important;
}
.f-22{
  font-size: 22px !important;
}
.f-24{
  font-size: 24px !important;
}
.f-26{
  font-size: 26px !important;
}


.f-28{
  font-size: 28px !important;
}


.f-30{
  font-size: 30px !important;
}


.f-32{
  font-size: 32px !important;
}


.f-34{
  font-size: 34px !important;
}


.f-36{
  font-size: 36px !important;
}



.f-38{
  font-size: 38px !important;
}
.f-40{
  font-size: 40px !important;
}




.f-42{
  font-size: 42px !important;
}






/* Table width */
.wt_30{
  width: 30px !important;
}
.wt_50{
  width: 50px !important;
}
.wt_75{
  width: 75px !important;
}
.wt_100{
  width: 100px !important;
}
.wt_125{
  width: 125px !important;
}
.wt_150{
  width: 150px !important;
}
.wt_200{
  width: 200px !important;
}
.wt_250{
  width: 250px !important;
}

.card_shadow {
  box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.5) !important;
}

.modal{
  z-index: 1201;
}

.text-black{
	color:#000 !important;
}
.line-through{
	text-decoration: line-through !important;
}

.card_hover_shadow:hover {
  box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 8px rgba(224, 160, 59,1) !important;
}



/* Navbar */
.top-navbar{
	box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.5) !important;

}
.navbar-nav li a{
  font-family: 'Poppins', sans-serif;
  color: #676767;
  font-weight: 500;
  font-size: 14px;
}
.form-inline a {
  color: #676767 !important;
  font-size: 20px;
}
.nav_logo{
  margin-left: 3rem;
}
.navbar-fixed-top{
  position: fixed;
  top: 0;
  z-index: 1200;
  box-shadow: 0px 2px 5px #888888;
}
.login_menu a{
  font-family: 'Poppins', sans-serif;
  color: #676767;
  font-weight: 500;
  font-size: 14px;
}

.nav-item:hover .nav-link{
	color: #E0A03B;
}

.nav-item .active{
	color: #E0A03B !important;
}

.nav-item .nav-link{
	font-size: 18px !important;
}
.mega_menu_head{
	color: #E0A03B !important;
}
.mega_menu_head{
	text-decoration: none !important;
}
.mega_menu_sub{
	font-weight: 400;
}
.mega_menu_sub:hover{
	font-weight: bold;
	color: #000 !important;
	text-decoration: none !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  background-color: #fff;
}

@media (max-width: 767px) {
  .nav_logo{
    margin-left: 0px !important;
  }
  .login_dropdown{
    right: 0 !important;
    left: 0% !important;
  }
  .navbar-toggler-icon{
    color: #000;
  }
}

.top_bar{
	background: #333333;
}

.sec_head{
	letter-spacing: 3px;
	word-spacing: 3px;
}

/* Mega Menu Navbar */

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:1rem;
}
.mega_menu_card{
  border: none !important;
}
.login_dropdown{
  right: 0 !important;
  left: 85%;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) { 
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
  padding-top:0px;
  padding-bottom:0px;
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
  }
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position:static;
  }
  .navbar .dropdown-menu {
    width:100%;
    top:63px;
  } 
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display:block!important;
  }
}


/* Buttons */

.btn_white_round{
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 50px;
  padding: 6px 50px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;

	-webkit-box-shadow: 0 2px 10px 1px #999;
	-moz-box-shadow: 0 2px 10px 1px #999;
	box-shadow: 0 2px 10px 1px #999;
}
.btn_white_round:hover{
  background: #E0A03B;
  color: #fff;
  text-decoration: none;
}

.btn_yellow{
	background: #E0A03B;
	color: #fff;
  font-size: 14px;
}



/* .header_strip{
    width: 100%;
    background: url("../../assets/images/website/banner1.png");
    position: relative;
    z-index: 1;
} */

.header_strip{
	background-image: url("../../assets/images/website/banner1.png");
	/* background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
}
.strip_bg{
	background: rgba(0, 0, 0, 0.5);
}












/* Slider */

.slider_bg_color{
	/* background: #E0A03B; */
	background: #FFD391;
	display: table;
	overflow: hidden;
	width: 100%;
}
.banner_text{
	text-align: center !important;
	border: none !important;
	display: table-cell !important;
	vertical-align: middle !important;
	width: 100% !important;
}




/* Index  - Category List */
.category_div a:hover{
	text-decoration: none !important;
}

.category_nm{
	color: #333333;
	font-size: 18px;
}
.category_div:hover .category_nm{
	color: #e0a03b;	
	font-weight: bold;
}



/* Index - Brand */
.brand_div a:hover{
	text-decoration: none !important;
}



/* Index - Company-Info */
.company_info_div{
	border: 10px solid #E0E0E0;
	padding: 20px 30px 20px 30px;
}
.company_info_div p{
	color: #4F4F4F;
}


/* Index - Contact */
.contact{
	background: #BDBDBD;
}
.txt_subscribe{
	font-size: 14px;
}
.btn_subscribe{
	background: #4F4F4F;
	color: #fff;
	font-size: 14px;
}


/* Footer */
.footer_link{
	text-decoration: none !important;
	color: #333333;
}

.footer_link:hover{
	color: #e0a03b !important;
}

.contact_info{

}
.contact_info i{
	padding: 15px;
	background: #1f2731;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}
.contact_info h5{
	color: #f76b40;
	margin-top: 10px;
}

.go_top {
	position: fixed;
	z-index: 1200;
	right: 10px;
	bottom: 70px;
	display: none;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #E0A03B !important;
	font-size: 30px;
	text-align: center;
	color: #fff !important;
	transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}



.whatsapp {
	position: fixed;
	z-index: 1200;
	left: 10px;
	bottom: 70px;
	/* display: none; */
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgb(77, 194, 71) !important;
	font-size: 35px;
	text-align: center;
	color: #fff !important;
	transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}

.share_now {
	position: fixed;
	z-index: 1200;
	right: 10px;
	bottom: 70px;
	padding-top: 5px;
	/* display: none; */
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgb(239, 154, 154) !important;
	font-size: 25px;
	text-align: center;
	color: #fff !important;
	transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}



/* Product List page */


/* Product List */

.product_list .category_card a{
	font-weight: 600;
	text-decoration: none !important;
	color: #333333;
}

.product_list .category_card a:hover{
	/* font-weight: 600; */
	color: #E0A03B;
}

.product_list .category_card p{
	margin: 0 0 10px 10px;
}

.product_list .category_card{
	border: 1px solid #4F4F4F;
	max-height: 300px;
	overflow-y: auto;
	padding: 15px 15px 15px 15px;
}

.product_div .product_card a{
	text-decoration: none !important;
}




/* Product Details Page */

.product_details .product_gal_img{
	width: 100px !important;
}
.product_details .prod_name{
	color: #828282;
}
.product_details .prod_price{
	color: #000;
}
.product_details .prod_discout{
	color: #E0A03B;
}
.product_descr{
	color: #828282;
}
.product_attr:focus-visible {
	outline: none !important;
}

.product_descr p, .product_descr h1, .product_descr h2, .product_descr h3, .product_descr h4, .product_descr h5, .product_descr h6{
	margin: 0 0 10px 0 !important;
} 


.social_card_info{
	padding: 20px 15px 20px 15px;
	background-color: rgb(147, 36, 36) !important;
	text-align: center;
	color: #fff;
}
.social_card_links .web_link{
	padding:15px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
}
.web_link_color1{
	background-color: #616568;
}
.web_link_color2{
	background-color: #e1306c;
}
.web_link_color3{
	background-color: #25d366;
}
.web_link_color4{
	background-color: #3b5998;
}
.web_link_color5{
	background-color: #1da1f2;
}
.web_link_color6{
	background-color: #0077b5;
}
.web_link_color7{
	background-color: #cd201f;
}



.text-gray{
	color: #616568 !important;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
