/* #region Custom General Styles */

@import "./fonts.css";

/* html {
	line-height: 1.15;
} */

html body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	overflow-x: hidden;
}

h1 {
	margin: 0 20px;
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	/* margin: 0 0 10px;
	padding: 10px 0 0;
	font-weight: bold;
	line-height: 100%; */
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
	cursor: pointer;
	color: inherit;
	border: 0;
	text-decoration: none;
}

a.strt-link {
	color: #5782af;
	text-decoration: underline;
}

a.strt-link:hover {
	color: #005580;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.add20pxPadding {
	padding: 20px;
}

.add20pxPaddingTB {
	padding: 20px 0;
}

.container.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.container.custom-container {
	width: 100%;
	max-width: 1440px;
	padding: 0 10px;
}

@media (max-width: 575px) {
	.container.standard-container {
		padding: 0;
	}
}

.transition300,
.transition300 * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

@media (prefers-reduced-motion) {
	.transition300,
	.transition300 *,
	.upArrow {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.boxSize,
.boxSize * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.upper-text {
	text-transform: uppercase;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.flex-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.pos-static {
	position: static;
}

.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}

.content-wrapper {
	width: 100%;
	height: auto;
	background: transparent;
}

/* #endregion Custom General Styles */

/* #region Header */

.header .header-top {
	padding: 12px 0;
	color: #000000;
	background: #ededed;
}

.header-top .header-topbar-text {
	float: left;
	margin: 0 10px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.4;
	/* font-weight: 300; */
	text-align: center;
	text-transform: uppercase;
}

.header-top .header-topbar-address {
	margin-right: 0;
	padding-left: 0;
}

.header-top .header-topbar-phone {
	margin-right: 0;
	border-left: 1px solid #000000;
}

.header-top .header-topbar-loglinks {
	float: right;
	margin-left: 0;
	padding-right: 0;
}

.header-topbar-text a:hover {
	text-decoration: underline;
}

.header-topbar-loglinks .topbar-wl-link {
	border-right: 1px solid #000000;
    padding-right: 12px;
}

.header-topbar-loglinks .topbar-wl-link:hover {
	text-decoration: none;
}

.largeWLheartSVG {
	display: inline-block;
    position: relative;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    top: 4px;
}

.largeWLheartSVG path {
	fill: #980002;
}

.header-topbar-loglinks .topbar-cart-link {
	margin-left: 20px;
}

.cartSVG-largeHeader,
.cartSVG {
	display: inline-block;
    position: relative;
    width: 26px;
    margin-bottom: -11px;
    top: -3px;
}

.cartSVG-largeHeader path,
.cartSVG-largeHeader circle,
.cartSVG-largeHeader line,
.cartSVG path,
.cartSVG circle,
.cartSVG line {
    stroke: #980002;
}

.header .header-bot {
	padding: 15px 0;
}

.header-bot .mainbar {
	position: relative;
	/* align-items: center; */
}

.mainbar .logo-block {
	flex-shrink: 0;
	padding: 10px 15px;
}

.mainbar .main-nav-block {
	width: 100%;
	padding: 10px;
	/* position: relative; */
}

.main-nav-block .main-nav {
	width: 100%;
	align-self: center;
	text-align: center;
}

.main-nav > li {
	display: inline-block;
}

.main-nav > li > a {
	display: block;
	padding: 12px 10px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.main-nav li a:hover {
	opacity: 0.75;
}

.main-nav .si-glyph {
	position: relative;
	top: 2px;
	width: 15px;
	opacity: 50%;
}

/* #region Products DropDown */

#productsDropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 121;
	/* width: 100%; */
	width: 80%;
	background: #f1f1f1;
	border: solid 1px #f1f1f1;
	padding-top: 20px;
}

#productsDropdown .inner {
	height: 330px;
}

#productsDropdown .left-block,
#productsDropdown .right-block {
	height: 350px;
	text-transform: none;
	position: relative;
}

#productsDropdown .left-block {
	background: #f1f1f1;
}

#productsDropdown .right-block {
	background: #ffffff;
}

#productsDropdown .headingText {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: solid 1px #f1f1f1;
	margin: 0 0 10px 0;
}

#productsDropdown .actualCats a {
	display: block;
	padding: 3px 0 3px 25px;
	position: relative;
	text-align: left;
}

#productsDropdown .actualCats a:before {
	content: "<";
	position: absolute;
	top: 2px;
	left: 10px;
}

#productsDropdown .actualCats a:last-child,
#productsDropdown a.red {
	color: #bcac72;
	font-weight: 700;
}

#productsDropdown .actualCats a:last-child:before {
	content: "";
}

#productsDropdown .actualCats a:hover,
#productsDropdown .actualCats a.pseudohover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#productsDropdown .actualCats a:hover:last-child {
	color: #333333;
}

#productsDropdown .catsLeftSide,
#productsDropdown #bottom {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 20px;
	background: #f1f1f1;
}

#productsDropdown #bottom {
	display: block;
	z-index: 2;
	background-color: #f9f9f9;
}

#productsDropdown .catsLeftSide.showingCat {
	z-index: 3;
}

#productsDropdown .actualSubCats {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	padding: 15px;
}

#productsDropdown .actualSubCats a {
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

#productsDropdown .actualSubCats a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#productsDropdown .bg-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	height: 350px;
}

#productsDropdown .bg-image img {
	height: auto;
	width: 100%;
}

@media (max-width: 991px) {
	#productsDropdown {
		width: 100%;
	}
}

/* #endregion Products DropDawn */

.mainbar .search-block {
	flex-shrink: 0;
	padding: 10px 15px;
	align-self: center;
}

.mainbar .search-block a {
	display: block;
    color: #000000;
	font-weight: 700;
	letter-spacing: 2.5px;
}

.mainbar .search-block a .searchSVG-small {
	width: 10px;
	height: auto;
}

/* #region Search Popup */

.mainSearchBox {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 150;
}
.closeSearch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.mainSearchBox-inner {
	display: block;
	width: 100%;
	max-width: 700px;
	height: 90px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.mainSearchBox .search-query {
	float: left;
	display: block;
	width: calc(100% - 80px);
	height: 100%;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	border: none;
	outline: 1px solid transparent;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;

	font-size: 18px;
}
.mainSearchBox .mainSearchButton {
	float: left;
	display: block;
	width: 80px;
	position: relative;
	z-index: 2;
	height: 100%;
	border: none;
	outline: 1px solid transparent;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton img {
	display: block;
	margin: 0 auto;
}
.searchSVG {
	width: 30px;
	height: 30px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.searchSVG-small {
	width: 10px;
	height: 10px;
}

/* #region Search Popup */

/* #region Small Header */

.smallViewHeader .burgerMenu {
	background: #d5d5d5;

	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.smallViewHeader .smallProdLinks a {
	font-size: 14px;
	font-weight: bold;
	border-right: solid 1px #e8e8e8;
}

.smallViewHeader .smallProdLinks a:last-child {
	border-right: none;
}

.searchForm fieldset {
	height: 100%;
}

.form-search .input-append .btn {
	width: 15%;
	background-color: #000000;

	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.form-search .input-append .search-query {
	width: 85%;
	background: #d5d5d5;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-radius: 0;
}

/* #endregion Small Header */

@media (max-width: 767px) {
	#largeHeader {
		display: none;
	}
}

/* #endregion Header */

/* #region Index Page */

/* #region Main Slideshow */

.main__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
}
.img__slide {
	width: 100%;
	height: 54vw;
	max-height: 540px;
	object-fit: cover;
}

/* #region Slick Slider Dots CSS Changes */

.slider-block .slick-dots {
	width: 100%;
	padding: 7px 7px 10px 10px !important;
	background: rgba(0,0,0,0.2);
}
.slick-dots li {
	position: relative;
	transform: rotate(45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	line-height: 18px;
	width: 18px !important;
	height: 18px !important;
}
.slick-dots li > button {
	opacity: 0;
}
.slick-dots li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: solid 2px #fff;
	z-index: 1;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.slick-dots li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 40%;
	height: 40%;
	background: #ffffff;
	z-index: 2;
	opacity: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.slick-dots li.slick-active:after {
	opacity: 1;
}
/* #region Slick Slider Dots CSS Changes */

/* #endregion Main Slideshow */

.index-block .cat-links-block {
	margin: 0 0 30px;
	border-bottom: 1px solid #000000;
	justify-content: space-between;
}

.cat-links-block li {
	width: 16.66666%;
	flex-grow: 1;
}

.cat-links-block li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
	padding: 12px 5px;
	border-right: 1px solid #000000;
	background: #d5d5d5;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.cat-links-block li:last-child a {
	border-right: none;
}

.cat-links-block li a:hover {
	opacity: 0.75;
}

/* .about-block .about-item {
	padding: 0 0 0 30px;
	height: 500px;
} */

.index-block .about-block {
	justify-content: space-between;
}

.index-block .about-item-wrap {
	width: 50%;
	/* width: calc(50% - 30px); */
	/* margin: 0 0 0 30px; */
}

.about-block .about-item {
	-webkit-box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.2);
}

.about-block .explore-item {
	margin-right: 30px;
	padding: 20px 60px;
	background: #ededed;
}

.explore-item .ei-logo {
	margin: 0 0 20px;
	text-align: center;
}

.explore-item .ei-text {
	color: #555555;
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.explore-item .ei-btn {
	margin: 30px 0 20px;
	text-align: center;
}

.explore-item .ei-btn a {
	display: inline-block;
	padding: 10px 12px;
	color: #ffffff;
	background: #3e3e3e;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.explore-item .ei-btn a:hover {
	opacity: 0.75;
}

.about-block .image-item {
	height: 100%;
	margin-left: 30px;
	background: url(../img/right_side_section.jpg) center 0 no-repeat;
	background-size: cover;
}

.about-block .image-item img {
	display: none;
}

.index-block .border-block {
	margin: 30px 0;
	padding: 0 20px;
}

.index-block .border-block hr {
	border-width: 2px;
}

.index-block .pads-block {
	justify-content: space-between;
}

.pads-block .pad-item {
	position: relative;
}

.pads-block .pad-item:nth-child(2) {
	margin: 0 10px;
}

.pads-block .pad-item img {
	object-fit: cover;
	height: 100%;
}

.pads-block .pad-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #000000;
	opacity: 0.5;
}

.pads-block .pad-text {
	width: 100%;
	padding: 0 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.pads-block .pad-text h5 {
	margin: 0 0 5px;
	padding: 5px 0 0;
	font-size: 24px;
}

.pads-block .pad-text a {
	display: block;
	font-size: 16px;
}

.pads-block .pad-text a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.about-block .explore-item {
		margin-right: 10px;
		padding: 20px 30px;
	}
	.about-block .image-item {
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.index-block .about-block {
		flex-wrap: wrap;
	}
	.index-block .about-item-wrap {
		width: 100%;
	}
	.about-block .explore-item,
	.about-block .image-item {
		margin: 0 0 25px;
	}
	.about-block .image-item {
		min-height: 500px;
	}
	.cat-links-block li a {
		font-size: 14px;
	}
	.index-block .pads-block {
		justify-content: center;
		flex-wrap: wrap;
	}
	.pads-block .pad-item,
	.pads-block .pad-item:nth-child(2) {
		flex-basis: 50%;
		min-height: 320px;
		margin: 0 20px 15px;
	}
}

@media (max-width: 575px) {
	.index-block .cat-links-block {
		width: 80%;
		margin: 20px auto;
		flex-wrap: wrap;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: none;
	}
	.cat-links-block li {
		width: 33.33333%;
	}
	.cat-links-block li a,
	.cat-links-block li:last-child a {
		padding: 10px 0;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		font-size: 12px;
		letter-spacing: normal;
	}
	.pads-block .pad-item,
	.pads-block .pad-item:nth-child(2) {
		flex-basis: 100%;
		max-height: 320px;
		min-height: auto;
		margin: 0 0 15px;
	}
	.pads-block .pad-item img {
		width: 100%;
	}
}

/* #endregion Index Page */

/* #region Footer */

.footer {
	padding: 30px 0;
	background: #ededed;
	color: #000000;
	font-weight: bold;
}

.footer .f-col {
	margin: 0 0 15px;
}

.f-col .f-col-header {
	display: inline-block;
	position: relative;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 24px;
	text-transform: uppercase;
}

.f-col .f-col-header::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 50%;
	border-top: 2px solid #6d6d6d;
}

.f-main-nav li a {
	text-transform: uppercase;
	text-align: left;
}

.f-main-nav li a:hover {
	opacity: 0.75;
}

.dir-col .f-col-content > div {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.dir-col .f-dir-link {
	display: inline-block;
	margin: 10px 0;
	padding: 5px 10px;
	color: #ffffff;
	background: #5a5a5a;
}

.dir-col .f-dir-link:hover {
	opacity: 0.75;
}

.f-soc-nav li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.f-soc-nav li a {
	width: 40px;
	height: 40px;
	/*padding: 5px;*/
	position: relative;
	/*border: 3px solid #6d6d6d;*/
	border-radius: 50%;
	font-size: 22px;
	justify-content: center;
	align-items: center;
}

.f-soc-nav li a:hover {
	opacity: 0.75;
}

@media (max-width: 575px) {
	.footer .f-col {
		margin: 0 0 25px;
	}
}

/* #endregion Footer */

/* #region Additional Pages */

.content-wrapper .add-block>.container {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* #region Search Page */

.search-block {
	font-family: Arial, Helvetica, sans-serif;
}

.search-block #product-content {
	text-align: center;
	width: calc(100% - 185px);
}

.search-block .product-item {
	margin: 4px;
}

.search-block .search-menu-container {
	width: 185px;
}

.search-block #aside-leftmenu-navbar {
	width: 185px !important;
	max-width: 185px !important;
}

@media(max-width: 767px) {
	.search-block .product-item {
		margin: 10px;
	}

	.search-block #product-content {
		width: 100%;
	}
}

/* #endregion Search page */

/* #region Wish List Page */

@media(min-width:1253px) {
	.wishlist-block .btnWlmob {
		width: 16%;
	}
}

/* #endregion Wish List Page */

/* #region FullConfig FullProduct Pages */

.myContainer .confInd31582 .tab-pane ul,
.myContainer .prodInd31582 .tab-pane ul {
	margin-bottom: 1rem;
	padding-left: 40px;
}

/* #endregion FullConfig FullProduct Pages */

/* #endregion Additional Pages */

/* #region ShowFooter */

.showFooter {
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 15px 0 0 0;
	background: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 100;
}

.showFooter .innerShowFooter {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 45px;
	background: #f0f0f0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* #endregion ShowFooter */

@media (prefers-reduced-motion) {
	.main-nav > li > a,
	.slick-dots li,
	.slick-dots li:after,
	.cat-links-block li a,
	.explore-item .ei-btn a,
	.showFooter {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}