@font-face {
    font-family: MyriadPro-Light;
    src: url(../../fonts/MyriadPro/MyriadPro-Light.otf)
}

@font-face {
    font-family: MyriadPro-Bold;
    src: url(../../fonts/MyriadPro/MyriadSetPro-Bold.otf)
}

@font-face {
    font-family: MyriadPro-ExtraThin;
    src: url(../../fonts/MyriadPro/MyriadSetPro-ExtraThin.otf)
}

@font-face {
    font-family: MyriadPro-Semibold;
    src: url(../../fonts/MyriadPro/MyriadSetPro-Semibold.otf)
}

@font-face {
    font-family: MyriadPro-Thin;
    src: url(../../fonts/MyriadPro/MyriadSetPro-Thin.otf)
}

@font-face {
    font-family: MyriadPro-Text;
    src: url(../../fonts/MyriadPro/myriad-set-pro_text.ttf)
}

.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignleft {
	text-align: left;
	margin-right: 5px;
}
.alignright {
	text-align: right;
	margin-left: 25px;
	float: right;
}
.alignleft {
	text-align: left;
	margin-right: 25px;
	float: left;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
.entry-content {
	-moz-hyphens: auto;
	word-wrap: break-word;
}
figure.alignleft {
	margin: 0 25px 0 0;
}
figure.alignright {
	margin: 0 0 0 25px;
}
figure img {
	max-width: 100%;
}
figure.aligncenter {
	margin: 80px auto 2em;
}
.screen-reader-text {}
/* --------------- 1.3 TYPOGRAHPY --------------- */
h1,h2,h3,h4,h5,h6 {
	font-family: 'MyriadPro-Bold', Arial, Helvetica, sans-serif;
}
/* ==================== 2.0 GENERAL LAYOUT ==================== */
body {
	font-family: 'MyriadPro-Text', Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-rendering: auto;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.container-fluid {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}
.home-left-layout .container-fluid {
	width: 100%;
	max-width: 100%;
}
body.full-width .container-fluid {
  max-width: 100%;
}
/* ==================== 3.0 HEADER ==================== */
#header {
	position: relative;
	z-index: 99;
}
/* --------------- 3.1 LOGO --------------- */
.logo {
	text-align: center;
	margin: 0;
}
.logo a {
  display: inline-block;
  max-width: 100%;
  width: 225px;
}
#header_logo img {
  margin: 0 auto;
}
.logo a img.retina-logo {
	display: none;
}
/* --------------- 3.2 HEADER TOP --------------- */
#header .header-top {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 100%;
	padding: 15px 0 15px;
	background: #f7f7f7;
    margin-bottom: 35px;
}
.header-top ul {
	margin-top: 0;
	margin-bottom: 0;
}
.header-top ul.socials li {
	display: inline-block;
	margin-right: 2px;
}
.header-top ul.socials li a {
	font-size: 14px;
	width: 25px;
	height: 25px;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #000;
	color: #fff;
	line-height: 26px;
}
.logo-top ul.socials, .logo-top nav.top-menu .top-menu {
  margin-top: 13px;
}
.logo-top .header-top {
  height: auto;
}
.top-menu ul {
	margin-bottom: 0;
	text-align: left;
}
.top-menu li {
	display: inline-block;
	text-align: left;
}
.top-menu li:first-child a {
	padding-left: 0;
}
.top-menu li a {
	color: #999;
	font-size: 12px;
	line-height: 29px;
}
.top-menu li a:hover {
	color: #000;
}
.mini-search {
	border: 1px solid #999;
	border-radius: 40px;
	padding: 5px 10px;
	background: #fff calc(100% - 10px) center no-repeat;
	background-image: url("assets/images/search.png");
	background-image: none, url("assets/images/search.svg");
	background-size: auto 60%;
	width: 250px;
	float: right;
}
.mini-search input {
	color: #999;
	border: none;
	width: calc(100% - 20px);
	font-size: 12px;
}
.side-bar-widget .mini-search {
	background-color: #fff;
	width: 100%;
}
.side-bar-widget .mini-search input {
	background: #fff;
	font-size: 14px;
}
#setCurrency .current > span,.shop-language > span,.top-menu li.icon > a, .top-menu li.icon > .shopping_cart > a {
	width: 25px;
	height: 25px;
	margin: 0 3px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -999em;
}
#setCurrency .current > span{
	background-image: url("assets/images/currency.png");
	background-image: none, url("assets/images/currency.svg");
}
.shop-language > span{
	background-image: url("assets/images/global.png");
	background-image: none, url("assets/images/global.svg");
}
.top-menu li.menu-toggle a {
	background-image: url("../images/menu.png");
	background-image: none, url("../images/menu.svg");
}
.top-menu li.mobile-search a {
	background-image: url("assets/images/search.png");
	background-image: none, url("assets/images/search.svg");
}
.top-menu li.my-account a {
	background-image: url("assets/images/user.png");
	background-image: none, url("assets/images/user.svg");
}
.top-menu li.cart > .shopping_cart > a {
	background-image: url("assets/images/cart.png");
	background-image: none, url("assets/images/cart.svg");
	position: relative;
    float: left;
    margin: 0 7px;
}
.top-menu li.wishlist > a {
	background-image: url("assets/images/wishlist.png");
	background-image: none, url("assets/images/wishlist.svg");
	position: relative;
}
.top-menu li:last-child a {
	padding-right: 0
}
.top-menu li.cart a span,
.top-menu li.wishlist a span {
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 9px;
	letter-spacing: 0;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: -2px;
	text-align: center;
	text-indent: 0;
	top: 5px;
	width: 15px;
}
#searchModal .modal-dialog {
	width: calc(100% - 200px);
	height: calc(100% - 200px);
	margin: 100px auto;
}
#searchModal .modal-content {
	height: 100%;
}
#searchModal .content-item {
	left: 50%;
	margin: 0 auto;
	max-width: 600px;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate3D(-50%, -50%, 0px);
	-moz-transform: translate3D(-50%, -50%, 0px);
	-webkit-transform: translate3D(-50%, -50%, 0px);
	-o-transform: translate3d(-50%, -50%, 0px);
	-ms-transform: translate3d(-50%, -50%, 0px);
}
#searchModal h3 {
	font-size: 3em;
	text-align: center;
	margin: 0 0 25px;
	text-transform: uppercase;
	font-weight: bold;
}
#searchModal p {
	text-align: center;
	margin-bottom: 25px;
}
#searchModal .mini-search {
	padding: 10px 15px;
	margin-top: 10px;
	margin-right: 0;
	width: 100%;
	background-position: calc(100% - 15px) center;
}
#searchModal .mini-search input {
	width: calc(100% - 35px);
}
.promo-text {
	font-size: 1em;
	text-align: center;
	line-height: 25px;
}
.header-middle {
	margin: 30px 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.top-menu li.my-account ul {
	top: 40px;
	left: 50%;
	position: absolute;
	background: #f7f7f7;
	padding: 10px 20px;
	width: 280px;
	text-align: center;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-menu li.my-account:hover ul {
	opacity: 1;
	visibility: visible;
}
.top-menu li.my-account ul li {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.top-menu li.my-account ul li + li {
	border-top: 1px solid #ccc;
}
.top-menu li.my-account ul li a {
	background: none;
	line-height: 1.428;
}
.top-menu li.my-account ul li:hover a {
	color: #000;
}
/* --------------- 3.3 STICKY HEADER --------------- */
#header.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 1px #ddd;
	top: 0;
	left: 0;
	padding-bottom: 0;
}
.admin-bar #header.sticky {
	top: 32px;
}
#header.sticky #block_top_menu {
	padding-top: 0;
}
#header.sticky .header-top ,#header.sticky #header_logo{
	height: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	overflow: hidden;
	min-height: 0;
}
#header.sticky .header-middle {
	margin: 20px 0;
}
/* --------------- 3.7 PUSH MENU / MOBILE MENU --------------- */
body.open {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
}
.push-menu {
	position: fixed;
	top: 0;
	left: -250px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 250px;
	height: 100%;
	background: #f7f7f7;
	z-index: -999;
	text-transform: uppercase;
	padding-top: 60px;
}
body.admin-bar .push-menu {
	top: 36px;
}
body.open .push-menu {
	/*-webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-ms-transform: translateX(250px);
	-o-transform: translateX(250px);
	transform: translateX(250px);*/
	left: 0;
	z-index: 9999;
}
body.open #wrapper {
	-webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-ms-transform: translateX(250px);
	-o-transform: translateX(250px);
	transform: translateX(250px);
}
#page {
  margin: 0 auto;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
/*body.open #page {
	-webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-ms-transform: translateX(250px);
	-o-transform: translateX(250px);
	transform: translateX(250px);
}*/
#mobile-menu,
#mobile-menu ul,
#mobile-menu ul li,
#mobile-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	text-align: center;
}
#mobile-menu {
	width: 250px;
}
#mobile-menu ul ul {
	display: none;
	padding: 10px 0;
	background: #ededed;
	opacity: 1;
	visibility: visible;
	left: 0;
	top: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
#mobile-menu > ul > li > a {
	padding: 15px 20px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
#mobile-menu > ul > li > a:before {
	display: none;
}
#mobile-menu > ul > li:hover > a,
#mobile-menu > ul > li.current-menu-item > a,
#mobile-menu > ul > li.current-menu-parent > a,
#mobile-menu > ul > li.current_page_parent > a,
#mobile-menu > ul > li.current-menu-ancestor > a {
	color: #fff;
	background: #000;
}
.holder {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	right: 5px;
	z-index: 10;
	cursor: pointer;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#mobile-menu ul li ul li .holder {
	top: 7px;
}
#mobile-menu > ul > li:hover > .holder,
#mobile-menu > ul > li.current-menu-item > .holder,
#mobile-menu > ul > li.current-menu-parent  > .holder,
#mobile-menu > ul > li.current-menu-ancestor > .holder  {
	color: #fff;
}
.holder::after,
.holder::before {
	display: block;
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	right: 6px;
	z-index: 10;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.holder::after {
	top: 6px;
	right: 14px;
	border-top: 1px solid;
	border-left: 1px solid;
	width: 1px;
}
.holder::before {
	top: 14px;
	height: 1px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-top-color: inherit;
	border-left-color: inherit;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#mobile-menu ul li.open > .holder::before {
	opacity: 0;
	visibility: hidden;
}
nav.main-menu #mobile-menu ul ul:after {
	display: none;
}
#mobile-menu ul ul li a {
	cursor: pointer;
	padding: 10px 20px 10px;
	z-index: 1;
	text-decoration: none;
	color: #9a9a9a;
	text-transform: none;
	letter-spacing: 2px;
	font-weight: normal;
}
#mobile-menu ul ul li:hover > a,
#mobile-menu ul ul li.current-menu-item a,
#mobile-menu ul ul li.current-menu-parent > a {
	color: #000;
}
#mobile-menu ul ul ul {
	background: #ddd;
}
#close-menu {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/close.png");
	background-image: none, url("../images/close.svg");
	background-size: 45% 45%;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
	text-indent: -999em;
	z-index: 100;
}
/* ==================== 4.0 CONTENT ==================== */
#content {
	width: 100%;
}
.content-promo img,
#content-promo img  {
	width: 100%;
	height: auto;
}
.content-promo .row,
#content-promo .row {
	margin: 0;
}
.content-promo .row [class*="col-"],
#content-promo .row [class*="col-"] {
	padding: 0;
}
/* --------------- 4.1 SLIDER --------------- */
.hero-banner,
.shop-link {
	position: relative;
	overflow: hidden;
}
.shop-content p {
	margin: 0;
}
.gradient-background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(0,0,0,.5);
}

.shop-link:hover .gradient-background {
	background-color: rgba(0,0,0,.3);
}
.intro-text {
	color: #fff;
	position: relative;
	text-align: center;
	top: calc(50% - 16px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.intro-text h3 {
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	letter-spacing: .2em;
	font-size: 1.3em;
	text-transform: uppercase;
}
.hero-banner .intro-text h3 {
	font-size: 28px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.hero-banner .intro-text h2 {
	font-size: 44px;
	font-weight: bold;
	text-transform: uppercase;
}
.shop-link img {
	height: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.shop-link p {
	margin: 0;
}
.shop-link:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
#main-content > .row {
	margin: 0;
}
.hero-banner .metaslider .caption-wrap {
	background: transparent;
	opacity: 1;
	top: 0;
	height: 100%;
}
.hero-banner .metaslider .flexslider {
	margin: 0;
}
.hero-banner .flex-control-nav {
	bottom: 35px;
	z-index: 999;
}
.caption-wrap:hover .gradient-background {
	background-color: rgba(0,0,0,.3);
}
.caption-wrap:hover .intro-text a {
	transform: rotate3D(0,0,0,0);
	-moz-transform: rotate3D(0,0,0,0);
	-webkit-transform: rotate3D(0,0,0,0);
	opacity: 1;
}
.hero-banner .flex-direction-nav a {
	background-image: none;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-indent: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 3px;
	opacity: 1;
}
.hero-banner .flex-direction-nav a:hover {
	background-color: rgba(0,0,0,.8);
}
.hero-banner .flexslider .flex-next {
	right: -100px;
}
.hero-banner .flexslider .flex-prev {
	left: -100px;
}
.hero-banner .flexslider:hover .flex-next {
	right: 10px;
}
.hero-banner .flexslider:hover .flex-prev {
	left: 10px;
}
.hero-banner .metaslider .caption-wrap .intro-text a {
	padding: 8px 32px 8px 40px;
	letter-spacing: 4px;
	transform: rotate3D(0,0,0,0);
	-moz-transform: rotate3D(0,0,0,0);
	-webkit-transform: rotate3D(0,0,0,0);
	opacity: 1;
}
.hero-banner .flex-control-paging li a {
	background: rgba(255,255,255,.5);
	box-shadow: none;
}
.hero-banner .flex-control-paging li a.flex-active {
	background: rgba(255,255,255,.9);
}
/* --------------- 4.2 MODULE TITLE --------------- */
.text-heading {
	text-align: center;
	font-weight: bold;
	position: relative;
}
.theGrid .text-heading {
	margin-bottom: 19px;
}
h2.module-title {
	font-size: 1.7em;
	margin: 0 0 25px;
	font-weight: bold;
	letter-spacing: 3px;
	position: relative;
	padding: 0 10px;
	display: inline-block;
	color: #333;
	text-transform: uppercase;
}
.entry-content.static-content h2.module-title {
	margin-top: 50px;
	font-size: 1.7em;
	margin-bottom: 25px;
}
/* ==================== 5.0 FOOTER ==================== */
#footer {
	width: 100%;
	padding: 50px 0 0;
	background: #000;
	color: #999;
	font-size: 1em;
}
#footer .footer-menu > div[class*="col-"]:first-child {
	padding-left: 0;
}
#footer .footer-menu .textwidget div[class*="col-"] {
	padding-right: 0;
}
#footer h3 {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .2em;
	margin: 0 0 20px;
	font-size: 1em;
	font-weight: bold;
}
#footer ul li {
	list-style: none;
}
#footer a {
	color: #999;
	line-height: 24px;
}
#footer a:hover {
	color: #fff;
}
form.mc4wp-form {
	margin: 0;
}
form.mc4wp-form .newsletter-signup input.input-text {
	border: 1px solid #999;
	background: transparent;
	padding: 8px 10px;
	letter-spacing: 2px;
	margin-right: 10px;
	width: calc(100% - 110px);
	float: left;
}
form.mc4wp-form .newsletter-signup input.submit-btn {
	border: 1px solid #999;
	background: transparent;
	padding: 8px 15px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	margin-top: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
form.mc4wp-form .newsletter-signup input.submit-btn:hover {
	background: #000;
	color: #fff;
	border-color: #fff;
}
.newsletter-signup ::-webkit-input-placeholder {
	color: #999;
}
.newsletter-signup input.input-text:-moz-placeholder {
	color: #999;
}
.newsletter-signup input.input-text::-moz-placeholder {
	color: #999;
}
.newsletter-signup :-ms-input-placeholder {
	color: #999;
}
.copyright {
	color: #999;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	background: #222;
	padding: 20px 0;
}
.copyright p {
	margin-bottom: 0;
}
#footer h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px;
	color: #fff;
}
.scrollToTop {
	width: 50px;
	height: 50px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom: 30px;
	right: 30px;
	display:none;
	z-index: 999;
	background-color: rgba(0,0,0,.8);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/top.png");
    background-image: none, url("../img/top.svg");
	background-size: 50% 50%;
	text-indent: -999em;
	border-radius: 3px;
}
.scrollToTop:hover {
	background-color: #000;
}
/* ==================== 6.0 WOOCOMMERCE STYLE ==================== */
/* --------------- 6.1 BREADCRUMBS --------------- */
.breadcrumbs {
	margin-top: -57px;
}
.breadcrumbs .container-fluid {
	padding: 20px 30px;
	background: #fff;
}
.breadcrumbs a {
	color: #000;
}
.breadcrumbs span {
	color: #000;
	font-weight: normal;
}
.breadcrumbs ul {
	margin-bottom: 0;
}
.breadcrumbs ul li {
	display: inline-block;
}
.breadcrumbs .back {
	text-align: right;
}
.breadcrumbs .back a {
	font-weight: normal;
}
#breadcrumbs {
	list-style:none;
	margin: 0;
	overflow: hidden;
	color: #999;
	font-size: 1em;
}
#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}
#breadcrumbs li a {
	font-weight: bold;
}
#breadcrumbs li.item-current strong {
	font-weight: normal;
}

/* --------------- 6.2 CATEGORY --------------- */
.sub-categories {
	margin-top: 30px;
}
.sub-categories .grid-item {
	margin-bottom: 30px;
}
.sortby {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.sub-categories + .sortby {
	margin-top: 0;
}

.sortby form {
	float: right;
}
.sortby form select {
	border-radius: 0;
}
.sortby .dropdown-select {
	width: 190px;
	border: 1px solid #ccc;
	margin-left: 3px;
	position: relative;
}
.sortby .dropdown-select span {
	margin-left: 3px;
}
.sortby .dropdown-select ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 28px;
	background: #f7f7f7;
	padding: 13px 10px 9px 13px;
	left: 0;
	z-index: 999;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.sortby .dropdown-select:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.sortby .dropdown-select ul li {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-bottom: 4px;
	cursor: pointer;
	margin-right: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sortby .dropdown-select ul li:hover {
	border-color: #999;
}
.section-background {
	position: relative;
	z-index: 0;
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-background .intro-text {
	text-align: center;
	top: 45%;
	left: 0;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}
.section-background.tite-left .intro-text {
	text-align: left;
	padding-left: 50px;
}
.section-background.tite-right .intro-text {
	text-align: right;
	padding-right: 50px;
}
.section-background .intro-text h1 {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.theGrid ul {
	margin-bottom: 0;
}
.grid-item {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	list-style-type: none;
}
.quick-view,
span.onsale,
.woocommerce span.onsale,
.sold-out,
.new-arrival {
	position: absolute;
	top: 15px;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: center;
	min-width: 60px;
	font-size: .8em;
}
.quick-view {
	left: 15px;
	background: #000;
	opacity: 0;
	visibility: hidden;
	font-size: .8em;
	line-height: 1.428;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}
ul.product_list.grid .grid-item:hover .quick-view {
	visibility: visible;
	opacity: 1;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
}
.quick-view:hover {
	padding-right: 20px;
	color: #fff;
}
.quick-view:focus {
	color: #fff;
}
.product_list.list li .quick-view {
  margin-left: 32px;
  opacity: 1;
  position: static;
  visibility: visible;
}
span.onsale{
	right: 15px;
	background: #ff5f27;
	font-size: .8em;
	line-height: 1.428;
	border-radius: 0;
	left: auto;
	min-height: inherit;
	display: block;
}
span.onsale,
.outofstock .instock span.onsale {
	display: block;
}
.outofstock span.onsale {
	top: 55px;
}
.product-page.outofstock .instock span.onsale {
	top: 15px;
}
.new-arrival {
	right: 30px;
	left: auto;
	background: #00c9cb;
	/*display: none;*/
}
.outofstock .new-arrival,
.outofstock.new-arrived .new-arrival,
.product-page.new-arrived  .new-arrival,
.product-page.new-arrived .outofstock  .new-arrival {
	display: none;
}
.new-arrived .new-arrival,
.product-page.new-arrived .product-images .new-arrival,
.product-page.new-arrived .new-arrived .new-arrival {
	display: block;
}
.product-page.new-arrived span.onsale {
	top: 15px;
}
.blocknewproducts span.onsale, .blockbestsellers span.onsale, .homefeatured span.onsale, .blockspecials span.onsale, .new-arrived span.onsale,
.product-page.new-arrived .new-arrived span.onsale, span.onsale {
	top: 55px;
}
.sold-out,
.outofstock .instock .sold-out {
	right: 30px;
	background: #999;
	display: none;
    top: 15px;
}
.new-arrived .sold-out,
.new-arrived .outofstock .instock .sold-out {
  top: 55px;
}
.new-arrived.on-saled .sold-out, .new-arrived.on-saled .outofstock .instock .sold-out {
	top: 95px;
}
.outofstock .sold-out {
	display: block;
	font-size: .8em;
}
h3.category-name,
.item-info {
	text-align: center;
	width: calc(100% - 90px);
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	color: #fff;
	background: rgba(255,255,255,.85);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-listing-2 .item-info {
	width: 100%;
	position: inherit;
	background: none;
	left: 0;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	-ms-transform: inherit;
	-o-transform: inherit;
	transform: inherit;
}
h3.category-name {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
}
.grid-item:hover .item-info {
	opacity: 1;
}
.grid-item .item-wrap .item-thumb {
  display: block;
  height: 475px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product_list .item-thumb{
	height: auto !important;
}
.product_list.list .grid-item .item-thumb {
	overflow: hidden;
	position: relative;
}
.grid-item img {
	height: auto;
	width: 100%;
    float: left;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.grid-item:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.item-info h2,
.entry-content.static-content .item-info h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 5px 0 0;
	letter-spacing: .2em;
	font-weight: bold;
}
.item-info h2 a {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}
.item-info .price {
	font-size: 1.1em;
	color: #333;
	margin-top: 0;
}
.item-info .price del span.amount {
	text-decoration: line-through;
	color: #999;
	margin-right: 2px;
	display: inline-block;
	opacity: 1;
}

.item-info .price ins {
	text-decoration: none;
}
.grid-item .item-wrap .button {
	display: none;
}
.cateogry-name {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background:rgba(0,0,0,.8);
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 15px;
	margin: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cateogry-name .mark, .cateogry-name mark {
	padding: 0;
	background: none;
	color: #fff;
}
.new-arrived span.onsale, .product-page.new-arrived .new-arrived span.onsale {
  top: 55px;
}
.item-colors {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: calc(100% - 30px);
	text-align: center;
}
.item-colors li {
	display: inline-block;
	margin: 0 2px;
	border-radius: 50%;
	opacity: .8;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.item-colors li:hover {
	opacity: 1;
}
.item-colors li a {
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -999em;
	border-radius: 50%;
}
/* --------------- 6.3 QUICK VIEW MODAL --------------- */
.modal-backdrop.in {
	opacity: .75;
}
#myModal .modal-dialog {
	margin: 50px auto;
}
.modal-content {
	box-shadow: none;
	border-radius: 0;
	padding: 25px;
	position: relative;
}
button.close {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url("../images/close.png");
	background-image: none, url("../images/close.svg");
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: -999em;
	opacity: 1;
	z-index: 99;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
button.close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#myModal .thumbnails div {
	padding: 0;
}
.modal-content #accordion {
	display: none;
}
.modal-content .social-share {
	border-top: 1px solid #000;
	margin-top: 5px;
	padding-top: 15px;
}
.modal-content .woocommerce-message {
	display: none;
}
.look-page-loading {
	z-index: 999;
	background: rgba(0,0,0,.75) url(assets/images/loading.svg) center center no-repeat;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* --------------- 6.4 PRODUCT DETAILS --------------- */
.product-page {
	margin-top: 15px;
}
.content-item.row {
	position: relative;
}
.content-item .main-image {
	overflow-y: hidden;
	margin-bottom: 1px;
}
.content-item .main-image img {
	width: 100%;
	height: auto;
}
.thumbnails {
	margin: 0 -1px;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    left: 0;
}

.thumbnails a img {
	height: auto;
	display: block;
	padding: 0;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.vertical-carousel a {
	display: block;
	text-align: center;
	color: #333;
	text-decoration: none;
}
.vertical-carousel ul.vertical-carousel-list {
	position: relative;
	margin: 0 auto;
	top: 0px;
	padding: 0px;
}
.vertical-carousel ul.vertical-carousel-list li {
	list-style: none;
	margin: 0px;
	padding:0px;
	color: #333;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	background-color: #ddd;
}
.vertical-carousel a.scru,
.vertical-carousel a.scrd {
	width: 100%;
	height: 24px;
	text-indent: -999em;
	display: inline-block;
	margin-bottom: 5px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center center;
}
.vertical-carousel a.scru {
	background-image: url("assets/images/up-arrow.png");
	background-image: none, url("assets/images/up-arrow.svg");
}
.vertical-carousel a.scrd {
	background-image: url("assets/images/down-arrow.png");
	background-image: none, url("assets/images/down-arrow.svg");
}
.thumbnails a img:hover {
	border: 1px solid #999;
}

.product-info {
	font-size: 1em;
	line-height: 24px;
}
.product-info ul li {
	list-style-type: none;
}
div.product-page p.price
 {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
	color: #333;
}
div.product-page p.price del {
	display: inline-block;
	margin-right: 8px;
	opacity: .5;
}
div.product-page p.price ins {
	text-decoration: none;
	font-weight: normal;
}
/*.product-info .product_title {
	font-size: 20px;
	text-transform: uppercase;
	max-width: calc(100% - 15px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 5px;
	letter-spacing: 2px;
	font-weight: bold;
}*/
.product-info .product_title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-info .short-description {
	border-top: 1px solid #000;
	padding-top: 10px;
}
.product-options h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.product-options ul li {
	display: inline-block;
	margin-right: 3px;
	border: 1px solid #000;
	padding: 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-options ul li:hover,
.product-options ul li.select {
	background: #000
}
.product-options ul li a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: block;
	font-size: 14px;
	text-align: center;
}
.product-options ul li:hover a,
.product-options ul li.select a {
	color: #fff;
}
.product-options .product-colors ul li a {
	text-indent: -999em;
	display: inline-block;
}
.product-options .product-colors ul li.red a {
	background: #ff1e00;
}
.product-options .product-colors ul li.green a {
	background: #76b753;
}
.product-options .product-colors ul li.blue a {
	background: #28c9fe;
}
.product-options .product-colors ul li.cyan a {
	background: #00c9cb;
}
.product-options .product-colors ul li.black a {
	background: #000;
}
.product-addtocart {
	margin-top: 25px;
}
.woocommerce div.product form.cart div.quantity,
form.cart div.quantity {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
	background: #fff;
}

.quantity input.qty {
	padding: 9px 5px 9px 10px;
	width: 40px;
	float: left;
	border: none;
	line-height: 1.4428;
}
.quantity .qty-adjust {
	float: left;
}
.quantity .qty-adjust a {
	display: block;
	width: 20px;
	height: 11px;
	line-height: 14px;
	font-size: 18px;
}
.quantity .qty-adjust a:first-child {
	margin-top: 7px;
}

.product-addtocart button.button  {
	padding: 8px 30px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.product-addtocart button.button:hover  {
	background: #000;
	color: #fff;
}
.product-addto {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.product-addto a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.product-share {
	margin-top: 20px;
}
.product-share  ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
}
.related-product {
	margin-top: 30px;
}
.product-info .info-tab {
	margin-top: 25px;
}
.product-info .info-tab ul {
	border-bottom: none;
	margin-bottom: 10px;
}
.product-info .info-tab ul li {
	margin-right: 5px;
}
.product-info .info-tab ul li a {
	text-transform: uppercase;
	border: 1px solid #000;
	color: #000;
	border-radius: 0;
	font-weight: bold;
	padding: 5px 10px;
}
.product-info .info-tab ul li:hover a,
.product-info .info-tab ul li.active a {
	background: #000;
	color: #fff;
}
.product-info .tab-content .tab-pane {
	padding: 15px;
	border: 1px solid #000;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-bottom: 0;
}
.product_meta {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.product_meta > span {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}
.product_meta > span a,
.product_meta > span span {
	font-weight: normal;
}
.woocommerce div.product p.stock,
.stock.out-of-stock {
	font-size: 1em;
	text-transform: uppercase;
	color: red;
}
/* REVIEW */
#tab-reviews #reviews h2 {
	font-size: 14px;
	margin: 0 0 10px;
	display: none;
}
#tab-reviews #reviews li {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
#tab-reviews #reviews .avatar {
	float: left;
	margin-right: 8px;
}
#tab-reviews #reviews .meta {
	padding: 2px;
}
#tab-reviews #reviews .meta strong {
	text-transform: capitalize;
}
/* SOCIAL SHARE */
.social-share {
	margin-top: 20px;
	text-align: center;
}
.social-share ul li {
	display: inline-block;
	margin: 3px;
}
.social-share ul li a, .social-share ul li button {
  border: medium none;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 32px;
}
.social-share ul li a:hover {
	background: #000;
	color: #fff;
}
.size-guide {
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
	font-weight: bold;
	text-align: center;
}
.size-guide a {
	position: relative;
}
.size-guide a:after {
	width: 0;
	height: .125em;
	background: #333;
	position: absolute;
	left: 50%;
	bottom: -3px;
	content: '';
	margin-left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.size-guide a:hover:after {
	margin-left: -50%;
	width: 100%;
}
/* UPSELL PRODUCTS */
.upsells.products,
.related.products  {
	margin-top: 70px;
}
#main-content .upsells.products .theGrid .row,
#main-content .related.products .theGrid .row {
	padding: 0;
}
/* --------------- 6.5 SHOPPING CART --------------- */
.select2-container .select2-choice,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	padding: 5px 8px;
	border: 1px solid #ccc;
	border-radius: 0;
}
.cart_totals h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 15px;
}
.cart_totals .cart_totals_wrap {
	width: 100%;
	font-size: 1em;
	background: #f7f7f7;
	padding: 20px;
}
.cart_totals .cart_totals_wrap table {
	width: 100%;
}
.cart_totals table th {
	text-align: right;
	white-space: nowrap;
}
.cart_totals table tr.order-total {
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 18px;
}
.wc-proceed-to-checkout {
	width: 100%;
	margin-top: 15px;
}
.wc-proceed-to-checkout a {
	width: 100%;
	text-align: center;
}
.top-menu li .widget_shopping_cart a {
	line-height: 1.2em;
	font-size: .9em;
}
.top-menu li .widget_shopping_cart .buttons {
	margin-top: 10px;
	margin-bottom: 0;
}
.top-menu li .widget_shopping_cart .buttons a {
	padding-left: 30px;
}
.top-menu li .widget_shopping_cart .buttons a.button {
	float: left;
	border-color: #000;
	color: #000;
}
.top-menu li .widget_shopping_cart .buttons a.button:hover {
	color: #fff;
}
.top-menu li .widget_shopping_cart .buttons a.button.checkout {
	float: right;
}
/* --------------- 6.7 CHECKOUT --------------- */
.product-thumb {
	display: table-cell;
}
.info-product {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
/* --------------- 6.11 AJAX SEARCH  --------------- */
.ui-autocomplete {
	width: 235px;
	padding: 15px;
	background: #f7f7f7;
	z-index: 99999;
	border-radius: 5px;
}
.ui-autocomplete li {
	display: inline-block;
	width: 100%;
}
.ui-autocomplete li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.ui-autocomplete img.ajax-result-item {
	width: 100px;
	display: inline-block;
}
.ui-autocomplete li a {
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.ui-autocomplete li a:hover {
	text-decoration: underline;
}
/* ------------ 7.3 SEARCH PAGE ------------ */
.page-header {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7a7a7a;
}
.page-header h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
}
.page-content .mini-search {
	float: left;
	padding: 10px 15px;
	width: 100%;
}
.page-content .mini-search input {
	width: calc(100% - 50px);
}
/* ------------ 7.4 BLOG SIDEBAR ------------ */
.side-bar-widget {
	width: 100%;
	display: inline-block;
}
.side-bar-widget h2 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.125em;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #000000;
}
.side-bar-widget ul li {
	line-height: 24px;
	margin: 5px 0;
	padding-left: 18px;
	position: relative;
	list-style: none;
}
.side-bar-widget ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 15px;
	height: 15px;
	font-size: 17px;
}
.side-bar-widget img {
	height: auto;
}
.side-bar-widget ul li p,
.side-bar-widget ul li div {
	line-height: 24px;
}
.side-bar-widget .post-date {
	font-style: italic;
	float: right;
	font-size: 13px;
}
.side-bar-widget ul li cite {
	text-align: right;
	display: inline-block;
	width: 100%;
}
.side-bar-widget ul li a.rsswidget {
	display: inline-block;
	width: 100%;
	font-weight: bold;
}
span.rss-date {
	font-style: italic;
}
.side-bar-widget select {
	display: inline-block;
	width: 100%;
	border-radius: 0;
	padding: 3px;
	border: 1px solid #ccc;
}
.side-bar-widget h2 a.rsswidget:first-child img {
	vertical-align: top;
	margin-top: 2px;
}
#calendar_wrap table {
	width: 100%;
	border: 1px solid #ccc;
}
#calendar_wrap table th,
#calendar_wrap table td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
#calendar_wrap table tfoot td {
	border: none;
}
#calendar_wrap table tfoot td#next {
	text-align: right;
}
#calendar_wrap table tfoot td#prev {
	text-align: left;
}
.side-bar-widget ul.product_list_widget {
	border: 1px solid #ccc;
	padding: 10px;
}
.side-bar-widget ul.product_list_widget li {
	padding-left: 0
}
.side-bar-widget ul.product_list_widget li:before {
	content:'';
	width: 0;
	height: 0;
	display: none;
}
.side-bar-widget ul.product_list_widget img {
	float: left;
	margin-left: 0;
	margin-right: 8px;
	width: 65px;
}
.side-bar-widget ul.product_list_widget li {
	margin-bottom: 10px;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: inline-block;
}
.side-bar-widget ul.product_list_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.side-bar-widget ul.product_list_widget li a span {
	font-weight: bold;
}
.side-bar-widget ul.product_list_widget li ins {
	text-decoration: none;
}
.side-bar-widget .tagcloud a {
	font-size: 1em !important;
	padding: 8px 30px;
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 9px;
	margin-right: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.side-bar-widget .tagcloud a:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.side-bar-widget .tagcloud {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.side-bar-widget #sb_instagram.sbi_fixed_height {
	overflow-y: hidden;
	border: 1px solid #ccc;
	height: 270px !important;
}
.side-bar-widget .widget_shopping_cart_content ul.product_list_widget img {
	width: 45px;
}
.side-bar-widget .widget_shopping_cart_content ul.product_list_widget a.remove {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: -5px;
}
.side-bar-widget .widget_shopping_cart_content ul.product_list_widget .name-thumb {
	display: block;
}
.side-bar-widget .widget_shopping_cart_content .variation dt,
.side-bar-widget .widget_shopping_cart_content .variation dd {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}
.side-bar-widget .widget_shopping_cart_content .variation dt {
	clear: left;
}
.side-bar-widget .widget_shopping_cart_content .variation dd p {
	clear: right;
	margin-bottom: 0;
}
.side-bar-widget .widget_shopping_cart_content .total {
	text-align: right;
}
.side-bar-widget .widget_shopping_cart_content a.button {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #000;
	border-radius: 0;
	color: #000;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
	padding: 8px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	float: left;
}
.side-bar-widget .widget_shopping_cart_content a.button:hover {
	background: #000;
	color: #fff;
}
.side-bar-widget .widget_shopping_cart_content a.button:first-child {
	margin-right: 13px;
}
/* ------------ 7.4 BLOG POST FORMAT ------------ */
/* BLOG GALLERY */
.gallery.gallery-size-thumbnail {
	display: inline-block;
}
.gallery figure.gallery-item {
	display: inline-block;
	position: relative;
	margin: 0;
	float: left;
}
.gallery.gallery-columns-3 figure.gallery-item {
	width: 33.33%;
}
.gallery.gallery-columns-4 figure.gallery-item {
	width: 25%;
}
.gallery.gallery-columns-2 figure.gallery-item {
	width: 50%;
}
.gallery.gallery-columns-5 figure.gallery-item {
	width: 20%;
}
.gallery figure.gallery-item a {
	padding: 0;
}
.gallery figure.gallery-item a img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.gallery .gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	white-space: nowrap;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px 10px;
}
.article-description figure a {
	padding: 0;
}
.article-description iframe {
	max-width: 100%;
	width: 100%;
}
/* ==================== 8.0 STATIC PAGE ==================== */
.entry-content.static-content {
	margin-bottom: 50px;
	line-height: 24px;
}
/* STORE LOCATION */
.store-country {
	margin-bottom: 50px;
}
.store-country .country-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.store-country h4 {
	font-size: 14px;
	font-weight: bold;
}
.store-loca {
	width: 45%;
	margin-right: 5%;
}
/* SIZE GUIDE */
.entry-content .size-guide {
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}
.size-guide table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #999;
	margin-bottom: 30px;
}
.size-guide table th,
.size-guide table td {
	border: 1px solid #999;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
}
.size-guide table th {
	text-transform: uppercase;
}
.size-guide h2 {
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	display: inline-block;
	margin-top: 50px;
}
.size-guide h2:first-child {
	margin-top: 0;
}
.size-guide table td {
	font-size: 12px;
	font-weight: normal;
}
/* TERMS */
.entry-content.static-content h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.entry-content.static-content h3,
.terms h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 50px;
}
.entry-content.static-content h3:first-child,
.terms h3:first-child {
	margin-top: 20px;
}
/* FAQs */
.faqs h3 {
	margin-bottom: 20px;
}
.faqs h4 {
	font-size: 12px;
	font-weight: bold;
}
/* ==================== 9.0 404 PAGE  ==================== */
.error-404.not-found {
	text-align: center;
	padding: 100px 0 150px;
	letter-spacing: 2px;
	position: relative;
	min-height: 100vh;
}
.error-404.not-found h1 {
	font-size: 80px;
	letter-spacing: 8px;
	font-weight: bold;
	margin: 0 0 5px;
}
.error-404.not-found h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px;
}
.error-404.not-found a {
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 2px 5px;
}
.error-404.not-found a:hover {
	background: #000;
	color: #fff;
}
/* ==================== 10.0 CONTACT PAGE  ==================== */
.contact-us {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}
.contact-us iframe {
	width: 100%;
}
.contact-us .row {
	margin-bottom: 10px;
}
.contact-us i {
	font-size: 16px;
	margin-right: 5px;
}
.contact-us form input {
	border: 1px solid #7a7a7a;
	padding: 7px 5px;
	width: 100%;
}
.contact-us form textarea {
	border: 1px solid #7a7a7a;
	width: 100%;
	padding: 5px;
	height: 120px;
}
.contact-us form input[type="submit"] {
	border: 2px solid #000;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	transition: .3s all;
	-moz-transition: .3s all;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	ms-transition: .3s all;
	letter-spacing: 4px;
}
.contact-us form input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
.contact-social {
	margin-top: 40px;
}
.contact-social ul li {
	display: inline-block;
}
.contact-us .contact-social ul li i {
	font-size: 20px;
	color: #7a7a7a;
}
.contact-us .contact-social ul li i:hover {
	color: #000;
}
/* ==================== 11.0 WISHLIST PAGE  ==================== */
.woocommerce table.shop_table.wishlist_table {
	font-size: 100%;
}
.woocommerce table.shop_table.wishlist_table thead th,
.woocommerce table.shop_table.wishlist_table tbody td {
	text-align: center;
}
.woocommerce table.shop_table.wishlist_table tbody td {
	border-color: #000;
}
.woocommerce table.shop_table.wishlist_table thead th.product-name {
	text-align: left;
}
.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
	border-radius: 0;
}
.wishlist_table .add_to_cart.button {
	padding: 8px 15px;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
	background-color: transparent;
}
.yith-wcwl-add-to-wishlist {
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	margin: 0;
}
a.add_to_wishlist.button.alt {
	margin-top: 20px;
	border-radius: 0 !important;
	padding-left: 40px;
	position: relative;
}
a.add_to_wishlist.button.alt:before {
	position: absolute;
	top: 9px;
	left: 20px;
	content: '\f08a';
	font-family: 'FontAwesome';
}
.summary .product_meta {
	margin-top: 30px;
}
a.add_to_wishlist {
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
a.add_to_wishlist:before {
	content: '\f08a';
	position: absolute;
	top: -3px;
	left: 0;
	font-family: 'FontAwesome';
}
a.add_to_wishlist:after {
	width: 0;
	height: .125em;
	background: #333;
	position: absolute;
	left: 50%;
	bottom: -3px;
	content: '';
	margin-left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a.add_to_wishlist:hover:after {
	margin-left: -50%;
	width: 100%;
}
.wishlist-title {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.wishlist-title h2 {
	font-size: 1.7em;
	text-transform: uppercase;
	padding: 0 10px;
	letter-spacing: 3px;
	position: relative;
}

.theGrid .grid-item .yith-wcwl-add-to-wishlist,
.theGrid .grid-item .compare-btn,
.theGrid .grid-item .compare-button {
	position: absolute;
	bottom: 15px;
}
/* ==================== 12.0 HOMEPAGE  ==================== */
.width-100 .panel-grid-cell {
	width: 100%;
}
/* ------------  12.1 PRODUCT WIDGET  ------------  */
.panel-row-style {
	text-align: center;
}
.panel-grid .widget-title {
	text-align: center;;
	color: #333;
	display: inline-block;
	font-size: 1.7em;
	letter-spacing: 3px;
	font-weight: bold;
	margin: 0 0 25px;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
    width: 100%;
}
/* ------------  12.2 PRODUCT TABS  ------------  */
#pl-118 .panel-grid-cell .so-panel {
	margin-bottom: 0 !important;
}
.tablist {
	position: relative;
	margin-bottom: 15px;
}
.product-tab .nav-tabs {
	text-align: center;
	border-bottom: none;
	position: relative;
	display: inline-block;
	padding: 0 10px;
}
.nav-tabs > li {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #333;
	border: none;
	background: none;
}
.nav-tabs > li > a {
	font-size: 1em;
	position: relative;
	letter-spacing: 1px;
	border: none;
	margin: 0;
	padding: 0 5px;
	font-family: "Montserrat",Arial,Helvetica,sans-serif;
	color: #999;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background: transparent;
	border: none;
}
/* ------------  12.3 INSTAGRAM  ------------  */
#sb_instagram.sbi_fixed_height {
	overflow-y: hidden;
}
/* ------------  12.4 STORE  ------------  */
.our-store {
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	padding: 60px 30px;
	text-align: center;
	color: #999;
	background: rgba(0,0,0,0.85);
}
.our-store h3,
.our-store h4 {
	margin: 0 0 5px;
	line-height: 1.428;
	color: #fff;
}
.our-store h3 {
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: bold;
}
.our-store h4 {
	font-size: 1.1em;
}
.our-store .separate {
	width: 80px;
	height: 2px;
	background: #999;
	margin: 20px auto;
}


/**For theme config**/

/**Full width layout**/
.full-width .container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
}

/**Home left layout**/

body.home-left-layout .logo {
    margin: 10px 0 25px;
}
.home-left-layout #columns {
    padding: 0;
}
.home-left-layout .logo a {
  width: 136px;
}
.home-left-layout #header {
  background-color: transparent;
}

.home-left-layout #page > .header-top {
  display: none;
}
/*body.home-left-layout.open #page {
  transform: translateX(0px);
}*/
.home-left-layout .breadcrumb {
  padding: 15px;
}
.home-left-layout a#close-btn {
  opacity: 0;
}
.home-left-layout .nav.header-top {
  text-align: center;
}
.home-left-layout .header-top .container .row > ul, .home-left-layout .header-top #currencies-block-top, .home-left-layout .header-top #languages-block-top {
  display: inline-block !important;
  float: none !important;
}
.home-left-layout #currencies-block-top, .home-left-layout #languages-block-top {
  bottom: 3px;
}
.home-left-layout #header .shopping_cart {
  top: 5px;
}
body.open.home-left-layout {
  width: 100%;
}
body.home-left-layout .copyright {
	font-size: 11px;
  float: left;
  margin-top: 0;
  background: none;
}
body.home-left-layout #footer-1 {
  padding: 0 15px;
  width: 100%;
}
body.home-left-layout #sidebar {
}
/*
 *  scroll bar style
 */

body.home-left-layout #sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body.home-left-layout #sidebar::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

body.home-left-layout #sidebar::-webkit-scrollbar-thumb
{
	background-color: #39c0c0;
}
body.home-left-layout #sidebar {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: auto;
  left: 0;
  min-height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 270px;
  z-index: 999;
  overflow-x: hidden;
}
body.home-left-layout #social_block {
  display: none;
}
body.home-left-layout .container {
  max-width: 100%;
}
@media only screen and (max-height: 568px){
  body.home-left-layout .logo {
      padding-top: 5px;
      margin: 0;
  }
}
@media only screen and (max-height: 700px) {
  body.home-left-layout > .logo {
      padding-top: 0;
      margin: 25px 0 10px;
  }
}

@media only screen and (max-width: 980px){

  .home-left-layout #currencies-block-top, .home-left-layout #languages-block-top {
    bottom: 0px;
  }
}

@media only screen and (max-width: 1024px){
  /*body.home-left-layout .columns-container {
    margin: 0 !important;
    width: 100% !important;
  }
  .home-left-layout #page > .header-top {
    display: block;
  }
  body.home-left-layout #sidebar {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: translateX(-270px);
      -moz-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
      -o-transform: translateX(-270px);
      transform: translateX(-270px);
  }

  body.home-left-layout .columns-container {
      margin-left: 0;
      width: 100%;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      padding: 0 !important;
      max-width: 100%;
  }*/
  .header-top {
      position: relative;
      height: 40px;
      background: #f7f7f7;
  }
  
  .home-left-layout #columns {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}

body.home-left-layout #footer-1 {
  float: left;
  width: 100%;
  margin-top: 10px;
}
body.home-left-layout .socials {
  margin: 0;
  text-align: center;
}
body.home-left-layout #footer-1 .socials li {
  display: inline-block;
  padding: 3px 2px;
}
body.home-left-layout #footer-1 .socials li a {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
body.home-left-layout #footer-1 .socials li a {
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  font-size: 1em;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  width: 30px;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
body.home-left-layout #footer-1 .socials li.lang a:hover{
	border-color: #000;
}
body.home-left-layout #footer-1 .socials li.lang a {
	border: 2px solid #fff;
	/*width: auto;*/
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent !important;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-ms-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}
body.home-left-layout #footer-1 .socials li a:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
/**End home left layout**/

/**Begin header left logo**/
@media (min-width: 992px){
body.header-logo-left #header_logo {
  float: left;
  width: auto;
}
body.header-logo-left .main-menu {
  float: left;
  margin: 30px 0;
}
}

body.header-logo-left header {
  padding: 0;
}

.header-top {
  position: relative;
  height: 40px;
  /*background: #f7f7f7;*/
  background-color: transparent;
}
a#menu-toggle:before{
}
a#menu-toggle {
  display: block !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-size: 45% 45%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f7f7f7;
  background-image: url("../images/menu-blue.png");
  /*background-image: none, url("../images/menu.svg");*/
  background-repeat: no-repeat;
  background-position: center center;
  /*text-indent: -999em;*/
}
a#close-btn {
  display: block !important;
  width: 40px;
  height: 40px;
  background-size: 45% 45%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/close.png");
  background-image: none, url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999em;
  z-index: 999;
}
body.home-left-layout .columns-container {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  margin-left: 270px;
  min-height: 100vh;
  width: calc(100% - 270px);
}
body.home-left-layout.open #wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.home-left-layout.open #sidebar {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.home-left-layout #content {
  margin-left: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.home-left-layout.open #content {
  -webkit-transform: translateX(270);
  -moz-transform: translateX(270);
  -ms-transform: translateX(270);
  -o-transform: translateX(270);
  transform: translateX(270);
}
/**End header left logo**/

/**Sticky header**/
#header.sticky-header {
  position: fixed;
  width: 100%;
  padding-bottom: 0;
}
#header.sticky-header .header-top {
  display: none;
}
#header.sticky-header #header_logo {
  display: none;
}
#header.sticky-header #block_top_menu {
  padding-top: 0;
}

.homeslider-container{
	height: 100vh;
	overflow: hidden;
}
.homeslider-container .img-slider{
	height: 100%;
	width: auto;
	margin: auto;
	opacity: 0;
}
/**Sticky header**/

/**End theme config**/

@media (max-width:991px){
    #header .header-top {
      margin-bottom: 0;
    }
}
.has-sub:hover .-sub-icon{
	color: #fff;
}
.has-sub .-sub-icon.active{
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.has-sub .-sub-icon.active:before{
	content:"\f068"

}
.has-sub .-sub-icon{
	position:absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
		-webkit-transition: transform .3s ease;
		-moz-transition: transform .3s ease;
		-ms-transition: transform .3s ease;
		-o-transition: transform .3s ease;
		transition: transform .3s ease;
}
.has-sub{
	position: relative;
}
.btn-menu{
	background: transparent url("../images/bg-menu-icon.png") center/cover no-repeat !important;
	color: #50c7c7;
	font-size: 20px !important;
}

@media screen and (max-width: 1024px){
	.home-wrapper .container{
		width: auto !important
	}
}
@media screen and (max-width: 900px){
	.home-left-layout a#close-btn {
	    opacity: 1;
	  }
	.home-left-layout #page > .header-top {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 99;
  	}
  	body.home-left-layout #sidebar {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: translateX(-270px);
      -moz-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
      -o-transform: translateX(-270px);
      transform: translateX(-270px);
  }
  .home-left-layout a#close-btn {
    opacity: 1;
  }
  body.home-left-layout .columns-container {
      margin-left: 0;
      width: 100%;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      padding: 0 !important;
      max-width: 100%;
  }
  body.home-left-layout .columns-container {
    margin: 0 !important;
    width: 100% !important;
  }
}