@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body {
		font-family: 'open sans','segoe ui', helvetica, arial, sans-serif !important;
}

a {
	color: #6c757d;
}

a:hover {
	color: #343a40;
}

h1,
h2,
h3,
.info-page h1,
.info-page h2,
.title-primary,
.title-secondary,
.header-logo {
	font-weight: 600 !important;
}

.btn {
	outline: none;

}

/* Buttons */

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
	background: #fff;
	border-color: #ddd;
	color: #3f6390;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .3s;
}


.prod-item:hover .btn-cart,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #3f6390;
	border-color: #3f6390;
	color: #fff;
}

.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
	background: #f5f3f3;
	border-color: #e1e1e1;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
	background: #ebebeb;
	border-color: #ebebeb;
	color: #000;
}

.btn-fav {
    align-items: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #666;
	display: inline-flex;
	justify-content: center;
	outline: none !important;

}

.btn-fav:hover {
	background: #ebebeb;
}

.btn-cart,
.btn-cart-main {
	position: relative;
	transition: all .3s;
}

.btn-primary::before,
.btn-primary::after,
.btn-secondary::before,
.btn-secondary::before {
	font-weight: 400;
}

.prod-item{
	transition: all .5s;
}

.prod-item .btn-cart,
.btn-cart-main {
	padding-left: 2.5rem;
} 

.btn-cart::after,
.btn-cart-main::after {
    align-items: center;
    border-radius: 3px 0 0 3px;
	bottom: 0;
	color: #3f6390;
	content: "\ec05";
    font-family: feather;
    font-size: 1.125rem;
    justify-content: center;
    left: 0;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-top: 3px;
    position: absolute;
    top: 0;
    transition:all .3s;
    width: 2.5rem;
}



.prod-item:hover .btn-cart::after,
.btn-cart:hover::after,
.btn-cart-main:hover::after {
	color: #fff !important;
}

.header-icon .icon-heart::after {
	background-color: #f00 !important;
}

.gray {
	color: #666;
}

.slick-next, .slick-prev {
	background-color: rgba(0,0,0,0.5);
	border: 0;
}

.slick-next{
    margin-right: .625rem;
}

.slick-prev {
    margin-left: .625rem;
    
}
/* Icons */

.icon-shopping-cart::before {
	content: "\ec05";
}

/* Header */

.header-bottom-container{
    background: #f9f9f9;
    padding: 0;
    }

.header-bottom .header-menu {
    border: 0;
    }

.header-search-btn {
	color: #adb5bd;
}

.header-search-btn:hover {
	color: #6c757d;
}

.header-search-advanced {
	display: none;
}

.header-cart .icon-shopping-cart::after {
	background-color: #3f6390;
	box-shadow: 0 0 0 2px #fff;
}

.popper.popper-popover-mega-menu {
	background: #f8f9fa;
	margin-top: 0;
}

.mega-menu-col > .cat-parent {
	text-transform: uppercase;
}


@media (min-width: 992px) {
	.header-top {
		background: #f9f9f9;
	}
	.header-middle-container {
		min-height: 5rem;
		padding-bottom: .5rem;
		padding-top: .5rem;
	}
	.header-menu {
		border-color: #dee2e6 transparent;
		border-style: solid;
		border-width: 1px;
	}
	.header-middle-container {
		position: relative;
	}
	.header-prod-fav-selector {
		position: absolute;
		right: 3.5rem;
		top: 1.3125rem;
	}

	.popper.popper-popover-mega-menu,
	.popper-popover {
		background: #fff;
		border-top:5px solid #3f6390;
	}
	/*.menu_expandable {
		position: relative;
	}*/

	.menu_expandable:hover::after {
		opacity: 1;
	}
	

	.header-menu-item > .header-menu-link {
		color: #3f6390;
		font-size: .8125rem;
		font-weight: 700;
		transition: all .3s;
	}
	.header-menu-item:hover > .header-menu-link,
	.header-menu-item > .header-menu-link:hover {
		background:#3f6390;
		color: #fff;
	}

	.header-middle-cart-preview {
		justify-content: flex-end;
		min-width: 15rem;
	}
	
	.header-search {
		margin: auto;

	}

	.header-icon {
		color: #666;
	}

	.header-cart .icon-lg {
		font-size: 1.75rem !important;
	}

	.header-search-btn {
		top: 45%;
	}
	.header-search-form .form-control {
		background-color: #fff;
		border: 1px solid #dbe0e2;
		border-radius: 1.3125rem !important;
		padding: .675rem 1rem;
	}

	.header-search-btn {
		color: #777;
		right: .75rem;
	}
	


	.header-icon .icon-lg {
		font-size: 1.25rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991.98px) {
	.breadcrumb-scroll {
		background:#f7f7f7;
	}

}

/* Index */

.block-products-index {
	margin: .75rem 0 1rem;
}

.block-products-index .title-primary {
	color: #3f6390;
	font-weight: 700;
	margin: .75rem 0 3rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.block-products-index .title-primary  span {
	background: #fff;
	font-weight: 700;
	padding: .5rem 1.5rem;
	position: relative;
	z-index: 1; /* 9991 is too much and causes problems with everything that is supposed to overlay this*/
}

.block-products-index .title-primary::after {
	background: #ebebeb;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
}

.block-products-index {
	padding-bottom: 3rem;
}

/* Catalog */

/* Hide scrollbar for breadcrumb, while keeping functionality */
.breadcrumb::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.breadcrumb {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.breadcrumb-item a {
	color: #313131;
}

.subcat-list {
	justify-content: center;
}

.subcat-item {
	background: #f7f7f7;
	border: 0;
	padding: 0;
}

.subcat-item a + a {
	color: #000;
	display: block;
	font-weight: 700;
	padding: .25rem 0 .5rem 0;
}

.prod-item {
	background: #f7f7f7;
	padding: 0;
}

.buy-prod-similar-products .prod-item {
	background: #fff;
	padding: 0;
}

.prod-item .prod-body {
	background: #fff;
	padding: 0 .5rem 1.5rem .5rem;
}

.prod-item:hover {
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

.prod-item  .v3-badge-promo .v3-badge-text,
.prod-item  .v3-badge-new .v3-badge-text,
.prod-item  .v3-badge .v3-badge-text {
	color: #fff !important;
}

.prod-img-link {
	background: #f7f7f7;
	padding: .5rem;
}

.prod-img-link img {
	mix-blend-mode: multiply;
}

.prod-title {
	color: #777;
	font-family: 'segoe ui', helvetica, arial, sans-serif;
	font-size: .8125rem !important;
	order: 2;
    text-transform: none;
    font-weight: 400;
}

.prod-cat {
	font-size: .675rem;
	order: 1;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.prod-list-similar .prod-img-link {
		min-height: 275px;
	}
}

.title-secondary + .block-products-catalog {
	border-top: 1px solid #dee2e6;
	padding-top: .75rem;
}

.prod-prices {
	order: 3;
	padding: .25rem 0;
}

.prod-desc {
	order: 4;
}

.prod-actions {
	order: 5;
}

.v3-badge-quick-view {
	background-image: none;
	background-color: rgba(63,99,144,.675);
	border-radius: 0 !important;
	margin: .5rem;
	width: calc(100% - 1rem);
}

.v3-badge-quick-view::after {
	content: 'Quick View';
	font-weight: 700;
	text-transform: uppercase;
}

.row-prod-price-old {
	color: #666;
}

.row-prod-price-old + .row-prod-price {
	color: #465157;
	font-weight: 600;
}

.banner-cell-content p span{
	font-size: 14px !important;
	
}

.filter-title,
.mobile-filter-title {
	font-weight: 700;
}

.block-products-catalog + div.row > div,
.block-products-catalog + div.row > nav {
	width: 100%;
}

.block-products-catalog + div.row > div {
	padding: 2rem 0 1rem;
	text-align: center;
}

.block-products-catalog + div.row > nav .pagination {
	justify-content: center;
	padding: 1rem 0 2rem;
}

.block-products-catalog + div.row > nav .pagination .page-link {
	border: 1px solid #e1e1e1;
}

.pagination .page-item .page-link {
	margin: 0 .25rem;
}

.pagination .page-item-mobile .page-link,
.pagination .page-item.active .page-link {
	background: #f7f7f7;
	margin: 0 .25rem;
}

.pagination-sm .page-link {
	border: 1px solid #e1e1e1;
	padding: .25rem .75rem;
}

.prod-body {
    height: 100%;    
}

.block-products-new {
 padding-bottom: 30px;
 margin-bottom: 0;
}

.blog-image {
     width: 100%;   
}

.nav .nav-link {
 font-size: .765rem !important;   /*Replace in CSS*/
}


@media (min-width: 992px) {
	html:not(.site-index) .main{
		padding: 3rem 0 ;
	}

	.site-catalog .main {
		padding: 2rem 0 1rem;
	}
}


#user_account_fields > a{
	margin-top: .5rem;
}

@media (max-width: 991.98px) {
	.header-bottom {
		background: #f9f9f9;
	}
	.header-bottom .nav-link {
		border-bottom: 1px solid #ebebeb;
	}
	.nav-buy .nav-link {
		font-size: .875rem !important;
	}
	.footer li .nav-link {
		border-bottom: 1px solid #313131;
	}
	.footer-middle-link {
		font-size: 1rem;
	}
	.footer .title-secondary {
		color: #fff;
	}
	.footer-middle-item:last-child a {
		border: 0;
	}
	.prod-title {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}

	.banner-cell-content,
	.banner-cell-content p span{
		font-size: .75rem!important;
	}
	.banner-cell-content p {
		margin-bottom: 0;
	}
	.prod-actions .btn {
		margin-bottom: .5rem;
	}
	.carousel-prod-list.prod-list .banner-box,
	.carousel-prod-list.prod-list .prod-box {
		padding: 0;
	}
	.footer-top-newsletter .btn {
		padding: .75rem 1.5rem !important;
	}
}

@media (max-width: 600px) {

	.banner-cell-content,
	.banner-cell-content p span{
		font-size: .675rem!important;
	}
	.banner-cell-content p {
		margin-bottom: 0;
	}

}

/* Buy */
.carousel-prod-list-container .title-primary,
.site-buy .title-primary:not(.title-buy),
.site-blog-post .title-primary:not(.title-blog) {
	color: #3f6390;
	border-bottom: 2px solid #dae2e6;
	margin-bottom: 1rem;
	padding-bottom: .75rem;
}

.nav-buy-wrap {
	background: #fff;
	border-bottom: solid 2px #dae2e6;
	color: #313131;
}

.nav-buy .nav-link {
	color: #818692;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}

.nav-buy .nav-link::after {
	background: #3f6390;
	bottom: -2px;
	content: '';
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all .5s;
	width: 100%;
}

.nav-buy .nav-link.active,
.nav-buy .nav-link:hover {
	color: #3f6390;
}

.nav-buy .nav-link:hover::after {
	opacity: 100;
}

@media (min-width: 992px) {
	.title-buy,
	.title-blog {
		color: #3f6390;
		font-size: 1.625rem;
	}
	.col-prod-info {
		padding-left: 3rem;
	}
}


/* Footer */
.footer {
	background: #272723
}

.footer-top>:last-child,
.footer-top-row {
	background: #272723;
	border: 0;
}

.cookie-policy-box {
	background: #f7f7f7;
	border: 0;

}

.footer-top-newsletter {
	background: #272723;
	color: #fff;
}

.footer-top-newsletter .form-control {
	border: 0;
}

.footer-top-newsletter .btn {
	background: #313131;
	border: 2px solid #313131;
	margin-top: -2px;
}

.footer-top-newsletter .row  {
	align-items: center;
	margin: auto;
	max-width: 50%;
	align-items: flex-start;

}

.footer-top-newsletter .row > div {
	padding: 0;
}

.footer-top-newsletter .form-control {
	border-radius: 1.5rem 0 0 1.5rem !important;
	border: 0;
	height: 48px;
	padding: .75rem;
}

.footer-top-newsletter .btn {
	background: #3f6390;
	border: 0;
	border-radius: 0 1.5rem 1.5rem 0 !important;
	color: #fff;
	height: 48.5px;
	padding: .75rem;
}

.footer-top-newsletter .row > div:first-child {
	display: none;
}

.footer-top-newsletter .row > div:nth-of-type(3) {
	padding-top: 2px;
}

/* Newsletter fix for small screens*/

@media (max-width:374px) {
    
    .footer-top-newsletter .row input{
        min-width: auto;   
    }
    
    .form-group.text-danger {
        max-width: 50%;   
    }
    
}

.footer-box .prod-box {
	background: #fff;
	border: 3px solid #3d3d38;
	padding: 1rem;
}
.footer-box .prod-item {
	background: #fff;
}

.footer-bottom-link,
.footer-bottom-link:focus,
.footer-bottom-link:hover {
	color:#666;
}
@media (min-width: 992px) {
	.footer h3 a {
		color: #666;
	}
	.footer-box .prod-box:hover .prod-item,
	.footer-box .prod-item:hover {
		box-shadow: 0 !important;
	}
	.footer-bottom-sides {
		border-top: 1px solid #dee2e6;
		padding-top: 1.5rem;
	}
	.footer-middle-title {
		color: #fff;
		font-size: 1.125rem;
		font-weight: bold;
	}
	.footer .nav-link,
	.footer-middle-link {
		color: #ebebeb;

	}
	.footer .nav-link:hover,
	.footer-middle-link:hover {
		color: #fff!important;
	}
	.footer-top-row {
		border-bottom: 1px solid #3d3d38;
		border-top: 1px solid #3d3d38;
	}
	
	.footer-bottom {
		border-top: 1px solid #3d3d38;	
	}
	.footer-bottom-sides {
		border: 0;
	}
	.footer .title-secondary {
		color: #fff;
		font-weight: 700;
	}
	.footer #footer_top_recent_views_container .title-secondary{
		font-weight: 700;
	}
}
@media (max-width: 991.98px) {
	.footer-middle-toggle {
		background: #272723;
		border-color: #313131;
		color: #fff;
	}
	.footer-middle-title,
	.footer-middle-link,
	.footer-middle-title:hover,
	.footer-middle-link:hover{
		color: #ebebeb;
	}

	.footer-middle-list,
	.footer-middle-toggle {
			border-bottom: 1px solid #313131;
		}
	
	.title-collapsible::before {
		border-color:transparent #3f6390 #3f6390 transparent !important;
	}

	.footer .title-collapsible::before {
		border-color:transparent #ebebeb #ebebeb transparent !important;
	}

	.footer-top-newsletter .row {
		flex-direction: row !Important;
		flex-wrap: nowrap !Important;
		justify-content: center;
		max-width: 100%;
	}
}
/* Promo */

[class^="promo-"] {
    border-radius: 0;
    }

.form-control {
	border-color: #e1e1e1;
}

@media (min-width: 992px) {
.form-label,
.form-input .form-control,
input.form-control,
select.form-control,
.btn-group-clear{
	
    max-width: 27rem!important;
}



}