
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/**
 * GLOBAL
 */
html, body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

a, a:hover {
	color: #000;
}

.page {
	padding: 40px 0;
}

.page-title {
	background-color: #EEE;
}

.page-title h1, .page-title h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	margin: 0;
}

h1.title {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

h1.title > span {
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
}

h2.title-small {
	border-bottom: 1px solid #CCC;
	padding-bottom: .5rem;
	font-size: 16px;
	text-transform: uppercase;
}

h5 {
	margin-bottom: 1rem;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCC;
}

.sidemenu-account {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidemenu-account a, .sidemenu a {
	/*color: #000;*/
	display: block;
}

.small-menu {
	margin: 0;
	padding: 0;
	margin-top: 6px;
	list-style: none;
}

.small-menu > li {
	display: inline-block;
}

.small-menu > li > a {
	color: #000;
	display: block;
	padding-left: 5px;
}

.small-menu > li > a.link {
	font-size: 14px;
	position: relative;
	bottom: 4px;
}

.fa-layers-counter {
	top: -5px;
	right: -5px;
	font-size: 1.8em;
}

strong,
h1.title,
h2.title-small,
h5,
.address label,
.cart-action input,
.product-details > h1,
.product-details .prices > .col {
	font-weight: 500;
}

.btn-origin {
	font-size: 13px !important;
	min-width: 180px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.btn-avenue {
	font-size: 13px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-wishlist {
	color: #000;
	background-color: #feecec
}

.btn-wishlist .ic-heart {
	width: 14px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/ic_love.png') no-repeat 0 0;
	background-size: contain;
}

.btn-wishlist:hover .ic-heart {
	background: url('../images/ic_love_inverse.png') no-repeat 0 0;
	background-size: contain;
}

.btn-small {
	height: 32px;
	font-size: 12px !important;
	text-transform: uppercase;
}

.btn-size-guide {
	margin-bottom: 10px;
	display: inline-block;
}

.btn-size-guide span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

#size-guide {
	max-width: 700px;
}

#coupon-container {
	margin-bottom: 30px;
}

/**
 * SIDE MENU
 */
.sidemenu {
	position: fixed;
	top: 52px;
	bottom: 0;
	z-index: 999;
	background-color: #FFF;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-backface-visibility: hidden;
}

.sidemenu a {
	padding: 5px 0;
}

.sidemenu-left {
	left: -300px;
	width: 300px;
	padding: 15px;
	border-right: 1px solid #CCC;
}

.sidemenu-right {
	right: -300px;
	width: 300px;
	padding: 15px 0;
	border-left: 1px solid #CCC;
}

.sidemenu-left.open {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

.sidemenu-right.open {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}

.sidemenu.cart {
	font-size: 14px;
}

.sidemenu.cart .row {
	margin-bottom: 15px;
}

div#search-form {
	margin-bottom: 15px;
}

nav#side-menu {

}

nav#side-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav#side-menu li {
	padding-left: 16px;
}

nav#side-menu a {
	font-size: 12px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
}

nav#side-menu a:hover {
	background: url('../images/menu_bg.png') no-repeat;
	text-decoration: none;
}

nav#side-menu .have-submenu ul {
	/* margin-left: 20px; */
}

/**
 * HEADER
 */
header {
	top: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
}

#top-header {
	min-height: 26px;
	background-color: #000;
}

#mob-header {
	height: 54px;
	background-color: #FFF;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

#mob-header .col {
	height: 54px;
}

#mob-header #logo img {
	max-width: 120px;
}

#logo {
	display: block;
}

#logo a {
	display: inline-block;
}

#logo img {
	display: inline-block;
	max-width: 165px;
}

#mid-header {
	text-align: center;
	-webkit-transition: background-color .5s linear, box-shadow .5s linear;
	-moz-transition: background-color .5s linear, box-shadow .5s linear;
	-o-transition: background-color .5s linear, box-shadow .5s linear;
	transition: background-color .5s linear, box-shadow .5s linear;
}

#mid-header.sticky {
	background-color: #FFF;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

#main-menu a {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear 
}

#main-menu ul {
  margin: 0;
  padding: 0;
}

#main-menu li {
  position: relative;
  list-style: none;
  text-align: left;
}

#main-menu li:hover > a {
  color: #FF0000;
}

#main-menu li.have-submenu:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	content: "\f078";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -9px;
	right: 1.125rem;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

#main-menu li.have-submenu:hover:before {
	color: #FF0000;
}

#main-menu > ul ul li.have-submenu:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 1.125rem;
  margin-top: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#main-menu li.have-submenu > a {
  padding-right: 2.5rem;
}

#main-menu li:hover > ul {
  display: block;
}

#main-menu > ul {
}

#main-menu > ul > li {
  height: 70px;
  display: inline-block;
}

#main-menu > ul > li > a {
  display: -webkit-box;
  display: flex;
  padding: 0 1.125rem;
  min-height: 100%;
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

#main-menu > ul ul {
  width: 240px;
  position: absolute;
  border-top: 2px solid rgba(0, 0, 0, 0.6);
  display: none;
  background-color: #FFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

#main-menu > ul ul ul {
  top: -2px;
  left: 240px;
}

#main-menu > ul ul a {
  display: block;
  padding: 0.625rem 1.125rem;
  font-size: 12px;
}

#main-menu > ul ul li:hover > a {
  background-color: #F9F9F9;
}

#main-menu .sale, #side-menu .sale {
	background-color: #ffcccc;
}

.menu-actions a {
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
}

.menu-actions i {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
}

#body {
	
}

.menu_icon {
	margin-left: 10px;
}

.menu_icon > img {
	width: 22px;
	height: 22px;
}

/**
 * HOMEPAGE
 */
.home-banners {
	padding-bottom: 10px;
}

.home-banners .col-md-6, .home-banners .col-md-12 {
	margin-bottom: 30px;
}

.home-banners a {
	display: block;
	position: relative;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

.banner-overlay:hover {
	background-color: transparent;
}

#subscribe-banner {
	position: fixed;
	right: 0;
	bottom: 10vh;
	z-index: 999;
	width: 375px;
	height: 350px;
	background-color: #000;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-backface-visibility: hidden;	
}

#subscribe-banner.hidden {
	-webkit-transform: translateX(375px);
	transform: translateX(375px);
}

.subscribe-banner {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
	text-align: center;
}

.subscribe-banner h4 {
	font-size: 34px;
}

.subscribe-banner p {
	font-size: 14px;
}

.ic_close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #FFF !important;
}

/**
 * CATALOG
 */
.catalog {
	padding-bottom: 20px;
}

.p-image {
	position: relative;
	margin-bottom: 0.5rem;
}

.p-image > a {
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;	
}

.p-image > a:nth-of-type(2) {
	position: absolute;
	top: 0;
	z-index: -1;
}

.p-image:hover > a:nth-of-type(1) {
	opacity: 0;
}

.p-title > a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 500;
}

.p-price {
	font-size: 14px;
}

.p-sold-out {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F00;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	line-height: 2em;
	z-index: 999;
}

.page-link {
	color: #000;
}

/**
 * PRODUCT DETAILS
 */

.product-gallery {
	text-align: center;
}

.product-gallery > img {
	width: auto;
	height: calc(100vh - 112px);
	margin: auto;
	display: block;
}

.product-thumbnails > a {
	display: block;
	margin-bottom: 15px;
}

/*
.product-container img {
	width: 100%;
	height: auto;
}
*/

.product-details {
	/*width: 320px;*/
	/*padding: 2rem 0;*/
	/*position: fixed;*/
}

.product-price {
	margin-bottom: 1rem;
}

.product-description {
	font-size: 13px;
	margin-bottom: 1rem;
}

.product-details > h1 {
	font-size: 20px;
}

.product-details .prices {
	margin-bottom: 1rem;
}

.product-details .prices > .col {
	font-size: 14px;
	text-align: center;
}

.options {
	margin-bottom: 1rem;
}

.options h6 {
	font-size: 13px;
	text-transform: uppercase;
}

.options label {
	border: 2px solid #999;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	padding: 4px 10px;
	text-align: center;
	margin-right: 5px;
	min-width: 32px;
	opacity: 0.5;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;	
}

.options label > span {
	display: inline-block;
	font-size: 12px;
}

.options label > span.boxed {
	height: 20px;
}

.options label > input {
	left: -999em;
	position: absolute;
}

.options label.active {
	border-color: #000;
	opacity: 1;
}

.actions {
	text-align: center;
}

.product-tabs .card-header {
	padding: 0;
}

.product-tabs .card-body {
	padding: 6px 12px;
	font-size: 12px;
	/*
	max-height: 200px;
	overflow-y: scroll;
	*/
}

.product-tabs .btn-link {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	background-color: #000;
}

.product-tabs .btn-link.collapsed {
	color: #000;	
	background-color: #FFF;
}

/**
 * SIGN IN / SIGN UP
 */

/**
 * ADDRESS LIST
 */
.address {
	width: 100%;
}

.address label {
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}

.addresses label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}

.addresses span {
	font-size: 15px;
	display: block;
}

.addresses label span:first-child {
	
}

.addresses input {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 16px;
	height: 16px;
}

/**
 * ORDER HISTORY
 */
.order-history-info {
}

.order-history-info .text-muted {
	line-height: 18px;
}

.order-history-info .text-muted.float-right {
	margin-top: 2px;
}

.order-history-info .col-6 {
	border-top: 1px solid rgba(0,0,0,.125);
}

.order-meta > div {
	border-top: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
	padding-top: 0.5rem !important;
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
	padding-bottom: 0.5rem !important;
	line-height: 1.2em;
}

.order-meta > div:last-child {
	border-right: none;
}

.order-meta strong {
	font-size: 13px;
}

.order-item {
	font-size: 13px;
	margin-bottom: 10px;
}

.order-item:last-child {
	margin-bottom: 0;
}

/**
 * STORE POINT
 */
.point-graph {
	border: 1px solid #000;
	height: 30px;
	display: flex;
}

.point-graph .overlay {
	display: flex;
	background-color: #000;
	justify-content: flex-end;
	align-items: center;
}

.point-graph .overlay > span {
	color: #FFF;
	margin-right: 8px;
}

/**
 * BOOTSTRAP
 */
.alert {
	font-size: 12px;
	border-radius: 0;
}

.form-control {
	border-color: #CCC;
}

.form-control-plaintext {
	font-size: 13px;
}

.btn {
	font-size: 16px;
}

.btn, .card, .form-control {
	/*border-radius: 0;*/
}

input[type='text'].form-control,
input[type='password'].form-control {
	font-size: 13px;
}


/**
 * CART
 */
.cart-table {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1rem;
}

.cart-table .cart-info > span {
	display: block;
}

.cart-table .cart-item {
	font-size: 14px;
	padding-top: 0.5rem;
	margin-bottom: 1rem;
}

.cart-table .cart-item a {
	display: block;
}

.cart-action {
	text-align: right;
}

.cart-action input {
	width: 50px;
	text-align: center;
	margin-right: 4px;
}

.cart-action > a {
	color: #000;
	padding: 4px;
	display: inline-block;
}

.cart-item .alert-info {
	padding: 0 1rem;
	line-height: 38px;
}

.summary-container {
}

.summary {
}

.summary-col {
	font-size: 14px;
	line-height: 25px;
	padding: 0.5rem 0;
}

.summary-col > strong {
	font-weight: 500;
}

.summary-col > span {
	float: right;
}

/**
 * ARTICLES
 */
.a-meta {
	margin-bottom: 0.5rem;
}

.a-title {
	font-size: 16px;
}

.article-side {
	font-size: 14px;
}

.article-side > .row {
	margin-bottom: 26px;
}

.homepage-articles h6 {
	font-weight: 400;
	/*text-transform: lowercase;*/
}

.entry-image {
	margin-bottom: 1rem;
}

/**
 * HOMEPAGE
 */
.page.homepage-slider {
	padding: 0;
}

/**
 * FOOTER
 */

/**
 * MAILING LIST
 */
.mailing-list {
	border-bottom: 2px solid #000;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

footer {
	text-align: center;
	padding: 2rem 0;
	border-top: 1px solid #CCC;
}

footer ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	list-style: none;
	text-align: left;
}

footer ul a {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

footer a {
	color: #000 !important;
}

#copyright {
	padding-top: 2rem;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid #000;
}

/**
 * SELECT2
 */
.select2-container {
	display: block;
}

.select2-container--default .select2-selection--single {
	border-color: #000;
	border-radius: 0;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
	padding-left: .75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
	border-width: 6px 5px 0 5px;
}

/**
 * SWIPER
 */
.swiper-button-prev, .swiper-button-next {
	left: 0;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-image: none;
}

.swiper-button-next {
	left: auto;
	right: 0;
	border-radius: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

/**
 * Popover
 */
.popover-body {
	text-align: center;
}

/**
 * Sidebar
 */

.sidebar h4 {
	font-size: 14px;
	text-transform: uppercase;
}

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

.sidebar-categories ul ul > li > a {
	padding-left: 1rem;
}

.sidebar-categories a {
	color: rgba(0, 0, 0, 0.7);
	display: block;
	font-size: 14px;
	line-height: 1.8em;
}

/**
 * For mobile
 */
@media (max-width: 575.98px) {
	#mid-header {
		display: none;
	}

	#body {
		padding-top: 54px;
	}

	.page {
		padding-top: 15px;
	}

	.home-banners {
		background-color: #ffcccc;
		padding-bottom: 0;
		margin-bottom: 15px;
	}

	.home-banners .row {
		padding: 0 7.5px;
	}

	.home-banners .col-md-6 {
		margin-bottom: 15px;
	}

	.home-banner-container {
		padding: 0 7.5px;
	}

	.product-list .row {
		padding: 0 7.5px;
	}

	.product-list .row .col-6 {
		padding: 0 7.5px;
	}

	.p-title > a {
		font-size: 12px;
	}
}

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

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

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