a
{
	color:#3f3f3f;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
}

a:hover, a:focus, a:active
{
	color:#000;
	text-decoration:none;
	outline:none;
}

body
{
	font-family:"Roboto", sans-serif;
	margin:0px;
	padding:0px;
	line-height:24px;
	font-size:14px;
	color:#3f3f3f;
}

h1
{
	color:#006eb0;
	font-weight:500;
	font-size:30px;
	line-height:36px;
	text-transform:none;
	margin:15px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}

h1 span
{
	display:block;
	font-size:14px;
	line-height:24px;
	color:#939393;
	font-weight:500;
	text-transform:uppercase;
}

h1.h1
{
	color:#f2f2f2;
	font-weight:300;
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	margin:20px 0px 35px 0px;
}

h1.h1.bg
{
	background:url(../images/black-bg.png) 0px 0px repeat;
	display:inline-block;
	padding:10px 20px;
}

h1.h1 span
{
	display:block;
	color:#f2f2f2;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}

h1.inner
{
	color:#000000;
	font-weight:bold;
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	padding:75px 0px 0px 0px;
	margin:0px;
}

h1.large
{
	font-size:36px;
	line-height:48px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
}

h2
{
	color:#000000;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}

h3
{
	color:#fff;
	font-weight:500;
	margin-bottom:30px;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px;
	margin-top:0px;
	text-align:center;
}

h4
{
	color:#fff;
	font-weight:bold;
	margin-bottom:30px;
	font-size:18px;
	text-transform:uppercase;
	padding:0px;
	margin-top:0px;
}

h4.online
{
	padding-top:130px;
	background:url(../images/online-payment-img.png) center top no-repeat;
	letter-spacing:1px;
	font-size:22px;
}

h5
{
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:25px;
	margin-top:10px;
}

h5.icon-title
{
	padding-left:50px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-bottom:10px;
}

h5.icon-title.login
{
	background-image:url(../images/login-icon-1.png);
}

h5.icon-title.delivery-address
{
	background-image:url(../images/delivery-address-icon.png);
}

h5.icon-title.payment-method
{
	background-image:url(../images/payment-method-icon.png);
}

h5.r-padding
{
	padding-right:80px;
}

h6
{
	color:#000000;
	margin-bottom:0px;
	font-weight:500;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
}

hr
{
	border-top:1px solid #d5d5d5;
	margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.btn-link
{
	color:#006eb0;
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	line-height:31px;
	padding-right:16px;
	background:url(../images/down-arrow.png) right top 10px no-repeat;
	display:inline-block;
	text-decoration:none;
}

.btn-link:hover, .btn-link:focus
{
	background:url(../images/black-down-arrow.png) right top 10px no-repeat;
	text-decoration:none;
	color:#000;
}

.btn-link.right-arrow
{
	background:url(../images/blue-right-arrow.png) right top 10px no-repeat;
}

.btn-link.right-arrow:hover, .btn-link.right-arrow:focus
{
	background:url(../images/black-right-arrow.png) right top 10px no-repeat;
}

.btn-link.back
{
	color:#000;
	background:url(../images/back-arrow.png) 0px 10px no-repeat;
	padding-left:20px;
	margin-bottom:20px;
	opacity:0.5;
}

.btn-link.back:hover, .btn-link.back:focus
{
	opacity:1;
	border:none;
	outline:none;
}

.btn-link.collapse-link
{
	width:100%;
	border:none;
	margin-bottom:0px;
}

.btn-link.collapse-link:hover, .btn-link.collapse-link:focus
{
	border:none;
	outline:none;
}

.btn-default
{
	display:inline-block;
	border:none;
	background-color:#000000;
	border-radius:25px;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:10px 55px;
	margin-top:60px;
	margin-bottom:15px;
	color:#fff;
}

.btn-default:hover, .btn-default:focus
{
	border:none;
	color:#fff;
	background-color:#006eb0;
}

.btn-default.google-map
{
	margin-top:0px;
	padding-left:70px;
	padding-right:70px;
	background:#007447 url(../images/location-icon.png) 15px 11px no-repeat;
}

.btn-block
{
	display:inline-block;
	width:auto;
	font-size:12px;
	background-color:transparent;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:10px 55px;
	margin-top:60px;
	margin-bottom:15px;
	color:#fff;
	border:2px solid #f2f2f2;
	border-radius:25px;
}

.btn-block:hover, .btn-block:focus
{
	background-color:#f2f2f2;
	border:2px solid #f2f2f2;
	color:#2f2f2f;
	text-decoration:none;
}

.btn-primary
{
	display:inline-block;
	width:auto;
	font-size:12px;
	line-height:20px;
	background-color:#006eb0;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:11px 35px;
	margin-top:20px;
	margin-bottom:20px;
	color:#fff;
	border:none;
	border-radius:25px;
}

.btn-primary:hover, .btn-primary:focus
{
	background-color:#000;
	text-decoration:none;
	color:#fff;
	outline:none;
}

.btn-border
{
	display:inline-block;
	width:auto;
	font-size:12px;
	line-height:20px;
	background:url(../images/right-arrow.png) right 27px top -2px no-repeat;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:12px 60px 12px 30px;
	margin-top:20px;
	margin-bottom:20px;
	color:#000;
	border-radius:25px;
	border:2px solid #000;
}

.btn-border:hover, .btn-border:focus
{
	background:#006eb0 url(../images/right-arrow.png) right 27px top -52px no-repeat;
	color:#fff;
	border:2px solid #006eb0;
}

.big-btn
{
	display:block;
	padding:15px;
	background-color:#006eb0;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
}

.big-btn.clear-cart
{
	background:#006eb0 url(../images/clear-cart-icon-white.png) left 55px top 13px no-repeat;
	padding-left:30px;
	border-right:1px solid #3ea1dd;
}

.big-btn.clear-cart:hover, .big-btn.clear-cart:focus
{
	background:#000 url(../images/clear-cart-icon-white.png) left 55px top 13px no-repeat;
	padding-left:30px;
	color:#fff;
}

.big-btn.checkout
{
	background:#006eb0 url(../images/checkout-icon-white.png) left 60px top 13px no-repeat;
	padding-left:30px;
}

.big-btn.checkout:hover, .big-btn.checkout:focus
{
	background:#000 url(../images/checkout-icon-white.png) left 60px top 13px no-repeat;
	padding-left:30px;
	color:#fff;
}

.search-btn
{
	background-color:#006eb0;
	color:#fff;
	padding:10px;
	border-radius:0px 5px 5px 0px;
}

.search-btn:hover, .search-btn:focus
{
	background-color:#000;
	color:#fff;
}

#frmSearch label.error
{
	position:absolute;
	left:0px;
	bottom:-5px;
	z-index:1000;
}

.img-fluid
{
	width:100%;
}

.main-header
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index:100;
	margin:0px auto;
}

.main-header.inner
{
	position:static;
	width:100%;
}

.header-link
{
	float:right;
	margin-right:10px;
}

.header-link a
{
	color:#fff;
	padding:8px 15px;
	display:block;
	float:left;
	margin:0px 10px;
	font-size:12px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

.header-link a:hover, .header-link a:focus, .header-link a.active
{
	color:#006eb0;
	background-color:#fff;
}

.header-link a.login, .header-link a.search, .header-link a.shopping-bag
{
	width:20px;
	height:20px;
	display:block;
	padding:0px;
	margin:10px;
}

.header-link a.login
{
	background:url(../images/login-icon.png) 0px 0px no-repeat;
}

.header-link a.search
{
	background:url(../images/search-icon.png) 0px 0px no-repeat;
}

.header-link a.shopping-bag
{
	background:url(../images/shopping-bag-icon.png) 0px 0px no-repeat;
}

.header-link .navbar-toggler
{
	color:#5a2a6c;
	border:none;
	border-radius:0px;
}

.header-link .navbar-toggler-icon
{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0px;
	margin:0px 5px;
	display:block;
	width:auto;
	height:auto;
}

.header-link .navbar-toggler:hover, .header-link .navbar-toggler:focus
{
	background-color:#006eb0;
	color:#fff;
}

.navbar-brand
{
	padding:15px 0px;
	margin:0px 0px;
}

nav
{
	background-color:transparent;
	float:right;
}

.navbar
{
	padding:0px;
}

.navbar-nav
{
	padding-top:35px;
	padding-bottom:0px;
}

.navbar-light .navbar-nav .nav-item
{
	margin-left:5px;
	margin-right:5px;
}

.navbar-light .navbar-nav .nav-item:first-child
{
	margin-left:0px;
}

.navbar-light .navbar-nav .nav-item:last-child
{
	margin-right:0px;
}

.navbar-light .navbar-nav .nav-link
{
	font-size:14px;
	text-transform:uppercase;
	color:#ffffff;
	padding:10px 25px;
	font-weight:500;
}

.navbar-light .navbar-nav .nav-link.blue-bg
{
	background-color:#006eb0;
	color:#fff;
	letter-spacing:1px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active
{
    color:#006eb0;
	background-color:#fff;
}

.main-header.inner .navbar-light .navbar-nav .nav-link
{
	color:#000000;
}

.main-header.inner .navbar-light .navbar-nav .nav-link.blue-bg
{
	color:#ffffff;
}

.main-header.inner .navbar-light .navbar-nav .nav-link:hover, .main-header.inner .navbar-light .navbar-nav .nav-link.active
{
    color:#006eb0;
	background-color:#fff;
}

.dropdown-menu
{
	border-radius:0px;
	border:none;
	background-color:#333333;
	left:auto;
}

.my-account-menu
{
	right:0px;
}

.dropdown-menu a
{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0px
}

.navbar-light .navbar-toggler
{
	color:#5a2a6c;
	border:none;
	border-radius:0px;
}

.navbar-light .navbar-toggler-icon
{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding:0px 15px;
	margin:30px 10px;
	display:block;
	height:28px;
	width:30px;
	background-image:url(../images/menu-icon.png);
}

.navbar-toggler:hover, .navbar-toggler:focus
{
	outline:none;
}

.navbar-light .badge1
{
	left:auto;
	right:25px;
	top:-12px;
	font-weight:bold;
	background-color:#ED8701;
	color:#fff;
	line-height:20px;
}

.carousel
{
	background-color:#e1e1e1;
	height:600px;
	z-index:0;
}

.carousel .download-links
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:auto;
	text-align:center;
}

.carousel .download-links a
{
	display:block;
	padding:13px 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
}

.carousel .download-links a.white-bg
{
	color:#000;
}

.carousel .download-links a.blue-bg
{
	color:#fff;
}

.carousel .download-links a.dark-gray-bg, .carousel .download-links a.dark-gray-bg2
{
	color:#fff;
}

.carousel .download-links a.white-bg:hover, .carousel .download-links a.white-bg:focus, .carousel .download-links a.blue-bg:hover, .carousel .download-links a.blue-bg:focus, .carousel .download-links a.dark-gray-bg:hover, .carousel .download-links a.dark-gray-bg:focus, .carousel .download-links a.dark-gray-bg2:hover, .carousel .download-links a.dark-gray-bg2:focus
{
	color:#fff;
	background-color:#000;
}

.carousel.inner
{
	height:175px;
	background:#006eb0;
	color:#fff;
}

.carousel.inner .carousel-caption
{
	margin-top:38px;
	text-align:center;
	position:static;
}

.carousel.inner .carousel-caption h1
{
	color:#fff;
	font-size:30px;
	line-height:36px;
	font-weight:300;
	text-transform:uppercase;
}

.carousel-indicators .active
{
	background-color:#d0c863;
}

.owl-nav
{
	position:absolute;
	top:-75px;
	right:70px;
}

.owl-prev, .owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot
{
	width:28px;
	height:28px;
	display:block;
	float:left;
	margin-right:12px;
}

.owl-prev
{
	background:url(../images/carousel-left-arrow.png) 0px 0px no-repeat;
}

.owl-prev:hover, .owl-prev:focus
{
	background:url(../images/carousel-left-arrow.png) -28px 0px no-repeat;
	border:none;
	outline:none;
}

.owl-next
{
	background:url(../images/carousel-right-arrow.png) 0px 0px no-repeat;
}

.owl-next:hover, .owl-next:focus
{
	background:url(../images/carousel-right-arrow.png) -28px 0px no-repeat;
	border:none;
	outline:none;
}

#ProductSlider.owl-carousel .owl-item .border-right
{
	min-height:575px;
}

.block
{
	padding:75px 0px;
}

.news-block
{
	background-color:#f2f0f0;
	padding:25px 25px 95px 25px;
	display:block;
	margin:10px 0px;
	width:100%;
	position:relative;
}

.news-block .date
{
	display:block;
	color:#419cd3;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:20px;
}

.news-block .btn-primary
{
	position:absolute;
	bottom:15px;
	left:25px;
}

.product-block
{
	background-color:#f4f4f4;
	padding:20px 20px 130px 30px;
	color:#616161;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	width:100%;
}

.product-block .tag1, .product-block .tag2
{
	position:absolute;
	right:10px;
	top:35px;
	padding:3px 4px 2px 4px;
	background-color:#006eb0;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
	font-weight:500;
}

.product-block .tag1
{
	right:auto;
	left:-5px;
	top:45px;
	background-color:#000;
	transform:rotate(-90deg);
}

.product-block h5
{
	text-align:left;
	margin-bottom:0px;
}

.prod-price
{
	display:block;
	color:#006eb0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}

.product-block div.text-center, .owl-carousel div.text-center
{
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
}

.product-block .btn-border
{
	position:absolute;
	left:50%;
	margin-left:-85px;
	bottom:25px;
}

.product-error
{
	background-color:#f8e7e7;
	border:1px dashed #e4a5a5;
}

.read-more, .read-more-full
{
	display:inline-block;
	width:auto;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	border-radius:25px 0px 0px 25px;
	border:2px solid #000;
	margin-top:30px;
	margin-bottom:30px;
	padding:12px 25px 12px 25px;
	float:left;
}

.read-more-full
{
	border-radius:25px 25px 25px 25px;
}

.read-more.gray, .read-more-full.gray, .shopping-cart.gray, .out-of-stock.gray
{
	border:2px solid #cecece;
	color:#000;
	background-color:#f7f7f7;
}

.msds-link
{
	display:inline-block;
	width:auto;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	border-radius:0px 25px 25px 0px;
	border:2px solid #000;
	margin-top:30px;
	margin-bottom:30px;
	padding:12px 25px 12px 25px;
	float:left;
	margin-left:-2px;
}

.read-more:hover, .read-more:focus, .msds-link:hover, .msds-link:focus, .read-more-full:hover, .read-more-full:focus, .read-more.gray:hover, .read-more.gray:focus, .read-more-full.gray:hover, .read-more-full.gray:focus
{
	background:#006eb0;
	color:#fff;
	border:2px solid #006eb0;
}

.shopping-cart, .out-of-stock
{
	width:15px;
	height:18px;
	background:url(../images/black-shopping-bag-icon.png) center center no-repeat;
	display:block;
	border-radius:0px 25px 25px 0px;
	border:2px solid #000;
	margin-top:30px;
	margin-bottom:30px;
	padding:22px 38px 22px 20px;
	float:left;
	margin-left:-2px;
}

.out-of-stock
{
	background:url(../images/out-of-stock-icon.png) center center no-repeat;
}

.shopping-cart:hover, .shopping-cart:focus, .shopping-cart.gray:hover, .shopping-cart.gray:focus
{
	border:2px solid #006eb0;
	background:#006eb0 url(../images/white-shopping-bag-icon.png) center center no-repeat;
}

.badge
{
	position:absolute;
	display:block;
	padding:5px;
	top:-12px;
	left:12px;
	background-color:#006eb0;
	border-radius:0px;
	color:#fff;
	font-size:14px;
}

.download-block
{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	background-color:#fff;
	color:#000;
	margin-bottom:15px;
}

.download-block .download
{
	width:25px;
	height:25px;
	display:block;
	margin:auto;
	background:url(../images/download-icon.png) center center no-repeat;
}

.download-block .download:hover, .download-block .download:focus
{
	background:url(../images/download-icon-black.png) center center no-repeat;
}

ul.list-unstyled li
{
	display:block;
	margin-bottom:5px;
}

.panel-heading h4
{
	font-size:14px;
	text-transform:none;
	color:#000;
	font-weight:500;
	margin-bottom:5px;
}

.panel-heading h4.panel-title a
{
	padding:13px 13px 13px 55px;
	background-color:#fff;
	color:#000;
	display:block;
	position:relative;
}

.panel-heading h4.panel-title a span
{
	position:absolute;
	top:0px;
	left:0px;
	width:42px;
	height:42px;
	display:block;
	background-color:#919191;
	color:#fff;
	font-size:16px;
	line-height:42px;
	text-align:center;
}

.panel-heading h4.panel-title a:hover, .panel-heading h4.panel-title a:focus
{
	background-color:#e1e1e1;
	color:#000;
}

.panel-body
{
	padding:10px;
	background-color:#fff;
	margin-bottom:20px;
}

.breadcrumb
{
	background-color:transparent;
	color:#7a7a7a;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:0px;
}

.breadcrumb a
{
	color:#7a7a7a;
	text-decoration:underline;
}

.breadcrumb a:hover, .breadcrumb a:focus
{
	color:#006eb0;
	text-decoration:underline;
}

.border-block
{
	background-color:#f2f2f2;
	border:1px solid #dbdbdb;
	color:#000;
	font-size:12px;
	line-height:18px;
	min-height:200px;
}

.remove-link
{
	width:15px;
	height:15px;
	display:block;
	background:url(../images/remove-icon.png) 0px 0px no-repeat;
}

.remove-link.abs-link
{
	position:absolute;
	right:15px;
	top:15px;
}

.gray-link
{
	text-transform:uppercase;
	font-weight:bold;
	color:#686868;
	float:right;
}

.panel-arrow
{
	width:36px;
	height:67px;
	display:block;
	background:url(../images/panel-arrow.png) 0px 0px no-repeat;
	position:absolute;
	left:-36px;
	top:50px;
}

ul.list-unstyled
{
	margin-top:20px;
}

ul.list-unstyled li
{
	display:block;
	padding-bottom:5px;
	background:url(../images/list-icon.png) 0px 4px no-repeat;
	padding-left:22px;
}

ul.list-unstyled.light-gray li
{
	background:url(../images/gray-list-icon.png) 0px 4px no-repeat;
}

ul.list-unstyled.white li
{
	background:url(../images/white-list-icon.png) 0px 4px no-repeat;
}

.nav-tabs
{
	border-bottom:none;
}

.nav-tabs .nav-item
{
	margin-bottom:0px;
	margin-right:10px;
}

.nav-tabs .nav-link
{
	border:1px solid #000;
	padding:8px 15px;
	font-size:12px;
	font-weight:500;
	letter-spacing:1px;
	color:#000;
	text-transform:uppercase;
	border-radius:0px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link
{
	color:#fff;
	border:1px solid #000;
	background-color:#000;
}

.tab-pane
{
	padding-top:50px;
}

.nav-pills
{
	margin-top:0px;
	float:right;
}

.nav-pills .nav-link
{
	border-radius:20px 0px 0px 20px;
	border:none;
	margin-bottom:20px;
	padding:15px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
	width:180px;
	background-color:#333333;
	color:#fff;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link:focus, .nav-pills .nav-link.active
{
	background-color:#006eb0;
	color:#fff;
	border:none;
	outline:none;
}

img.img-height, .owl-carousel .owl-item img.img-height
{
	height:200px;
	width:auto;
}

.icon
{
	display:block;
	color:#000;
	font-weight:bold;
	font-size:18px;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.icon.phone
{
	background:url(../images/phone-icon.png) 0px 8px no-repeat;
}

.icon.mail
{
	background:url(../images/mail-icon.png) 0px 7px no-repeat;
}

.acc-link
{
	padding:50px 0px;
	text-align:center;
	display:block;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
	border-right:1px solid #fff;
	font-size:16px;
}

.acc-link.orders
{
	padding-top:150px;
	background:url(../images/orders-icon.png) center top 50px no-repeat;
}

.acc-link.profile
{
	padding-top:150px;
	background:url(../images/profile-icon.png) center top 50px no-repeat;
}

.acc-link.addresses
{
	padding-top:150px;
	background:url(../images/addresses-icon.png) center top 50px no-repeat;
}

.acc-link.change-password
{
	padding-top:150px;
	background:url(../images/change-password-icon.png) center top 50px no-repeat;
	border-right:none;
}

.acc-link:hover, .acc-link:focus
{
	background-color:#006eb0;
	color:#fff;
}

.lb-radius
{
	border-radius:25px 0px 0px 25px;
}

.rb-radius
{
	border-radius:0px 25px 25px 0px;
}

.alert
{
	border-radius:0px;
	padding:3px 10px;
}

.alert.alert-success
{
	color:#096;
	/* background:#d4edda url(../images/success-icon.png) 10px 8px no-repeat;
	padding-left:30px; */
}

.popover
{
	color:#ff0000;
	font-weight:500;
}

.popover-body
{
	padding:10px;
}

.order-num
{
	text-decoration:underline;
	color:#006eb0;
	padding-right:15px;
	display:inline-block;
	background:url(../images/down-arrow.png) right top 7px no-repeat;
}

/*.order-num:hover, .order-num:focus
{
	background:url(../images/up-arrow.png) right top 7px no-repeat;
	color:#000;
}
*/
.edit-icon
{
	padding-left:20px;
	background:url(../images/edit-icon.png) left top 2px no-repeat;
	text-transform:uppercase;
	font-weight:500;
	color:#000;
}

.edit-icon:hover, .edit-icon:focus
{
	background:url(../images/blue-edit-icon.png) left top 2px no-repeat;
	color:#006eb0;
}

.seperator
{
	height:1px;
	border:1px dashed #d5d5d5;
	margin-top:10px;
	margin-bottom:10px;
}

.small
{
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.big
{
	font-size:18px;
	line-height:24px;
}

.gray
{
	color:#7e7e7e;
}

.black
{
	color:#000;
}

.light-gray
{
	color:#afafaf;
}

.light-gray1
{
	color:#949494;
}

.white, a.white
{
	color:#fff;
}

a.white:hover, a.white:focus
{
	color:#2aa1e8;
}

.blue, a.blue
{
	color:#006eb0;
}

a.blue:hover, a.blue:focus
{
	color:#000;
}

.img-border
{
	border:1px solid #d2d2d2;
	margin-bottom:20px;
	width:100%;
	height:auto;
	padding:7px;
}

.gray-bg
{
	background-color:#ededed;
}

.white-bg
{
	background-color:#fff;
}

.blue-bg
{
	background-color:#006eb0;
}

.linear-bg
{
	background:linear-gradient(90deg, #f2f2f2 70%, #006eb0 30%);
}

.light-gray-bg
{
	background-color:#f2f2f2;
}

.light-gray-bg1
{
	background-color:#f2f0f0;
}

.light-gray-bg2
{
	background-color:#f1f1f1;
}

.dark-gray-bg
{
	background-color:#333333;
	color:#fff;
}

.dark-gray-bg hr
{
	border-color:#454545;
}

.dark-gray-bg1
{
	background-color:#3a3a3a;
}

.dark-gray-bg1.industrial-chemical-bg
{
	background:#3a3a3a url(../images/industrial-chemical-img.png) bottom right 3px no-repeat;
	padding-bottom:120px;
	padding-right:290px;
}

.dark-gray-bg2
{
	background-color:#2f2f2f;
}

.dark-gray-bg2 .light-gray a
{
	color:#afafaf;
}

.dark-gray-bg2 .light-gray a:hover, .dark-gray-bg2 .light-gray a:focus
{
	color:#fff;
	text-decoration:underline;
}

.dark-gray-bg2.cleaning-hygiene-bg
{
	background:#2f2f2f url(../images/cleaning-hygiene-img.png) bottom left no-repeat;
	padding-bottom:120px;
	padding-left:290px;
}

.industrial-image
{
	position:relative;
	display:block;
}

.industrial-image-text
{
	position:absolute;
	color:#fff;
	padding:25px;
	right:0;
	bottom:16px;
	left:0;
	background:url(../images/black-bg.png) 0px 0px repeat;
}

.form-control
{
	border:none;
	border-radius:0px;
	height:auto;
	padding:10px;
	font-size:14px;
}

.form-control.pin, .input-group > .form-control.pin:not(:last-child), .input-group > .custom-select:not(:last-child)
{
	display:block;
	border-radius:25px;
	padding:15px 20px;
	width:100%;
	margin-bottom:5px;
}

.form-control.white
{
	border:2px solid #ededed;
	border-radius:0px;
	height:auto;
	padding:10px;
	font-size:14px;
	color:#495057;
}

.form-control.qty
{
	height:30px;
	background-color:#e9ecef;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label
{
	color:#fff;
}

.btn-outline-secondary
{
	width:30px;
	height:30px;
	line-height:30px;
	border:none;
	background-color:#d7d7d7;
	padding:0px;
	border-radius:0px;
	color:#000;
	font-weight:bold;
}

.add-to-cart, .no-stock
{
	border:none;
	background-color:#006eb0;
	color:#fff;
	padding:5px 12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	font-size:12px;
	margin-bottom:0px;
}

.no-stock
{
	background-color:#ff0000;
	color:#fff;
}

.add-to-cart:hover, .add-to-cart:focus
{
	background-color:#000;
	color:#fff;
}

.dark-gray-bg .add-to-cart:hover, .dark-gray-bg .add-to-cart:focus
{
	background-color:#fff;
	color:#006eb0;
}

label.error
{
	clear:both;
	width:auto;
	height:auto;
	float:none;
	border:none;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#FF0000;
	text-transform:none;
	padding:0px;
	margin:0px;
	display:block;
}

.no-record-found
{
	display:inline-block;
	padding-top:230px;
	background:url(../images/no-record-found.png) center top no-repeat;
	font-size:24px;
	font-weight:bold;
	color:#b3b3b3;
	text-transform:uppercase;
	letter-spacing:1px;
}

.no-payment-method
{
	padding-top:180px;
	background:url(../images/no-payment-method.png) center top no-repeat;
	font-size:24px;
	color:#b3b3b3;
	text-transform:uppercase;
}

.empty-cart
{
	padding-top:180px;
	background:url(../images/empty-cart.png) center top no-repeat;
	font-size:24px;
	color:#b3b3b3;
	text-transform:uppercase;
	margin-bottom:30px;
	letter-spacing:1px;
}

iframe
{
    display:none;
}

.dotted-border
{
	border-top:2px dashed #006eb0;
	padding-top:60px;
}

.order-status-icon
{
	position:absolute;
	left:50%;
	margin-left:-35px;
	top:0;
	margin-top:-35px;
	width:70px;
	height:70px;
	border-radius:50%;
}

.order-status-icon.order-confirmed
{
	background:#006eb0 url(../images/order-confirmed-icon.png) center center no-repeat;
}

.order-status-icon.order-processed
{
	background:#006eb0 url(../images/order-processed-icon.png) center center no-repeat;
}

.order-status-icon.order-shipped
{
	background:#006eb0 url(../images/order-shipped-icon.png) center center no-repeat;
}

.order-status-icon.order-delivered
{
	background:#006eb0 url(../images/order-delivered-icon.png) center center no-repeat;
}

.order-status-icon.order-cancelled
{
	background:#006eb0 url(../images/order-cancel-icon.png) center center no-repeat;
}

.order-status-icon.order-confirmed.dim
{
	background:#898989 url(../images/order-confirmed-icon.png) center center no-repeat;
}

.order-status-icon.order-processed.dim
{
	background:#898989 url(../images/order-processed-icon.png) center center no-repeat;
}

.order-status-icon.order-shipped.dim
{
	background:#898989 url(../images/order-shipped-icon.png) center center no-repeat;
}

.order-status-icon.order-delivered.dim
{
	background:#898989 url(../images/order-delivered-icon.png) center center no-repeat;
}

.order-status-icon.order-cancelled.dim
{
	background:#898989 url(../images/order-cancel-icon.png) center center no-repeat;
}

.whats-app
{
	width:150px;
	height:50px;
	display:block;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:10000;
	background:url(../images/whatsapp-icon.png) 0px 0px no-repeat;
}

footer
{
	font-size:12px;
	line-height:20px;
	font-weight:500;
	color:#fff;
	margin:0px;
	text-transform:uppercase;
	background-color:#0a3752;
}

footer a
{
	color:#fff;
}

footer a:hover, footer a:focus
{
	color:#fff;
	text-decoration:underline;
}

footer .navbar-nav
{
	display:inline-block;
	margin:0px;
	padding:0px;
}

footer .nav-item
{
	margin:0px 15px;
	padding:0px;
	float:left;
}

footer .nav-item:first-child
{
	margin-left:0px;
}

footer .navbar-nav .nav-link
{
	color:#fff;
	padding:0px;
	font-weight:500;
	font-size:12px;
	line-height:30px;
	letter-spacing:1px;
}

footer .navbar-nav .nav-link:hover, footer .navbar-nav .nav-link.active, footer .navbar-nav .nav-link:focus
{
    color:#fff;
	background-color:transparent;
}

footer .copyright
{
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:18px;
	letter-spacing:1px;
}

footer .copyright a
{
	color:#fff;
}

footer .copyright a:hover, footer .copyright a:focus
{
	color:#fff;
	text-decoration:underline;
}

footer .social-media
{
	display:block;
	margin-top:60px;
	margin-bottom:30px;
}

footer .social-media a
{
	width:28px;
	height:20px;
	margin-right:10px;
	display:block;
	float:left;
	background-image:url(../images/social-media-icon.png);
	background-repeat:no-repeat;
}

footer .social-media a.facebook
{
	background-position:0px 0px;
}

footer .social-media a.facebook:hover, footer .social-media a.facebook:focus
{
	background-position:-28px 0px;
}

footer .social-media a.twitter
{
	background-position:0px -20px;
}

footer .social-media a.twitter:hover, footer .social-media a.twitter:focus
{
	background-position:-28px -20px;
}

footer .social-media a.linked-in
{
	background-position:0px -40px;
}

footer .social-media a.linked-in:hover, footer .social-media a.linked-in:focus
{
	background-position:-28px -40px;
}

footer .social-media a.youtube
{
	background-position:0px -60px;
}

footer .social-media a.youtube:hover, footer .social-media a.youtube:focus
{
	background-position:-28px -60px;
}

@media screen 
  and (min-device-width:1200px) 
  and (max-device-width:1600px) 
  and (-webkit-min-device-pixel-ratio:1)
{
	.carousel
	{
		height:auto;
	}
	
	.carousel-item img
	{
		width:100%;
		height:auto;
	}
}

@media all and (min-width:1024px) and (max-width:1200px)
{
	
}

/* #Tablet (Portrait)
================================================== */
@media only screen and (max-width:961px)
{
	.block
	{
		padding:45px 0px;
	}
}

@media (max-width:768px)
{
	.header-link .navbar-collapse a
	{
		display:block;
		float:none;
		letter-spacing:0px;
		margin:10px;
	}
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width:480px)
{
	.carousel .download-links
	{
		position:static;
	}
	
	h1.inner
	{
		font-size:24px;
		line-height:30px;
		padding:65px 0px 0px 0px;
	}
	
	.main-header
	{
		position:static;
	}
	
	.navbar-brand
	{
		padding:15px;
		margin:0px 0px;
	}
	
	.header-link
	{
		float:none;
	}
	
	.navbar-light .navbar-nav .nav-item
	{
		margin-left:0px;
	}
	
	.navbar-light .badge1
	{
		right:110px;
		top:9px;
	}
	
	.btn-default
	{
		margin-top:20px;
	}
	
	.btn-block
	{
		margin-top:20px;
		margin-bottom:50px;
	}
	
	.big-btn
	{
		text-align:left;
	}
	
	.big-btn.clear-cart
	{
		background:#006eb0 url(../images/clear-cart-icon-white.png) left 20px top 13px no-repeat;
		padding-left:55px;
		border-right:1px solid #3ea1dd;
	}
	
	.big-btn.clear-cart:hover, .big-btn.clear-cart:focus
	{
		background:#000 url(../images/clear-cart-icon-white.png) left 20px top 13px no-repeat;
		padding-left:55px;
		color:#fff;
	}
	
	.big-btn.checkout
	{
		background:#006eb0 url(../images/checkout-icon-white.png) left 20px top 13px no-repeat;
		padding-left:55px;
	}
	
	.big-btn.checkout:hover, .big-btn.checkout:focus
	{
		background:#000 url(../images/checkout-icon-white.png) left 20px top 13px no-repeat;
		padding-left:55px;
		color:#fff;
	}
	
	.owl-nav
	{
		top:-80px;
		right:0px;
	}
	
	#headerNav .dropdown-menu
	{
		position:static;
	}
	
	.carousel
	{
		height:auto;
	}
	
	.carousel.inner
	{
		height:auto;
	}
	
	.carousel.inner .carousel-caption
	{
		margin-top:10px;
	}
	
	.dark-gray-bg1.industrial-chemical-bg
	{
		padding-bottom:150px;
		padding-right:20px;
		margin-bottom:30px;
	}
	
	.dark-gray-bg2.cleaning-hygiene-bg
	{
		padding-bottom:150px;
		padding-left:20px;
	}
	
	.nav-pills
	{
		margin-top:0px;
		float:none;
		text-align:center;
	}
	
	.nav-pills .nav-link
	{
		border-radius:20px;
		float:none;
		margin:auto;
		margin-bottom:20px;
	}
	
	.nav-tabs .nav-item
	{
		margin-bottom:10px;
	}
	
	.rb-radius, .lb-radius
	{
		border-radius:0px;
	}
	
	.acc-link
	{
		border-right:0px !important;
		border-bottom:1px solid #fff;
	}
	
	.btn-link.right-arrow.float-right
	{
		float:none !important;
	}
	
	.tab-pane
	{
		padding-top:25px;
	}
	
	.industrial-image-text
	{
		padding:5px 10px;
		line-height:20px;
	}
	
	.linear-bg
	{
		background:#fff;
	}
	
	.m-image
	{
		width:100%;
		height:auto;
	}
	
	.m-image.float-left
	{
		float:none !important;
	}
	
	.popover
	{
		left:0px;
	}
	
	.popover-body
	{
		padding:5px;
	}
	
	.w-50
	{
		width:100% !important;
	}
	
	.border-right
	{
		border-right:none !important;
		border-bottom:1px solid #dee2e6 !important;
	}
	
	footer .text-right
	{
		text-align:left !important;
	}
	
	footer .social-media
	{
		margin-top:15px;
		float:none;
	}
	
	footer .social-media a.facebook
	{
		margin-left:0px;
	}
	
	footer .nav-item
	{
		float:none;
		display:block;
		margin:0px;
	}
}