@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Open+Sans:wght@400;600&display=swap');
@font-face {
  font-family: 'poppins regular';
  src: url(Poppins-Regular.otf);
}
@font-face {
  font-family: 'poppins light';
  src: url(../fonts/Poppins-Light.otf);
}
@font-face {
  font-family: 'poppins extralight';
  src: url(../fonts/Poppins-ExtraLight.otf);
}
@font-face {
  font-family: 'Hind Light';
  src: url(../fonts/Hind-Light.ttf.woff);
}

@font-face {
  font-family: 'poppins semibold';
  src: url(../fonts/Poppins-SemiBold.otf);
}
@font-face {
	font-family: 'Omnes';
	src: url('fonts/Omnes-SemiBold.woff2') format('woff2'),
		url('fonts/Omnes-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Omnes';
	src: url('fonts/Omnes-Bold.woff2') format('woff2'),
		url('fonts/Omnes-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Omnes';
	src: url('fonts/Omnes-Regular.woff2') format('woff2'),
		url('fonts/Omnes-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
body a:hover
{
	text-decoration: none;
	/*color: #fb5000;*/
}

/*Container set*/

@media (min-width: 767px)
{
	.container
	{
		max-width: 100%;
	}
}
@media (min-width: 768px)
{
	.container {
	max-width: 92%;
	margin: 0 auto;
}
}
@media (min-width: 880px)
{
	.container{
		max-width: 760px;
	}
}
@media (min-width: 960px)
{
	.container {
	max-width: 880px;
}
}
@media (min-width: 992px)
{
	.container
	{
		max-width: 960px;
	}
}
@media (min-width: 1024px)
{
	.container
	{
		max-width: 966px;
	}
}
@media (min-width: 1110px)
{
	.container
	{
		max-width: 1100px;
	}
}
@media (min-width: 1200px)
{
	.container
	{
		max-width: 1140px
	}
}
@media (min-width: 1366px)
{
	.container
	{
		max-width: 1200px;
	}
}
/* Back to top Button design*/
:focus
{
	outline: -webkit-focus-ring-color auto 0px;

}

#backtotop {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FB5000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtotop:hover {
	cursor: pointer;
	background-color: #001588;
}
#backtotop:active {
  background-color:#001588;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px)
{
	#backtotop {
	display: none;
}
}
/**Back to top design End/
/*HEader CSS*/
.top-header {
	padding: 7px 0;
	background: #f6f6f8;
}
.top-header-right ul {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
}
.top-header-right ul li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
.top-header-left {
	text-transform: uppercase;
}
.top-header-left span
{
	color: #FD7130;
}
.top-header-right {
	text-align: right;
	padding-right: 0;
}
.top-header-left{
	padding-left: 0;
}
.top-header-right ul li a {
	color: black;
}
.top-header-right ul li a:hover {
	color: #FD7130;
}
.logo-block img {
	width: 40%;
}
.top-header-right ul li:first-child a{
	background-image: url(../img/phone.svg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 18px;
	background-size: 12%;
}
.top-header-right ul li:nth-child(2) a{
	background-image: url(../img/mail.svg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 21px;
	background-size: 9%;
}
.top-header-right ul li:nth-child(3) a{
	background-image: url(../img/user.svg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	margin-right: 0;
	background-size: 25%;
}
.logo-section {
	padding-left: 0;
}
.logo-section .logo-block {
	width: 60%;
}
.logo-block img {
	width: 100%;
}
.middle-header {
	padding: 20px 0;
}
.search-form .form-control {
	padding: 6px 20px !important;
	height: auto !important;
	border-radius: 100px;
	width: 100%;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
}
.btn-custom-search {
	background: #fb5000;
	margin-right: 3px;
	top: 2px;
	padding: 0 13px;
	bottom: 2px;
	color: white;
	border-radius: 100px;
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
}
.search-form form {
	position: relative;
	align-items: center;
	justify-content: flex-end;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #001588;
	outline: 0;
	 box-shadow:none;
}
.cart-wrapper ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
}
.cart-wrapper ul li {
	margin-left: 0;
	list-style: none;
	position: relative;
}
.cart-wrapper ul li img {
	width: 80%;
}
.cart-item-count {
	top: -9px;
	right: 0px;
	background: #e94f06;
	border-radius: 60px;
	z-index: 1;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: white;
	position: absolute;
}
.middle-header .row {
	align-items: center;
}

.middle-header .cart-wrapper {
	padding-right: 0;
}
.mobile-device-search {
	display: none;
}
.main-primary-header .navbar {
	padding: 5px 10px;
	background: #F6F6F8;
}
.main-primary-header .bg-light-gray {
	padding: 0;
}
.main-primary-header .navbar-nav li a.nav-link {
	color: black;
}
.main-primary-header .navbar-nav li a.nav-link:hover {
	color: #fb5000;
}
.main-primary-header .show .navbar-nav li.active::after {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 2px solid red;
	transition: all 0.4s ease-in-out;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nav-item {
  position: relative;
}
.nav-item::after {
  content: '';
  width: 0;
  height: 1px;
  border-bottom: 1px solid #fb5000;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.main-primary-header .navbar-nav li.nav-item:hover::after {
	width: 80%;
	transition: all 0.5s ease-in-out;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.main-primary-header .navbar-nav li.active::after{
  content: '';
width: 84%;
height: 1px;
border-bottom: 1px solid red;
transition: all 0.4s ease-in-out;
position: absolute;
left: 0;
bottom: 0;
margin: 0 auto;
right: 0;
}
.main-primary-header .dropdown-menu {
	font-size: inherit;
	list-style: none;
}
.btn-custom-search:hover {
	background: #001588;
	color: #fff;
}
.main-primary-header {
	margin-bottom: 10px;
}

.logo-block img {
	width: 70%;
}
.main-primary-header .navbar-nav li
{
	position: relative;
}
.main-primary-header .show .navbar-nav li {
	position: relative;
	text-align: left;
}
.dropdown-menu.show ul li {
	list-style: none;
	border-bottom: 1px solid #d3d3d33d;
}
.dropdown-menu.show ul li a:hover {
	background: #fb5000 !important;
}
.dropdown-menu.show ul li:hover a{
	color: #ffff !important;
}
/*Header design end*/
/*Banner design*/
.home-page-banner-wrapper .container {
	padding: 0;
}
.banner-section {
	position: relative;
}
.banner-section {
	position: relative;
}
.banner-text h5 {
	font-size: 23px;
	text-transform: uppercase;
	margin: 0;
}
.banner-text p {
	font-size: 16px;
	color: #63666a;
	margin: 0;
}
.banner-section .carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-indent: -999px;
	cursor: pointer;
	transition: opacity .6s ease;
	border-radius: 50px !important;
	height: 15px;
	width: 15px;
	border: 1px solid #CCC;
	background-color: #EBEBEB;
	margin: 5px;
	position: relative;
}
.banner-section .carousel-indicators li.active::before{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px solid #EBEBEB;
	border-radius: 50%;
}
.banner-section .carousel-indicators li.active {
	background: #fb5000 !important;
	opacity: 1;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.main-primary-header .nav-link.dropdown-toggle::after {
	display: inline-block;
	margin-left: 10px;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 0;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	left: auto;
	bottom: auto;
	top: 14px;
}
.dots_postion_set {
	left: auto;
	right: 0;
	margin: 3%;
}

/*.banner-text {
	top: 50%;
	background: white;
	width: 87%;
	transform: translateY(-50%);
	margin: 0 auto !important;
	right: 0;
	left: 0;
	position: absolute;
	padding: 10px 0;
}*/
.banner-text {
    top: 50%;
    background: white;
    width: 87%;
    transform: translateY(-50%);
    margin: 0 auto !important;
    right: 0;
    left: 0;
    position: absolute;
    padding: 10px 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.banner-section-img {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	max-height: 410px;
}
.btn-view {
	text-align: right;
}
.btn-square-blue {
	background: #001588;
	border: 0px !important;
	border-radius: 0;
	transition: cubic-bezier;
}
.btn.btn-square-blue:hover {
	background: #fb5000;
	border: 0px !important;
	border-radius: 0;
	transition: cubic-bezier;
}
.btn-square-blue a {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}
.home-page-right-category {
	padding: 0;
}
.banner-text .row {
	align-items: center;
}
.banner-category-title h4 {
	font-size: 18px;
	color: black;
	font-family: 'poppins regular';
}
.banner-category-text p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #63666a;
}
.banner-side-category {
	border-bottom: 1px solid #eeeded;
	padding: 17px 0;
	display: flex;
	align-items: center;
}
.banner-side-category:last-child {
	border-bottom: 0;
}
/*Banner design end*/
/*Top Category design*/
.product-top-category-section .container {
	padding: 0;
}
.product-top-category-section {
	padding: 25px 0;
}
.product-top-category-section .category-block:last-child {
	padding-right: 0;
}
.product-top-category-section .category-block:first-child {
	padding-left: 0;
}
.top-category .banner-category-img img {
	height: 200px !important;
	margin: 0 auto;
	width: auto !important;
}

.carousel-control-next, .carousel-control-prev {
	width: 6%;
}
.product-new-category .slick-slider .slick-next::before, .product-new-category .slick-slider .slick-prev::before {
	font-size: 28px;
	opacity: .75;
	color: #fff;
	background: #fb5000;
	border-radius: 80px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0px 0px;
	height: 20px !important;
	width: 20px !important;
}
.slick-next:focus::before, .slick-next:hover::before, .slick-prev:focus::before, .slick-prev:hover::before {
	opacity: 1;
	background: #001588 !important;
}

/*Top category Design end*/
/*New product design*/
.price-btn a {
	text-transform: uppercase;
	font-size: 13px;
}
.product-new-category {
	padding: 25px 0 20px 0;
}
.banner-category-text h6 {
	font-size: 15px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.product-stock {
	font-size: 15px;
	color: #4ecc8a;
	padding: 15px 0 0 0;
}
.price-btn {
	position: relative;
	border-bottom: 1px solid lightgray;
	padding: 15px 0;
}
.price-btn::after{
content: '';
width: 0;
position: absolute;
height: 1px;
border-bottom:1px solid red;
left: 0;
bottom: 0;
transition: all 0.2s ease-in-out;
}

.slick-slide.slick-active:hover .price-btn a {
	color: #fb5000 !important;
	text-decoration: none;
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fb5000 ;
}
.slick-slide.slick-active:hover .price-btn::after
{
width: 100%;
transition: all 0.2s ease-in-out;
}
.slick-slide.slick-active:hover .price-btn
{
	border: 0;
}
.price-btn a {
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Noto Sans',sans-serif;
	color: black;
	font-weight: 600;
}
.product-new-category .banner-category-img img {
	width: auto !important;
	margin: 0 auto;
	height: 200px;
}

.border-category-image {
	border: 1px solid #f0f0f0;
}
.badge-section {
	top: auto;
	bottom: 25px;
	left: 0px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-new-category img {
	padding:10px;
}
.product-new-category .banner-category-img {
	position: relative;
}
.product-new-badge {
	background: #fb5000;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 15px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 7px;
}
/*New Product Design end*/
/*footer design*/
.footer-wrapper {
	border-top: 1px solid #dbdcdd;
	background: #f6f6f8;
	position: relative;
	padding: 15px 0;
}
.main-footer {
	display: flex;
	align-items: baseline;
	padding: 0;
}
.copyright-text {
	margin: 10px 0 0 0;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 10px 15px 0 15px;
}
.footer-page-links {
	text-align: left;
}
.footer-page-links ul {
	padding: 0;
	margin: 0;
}
.footer-page-links ul li{
list-style: none;
}
.footer_widget_title {
	font-size: 14px;
	font-weight: 600;
	padding: 20px 0;
}

.footer-social-links ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.footer-social-links a {
	font-size: 16px;
	text-align: center;
	display: flex;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #babcbe;
	border: 1px solid #babcbe;
	background-color: white;
	align-items: center;
}
.footer-contact ul {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
}
.footer-contact ul li {
	list-style: none;
	display: block;
/*	padding-left: 25px;*/
	background-size: 4%;
	background-position: 0 5px;
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-links ul {
	padding: 0;
	margin: 0;
}
.footer-contact {
	text-align: left;
	padding-right: 0;
}
.footer-contact ul li a {
	color: black;
}
.footer-contact ul li a:hover {
	color: #FD7130;
}
.footer-contact ul li:first-child::before {
	content: '';
	background-image: url(../img/pin.svg);
	width: 25px;
	height: 30px;
	background-position: 0px 0px;
	background-size: 20px;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.footer-contact ul li:first-child:hover
{
	color: #FD7130;
}
.footer-contact ul li:first-child:hover::before {
	content: '';
	background-image: url(../img/pin_blue.svg);
}
.footer-contact ul li:first-child {
	/*background-image: url(../img/pin.svg);*/
	background-repeat: no-repeat;
}
.footer-contact ul li:nth-child(2)::before {
	content: '';
	background-image: url(../img/phone_gray.svg);
	width: 20px;
	height: 20px;
	background-position: 0px 0px;
	background-size: 90%;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.footer-contact ul li:nth-child(2):hover::before {
	content: '';
	background-image: url(../img/phone.svg);
}
.footer-contact ul li:nth-child(2){
	/*background-image: url(../img/phone_gray.svg);*/
	background-repeat: no-repeat;
	position: relative;
}
.footer-contact ul li:nth-child(3)::before {
	content: "";
	background-image: url(../img/mail_gray.svg);
	width: 20px;
	height: 20px;
	background-position: 0px 0px;
	background-size: 90%;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.footer-contact ul li:nth-child(3):hover::before {
	content: '';
	background-image: url(../img/mail.svg);
}
.footer-contact ul li:nth-child(3) {
	/*background-image: url(../img/mail_gray.svg);*/
	background-repeat: no-repeat;
	position: relative;
}
.footer-social-links li .facebook:hover {
	background: #3d5b99 !important;
	text-decoration: none;
}
.footer-social-links li .twitter:hover {
	background: #00aced !important;
	text-decoration: none;
}
.footer-social-links li .instagran:hover {
	background: #CE255E !important;
	text-decoration: none;
}
.footer-social-links li .gpay:hover {
	background: #CD201F !important;
	text-decoration: none;
}

.border-top-custom-gray{
	border-top: 1px solid #dbdcdd;
}
.gpay i {
	font-size: 12px;
}
.footer-links ul li{
	list-style: none;
}
.footer-links ul li a{
color: #63666a;
}
.footer-wrapper .top-menu-icon {
	margin-bottom: 10px;
}
.footer-social-links li {
	list-style: none;
	margin-bottom: 5px;
	margin-right: 5px;
}
.footer-map .mapouter {
	width: 100%;
	overflow: hidden;
	border: 3px solid white;
}
.footer-links ul li a {
	transition: all 0.2s ease-in;
	line-height: 1.8;
	color: black;
}
.footer-links ul li a:hover {
	text-decoration: none;
	color: #fb5000;
	padding-left: 5px;
	transition: all 0.2s ease-in;
	border-left: 2px solid #fb5000;
}
.footer-social-links a:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #001588 !important;
	transition: all 0.2s cubic-bezier(.65,.05,.36,1);
}
.footer-social-links .d-md-inline-block li {
	float: left;
}
/*Footer Design End*/
.w-100{
	margin: 0 auto;
}
@media (max-width: 1440px)
{
	.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
}

}
@media (max-width: 1109px)
{
	.main-primary-header {
	margin-bottom: 0;
}
.footer-contact ul li:first-child::before {
	width: 35px;
}
}
@media (max-width: 1024px)
{
	.logo-section .logo-block {
	width: 80%;
}
}
@media (max-width: 1023px)
{
	.home-page-banner-wrapper .home-page-right-category , .home-page-banner-wrapper .home-page-left-banner{
	max-width: 100%;
	flex: 0 0 100%;
}
.footer-social-links ul {
	display: inline;
}
.footer-social-links li {
	display: inline-block;
}
.product-new-category .banner-category-text {
	height: 30px;
}
.product-new-category .banner-category-img img {
	height: 140px;
}
.banner-category-title h4 {
	font-size: 13px;
}
.banner-category-text h6 {
	font-size: 13px;
}
.top-category .banner-category-img img {
	height: 160px !important;
}
.footer-contact ul li {
	background-size: 6%;
	background-position: 0 7px;
}
.main-primary-header .navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0, 0, 0, 0);
	width: 100%;
	text-align: right;
}
.main-primary-header .navbar-toggler-icon {
	background-size: 100% 75%;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	padding: 10px;
}
}
@media (max-width: 991px)
{
	.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	right: auto;
	left: 0;
	width: 100%;
}
.navbar-light .navbar-nav .nav-link {
	padding-left: 10px;
}
.footer-contact ul li:first-child::before {
	width: 45px;
	height: 50px;
}
}
@media (max-width: 768px)
{

.footer-contact ul li:first-child::before {
	width: 55px;
	height: 50px;
}
	.main-primary-header {
	margin-bottom: 10px;
}
	.medium-device-search{
		display: none;
	}
	.search-form .mobile-device-search {
	display: block;
	background: transparent;
	padding: 0 0px !important;
}
	.middle-header {
	padding: 10px 0;
}
	.cart-wrapper ul li img {
	width: 80%;
}
.middle-header .search-form {
	padding-left: 0;
}
	.top-header-right ul {
		display: flex;
		justify-content: flex-end;
	}
	.top-header-right ul li a {
	color: #0000;
	font-size: 1px;
	display: block;
	padding-left: 18px !important;
	background-size: 90% !important;
	width: 0;
	background-position: 0 0 !important;
	height: 17px;
}
.top-header-right ul li a:hover {
	filter: saturate(10%) brightness(119%) sepia(100%) contrast(100%);
	color: transparent;
}
.logo-section .logo-block {
	width: 100%;
}


}
@media (max-width: 767px)
{
	.logo-section {
	padding-left: 0;
	display: none;
}
.footer-contact ul li:first-child::before {
	width: 23px;
	height: 30px;
}
.cart-bag-section div img {
	width: 90%;
	margin: 0 auto;
}
.cart-bag-section div {
	text-align: right;
	width: 50%;
}
.cart-item-count {
	display: flex;
	justify-content: center;
}
.cart-item-count {
	top: -6px;
	right: 0px;
	height: 17px;
	font-size: 11px;
	width: 17px !important;
}
.banner-text {
	display: none;
}
.main-primary-header .navbar-toggler {
	padding: 0;
	margin-right: 10px;
}
.main-primary-header .navbar-brand {
	width: 31% !important;
	padding-left: 10px;
	display: flex !important;
	align-items: center;
}
.main-primary-header .navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0, 0, 0, 0);
	width: auto;
	text-align: initial;
}
.main-primary-header .navbar-toggler-icon {
	width: 1.5em;
	height: 1.5em;
	background-size: 100% 70%;
}
.footer-map .mapouter {
	width: 100%;
}
.footer-map .mapouter .gmap_canvas {
	width: 100%;
}
.footer-social-links li {
	display: inline-block;
	float: none;
}

.footer-wrapper .footer_widget_title {
	margin-top: 0;
	padding: 0 !important;
	margin-bottom: 15px;
}
.footer-wrapper .col-12:first-child {
	margin-top: 0;
}
.footer-wrapper .col-12 {
	margin-top: 15px;
}
.product-top-category-section .category-block:first-child {
	padding-left: 15px;
}
.product-new-category {
	padding: 25px 0 5px 0;
}
.footer-contact ul li {
	background-size: 2.5%;
	background-position: 0 7px;
}

}
@media (max-width: 667px)
{
	.footer-contact ul li {
	background-size: 3.5%;
	background-position: 0 7px;
}
	.middle-header .logo-section {
	display: none;
}

}
@media (max-width: 480px)
{
	.footer-contact ul li:first-child::before {
	width: 35px;
	height: 30px;
}
}
@media (max-width: 414px)
{

	.footer-map .mapouter {
	width: auto;
	margin: 0 auto;
}
.footer-contact ul li {
	background-size: 4.5%;
}
.slider.slider-nav.slick-initialized.slick-slider {
	width: 80%;
	margin: 0 auto;
}
}


/*------------------------------------------------------ NEW PAGE DESIGN ----------------------------------------------------------------------------------------------------------*/

/* Category page*/

.breadcrumb li {
	font-style: italic;
	padding: 0px 0;
	font-size: 11px;
}
.bredcrumb-wrapper .breadcrumb {
	background: transparent;
	padding: 0 15px !important;
	margin: 0;
}
.breadcrumb li a{
	color: gray;
}
.search-product-block:hover .price-btn a {
	color: #fb5000;
	font-weight: 600;
}
.section-filter-product-list .banner-category-img {
	position: relative;
	text-align: center;
}
.section-filter-product-list .banner-category-text p {
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.search-product-block:hover .price-btn::after {
	width: 100%;
}
.search-product-block:hover .price-btn
{
	border: 0;
}
.page-heading {
	font-size: 20px;
	font-family: 'poppins regular';
	font-weight: bolder;
}
.page-title {
	display: flex;
	align-items: center;
	padding: 15px;
}
.color-platters a {
	color: #4ecc8a;
	font-size: 14px;
	display: grid;
	line-height: 1;
	align-items: center;
}
.product-stock.color-platters ul li.color a {
	background: red;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	line-height: 1;
	margin-bottom: -2px;
}
.search-product-block {
	margin-bottom: 25px;
}
.product-stock.color-platters {
	padding: 10px 0 0 0;
	height: 54px;
}
.product-stock.color-platters ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.product-stock.color-platters ul li {
	display: inline-block;
}
.section-filter-product-list .banner-category-img img {
	width: auto;
	height: 200px;
}
/*Sidebar filter optin design*/
.section-search-filter {
	padding-left: 0;
	padding-right: 0;
}
.filter-header button {
	float: right;
	background: transparent;
	border: 0;
	color: #c4c4c5;
}
.filter-header button i {
	font-size: 8px;
}
.checkbox-container{
	position: relative;
}
.checkbox-container input[type="checkbox"], .checkbox-container input[type="radio"] {
	position: absolute;
	border: 0;
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	opacity: 0;
}
/* .checkbox-container input[type="checkbox"] + label, .checkbox-container input[type="radio"] + label {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 8pt;
	padding-top: 7px;
	color: #63666a;
	font-size: 13px; */
.checkbox-container input[type="checkbox"] + label, .checkbox-container input[type="radio"] + label {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	cursor: pointer;
	padding-top: 6px;
	color: #63666A;
	font-size: 13px;
	margin-bottom: 3px !important;
}
.filter-body .checkbox-container input[type="checkbox"] + label::before, .filter-body .checkbox-container input[type="radio"] + label::before {
	width: 11px;
	height: 11px;
	border: 1px solid #63666a;
}
.filter-body a {
	color: #63666a;
	font-size: 13px;
}
.filter-body .checkbox-container input[type="checkbox"]:checked + label::after, .filter-body .checkbox-container input[type="radio"]:checked + label::after {
	left: 0;
	width: 5px;
	height: 5px;
	background: #63666a;
	margin-left: 3px;
	top: 13px;
}
.checkbox-container input[type="checkbox"] + label::before, .checkbox-container input[type="radio"] + label::before, .checkbox-container input[type="checkbox"] + label::after, .checkbox-container input[type="radio"] + label::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
}
.filter-header {
	padding: 10px 0 0px 0;
	border-top: 1px solid #cfd0d2;
	margin: 10px 0 10px 0;
	font-size: 14px;
	cursor: pointer;
}
.filter-option-list .product-stock.color-platters {
	height: auto;
}
.filter-option-list:first-child .filter-header {
	border: 0;
	margin-top: 0;
}
.filter-body {
	padding-bottom: 0;
	font-size: 13px;
}
.login a {
	font-size: 15px;
	color: #ea5813;
	font-weight: 600;
}
.register a {
	font-size: 12px;
	text-decoration: underline;
	margin: 10px 0;
	display: block;
	text-underline-offset: 5px;
	text-decoration-color:#cfd0d2;
}
.register a:hover {
	color: #fb5000;
	text-decoration: underline;
}
.filter-body .color-platters a {
	margin: 10px 0 5px 0;
	width: 29px;
	height: 29px;
	border-radius: 20px;
}
.filter-body  .product-stock.color-platters ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.filter-body  .product-stock.color-platters ul li {
	display: inline-block;
}
/*Side filter end*/
/*Search row*/
.select-custom {
	padding: 4px 23px 4px 5px;
	-webkit-appearance: none;
	background: #fff0;
	border: 1px solid #cfd0d2;
	box-sizing: border-box;
	border-radius: 0;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	cursor: pointer;
}
.sort_form {
	position: relative;
	margin-left: 10px;
}
.sort_by_label , .page_label{
	font-weight: 600;
	color: #63666a;
	position: relative;
}
.sort_form::after {
	content: "";
	position: relative;
	width: 8px;
	height: 7px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	display: inline-block;
	right: 20px;
	transform: rotate(-45deg);
	top: -1px;
}
.serach_row {
	background: #f6f6f8;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #63666a;
	margin-bottom: 25px;
	padding: 10px 0;
}
.search_pagination .pagination {
	margin: 0;
}
.sort_by_default {
	display: flex;
	align-items: center;
	padding: 0 0 0 15px;
	position: relative;
}
.sort_by_section{
	display: flex;
	align-items: center;
	position: relative;
}
 .search_pagination_section{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sort_by_label::before {
	content: '|';
	padding: 0 25px;
}
.search_pagination .page-link:hover {
	color: #fb5000;
}
.search_pagination .page-link {
	position: relative;
	display: block;
	padding: 3px;
	margin-left: -1px;
	line-height: 1.25;
	color: #000;
	background-color: #fff0;
	border: 1px solid #dee2e600;
}
.search_pagination  .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff0;
	border-color: #dee2e600;
}
.search_pagination .page-link i {
	/*font: normal normal normal 14px/1 FontAwesome;*/
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
}
@media (max-width: 1023px)
{
	.section-filter-product-list .banner-category-img img {
	width: auto;
	height: 140px;
}
.sort_by_label::before {
	content: '|';
	padding: 0 5px;
}
}
@media (max-width: 768px)
{
	.product-stock.color-platters ul li.color a {

	width: 11px;
	height: 11px;
	margin-bottom: 0;
}
}
@media (max-width: 950px)
{
	.price-btn a {
	font-size: 11px;
}
.search-product-block .banner-category-title h4 {
	font-size: 15px;
}

}
@media (max-width: 667px)
{
	.sort_by_default {
	padding: 0 0 15px 0px;
	position: relative;
	justify-content: center;
}
.search_pagination_section {
	justify-content: center;
}
.section-filter-product-list .banner-category-img img {
	width: auto;
	height: 180px;
}
.section-filter-product-list {
	padding: 0;
}
.product-stock.color-platters ul li.color a {
	width: 17px;
	height: 16px;
	margin-bottom: -4px;
}
}
/*@media (max-width: 375px)
{

.page-heading {
	margin: 0 auto;
}
.sort_by_section {
	display: block;
	align-items: center;
	text-align: center;
}
.sort_by_label::before {
	content: '';
}
.sort_by_label, .page_label {
	font-weight: 600;
	color: #63666a;
	position: relative;
	padding: 10px 0;
}
.sort_by_default {
	padding: 0 0 0 0px;
}
}*/
@media (max-width: 414px)
{
	.col-6.product-block {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}

@media (max-width: 320px)
{
	.sort_by_section {
	display: inline;
	padding: 0 10px;
	position: relative;
	width: 100%;
	text-align: center;
}
.total_search_items {
	display: inline;
}
.sort_by_section {
	display: inline;
}
.sort_by_label {
	display: inline;
}
.sort_form {
	display: inline;
}
}

/*Single product page design*/
.product-page-detail .product-stock {
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
.product-page-detail .product-price h4 {
	line-height: 1;
	padding: 0;
	margin: 0;
	font-weight: 600;
}
.product-title h2 {
	font-weight: 600;
}
.product-page-detail .product-text p {
	font-size: 14px;
	color: #63666a;
}
.product-page-detail .product-stock a {
	color: #4ecc8a;
	font-weight: 600;
}
.product-information .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	justify-content: flex-start;
}
.product-information .nav-tabs .nav-link {
	border: 0px solid #dee2e6;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: 0;
	color: #dad7d8;
	font-size: 16px;
	font-weight: 700;
	background: transparent;
	width: auto;
	padding: 10px 20px;
}
.product-information .nav-tabs .nav-link:first-child {
	padding-left: 0;
}
.product-information .tab-content {
	border: 0px solid #dee2e6;
	padding: 20px 0;
}
#product-image {
	width: 80%;
	text-align: center;
}
.tab-title {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
}
.product-information {
	margin-bottom: 35px;
	margin-top: 35px;
}
.description-wrap p {
	margin: 6px 0 6px 0;
	font-size: 14PX;
}
.table-wrapper {
	width: 100%;
}
.description-wrap {
	margin-bottom: 25px;
	background: #dad7d81a;
	padding: 14px 20px;
}
.tab-title h6 {
	font-weight: bolder !important;
}
.table-wrapper .table {
	font-size: 13px;
}
.price-stock table tr:first-child td:nth-child(2n) {
	background: black;
	color: white;
}
.price-stock table tr:first-child td::first-child{
background-color: transparent;
}
.price-stock table tr:first-child td:nth-child(2n+1) {
	background: #dee2e6;
}
.price-stock table tr:first-child td:first-child {
	background: transparent;
}
.price-stock table td
{
	font-size: 14px;
}
.price-stock table tr:first-child:hover ,.price-stock table td:first-child:hover{
	background: transparent;
}

.price-stock table td:hover {
	background: #babcbe7d;
}
.tab-download-link {
	padding: 0;
	margin-bottom: 15px;
}
.tab-download-link-btn {
	text-align: center;
	background: #001588;
	padding: 10px;
	font-size: 14px;
	margin: 0 10px;
	border: 1px solid #001588;
}
.tab-download-link-btn a {
	color: white;
	font-size: 15px;
	font-weight: 700;
}
.tab-download-link-btn:hover {
	border: 1px solid #001588;
	background: transparent;
}
.tab-download-link-btn:hover a{
	color: #001588;
}
.tab-download-link-btn-orange {
	text-align: center;
	background: #fb5000;
	padding: 10px;
	font-size: 14px;
	margin: 0 10px;
	border: 1px solid #fb5000;
}
.tab-download-link-btn-orange:hover {
	border: 1px solid #fb5000;
	background: transparent;
}
.tab-download-link-btn-orange:hover a{
	color: #fb5000;
}
.tab-download-link-btn-orange a {
	color: white;
	font-size: 15px;
	font-weight: 700;
}
.tab-download-link-btn,.tab-download-link-btn-orange {
	margin-left: 0;
}

.product-information .nav-link.active {
	background: #CCC0 !important;
	color: black;
}
.download-btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 30px;
}
.btn-custom-download,.btn-shipping-price  {
	font-size: 12px;
	color: black;
	border: 1px solid #FB5000;
	padding: 8px 7px;
	display: block;
}
.btn-custom-download i {
	margin-right: 7px;
	font-size: 15px;
	color: #fb5000;
}
.btn-custom-download.btn-download-img i,.btn-custom-download.btn-req-sample i,.btn-custom-download.btn-req-quote i
{
	color: white;
}
.btn-custom-download.btn-download-img {
	background: #444444;
	border: 1px solid #444444;
	color: white;
	font-weight: 600;
}
.btn-custom-download.btn-download-img:hover, .btn-custom-download.btn-download-img:hover i
{
	color: 	#444444;
	background-color: transparent;
}
.btn-custom-download.btn-req-sample {
	background: #e94f06;
	border: 1px solid #e94f06;
	color: white;
	font-weight: 600;
}
.btn-custom-download.btn-req-sample:hover, .btn-custom-download.btn-req-sample:hover i
{
	color: 	#e94f06;
	background-color: transparent;
}
.btn-custom-download.btn-req-quote {
	background: #001588;
	border: 1px solid #001588;
	color: white;
	font-weight: 600;
}
.btn-custom-download.btn-req-quote:hover, .btn-custom-download.btn-req-quote:hover i
{
	color: 	#001588;
	background-color: transparent;
}
.btn.btn-primary.tab-download-link-btn-orange:hover {
	color: white;
	background: #001689;
}
form label {
	font-size: 15px;
}
.request_sample_form  .text-header h3 {
	background: white;
	display: block;
	position: relative;
	margin: 0;
}
.request_sample_form .text-header {
	margin-bottom: 15px;
	position: relative;
	background: white !important;
}
.request_sample_form .text-header::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 217px;
	border-radius: 100px;
	margin: auto auto;
	z-index: 9;
	top: 0;
	bottom: 0;
	border: 1px solid red;
}
.request_sample_form .text-header::after {
	content: '';
	position: absolute;
	right: 0;
	width: 51.5%;
	height: 2px;
	border-bottom: 2px solid #fb5000;
	bottom: 0;
	top: 0;
	margin: auto;
}
.modal-submit .tab-download-link-btn-orange {
	margin: 0;
	border: 0px solid;
	border-radius: 0;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}
.modal-submit {
	text-align: center;
}
.modal a:hover {
	color: #001689;
}
.btn-custom-download:hover {
	cursor: pointer;
	background: #fb5000;
	color: white;
}
.btn-custom-download:hover i {
	color: white;
}
.product-page-detail .product-stock li:hover a {
	border: 2px solid #000;
}
.product-page-image-slider-wrapper {
	padding-left: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	display: block;
}
.product-information nav.w-100 {
	border-top: 1px solid #cfd0d2;
	border-bottom: 1px solid #cfd0d2;
}
.table-wrapper .table tr td:first-child {
	width: 25%;
}
.thumbelina-but.vert i {
	font-size: 16px;
}
.product-page-detail-wrapper {
	margin-top: 30px;
}
@media (max-width: 1366px)
{
	.download-btn-wrap {
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 30px;
}
.download-btn-wrap {
    display: inline-block;
}
.btn-custom-download {
	font-size: 12px;
	color: black;
	border: 1px solid #FB5000;
	padding: 10px 15px;
	margin-bottom: 3px;
	display: inline-block;
	width: calc((100%/2) - 2px);
}
}
@media (max-width: 1024px)
{
	#thumbnails {
	height: 310px;
}
.bredcrumb-wrapper {
	margin: 10px 0;
}

}
@media (max-width: 1023px)
{


.table-wrapper .table tr td:first-child {
	width: 30%;
}
}

@media (max-width: 768px)
{
	.product-information .nav-tabs .nav-link {

	display: flex;
	align-items: center;
}

}

@media (max-width: 575px)
{

	.request_sample_form .text-header::after
	{
		width: 57%;
	}
	.table-wrapper .table tr td:first-child {
	width: 35%;
}
}
@media (max-width: 414px)
{
	.product-information .nav-tabs .nav-link {

	font-size: 13px;
}
}
@media (max-width: 375px)
{
	.btn-custom-download
	{
		display: block;
		width: 100%;
	}
}

@media (max-width: 320px)
{
	.table-wrapper .table tr td:first-child {
	width: 25%;
}
}
/*Zoom product gallary css*/
/*** OVERRIDES ***/
.thumbelina {
    list-style:none;
    padding:0px;
    margin:0px;
    position:absolute;
    white-space:nowrap;
    /* font-size:0 stop gaps between display-inline li elemets */
    /* Either do this, or remove all white space in HTML beween li elements */
    font-size:0;

    /* prevent annoying iPad cut/paste actions */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

/* Style for the list items that surround the thumbnails */
.thumbelina li {
	/*padding: 5px;*/
	line-height: 0px;
	margin: 5px 0;
}

/* Add a border to the thumbnails. */
.thumbelina li img {
     border:1px solid #ccc;
}

/* Hover effect for the images */
.thumbelina li img:hover, .thumbelina li img.cloudzoom-gallery-active, .embed_link.cloudzoom-gallery-active ,.embed_link:hover{
	border: 2px solid #fb5000;
}
.embed_link{
	overflow: hidden;
}


/* Common style for the buttons */
.thumbelina-but {
    position:absolute;
    background-color: #ccc0;
    /*! border:1px solid #aaa; */
    /*! box-shadow: 0px 0px 8px rgba(0,0,0,0.25); */
    z-index: 1;
    cursor:pointer;

    /* Font related items for the symbols used on buttons */
    /* Obviously not needed if you're just using images */
    color:#888;
    text-align:center;
    vertical-align:middle;
    font-size:14px;
    font-weight: bold;
    font-family:monospace;
}

/* Hover style for active button */
.thumbelina-but:hover {
	color: #f60;
	/* box-shadow: 0px 0px 8px rgba(0,0,0,0.5); */
}

/*.thumbelina li:hover {
	border: 1px solid #f60;
}*/
/* Disabled style when button is not active due to extents being reached. */
/* You could do other things e.g. make buttons dissapear completely. */
.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
    background-color: #efefef00;
    /*! color: #ccc; */
    cursor:default;
    box-shadow:none;
}

/* Horizontal buttons. */
.thumbelina-but.horiz {
    width: 20px;
    height: 119px;
    line-height: 119px;
    top:-1px;

}
/* Left edge button. */
.thumbelina-but.horiz.left {
    left:-22px;
    border-radius: 5px 0px 0px 5px;
}
/* Right edge button */
.thumbelina-but.horiz.right {
    right:-22px;
    border-radius: 0px 5px 5px 0px;
}

/* Vertical buttons. */
.thumbelina-but.vert {
	left: -1px;
	height: 20px;
	line-height: 20px;
	width: 100%;
}
/* Top edge button. */
.thumbelina-but.vert.top {
    top:-22px;
    /*! border-radius: 5px 5px 0px 0px; */
}

/* Bottom edge button. */
.thumbelina-but.vert.bottom {
    bottom:-22px;
    border-radius: 0px 0px 5px 5px;
}
.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}
.thumbelina {
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
}
.thumbelina li img, .thumbelina li img:hover {
	height: auto;
	/*border: none;*/
	width: 100%;
}
.thumbelina-but.vert {
  line-height: 28px;
}

/*** CUSTOM ***/
#thumbnails {
	position: relative;
	width: calc(100% - 85%);
	height: 380px;
	background-color: #fff;
	border-left: 1px solid #aaa0;
	border-right: 1px solid #aaa0;
	float: left;
	margin-top: 0;
	z-index: 2;
}
#thumbnails a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
/* Prevent FOUC */
#thumbnails ul {
  visibility: hidden;
}
#thumbnails ul.thumbelina {
  visibility: visible;
}
#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 1rem;
}

#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s; /* Sync with JS */
  background: url('http://res.cloudinary.com/thdoan/image/upload/v1498133706/carousel/watch01-large.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1;
}

.fullscreen {
  overflow: hidden;
}
.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden; /* Prevent FOUC */
}
.fullscreen #thumbnails {
  position: fixed;
  top: 8px;
  left: 8px;
  opacity: 0.8;
}
.fullscreen #zoom-overlay {
  animation: fadein 0.5s; /* Sync with JS */
  display: block;
  opacity: 1;
}
.cloudzoom-blank div:last-child {
	display: none !important;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeout {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
img.cloudzoom
	{
		width: 85%;
	}
/* Zoom product css end*/

#signup-modal-content, #forgot-password-modal-content{
  display: none;
}
@media (max-width: 950px)
{
	#thumbnails {
	height: 240px;
}
}
 @media (max-width: 768px)
 {
 	#product-image {
	width: 73%;
	text-align: center;
}
img.cloudzoom
	{
		width:100%;
	}
#thumbnails {
	width: calc(100% - 78%);
	height: 240px;
}
 }
@media (max-width: 650px)
{
	#thumbnails {
	height: 390px;
}


.product-information .nav-tabs {
	justify-content: space-between;
}
.product-information .nav-tabs .nav-link:last-child {
	padding-right: 0;
}
.product-information .nav-tabs .nav-link {
	display: flex;
	align-items: center;
	width: calc(100% / 3);
	font-size: 13px;
	text-align: center;
}
}
@media (max-width: 414px)
{
	#thumbnails {
	height: 270px;
}
}
@media (max-width: 320px)
{
	#thumbnails {
	width: calc(100% - 81%);
}
#thumbnails {
	height: 210px;
}
.thumbelina li img, .thumbelina li img:hover {
	height: auto;

}
}

/*Search Filter design*/
.search_result {
	text-decoration: none;
}
.serach_result_list li {
	padding: 10px;
	list-style: none;
	padding-left: 20px;
}
.serach_result_list li .search_block {
	display: flex;
	align-items: center;
}
.search_product_des {
	display: flex;
	flex-direction: column;
}
.search_product_des span {
	color: black;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.search_product_des span.description {
	font-weight: 700;
}
.search_product_img {
	margin: 5px 10px;
}
.serach_result_list li.serach_product_result:hover {
	background: #EEEEEE;
}
.serach_result_list_header {
	padding: 20px;
	font-size: 16px;
	border-bottom: 1px solid #eeee;
	margin-bottom: 5px;
}
.serach_result_list li a {
	color: black;
	font-size: 13px;
}
.search-result-warpper {
	position: absolute;
	z-index: 9;
	background: white;
	width: 95%;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-top: 2px;
}
.serach_result_list {
	padding: 0;
	 margin: 0;
}
/*Contact us Page design*/
.page_header {
	padding: 35px 0 ;
}
.contact_form label {
	font-size: 14px;
}
.contact_form label .red-color {
	color: red;
}
.btn-form {
	margin-left: 0;
	color: white;
	margin-bottom: 40px;
}
.btn.btn-square-blue {
	color: white;
}
.form_title {
	margin-bottom: 25px;
}
.contact_fields {
	padding: 0 60px;
}
.contact_fields .footer-contact ul li {
	list-style: none;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 30px;
}
.contact_fields .footer-contact ul li:first-child::before {
	width: 33px;
	height: 43px;
}
.social_icons_contact {
	padding: 0 60px;
	margin: 40px 0;
}
.follow_title {
	font-size: 16px;
	margin-bottom: 15px;
}
@media (max-width: 1024px)
{
	.contact_fields .footer-contact ul li:first-child::before {
	width: 54px;
	height: 65px;
}
}
@media (max-width:800px)
{
	.contact_fields .footer-contact ul li:first-child::before {
		width: 84px;
		height: 118px;
	}
}
@media (max-width: 768px)
{
	.contact_fields {
	padding: 0 30px;
}
.contact_fields .footer-contact ul li {
	font-size: 15px;
}
.social_icons_contact {
	padding: 0 30px;
	margin: 25px 0;
}
.contact_fields .footer-contact ul li:first-child::before {
    width: 84px;
    height: 78px;
}
}

@media (max-width:767px)
{
	.contact_fields .footer-contact ul li:first-child::before {
		width: 34px;
		height: 36px;
	}
}

@media (max-width: 650px), (max-width: 767px)
{
	.contact_fields,.social_icons_contact {
	padding: 0 0px;
}

.contact_fields .footer-contact ul li {
	margin-top: 20px;
}
}
/*About us page design*/
.about-text h5{
	margin-bottom: 25px;
}
.about-text h6{
	margin-bottom: 15px;
}
.about-para {
	font-size: 14px;
	margin-bottom: 35px;
}
.about-text h5,.about-text h6 {
	font-weight: 600 !important;
}
.about-para ul li, .about-para ol li {
	margin-bottom: 10px;
}
.about-para ::marker {
  color: #FC5000;
  font-size: 14px;
}
/*testimonial block*/
.testimonial {
	background: white;
	border: 1px solid #F0F0F0;
	border-radius: 0;
	padding: 20px;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.testimonial p {
	font-size: 15px;
	color: #63666A;
}
.testimonial_uthor {
	font-size: 18px;
	color: black;
	font-family: 'poppins regular';
}
.testimonial_img {
	float: right;
}
.testimonial_img img {
	width: 200px;
}
.testimonial::before {
	background-image: url(../img/left-quotes-sign.svg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 0;
	background-size: 25%;
	content: '';
	position: absolute;
	height: 200px;
	width: 200px;
	left: 8px;
	opacity: 0.05;
	z-index: 0;
	top: 3px;
	transform: rotate(0);
}
/*reqeust for the account*/
.list-area ul li {
	padding-left: 10px;
}
/* .apply_block .footer-contact ul {
	display: flex;
	justify-content: space-around;
} */
.apply_block .footer-contact ul li {
	margin-right: 20px;
}
.apply_block .footer-contact ul li a {
	font-size: 18px;
	padding-bottom: 3px;
}
.standard-color{
	background:#fb5000 !important;
	border:1px solid #fb5000;
	margin-right: 10px;
	color:#ffffff;
}
.express-color{
	background:red !important;
	border:1px solid red;
	margin-right: 10px;
	color:#ffffff;
}
.road-color{
	background:green !important;
	border: 1px solid green;
	margin-right: 10px;
	color:#ffffff;
}
.shipping-btn-wrap{
	display: flex;
	margin-bottom: 20px;
	margin-top: 30px;
	justify-content: space-between;
	gap: 20px;
}
.shipping-btn-wrap button{
	width: 100%;
	border-radius: 5px;
}

.shipping-btn-wrap button.standard{
	border:1px solid #fb5000;
	color: #fb5000;
	background: transparent !important;
}

.shipping-btn-wrap button.standard.active_price{
	background: #fb5000 !important;
	color: white;
}

.shipping-btn-wrap button.express{
	border:1px solid red;
	color: red;
	background: transparent !important;
}

.shipping-btn-wrap button.express.active_price{
	color: white;
	background: red !important;
}

.shipping-btn-wrap button.road{
	border:1px solid green;
	color: green;
	background: transparent !important;
}

.shipping-btn-wrap button.road.active_price{
	color: white;
	background: green !important;
}

.price-delivery{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.price-delivery .form-group{
	display: flex;
	align-items: center;
	gap: 8px;
}
.price-delivery .inclusive_price_div,
.price-delivery .form-group,
.price-delivery .form-group label{
	padding: 0 !important;
	margin: 0 !important;
}

.price-delivery .form-group label{
	text-transform: capitalize !important;
}
/* .active_price{
	background:#374850 !important;
	border: 1px solid #374850;
} */
.hide_lead_time_days_row{
	display: none;
}
.show_lead_time_days_row{
	display: block;
}
.lead_time_days_row{
	color: #4157d5;
}
.lead_time_days_row td{
	padding: 12px 0px;
}
@media (max-width:650px)
{
	.contact_fields .footer-contact ul li:first-child::before {
		width: 34px;
		height: 36px;
	}
}
@media (max-width:479px)
{
	.contact_fields .footer-contact ul li:first-child::before {
		width: 38px;
		height: 55px;
	}
}
@media (max-width:320px)
{
	.contact_fields .footer-contact ul li:first-child::before {
		width: 60px;
		height: 55px;
	}

}
@media (max-width: 479px)
{
	.main-primary-header ul li.nav-item.dropdow.show .dropdown-menu.p-0.show {
    display: block;
    position: relative;
    transform: unset;
    left: auto;
}
}
#datepicker  .datepicker-inline{
    width: 100%;
}
