@import 'fontello.css';
html,
body {
  height: 100%;
}
body {
  font-family: 'DM Sans', sans-serif;
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
::-moz-selection {
  background-color: #231f20;
  color: #fff;
}
::selection {
  background-color: #231f20;
  color: #fff;
}
#sscr{
  height: auto !important;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', sans-serif;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  font-weight: 700;
}
h6 {
  font-size: 12px;
  font-weight: 400;
}
a {
  color: #231f20;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #ffe107;
  opacity: 0.7;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
p {
	color: #6b6767;
	margin: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 14px 25px;
  height: auto;
  border-radius: 0;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
  font-size: 15px;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
	background-color: #fff;
	border-color: #eee;
}
.form-row{
	margin-bottom: 15px;
}
.form-btn{
	text-align: right;
	width: 100%;
}
textarea.form-control{
	height: 150px;
}
.inline-group{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.inline-group .btn-mid{
	height: 100%;
	width: 50px;
	margin-left: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.inline-group .btn-mid i{
	margin: 0;
}
section {
  padding: 100px 0;
  position: relative;
  z-index: 10;
  background: #fff;
}
.bg-grey{
	background-color: #f9f9f9 !important;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.center{
	text-align: center;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 58px;
}
.title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0;
}
.title h4 {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0;
}
.title h5 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0;
}
.title p {
  font-size: 17px;
  margin: 0;
  font-weight: 400;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mask {
  position: relative;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
	flex-direction: column;
}
#mask img{
	width: 260px;
}
.loader-frame{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.loader-1 {
	margin-top: 40px;
	 height: 50px;
	 width: 50px;
	 -webkit-animation: loader-1-1 4.8s linear infinite;
					 animation: loader-1-1 4.8s linear infinite;
 }
 .loader-1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	animation: loader-1-2 1.2s linear infinite;
 }
 @-webkit-keyframes loader-1-2 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(220deg);
	}
 }
 @keyframes loader-1-2 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(220deg);
	}
 }
 .loader-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	border: 4px solid #797e33;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
 }
 @-webkit-keyframes loader-1-3 {
	0% {
		-webkit-transform: rotate(-140deg);
	}
	50% {
		-webkit-transform: rotate(-160deg);
	}
	100% {
		-webkit-transform: rotate(140deg);
	}
 }
 @keyframes loader-1-3 {
	0% {
		transform: rotate(-140deg);
	}
	50% {
		transform: rotate(-160deg);
	}
	100% {
		transform: rotate(140deg);
	}
 }
 @-webkit-keyframes loader-1-1 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
 }
 @keyframes loader-1-1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
 }
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  z-index: 900;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#topnav.scroll {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
#topnav.show {
  background-color: #fff !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
#topnav.scroll .navigation-menu > li > a {
  color: #231f20;
}
#topnav.show .navigation-menu > li > a {
	color: #231f20;
}
#topnav.scroll .navigation-menu > li > a:hover {
  color: #999;
  background-color: transparent;
}
#topnav.show .navigation-menu > li > a:hover  {
	color: #999;
}
#topnav.scroll .navigation-menu > li.active > a {
  color: #999;
}
#topnav.show .navigation-menu > li.active > a {
  color: #999;
}
#topnav.scroll .navbar-toggle span {
  background-color: #231f20;
}
#topnav .navbar-toggle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	border: 0;
	border-radius: 6px;
	background-color: #fff;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
	position: relative;
  height: 2px;
  width: 100%;
  background-color: #231f20;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
	background-color: #231f20;
	opacity: 1 !important;
}
#topnav .navbar-toggle:hover span {
  background-color: #fff;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  display: inline-block;
  position: relative;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 80px;
  font-weight: 700;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}
#topnav .navigation-menu > li > .search-btn{
	cursor: pointer;
	opacity: 1;
	padding: 0 15px;
	line-height: 80px;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li > .search-btn:hover{
	opacity: 0.7;
}
#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .navigation-menu > li.has-submenu > a:after {
  content: "\e64b";
  font-family: "themify";
  margin-left: 3px;
}
#topnav .logo {
  position: absolute;
  left: 20px;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo img {
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .search-1, #topnav .search-2 {
  position: relative;
  display: flex;
  width: 25px;
  height: 25px;
  top: 8px;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .search-1 img, #topnav .search-2 img{
  width: 100%;
  max-width: initial;
}
#topnav .search-2{
  display: none;
}
#topnav.scroll .search-2{
  display: flex;
}
#topnav.scroll .search-1{
  display: none;
}
#topnav.show .search-2{
  display: flex;
}
#topnav.show .search-1{
  display: none;
}
.menu-extras{
	display: none;
}
#topnav .register-menu{
  display: flex;
  margin: 0;
  padding: 0;
	position: absolute;
	top: 0;
  right: 20px;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
#topnav .register-menu li{
  list-style: none;
  display: inline-flex;
}
#topnav .register-menu li{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 80px;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
}
#topnav .register-menu li.cart .btn-mid{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 50px;
	height: 50px;
  background-color: #fff;
  color: #231f20;
}
#topnav .register-menu li.cart .btn-mid i{
	margin: 0;
}
#topnav.scroll .register-menu li.cart .btn-mid {
  color: #231f20;
  background-color: #e0e0e0;
}
#topnav .register-menu li a{
  color: #fff;
}
#topnav .register-menu li a.register-btn{
  color: #231f20;
}
#topnav .register-menu li a.register-btn:hover{
  color: #fff;
}
#topnav.scroll .register-menu li a{
  color: #231f20;
}
#topnav.show .register-menu li a{
  color: #231f20;
}
#topnav.scroll .register-menu li a.btn-mid {
  color: #fff;
}
#topnav.show .register-menu li a.btn-mid {
  color: #fff;
}
#topnav.scroll .btn-mid{
  background-color: #231f20;
  color: #fff;
}
#topnav.show .btn-mid{
  background-color: #231f20;
  color: #fff;
}
#home {
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
	border: 0;
	overflow: hidden;
}
#home .overlay{
	background: rgb(35,31,32);
	background: linear-gradient(90deg, rgba(35,31,32,1) 0%, rgba(35,31,32,0) 100%);
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2000;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 0;
}
#home-slider .flex-direction-nav > li > a {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home .scrolldown {
	width: 40px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home .scrolldown .line {
  width: 2px;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -30px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
#home .scrolldown span{
	position: absolute;
	top: -40px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
.slide-content h1 {
  font-weight: 700;
  font-size: 46px;
  margin: 0 0 30px 0;
  position: relative;
}
.slide-content p{
  color: #fff;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 20px;
}
.slide-content a{
  position: relative;
  display: inline-block;
  color: #fff;
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 20;
}
.slide-content {
	opacity: 0;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
	color: #fff;
	width: 100%;
	max-width: 560px;
	align-items: flex-start;
	left: 120px;
	transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.slide-content .btn-mid{
  background-color: #fff;
	color: #231f20;
	margin-left: 0;
}
.slider-pattern{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 100%;
	z-index: 30;
}
.slider-colored{
	position: absolute;
	top: 100%;
	left: 0;
	width: 30%;
	height: 100%;
	background-color: #231f20;
	transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	animation-delay: 2s;
}
.slide-grid{
	display: grid;
	grid-template-columns: 460px 1fr;
	grid-gap: 80px;
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	align-items: center;
}
.slider-bg{
	position: relative;
	z-index: 20;
}
.slider-product{
	opacity: 0;
	background-color: #fff;
	border-radius: 6px;
	position: relative;
	z-index: 15;
	padding: 50px;
	width: 100%;
	margin-top: 100%;
	overflow: hidden;
	box-shadow: 0 1.8vw 4vw -0.7vw rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgba(0,0,0,.2);
	transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.slider-product .product-title h5{
	font-size: 18px;
}
.slider-product .product-info{
	background-color: transparent;
	padding-bottom: 0;
}
.flex-active-slide .slide-content{
	opacity: 1;
	left: 0;
}
.flex-active-slide .slider-product{
	opacity: 1;
	margin-top: 0;
}
.flex-active-slide .slider-colored{
	top: 0;
	opacity: 1;
}
.flex-control-nav {
	position: absolute;
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	bottom: 60px;
	z-index: 100;
	display: flex;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.flex-control-nav > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.flex-control-nav > li:last-child {
  margin-right: 0;
}
.flex-control-paging > li > a {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 1000;
  background-color: rgba(255,255,255,0.6);
  cursor: pointer;
}
.flex-control-paging > li > a.flex-active {
  background-color: #fff;
}
.alert {
  border-radius: 6px;
  font-size: 15px;
  border: none;
}
.alert.alert-danger {
  background-color: #e74c3c;
  color: #fff;
}
.alert.alert-success {
  background-color: #2ecc71;
  color: #fff;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0!important;
}
.bt-0 {
  border-top: 0!important;
}
.br-0 {
  border-right: 0!important;
}
.bb-0 {
  border-bottom: 0!important;
}
.bl-0 {
  border-left: 0!important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mr-15 {
  margin-right: 15px!important;
}
.ml-15 {
  margin-left: 15px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mb-25 {
  margin-bottom: 25px!important;
}
.mr-25 {
  margin-right: 25px!important;
}
.ml-25 {
  margin-left: 25px!important;
}
.mt-25 {
  margin-top: 25px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mr-50 {
  margin-right: 50px!important;
}
.ml-50 {
  margin-left: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.btn-mid{
  border: none;
  outline: none;
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
	font-size: 14px;
	font-weight: 700;
  text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 6px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  color: #231f20;
  opacity: 1;
  background-color: #ffe107;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover{
	opacity: 1;
	background-color: #231f20;
	color: #fff;
}
.btn-mid i{
	margin-left: 10px;
	color: #231f20;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover i{
	color: #fff;
}
.btn-dark{
	background-color: #231f20;
	color: #fff;
	opacity: 1 !important;
}
.btn-dark i{
	color: #fff;
}
.btn-ws:hover{
	background-color: #2ecc71;
}
.btn-center{
  display: block;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.btn-all{
  display: block;
  width: 100%;
  margin-top: 40px;
}
.btn-all .btn-mid{
  display: block;
  width: 100%;
}
.btn-left{
	margin-top: 30px;
	width: 100%;
	text-align: left;
}
.btn-top{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.btn-top .btn-mid{
  display: block;
  width: 100%;
  background-color: #ffe107;
}
.btn-top span{
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.btn-top a{
  font-weight: 700;
}
.btn-share{
	opacity: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	color: #fff !important;
}
.btn-share i{
	margin-right: 10px;
}
.btn-share:hover{
	opacity: 0.6;
}
.fb-share{
	background-color: #2d88ff;
}
.tw-share{
	background-color: #1da1f2;
}
.ws-share{
	background-color: #25d366;
}
.form-group .btn-mid{
  display: block;
  width: 100%;
}
.cover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.title-grid{
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
  align-items: center;
}
.title-grid .title{
  margin-bottom: 0;
}
#featured .product-info{
	background-color: #fff;
}
.featured-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 60px;
}
.featured-box{
  opacity: 1 !important;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.featured-img{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
  -webkit-transition: opacity 300ms cubic-bezier(.694,0,.335,1),-webkit-transform 600ms cubic-bezier(.694,0,.335,1);
  transition: opacity 300ms cubic-bezier(.694,0,.335,1),-webkit-transform 600ms cubic-bezier(.694,0,.335,1);
  -o-transition: opacity 300ms cubic-bezier(.694,0,.335,1),transform 600ms cubic-bezier(.694,0,.335,1);
  transition: opacity 300ms cubic-bezier(.694,0,.335,1),transform 600ms cubic-bezier(.694,0,.335,1);
  transition: opacity 300ms cubic-bezier(.694,0,.335,1),transform 600ms cubic-bezier(.694,0,.335,1),-webkit-transform 600ms cubic-bezier(.694,0,.335,1);
}
.featured-box:hover .featured-img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.featured-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 10;
}
.featured-box:hover .featured-title, .featured-box:hover .featured-text{
  opacity: 0.6;
}
.featured-title{
  display: block;
  margin-bottom: 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-text{
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-text p{
  color: #fff;
}
.featured-title h5{
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  color: #fff;
}
.section-divider{
  display: block;
  margin: 0 0 60px 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #231f20;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-box:hover .overlay{
  opacity: 0;
}
.product-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 60px;
}
.product-box{
  opacity: 1 !important;
  position: relative;
  display: block;
  width: 100%;
	height: 100%;
	border-radius: 6px;
  overflow: hidden;
}
.product-box .overlay{
	opacity: 0;
}
.product-box:hover .overlay{
	opacity: 0.5;
}
.list-box{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  counter-increment: item-counter;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.list-box .product-info{
  background-color: #fff;
}
.product-wrapper {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	align-items: center;
	justify-content: center;
}
.product-img{
	width: 100%;
	padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box:hover .product-img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list-box:hover .product-img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-info {
	display: block;
	width: 100%;
	opacity: 1;
	padding: 15px;
	position: relative;
	top: 0;
	z-index: 10;
	background-color: #f9f9f9;
}
.product-box:hover .product-title, .product-box:hover .product-text{
  opacity: 0.6;
}
.list-box:hover .product-title, .list-box:hover .product-text{
  opacity: 0.6;
}
.product-title{
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-text{
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-title br{
	display: none;
}
.product-title p{
  color: #999;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 0 5px 0;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 18px;
}
.product-title h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  margin: 0 0 5px 0;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 18px;
	color: #231f20;
	text-align: center;
}
.product-go{
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background-color: #ffe107;
	color: #231f20;
	position: absolute;
	z-index: 20;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box:hover .product-go{
	opacity: 1;
}
#nosotros .container{
	position: relative;
}
.about-grid{
  display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
}
.about-img{
	display: block;
	width: 100%;
	height: 100%;
	margin-right: 350px;
  position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.about-info{
	padding: 50px;
	background-color: #f9f9f9;
	border-radius: 6px;
	position: absolute;
	right: 0;
	width: 100%;
	max-width: 560px;
	box-shadow: 0 1.8vw 4vw -0.7vw rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgba(0,0,0,.2);
}
.about-info p{
  margin-bottom: 20px;
}
.about-info p:last-of-type{
  margin-bottom: 0;
}
.about-info .btn-mid{
  margin-top: 30px;
}
.call-container {
	width: 100%;
	margin: 50px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	align-items: flex-start;
}
.call-row{
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-gap: 20px;
	align-items: center;
}
.call-row i{
	background-color: #231f20;
	color: #fff;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
 .call-row strong {
	color: #231f20;
	display: block;
	width: 100%;
	font-size: 20px;
 }
 .call-fixed {
	z-index: 100;
	display: flex;
	position: fixed;
	bottom: 40px;
	right: 40px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
 }
 .call-fixed .btn-call {
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 60px;
	height: 60px;
	background-color: #bd1818;
	color: #fff;
	border-radius: 100%;
 }
 .call-fixed .btn-call:last-child {
	margin-right: 0;
 }
 .call-fixed .btn-call:hover {
	background-color: #333333;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
 }
 .call-fixed .btn-call.active {
	-webkit-box-shadow: 10px 10px 20px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 20px -4px rgba(0, 0, 0, 0.2);
 }
.top-container{
  display: flex;
  width: 100%;
  height: 500px;
  align-items: center;
  justify-content: center;
}
.top-info{
  position: absolute;
  z-index: 10;
}
.cover-bg{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.top-info h2{
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #fff;
  max-width: 768px;
  padding: 0 20px;
  text-align: center;
}
.top-info .breadcrumb {
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: initial;
}
.top-info .breadcrumb li a{
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #fff;
  content: "-\00a0";
}
#top{
	width:100%;
	height: auto;
	min-height:80vh;
	position:relative;
	display:flex;
	padding:0;
	align-items:center;
	justify-content:center;
}
#top .gradient-overlay{
	opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	background:rgb(0,0,0);
	background:linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
}
#top .container{
	position:relative;
	z-index:10;
}
#top .cover-bg,
.top-container .cover-bg{
	background-attachment: fixed;
}
.top-title{
	display: block;
	margin-bottom: 30px;
}
.top-title h5{
	text-transform: uppercase;
	color: #ffe107;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.top-title h2{
	font-weight: 700;
	color: #fff;
	font-size: 44px;
	margin: 0;
}
.top-text p{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.top-text{
	column-count: 2;
  column-gap: 60px;
}
.top-index .container {
	top: -90px;
	margin-bottom: -90px;
	position: relative;
	padding: 90px 50px 0 50px;
	background-color: #fff;
	border-radius: 6px;
}
.job-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	margin-top: 50px;
}
.job-box{
	position: relative;
	padding: 40px;
	padding-top: 60px;
	background-color: #f9f9f9;
	border-radius: 6px;
}
.job-full{
	grid-column: span 2;
}
.job-box p{
	font-weight: 700;
}
.job-number{
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	left: 60px;
	top: -35px;
}
.number-1{
	color: #ffe107;
	opacity: 0.5;
}
.number-2{
	color: #231f20;
	opacity: 0.1;
}
#products{
  padding: 0;
}
.products-wrapper{
  padding: 80px;
}
.product-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 40px;
}
.top-filter {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  width: 100%;
  margin-bottom: 40px;
}
.select-sort {
	width: 100%;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  color: #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-sort:hover {
  background-color: #fff;
}
.select-sort i{
  font-size: 13px;
  margin-left: 10px;
}
.select-title {
	font-size: 20px;
	font-weight: 700;
  margin-bottom: 15px;
}
.select-column{
  display: inline-block;
  width: 100%;
}
.select-column:last-child{
  margin-right: 0px;
}
.select-column .form-control{
	max-width: 500px;
	width: 100%;
}
.filter-btn{
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
}
.filter-btn .btn-mid{
  height: 50px;
}
.filter-select {
	display: grid;
	grid-template-columns: 300px 1fr 1fr 1fr;
	grid-gap: 30px;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  height: 52px;
}
.select:last-of-type{
  margin-bottom: 0;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	line-height: 1;
	border-radius: 6px;
  color: #8a979c;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-styled:after {
  font-family: 'fontello';
  content: "\f107";
  position: absolute;
  top: 20px;
  right: 15px;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-styled:hover {
	background-color: #fff;
	border-color: #eee;
}
.select-styled:active, .select-styled.active {
  background-color: #e9e9e9;
}
.select-styled:active:after, .select-styled.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-options {
  display: none;
  position: absolute;
	max-height: 250px;
	min-width: 300px;
  overflow-y: auto;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.select-options li:first-of-type {
  border-top: none;
}
.select-options li {
  opacity: 1;
  margin: 0;
  padding: 12px 25px;
  border-top: 1px solid #333;
  background-color: #231f20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-options li:hover {
  background-color: rgba(22, 63, 146, 0.7);
}
.select-options li[rel="hide"] {
  display: none;
}
.select-options.selected{
  color: #333;
}
.select-order{
	width: 200px;
	text-align: left;
}
.pagination {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.pagination-container{
  display: block;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.pagination-container ul{
  padding: 0;
  margin: 0;
}
.pagination-container li {
  display: inline-block;
  list-style: none;
}
.pagination-container li.active > a {
  font-weight: 700;
  color: #231f20
}
.pagination-container li.active > a:hover {
  color: #231f20;
}
.pagination-container li.active > a:focus {
  color: #231f20;
}
.pagination-container li > a {
  opacity: 1 !important;
  font-size: 17px;
  padding: 8px;
  color: #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination-container li > a:hover {
  color: #231f20;
}
#user{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
}
.user-wrapper {
	position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay-logo{
	position: absolute;
	top: 25px;
	left: 25px;
	display: block;
}
.overlay-logo{
	display: block;
	width: 160px;
}
.overlay-container {
  position: relative;
  display: block;
  width: 560px;
  padding: 100px 20px 50px 20px;
}
.overlay-title{
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.overlay-title h3{
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 10px 0;
  text-align: center;
}
.overlay-title span{
  text-align: center;
  display: block;
  width: 100%;
}
.overlay-title a{
  font-weight: 700;
  color: #231f20;
}
.overlay-title a:hover{
  color: #e8c4b8;
}
.overlay-title p{
  margin: 0;
  font-size: 17px;
}
.close-btn{
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 1;
  display: flex;
  width: 50px;
  height: 50px;
  cursor: pointer;
  align-items: center;
	justify-content: center;
	background-color: #231f20;
	border-radius: 6px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.close-btn:hover{
  background-color: #ffe107;
  color: #231f20;
}
.register-wrapper.active, .profile-wrapper.active, .lang-wrapper.active, .search-wrapper.active, .login-wrapper.active, .sort-wrapper.active, .share-wrapper.active{
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.filter-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  height: inherit;
  overflow-y: auto;
  display: block;
}
.search-container {
  position: absolute;
  display: block;
  width: 560px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-container .input-wrapper{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-container .inline-form {
  display: grid;
  grid-template-columns: 1fr 55px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.search-container .inline-form .btn-mid {
  padding: 0;
  display: block;
  width: 100%;
}
.facebook-container{
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}
.form-divider{
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.form-divider p{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  margin: 0;
}
.form-legal{
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: block;
	width: 100%;
	margin-top: 30px;
}
.form-legal p{
  font-size: 13px;
  color: #999;
  text-align: center;
	margin: 0;
}
.form-legal a{
  font-weight: 700;
}
.form-recover{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
	width: 100%;
	margin-top: 30px;
}
.form-recover p{
  font-size: 13px;
  color: #999;
  margin: 0;
}
.form-recover p:first-child{
  text-align: left;
}
.form-recover p:last-child{
  text-align: right;
}
.form-recover a{
  font-weight: 700;
}
.form-artist{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.form-lang{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.register-profile form{
  margin-bottom: 30px;
}
.btn-art{
  display: block;
  width: 100%;
  color: #231f20;
  background-color: #e0e0e0;
}
.btn-art.active{
  pointer-events: none;
  color: #fff;
  background-color: #ffe107;
}
.btn-art:hover{
  opacity: 0.6;
  color: #231f20;
}
.detail-grid{
  display: grid;
  grid-template-columns: 1.5fr 430px;
  grid-gap: 50px;
  width: 100%;
}
.app-figure .selectors{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.app-figure .selectors .mz-thumb {
  display: inline-flex;
  border: 1px solid #e0e0e0;
  background-color: #231f20;
  margin-right: 10px;
}
.app-figure .selectors .mz-thumb:hover {
  opacity: 1;
}
.app-figure .selectors .mz-thumb:last-child {
  margin-right: 0px;
}
.app-figure .selectors .mz-thumb img{
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.app-figure .selectors .mz-thumb:hover img{
  opacity: 0.6;
}
.detail-title{
  display: block;
  width: 100%;
}
.detail-title h5{
	padding: 8px 12px;
	background-color: #ffe107;
	display: inline-block;
	border-radius: 6px;
	margin: 0 0 10px 0;
}
.detail-title h5 strong{
	font-weight: 700;
}
.detail-title h3{
  margin: 0;
  font-weight: 700;
}
.detail-category{
  display: block;
  width: 100%;
  margin: 10px 0 30px 0;
  font-size: 17px;
}
.detail-category p{
  margin: 0;
  font-size: 14px;
}
.detail-category a{
  color: #231f20;
  padding-bottom: 4px; 
  text-decoration: underline;
}
.detail-price{
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #ffe107;
}
.detail-add{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  padding: 30px 0 0 0;
  border-top: 1px solid #e0e0e0;
}
.detail-add .price-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #ffe107;
  font-size: 20px;
  padding: 15px 20px;
}
.detail-add .btn-mid {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.detail-info .accordion li {
  max-width: initial;
  width: 100%;
}
.detail-info .accordion-title {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding: 12px 0;
  color: #231f20;
	font-weight: 700;
	margin-bottom: -1px;
}
.detail-info .accordion-title i{
	right: 10px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.detail-info .accordion li.active i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.detail-info .accordion-content{
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
}
.detail-info .accordion-content p{
  margin-bottom: 8px;
}
.detail-info .accordion-content p:last-child{
  margin-bottom: 0;
}
.detail-add .quantity input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
}
.detail-add .form-qty{
  display: block;
  width: 100%;
  height: 100%;
}
.detail-add .quantity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
}
.detail-share {
	display: flex;
	flex-direction: column;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
}
.share-btn-group{
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	margin-top: 0;
	height: 0;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share-btn-group.active{
	margin-top: 15px;
	height: auto;
}
.share-icon {
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}
.share-icon img{
  display: block;
  width: 100%;
}
.share-list {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share-list:hover {
  opacity: 0.6;
}
.share-list:last-child {
  margin-right: 0px;
}
.share-img{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.share-img img{
  display: block;
  width: 100%;
}
.share-container{
  display: block;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
.share-box{
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 15px;
  border-radius: 100%;
  color: #fff;
  background-color: #231f20;
  opacity: 1;
}
.share-fb{
  background-color: #4267b2;
}
.share-ig{
  background-color: #cd486b;
}
.share-tw{
  background-color: #1da1f2;
}
.detail-info .accordion .detail-list{
  padding-left: 18px;
}
.detail-info .accordion .detail-list li{
  list-style: circle;
  color: #999;
}
.filter-container {
  position: relative;
  display: block;
  max-width: 1170px;
  width: 100%;
  padding: 120px 30px;
  margin: 0 auto;
}
.filter-list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px;
  padding: 0;
  margin: 40px 0 0 0;
}
.accordion li{
  list-style: none;
  max-width: 200px;
}
.accordion-title {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  padding-right: 20px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-title:hover{
  opacity: 0.6;
}
.accordion-title i {
  position: absolute;
  right: 0;
}
.accordion-title.active i:before {
  opacity: 1;
}
.accordion-divider{
  display: block;
  width: 100%;
  padding: 10px 0;
}
.text-container{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.art-text:last-child{
  margin-bottom: 0;
}
.subtitle{
  color: #231f20;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}
.author-text{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#selected-art .product-grid {
  grid-template-columns: repeat(5, 1fr);
}
#selected-art .product-wrapper {
  height: 11vw;
}
.recently-container{
  display: block;
  width: 100%;
  padding: 0 80px;
}
.recently-container .product-grid{
 grid-template-columns: repeat(6, 1fr);
 margin-top: 40px;
}
.logo-item{
  display: inline-block;
  margin-right: 10px;
}
.logo-item img{
  height: 25px;
}
.item-table{
  display: block;
  width: 100%;
  margin-top: 30px;
}
.item-row{
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 20px;
  width: 100%;
}
.item-img{
  display: block;
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.item-title{
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  color: #999;
}
.item-text{
  color: #999;
}
.item-text a{
  color: #999;
}
.item-price{
  text-align: right;
  font-weight: 700;
  color: #ffe107;
  vertical-align: top;
}
.item-bottom{
  display: block;
  width: 100%;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}
.item-btn{
  display: block;
  width: 100%;
  margin-top: 15px;
}
.btn-links{
  color: #231f20;
  text-decoration: none !important;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e0e0e0;
  font-size: 14px;
}
.btn-links:hover{
  color: #ffe107;
}
.btn-links:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0;
}
#cart{
  padding-top: 0;
}
.bar-container .logo {
  position: absolute;
  left: 20px;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bar-container .logo img {
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bar-container{
  border-bottom: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  position: relative;
}
.bar-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.bar-steps{
  display: flex;
  align-items: center;
}
.bar-list{
  letter-spacing: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-right: 1px solid #e0e0e0;
  padding: 0 30px;
  line-height: 80px;
}
.bar-list.active{
  background-color: #fff;
  color: #ffe107;
}
.bar-list:first-child{
  border-left: 1px solid #e0e0e0;
}
.bar-grid .bar-btn{
  text-align: right;
}
.bar-grid .btn-mid{
  background-color: #ffe107;
}
#summary{
  margin-top: 80px;
}
.summary-grid{
  display: grid;
  grid-template-columns: 1fr 430px;
  grid-gap: 50px;
  width: 100%;
}
.summary-description{
  display: block;
  width: 100%;
  padding: 100px 0 0 0;
}
.summary-sidebar{
  display: block;
  width: 100%;
  background-color: #231f20;
	padding: 40px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.summary-sidebar .btn-mid{
	width: 100%;
}
.summary-title{
	display: block;
	margin-bottom: 20px;
}
.summary-title h3{
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #fff;
}
.summary-title p{
	color: #fff;
}
.summary-table{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.summary-table:last-child{
  margin-bottom: 0px;
}
.item-description p {
  margin-bottom: 0;
}
.item-description .detail-info{
	margin-top: 20px;
}
.item-description .accordion-title{
	font-size: 15px;
}
.summary-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
.summary-bottom{
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}
.summary-amount{
  text-align: right;
}
.summary-savings{
  color: #ffe107;
}
.summary-logos{
  display: block;
  width: 100%;
  font-size: 0;
}
.summary-btn{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 30px 0;
  margin: 50px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.summary-btn .btn-mid{
  width: 100%;
}
.summary-address{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.address-block{
  background-color: #f1f1f1;
  padding: 30px;
}
.form-address{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.form-address .form-group{
  margin-bottom: 0;
}
.form-address .form-full{
  grid-column: span 2;
}
.brands-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.brands-box{
  display: flex;
  align-items: center;
  justify-content: center;
	background-color: #fff;
	border-radius: 6px;
}
.brands-box:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.brands-box img{
  width: 100%;
  max-width: 200px;
}
.search-container{
	opacity: 0;
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	pointer-events: none;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.search-container.active{
	opacity: 1;
	top: 100%;
	pointer-events: visible;
	visibility: visible;
}
.search-container .inline-group{
	padding: 20px;
	background-color: #f9f9f9;
}
.search-container .inline-group .form-control{
	background-color: #fff;
}
.search-container .inline-group .form-control:focus{
	background-color: #f9f9f9;
}
#topnav .search-container .inline-group .btn-mid{
	background-color: #ffe107;
	color: #231f20;
}
#topnav .search-container .inline-group .btn-mid:hover{
	background-color: #231f20;
	color: #fff;
}
#contact .gradient-overlay{
	opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	background:rgb(0,0,0);
	background:linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%)
}
#contact{
	min-height: 100%;
	padding: 0;
	margin-top: 80px;
}
.contact-grid{
	display: inline-flex;
	height: 100%;
	width: 100%;
}
.contact-img{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 50%;
}
.contact-info{
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: 50%;
	padding: 100px 80px;
}
.contact-info .call-container{
	display: block;
	margin: 0 0 30px 0;
}
.contact-info .call-row{
	margin-bottom: 30px;
}
.contact-info .call-row:last-child{
	margin-bottom: 0;
}
.contact-title{
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 560px;
	margin-top: 60px;
	padding: 0 20px;
}
.contact-title .top-text{
	column-count: initial;
}
.contact-info .call-container h3{
	margin: 0 0 20px 0;
	font-weight: 700;
}
.contact-social{
	display: flex;
}
.contact-social .social-box{
	display: inline-flex;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	background-color: #231f20;
	color: #fff;
	margin-right: 10px;
}
.contact-social .social-box:last-child{
	margin-right: 0;
}
.contact-social .social-box:hover{
	background-color: #ffe107;
	color: #231f20;
}
.featured-bg {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1);
	-webkit-transform: scale(1);
	background-image: url(../images/bg.png);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#top-legal{
	background-color: #231f20;
	padding: 0;
	margin-top: 80px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top-legal .top-title{
	margin: 0;
}
#top-legal .container,
#legal .container{
	max-width: 960px;
	margin: 0 auto;
}
#legal .container p{
  margin-bottom: 15px;
  line-height: 1.5;
}
#legal .container ul{
 margin-bottom: 15px;
  line-height: 1.5;
}
#legal .container li{
 color: #8a979c;
}
#legal .container h1{
  margin: 0 0 30px ;
}
#legal .container h3{
  margin: 30px 0 15px 0;
}
#legal .container p:las-of-type{
  margin-bottom: 0
}
.gallery-full {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 320px;
	grid-auto-flow: row dense;
	justify-content: center;
	grid-gap: 20px;
}
.item {
	z-index: 0;
	position: relative;
	display: flex;	
	background: #f9f9f9;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.item .cover-bg{
	pointer-events: none;
}
.item-large {
	grid-row-end: span 2;
}
.item-medium {
	grid-column: span 2;
}
.item:hover .cover-bg{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.item a{
	display: block;
	width: 100%;
	height: 100%;
}
.promo-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.promo-box{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 8px;
}
.cta-fixed {
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 110;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	overflow: hidden;
}
 .cta-text{
	opacity: 0;
	right: 0;
	pointer-events: none;
	position: relative;
	display: inline-flex;
	height: 52px;
	margin-bottom: 10px;
	border-radius: 40px;
	background-color: #25d366;
	padding: 0 25px;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
 }
 .cta-fixed:hover .cta-text{
	opacity: 1;
	right: 0;
	pointer-events: visible;
 }
 .cta-text p{
	color: #fff;
	font-weight: 600;
	margin: 0
 }
 .cta-text i{
	margin-right: 10px;
 }
 .cta-ws{
	 opacity: 1;
	background-color: #25d366;
	width: 60px;
	height: 60px;
	color: #fff !important;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%; 
 }
 .cta-ws:hover{
	 opacity: 0.6;
 }
footer{
  display: block;
  width: 100%;
  background-color: #e0e0e0;
  position: relative;
  z-index: 100;
}
.footer-top{
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
}
.footer-menu {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.footer-menu.newsletter-container li{
  opacity: 1;
}
.footer-menu.footer-social li{
  opacity: 1;
}
.footer-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, auto);
	grid-gap: 40px;
}
.footer-menu li{
  display: block;
  list-style: none;
  font-weight: 500;
  margin: 8px 0;
  opacity: 0.8;
}
.footer-menu li:last-child{
	margin-bottom: 0;
}
.footer-menu .footer-title{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  opacity: 1;
}
.footer-menu li:last-child{
  margin-right: 0px;
}
.footer-menu li a:hover{
	opacity: 0.7;
	color: #231f20;
}
.footer-logo{
	vertical-align: middle;
	text-align: center;
}
.footer-logo img{
	width: 200px;
	margin-bottom: 15px;
}
.footer-bottom{
  padding: 30px 0;
  background-color: #231f20;
}
.footer-bottom p{
  font-size: 14px;
  margin-bottom: 0;
	color: #fff;
	text-align: center;
}
.footer-bottom a{
	color: #fff;
	font-weight: 700;
}
.footer-columns{
  display: block;
  width: 100%;
}
.footer-social {
  width: auto;
  min-width: inherit;
  margin-right: 60px;
}
.footer-social ul{
  padding: 0;
  margin: 0;
  text-align: right;
  display: inline-block;
}
.footer-social .social-box{
  list-style: none;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.footer-social .social-box:last-child{
  margin-bottom: 0px;
}
.footer-social .social-box a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  color: #fff;
  border-radius: 100%;
}
.footer-social .social-box a:hover{
	color: #fff;
}
.footer-social .social-box i{
  margin: 0;
}
.footer-logo li{
  opacity: 1;
}