:root {
	--primary: #15151d;
	--primary2: #1d2029;
	--primary-hilight: #cc094e;
	--primary-hilight2: #cc094e;
  	--secondary: #ee2327;
  	--primary-text: #1d2029;
}

body {
	font-family: 'Muli', "Segoe UI", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: var(--primary-text);
	/* background-image: url("/image/catalog/site/pattern1.jpg") */
}

.pad-left {
	padding-left: 10px;
}

.mgr-left {
	margin-left: 10px;
}

.mgr-top {
	margin-top: 10px;
}

.mgr-right {
	margin-right: 10px;
}

.mgr-bot {
	margin-bottom: 10px;
}

.generic-column-view {
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.generic-padder {
	padding: 20px;
}

.generic-shadow {
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
}

#column-left {
	margin-left: 20px;
}

#column-right {
	padding: 10px;
	border-left: 1px solid #eee;
}

/* default font size */
.la {
	font-size: 17px;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
}

.generic-container {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.generic-container.nopad {
	padding: 0;
}

.fv-singleline {
	white-space: nowrap;
}

.fv-btn {
	border: 2px solid var(--primary);
	color: var(--primary);
	border-radius: 4px;
	padding: 5px 15px;
	background-color: transparent;
	transition: color 0.3s ease, background 0.3s ease;
}

.fv-btn:hover {
	background-color: var(--primary);
	color: white;
}

.fv-btn.primary {
	border-color: var(--primary-hilight);
	color: var(--primary-hilight);;
}

.fv-btn.primary:hover {
	background-color: var(--primary-hilight);
	color: white;
}

.fv-btn-icon {
	border: none;
	color: #aaa;
	background-color: transparent;
}

.fv-btn-icon .la {
	font-size: 25px;
}

.fv-btn-icon:hover {
	color: red
}

.fv-btn-full {
	width: 100%;
	text-align: center;
}

.fv-btn-link {
	border: none;
	text-transform: uppercase;
	background-color: white;
	color: #353535;
	transition: color 0.3s ease;
	font-size: 0.8em;
	font-weight: bold;
}

.fv-btn-link.danger:hover {
	color: #d32f2f;
}

.fv-clear-input-number {
	border: none;
	text-align: center;
	width: 100px;
	font-weight: bold;
	font-size: 20px;
	color: var(--primary);
}

.content-separator {
	height: 50px;
}

h3 {
	color: var(--primary-hilight);
	border-bottom: 2px solid var(--primary-hilight);
	display: inline-block;
	padding-bottom: 5px;
	margin-top: 0;
}

#content {
	flex: 1;
}

/******** PAGE HEADERS *************/

.fv-header-notice {
	padding: 5px 10px;
	background-color: #ffc107;
	color: #37474f;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

#fv-top {
	background-color: var(--primary2);
	color: white;
}

#fv-top .topmost {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	color: white;
	padding: 8px;
	cursor: pointer;
	transition: background 0.3s ease;
	font-size: 13px;
}

#fv-top .topmost:hover {
	background-color: var(--primary-hilight);
}

#fv-top .la {
	font-size: 20px;
	padding-right: 5px;
}

#fv-top2 {
	background-color: white;
	color: white;
	padding: 15px 25px 15px 50px;
	align-items: center;
}

#fv-logo img {
	max-height: 80px;
	object-fit: contain;
	align-self: center;
}

#fv-search {
	position: relative;
}

#fv-search i {
	position: absolute;
	top: 25%;
	left: 10px;
	color: var(--primary);
	font-size: 22px;
}

#fv-search input {
	padding: 10px 20px 10px 40px;
	border: 2px solid #eee;
	border-radius: 3px;
	overflow: hidden;
	color: var(--primary-text);
	min-width: 320px;
}

#fv-search input:focus {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}

#fv-top2 {
	border-bottom: 1px solid #eee;
}

#fv-top2 .fv-top2-actions {
	color: var(--primary);
	padding: 10px;
	position: relative;
	margin-left: 20px;
	transition: color 0.3s ease;
}

#fv-top2 .fv-top2-actions > .la {
	font-size: 30px;
}

#fv-top2 .fv-top2-actions .counter {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 22px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border-radius: 50%;
	background-color: var(--primary-hilight);
	line-height: 22px;
	text-align: center;
	transition: color 0.3s ease, background 0.3s ease;
}

#fv-top2 .fv-top2-actions:hover {
	color: var(--primary-hilight);
}

#main-menu {
	/*box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);*/
	position: relative;
	border-bottom: 1px solid #eee;
	background-color: white;
}

#main-menu a {
	padding: 10px 15px;
	display: inline-flex;
	cursor: default;
	color: var(--primary-text);
	flex-direction: row;
	align-items: center;
	transition: 0.3s ease background;
}

#main-menu a.top {
	transition: 0.3s ease background, 0.3s ease border;
	padding: 10px 15px 8px 15px;
	border-bottom: 2px solid white;
}

#main-menu a:hover {
	background-color: #ddd;
	color: var(--primary-hilight);
}

#main-menu a.top:hover {
	background-color: #ddd;
	border-bottom-color: var(--primary-hilight);
}

#main-menu a .la, #main-menu .press .la {
	font-size: 24px;
	padding-right: 10px;
}

#main-menu a.hotdeal {
	color: var(--primary-hilight);
	font-weight: bold;
	transition: color 0.3s ease, 0.5s ease background;
	cursor: pointer;
}

#main-menu a.hotdeal:hover {
	background-color: var(--primary-hilight);
	color: white;
}

#main-menu div > .press {
	padding: 10px 15px;
	display: inline-flex;
	cursor: default;
	color: var(--primary-text);
	flex-direction: row;
	align-items: center;
	transition: 0.3s ease background;
	background-color: #f5f5f5;
	font-weight: bold;
	cursor: pointer;
}

#main-submenu {
	position: absolute;
	background-color: white;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	z-index: 100;
	box-shadow: 0 9px 15px -6px rgba(0,0,0,0.2);
	font-weight: normal;
	border: 1px solid #ddd;
	min-width: 400px;
}

#main-submenu a {
	display: flex;
}

#main-menu .press:hover #main-submenu {
	display: block;
}

#main-menu .press:hover {
	background-color: var(--primary);
	color: white;
}

#main-submenu ul {
	list-style: none;
	margin: 0; padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#main-submenu ul li {
	display: block;
	flex-basis: 50%;
}

#main-submenu a:hover {
	background-color: #ddd
}

.fv-shown-on-hovering-cnt {
	position: relative;
}

.fv-shown-on-hovering {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
}

.fv-shown-on-hovering-cnt:hover .fv-shown-on-hovering {
	display: block;
}

ul.fv-shown-on-hovering {
	list-style: none;
	margin: 0; padding: 0;
	z-index: 100;
	min-width: 150px;
}

ul.fv-shown-on-hovering > li > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 15px;
	background-color: white;
	color: var(--primary);
	transition: color 0.3s ease, background 0.3s ease;
}

ul.fv-shown-on-hovering > li:hover > a {
	color: var(--primary-hilight);
	background-color: #eee;
}

ul.fv-shown-on-hovering > a:active {
	background-color: #ddd;
}

/*********** MODULE: CAROSEL ***********/

.swiper-viewport {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.fv-slide-show {
	opacity: 0;
	max-height: 600px;
}

.fv-slide-show.slick-initialized{
    opacity: 1;
    transition: opacity .3s ease-out;
}

.fv-slide-show a, .fv-slide-show img {
	height: 600px;
}

.note-video-clip {
	max-width: 100%;
}

/************* PRODUCT LAYOUT *************/

.fv-product-list-content {
	/* later */
}

.fv-product-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.fv-product-list .caption {
	padding: 10px 0;
	transition: background 0.3s ease;
}

.fv-product-list .caption h4 {
	margin-top: 0;
	height: 2.23em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-layout {
	flex-basis: 20%;
	margin-bottom: 10px;
}

@media (max-width: 1400px) {
	.fv-product-list .product-layout {
		flex-basis: 25%;
	}
}

@media (max-width: 1100px) {
	.fv-product-list .product-layout {
		flex-basis: 33.3%;
	}
}

@media (max-width: 768px) {
	.fv-product-list .product-layout {
		flex-basis: 50%;
	}
}

@media (max-width:375px) {
	.fv-product-list .product-layout {
		flex-basis: 100%;
	}
}

.product-thumb {
	/* border-radius: 4px; */
	/* border-left: 2px solid white;
	border-right: 2px solid white; */
	margin: 10px;
	/* overflow: hidden; */
	transition: background 0.3s ease;
	background-color: white;
}

.product-thumb:hover {
	border-color: #e3e3e3;
}

.product-layout .caption h4 a {
	color: var(--primary);
}

.product-layout .caption .price {
	color: var(--primary-hilight);
	font-weight: bold;
}

/* .product-layout:hover .caption {
	background-color: #e3e3e3;
} */

.product-layout .caption .price .price-old {
	color: var(--primary-hilight);
	font-weight: bold;
	text-decoration: line-through;
	font-size: 12px;
}

.product-layout .product-thumb .image a {
	display: block;
}

.product-layout .product-thumb .image a img {
	width: 100%;
	height: auto; /* 230px */
	object-fit: cover;
}

/* .product-thumb:hover {
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
} */

.fv-btn-add-cart {
	width: 100%;
	background-color: white;
	padding: 7px 15px;
	border-radius: 2px;
	border: 2px solid var(--primary);
	transition: background 0.3s ease;
	color: var(--primary);
	font-weight: bold;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.fv-btn-add-cart:hover {
	color: white;
	background-color: var(--primary)
}

.fv-btn-add-cart .la {
	font-size: 26px;
	margin-right: 5px;
}

.fv-btn-add-cart.noitem {
	color: var(--primary-hilight);
	border-color: var(--primary-hilight)
}

.fv-btn-add-cart.noitem:hover {
	color: white;
	background-color: var(--primary-hilight);
}


.product-layout .product-thumb .image {
	position: relative;
	overflow: hidden;
}

.product-layout.product-list {
	flex-basis: 100%;
}

.product-layout.product-list .product-thumb {
	display: flex;
	flex-direction: row;
}

.product-layout.product-list .product-thumb > div:nth-child(2) {
	margin-left: 30px;
}

.fv-hovering {
	/* text-align: center; */
	position: absolute;
	top: -200px;
	right: 10px;
	/* left: 0; */
	padding: 10px 0 20px 0;
	transition: top 0.3s ease;
	/* background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent) */
}

.product-layout:hover .fv-hovering {
	top: 0;
}

.fv-hovering button {
	/* border: 2px solid #ddd; */
	border: none;
	background-color: rgba(0,0,0,0.5);
	width: 37px;
	height: 37px;
	border-radius: 50%;
	color: white;
	overflow: hidden;
	transition: background 0.3s ease;

	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fv-hovering button .la {
	font-size: 20px;
}

.fv-hovering button:hover {
	background-color: rgba(0,0,0,0.7)
}

.fv-outstock {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.fv-outstock p {
	margin: 5px 0;
}

/*************** CHECKOUT CART **************/

.fv-checkout-cart-total {
	font-size: 25px;
	margin: 20px 0;
}

.fv-cart-thumb {
	position: relative;
}

.fv-cart-nostock {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	color: white;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.fv-cart-item {
	margin: 10px 0;
	background-color: white;
	padding: 10px 10px;
	border: 1px solid white;
	transition: border 0.3s ease;
	position: relative;
}

.fv-cart-item:hover {
	border-color: var(--primary)
}

.fv-cart-item.red:hover {
	border-color: var(--primary-hilight)
}

.fv-cart-item:nth-child(even) {
	background-color: #f5f5f5;
}

.fv-cart-item-name {
	color: var(--primary);
	font-size: 20px;
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
}

.fv-cart-total-price {
	margin-left: 10px;
	padding-left: 10px;
	align-self: center;
	font-weight: bold;
	font-size: 18px;
	flex-basis: 140px;
	text-align: right;
	border-left: 2px solid var(--primary-hilight);
	color: var(--primary)
}

.fv-cart-middle {
	padding: 15px;
}

@media (max-width: 768px) {
	.fv-cart-total-price {
		flex-basis: auto;
		align-self: flex-start;
		margin-left: 0;
		padding-left: 0;
		margin-top: 10px;
		border: none;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.fv-cart-total-price .la {
		font-size: 36px;
		color: var(--primary-hilight);
		margin-right: 5px;
	}

	.fv-cart-item {
		align-items: flex-start;
		margin: 0 -10px;
	}

	.fv-cart-item-name {
		max-height: 2.63em;
		overflow: hidden;
	}

	.fv-cart-delete {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}

/*************** PAGINATION **************/

.pagination {
	list-style: none;
	flex-direction: row;
	display: flex;
	margin: 0;
	padding: 0;

}

.pagination a, .pagination span {
	padding: 10px 15px !important;
	margin-right: 5px !important;
	background-color: #ddd !important;
	border-radius: 2px !important;
	font-weight: bold !important;
	color: var(--primary-text) !important;
	transition: background 0.3s ease;
	border: none !important;
}

.pagination a {
	color: var(--primary-text) !important;
}

.pagination li.active a, .pagination li:hover a, .pagination li.active span, .pagination li:hover span {
	background-color: var(--primary-hilight) !important;
	color: white !important;
}

/**************** FOOTER ****************/

footer {
	background-color: var(--primary);
	color: white;
	padding-bottom: 20px;
	margin-top: 20px;
}

footer a {
	color: white;
}

footer a:hover {
	color: var(--primary-hilight);
}

footer h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 20px;
}

footer li {
	margin-top: 7px;
}

.bottom-most {
	background-color: var(--primary2);
	color: white;
	padding: 5px 10px;
	font-size: 11px;
}


/************** CART ************/

#cart .fv-shown-on-hovering {
	min-width: 425px;
	background-color: white;
	box-shadow: 0 0 14px 2px rgba(0,0,0,0.2);
	border-radius: 4px;
	overflow: hidden;
}

.fv-ccart-header strong {
	color: var(--primary-hilight)
}

.fv-ccart-actions {
	border-top: 1px solid #ddd;
	background-color: #eee;
	padding: 10px 20px;
}

.fv-ccart-actions .la {
	font-size: 25px;
	margin-right: 10px;
}

.fv-ccart-item {
	padding: 10px 5px 10px 20px;
	max-height: 500px;
	overflow: auto;
}

.fv-ccart-item:nth-child(even) {
	background-color: #eee;
}

.fv-ccart-total {
	padding: 10px 10px 0 0;
	border-top: 1px solid #eee;
}

.fv-ccart-empty {
	padding: 20px 0;
}

/**************** BREADCUM **************/

.fv-breadcrumb {
	padding: 5px 0px;
	margin-top: 20px;
    margin-bottom: 10px;
    list-style: none;
}

.fv-breadcrumb > li {
    display: inline-block;
}

.fv-breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.fv-breadcrumb a {
	transition: color ease 0.3s;
}

.fv-breadcrumb a:hover {
	color: var(--primary-hilight);
}

/************** CATEGORY LISTING ************/

.list-group {
	margin-top: 20px;
	border-right: 1px solid #eee;
}

.list-group-item {
	border: none;
	border-radius: 0;
	white-space: nowrap;
	padding: 10px 30px 10px 15px
}

.list-group-item:first-child {
	border-radius: 0;
}

.list-group-item.active {
	font-weight: bold;
	background-color: var(--primary-hilight)
}

.list-group-item:hover {
	background-color: var(--primary)
}

/*********** TOP SCROLLER ***********/

#btnTopScroller {
	position: fixed;
	bottom: 100px;
	right: -60px;
	z-index: 1000;
	border: none;
	outline: none;

	cursor: pointer;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.3);
	transition: background 0.3s ease, right 0.4s ease;
}

#btnTopScroller .la {
	font-size: 24px;
	color: white;
}

#btnTopScroller:hover {
  	background-color: rgba(0,0,0,0.7)
}

/*********** PRODUCT THUMBNAILS **************/

.fv-thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.fv-thumbnails .thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
}

.fv-thumbnails > li:first-child .thumbnail img {
	/*max-height: 300px;*/
	height: auto;
	width: 100%;
	margin: 0;
	object-fit: cover;
}

.fv-thumbnails > li {
	margin-left: 20px;
}
.fv-thumbnails {
	margin-left: -20px;
}
.fv-thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.fv-thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.tab-content {
	padding: 15px 0px;
}

.fv-product-view h1 {
	font-size: 25px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 600;
}

.fv-product-view h4 {
	line-height: 1.5;
	font-weight: 600;
	font-size: 18px;
	color: #ad1457;
	border-left: 4px solid #ad1457;
	padding-left: 10px;
}

/******** MANUFACTURE ************/

.fv-manufacture img {
	width: 100%;
	padding: 10px;
}

.fv-manufacture h2 {
	text-align: center;
	font-size: 20px;
	color: var(--primary);
	margin-top: 0;
}

.fv-manufacture {
	margin-bottom: 20px;
}

/******** INFORMATION PAGE CONTENT ********/

#information-information img {
	max-width: 100%;
}

#information-information h2 {
	font-size: 24px;
	font-weight: bold;
	color: black;
	margin: 80px 0 40px 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 20px;
	background-color: #fafafa;
	border-radius: 4px
}

#information-information h3 {
	margin: 60px 0 20px 0;
	border: none;
	text-align: center !important;
	display: block;
	font-size: 22px;
}

#information-information p {
	text-align: justify;
	line-height: 28px;
	font-size: 16px;
	margin: 20px 0;
}

/******** GENERIC FLEXING ***********/

.fv-flex-row {
	display: flex;
	flex-direction: row;
}

.fv-flex-row-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.fv-flex-dist {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.fv-flex-dist-center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.fv-pull-right {
	display: flex;
	justify-content: flex-end;
}

.mshow-block, .mshow-inline-flex, .mshow-inline {
	display: none !important;
}

@media (max-width: 768px) {
	.mhide {
		display: none;
	}

	.mshow-block {
		display: block !important;
	}

	.mshow-inline-flex {
		display: inline-flex !important;
	}

	.mshow-inline {
		display: inline !important;
	}

	.mflex-col {
		flex-direction: column;
	}

	.mflex-col-reverse {
		flex-direction: column-reverse;
	}

	#fv-top2 {
		padding: 10px 20px;
	}

	#fv-search input {
		width: 100%;
		min-width: unset;
	}

	#fv-top2 .fv-top2-actions {
		margin-left: 8px;
	}

	#fv-top .topmost.mnotext > .la {
		padding-right: 0;
	}

	.fv-search-area #fv-search {
		flex: 1;
	}

	#main-menu a.mhide {
		display: none;
	}

	#cart .fv-shown-on-hovering {
		width: calc(100vw - 40px);
		min-width: unset;
	}

	.fv-slide-show a, .fv-slide-show img {
		height: auto;
		width: 100%;
	}

	.mblock {
		display: block;
	}

	#main-submenu {
		width: 100vw;
	}
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0; 
    z-index: 1000;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

/************* BOOTSTRAP MODAL OVERRIDE ***********/
.modal-content {
	border-radius: 0px;
}

.modal-header {
	border: none;
}

.modal-footer {
	background-color: #f5f5f5;
}

.modal-body {
	margin-bottom: 10px;
}

