.filter-blur {
	-webkit-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#gray-scale');
	-moz-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#gray-scale');
	-o-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#gray-scale');
	-ms-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#gray-scale');
	filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#gray-scale')
}
.filter-brightness-dark {
	-webkit-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-dark');
	-moz-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-dark');
	-o-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-dark');
	-ms-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-dark');
	filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-dark')
}
.filter-brightness-light {
	-webkit-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-light');
	-moz-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-light');
	-o-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-light');
	-ms-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-light');
	filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#brightness-light')
}
.filter-blur-overlay {
	-webkit-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#blur-overlay');
	-moz-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#blur-overlay');
	-o-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#blur-overlay');
	-ms-filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#blur-overlay');
	filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#blur-overlay')
}
.filter-gray-scale {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url('http://i.workplans.net/vic/wp-content/themes/vic/assets/css/filter.svg#gray-scale')
}
.filter-gray-scale:hover {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s
}
.animated.tada {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
.animsition, .animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}
.animsition-overlay {
	background: #FFFFFF
}
.animsition-loading {
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color:#0B0B0D;
	height: 100%;
	width: 100%;
	position: fixed;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
	margin-top: 0px;
	top: 0px
}
.loading-center {
	width: 100%;
	height: 100%;
	position: relative
}
.loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 118px;
	width: 118px;
	margin-top: -59px;
	margin-left: -59px
}
.object {
	width: 20px;
	height: 20px;
	background-color: #FFF;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%
}
.object:nth-child(3n+0) {
margin-right: 0px
}
#object_one {
	-webkit-animation: animate 1s -0.9s ease-in-out infinite;
	animation: animate 1s -0.9s ease-in-out infinite
}
#object_two {
	-webkit-animation: animate 1s -0.8s ease-in-out infinite;
	animation: animate 1s -0.8s ease-in-out infinite
}
#object_three {
	-webkit-animation: animate 1s -0.7s ease-in-out infinite;
	animation: animate 1s -0.7s ease-in-out infinite
}
#object_four {
	-webkit-animation: animate 1s -0.6s ease-in-out infinite;
	animation: animate 1s -0.6s ease-in-out infinite
}
#object_five {
	-webkit-animation: animate 1s -0.5s ease-in-out infinite;
	animation: animate 1s -0.5s ease-in-out infinite
}
#object_six {
	-webkit-animation: animate 1s -0.4s ease-in-out infinite;
	animation: animate 1s -0.4s ease-in-out infinite
}
#object_seven {
	-webkit-animation: animate 1s -0.3s ease-in-out infinite;
	animation: animate 1s -0.3s ease-in-out infinite
}
#object_eight {
	-webkit-animation: animate 1s -0.2s ease-in-out infinite;
	animation: animate 1s -0.2s ease-in-out infinite
}
#object_nine {
	-webkit-animation: animate 1s -0.1s ease-in-out infinite;
	animation: animate 1s -0.1s ease-in-out infinite
}
@-webkit-keyframes animate {
50% {
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5)
}
100% {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
}
@keyframes animate {
50% {
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5)
}
100% {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
}
@-webkit-keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-o-keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.fade-in {
	-webkit-animation-name: fade-in;
	-o-animation-name: fade-in;
	animation-name: fade-in
}
@-webkit-keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@-o-keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
.fade-out {
	-webkit-animation-name: fade-out;
	-o-animation-name: fade-out;
	animation-name: fade-out
}
@-webkit-keyframes fade-in-up {
0% {
opacity: 0;
-webkit-transform: translateY(500px);
transform: translateY(500px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-o-keyframes fade-in-up {
0% {
opacity: 0;
-o-transform: translateY(500px);
transform: translateY(500px)
}
100% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fade-in-up {
0% {
opacity: 0;
-webkit-transform: translateY(500px);
-o-transform: translateY(500px);
transform: translateY(500px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
.fade-in-up {
	-webkit-animation-name: fade-in-up;
	-o-animation-name: fade-in-up;
	animation-name: fade-in-up
}
@-webkit-keyframes fade-out-up {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-500px);
transform: translateY(-500px)
}
}
@-o-keyframes fade-out-up {
0% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(-500px);
transform: translateY(-500px)
}
}
@keyframes fade-out-up {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-500px);
-o-transform: translateY(-500px);
transform: translateY(-500px)
}
}
.fade-out-up {
	-webkit-animation-name: fade-out-up;
	-o-animation-name: fade-out-up;
	animation-name: fade-out-up
}
@-webkit-keyframes fade-in-up-sm {
0% {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-o-keyframes fade-in-up-sm {
0% {
opacity: 0;
-o-transform: translateY(100px);
transform: translateY(100px)
}
100% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fade-in-up-sm {
0% {
opacity: 0;
-webkit-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
.fade-in-up-sm {
	-webkit-animation-name: fade-in-up-sm;
	-o-animation-name: fade-in-up-sm;
	animation-name: fade-in-up-sm
}
@-webkit-keyframes fade-out-up-sm {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-100px);
transform: translateY(-100px)
}
}
@-o-keyframes fade-out-up-sm {
0% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(-100px);
transform: translateY(-100px)
}
}
@keyframes fade-out-up-sm {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-100px);
-o-transform: translateY(-100px);
transform: translateY(-100px)
}
}
.fade-out-up-sm {
	-webkit-animation-name: fade-out-up-sm;
	-o-animation-name: fade-out-up-sm;
	animation-name: fade-out-up-sm
}
@-webkit-keyframes fade-in-up-lg {
0% {
opacity: 0;
-webkit-transform: translateY(1000px);
transform: translateY(1000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-o-keyframes fade-in-up-lg {
0% {
opacity: 0;
-o-transform: translateY(1000px);
transform: translateY(1000px)
}
100% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fade-in-up-lg {
0% {
opacity: 0;
-webkit-transform: translateY(1000px);
-o-transform: translateY(1000px);
transform: translateY(1000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
.fade-in-up-lg {
	-webkit-animation-name: fade-in-up-lg;
	-o-animation-name: fade-in-up-lg;
	animation-name: fade-in-up-lg
}
@-webkit-keyframes fade-out-up-lg {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px)
}
}
@-o-keyframes fade-out-up-lg {
0% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(-1000px);
transform: translateY(-1000px)
}
}
@keyframes fade-out-up-lg {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-1000px);
-o-transform: translateY(-1000px);
transform: translateY(-1000px)
}
}
.fade-out-up-lg {
	-webkit-animation-name: fade-out-up-lg;
	-o-animation-name: fade-out-up-lg;
	animation-name: fade-out-up-lg
}
@-webkit-keyframes fade-in-down {
0% {
opacity: 0;
-webkit-transform: translateY(-500px);
transform: translateY(-500px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-o-keyframes fade-in-down {
0% {
opacity: 0;
-o-transform: translateY(-500px);
transform: translateY(-500px)
}
100% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fade-in-down {
0% {
opacity: 0;
-webkit-transform: translateY(-500px);
-o-transform: translateY(-500px);
transform: translateY(-500px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
.fade-in-down {
	-webkit-animation-name: fade-in-down;
	-o-animation-name: fade-in-down;
	animation-name: fade-in-down
}
@-webkit-keyframes fade-out-down {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(500px);
transform: translateY(500px)
}
}
@-o-keyframes fade-out-down {
0% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(500px);
transform: translateY(500px)
}
}
@keyframes fade-out-down {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(500px);
-o-transform: translateY(500px);
transform: translateY(500px)
}
}
.fade-out-down {
	-webkit-animation-name: fade-out-down;
	-o-animation-name: fade-out-down;
	animation-name: fade-out-down
}
@-webkit-keyframes fade-in-down-sm {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
transform: translateY(-100px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-o-keyframes fade-in-down-sm {
0% {
opacity: 0;
-o-transform: translateY(-100px);
transform: translateY(-100px)
}
100% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fade-in-down-sm {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
-o-transform: translateY(-100px);
transform: translateY(-100px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
.fade-in-down-sm {
	-webkit-animation-name: fade-in-down-sm;
	-o-animation-name: fade-in-down-sm;
	animation-name: fade-in-down-sm
}
@-webkit-keyframes fade-out-down-sm {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px)
}
}
@-o-keyframes fade-out-down-sm {
0% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(100px);
transform: translateY(100px)
}
}
@keyframes fade-out-down-sm {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px)
}
}
.fade-out-down-sm {
	-webkit-animation-name: fade-out-down-sm;
	-o-animation-name: fade-out-down-sm;
	animation-name: fade-out-down-sm
}
@-webkit-keyframes fade-in-down-lg {
0% {
opacity: 0;
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-o-keyframes fade-in-down-lg {
0% {
opacity: 0;
-o-transform: translateY(-1000px);
transform: translateY(-1000px)
}
100% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fade-in-down-lg {
0% {
opacity: 0;
-webkit-transform: translateY(-1000px);
-o-transform: translateY(-1000px);
transform: translateY(-1000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
.fade-in-down-lg {
	-webkit-animation-name: fade-in-down;
	-o-animation-name: fade-in-down;
	animation-name: fade-in-down
}
@-webkit-keyframes fade-out-down-lg {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(1000px);
transform: translateY(1000px)
}
}
@-o-keyframes fade-out-down-lg {
0% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(1000px);
transform: translateY(1000px)
}
}
@keyframes fade-out-down-lg {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(1000px);
-o-transform: translateY(1000px);
transform: translateY(1000px)
}
}
.fade-out-down-lg {
	-webkit-animation-name: fade-out-down-lg;
	-o-animation-name: fade-out-down-lg;
	animation-name: fade-out-down-lg
}
@-webkit-keyframes fade-in-left {
0% {
opacity: 0;
-webkit-transform: translateX(-500px);
transform: translateX(-500px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-o-keyframes fade-in-left {
0% {
opacity: 0;
-o-transform: translateX(-500px);
transform: translateX(-500px)
}
100% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes fade-in-left {
0% {
opacity: 0;
-webkit-transform: translateX(-500px);
-o-transform: translateX(-500px);
transform: translateX(-500px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
}
.fade-in-left {
	-webkit-animation-name: fade-in-left;
	-o-animation-name: fade-in-left;
	animation-name: fade-in-left
}
@-webkit-keyframes fade-out-left {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-500px);
transform: translateX(-500px)
}
}
@-o-keyframes fade-out-left {
0% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(-500px);
transform: translateX(-500px)
}
}
@keyframes fade-out-left {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-500px);
-o-transform: translateX(-500px);
transform: translateX(-500px)
}
}
.fade-out-left {
	-webkit-animation-name: fade-out-left;
	-o-animation-name: fade-out-left;
	animation-name: fade-out-left
}
@-webkit-keyframes fade-in-left-sm {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
transform: translateX(-100px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-o-keyframes fade-in-left-sm {
0% {
opacity: 0;
-o-transform: translateX(-100px);
transform: translateX(-100px)
}
100% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes fade-in-left-sm {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
-o-transform: translateX(-100px);
transform: translateX(-100px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
}
.fade-in-left-sm {
	-webkit-animation-name: fade-in-left-sm;
	-o-animation-name: fade-in-left-sm;
	animation-name: fade-in-left-sm
}
@-webkit-keyframes fade-out-left-sm {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-100px);
transform: translateX(-100px)
}
}
@-o-keyframes fade-out-left-sm {
0% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(-100px);
transform: translateX(-100px)
}
}
@keyframes fade-out-left-sm {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-100px);
-o-transform: translateX(-100px);
transform: translateX(-100px)
}
}
.fade-out-left-sm {
	-webkit-animation-name: fade-out-left-sm;
	-o-animation-name: fade-out-left-sm;
	animation-name: fade-out-left-sm
}
@-webkit-keyframes fade-in-left-lg {
0% {
opacity: 0;
-webkit-transform: translateX(-1500px);
transform: translateX(-1500px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-o-keyframes fade-in-left-lg {
0% {
opacity: 0;
-o-transform: translateX(-1500px);
transform: translateX(-1500px)
}
100% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes fade-in-left-lg {
0% {
opacity: 0;
-webkit-transform: translateX(-1500px);
-o-transform: translateX(-1500px);
transform: translateX(-1500px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
}
.fade-in-left-lg {
	-webkit-animation-name: fade-in-left-lg;
	-o-animation-name: fade-in-left-lg;
	animation-name: fade-in-left-lg
}
@-webkit-keyframes fade-out-left-lg {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-1500px);
transform: translateX(-1500px)
}
}
@-o-keyframes fade-out-left-lg {
0% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(-1500px);
transform: translateX(-1500px)
}
}
@keyframes fade-out-left-lg {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-1500px);
-o-transform: translateX(-1500px);
transform: translateX(-1500px)
}
}
.fade-out-left-lg {
	-webkit-animation-name: fade-out-left-lg;
	-o-animation-name: fade-out-left-lg;
	animation-name: fade-out-left-lg
}
@-webkit-keyframes fade-in-right {
0% {
opacity: 0;
-webkit-transform: translateX(500px);
transform: translateX(500px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-o-keyframes fade-in-right {
0% {
opacity: 0;
-o-transform: translateX(500px);
transform: translateX(500px)
}
100% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes fade-in-right {
0% {
opacity: 0;
-webkit-transform: translateX(500px);
-o-transform: translateX(500px);
transform: translateX(500px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
}
.fade-in-right {
	-webkit-animation-name: fade-in-right;
	-o-animation-name: fade-in-right;
	animation-name: fade-in-right
}
@-webkit-keyframes fade-out-right {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(500px);
transform: translateX(500px)
}
}
@-o-keyframes fade-out-right {
0% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(500px);
transform: translateX(500px)
}
}
@keyframes fade-out-right {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(500px);
-o-transform: translateX(500px);
transform: translateX(500px)
}
}
.fade-out-right {
	-webkit-animation-name: fade-out-right;
	-o-animation-name: fade-out-right;
	animation-name: fade-out-right
}
@-webkit-keyframes fade-in-right-sm {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
transform: translateX(100px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-o-keyframes fade-in-right-sm {
0% {
opacity: 0;
-o-transform: translateX(100px);
transform: translateX(100px)
}
100% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes fade-in-right-sm {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
}
.fade-in-right-sm {
	-webkit-animation-name: fade-in-right-sm;
	-o-animation-name: fade-in-right-sm;
	animation-name: fade-in-right-sm
}
@-webkit-keyframes fade-out-right-sm {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(100px);
transform: translateX(100px)
}
}
@-o-keyframes fade-out-right-sm {
0% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(100px);
transform: translateX(100px)
}
}
@keyframes fade-out-right-sm {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px)
}
}
.fade-out-right-sm {
	-webkit-animation-name: fade-out-right-sm;
	-o-animation-name: fade-out-right-sm;
	animation-name: fade-out-right-sm
}
@-webkit-keyframes fade-in-right-lg {
0% {
opacity: 0;
-webkit-transform: translateX(1500px);
transform: translateX(1500px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-o-keyframes fade-in-right-lg {
0% {
opacity: 0;
-o-transform: translateX(1500px);
transform: translateX(1500px)
}
100% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes fade-in-right-lg {
0% {
opacity: 0;
-webkit-transform: translateX(1500px);
-o-transform: translateX(1500px);
transform: translateX(1500px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
}
.fade-in-right-lg {
	-webkit-animation-name: fade-in-right-lg;
	-o-animation-name: fade-in-right-lg;
	animation-name: fade-in-right-lg
}
@-webkit-keyframes fade-out-right-lg {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(1500px);
transform: translateX(1500px)
}
}
@-o-keyframes fade-out-right-lg {
0% {
opacity: 1;
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(1500px);
transform: translateX(1500px)
}
}
@keyframes fade-out-right-lg {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(1500px);
-o-transform: translateX(1500px);
transform: translateX(1500px)
}
}
.fade-out-right-lg {
	-webkit-animation-name: fade-out-right-lg;
	-o-animation-name: fade-out-right-lg;
	animation-name: fade-out-right-lg
}
@-webkit-keyframes rotate-in {
0% {
opacity: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center
}
}
@-o-keyframes rotate-in {
0% {
opacity: 0;
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-o-transform: rotate(0);
transform: rotate(0);
-o-transform-origin: center center;
transform-origin: center center
}
}
@keyframes rotate-in {
0% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
}
.rotate-in {
	-webkit-animation-name: rotate-in;
	-o-animation-name: rotate-in;
	animation-name: rotate-in
}
@-webkit-keyframes rotate-out {
0% {
opacity: 1;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: center center;
transform-origin: center center
}
}
@-o-keyframes rotate-out {
0% {
opacity: 1;
-o-transform: rotate(0);
transform: rotate(0);
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-o-transform: rotate(90deg);
transform: rotate(90deg);
-o-transform-origin: center center;
transform-origin: center center
}
}
@keyframes rotate-out {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
}
.rotate-out {
	-webkit-animation-name: rotate-out;
	-o-animation-name: rotate-out;
	animation-name: rotate-out
}
@-webkit-keyframes rotate-in-sm {
0% {
opacity: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center
}
}
@-o-keyframes rotate-in-sm {
0% {
opacity: 0;
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-o-transform: rotate(0);
transform: rotate(0);
-o-transform-origin: center center;
transform-origin: center center
}
}
@keyframes rotate-in-sm {
0% {
opacity: 0;
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
}
.rotate-in-sm {
	-webkit-animation-name: rotate-in-sm;
	-o-animation-name: rotate-in-sm;
	animation-name: rotate-in-sm
}
@-webkit-keyframes rotate-out-sm {
0% {
opacity: 1;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: center center;
transform-origin: center center
}
}
@-o-keyframes rotate-out-sm {
0% {
opacity: 1;
-o-transform: rotate(0);
transform: rotate(0);
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-o-transform: rotate(45deg);
transform: rotate(45deg);
-o-transform-origin: center center;
transform-origin: center center
}
}
@keyframes rotate-out-sm {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
}
.rotate-out-sm {
	-webkit-animation-name: rotate-out-sm;
	-o-animation-name: rotate-out-sm;
	animation-name: rotate-out-sm
}
@-webkit-keyframes rotate-in-lg {
0% {
opacity: 0;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center
}
}
@-o-keyframes rotate-in-lg {
0% {
opacity: 0;
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-o-transform: rotate(0);
transform: rotate(0);
-o-transform-origin: center center;
transform-origin: center center
}
}
@keyframes rotate-in-lg {
0% {
opacity: 0;
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
}
.rotate-in-lg {
	-webkit-animation-name: rotate-in-lg;
	-o-animation-name: rotate-in-lg;
	animation-name: rotate-in-lg
}
@-webkit-keyframes rotate-out-lg {
0% {
opacity: 1;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: center center;
transform-origin: center center
}
}
@-o-keyframes rotate-out-lg {
0% {
opacity: 1;
-o-transform: rotate(0);
transform: rotate(0);
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-o-transform: rotate(180deg);
transform: rotate(180deg);
-o-transform-origin: center center;
transform-origin: center center
}
}
@keyframes rotate-out-lg {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
100% {
opacity: 0;
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center
}
}
.rotate-out-lg {
	-webkit-animation-name: rotate-out-lg;
	-o-animation-name: rotate-out-lg;
	animation-name: rotate-out-lg
}
@-webkit-keyframes flip-in-x {
0% {
opacity: 0;
-webkit-transform: perspective(550px) rotateX(90deg);
transform: perspective(550px) rotateX(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(550px) rotateX(0deg);
transform: perspective(550px) rotateX(0deg)
}
}
@-o-keyframes flip-in-x {
0% {
opacity: 0;
transform: perspective(550px) rotateX(90deg)
}
100% {
opacity: 1;
transform: perspective(550px) rotateX(0deg)
}
}
@keyframes flip-in-x {
0% {
opacity: 0;
-webkit-transform: perspective(550px) rotateX(90deg);
transform: perspective(550px) rotateX(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(550px) rotateX(0deg);
transform: perspective(550px) rotateX(0deg)
}
}
.flip-in-x {
	-webkit-animation-name: flip-in-x;
	-o-animation-name: flip-in-x;
	animation-name: flip-in-x;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-out-x {
0% {
opacity: 1;
-webkit-transform: perspective(550px) rotateX(0deg);
transform: perspective(550px) rotateX(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(550px) rotateX(90deg);
transform: perspective(550px) rotateX(90deg)
}
}
@-o-keyframes flip-out-x {
0% {
opacity: 1;
transform: perspective(550px) rotateX(0deg)
}
100% {
opacity: 0;
transform: perspective(550px) rotateX(90deg)
}
}
@keyframes flip-out-x {
0% {
opacity: 1;
-webkit-transform: perspective(550px) rotateX(0deg);
transform: perspective(550px) rotateX(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(550px) rotateX(90deg);
transform: perspective(550px) rotateX(90deg)
}
}
.flip-out-x {
	-webkit-animation-name: flip-out-x;
	-o-animation-name: flip-out-x;
	animation-name: flip-out-x;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-in-x-nr {
0% {
opacity: 0;
-webkit-transform: perspective(100px) rotateX(90deg);
transform: perspective(100px) rotateX(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg)
}
}
@-o-keyframes flip-in-x-nr {
0% {
opacity: 0;
transform: perspective(100px) rotateX(90deg)
}
100% {
opacity: 1;
transform: perspective(100px) rotateX(0deg)
}
}
@keyframes flip-in-x-nr {
0% {
opacity: 0;
-webkit-transform: perspective(100px) rotateX(90deg);
transform: perspective(100px) rotateX(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg)
}
}
.flip-in-x-nr {
	-webkit-animation-name: flip-in-x-nr;
	-o-animation-name: flip-in-x-nr;
	animation-name: flip-in-x-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-out-x-nr {
0% {
opacity: 1;
-webkit-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(100px) rotateX(90deg);
transform: perspective(100px) rotateX(90deg)
}
}
@-o-keyframes flip-out-x-nr {
0% {
opacity: 1;
transform: perspective(100px) rotateX(0deg)
}
100% {
opacity: 0;
transform: perspective(100px) rotateX(90deg)
}
}
@keyframes flip-out-x-nr {
0% {
opacity: 1;
-webkit-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(100px) rotateX(90deg);
transform: perspective(100px) rotateX(90deg)
}
}
.flip-out-x-nr {
	-webkit-animation-name: flip-out-x-nr;
	-o-animation-name: flip-out-x-nr;
	animation-name: flip-out-x-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-in-x-fr {
0% {
opacity: 0;
-webkit-transform: perspective(1000px) rotateX(90deg);
transform: perspective(1000px) rotateX(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg)
}
}
@-o-keyframes flip-in-x-fr {
0% {
opacity: 0;
transform: perspective(1000px) rotateX(90deg)
}
100% {
opacity: 1;
transform: perspective(1000px) rotateX(0deg)
}
}
@keyframes flip-in-x-fr {
0% {
opacity: 0;
-webkit-transform: perspective(1000px) rotateX(90deg);
transform: perspective(1000px) rotateX(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg)
}
}
.flip-in-x-fr {
	-webkit-animation-name: flip-in-x-fr;
	-o-animation-name: flip-in-x-fr;
	animation-name: flip-in-x-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-out-x-fr {
0% {
opacity: 1;
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(1000px) rotateX(90deg);
transform: perspective(1000px) rotateX(90deg)
}
}
@-o-keyframes flip-out-x-fr {
0% {
opacity: 1;
transform: perspective(1000px) rotateX(0deg)
}
100% {
opacity: 0;
transform: perspective(1000px) rotateX(90deg)
}
}
@keyframes flip-out-x-fr {
0% {
opacity: 1;
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(1000px) rotateX(90deg);
transform: perspective(1000px) rotateX(90deg)
}
}
.flip-out-x-fr {
	-webkit-animation-name: flip-out-x-fr;
	-o-animation-name: flip-out-x-fr;
	animation-name: flip-out-x-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-in-y {
0% {
opacity: 0;
-webkit-transform: perspective(550px) rotateY(90deg);
transform: perspective(550px) rotateY(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(550px) rotateY(0deg);
transform: perspective(550px) rotateY(0deg)
}
}
@-o-keyframes flip-in-y {
0% {
opacity: 0;
transform: perspective(550px) rotateY(90deg)
}
100% {
opacity: 1;
transform: perspective(550px) rotateY(0deg)
}
}
@keyframes flip-in-y {
0% {
opacity: 0;
-webkit-transform: perspective(550px) rotateY(90deg);
transform: perspective(550px) rotateY(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(550px) rotateY(0deg);
transform: perspective(550px) rotateY(0deg)
}
}
.flip-in-y {
	-webkit-animation-name: flip-in-y;
	-o-animation-name: flip-in-y;
	animation-name: flip-in-y;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-out-y {
0% {
opacity: 1;
-webkit-transform: perspective(550px) rotateY(0deg);
transform: perspective(550px) rotateY(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(550px) rotateY(90deg);
transform: perspective(550px) rotateY(90deg)
}
}
@-o-keyframes flip-out-y {
0% {
opacity: 1;
transform: perspective(550px) rotateY(0deg)
}
100% {
opacity: 0;
transform: perspective(550px) rotateY(90deg)
}
}
@keyframes flip-out-y {
0% {
opacity: 1;
-webkit-transform: perspective(550px) rotateY(0deg);
transform: perspective(550px) rotateY(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(550px) rotateY(90deg);
transform: perspective(550px) rotateY(90deg)
}
}
.flip-out-y {
	-webkit-animation-name: flip-out-y;
	-o-animation-name: flip-out-y;
	animation-name: flip-out-y;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-in-y-nr {
0% {
opacity: 0;
-webkit-transform: perspective(100px) rotateY(90deg);
transform: perspective(100px) rotateY(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(100px) rotateY(0deg);
transform: perspective(100px) rotateY(0deg)
}
}
@-o-keyframes flip-in-y-nr {
0% {
opacity: 0;
transform: perspective(100px) rotateY(90deg)
}
100% {
opacity: 1;
transform: perspective(100px) rotateY(0deg)
}
}
@keyframes flip-in-y-nr {
0% {
opacity: 0;
-webkit-transform: perspective(100px) rotateY(90deg);
transform: perspective(100px) rotateY(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(100px) rotateY(0deg);
transform: perspective(100px) rotateY(0deg)
}
}
.flip-in-y-nr {
	-webkit-animation-name: flip-in-y-nr;
	-o-animation-name: flip-in-y-nr;
	animation-name: flip-in-y-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-out-y-nr {
0% {
opacity: 1;
-webkit-transform: perspective(100px) rotateY(0deg);
transform: perspective(100px) rotateY(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(100px) rotateY(90deg);
transform: perspective(100px) rotateY(90deg)
}
}
@-o-keyframes flip-out-y-nr {
0% {
opacity: 1;
transform: perspective(100px) rotateY(0deg)
}
100% {
opacity: 0;
transform: perspective(100px) rotateY(90deg)
}
}
@keyframes flip-out-y-nr {
0% {
opacity: 1;
-webkit-transform: perspective(100px) rotateY(0deg);
transform: perspective(100px) rotateY(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(100px) rotateY(90deg);
transform: perspective(100px) rotateY(90deg)
}
}
.flip-out-y-nr {
	-webkit-animation-name: flip-out-y-nr;
	-o-animation-name: flip-out-y-nr;
	animation-name: flip-out-y-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-in-y-fr {
0% {
opacity: 0;
-webkit-transform: perspective(1000px) rotateY(90deg);
transform: perspective(1000px) rotateY(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg)
}
}
@-o-keyframes flip-in-y-fr {
0% {
opacity: 0;
transform: perspective(1000px) rotateY(90deg)
}
100% {
opacity: 1;
transform: perspective(1000px) rotateY(0deg)
}
}
@keyframes flip-in-y-fr {
0% {
opacity: 0;
-webkit-transform: perspective(1000px) rotateY(90deg);
transform: perspective(1000px) rotateY(90deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg)
}
}
.flip-in-y-fr {
	-webkit-animation-name: flip-in-y-fr;
	-o-animation-name: flip-in-y-fr;
	animation-name: flip-in-y-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flip-out-y-fr {
0% {
opacity: 1;
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(1000px) rotateY(90deg);
transform: perspective(1000px) rotateY(90deg)
}
}
@-o-keyframes flip-out-y-fr {
0% {
opacity: 1;
transform: perspective(1000px) rotateY(0deg)
}
100% {
opacity: 0;
transform: perspective(1000px) rotateY(90deg)
}
}
@keyframes flip-out-y-fr {
0% {
opacity: 1;
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg)
}
100% {
opacity: 0;
-webkit-transform: perspective(1000px) rotateY(90deg);
transform: perspective(1000px) rotateY(90deg)
}
}
.flip-out-y-fr {
	-webkit-animation-name: flip-out-y-fr;
	-o-animation-name: flip-out-y-fr;
	animation-name: flip-out-y-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: scale(.7);
transform: scale(.7)
}
100% {
opacity: 1
}
}
@-o-keyframes zoom-in {
0% {
opacity: 0;
-o-transform: scale(.7);
transform: scale(.7)
}
100% {
opacity: 1
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: scale(.7);
-o-transform: scale(.7);
transform: scale(.7)
}
100% {
opacity: 1
}
}
.zoom-in {
	-webkit-animation-name: zoom-in;
	-o-animation-name: zoom-in;
	animation-name: zoom-in
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.7);
transform: scale(.7)
}
100% {
opacity: 0
}
}
@-o-keyframes zoom-out {
0% {
opacity: 1;
-o-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-o-transform: scale(.7);
transform: scale(.7)
}
100% {
opacity: 0
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.7);
-o-transform: scale(.7);
transform: scale(.7)
}
100% {
opacity: 0
}
}
.zoom-out {
	-webkit-animation-name: zoom-out;
	-o-animation-name: zoom-out;
	animation-name: zoom-out
}
@-webkit-keyframes zoom-in-sm {
0% {
opacity: 0;
-webkit-transform: scale(.95);
transform: scale(.95)
}
100% {
opacity: 1
}
}
@-o-keyframes zoom-in-sm {
0% {
opacity: 0;
-o-transform: scale(.95);
transform: scale(.95)
}
100% {
opacity: 1
}
}
@keyframes zoom-in-sm {
0% {
opacity: 0;
-webkit-transform: scale(.95);
-o-transform: scale(.95);
transform: scale(.95)
}
100% {
opacity: 1
}
}
.zoom-in-sm {
	-webkit-animation-name: zoom-in-sm;
	-o-animation-name: zoom-in-sm;
	animation-name: zoom-in-sm
}
@-webkit-keyframes zoom-out-sm {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.95);
transform: scale(.95)
}
100% {
opacity: 0
}
}
@-o-keyframes zoom-out-sm {
0% {
opacity: 1;
-o-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-o-transform: scale(.95);
transform: scale(.95)
}
100% {
opacity: 0
}
}
@keyframes zoom-out-sm {
0% {
opacity: 1;
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.95);
-o-transform: scale(.95);
transform: scale(.95)
}
100% {
opacity: 0
}
}
.zoom-out-sm {
	-webkit-animation-name: zoom-out-sm;
	-o-animation-name: zoom-out-sm;
	animation-name: zoom-out-sm
}
@-webkit-keyframes zoom-in-lg {
0% {
opacity: 0;
-webkit-transform: scale(.4);
transform: scale(.4)
}
100% {
opacity: 1
}
}
@-o-keyframes zoom-in-lg {
0% {
opacity: 0;
-o-transform: scale(.4);
transform: scale(.4)
}
100% {
opacity: 1
}
}
@keyframes zoom-in-lg {
0% {
opacity: 0;
-webkit-transform: scale(.4);
-o-transform: scale(.4);
transform: scale(.4)
}
100% {
opacity: 1
}
}
.zoom-in-lg {
	-webkit-animation-name: zoom-in-lg;
	-o-animation-name: zoom-in-lg;
	animation-name: zoom-in-lg
}
@-webkit-keyframes zoom-out-lg {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.4);
transform: scale(.4)
}
100% {
opacity: 0
}
}
@-o-keyframes zoom-out-lg {
0% {
opacity: 1;
-o-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-o-transform: scale(.4);
transform: scale(.4)
}
100% {
opacity: 0
}
}
@keyframes zoom-out-lg {
0% {
opacity: 1;
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.4);
-o-transform: scale(.4);
transform: scale(.4)
}
100% {
opacity: 0
}
}
.zoom-out-lg {
	-webkit-animation-name: zoom-out-lg;
	-o-animation-name: zoom-out-lg;
	animation-name: zoom-out-lg
}
.blink-slow {
	-webkit-animation-name: blink-slow;
	-o-animation-name: blink-slow;
	animation-name: blink-slow;
-webkit-animation-duration: .3s;
-o-animation-duration: .3s;
animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-o-animation-direction: alternate;
	animation-direction: alternate
}
@-webkit-keyframes blink-slow {
0% {
opacity: .4
}
50% {
opacity: .7
}
100% {
opacity: 1
}
}
@-o-keyframes blink-slow {
0% {
opacity: .4
}
50% {
opacity: .7
}
100% {
opacity: 1
}
}
@keyframes blink-slow {
0% {
opacity: .4
}
50% {
opacity: .7
}
100% {
opacity: 1
}
}
@-webkit-keyframes overlay-slide-in-top {
0% {
height: 100%
}
100% {
height: 0
}
}
@-o-keyframes overlay-slide-in-top {
0% {
height: 100%
}
100% {
height: 0
}
}
@keyframes overlay-slide-in-top {
0% {
height: 100%
}
100% {
height: 0
}
}
.overlay-slide-in-top {
	top: 0;
	height: 0;
	-webkit-animation-name: overlay-slide-in-top;
	-o-animation-name: overlay-slide-in-top;
	animation-name: overlay-slide-in-top
}
@-webkit-keyframes overlay-slide-out-top {
0% {
height: 0
}
100% {
height: 100%
}
}
@-o-keyframes overlay-slide-out-top {
0% {
height: 0
}
100% {
height: 100%
}
}
@keyframes overlay-slide-out-top {
0% {
height: 0
}
100% {
height: 100%
}
}
.overlay-slide-out-top {
	top: 0;
	height: 100%;
	-webkit-animation-name: overlay-slide-out-top;
	-o-animation-name: overlay-slide-out-top;
	animation-name: overlay-slide-out-top
}
@-webkit-keyframes overlay-slide-in-bottom {
0% {
height: 100%
}
100% {
height: 0
}
}
@-o-keyframes overlay-slide-in-bottom {
0% {
height: 100%
}
100% {
height: 0
}
}
@keyframes overlay-slide-in-bottom {
0% {
height: 100%
}
100% {
height: 0
}
}
.overlay-slide-in-bottom {
	bottom: 0;
	height: 0;
	-webkit-animation-name: overlay-slide-in-bottom;
	-o-animation-name: overlay-slide-in-bottom;
	animation-name: overlay-slide-in-bottom
}
@-webkit-keyframes overlay-slide-out-bottom {
0% {
height: 0
}
100% {
height: 100%
}
}
@-o-keyframes overlay-slide-out-bottom {
0% {
height: 0
}
100% {
height: 100%
}
}
@keyframes overlay-slide-out-bottom {
0% {
height: 0
}
100% {
height: 100%
}
}
.overlay-slide-out-bottom {
	bottom: 0;
	height: 100%;
	-webkit-animation-name: overlay-slide-out-bottom;
	-o-animation-name: overlay-slide-out-bottom;
	animation-name: overlay-slide-out-bottom
}
@-webkit-keyframes overlay-slide-in-left {
0% {
width: 100%
}
100% {
width: 0
}
}
@-o-keyframes overlay-slide-in-left {
0% {
width: 100%
}
100% {
width: 0
}
}
@keyframes overlay-slide-in-left {
0% {
width: 100%
}
100% {
width: 0
}
}
.overlay-slide-in-left {
	width: 0;
	-webkit-animation-name: overlay-slide-in-left;
	-o-animation-name: overlay-slide-in-left;
	animation-name: overlay-slide-in-left
}
@-webkit-keyframes overlay-slide-out-left {
0% {
width: 0
}
100% {
width: 100%
}
}
@-o-keyframes overlay-slide-out-left {
0% {
width: 0
}
100% {
width: 100%
}
}
@keyframes overlay-slide-out-left {
0% {
width: 0
}
100% {
width: 100%
}
}
.overlay-slide-out-left {
	left: 0;
	width: 100%;
	-webkit-animation-name: overlay-slide-out-left;
	-o-animation-name: overlay-slide-out-left;
	animation-name: overlay-slide-out-left
}
@-webkit-keyframes overlay-slide-in-right {
0% {
width: 100%
}
100% {
width: 0
}
}
@-o-keyframes overlay-slide-in-right {
0% {
width: 100%
}
100% {
width: 0
}
}
@keyframes overlay-slide-in-right {
0% {
width: 100%
}
100% {
width: 0
}
}
.overlay-slide-in-right {
	right: 0;
	width: 0;
	-webkit-animation-name: overlay-slide-in-right;
	-o-animation-name: overlay-slide-in-right;
	animation-name: overlay-slide-in-right
}
@-webkit-keyframes overlay-slide-out-right {
0% {
width: 0
}
100% {
width: 100%
}
}
@-o-keyframes overlay-slide-out-right {
0% {
width: 0
}
100% {
width: 100%
}
}
@keyframes overlay-slide-out-right {
0% {
width: 0
}
100% {
width: 100%
}
}
.overlay-slide-out-right {
	right: 0;
	width: 100%;
	-webkit-animation-name: overlay-slide-out-right;
	-o-animation-name: overlay-slide-out-right;
	animation-name: overlay-slide-out-right
}
@-webkit-keyframes zoom-in-circle {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
25% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2)
}
75% {
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
-o-transform: scale(.7);
transform: scale(.7)
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
}
@-o-keyframes zoom-in-circle {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
25% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2)
}
75% {
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
-o-transform: scale(.7);
transform: scale(.7)
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
}
@keyframes zoom-in-circle {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
25% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2)
}
75% {
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
-o-transform: scale(.7);
transform: scale(.7)
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
}
body {
	overflow-x: hidden
}
img {
	max-width: 100%;
	height: auto
}
a, a:focus, a:hover {
	outline: none;
	text-decoration: none
}
body {
	line-height: 1.6;
	color: #747474;
	-webkit-font-smoothing: antialiased
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	color: #515151;
	font-weight: 400
}
.container .container {
	width: 100%
}
@media (min-width: 1200px) {
.container {
width: 1200px
}
}
div, iframe, img {
	margin: 0;
	padding: 0
}
p {
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-bottom: 20px
}
::selection {
background: #0B0B0D;
color: #ffffff
}
a, a:hover, a:focus, a:active, a.active {
	color: inherit;
	text-decoration: none;
	outline: none
}
a:hover, a:focus, a:active, a.active {
	color: #0B0B0D
}
input, textarea, button, select {
	outline: none
}
select {
	max-width: 100%;
	border: 1px solid #ececec;
	background-color: #fff;
	padding: 0 10px;
	font-size: 13px;
	color: #5f5f5f;
	height: 35px;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("assets/images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: 98%;
	background-position: calc(100% - 10px)
}
input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], textarea {
	padding: 0 10px;
	font-size: 13px;
	color: #5f5f5f;
	height: 35px;
	line-height: 1;
	background-color: #ffffff;
	border: 1px solid #ececec;
	width: 100%;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #0B0B0D
}
input[type="text"] ::-webkit-input-placeholder, input[type="search"] ::-webkit-input-placeholder, input[type="email"] ::-webkit-input-placeholder, input[type="url"] ::-webkit-input-placeholder, input[type="password"] ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
color: #5f5f5f;
font-size: 13px
}
input[type="text"] :-moz-placeholder, input[type="search"] :-moz-placeholder, input[type="email"] :-moz-placeholder, input[type="url"] :-moz-placeholder, input[type="password"] :-moz-placeholder, textarea :-moz-placeholder {
color: #5f5f5f;
font-size: 13px
}
input[type="text"] ::-moz-placeholder, input[type="search"] ::-moz-placeholder, input[type="email"] ::-moz-placeholder, input[type="url"] ::-moz-placeholder, input[type="password"] ::-moz-placeholder, textarea ::-moz-placeholder {
color: #5f5f5f;
font-size: 13px
}
input[type="text"] :-ms-input-placeholder, input[type="search"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder, input[type="url"] :-ms-input-placeholder, input[type="password"] :-ms-input-placeholder, textarea :-ms-input-placeholder {
color: #5f5f5f;
font-size: 13px
}
textarea {
	height: auto;
	line-height: 25px
}
body.boxed {
	background-image: url('assets/images/patterns/bg0.png');
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: auto
}
.boxed #wrapper {
	max-width: 1200px;
	margin: auto
}
#wrapper-content {
	background-color: #FFFFFF;
	position: relative;
	z-index: 1
}
.content-middle {
	display: table
}
.content-middle-inner {
	display: block;
	vertical-align: middle;
			padding-top: 0px !important;
}
.owl-theme .owl-controls .owl-page span {
	opacity: 1;
	border: 1px solid #fff;
	background-color: transparent
}
.owl-theme .owl-controls .owl-page.active span {
	background-color: #ffffff
}
.owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0
}
.great-store-next:before {
	border: 1px solid #b9b9b9;
	content: "";
	display: block;
	height: 20px;
	left: -14px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px
}
.great-store-next:after {
	border: 1px solid #b9b9b9;
	content: "";
	display: block;
	height: 16px;
	left: -13px;
	position: absolute;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 16px
}
.great-store-prev:before {
	border: 1px solid #b9b9b9;
	content: "";
	display: block;
	height: 20px;
	right: -14px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px
}
.great-store-prev:after {
	border: 1px solid #b9b9b9;
	content: "";
	display: block;
	height: 16px;
	right: -13px;
	position: absolute;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 16px
}
.great-store-next, .great-store-prev {
	height: 20px;
	overflow: hidden;
	position: relative;
	width: 20px;
	display: block
}
.owl-prev:hover .great-store-prev:after, .owl-prev:hover .great-store-prev:before {
	border-color: #0B0B0D
}
.owl-next:hover .great-store-next:after, .owl-next:hover .great-store-next:before {
	border-color: #0B0B0D
}
.owl-theme .owl-controls .owl-buttons div {
	background-color: transparent;
	opacity: 1
}
.entry-thumbnail {
	position: relative
}
.entry-thumbnail .entry-thumbnail-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	background-color: rgba(107, 134, 157, 0.9);
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out
}
.entry-thumbnail ul.entry-thumbnail-controls {
	list-style-type: none;
	height: 100%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0
}
.entry-thumbnail ul.entry-thumbnail-controls li {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 0 5px
}
.entry-thumbnail .entry-thumbnail-hover a {
	width: 42px;
	height: 42px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #fff;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 400
}
.entry-thumbnail .entry-thumbnail-hover a i {
	font-size: 22px;
	line-height: 38px;
	height: auto;
	width: auto;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}
.entry-thumbnail .entry-thumbnail-hover a:hover {
	background-color: #0B0B0D
}
.entry-thumbnail:hover .entry-thumbnail-hover {
	opacity: 1
}
.wpb_map_wraper iframe {
	display: block;
	pointer-events: none
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0
}
.entry-thumbnail.icon .entry-thumbnail-hover {
	background-color: transparent;
	border: solid 10px #dedede
}
.entry-thumbnail.icon .entry-thumbnail-hover .entry-hover-wrapper {
	background-color: rgba(255, 255, 255, 0.8)
}
.entry-thumbnail.icon .entry-thumbnail-hover .entry-hover-inner i {
	width: 36px;
	height: 36px;
	background-color: #0B0B0D;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 20px;
	line-height: 36px
}
.entry-thumbnail.title .entry-thumbnail-hover .entry-hover-inner a {
	height: auto
}
.entry-thumbnail.title .entry-thumbnail-hover .entry-hover-inner a h5 {
	margin-bottom: 10px;
	font-size: 13px
}
.entry-thumbnail.title .entry-thumbnail-hover .entry-hover-inner span {
	color: #fff;
	font-style: italic
}
.entry-thumbnail-zoom-out {
	overflow: hidden
}
.entry-thumbnail-zoom-out img {
	max-width: 100%;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out
}
.entry-thumbnail-zoom-out:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.fixed {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.post-navigation {
	padding: 0;
	display: table;
	width: 100%;
	position: relative
}
.post-navigation .nav-links {
	width: 100%;
	margin: 0 auto;
	display: table;
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec
}
.post-navigation .nav-previous, .post-navigation .nav-next {
	position: relative;
	vertical-align: middle;
	padding: 30px 0;
	width: 50%;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
	float: left
}
.post-navigation .nav-previous .post-navigation-content, .post-navigation .nav-next .post-navigation-content {
	margin-left: 30px
}
.post-navigation .nav-previous:hover .post-navigation-next:after, .post-navigation .nav-next:hover .post-navigation-next:after, .post-navigation .nav-previous:hover .post-navigation-next:before, .post-navigation .nav-next:hover .post-navigation-next:before, .post-navigation .nav-previous:hover .post-navigation-prev:after, .post-navigation .nav-next:hover .post-navigation-prev:after, .post-navigation .nav-previous:hover .post-navigation-prev:before, .post-navigation .nav-next:hover .post-navigation-prev:before {
	border-color: #0B0B0D
}
.post-navigation .nav-next {
	float: right;
	text-align: right
}
.post-navigation .nav-next .post-navigation-content {
	margin-left: 0;
	margin-right: 30px
}
.post-navigation .post-navigation-next {
	width: 10px;
	height: 20px;
	position: absolute;
	overflow: hidden;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0
}
.post-navigation .post-navigation-next:before, .post-navigation .post-navigation-next:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #747474;
	border-bottom: none;
	border-left: none;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: -14px
}
.post-navigation .post-navigation-next:after {
	width: 8px;
	height: 8px;
	z-index: 1;
	top: 6px;
	left: -4px
}
.post-navigation .post-navigation-prev {
	width: 10px;
	height: 20px;
	position: absolute;
	overflow: hidden;
	display: block;
	margin: auto;
	bottom: 0;
	top: 0
}
.post-navigation .post-navigation-prev:before, .post-navigation .post-navigation-prev:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #747474;
	border-top: none;
	border-right: none;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	right: -14px
}
.post-navigation .post-navigation-prev:after {
	width: 8px;
	height: 8px;
	z-index: 1;
	top: 6px;
	right: -4px
}
.post-navigation .post-navigation-label {
	display: block;
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #747474
}
.post-navigation .post-navigation-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	color: #515151
}
@media (max-width: 767px) {
.post-navigation .nav-previous, .post-navigation .nav-next {
padding: 30px 0;
width: 100%;
float: none
}
.post-navigation .nav-next {
border-top: 1px solid #ececec
}
}
.gotop {
	position: fixed;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	bottom: 10px;
	right: 10px;
	width: 48px;
	height: 48px;
	text-align: center;
	padding: 3px;
	z-index: 2;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #0B0B0D
}
.gotop i {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 34px;
	color: #fff;
	background-color: #0B0B0D;
	font-size: 22px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.gotop.in {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}
.page-title-wrapper {
	height: 290px;
	display: table;
	text-align: center;
	width: 100%;
	position: relative;
	color: #fff;
	margin-bottom: 40px
}
.page-title-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1
}
.page-title-inner h1 {
	font-size: 52px;
	margin-bottom: 0;
	color: #fff
}
.page-title-wrapper-bg {
	background-repeat: no-repeat;
	background-position: center
}
.page-title-wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3)
}
.page-title-archive-wrapper {
	margin-bottom: 45px
}
ul.breadcrumbs {
	padding: 0;
	margin: 0;
	list-style-type: none
}
ul.breadcrumbs li {
	display: inline-block;
	font-size: 15px;
	color: #dedede
}
ul.breadcrumbs li + li:before {
	content: "|";
	display: inline-block;
	font-family: times, serif;
	font-size: 15px;
	padding: 0 10px
}
ul.breadcrumbs li span {
	color: #FFFFFF
}
ul.breadcrumbs li a:hover {
	color: #fff
}
.loading-wrapper {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
@-moz-keyframes spinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-webkit-keyframes spinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-o-keyframes spinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@keyframes spinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
.spinner-double-section-far {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3.125px solid #aaa;
	-webkit-animation: spinner 1.2s linear infinite;
	-moz-animation: spinner 1.2s linear infinite;
	-ms-animation: spinner 1.2s linear infinite;
	-o-animation: spinner 1.2s linear infinite;
	animation: spinner 1.2s linear infinite;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.spinner-double-section-far:before, .spinner-double-section-far:after {
	content: '';
	position: absolute;
	top: -3.125px;
	left: -3.125px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3.125px solid transparent;
	border-top-color: tomato
}
.spinner-double-section-far:after {
	border-top-color: transparent;
	border-bottom-color: tomato
}
.spinner-double-section-far:before, .spinner-double-section-far:after {
	top: -9.375px;
	left: -9.375px;
	width: 62.5px;
	height: 62.5px
}
.modal {
	z-index: 99999
}
.modal-backdrop {
	background: rgba(0, 0, 0, 0.5)
}
.modal-backdrop.in {
	opacity: 1
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFFFFF;
	font-size: 48px;
	display: block;
	line-height: 1
}
.great-store-padding-10 {
	padding-left: 10px;
	padding-right: 10px
}
.great-store-padding-15 {
	padding-left: 15px;
	padding-right: 15px
}
.great-store-padding-20 {
	padding-left: 20px;
	padding-right: 20px
}
@media only screen and (max-width: 1169px) {
.post-navigation .nav-links {
width: 100%
}
}
.page-404.content-middle {
	height: 352px;
	width: 100%;
	text-align: center
}
.page-404.content-middle h1 {
	border: 5px solid #eee;
	font-size: 80px;
	font-weight: 600;
	line-height: 1.2;
	display: inline-block;
	padding: 21px 34px
}
.page-404.content-middle p {
	font-size: 20px;
	color: #666666;
	line-height: 32px;
	max-width: 442px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px
}
.page-404.content-middle p a {
	color: #0B0B0D
}
.tp-bullets.simplebullets.round .bullet {
	background: none repeat scroll 0 0 transparent !important;
	border: 1px solid #fff !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	height: 14px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	width: 14px !important
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {
	background: none repeat scroll 0 0 #fff !important
}
.great-store-popup-login-content label {
	font-weight: 600;
	font-size: 15px
}
#great-store-popup-login-wrapper input[type="text"], #great-store-popup-login-wrapper input[type="email"], #great-store-popup-login-wrapper input[type="password"] {
	background: #fff;
	border: solid 1px #ececec;
	padding: 10px;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: none;
	min-height: 44px
}
#great-store-popup-login-wrapper input[type="text"]:focus, #great-store-popup-login-wrapper input[type="email"]:focus, #great-store-popup-login-wrapper input[type="password"]:focus {
	border: solid 1px #0B0B0D
}
#great-store-popup-login-wrapper .modal-body {
	background: #FAFAFA
}
.input-icon {
	position: relative
}
.input-icon > i.fa {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	margin: auto;
	height: 14px
}
#great-store-popup-login-wrapper .input-icon > input[type="text"], #great-store-popup-login-wrapper .input-icon > input[type="email"], #great-store-popup-login-wrapper .input-icon > input[type="password"] {
	padding-left: 40px
}
#great-store-popup-login-wrapper .input-icon > input[type="text"]:focus + i, #great-store-popup-login-wrapper .input-icon > input[type="email"]:focus + i, #great-store-popup-login-wrapper .input-icon > input[type="password"]:focus + i {
	color: #0B0B0D
}
#great-store-popup-login-wrapper .modal-footer .modal-footer-left {
	float: left;
	padding: 5px 0
}
#great-store-popup-login-wrapper .modal-footer .modal-footer-right {
	float: right
}
#great-store-popup-login-wrapper input[type="checkbox"] {
	display: none
}
#great-store-popup-login-wrapper input[type="checkbox"] + label {
	display: inline-block;
	padding-left: 10px;
	position: relative;
	width: 58px;
	height: 25px;
	background: #D7D7D7;
	vertical-align: top;
	margin: 0;
	cursor: pointer
}
#great-store-popup-login-wrapper input[type="checkbox"] + label:before {
	content: attr(no-value);
	display: block;
	position: absolute;
	left: 8px;
	top: 0;
	right: 8px;
	bottom: 0;
	z-index: 1;
	text-align: right;
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	line-height: 27px
}
#great-store-popup-login-wrapper input[type="checkbox"] + label:after {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 19px;
	height: 19px;
	z-index: 2;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
#great-store-popup-login-wrapper input[type="checkbox"]:checked + label {
	background: #0B0B0D
}
#great-store-popup-login-wrapper input[type="checkbox"]:checked + label:before {
	content: attr(yes-value);
	text-align: left
}
#great-store-popup-login-wrapper input[type="checkbox"]:checked + label:after {
	left: 36px;
	top: 3px
}
#great-store-popup-login-wrapper .modal-footer-right button.button {
	background: #0B0B0D;
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px
}
#great-store-popup-login-wrapper .modal-dialog {
	max-width: 500px
}
.no-margin {
	margin: 0 !important
}
.tooltip-inner {
	white-space: nowrap
}
.site-content-page {
	margin-bottom: 50px
}
.tp-leftarrow.custom, .tp-rightarrow.custom {
	width: 46px;
	height: 46px;
	background: transparent;
	border-radius: 100%;
	padding: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.tp-leftarrow.custom:before, .tp-rightarrow.custom:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f104";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	color: #717171;
	font-size: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 42px
}
.tp-leftarrow.custom:hover:before, .tp-rightarrow.custom:hover:before {
	background-color: #fff
}
.tp-rightarrow.custom:before {
	content: "\f105"
}
header.main-header .site-top {
	color: #888;
	border-bottom: solid 1px #ececec;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	word-spacing: 1px;
	position: relative;
	z-index: 9999
}
header.main-header .site-top .fullwidth {
	overflow: visible
}
header.main-header .site-top:after {
	content: "";
	display: block;
	clear: both
}
header.main-header .site-top .site-top-left {
	float: left
}
header.main-header .site-top .site-top-left .great-store-login-link {
	padding: 10px 0
}
header.main-header .site-top .site-top-left .great-store-login-link a {
	color: #0B0B0D
}
header.main-header .site-top .site-top-left .great-store-login-link a:hover {
	text-decoration: underline
}
header.main-header .site-top .site-top-right {
	float: right
}
header.main-header .site-top .site-top-right ul.my-setting {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block
}
header.main-header .site-top .site-top-right ul.my-setting li {
	padding: 10px 0;
	cursor: pointer
}
header.main-header .site-top .site-top-right ul.my-setting ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0px 3px 10px -2px #777;
	-moz-box-shadow: 0px 3px 10px -2px #777;
	box-shadow: 0px 3px 10px -2px #777;
	background: #fff;
	min-width: 180px
}
header.main-header .site-top .site-top-right ul.my-setting ul li {
	padding: 10px 10px;
	white-space: nowrap
}
header.main-header .site-top .site-top-right ul.my-setting ul li:hover {
	background: #f5f5f5
}
header.main-header .site-top .site-top-right ul.my-setting ul li a {
	color: #888;
	text-transform: none;
	font-size: 12px
}
header.main-header .site-top .site-top-right ul.my-setting ul li i.fa-user {
	padding-left: 2px;
	padding-right: 4px
}
header.main-header .site-top .site-top-right ul.my-setting ul li i.fa-lock, header.main-header .site-top .site-top-right ul.my-setting ul li i.fa-unlock-alt {
	padding-left: 2px
}
header.main-header .site-top .site-top-right ul.my-setting ul li + li {
	border-top: solid 1px #f5f5f5
}
header.main-header .site-top .site-top-right ul.my-setting li:hover ul {
	display: block
}
header.main-header .site-top .site-top-right .language-selector {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}
header.main-header .site-top .site-top-right .language-selector div#lang_sel_list {
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	display: none;
	-webkit-box-shadow: 0px 3px 10px -2px #777;
	-moz-box-shadow: 0px 3px 10px -2px #777;
	box-shadow: 0px 3px 10px -2px #777;
	background: #fff;
	height: auto;
	font-family: inherit;
	color: #888
}
header.main-header .site-top .site-top-right .language-selector div#lang_sel_list > ul {
	height: auto;
	min-width: 180px;
	border-top: none
}
header.main-header .site-top .site-top-right .language-selector div#lang_sel_list > ul > li {
	float: none;
padding: 0 display: block
}
header.main-header .site-top .site-top-right .language-selector div#lang_sel_list > ul > li:hover {
	background: #f5f5f5
}
header.main-header .site-top .site-top-right .language-selector div#lang_sel_list > ul > li > a {
	background: transparent;
	padding: 10px;
	border-bottom: none;
	color: #888;
	font-size: 12px;
	text-transform: uppercase
}
header.main-header .site-top .site-top-right .language-selector div#lang_sel_list > ul > li + li > a {
	border-top: solid 1px #f5f5f5
}
header.main-header .site-top .site-top-right .language-selector li {
	padding: 10px 0
}
header.main-header .site-top .site-top-right .language-selector li:hover div#lang_sel_list {
	display: block
}
header.main-header .site-top .site-top-right ul.my-setting + .language-selector {
	margin-left: 15px
}
#great-store-modal-search {
	z-index: 999999
}
#great-store-modal-search.modal.in .modal-backdrop.in {
	opacity: 0.8;
	height: 100%;
	position: fixed;
	background: #000;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
#great-store-modal-search.modal.in .great-store-modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
#great-store-modal-search .great-store-modal-dialog {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
-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;
	height: auto
}
#great-store-modal-search .great-store-dismiss-modal {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	margin-right: 10px;
	color: #fff;
	z-index: 1040;
	cursor: pointer
}
#great-store-modal-search .great-store-dismiss-modal:hover {
	color:#0B0B0D
}
#great-store-modal-search .great-store-modal-search {
	padding: 80px 30px 60px
}
#great-store-modal-search .great-store-modal-search .great-store-search-wrapper {
	position: relative;
	width: 100%;
	font-size: 24px;
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	max-width: 1140px;
	display: block;
	margin-right: auto;
	margin-left: auto
}
#great-store-modal-search .great-store-modal-search .great-store-search-wrapper:before, #great-store-modal-search .great-store-modal-search .great-store-search-wrapper:after {
	content: " ";
	display: table
}
#great-store-modal-search .great-store-modal-search .great-store-search-wrapper:after {
	clear: both
}
#great-store-modal-search .great-store-modal-search input[type="search"] {
	border: none;
	outline: none;
	display: block;
	float: left;
	width: 100%;
	padding-right: 60px;
	padding-left: 20px;
	background-color: transparent;
	font-size: 22px;
	color: #fff
}
#great-store-modal-search .great-store-modal-search button {
	position: absolute;
	display: block;
	color: #000;
	bottom: 10px;
	right: 0;
	line-height: 30px;
	border: none;
	outline: none;
	font-size: 30px;
	background-color: transparent
}
#great-store-modal-search .ajax-search-result {
	margin: auto;
	max-width: 1140px;
	background: rgba(22, 22, 22, 0.4);
	max-height: 320px;
	overflow-y: auto;
	position: relative
}
#great-store-modal-search .ajax-search-result > ul {
	list-style: none;
	padding: 15px;
	position: relative
}
#great-store-modal-search .ajax-search-result li {
	padding: 5px 5px;
	color: #fff;
	font-size: 16px
}
#great-store-modal-search .ajax-search-result li span {
	display: inline-block;
	padding-left: 15px;
	color: #777;
	font-style: italic
}
#great-store-modal-search .ajax-search-result li.selected a, #great-store-modal-search .ajax-search-result li a:hover {
	color: #0B0B0D
}
#great-store-modal-search i.ajax-search-icon {
	color: #fff
}
#great-store-modal-search i.ajax-search-icon.icon-search:before {
	font-family: 'FontAwesome';
	content: '\f002';
	display: inline-block;
	font-style: normal;
	font-size: 22px
}
body.boxed header.main-header {
	max-width: 1200px
}
.menu-float-sidebar-wrapper {
	height: 100%;
	background-color: #222222;
	min-width: 210px;
	padding: 30px;
	z-index: 9999;
	top: 0;
	min-height: 100%;
	position: fixed;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.menu-float-sidebar-wrapper .logo {
	padding-top: 20px
}
.menu-float-sidebar-wrapper.right {
	right: -270px
}
.menu-float-sidebar-wrapper.left {
	left: -270px
}
.menu-float-sidebar-wrapper .close-side-menu {
	cursor: pointer;
	height: 13px;
	float: right;
	width: 13px
}
.menu-float-sidebar-wrapper .close-side-menu span {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s;
	display: inline-block;
	height: 13px;
	width: 13px
}
.menu-float-sidebar-wrapper .close-side-menu span:hover {
	color: #fff
}
.menu-float-sidebar-wrapper section {
	width: 210px;
	position: relative;
	color: #fff
}
.menu-float-sidebar-wrapper section .content {
	padding-top: 30px
}
.menu-float-sidebar-wrapper section ul.menu {
	padding-left: 0;
	list-style: none
}
.menu-float-sidebar-wrapper section ul.menu > li {
	padding-top: 10px;
	padding-bottom: 10px
}
.menu-float-sidebar-wrapper ul.sub-menu {
	padding-left: 20px;
	list-style: none
}
.menu-float-sidebar-wrapper ul.sub-menu > li {
	padding-top: 10px
}
#wrapper-content, footer, header.main-header, #wpadminbar, .content-wrapper {
-webkit-transition: transform .3s;
-moz-transition: transform .3s;
-ms-transition: transform .3s;
-o-transition: transform .3s;
transition: transform .3s
}
body.menu-sidebar-right-opened {
	overflow-x: hidden
}
body.menu-sidebar-right-opened .menu-float-sidebar-wrapper {
	right: 0px;
	visibility: visible
}
body.menu-sidebar-right-opened header.affix-header {
	right: 270px
}
body.menu-sidebar-left-opened {
	overflow-x: hidden
}
body.menu-sidebar-left-opened .menu-float-sidebar-wrapper {
	left: 0px;
	visibility: visible
}
body.menu-sidebar-left-opened header.affix-header {
	left: 270px
}
.site-top-left section {
	display: inline-block
}
.site-top-left.float section {
	float: left;
	padding-left: 10px;
	padding-right: 10px
}
.site-top-left .ajax-search-result-widget {

	left: 0
}
.site-top-left .widget-search a.close {
	right: -100%
}
.site-top-right {
	text-align: right
}
.site-top-right section {
	display: inline-block;
	text-align: left
}
.site-top-right.float section {
	float: left;
	padding-left: 10px;
	padding-right: 10px
}
.site-top-right .my-setting {
	text-align: left
}
section.widget-icon-profile {
	position: relative
}
section.widget-icon-profile > span.profile {
	padding-top: 10px;
	padding-bottom: 10px
}
section.widget-icon-profile > span.profile:hover ul.popup-profile {
	display: block
}
section.widget-icon-profile ul.popup-profile {
	position: absolute;
	background-color: #fff;
	right: 0;
	min-width: 150px;
	box-shadow: 0 3px 10px -2px #777;
	margin: 0;
	padding-left: 0px;
	list-style: none;
	display: none;
	top: 100%
}
section.widget-icon-profile ul.popup-profile li {
	padding: 10px 0 10px 10px;
	border-bottom: solid 1px #f5f5f5
}
section.widget-icon-profile ul.popup-profile li:hover {
	background-color: #f5f5f5
}
section.widget-icon-profile ul.popup-profile li a {
	color: #888;
	text-transform: none;
	font-size: 12px
}
section.widget-icon-profile ul.popup-profile li i.fa-unlock-alt {
	padding-left: 2px;
	padding-right: 4px
}
section.widget.widget-mini-cart .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.icon {
	font-size: 14px;
	padding-bottom: 20px
}
section.widget.widget-mini-cart .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span:last-child {
	top: -5px;
	font-size: 12px;
	width: 17px;
	height: 17px;
	line-height: 16px
}
.widget-search-result-wrapper {
	position: relative;
	display: none;
	z-index: 999
}
.widget-search {
	padding-top: 5px;
	padding-bottom: 5px
}
.widget-search input {
	line-height: 2
}
.widget-search, .search-button-wrapper {
	display: inline-block;
	position: relative
}
.widget-search a.close, .search-button-wrapper a.close {
	position: absolute;
	right: 0;
	top: 4px;
	z-index: 999
}
.widget-search input, .search-button-wrapper input {
	background-color: #f9f9f9;
	border-radius: 20px;
	width: 198px;
	height: 27px
}
.widget-search button, .search-button-wrapper button {
	top: 1px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 5px 0 0 0;
	position: absolute;
	right: 12px
}
.widget-search button i, .search-button-wrapper button i {
	font-size: 14px
}
.widget-search .ajax-search-result-widget, .search-button-wrapper .ajax-search-result-widget {
	position: absolute;
	right: 0;
	border-top: 25px;
	border-bottom: 20px;
	border-left: 10px;
	border-right: 0px;
	border-color: #fff;
	border-style: solid;
	min-width: 400px;
	background-color: #fff;
	color: #6d6d6d;
	overflow: auto;
	font-size: 13px;
	box-shadow: 0 3px 10px -2px #777
}
.widget-search .ajax-search-result-widget ul, .search-button-wrapper .ajax-search-result-widget ul {
	list-style: none;
	padding: 0 15px 0
}
.widget-search .ajax-search-result-widget ul li:first-child, .search-button-wrapper .ajax-search-result-widget ul li:first-child {
	border-top: solid 1px #eee
}
.widget-search .ajax-search-result-widget ul li, .search-button-wrapper .ajax-search-result-widget ul li {
	text-align: left;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: solid 1px #eee;
	display: inline-block;
	width: 100%
}
.widget-search .ajax-search-result-widget ul li:hover a, .search-button-wrapper .ajax-search-result-widget ul li:hover a, .widget-search .ajax-search-result-widget ul li.selected a, .search-button-wrapper .ajax-search-result-widget ul li.selected a {
	color: #0B0B0D;
	font-weight: 600
}
.widget-search .ajax-search-result-widget ul li:hover img, .search-button-wrapper .ajax-search-result-widget ul li:hover img, .widget-search .ajax-search-result-widget ul li.selected img, .search-button-wrapper .ajax-search-result-widget ul li.selected img {
	opacity: 0.6
}
.widget-search .ajax-search-result-widget ul li img, .search-button-wrapper .ajax-search-result-widget ul li img {
	width: 70px;
	height: auto;
	float: left;
	margin-right: 10px;
-webkit-transition: opacity .4s;
-moz-transition: opacity .4s;
-ms-transition: opacity .4s;
-o-transition: opacity .4s;
transition: opacity .4s
}
.widget-search .ajax-search-result-widget ul li a, .search-button-wrapper .ajax-search-result-widget ul li a {
	padding-right: 10px;
	display: block
}
.widget-search .ajax-search-result-widget ul li span, .search-button-wrapper .ajax-search-result-widget ul li span {
	float: right
}
.widget-search .ajax-search-result-widget ul li .price, .search-button-wrapper .ajax-search-result-widget ul li .price {
	float: left
}
.widget-search .ajax-search-result-widget ul li .price del span, .search-button-wrapper .ajax-search-result-widget ul li .price del span {
	text-decoration: line-through;
	padding-right: 10px
}
.search-button-wrapper.ps-container > .ps-scrollbar-y-rail, .search-button-wrapper.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	display: block
}
.search-button-wrapper input {
	background-color: transparent;
	border-radius: 0px;
	max-height: 28px
}
.header-5 .search-button-wrapper input, .header-6 .search-button-wrapper input, .header-8 .search-button-wrapper input, .header-4 .search-button-wrapper input {
	height: 20px
}
.header-2.menu-transparent .search-button-wrapper input::-webkit-input-placeholder, .header-4.menu-transparent .search-button-wrapper input::-webkit-input-placeholder, .header-5.menu-transparent .search-button-wrapper input::-webkit-input-placeholder {
color: #fff
}
.header-2.menu-transparent .search-button-wrapper input:-moz-placeholder, .header-4.menu-transparent .search-button-wrapper input:-moz-placeholder, .header-5.menu-transparent .search-button-wrapper input:-moz-placeholder {
color: #fff
}
.header-2.menu-transparent .search-button-wrapper input::-moz-placeholder, .header-4.menu-transparent .search-button-wrapper input::-moz-placeholder, .header-5.menu-transparent .search-button-wrapper input::-moz-placeholder {
color: #fff
}
.header-2.menu-transparent .search-button-wrapper input:-ms-input-placeholder, .header-4.menu-transparent .search-button-wrapper input:-ms-input-placeholder, .header-5.menu-transparent .search-button-wrapper input:-ms-input-placeholder {
color: #fff
}
.header-2.menu-transparent .search-button-wrapper input, .header-4.menu-transparent .search-button-wrapper input, .header-5.menu-transparent .search-button-wrapper input, .header-2.menu-transparent a.icon-search-menu, .header-4.menu-transparent a.icon-search-menu, .header-5.menu-transparent a.icon-search-menu {
	border-color: #fff;
	color: #fff
}
.affix-header.header-2 .search-button-wrapper input, .affix-header.header-4 .search-button-wrapper input, .affix-header.header-6 .search-button-wrapper input {
	border-color: #6d6d6d;
	color: #6d6d6d
}
.affix-header.header-7 .search-button-wrapper input {
	border-color: #fff;
	color: #fff
}
.header-3 .header span.icon, .header-1 .header span.icon, .header-8 .header span.icon {
	color: #0B0B0D
}
.header .menu-sidebar-wrapper .icon.icon-menu {
	font-size: 21px;
	line-height: 1
}
@media screen and (min-width: 992px) {
header.main-header .site-top.mobile {
display: none
}
header.main-header .site-top.desktop {
display: block
}
header.main-header {
position: fixed;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: #fff;
z-index: 999;
left: 0;
width: 100%;
top: 0;
right: 0;
bottom: auto;
margin: auto;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
header.main-header .header-mobile {
text-align: center;
padding: 15px;
display: none
}
header.main-header.affix-header {
-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4)
}
header.main-header.header-1 .header-logo img, header.main-header.header-2 .header-logo img {
max-height: 44px
}
header.main-header.header-1 .menu-wrapper .fullwidth, header.main-header.header-2 .menu-wrapper .fullwidth {
position: relative;
overflow: visible
}
header.main-header.header-1 .menu-wrapper .fullwidth ul.main-menu, header.main-header.header-2 .menu-wrapper .fullwidth ul.main-menu, header.main-header.header-1 .menu-wrapper .fullwidth .x-nav-menu.x-nav-menu-horizontal, header.main-header.header-2 .menu-wrapper .fullwidth .x-nav-menu.x-nav-menu-horizontal {
position: relative;
display: block;
text-align: left;
margin-left: 250px;
margin-right: 182px
}
header.main-header.header-1 .menu-wrapper .fullwidth .header-left-wrapper, header.main-header.header-2 .menu-wrapper .fullwidth .header-left-wrapper, header.main-header.header-1 .menu-wrapper .fullwidth .header-right-wrapper, header.main-header.header-2 .menu-wrapper .fullwidth .header-right-wrapper {
position: absolute;
top: 0
}
header.main-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a:after, header.main-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a:after {
width: 100% !important;
border-top: solid 3px
}
header.main-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu.x-sub-menu-multi-column li.x-menu-item {
border-bottom: none
}
header.main-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item ul.x-sub-menu {
border-top: none !important
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item > ul.x-sub-menu-multi-column li.x-header-column > a.x-menu-a-text {
border-bottom: none;
font-size: 17px;
color: #000
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu {
border-top-color: #0B0B0D
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item {
border-bottom: solid 1px #eee
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item.x-active, header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item:hover, header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item.current-menu-item > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item.current_page_ancestor > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item.current-menu-ancestor > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item.current_page_item > a.x-menu-a-text {
color: #0B0B0D
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item > a {
text-transform: none;
font-size: 13px;
color: #555
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item > a span.x-menu-a-text {
color: #000
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item > a:hover, header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item ul.x-sub-menu li.x-menu-item.x-active > a {
color: #0B0B0D
}
header.main-header.header-1.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a, header.main-header.header-2.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a, header.main-header.header-3.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a, header.main-header.header-4.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a, header.main-header.header-8.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a, header.main-header.header-1.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a, header.main-header.header-2.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a, header.main-header.header-3.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a, header.main-header.header-4.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a, header.main-header.header-8.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a {
color:#0B0B0D
}
header.main-header.header-1.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a > b.x-caret:before, header.main-header.header-2.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a > b.x-caret:before, header.main-header.header-3.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a > b.x-caret:before, header.main-header.header-4.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a > b.x-caret:before, header.main-header.header-8.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a > b.x-caret:before, header.main-header.header-1.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a > b.x-caret:before, header.main-header.header-2.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a > b.x-caret:before, header.main-header.header-3.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a > b.x-caret:before, header.main-header.header-4.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a > b.x-caret:before, header.main-header.header-8.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a > b.x-caret:before {
color: #0B0B0D
}
header.main-header.header-1.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a:after, header.main-header.header-2.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a:after, header.main-header.header-3.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a:after, header.main-header.header-4.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a:after, header.main-header.header-8.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current-menu-ancestor > a:after, header.main-header.header-1.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a:after, header.main-header.header-2.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a:after, header.main-header.header-3.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a:after, header.main-header.header-4.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a:after, header.main-header.header-8.affix-header .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item.current_page_item > a:after {
width: 100%
}
header.main-header.header-5 .menu-wrapper ul.x-nav-menu.x-nav-menu-horizontal li.x-menu-item a:hover {
color: #fff
}
header.main-header.header-1 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a, header.main-header.header-3 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a {
color: #0B0B0D
}
header.main-header.header-1 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a:after, header.main-header.header-3 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a:after {
border-top-color: #0B0B0D
}
header.main-header.layout-1 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal {
padding: 0px 0px 0px 50px;
display: inline-block
}
header.main-header.layout-1.header-2 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before {
color: #fff
}
header.main-header.layout-1.header-2 .bg-menu-logo .header-logo img {
max-height: 45px
}
header.main-header.layout-1.affix-header .x-nav-menu.x-nav-menu-horizontal > li.menu-item > a {
padding-top: 28px;
padding-bottom: 28px
}
header.main-header.layout-1.affix-header.header-2 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before {
color: inherit
}
header.main-header.layout-2 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before, header.main-header.layout-3 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before {
color: #fff
}
header.main-header.layout-2.header-3 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before, header.main-header.layout-3.header-3 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before {
color: #6d6d6d
}
header.main-header.layout-2 ul.main-menu > li > a, header.main-header.layout-3 ul.main-menu > li > a, header.main-header.layout-2 .x-nav-menu.x-nav-menu-horizontal > li > a, header.main-header.layout-3 .x-nav-menu.x-nav-menu-horizontal > li > a {
padding-top: 15px;
padding-bottom: 15px
}
header.main-header.layout-2 .x-menu-item.x-menu-item-logo, header.main-header.layout-3 .x-menu-item.x-menu-item-logo {
display: none
}
header.main-header.layout-2 .x-menu-item.x-menu-item-logo img, header.main-header.layout-3 .x-menu-item.x-menu-item-logo img {
height: 44px
}
header.main-header.layout-2.affix-header.header-4 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before, header.main-header.layout-3.affix-header.header-4 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before, header.main-header.layout-2.affix-header.header-6 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before, header.main-header.layout-3.affix-header.header-6 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before, header.main-header.layout-2.affix-header.header-8 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before, header.main-header.layout-3.affix-header.header-8 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before {
color: #6d6d6d
}
header.main-header.layout-2.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item.x-menu-item-logo, header.main-header.layout-3.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item.x-menu-item-logo {
display: inline-block
}
header.main-header.layout-2.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item.x-menu-item-logo img, header.main-header.layout-3.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item.x-menu-item-logo img {
height: 40px
}
header.main-header.layout-2.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item.x-menu-item-logo > a, header.main-header.layout-3.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item.x-menu-item-logo > a {
padding-top: 0;
padding-bottom: 0
}
header.main-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search {
display: none;
-webkit-transition: .8s;
-moz-transition: .8s;
-ms-transition: .8s;
-o-transition: .8s;
transition: .8s
}
header.main-header.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search {
display: inline-block;
text-align: right
}
header.main-header.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .search {
display: inline-block;
font-size: 16px
}
header.main-header.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .search span.icon {
color: #747474
}
header.main-header.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .shopping-cart-wrapper {
display: inline-block;
padding-left: 20px
}
header.main-header.affix-header .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.icon {
color: #747474;
padding-bottom: 14px
}
header.main-header.affix-header.header-3 .cart_list_wrapper, header.main-header.affix-header.header-4 .cart_list_wrapper, header.main-header.affix-header.header-7 .cart_list_wrapper, header.main-header.affix-header.header-8 .cart_list_wrapper {
margin-top: 12px
}
header.main-header.affix-header.header-5 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .search span.icon, header.main-header.affix-header.header-7 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .search span.icon, header.main-header.affix-header.header-5 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.icon, header.main-header.affix-header.header-7 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.icon {
color: #fff
}
header.main-header.affix-header.header-5 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .search span.icon + span, header.main-header.affix-header.header-7 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .search span.icon + span, header.main-header.affix-header.header-5 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.icon + span, header.main-header.affix-header.header-7 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.icon + span {
color: #0B0B0D;
background-color: #fff
}
header.main-header.affix-header.layout-2.header-3 .menu-wrapper .menu-inner ul.main-menu > li.menu-item > a::after, header.main-header.affix-header.layout-2.header-3 .menu-wrapper .menu-inner .x-nav-menu.x-nav-menu-horizontal > li.menu-item > a::after {
border-top-width: 3px
}
header.main-header.affix-header.header-6 .x-nav-menu.x-nav-menu-horizontal li.x-menu-item-mini-cart-search {
padding-top: 10px
}
header.main-header .input-search {
border: none;
border-color: #e8e8e8 !important;
width: 0;
padding-left: 0px;
-webkit-transition: width .3s;
-moz-transition: width .3s;
-ms-transition: width .3s;
-o-transition: width .3s;
transition: width .3s
}
}
@media screen and (max-width: 991px) {
header.main-header .header-logo {
display: none
}
header.main-header .header-mobile .header-logo {
display: block
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal {
display: none;
position: relative;
width: 100%;
padding-left: 20px
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item.x-menu-item-logo {
display: none
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal li.x-menu-item:hover > a.x-menu-a-text > span.x-menu-text {
color: #0B0B0D
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal a.x-menu-a-text > b.x-caret:before {
color: #fff;
position: relative;
right: 10px
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal ul.x-sub-menu {
border-top: none
}
header.main-header .menu-wrapper .x-nav-menu.x-nav-menu-horizontal ul.x-sub-menu li.x-menu-item {
border-bottom: #f3f3f3
}
header.main-header .site-top.mobile {
display: block
}
header.main-header .site-top.mobile section {
padding-left: 5px;
padding-right: 5px
}
header.main-header .site-top.desktop {
display: none
}
.great-store-navbar .fullwidth {
overflow: visible
}
.toggle-inner-search .search-button-wrapper .input-search {
width: 0;
border: none;
padding-left: 0px;
-webkit-transition: width .3s;
-moz-transition: width .3s;
-ms-transition: width .3s;
-o-transition: width .3s;
transition: width .3s;
color: #fff
}
}
@media screen and (max-width: 415px) {
.search-button-wrapper .ajax-search-result-widget {
min-width: 300px
}
}
.above-footer-dark {
	position: relative;
	margin-left: -30px;
	margin-right: 0
}
.above-footer-dark .wpb_wrapper:first-child {
	position: absolute;
	background-color: #fff;
	width: 100%
}
footer.main-footer .footer_inner {
	color: #747474;
	background-color: #fff
}
footer.main-footer .footer_inner .tagcloud a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: solid 1px #ededed;
	background-color: #fff;
	text-transform: none;
	margin-right: 6px
}
footer.main-footer .footer_inner .tagcloud a:hover {
	background-color: #0B0B0D;
	color: #fff;
	border-color: #0B0B0D
}
footer.main-footer .footer_inner .widget_nav_menu ul li {
	margin-top: 0;
	margin-bottom: 0;
	border-top: none
}
footer.main-footer .footer_inner .widget_nav_menu ul li:first-child {
	padding-top: 0;
	margin-top: 0
}
footer.main-footer .footer_inner .widget_nav_menu ul li:hover {
	color: #0B0B0D
}
footer.main-footer .footer_inner .widget_nav_menu ul li:hover::before {
background-color: #0B0B0D
}
footer.main-footer .footer_inner h4.widget-title {
	color: #4e4e4e
}
footer.main-footer .footer_inner .footer_top_holder {
	padding-top: 50px;
	padding-bottom: 46px
}
footer.main-footer .footer_inner ul.footer-contact-us {
	padding: 0;
	margin: 0;
	list-style: none
}
footer.main-footer .footer_inner ul.footer-contact-us li {
-webkit-transition: padding .3s, background-color .5s ease-in-out;
-moz-transition: padding .3s, background-color .5s ease-in-out;
-ms-transition: padding .3s, background-color .5s ease-in-out;
-o-transition: padding .3s, background-color .5s ease-in-out;
transition: padding .3s, background-color .5s ease-in-out
}
footer.main-footer .footer_inner ul.footer-contact-us li:hover {
	padding-left: 5px;
	color: #0B0B0D
}
footer.main-footer .footer_inner ul.footer-contact-us li:hover i {
	color: #fff;
	background-color: #0B0B0D;
	border-color: #0B0B0D
}
footer.main-footer .footer_inner ul.footer-contact-us li + li {
	margin-top: 20px
}
footer.main-footer .footer_inner ul.footer-contact-us li i {
	width: 34px;
	height: 34px;
	border: 1px solid #eaeaea;
	color: #0B0B0D;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	float: left;
	margin-right: 10px
}
footer.main-footer .footer_inner ul.footer-contact-us li span {
	display: block
}
footer.main-footer .footer_inner .news-letter-wrapper p {
	margin-bottom: 30px
}
footer.main-footer .footer_inner .news-letter-text-box {
	position: relative
}
footer.main-footer .footer_inner .mc4wp-form input[type=email] {
	height: 40px;
	background: transparent;
	border: solid 1px #ededed;
	padding: 0 40px 0 15px
}
footer.main-footer .footer_inner .mc4wp-form button {
	position: absolute;
	height: 40px;
	width: 40px;
	right: 0;
	top: 0;
	background: transparent;
	color: #989898;
	border: solid 1px #ededed;
	padding: 0 0 0 4px;
-webkit-transition: background-color .3s;
-moz-transition: background-color .3s;
-ms-transition: background-color .3s;
-o-transition: background-color .3s;
transition: background-color .3s
}
footer.main-footer .footer_inner .mc4wp-form button i {
	font-size: 20px
}
footer.main-footer .footer_inner .mc4wp-form button span {
	width: 10px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: auto
}
footer.main-footer .footer_inner .mc4wp-form button span:before, footer.main-footer .footer_inner .mc4wp-form button span:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #ededed;
	border-bottom: none;
	border-left: none;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: -14px
}
footer.main-footer .footer_inner .mc4wp-form button span:after {
	width: 8px;
	height: 8px;
	z-index: 1;
	top: 6px;
	left: -5px
}
footer.main-footer .footer_inner .mc4wp-form button:hover {
	background-color: #0B0B0D
}
footer.main-footer .footer_inner .mc4wp-form button:hover span:before, footer.main-footer .footer_inner .mc4wp-form button:hover span:after {
	border-color: #fff
}
footer.main-footer .footer_inner .footer_bottom_holder {
	padding: 8px 0;
	border-top: 1px solid #f2f2f2;
	position: relative
}
footer.main-footer .footer_inner .footer_bottom_holder .copyright-text {
	font-size: 15px;
	height: 34px;
	margin-top: 15px;
	text-align:right	
}
footer.main-footer .footer_inner .footer_bottom_holder .copyright-text .high-light {
	text-transform: uppercase;
	color: #0B0B0D
}
footer.main-footer .footer_inner .footer_bottom_holder .social {
	text-align:left
}
footer.main-footer .footer_inner .footer_bottom_holder ul.social-link {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0
}
footer.main-footer .footer_inner .footer_bottom_holder ul.social-link li {
	display: inline
}
footer.main-footer .footer_inner .footer_bottom_holder ul.social-link li a {
	height: 34px;
	width: 34px;
	border: 1px solid #424242;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	padding: 2px
}
footer.main-footer .footer_inner .footer_bottom_holder ul.social-link li a i {
	color: #adadad;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: block;
	line-height: 30px;
	font-size: 14px
}
footer.main-footer .footer_inner .footer_bottom_holder ul.social-link li + li a {
	margin-left: 10px
}
footer.main-footer .footer_inner .footer_bottom_holder ul.social-link li a:hover {
	border-color: #fff
}
footer.main-footer .footer_inner .footer_bottom_holder ul.social-link li a:hover i {
	background-color: #fff;
	color: #0B0B0D
}
footer.main-footer .footer_inner .footer_bottom_holder .payment-links {
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0;
	text-align: right;
	padding-right: 0px
}
footer.main-footer .footer_inner .footer_bottom_holder a.payment-logo-wapper {
	display: inline-block;
	padding: 4px 7px 0 7px;
	vertical-align: bottom
}
footer.main-footer .footer_inner .footer_bottom_holder a.payment-logo-wapper img {
	opacity: 0.5
}
footer.main-footer .footer_inner .footer_bottom_holder a.payment-logo-wapper:hover img {
	opacity: 1
}
footer.light.style-two .footer_inner .footer_bottom_holder {
	background-color: #282828;
	color: #5c5c5c
}
footer.light.style-two .footer_inner .footer_bottom_holder .copyright-text .high-light {
	text-transform: uppercase;
	color: #fff
}
footer.dark .footer_inner {
	background-color: #232323
}
footer.dark .footer_inner .tagcloud a {
	background-color: transparent;
	border-color: #424242;
	color: #adadad
}
footer.dark .footer_inner .widget_nav_menu ul li:hover {
	color: #fff
}
footer.dark .footer_inner .widget_nav_menu ul li:hover::before {
background-color: #fff
}
footer.dark .footer_inner .footer_bottom_holder .copyright-text .high-light {
	color: #fff
}
footer.dark .footer_inner h4.widget-title {
	color: #fff
}
footer.dark .footer_inner h4.widget-title:after {
	background-color: #353535
}
footer.dark .footer_inner ul.footer-contact-us li:hover {
	color: #fff
}
footer.dark .footer_inner ul.footer-contact-us li:hover i {
	background-color: #fff;
	border: #fff
}
footer.dark .footer_inner ul.footer-contact-us li:hover i {
	color: #0B0B0D
}
footer.dark .footer_inner ul.footer-contact-us li i {
	color: #fff
}
footer.dark .footer_inner .footer_bottom_holder {

	border-top-color: #2b2b2b
}
footer.dark .footer_inner .footer_bottom_holder .payment-links {
	text-align: center
}
footer.dark .footer_inner .payment-links {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 0;
	bottom: 100%
}
footer.dark .footer_inner a.payment-logo-wapper {
	background: #232323;
	padding: 0 7px
}
footer.dark .footer_inner .mc4wp-form input[type=email] {
	height: 40px;
	background: #303030;
	border: none;
	padding: 0 40px 0 15px
}
footer.dark .footer_inner .mc4wp-form button {
	background: #131313;
	color: #989898;
	border-color: #131313
}
footer.dark .footer_inner .mc4wp-form button span:before, footer.dark .footer_inner .mc4wp-form button span:after {
	border: 1px solid #8a8a8a
}
footer.dark .footer_inner .mc4wp-form button:hover {
	background-color: #fff
}
footer.dark .footer_inner .mc4wp-form button:hover span:before, footer.dark .footer_inner .mc4wp-form button:hover span:after {
	border-color: #0B0B0D
}
.dark.style-three .footer_inner a.payment-logo-wapper {
	background-color: #1D1D1D
}
.dark.style-three .footer_inner .footer_bottom_holder {
	background-color: #1D1D1D;
	border-color: #1D1D1D
}
.dark.style-three .footer_inner .footer_bottom_holder .payment-links {
	text-align: right
}
.dark.style-three .footer_inner .payment-links {
	position: relative;
	text-align: right
}
@media (max-width: 991px) {
footer.main-footer aside {
margin-bottom: 30px
}
footer.main-footer .footer_inner .footer_top_holder {
padding-bottom: 0
}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
footer .footer-3 {
clear: both
}
}
@media (max-width: 767px) {
footer.main-footer .footer_inner .footer_bottom_holder .copyright-text {
height: auto;
line-height: 1.8
}
footer.main-footer .footer_inner .footer_bottom_holder .copyright-text, footer.main-footer .footer_inner .footer_bottom_holder .social {
text-align: center
}
footer.main-footer .footer_inner .footer_bottom_holder .payment-links {
position: relative;
margin-top: 10px
}
}
.great-store-search-form {
	position: relative
}
.great-store-search-form input[type="text"] {
	width: 100%
}
.great-store-search-form input[type="text"]:focus + button i {
	color: #0B0B0D
}
.great-store-search-form button[type="submit"] {
	position: absolute;
	right: 15px;
	top: 8px;
	background: none;
	border: none;
	padding: 0
}
.great-store-search-form i {
	font-size: 14px
}
#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	text-align: right;
	color: #515151;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 600
}
#wp-calendar thead {
	font-size: 10px
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
	color: #515151
}
#wp-calendar tbody {
	color: #747474;
	font-size: 13px
}
#wp-calendar tbody td {
	background: #ececec;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px
}
#wp-calendar tbody td.pad:hover {
	background: transparent !important
}
#wp-calendar tbody td:hover {
	color: #fff;
	background: #0B0B0D
}
#wp-calendar tbody td:hover a {
	color: #fff
}
#wp-calendar tbody a {
	font-weight: bold;
	color: #0B0B0D
}
#wp-calendar tbody .pad {
	background: none
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px
}
.primary-sidebar, .shop-sidebar, .footer_inner {
	color: #878787
}
.primary-sidebar h4.widget-title, .shop-sidebar h4.widget-title, .footer_inner h4.widget-title {
	font-size: 18px;
	color: #515151;
	position: relative;
	overflow: hidden
}
.primary-sidebar h4.widget-title:after, .shop-sidebar h4.widget-title:after, .footer_inner h4.widget-title:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 5px;
	height: 1px;
	background-color: #eaeaea;
	margin-left: 10px
}
.primary-sidebar aside + aside, .shop-sidebar aside + aside, .footer_inner aside + aside {
	margin-top: 40px
}
.primary-sidebar .widget_calendar, .shop-sidebar .widget_calendar, .footer_inner .widget_calendar {
	overflow: hidden
}
.primary-sidebar .tagcloud, .shop-sidebar .tagcloud, .footer_inner .tagcloud {
	font-size: 0
}
.primary-sidebar .tagcloud a, .shop-sidebar .tagcloud a, .footer_inner .tagcloud a {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 13px;
	line-height: 1.6;
	border: 1px solid #ededed
}
.primary-sidebar .tagcloud a:last-child, .shop-sidebar .tagcloud a:last-child, .footer_inner .tagcloud a:last-child {
	margin-right: 0
}
.primary-sidebar .tagcloud a:hover, .shop-sidebar .tagcloud a:hover, .footer_inner .tagcloud a:hover {
	background: #0B0B0D;
	border-color: #0B0B0D;
	color: #FFFFFF;
	text-decoration: none
}
.primary-sidebar .widget_archive > ul, .shop-sidebar .widget_archive > ul, .footer_inner .widget_archive > ul, .primary-sidebar .widget_archive > ol, .shop-sidebar .widget_archive > ol, .footer_inner .widget_archive > ol, .primary-sidebar .widget_categories > ul, .shop-sidebar .widget_categories > ul, .footer_inner .widget_categories > ul, .primary-sidebar .widget_categories > ol, .shop-sidebar .widget_categories > ol, .footer_inner .widget_categories > ol, .primary-sidebar .widget_product_categories > ul, .shop-sidebar .widget_product_categories > ul, .footer_inner .widget_product_categories > ul, .primary-sidebar .widget_product_categories > ol, .shop-sidebar .widget_product_categories > ol, .footer_inner .widget_product_categories > ol, .primary-sidebar .widget_layered_nav > ul, .shop-sidebar .widget_layered_nav > ul, .footer_inner .widget_layered_nav > ul, .primary-sidebar .widget_layered_nav_filters > ul, .shop-sidebar .widget_layered_nav_filters > ul, .footer_inner .widget_layered_nav_filters > ul, .primary-sidebar .yith-woocompare-widget > ul, .shop-sidebar .yith-woocompare-widget > ul, .footer_inner .yith-woocompare-widget > ul, .primary-sidebar .yith-woocompare-widget > ol, .shop-sidebar .yith-woocompare-widget > ol, .footer_inner .yith-woocompare-widget > ol, .primary-sidebar .widget_nav_menu > div > ul, .shop-sidebar .widget_nav_menu > div > ul, .footer_inner .widget_nav_menu > div > ul, .primary-sidebar .widget_nav_menu > div > ol, .shop-sidebar .widget_nav_menu > div > ol, .footer_inner .widget_nav_menu > div > ol, .primary-sidebar .widget_meta > ul, .shop-sidebar .widget_meta > ul, .footer_inner .widget_meta > ul, .primary-sidebar .widget_meta > ol, .shop-sidebar .widget_meta > ol, .footer_inner .widget_meta > ol, .primary-sidebar .widget_pages > ul, .shop-sidebar .widget_pages > ul, .footer_inner .widget_pages > ul, .primary-sidebar .widget_pages > ol, .shop-sidebar .widget_pages > ol, .footer_inner .widget_pages > ol, .primary-sidebar .widget_recent_comments > ul, .shop-sidebar .widget_recent_comments > ul, .footer_inner .widget_recent_comments > ul, .primary-sidebar .widget_recent_comments > ol, .shop-sidebar .widget_recent_comments > ol, .footer_inner .widget_recent_comments > ol, .primary-sidebar .widget_recent_entries > ul, .shop-sidebar .widget_recent_entries > ul, .footer_inner .widget_recent_entries > ul, .primary-sidebar .widget_recent_entries > ol, .shop-sidebar .widget_recent_entries > ol, .footer_inner .widget_recent_entries > ol, .primary-sidebar .widget_rss > ul, .shop-sidebar .widget_rss > ul, .footer_inner .widget_rss > ul, .primary-sidebar .widget_rss > ol, .shop-sidebar .widget_rss > ol, .footer_inner .widget_rss > ol {
	list-style: none;
	padding-left: 0px;
	overflow: auto;
	margin: 0
}
.primary-sidebar .widget_archive li, .shop-sidebar .widget_archive li, .footer_inner .widget_archive li, .primary-sidebar .widget_categories li, .shop-sidebar .widget_categories li, .footer_inner .widget_categories li, .primary-sidebar .widget_product_categories li, .shop-sidebar .widget_product_categories li, .footer_inner .widget_product_categories li, .primary-sidebar .yith-woocompare-widget li, .shop-sidebar .yith-woocompare-widget li, .footer_inner .yith-woocompare-widget li, .primary-sidebar .widget_layered_nav li, .shop-sidebar .widget_layered_nav li, .footer_inner .widget_layered_nav li, .primary-sidebar .widget_layered_nav_filters li, .shop-sidebar .widget_layered_nav_filters li, .footer_inner .widget_layered_nav_filters li, .primary-sidebar .widget_nav_menu > div li, .shop-sidebar .widget_nav_menu > div li, .footer_inner .widget_nav_menu > div li, .primary-sidebar .widget_meta li, .shop-sidebar .widget_meta li, .footer_inner .widget_meta li, .primary-sidebar .widget_pages li, .shop-sidebar .widget_pages li, .footer_inner .widget_pages li, .primary-sidebar .widget_recent_comments li, .shop-sidebar .widget_recent_comments li, .footer_inner .widget_recent_comments li, .primary-sidebar .widget_recent_entries li, .shop-sidebar .widget_recent_entries li, .footer_inner .widget_recent_entries li, .primary-sidebar .widget_rss li, .shop-sidebar .widget_rss li, .footer_inner .widget_rss li {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 13px
}
.primary-sidebar .widget_archive li:hover, .shop-sidebar .widget_archive li:hover, .footer_inner .widget_archive li:hover, .primary-sidebar .widget_categories li:hover, .shop-sidebar .widget_categories li:hover, .footer_inner .widget_categories li:hover, .primary-sidebar .widget_product_categories li:hover, .shop-sidebar .widget_product_categories li:hover, .footer_inner .widget_product_categories li:hover, .primary-sidebar .yith-woocompare-widget li:hover, .shop-sidebar .yith-woocompare-widget li:hover, .footer_inner .yith-woocompare-widget li:hover, .primary-sidebar .widget_layered_nav li:hover, .shop-sidebar .widget_layered_nav li:hover, .footer_inner .widget_layered_nav li:hover, .primary-sidebar .widget_layered_nav_filters li:hover, .shop-sidebar .widget_layered_nav_filters li:hover, .footer_inner .widget_layered_nav_filters li:hover, .primary-sidebar .widget_nav_menu > div li:hover, .shop-sidebar .widget_nav_menu > div li:hover, .footer_inner .widget_nav_menu > div li:hover, .primary-sidebar .widget_meta li:hover, .shop-sidebar .widget_meta li:hover, .footer_inner .widget_meta li:hover, .primary-sidebar .widget_pages li:hover, .shop-sidebar .widget_pages li:hover, .footer_inner .widget_pages li:hover, .primary-sidebar .widget_recent_comments li:hover, .shop-sidebar .widget_recent_comments li:hover, .footer_inner .widget_recent_comments li:hover, .primary-sidebar .widget_recent_entries li:hover, .shop-sidebar .widget_recent_entries li:hover, .footer_inner .widget_recent_entries li:hover, .primary-sidebar .widget_rss li:hover, .shop-sidebar .widget_rss li:hover, .footer_inner .widget_rss li:hover {
	color: #0B0B0D
}
.primary-sidebar .widget_archive li:hover > ul, .shop-sidebar .widget_archive li:hover > ul, .footer_inner .widget_archive li:hover > ul, .primary-sidebar .widget_categories li:hover > ul, .shop-sidebar .widget_categories li:hover > ul, .footer_inner .widget_categories li:hover > ul, .primary-sidebar .widget_product_categories li:hover > ul, .shop-sidebar .widget_product_categories li:hover > ul, .footer_inner .widget_product_categories li:hover > ul, .primary-sidebar .yith-woocompare-widget li:hover > ul, .shop-sidebar .yith-woocompare-widget li:hover > ul, .footer_inner .yith-woocompare-widget li:hover > ul, .primary-sidebar .widget_layered_nav li:hover > ul, .shop-sidebar .widget_layered_nav li:hover > ul, .footer_inner .widget_layered_nav li:hover > ul, .primary-sidebar .widget_layered_nav_filters li:hover > ul, .shop-sidebar .widget_layered_nav_filters li:hover > ul, .footer_inner .widget_layered_nav_filters li:hover > ul, .primary-sidebar .widget_nav_menu > div li:hover > ul, .shop-sidebar .widget_nav_menu > div li:hover > ul, .footer_inner .widget_nav_menu > div li:hover > ul, .primary-sidebar .widget_meta li:hover > ul, .shop-sidebar .widget_meta li:hover > ul, .footer_inner .widget_meta li:hover > ul, .primary-sidebar .widget_pages li:hover > ul, .shop-sidebar .widget_pages li:hover > ul, .footer_inner .widget_pages li:hover > ul, .primary-sidebar .widget_recent_comments li:hover > ul, .shop-sidebar .widget_recent_comments li:hover > ul, .footer_inner .widget_recent_comments li:hover > ul, .primary-sidebar .widget_recent_entries li:hover > ul, .shop-sidebar .widget_recent_entries li:hover > ul, .footer_inner .widget_recent_entries li:hover > ul, .primary-sidebar .widget_rss li:hover > ul, .shop-sidebar .widget_rss li:hover > ul, .footer_inner .widget_rss li:hover > ul {
	color: #747474
}
.primary-sidebar .widget_archive li .show_count, .shop-sidebar .widget_archive li .show_count, .footer_inner .widget_archive li .show_count, .primary-sidebar .widget_categories li .show_count, .shop-sidebar .widget_categories li .show_count, .footer_inner .widget_categories li .show_count, .primary-sidebar .widget_product_categories li .show_count, .shop-sidebar .widget_product_categories li .show_count, .footer_inner .widget_product_categories li .show_count, .primary-sidebar .yith-woocompare-widget li .show_count, .shop-sidebar .yith-woocompare-widget li .show_count, .footer_inner .yith-woocompare-widget li .show_count, .primary-sidebar .widget_layered_nav li .show_count, .shop-sidebar .widget_layered_nav li .show_count, .footer_inner .widget_layered_nav li .show_count, .primary-sidebar .widget_layered_nav_filters li .show_count, .shop-sidebar .widget_layered_nav_filters li .show_count, .footer_inner .widget_layered_nav_filters li .show_count, .primary-sidebar .widget_nav_menu > div li .show_count, .shop-sidebar .widget_nav_menu > div li .show_count, .footer_inner .widget_nav_menu > div li .show_count, .primary-sidebar .widget_meta li .show_count, .shop-sidebar .widget_meta li .show_count, .footer_inner .widget_meta li .show_count, .primary-sidebar .widget_pages li .show_count, .shop-sidebar .widget_pages li .show_count, .footer_inner .widget_pages li .show_count, .primary-sidebar .widget_recent_comments li .show_count, .shop-sidebar .widget_recent_comments li .show_count, .footer_inner .widget_recent_comments li .show_count, .primary-sidebar .widget_recent_entries li .show_count, .shop-sidebar .widget_recent_entries li .show_count, .footer_inner .widget_recent_entries li .show_count, .primary-sidebar .widget_rss li .show_count, .shop-sidebar .widget_rss li .show_count, .footer_inner .widget_rss li .show_count {
	float: right
}
.primary-sidebar .widget_archive > ul > li:first-child, .shop-sidebar .widget_archive > ul > li:first-child, .footer_inner .widget_archive > ul > li:first-child, .primary-sidebar .widget_categories > ul > li:first-child, .shop-sidebar .widget_categories > ul > li:first-child, .footer_inner .widget_categories > ul > li:first-child, .primary-sidebar .widget_product_categories > ul > li:first-child, .shop-sidebar .widget_product_categories > ul > li:first-child, .footer_inner .widget_product_categories > ul > li:first-child, .primary-sidebar .yith-woocompare-widget > ul > li:first-child, .shop-sidebar .yith-woocompare-widget > ul > li:first-child, .footer_inner .yith-woocompare-widget > ul > li:first-child, .primary-sidebar .widget_layered_nav > ul > li:first-child, .shop-sidebar .widget_layered_nav > ul > li:first-child, .footer_inner .widget_layered_nav > ul > li:first-child, .primary-sidebar .widget_layered_nav_filters > ul > li:first-child, .shop-sidebar .widget_layered_nav_filters > ul > li:first-child, .footer_inner .widget_layered_nav_filters > ul > li:first-child, .primary-sidebar .widget_nav_menu > div > ul > li:first-child, .shop-sidebar .widget_nav_menu > div > ul > li:first-child, .footer_inner .widget_nav_menu > div > ul > li:first-child, .primary-sidebar .widget_meta > ul > li:first-child, .shop-sidebar .widget_meta > ul > li:first-child, .footer_inner .widget_meta > ul > li:first-child, .primary-sidebar .widget_pages > ul > li:first-child, .shop-sidebar .widget_pages > ul > li:first-child, .footer_inner .widget_pages > ul > li:first-child, .primary-sidebar .widget_recent_comments > ul > li:first-child, .shop-sidebar .widget_recent_comments > ul > li:first-child, .footer_inner .widget_recent_comments > ul > li:first-child, .primary-sidebar .widget_recent_entries > ul > li:first-child, .shop-sidebar .widget_recent_entries > ul > li:first-child, .footer_inner .widget_recent_entries > ul > li:first-child, .primary-sidebar .widget_rss > ul > li:first-child, .shop-sidebar .widget_rss > ul > li:first-child, .footer_inner .widget_rss > ul > li:first-child {
	padding-top: 0
}
.primary-sidebar .widget_archive li + li, .shop-sidebar .widget_archive li + li, .footer_inner .widget_archive li + li, .primary-sidebar .widget_categories li + li, .shop-sidebar .widget_categories li + li, .footer_inner .widget_categories li + li, .primary-sidebar .widget_product_categories li + li, .shop-sidebar .widget_product_categories li + li, .footer_inner .widget_product_categories li + li, .primary-sidebar .yith-woocompare-widget li + li, .shop-sidebar .yith-woocompare-widget li + li, .footer_inner .yith-woocompare-widget li + li, .primary-sidebar .widget_layered_nav li + li, .shop-sidebar .widget_layered_nav li + li, .footer_inner .widget_layered_nav li + li, .primary-sidebar .widget_layered_nav_filters li + li, .shop-sidebar .widget_layered_nav_filters li + li, .footer_inner .widget_layered_nav_filters li + li, .primary-sidebar .widget_nav_menu > div li + li, .shop-sidebar .widget_nav_menu > div li + li, .footer_inner .widget_nav_menu > div li + li, .primary-sidebar .widget_meta li + li, .shop-sidebar .widget_meta li + li, .footer_inner .widget_meta li + li, .primary-sidebar .widget_pages li + li, .shop-sidebar .widget_pages li + li, .footer_inner .widget_pages li + li, .primary-sidebar .widget_recent_comments li + li, .shop-sidebar .widget_recent_comments li + li, .footer_inner .widget_recent_comments li + li, .primary-sidebar .widget_recent_entries li + li, .shop-sidebar .widget_recent_entries li + li, .footer_inner .widget_recent_entries li + li, .primary-sidebar .widget_rss li + li, .shop-sidebar .widget_rss li + li, .footer_inner .widget_rss li + li {
	margin-top: 10px;
	border-top: 1px solid #ececec
}
.primary-sidebar .widget_archive a, .shop-sidebar .widget_archive a, .footer_inner .widget_archive a, .primary-sidebar .widget_categories a, .shop-sidebar .widget_categories a, .footer_inner .widget_categories a, .primary-sidebar .widget_product_categories a, .shop-sidebar .widget_product_categories a, .footer_inner .widget_product_categories a, .primary-sidebar .yith-woocompare-widget a, .shop-sidebar .yith-woocompare-widget a, .footer_inner .yith-woocompare-widget a, .primary-sidebar .widget_layered_nav a, .shop-sidebar .widget_layered_nav a, .footer_inner .widget_layered_nav a, .primary-sidebar .widget_layered_nav_filters a, .shop-sidebar .widget_layered_nav_filters a, .footer_inner .widget_layered_nav_filters a, .primary-sidebar .widget_nav_menu > div a, .shop-sidebar .widget_nav_menu > div a, .footer_inner .widget_nav_menu > div a, .primary-sidebar .widget_meta a, .shop-sidebar .widget_meta a, .footer_inner .widget_meta a, .primary-sidebar .widget_pages a, .shop-sidebar .widget_pages a, .footer_inner .widget_pages a, .primary-sidebar .widget_recent_comments a, .shop-sidebar .widget_recent_comments a, .footer_inner .widget_recent_comments a, .primary-sidebar .widget_recent_entries a, .shop-sidebar .widget_recent_entries a, .footer_inner .widget_recent_entries a, .primary-sidebar .widget_rss a, .shop-sidebar .widget_rss a, .footer_inner .widget_rss a {
	color: inherit
}
.primary-sidebar .widget_archive a:hover, .shop-sidebar .widget_archive a:hover, .footer_inner .widget_archive a:hover, .primary-sidebar .widget_categories a:hover, .shop-sidebar .widget_categories a:hover, .footer_inner .widget_categories a:hover, .primary-sidebar .widget_product_categories a:hover, .shop-sidebar .widget_product_categories a:hover, .footer_inner .widget_product_categories a:hover, .primary-sidebar .yith-woocompare-widget a:hover, .shop-sidebar .yith-woocompare-widget a:hover, .footer_inner .yith-woocompare-widget a:hover, .primary-sidebar .widget_layered_nav a:hover, .shop-sidebar .widget_layered_nav a:hover, .footer_inner .widget_layered_nav a:hover, .primary-sidebar .widget_layered_nav_filters a:hover, .shop-sidebar .widget_layered_nav_filters a:hover, .footer_inner .widget_layered_nav_filters a:hover, .primary-sidebar .widget_nav_menu > div a:hover, .shop-sidebar .widget_nav_menu > div a:hover, .footer_inner .widget_nav_menu > div a:hover, .primary-sidebar .widget_meta a:hover, .shop-sidebar .widget_meta a:hover, .footer_inner .widget_meta a:hover, .primary-sidebar .widget_pages a:hover, .shop-sidebar .widget_pages a:hover, .footer_inner .widget_pages a:hover, .primary-sidebar .widget_recent_comments a:hover, .shop-sidebar .widget_recent_comments a:hover, .footer_inner .widget_recent_comments a:hover, .primary-sidebar .widget_recent_entries a:hover, .shop-sidebar .widget_recent_entries a:hover, .footer_inner .widget_recent_entries a:hover, .primary-sidebar .widget_rss a:hover, .shop-sidebar .widget_rss a:hover, .footer_inner .widget_rss a:hover {
	text-decoration: none
}
.primary-sidebar .widget_archive ul ul, .shop-sidebar .widget_archive ul ul, .footer_inner .widget_archive ul ul, .primary-sidebar .widget_categories ul ul, .shop-sidebar .widget_categories ul ul, .footer_inner .widget_categories ul ul, .primary-sidebar .widget_product_categories ul ul, .shop-sidebar .widget_product_categories ul ul, .footer_inner .widget_product_categories ul ul, .primary-sidebar .yith-woocompare-widget ul ul, .shop-sidebar .yith-woocompare-widget ul ul, .footer_inner .yith-woocompare-widget ul ul, .primary-sidebar .widget_layered_nav ul ul, .shop-sidebar .widget_layered_nav ul ul, .footer_inner .widget_layered_nav ul ul, .primary-sidebar .widget_layered_nav_filters ul ul, .shop-sidebar .widget_layered_nav_filters ul ul, .footer_inner .widget_layered_nav_filters ul ul, .primary-sidebar .widget_nav_menu ul ul, .shop-sidebar .widget_nav_menu ul ul, .footer_inner .widget_nav_menu ul ul, .primary-sidebar .widget_meta ul ul, .shop-sidebar .widget_meta ul ul, .footer_inner .widget_meta ul ul, .primary-sidebar .widget_pages ul ul, .shop-sidebar .widget_pages ul ul, .footer_inner .widget_pages ul ul, .primary-sidebar .widget_recent_comments ul ul, .shop-sidebar .widget_recent_comments ul ul, .footer_inner .widget_recent_comments ul ul, .primary-sidebar .widget_recent_entries ul ul, .shop-sidebar .widget_recent_entries ul ul, .footer_inner .widget_recent_entries ul ul, .primary-sidebar .widget_rss ul ul, .shop-sidebar .widget_rss ul ul, .footer_inner .widget_rss ul ul {
	padding-left: 20px;
	list-style-type: none;
	text-transform: none
}
.primary-sidebar .widget_recent_comments > ul, .shop-sidebar .widget_recent_comments > ul, .footer_inner .widget_recent_comments > ul, .primary-sidebar .widget_recent_comments > ol, .shop-sidebar .widget_recent_comments > ol, .footer_inner .widget_recent_comments > ol {
	color: #747474;
	text-transform: none
}
.shop-sidebar .widget_product_categories li, .shop-sidebar .widget_layered_nav li, .shop-sidebar .widget_layered_nav_filters li {
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 13px
}
.shop-sidebar .widget_product_categories li:hover, .shop-sidebar .widget_layered_nav li:hover, .shop-sidebar .widget_layered_nav_filters li:hover {
	color: #0B0B0D
}
.shop-sidebar .widget_product_categories li:hover > ul, .shop-sidebar .widget_layered_nav li:hover > ul, .shop-sidebar .widget_layered_nav_filters li:hover > ul {
	color: #747474
}
.shop-sidebar .widget_product_categories li .show_count, .shop-sidebar .widget_layered_nav li .show_count, .shop-sidebar .widget_layered_nav_filters li .show_count {
	float: right
}
.shop-sidebar .widget_product_categories li + li, .shop-sidebar .widget_layered_nav li + li, .shop-sidebar .widget_layered_nav_filters li + li {
	margin-top: 5px;
	border-top: none
}
.shop-sidebar .widget_product_categories a:before, .shop-sidebar .widget_layered_nav a:before, .shop-sidebar .widget_layered_nav_filters a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 9px;
	height: 9px;
	border: 1px solid #d0d0d0
}
.shop-sidebar .widget_product_categories li.current-cat > a, .shop-sidebar .widget_product_categories li.current-cat-parent > a, .shop-sidebar .widget_product_categories li:hover > a, .shop-sidebar .widget_product_categories li:active > a, .shop-sidebar .widget_product_categories li:focus > a, .shop-sidebar .widget_layered_nav li.chosen > a, .shop-sidebar .widget_layered_nav li:hover > a, .shop-sidebar .widget_layered_nav li:active > a, .shop-sidebar .widget_layered_nav li:focus > a, .shop-sidebar .widget_layered_nav_filters li.chosen > a, .shop-sidebar .widget_layered_nav_filters li:hover > a, .shop-sidebar .widget_layered_nav_filters li:focus > a, .shop-sidebar .widget_layered_nav_filters li:active > a {
	color: #0B0B0D
}
.shop-sidebar .widget_product_categories li.current-cat > a:before, .shop-sidebar .widget_product_categories li.current-cat-parent > a:before, .shop-sidebar .widget_product_categories li:hover > a:before, .shop-sidebar .widget_product_categories li:active > a:before, .shop-sidebar .widget_product_categories li:focus > a:before, .shop-sidebar .widget_layered_nav li.chosen > a:before, .shop-sidebar .widget_layered_nav li:hover > a:before, .shop-sidebar .widget_layered_nav li:active > a:before, .shop-sidebar .widget_layered_nav li:focus > a:before, .shop-sidebar .widget_layered_nav_filters li.chosen > a:before, .shop-sidebar .widget_layered_nav_filters li:hover > a:before, .shop-sidebar .widget_layered_nav_filters li:focus > a:before, .shop-sidebar .widget_layered_nav_filters li:active > a:before {
	content: "\f00c" !important;
	font-family: fontawesome !important;
	font-size: 9px !important;
	line-height: 8px !important;
	color: #0B0B0D !important
}
.shop-sidebar ul.product_list_widget li {
	padding: 0px;
	margin-bottom: 15px
}
.shop-sidebar ul.product_list_widget li img {
	float: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 80px;
	margin-left: 0px;
	margin-right: 15px
}
.shop-sidebar ul.product_list_widget li a {
	color: #616161;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px
}
.shop-sidebar ul.product_list_widget li a:hover {
	color: #0B0B0D;
	text-decoration: none
}
.shop-sidebar ul.product_list_widget li span.amount {
	font-size: 14px;
	color: #7a7a7a
}
.shop-sidebar ul.product_list_widget li ins {
	text-decoration: none;
	margin-right: 3px
}
.shop-sidebar ul.product_list_widget li del span.amount {
	font-size: 11px;
	color: #cacaca
}
.shop-sidebar ul.product_list_widget li .star-rating {
	float: none;
	margin: 0 0 10px 0
}
.shop-sidebar ul.product_list_widget li:last-child {
	margin-bottom: 0
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #EAEAEA;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 8px 20px 8px
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 6px
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #0B0B0D
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 14px;
	height: 14px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #0B0B0D inset;
	-moz-box-shadow: 0px 0px 0px 2px #0B0B0D inset;
	box-shadow: 0px 0px 0px 2px #0B0B0D inset;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -4px
}
.woocommerce .widget_price_filter .price_slider_amount {
	text-align: left
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
	font-size: 0
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
	width: 100px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	position: relative
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span.from {
	margin-right: 26px
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span.from:after {
	content: "-";
	position: absolute;
	left: 100%;
	margin-left: 13px
}
.woocommerce .widget_price_filter {
	overflow: hidden
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	float: right;
	font-size: 0;
	background-color: #EDEDED;
	color: #b6b6b6;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.woocommerce .widget_price_filter .price_slider_amount .button:before {
	font-size: 11px;
	font-family: fontawesome;
	content: "\f002"
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background-color: #0B0B0D;
	color: #fff
}
img {
	max-width: 100%;
	height: auto
}
.alignnone {
	margin: 15px 15px 0 0
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 15px auto 15px auto
}
.alignright {
	float: right;
	margin: 15px 0 0 15px
}
.alignleft {
	float: left;
	margin: 15px 15px 0 0
}
.aligncenter {
	display: block;
	margin: 15px auto 15px auto
}
a img.alignright {
	float: right;
	margin: 15px 0 0 15px
}
a img.alignnone {
	margin: 15px 15px 0 0
}
a img.alignleft {
	float: left;
	margin: 15px 15px 0 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	text-align: center;
	max-width: 100%
}
.wp-caption.alignnone {
	margin: 15px 15px 30px 0
}
.wp-caption.alignleft {
	margin: 15px 15px 30px 0
}
.wp-caption.alignright {
	margin: 15px 0 30px 15px
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto
}
.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	font-style: italic;
	opacity: 0.7;
	line-height: 17px;
	margin: 1em 0 0 0;
	padding: 0 10%
}
.wp-post-image {
	height: auto;
	max-width: 100%
}
.sticky {
	opacity: 1
}
.bypostauthor {
	opacity: 1
}
.gallery {
	margin-bottom: 20px;
	margin-left: -4px
}
.gallery:before {
	content: "";
	display: table
}
.gallery:after {
	clear: both;
	content: "";
	display: block
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	text-align: center
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(21%);
	max-width: calc(21%)
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(16%);
	max-width: calc(16%)
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(12.7%);
	max-width: calc(12.7%)
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(10.28%);
	max-width: calc(10.28%)
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(8.5%);
	max-width: calc(8.5%)
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(7.1%);
	max-width: calc(7.1%)
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%
}
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.gallery-item:hover .gallery-caption {
	opacity: 1
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none
}
.overflow-hidden {
	overflow: hidden
}
.footer_inner aside + aside {
	margin-top: 0px
}
.footer_inner .widget_nav_menu ul.menu li:first-child {
	margin-top: 5px;
	padding-top: 5px
}
.footer_inner {
	color: #989898
}
.footer_inner h4.widget-title {
	color: #fffbfb;
	margin-bottom: 25px
}
.footer_inner .widget_archive li, .footer_inner .widget_categories li, .footer_inner .widget_product_categories li, .footer_inner .yith-woocompare-widget li, .footer_inner .widget_nav_menu > div li, .footer_inner .widget_meta li, .footer_inner .widget_pages li, .footer_inner .widget_recent_comments li, .footer_inner .widget_recent_entries li, .footer_inner .widget_rss li {
	padding-top: 5px;
	margin-bottom: 5px;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
-ms-transition: padding .3s;
-o-transition: padding .3s;
transition: padding .3s
}
.footer_inner .widget_archive li:before, .footer_inner .widget_categories li:before, .footer_inner .widget_product_categories li:before, .footer_inner .yith-woocompare-widget li:before, .footer_inner .widget_nav_menu > div li:before, .footer_inner .widget_meta li:before, .footer_inner .widget_pages li:before, .footer_inner .widget_recent_comments li:before, .footer_inner .widget_recent_entries li:before, .footer_inner .widget_rss li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #a1a1a1;
	margin-right: 10px;
	margin-left: 1px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.footer_inner .widget_archive li a, .footer_inner .widget_categories li a, .footer_inner .widget_product_categories li a, .footer_inner .yith-woocompare-widget li a, .footer_inner .widget_nav_menu > div li a, .footer_inner .widget_meta li a, .footer_inner .widget_pages li a, .footer_inner .widget_recent_comments li a, .footer_inner .widget_recent_entries li a, .footer_inner .widget_rss li a {
	vertical-align: middle;
	display: inline-block
}
.footer_inner .widget_archive li:hover, .footer_inner .widget_categories li:hover, .footer_inner .widget_product_categories li:hover, .footer_inner .yith-woocompare-widget li:hover, .footer_inner .widget_nav_menu > div li:hover, .footer_inner .widget_meta li:hover, .footer_inner .widget_pages li:hover, .footer_inner .widget_recent_comments li:hover, .footer_inner .widget_recent_entries li:hover, .footer_inner .widget_rss li:hover {
	color: #e4e4e4;
	padding-left: 5px
}
.footer_inner .widget_archive li:hover:before, .footer_inner .widget_categories li:hover:before, .footer_inner .widget_product_categories li:hover:before, .footer_inner .yith-woocompare-widget li:hover:before, .footer_inner .widget_nav_menu > div li:hover:before, .footer_inner .widget_meta li:hover:before, .footer_inner .widget_pages li:hover:before, .footer_inner .widget_recent_comments li:hover:before, .footer_inner .widget_recent_entries li:hover:before, .footer_inner .widget_rss li:hover:before {
	background-color: #e4e4e4
}
.footer_inner .widget_archive li:hover > ul, .footer_inner .widget_categories li:hover > ul, .footer_inner .widget_product_categories li:hover > ul, .footer_inner .yith-woocompare-widget li:hover > ul, .footer_inner .widget_nav_menu > div li:hover > ul, .footer_inner .widget_meta li:hover > ul, .footer_inner .widget_pages li:hover > ul, .footer_inner .widget_recent_comments li:hover > ul, .footer_inner .widget_recent_entries li:hover > ul, .footer_inner .widget_rss li:hover > ul {
	color: #e4e4e4
}
.footer_inner .widget_archive li + li, .footer_inner .widget_categories li + li, .footer_inner .widget_product_categories li + li, .footer_inner .yith-woocompare-widget li + li, .footer_inner .widget_nav_menu > div li + li, .footer_inner .widget_meta li + li, .footer_inner .widget_pages li + li, .footer_inner .widget_recent_comments li + li, .footer_inner .widget_recent_entries li + li, .footer_inner .widget_rss li + li {
	margin-top: 5px;
	border-top: none
}
.site-content-archive {
	padding-bottom: 50px
}
.blog-wrapper .blog-inner {
	border-bottom: 1px solid #ebebeb
}
.blog-wrapper .entry-wrapper {
	margin-bottom: 50px
}
.blog-wrapper h3.entry-title {
	font-size: 22px;
	font-weight: normal
}
.blog-wrapper .entry-meta {
	font-size: 12px;
	color: #a1a1a1;
	margin-bottom: 25px
}
.blog-wrapper .entry-meta i {
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px
}
.blog-wrapper .entry-meta a {
	display: inline-block;
	vertical-align: middle
}
.blog-wrapper .entry-meta span {
	margin-right: 25px;
	line-height: 2.0
}
.blog-wrapper .entry-meta > span:hover i {
	color: #0B0B0D
}
.blog-wrapper .entry-meta-has-thumbnail {
	margin-left: 95px
}
.blog-wrapper .entry-image-wrapper {
	margin-bottom: 15px;
	position: relative
}
.blog-wrapper .entry-meta-has-thumbnail .entry-meta-date {
	display: none
}
.blog-wrapper .entry-date {
	width: 78px;
	height: 78px;
	padding: 7px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	-webkit-transform: translateY(50%) translateX(-7px);
	-moz-transform: translateY(50%) translateX(-7px);
	-ms-transform: translateY(50%) translateX(-7px);
	-o-transform: translateY(50%) translateX(-7px);
	transform: translateY(50%) translateX(-7px)
}
.blog-wrapper .entry-date-inner {
	background-color: #0B0B0D;
	height: 64px;
	width: 64px
}
.blog-wrapper .entry-date-inner .day {
	height: 32px;
	line-height: 36px
}
.blog-wrapper .entry-date-inner .month {
	height: 32px;
	line-height: 28px;
	position: relative
}
.blog-wrapper .entry-date-inner .month:after {
	content: "";
	border-top: 1px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	width: 40%;
	margin: auto
}
.blog-wrapper .entry-excerpt {
	line-height: 1.8;
	color: #777777
}
.blog-wrapper .entry-excerpt p {
	margin: 0
}
.blog-wrapper .jp-audio, .blog-wrapper .jp-audio a, .blog-wrapper .jp-seek-bar, .blog-wrapper .jp-volume-bar {
	color: #FFFFFF
}
.blog-wrapper .jp-audio a:hover, .blog-wrapper .jp-play-bar, .blog-wrapper .jp-play-bar, .blog-wrapper .jp-volume-bar-value {
	color: #0B0B0D
}
.blog-wrapper .jp-play-bar, .blog-wrapper .jp-volume-bar-value {
	background-color: #0B0B0D
}
.blog-wrapper a.read-more {
	color: #0B0B0D;
	font-style: italic
}
.blog-wrapper a.read-more:hover {
	text-decoration: underline
}
.blog-wrapper .blog-paging-wrapper {
	margin-top: 20px
}
.blog-wrapper .blog-paging-default {
	text-align: right
}
.blog-wrapper .format-video .entry-date, .blog-wrapper .format-audio .entry-date {
	display: none
}
.blog-wrapper .format-video .entry-meta-has-thumbnail, .blog-wrapper .format-audio .entry-meta-has-thumbnail {
	margin-left: 0
}
.blog-wrapper .format-video .entry-meta-date, .blog-wrapper .format-audio .entry-meta-date {
	display: inline-block
}
.blog-wrapper .entry-image-wrapper .owl-theme, .great-store-latest-post .great-store-latest-post-image .owl-theme {
	overflow: hidden
}
.blog-wrapper .entry-image-wrapper .owl-theme .owl-controls, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls {
	margin: 0
}
.blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons div, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: auto;
	display: block;
	top: 0;
	bottom: 0;
	cursor: pointer;
	text-align: center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
	background-color: #FFFFFF;
	z-index: 200;
	border: 3px solid #ececec;
	padding: 0;
	opacity: 1;
	color: #2e2e2e;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons .great-store-prev, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons .great-store-prev, .blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons .great-store-next, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons .great-store-next {
	width: 10px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto
}
.blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -40px
}
.blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -40px
}
.blog-wrapper .entry-image-wrapper .owl-theme:hover .owl-controls .owl-buttons div.owl-prev, .great-store-latest-post .great-store-latest-post-image .owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
	left: 30px
}
.blog-wrapper .entry-image-wrapper .owl-theme:hover .owl-controls .owl-buttons div.owl-next, .great-store-latest-post .great-store-latest-post-image .owl-theme:hover .owl-controls .owl-buttons div.owl-next {
	right: 30px
}
.blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons div:hover, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons div:hover {
	background: #0B0B0D
}
.blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons div:hover .great-store-prev:before, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons div:hover .great-store-prev:before, .blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons div:hover .great-store-next:before, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons div:hover .great-store-next:before, .blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons div:hover .great-store-prev:after, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons div:hover .great-store-prev:after, .blog-wrapper .entry-image-wrapper .owl-theme .owl-controls .owl-buttons div:hover .great-store-next:after, .great-store-latest-post .great-store-latest-post-image .owl-theme .owl-controls .owl-buttons div:hover .great-store-next:after {
	border-color: #FFFFFF
}
.blog-wrapper ul.pagination, nav[role="woocommerce-pagination"] ul.pagination {
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.blog-wrapper .pagination > li, nav[role="woocommerce-pagination"] .pagination > li {
	display: inline-block;
	vertical-align: middle
}
.blog-wrapper .pagination > li > a, nav[role="woocommerce-pagination"] .pagination > li > a, .blog-wrapper .pagination > li > span, nav[role="woocommerce-pagination"] .pagination > li > span {
	text-align: center;
	border: none;
	background: #fff;
	font-size: 17px;
	color: #c2c2c2;
	display: inline-block;
	padding: 0
}
.blog-wrapper .pagination > li + li > a, nav[role="woocommerce-pagination"] .pagination > li + li > a, .blog-wrapper .pagination > li + li > span, nav[role="woocommerce-pagination"] .pagination > li + li > span {
	padding-left: 20px
}
.blog-wrapper .pagination > li:first-child > a, nav[role="woocommerce-pagination"] .pagination > li:first-child > a, .blog-wrapper .pagination > li:first-child > span, nav[role="woocommerce-pagination"] .pagination > li:first-child > span, .blog-wrapper .pagination > li:last-child > a, nav[role="woocommerce-pagination"] .pagination > li:last-child > a, .blog-wrapper .pagination > li:last-child > span, nav[role="woocommerce-pagination"] .pagination > li:last-child > span {
	border: none
}
.blog-wrapper .pagination > li > a:focus, nav[role="woocommerce-pagination"] .pagination > li > a:focus, .blog-wrapper .pagination > li > a:hover, nav[role="woocommerce-pagination"] .pagination > li > a:hover, .blog-wrapper .pagination > li > span:focus, nav[role="woocommerce-pagination"] .pagination > li > span:focus, .blog-wrapper .pagination > li > span:hover, nav[role="woocommerce-pagination"] .pagination > li > span:hover, .blog-wrapper .pagination > li > span.current, nav[role="woocommerce-pagination"] .pagination > li > span.current {
	color: #0B0B0D
}
.blog-wrapper .pagination > li > a:focus .pagination-next:after, nav[role="woocommerce-pagination"] .pagination > li > a:focus .pagination-next:after, .blog-wrapper .pagination > li > a:hover .pagination-next:after, nav[role="woocommerce-pagination"] .pagination > li > a:hover .pagination-next:after, .blog-wrapper .pagination > li > span:focus .pagination-next:after, nav[role="woocommerce-pagination"] .pagination > li > span:focus .pagination-next:after, .blog-wrapper .pagination > li > span:hover .pagination-next:after, nav[role="woocommerce-pagination"] .pagination > li > span:hover .pagination-next:after, .blog-wrapper .pagination > li > span.current .pagination-next:after, nav[role="woocommerce-pagination"] .pagination > li > span.current .pagination-next:after, .blog-wrapper .pagination > li > a:focus .pagination-next:before, nav[role="woocommerce-pagination"] .pagination > li > a:focus .pagination-next:before, .blog-wrapper .pagination > li > a:hover .pagination-next:before, nav[role="woocommerce-pagination"] .pagination > li > a:hover .pagination-next:before, .blog-wrapper .pagination > li > span:focus .pagination-next:before, nav[role="woocommerce-pagination"] .pagination > li > span:focus .pagination-next:before, .blog-wrapper .pagination > li > span:hover .pagination-next:before, nav[role="woocommerce-pagination"] .pagination > li > span:hover .pagination-next:before, .blog-wrapper .pagination > li > span.current .pagination-next:before, nav[role="woocommerce-pagination"] .pagination > li > span.current .pagination-next:before, .blog-wrapper .pagination > li > a:focus .pagination-prev:after, nav[role="woocommerce-pagination"] .pagination > li > a:focus .pagination-prev:after, .blog-wrapper .pagination > li > a:hover .pagination-prev:after, nav[role="woocommerce-pagination"] .pagination > li > a:hover .pagination-prev:after, .blog-wrapper .pagination > li > span:focus .pagination-prev:after, nav[role="woocommerce-pagination"] .pagination > li > span:focus .pagination-prev:after, .blog-wrapper .pagination > li > span:hover .pagination-prev:after, nav[role="woocommerce-pagination"] .pagination > li > span:hover .pagination-prev:after, .blog-wrapper .pagination > li > span.current .pagination-prev:after, nav[role="woocommerce-pagination"] .pagination > li > span.current .pagination-prev:after, .blog-wrapper .pagination > li > a:focus .pagination-prev:before, nav[role="woocommerce-pagination"] .pagination > li > a:focus .pagination-prev:before, .blog-wrapper .pagination > li > a:hover .pagination-prev:before, nav[role="woocommerce-pagination"] .pagination > li > a:hover .pagination-prev:before, .blog-wrapper .pagination > li > span:focus .pagination-prev:before, nav[role="woocommerce-pagination"] .pagination > li > span:focus .pagination-prev:before, .blog-wrapper .pagination > li > span:hover .pagination-prev:before, nav[role="woocommerce-pagination"] .pagination > li > span:hover .pagination-prev:before, .blog-wrapper .pagination > li > span.current .pagination-prev:before, nav[role="woocommerce-pagination"] .pagination > li > span.current .pagination-prev:before {
	border-color: #0B0B0D
}
.blog-wrapper .pagination-next, nav[role="woocommerce-pagination"] .pagination-next {
	width: 10px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: auto
}
.blog-wrapper .pagination-next:before, nav[role="woocommerce-pagination"] .pagination-next:before, .blog-wrapper .pagination-next:after, nav[role="woocommerce-pagination"] .pagination-next:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #c2c2c2;
	border-bottom: none;
	border-left: none;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: -14px
}
.blog-wrapper .pagination-next:after, nav[role="woocommerce-pagination"] .pagination-next:after {
	width: 8px;
	height: 8px;
	z-index: 1;
	top: 6px;
	left: -4px
}
.blog-wrapper .pagination-prev, nav[role="woocommerce-pagination"] .pagination-prev {
	width: 10px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: auto
}
.blog-wrapper .pagination-prev:before, nav[role="woocommerce-pagination"] .pagination-prev:before, .blog-wrapper .pagination-prev:after, nav[role="woocommerce-pagination"] .pagination-prev:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #c2c2c2;
	border-top: none;
	border-right: none;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	right: -14px
}
.blog-wrapper .pagination-prev:after, nav[role="woocommerce-pagination"] .pagination-prev:after {
	width: 8px;
	height: 8px;
	z-index: 1;
	top: 6px;
	right: -4px
}
.entry-content:after, .comment-text:after {
	content: "";
	clear: both;
	display: block
}
.entry-content table, .comment-text table {
	border-collapse: collapse !important
}
.entry-content table td, .comment-text table td, .entry-content table th, .comment-text table th {
	background-color: #fff !important
}
.entry-content table, .comment-text table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.entry-content table > thead > tr > th, .comment-text table > thead > tr > th, .entry-content table > tbody > tr > th, .comment-text table > tbody > tr > th, .entry-content table > tfoot > tr > th, .comment-text table > tfoot > tr > th, .entry-content table > thead > tr > td, .comment-text table > thead > tr > td, .entry-content table > tbody > tr > td, .comment-text table > tbody > tr > td, .entry-content table > tfoot > tr > td, .comment-text table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ececec
}
.entry-content table > thead > tr > th, .comment-text table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ececec
}
.entry-content table > caption + thead > tr:first-child > th, .comment-text table > caption + thead > tr:first-child > th, .entry-content table > colgroup + thead > tr:first-child > th, .comment-text table > colgroup + thead > tr:first-child > th, .entry-content table > thead:first-child > tr:first-child > th, .comment-text table > thead:first-child > tr:first-child > th, .entry-content table > caption + thead > tr:first-child > td, .comment-text table > caption + thead > tr:first-child > td, .entry-content table > colgroup + thead > tr:first-child > td, .comment-text table > colgroup + thead > tr:first-child > td, .entry-content table > thead:first-child > tr:first-child > td, .comment-text table > thead:first-child > tr:first-child > td {
	border-top: 0
}
.entry-content table > tbody + tbody, .comment-text table > tbody + tbody {
	border-top: 2px solid #ececec
}
.entry-content blockquote, .comment-text blockquote {
	border-color: #0B0B0D
}
.entry-content a, .comment-text a {
	color: #0B0B0D
}
.entry-content a:hover, .comment-text a:hover {
	text-decoration: underline
}
.entry-content input[type="submit"], .comment-text input[type="submit"] {
	display: inline-block;
	line-height: 1.2;
	text-align: center;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
	font-weight: 400;
	font-size: 13px;
	background-color: #F90D0D;
	color: #ffffff;
	border: 4px solid #F92E2E;
	padding: 6px 20px
}
.entry-content input[type="submit"]:hover, .comment-text input[type="submit"]:hover, .entry-content input[type="submit"]:active, .comment-text input[type="submit"]:active {
	text-decoration: none !important;
	outline: none !important;
	background-color: #ffffff;
	color: #0B0B0D
}
.single-post .blog-wrapper .entry-wrapper {
	padding: 0;
	margin: 0;
	border: none
}
.entry-comments .entry-comments-list {
	margin-top: 50px
}
.entry-comments .comments-title {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1
}
.entry-comments .comments-title span {
	display: inline-block
}
.entry-comments .comments-title:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 5px;
	height: 1px;
	background-color: #ececec;
	margin-left: 10px
}
.entry-comments .commentlist, .entry-comments .commentlist .children {
	list-style: none
}
.entry-comments .commentlist {
	padding-left: 0
}
.entry-comments .commentlist > li + li {
	margin-top: 30px
}
.entry-comments .comment .avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 60px;
	float: left;
	margin-right: 15px
}
.entry-comments .comment-text {
	position: relative;
	overflow: hidden
}
.entry-comments .comment-text {
	padding: 20px;
	background-color: #F8F8F8;
	position: relative
}
.entry-comments .comment-text .text p:last-child {
	margin-bottom: 0
}
.entry-comments .comment-text .author {
	margin-bottom: 15px
}
.entry-comments .author-name {
	display: inline-block;
	margin-right: 25px
}
.entry-comments .comment-text .author-name a {
	font-size: 16px;
	color: #585858;
	font-weight: 500
}
.entry-comments .author-name a:hover {
	color: #0B0B0D;
	text-decoration: none
}
.entry-comments .comment-text .author .comment-meta {
	font-size: 12px;
	font-style: italic;
	color: #4d4d4d;
	display: inline-block
}
.entry-comments .comment-text .author .comment-meta span {
	margin-right: 10px
}
.entry-comments .comment-text .author .comment-meta .comment-meta-edit a {
	color: #4d4d4d
}
.entry-comments .commentlist .children {
	padding-left: 70px
}
.entry-comments .commentlist .children li {
	margin-top: 30px
}
.entry-comments .comment-navigation {
	margin-bottom: 20px;
	font-size: 0
}
.entry-comments .comment-navigation .page-numbers {
	text-align: center;
	background: #fff;
	font-size: 17px;
	color: #c2c2c2;
	display: inline-block;
	padding: 0;
	vertical-align: middle
}
.entry-comments .comment-navigation .page-numbers + .page-numbers {
	padding-left: 20px
}
.entry-comments .comment-navigation .page-numbers.current, .entry-comments .comment-navigation .page-numbers:hover {
	color: #0B0B0D
}
.entry-comments .comment-navigation .page-numbers.current .pagination-next:after, .entry-comments .comment-navigation .page-numbers:hover .pagination-next:after, .entry-comments .comment-navigation .page-numbers.current .pagination-next:before, .entry-comments .comment-navigation .page-numbers:hover .pagination-next:before, .entry-comments .comment-navigation .page-numbers.current .pagination-prev:after, .entry-comments .comment-navigation .page-numbers:hover .pagination-prev:after, .entry-comments .comment-navigation .page-numbers.current .pagination-prev:before, .entry-comments .comment-navigation .page-numbers:hover .pagination-prev:before {
	border-color: #0B0B0D
}
.entry-comments .comment-navigation .pagination-next {
	width: 10px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: auto
}
.entry-comments .comment-navigation .pagination-next:before, .entry-comments .comment-navigation .pagination-next:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #c2c2c2;
	border-bottom: none;
	border-left: none;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: -14px
}
.entry-comments .comment-navigation .pagination-next:after {
	width: 8px;
	height: 8px;
	z-index: 1;
	top: 6px;
	left: -4px
}
.entry-comments .comment-navigation .pagination-prev {
	width: 10px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: auto
}
.entry-comments .comment-navigation .pagination-prev:before, .entry-comments .comment-navigation .pagination-prev:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #c2c2c2;
	border-top: none;
	border-right: none;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	right: -14px
}
.entry-comments .comment-navigation .pagination-prev:after {
	width: 8px;
	height: 8px;
	z-index: 1;
	top: 6px;
	right: -4px
}
.entry-comments-form, .comment-respond {
	margin-top: 50px
}
.comment-reply-title {
	font-size: 18px;
	color: #515151;
	margin-bottom: 15px
}
.comment-form div {
	margin-bottom: 20px
}
.comment-form label {
	color: #5f5f5f;
	font-weight: normal;
	display: block
}
.comment-form input[type="text"], .comment-form input[type="search"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="password"], .comment-form textarea {
	width: 100%;
	max-width: 570px
}
.comment-form .form-submit {
	margin: 0
}
.comment-form .form-submit .button-comment {
	color: #747474;
	background-color: #FFFFFF;
	border: 1px solid #ececec;
	padding: 10px 40px;
	line-height: 1.2;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.comment-form .form-submit .button-comment:hover {
	color: #FFFFFF;
	border-color: #0B0B0D;
	-webkit-box-shadow: 0px 0px 0px 4px inset;
	-moz-box-shadow: 0px 0px 0px 4px inset;
	box-shadow: 0px 0px 0px 4px inset;
	background-color: #0B0B0D
}
.comment-notes, .logged-in-as {
	font-size: 14px;
	margin-bottom: 15px;
	color: #8b8b8b
}
.format-quote .entry-content blockquote {
	font-size: 20px;
	color: #515151;
	line-height: 1.6;
	font-weight: 600;
	padding: 0;
	margin: 0;
	border: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px
}
.format-quote blockquote:before {
	content: '\f10d';
	font-family: fontawesome;
	font-size: 14px;
	font-weight: 400;
	line-height: .8;
	position: absolute;
	left: 0px;
	top: 12px;
	font-style: normal;
	color: #515151
}
.format-quote blockquote cite {
	display: block;
	margin-top: 10px;
	letter-spacing: 0.4px
}
.format-quote blockquote cite a {
	color: #858585;
	font-size: 16px
}
.format-quote blockquote cite a:hover {
	color: #0B0B0D
}
.single-post .format-quote blockquote {
	margin-bottom: 20px
}
.single-post .entry-content {
	margin-bottom: 20px
}
.single-post .entry-content p:last-child {
	margin-bottom: 0
}
.great-store-page-links {
	margin-bottom: 20px
}
.great-store-page-links .great-store-page-link {
	padding: 6px 14px;
	margin-left: -1px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ececec
}
.great-store-page-links .great-store-page-link:hover, .great-store-page-links > .great-store-page-link {
	color: #FFFFFF;
	background-color: #0B0B0D
}
.great-store-page-links .great-store-page-links-title {
	font-weight: 600;
	color: #515151
}
.blog-wrapper .entry-thumbnail {
	overflow: hidden;
  display: none;
}
.blog-wrapper .entry-thumbnail a.entry-thumbnail_overlay, .great-store-latest-post .entry-thumbnail a.entry-thumbnail_overlay {
	display: block;
	width: 100%;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all 0.s linear;
transition: all .3s linear
}
.blog-wrapper .entry-thumbnail a.prettyPhoto, .great-store-latest-post .entry-thumbnail a.prettyPhoto {
	position: absolute;
	top: 0;
	width: 56px;
	height: 55px;
	right: 0;
	line-height: 54px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear
}
.blog-wrapper .entry-thumbnail:hover a.entry-thumbnail_overlay:before, .great-store-latest-post .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(107, 134, 157, 0.7)
}
.blog-wrapper .entry-thumbnail:hover a.prettyPhoto, .great-store-latest-post .entry-thumbnail:hover a.prettyPhoto {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.blog-wrapper .blog-single {
	border: none
}
@media (max-width: 767px) {
.entry-comments .commentlist .children {
padding-left: 0
}
.blog-wrapper .entry-date {
display: none
}
.blog-wrapper .entry-meta {
margin-left: 0
}
.blog-wrapper .entry-meta-has-thumbnail .entry-meta-date {
display: inline-block
}
.entry-author-image {
float: none;
margin-bottom: 20px;
width: 100%
}
.comment .avatar {
display: none
}
}
@media (max-width: 320px) {
.jp-interface {
height: 50px !important
}
.jp-controls {
height: 50px !important;
line-height: 50px !important
}
.jp-progress {
margin: 20px 15px 20px 15px !important
}
.blog-wrapper .owl-theme:hover .owl-controls .owl-buttons div.owl-prev, .great-store-latest-post .owl-theme:hover .owl-controls .owl-buttons div.owl-prev, .blog-wrapper .owl-theme:hover .owl-controls .owl-buttons div.owl-next, .great-store-latest-post .owl-theme:hover .owl-controls .owl-buttons div.owl-next {
display: none
}
}
.site-content-product-archive {
	margin-bottom: 50px
}
.category-filter {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec
}
.shop-layout-opts {
	display: inline-block;
	margin-right: 125px
}
.shop-layout-opts span {
	margin-right: 10px
}
.shop-layout-opts .layout-opt i {
	font-size: 14px
}
.shop-layout-opts .layout-opt + .layout-opt {
	margin-left: 5px
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering, .woocommerce-page-size {
	float: none;
	display: inline-block;
	margin: 0 125px 0 0;
	line-height: 30px
}
.woocommerce .woocommerce-ordering span, .woocommerce-page .woocommerce-ordering span, .woocommerce-page-size span {
	margin-right: 10px
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select, .woocommerce-page-size select {
	height: 30px;
	min-width: 58px
}
.woocommerce-page-size {
	margin-right: 0
}
nav[role="woocommerce-pagination"] {
	display: inline-block;
	float: right
}
.category-bottom {
	border-top: 1px solid #ececec;
	padding-top: 15px
}
.product-listing.woocommerce .first {
	clear: both
}
.product-listing.woocommerce .product-item-wrapper {
	margin-bottom: 30px;
	padding: 0 15px
}
.product-listing.woocommerce .product-item-inner {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto
}
.product-listing.woocommerce .product-thumb {
	position: relative;
	overflow: hidden
}
.product-listing.woocommerce .product-thumb:before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 2;
	opacity: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.product-listing.woocommerce .product-thumb .add-to-cart-wrapper {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	bottom: 0
}
.product-listing.woocommerce .product-thumb .added_to_cart.wc-forward, .product-listing.woocommerce .product-thumb .product_type_external, .product-listing.woocommerce .product-thumb .product_type_grouped, .product-listing.woocommerce .product-thumb .product_type_simple, .product-listing.woocommerce .product-thumb .product_type_variable {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	bottom: 0;
	background: #0B0B0D;
	border: 1px solid #0B0B0D;
	color: #fff;
	z-index: 2;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.product-listing.woocommerce .product-thumb .added_to_cart.wc-forward:hover, .product-listing.woocommerce .product-thumb .product_type_external:hover, .product-listing.woocommerce .product-thumb .product_type_grouped:hover, .product-listing.woocommerce .product-thumb .product_type_simple:hover, .product-listing.woocommerce .product-thumb .product_type_variable:hover {
	-webkit-box-shadow: 0px 0px 0px 4px #fff inset;
	-moz-box-shadow: 0px 0px 0px 4px #fff inset;
	box-shadow: 0px 0px 0px 4px #fff inset
}
.product-listing.woocommerce .product-thumb .added_to_cart.wc-forward:before, .product-listing.woocommerce .product-thumb .product_type_external:before, .product-listing.woocommerce .product-thumb .product_type_grouped:before, .product-listing.woocommerce .product-thumb .product_type_simple:before, .product-listing.woocommerce .product-thumb .product_type_variable:before {
	font-family: gumball;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	content: "\e16f";
	font-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}
.product-listing.woocommerce .product-thumb .product_type_simple.loading:after {
	display: none
}
.product-listing.woocommerce .product-thumb .product_type_simple.loading:before {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	content: "C"
}
.product-listing.woocommerce .product-thumb .added_to_cart.wc-forward:before {
	content: ")"
}
.product-listing.woocommerce .product-thumb .product_type_external:before {
	content: "\e036"
}
.product-listing.woocommerce .product-thumb .product_type_grouped:before, .product-listing.woocommerce .product-thumb .product_type_variable:before {
	content: "I"
}
.product-listing.woocommerce .product-thumb .add_to_cart_button.added {
	display: none
}
.product-listing.woocommerce .product-thumb .product-info-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	opacity: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.product-listing.woocommerce .product-thumb .product-info {
	width: 100%;
	display: table;
	height: 100%
}
.product-listing.woocommerce .product-thumb .product-info-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.product-listing.woocommerce div.product .product-thumb span.price {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	background: #191a1e;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	line-height: 1;
	opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.product-listing.woocommerce div.product .product-thumb span.price ins {
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	margin-right: 3px
}
.product-listing.woocommerce div.product .product-thumb span.price del {
	display: inline-block;
	font-size: 11px;
	color: #cacaca;
	opacity: 1
}
.product-listing.woocommerce .product-thumb-secondary {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.product-listing.woocommerce h3.product-name {
	font-size: 15px;
	margin-bottom: 10px
}
.product-listing.woocommerce h3.product-name a {
	color: #616161
}
.product-listing.woocommerce h3.product-name a:hover {
	color: #0B0B0D;
	text-decoration: none
}
.product-listing.woocommerce .product-item-wrapper:hover .product-thumb:before, .product-listing.woocommerce .product-item-wrapper.active .product-thumb:before {
	opacity: 1
}
.product-listing.woocommerce .product-item-wrapper:hover .product-thumb-secondary, .product-listing.woocommerce .product-item-wrapper.active .product-thumb-secondary {
	opacity: 1
}
.product-listing.woocommerce .product-item-wrapper:hover .product-info-wrap, .product-listing.woocommerce .product-item-wrapper.active .product-info-wrap {
	opacity: 1
}
.product-listing.woocommerce .product-item-wrapper:hover .added_to_cart.wc-forward, .product-listing.woocommerce .product-item-wrapper.active .added_to_cart.wc-forward, .product-listing.woocommerce .product-item-wrapper:hover .product_type_external, .product-listing.woocommerce .product-item-wrapper.active .product_type_external, .product-listing.woocommerce .product-item-wrapper:hover .product_type_grouped, .product-listing.woocommerce .product-item-wrapper.active .product_type_grouped, .product-listing.woocommerce .product-item-wrapper:hover .product_type_simple, .product-listing.woocommerce .product-item-wrapper.active .product_type_simple, .product-listing.woocommerce .product-item-wrapper:hover .product_type_variable, .product-listing.woocommerce .product-item-wrapper.active .product_type_variable {
	opacity: 1
}
.product-listing.woocommerce .product-item-wrapper:hover.product .product-thumb span.price, .product-listing.woocommerce .product-item-wrapper.active.product .product-thumb span.price {
	opacity: 0
}
.product-listing.woocommerce .product-info-list {
	display: none
}
.product-listing.woocommerce .product-item-style-2 .product-thumb span.price {
	display: none
}
.product-listing.woocommerce .product-item-style-2 .product-thumb {
	margin-bottom: 20px
}
.product-listing.woocommerce .product-item-style-2 .product-info-grid {
	text-align: center
}
.product-listing.woocommerce .product-item-style-2 span.price {
	font-size: 16px;
	color: #0B0B0D
}
.product-listing.woocommerce .product-item-style-2 span.price ins {
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	margin-right: 3px
}
.product-listing.woocommerce .product-item-style-2 span.price del {
	display: inline-block;
	font-size: 13px;
	color: #cacaca;
	opacity: 1
}
.product-function {
	font-size: 0
}
.product-function .product-function-inner {
	width: 37px;
	height: 37px;
	margin: auto;
	display: block;
	position: relative
}
.product-function .product-quick-view, .product-function .compare {
	width: 37px;
	height: 37px;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #868687;
	display: block;
	background-clip: content-box;
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 5px;
	background-color: #fff;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.product-function .product-quick-view i, .product-function .compare i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 14px;
	width: 14px;
	height: 14px
}
.product-function .product-quick-view:hover, .product-function .compare:hover {
	-webkit-box-shadow: 0px 0px 0px 3px #fff inset;
	-moz-box-shadow: 0px 0px 0px 3px #fff inset;
	box-shadow: 0px 0px 0px 3px #fff inset;
	background-color: #0B0B0D;
	border-color: #0B0B0D;
	color: #fff
}
.product-function .yith-wcwl-add-to-wishlist {
	display: inline-block;
	position: relative;
	margin: 0
}
.product-function .yith-wcwl-add-to-wishlist + div.clear {
	display: none
}
.product-function .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	top: 0;
	visibility: visible;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}
.product-function .add_to_wishlist, .product-function .yith-wcwl-wishlistexistsbrowse > a, .product-function .yith-wcwl-wishlistaddedbrowse > a {
	width: 37px;
	height: 37px;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #868687;
	display: inline-block;
	background-clip: content-box;
	position: relative;
	font-size: 0;
	background-color: #fff;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.product-function .add_to_wishlist:before, .product-function .yith-wcwl-wishlistexistsbrowse > a:before, .product-function .yith-wcwl-wishlistaddedbrowse > a:before {
	font-family: fontawesome;
	content: "\f004";
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 14px;
	width: 14px;
	height: 14px
}
.product-function .add_to_wishlist:hover, .product-function .yith-wcwl-wishlistexistsbrowse > a:hover, .product-function .yith-wcwl-wishlistaddedbrowse > a:hover {
	-webkit-box-shadow: 0px 0px 0px 3px #fff inset;
	-moz-box-shadow: 0px 0px 0px 3px #fff inset;
	box-shadow: 0px 0px 0px 3px #fff inset;
	background-color: #0B0B0D;
	border-color: #0B0B0D;
	color: #fff
}
.product-function .compare {
	right: auto;
	margin-right: 0;
	left: 100%;
	margin-left: 5px
}
.woocommerce .products .star-rating, .woocommerce .star-rating {
	float: none;
	margin: 0 auto 15px auto;
	font-size: 12px;
	width: 85px;
	height: 12px;
	letter-spacing: 5px
}
.woocommerce .products .star-rating:before, .woocommerce .star-rating:before {
	color: #d6d6d6;
	content: "\53\53\53\53\53"
}
.woocommerce .products .star-rating span, .woocommerce .star-rating span {
	color: #0B0B0D
}
.shortcode-product-wrap.shortcode-product-style-3 .star-rating {
	font-size: 10px;
	width: 66px;
	height: 10px;
	letter-spacing: 3px
}
.product-listing.woocommerce span.onsale, .single-product-image span.onsale {
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: normal;
	color: #fff;
	background-color: #B485AF;
	padding: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	top: 20px;
	left: 20px;
	margin: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	z-index: 2;
	-webkit-font-smoothing: antialiased
}
.product-listing.woocommerce span.onnew, .single-product-image span.onnew {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #0B0B0D;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased
}
.woocommerce-compare-page h1 {
	color: #fff;
	font-size: 24px
}
.single-product-image {
	position: relative
}
.single-product-image .woocommerce-main-image {
	display: block;
	max-width: 420px;

	margin: auto
}
.single-product-image #sync1 {
	margin-bottom: 20px
}
.single-product-image #sync2 {
	padding: 0 20px
}
.single-product-image #sync2 .woocommerce-thumbnail-image {
	display: inline-block;
	position: relative;
	margin: 0 5px
}
.single-product-image #sync2 .thumbnail-image {
	text-align: center;
	cursor: pointer
}
.single-product-image #sync2 .synced .woocommerce-thumbnail-image:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}
.single-product-image #sync2 .owl-controls, .single-product-image #sync2 .owl-buttons {
	margin: 0;
	height: 0
}
.single-product-image #sync2 .owl-controls .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px
}
.single-product-image #sync2 .owl-prev {
	left: -10px
}
.single-product-image #sync2 .owl-next {
	right: -10px
}
.woocommerce div.product .single-product-info {
	margin-bottom: 50px
}
.woocommerce div.product .single-product-info h1.product_title {
	font-size: 18px;
	margin-bottom: 15px
}
.woocommerce div.product .single-product-info .woocommerce-product-rating {
	margin-bottom: 10px
}
.woocommerce div.product .single-product-info .star-rating {
	margin: 6px 10px 0 0;
	float: left
}
.woocommerce div.product .single-product-info .woocommerce-review-link {
	font-size: 12px;
	color: #a7a7a7
}
.woocommerce div.product .single-product-info p.price {
	font-size: 22px;
	color: #7a7a7a;
	margin-bottom: 20px;
	display: block;
	padding-bottom: 20px;
	line-height: 1;
	border-bottom: 1px solid #ededed
}
.woocommerce div.product .single-product-info p.price ins {
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	margin-right: 5px
}
.woocommerce div.product .single-product-info p.price del {
	display: inline-block;
	font-size: 17px;
	color: #cacaca;
	opacity: 1
}
.woocommerce div.product .single-product-info .description {
	max-height: 9.6em;
	overflow: hidden;
	margin-bottom: 25px
}
.woocommerce div.product .single-product-info .description p {
	margin-bottom: 0
}
.woocommerce div.product .single-product-info .product-function .product-function-inner {
	margin: 0 0 20px 5px
}
.woocommerce div.product .single-product-info .product-quick-view {
	display: none
}
.woocommerce div.product .single-product-info .product-function .compare {
	margin-left: 10px
}
.woocommerce div.product .single-product-info form.cart, .woocommerce div.product .single-product-info div.cart {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	font-size: 0
}
.woocommerce div.product .single-product-info form.cart .variations, .woocommerce div.product .single-product-info div.cart .variations {
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
	width: 100%
}
.woocommerce div.product .single-product-info form.cart .variations td, .woocommerce div.product .single-product-info div.cart .variations td {
	display: table-cell;
	text-align: left
}
.woocommerce div.product .single-product-info form.cart .variations td.label, .woocommerce div.product .single-product-info div.cart .variations td.label {
	padding: 0 0 20px 0
}
.woocommerce div.product .single-product-info form.cart .variations td.label label, .woocommerce div.product .single-product-info div.cart .variations td.label label {
	font-size: 13px;
	color: #515151;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 0;
	padding-right: 10px
}
.woocommerce div.product .single-product-info form.cart .variations_button, .woocommerce div.product .single-product-info div.cart .variations_button, .woocommerce div.product .single-product-info form.cart .grouped_button, .woocommerce div.product .single-product-info div.cart .grouped_button {
	position: relative;
	display: inline-block
}
.woocommerce div.product .single-product-info form.cart .product-function, .woocommerce div.product .single-product-info div.cart .product-function {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 10px
}
.woocommerce div.product .single-product-info form.cart .product-function .product-function-inner, .woocommerce div.product .single-product-info div.cart .product-function .product-function-inner {
	margin: auto
}
.woocommerce div.product .single-product-info form.cart div.quantity, .woocommerce div.product .single-product-info div.cart div.quantity {
	margin: 0 10px 0 0;
	float: none;
	display: inline-block;
	font-size: 13px
}
.woocommerce div.product .single-product-info form.cart div.quantity label, .woocommerce div.product .single-product-info div.cart div.quantity label {
	font-weight: normal;
	color: #515151;
	font-size: 13px;
	margin: 0 20px 0 0
}
.woocommerce div.product .single-product-info form.cart div.quantity .qty, .woocommerce div.product .single-product-info div.cart div.quantity .qty {
	height: 37px;
	width: 60px
}
.woocommerce div.product .single-product-info form.cart div.quantity .qty:focus, .woocommerce div.product .single-product-info div.cart div.quantity .qty:focus {
	border-color: #ececec
}
.woocommerce div.product .single-product-info form.cart div.quantity .quantity-inner, .woocommerce div.product .single-product-info div.cart div.quantity .quantity-inner {
	position: relative;
	display: inline-block;
	margin: 0 36px
}
.woocommerce div.product .single-product-info form.cart div.quantity .btn-number, .woocommerce div.product .single-product-info div.cart div.quantity .btn-number {
	height: 37px;
	width: 37px;
	line-height: 37px;
	text-align: center;
	background-color: #F9F9F9;
	border: 1px solid #ececec;
	color: #969696;
	position: absolute;
	top: 0;
	font-size: 10px
}
.woocommerce div.product .single-product-info form.cart div.quantity .btn-number[data-type="minus"], .woocommerce div.product .single-product-info div.cart div.quantity .btn-number[data-type="minus"] {
	right: 100%;
	margin-right: -1px
}
.woocommerce div.product .single-product-info form.cart div.quantity .btn-number[data-type="plus"], .woocommerce div.product .single-product-info div.cart div.quantity .btn-number[data-type="plus"] {
	left: 100%;
	margin-left: -1px
}
.woocommerce div.product .single-product-info form.cart .button, .woocommerce div.product .single-product-info div.cart .button {
	float: none;
	vertical-align: top
}
.woocommerce div.product .single-product-info form.cart .reset_variations, .woocommerce div.product .single-product-info div.cart .reset_variations {
	font-size: 13px;
	line-height: 35px
}
.woocommerce div.product .single-product-info form.cart .group_table, .woocommerce div.product .single-product-info div.cart .group_table {
	font-size: 13px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px
}
.woocommerce div.product .single-product-info form.cart .group_table td, .woocommerce div.product .single-product-info div.cart .group_table td {
	padding-bottom: 20px;
	line-height: 37px
}
.woocommerce div.product .single-product-info form.cart .group_table td.quantity-wrap, .woocommerce div.product .single-product-info div.cart .group_table td.quantity-wrap {
	width: 135px
}
.woocommerce div.product .single-product-info form.cart .group_table td.quantity-wrap .quantity, .woocommerce div.product .single-product-info div.cart .group_table td.quantity-wrap .quantity {
	margin: 0
}
.woocommerce div.product .single-product-info form.cart .group_table td.quantity-wrap .quantity label, .woocommerce div.product .single-product-info div.cart .group_table td.quantity-wrap .quantity label {
	display: none
}
.woocommerce div.product .single-product-info form.cart .group_table td.label, .woocommerce div.product .single-product-info div.cart .group_table td.label {
	padding: 0 5px
}
.woocommerce div.product .single-product-info form.cart .group_table label, .woocommerce div.product .single-product-info div.cart .group_table label {
	font-size: 13px;
	color: #515151;
	font-weight: normal;
	margin: 0;
	line-height: 37px
}
.woocommerce div.product .single-product-info form.cart .group_table td.price, .woocommerce div.product .single-product-info div.cart .group_table td.price {
	font-size: 14px;
	color: #7a7a7a;
	text-align: right
}
.woocommerce div.product .single-product-info form.cart .group_table td.price ins, .woocommerce div.product .single-product-info div.cart .group_table td.price ins {
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	margin-right: 5px
}
.woocommerce div.product .single-product-info form.cart .group_table td.price del, .woocommerce div.product .single-product-info div.cart .group_table td.price del {
	display: inline-block;
	font-size: 11px;
	color: #cacaca;
	opacity: 1
}
.woocommerce div.product .single-product-info form.cart .group_table td.price .out-of-stock, .woocommerce div.product .single-product-info div.cart .group_table td.price .out-of-stock {
	display: inline-block;
	margin-bottom: 0;
	color: #cacaca;
	font-size: 11px;
	margin-left: 3px
}
.woocommerce div.product .single-product-info form.variations_form {
	display: block
}
.woocommerce div.product .single-product-info .product_meta {
	margin-bottom: 20px
}
.woocommerce div.product .single-product-info .product_meta > span {
	display: block;
	margin-bottom: 10px
}
.woocommerce div.product .single-product-info .product_meta > span:last-child {
	margin-bottom: 0
}
.woocommerce div.product .single-product-info .added_to_cart.wc-forward, .woocommerce div.product .single-product-info .product_type_external, .woocommerce div.product .single-product-info .product_type_grouped, .woocommerce div.product .single-product-info .product_type_simple, .woocommerce div.product .single-product-info .product_type_variable, .woocommerce div.product .single-product-info .single_add_to_cart_button {
	display: inline-block;
	line-height: 1.2;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	background-color: #0B0B0D;
	color: #ffffff;
	padding: 10px 20px;
	border: 1px solid #0B0B0D;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.woocommerce div.product .single-product-info .added_to_cart.wc-forward:hover, .woocommerce div.product .single-product-info .product_type_external:hover, .woocommerce div.product .single-product-info .product_type_grouped:hover, .woocommerce div.product .single-product-info .product_type_simple:hover, .woocommerce div.product .single-product-info .product_type_variable:hover, .woocommerce div.product .single-product-info .single_add_to_cart_button:hover {
	-webkit-box-shadow: 0px 0px 0px 4px #fff inset;
	-moz-box-shadow: 0px 0px 0px 4px #fff inset;
	box-shadow: 0px 0px 0px 4px #fff inset
}
.woocommerce div.product .single-product-info .add_to_cart_button.loading:after {
	display: none
}
.woocommerce div.product .single-product-info .add_to_cart_button.loading {
	opacity: 1
}
.woocommerce div.product .single-product-info .add_to_cart_button.loading:before {
	font-family: "fontawesome";
	content: "\f021";
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	display: inline-block;
	margin-right: 5px;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}
.woocommerce div.product .single-product-info .added_to_cart.wc-forward {
	display: none
}
.woocommerce div.product .single-product-info .add_to_cart_button.added:before {
	font-family: "fontawesome";
	content: "\f00c";
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	display: inline-block;
	margin-right: 5px
}
.woocommerce div.product .single-product-info .add_to_cart_button.added:after {
	display: none
}
.woocommerce div.product .single-product-info .out-of-stock {
	color: #a1a1a1;
	font-size: 15px
}
.woocommerce div.product .single-product-info .social-share-wrap label {
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 5px;
	font-size: 13px;
	vertical-align: top;
	line-height: 37px
}
.woocommerce div.product .single-product-info .social-share-wrap ul.social-share {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
	display: inline-block
}
.woocommerce div.product .single-product-info .social-share-wrap ul.social-share li {
	display: inline
}
.woocommerce div.product .single-product-info .social-share-wrap ul.social-share li a {
	height: 37px;
	width: 37px;
	border: 1px solid #dcdcdc;
	color: #868687;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	background-clip: content-box;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.woocommerce div.product .single-product-info .social-share-wrap ul.social-share li a i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 14px;
	width: 14px;
	height: 14px
}
.woocommerce div.product .single-product-info .social-share-wrap ul.social-share li:last-child a {
	margin-right: 0
}
.woocommerce div.product .single-product-info .social-share-wrap ul.social-share li a:hover {
	padding: 3px;
	background-color: #0B0B0D;
	border-color: #0B0B0D;
	color: #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	margin: 0;
	padding: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 18px;
	color: #ababab;
	padding: 8px 15px;
	font-weight: normal
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #0B0B0D;
	color: #fff
}
.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid #ececec;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 40px 25px;
	margin-bottom: 45px
}
.woocommerce div.product .woocommerce-tabs .panel p:last-child {
	margin-bottom: 0
}
.woocommerce #reviews #comments h2 {
	font-size: 18px
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
	margin-right: 15px;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #F8F8F8;
	border: none;
	padding: 20px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	margin: 0 0 15px 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 12px;
	color: #4d4d4d;
	margin-bottom: 10px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-size: 16px;
	color: #585858;
	font-weight: 500
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
	margin-bottom: 20px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child {
	margin: 0
}
.woocommerce #reviews h3 {
	margin-bottom: 15px
}
.woocommerce #review_form #respond p.comment-form-rating {
	margin-bottom: 15px
}
.woocommerce #reviews #comment {
	height: 150px
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #747474;
	background-color: #FFFFFF;
	border: 1px solid #ececec;
	padding: 10px 40px;
	line-height: 1.2 !important;
	font-weight: normal;
	vertical-align: middle;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #FFFFFF;
	border-color: #0B0B0D;
	-webkit-box-shadow: 0px 0px 0px 4px inset;
	-moz-box-shadow: 0px 0px 0px 4px inset;
	box-shadow: 0px 0px 0px 4px inset;
	background-color: #0B0B0D
}
.upsells.products h4.widget-title, .related.products h4.widget-title, .cross-sells h4.widget-title, .cart_totals_inner h4.widget-title, .woocommerce-shipping-calculator h4.widget-title {
	font-size: 18px;
	color: #515151;
	position: relative;
	overflow: hidden
}
.upsells.products h4.widget-title:after, .related.products h4.widget-title:after, .cross-sells h4.widget-title:after, .cart_totals_inner h4.widget-title:after, .woocommerce-shipping-calculator h4.widget-title:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 5px;
	height: 1px;
	background-color: #ececec;
	margin-left: 10px
}
.upsells.products .owl-theme .owl-controls, .related.products .owl-theme .owl-controls, .cross-sells .owl-theme .owl-controls, .cart_totals_inner .owl-theme .owl-controls, .woocommerce-shipping-calculator .owl-theme .owl-controls {
	margin: 0;
	position: absolute;
	top: -45px;
	right: 5px;
	background-color: #fff
}
.upsells.products .owl-theme .owl-controls .owl-buttons div.owl-prev, .related.products .owl-theme .owl-controls .owl-buttons div.owl-prev, .cross-sells .owl-theme .owl-controls .owl-buttons div.owl-prev, .cart_totals_inner .owl-theme .owl-controls .owl-buttons div.owl-prev, .woocommerce-shipping-calculator .owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-right: 5px
}
div.floating-cart {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1000;
	overflow: hidden;
	box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
	display: none
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	float: none;
	width: 100%
}
.woocommerce table.shop_table {
	border: 1px solid #e1e1e1
}
.woocommerce table.shop_table thead th {
	font-size: 17px;
	font-weight: normal;
	color: #515151;
	padding: 12px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	text-align: center
}
.woocommerce table.shop_table tbody td {
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1
}
.woocommerce table.shop_table tbody td.product-name {
	padding: 25px 35px
}
.woocommerce table.shop_table tbody td.product-name .product-name-wrap {
	position: relative;
	overflow: hidden;
	height: 125px;
	display: table
}
.woocommerce table.shop_table tbody td.product-name .product-name-wrap .product-name-inner {
	display: table-cell;
	vertical-align: middle
}
.woocommerce table.shop_table tbody td.product-name .product-name-wrap .product-name-inner a {
	font-size: 15px;
	color: #575757
}
.woocommerce table.shop_table tbody td.product-name .product-name-wrap .product-name-inner a:hover {
	color: #0B0B0D;
	text-decoration: none
}
.woocommerce td.product-name dl.variation {
	color: #8b8b8b
}
.woocommerce td.product-name dl.variation dt {
	font-weight: normal;
	padding: 0 0 5px
}
.woocommerce td.product-name dl.variation dd {
	padding: 0 0 5px;
	margin: 0
}
.woocommerce td.product-name dl.variation {
	margin: 5px 0 0 0
}
.woocommerce-cart table.cart img {
	width: 100px;
	float: left;
	margin-right: 20px
}
.woocommerce table.shop_table tbody td.product-price, .woocommerce table.shop_table tbody td.product-subtotal {
	font-size: 16px;
	text-align: center;
	color: #969696
}
.woocommerce table.shop_table tbody td.product-subtotal {
	color: #5c5c5c
}
.woocommerce table.shop_table tbody td.product-quantity {
	text-align: center
}
.woocommerce table.shop_table tbody td.product-quantity div.quantity {
	float: none;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px
}
.woocommerce table.shop_table tbody td.product-quantity div.quantity label {
	display: none
}
.woocommerce table.shop_table tbody td.product-quantity div.quantity .qty {
	height: 37px;
	width: 60px
}
.woocommerce table.shop_table tbody td.product-quantity div.quantity .qty:focus {
	border-color: #ececec
}
.woocommerce table.shop_table tbody td.product-quantity div.quantity .quantity-inner {
	position: relative;
	display: inline-block;
	margin: 0 36px
}
.woocommerce table.shop_table tbody td.product-quantity div.quantity .btn-number {
	height: 37px;
	width: 37px;
	line-height: 37px;
	text-align: center;
	background-color: #F9F9F9;
	border: 1px solid #ececec;
	color: #969696;
	position: absolute;
	top: 0;
	font-size: 10px
}
.woocommerce table.shop_table tbody td.product-quantity div.quantity .btn-number[data-type="minus"] {
	right: 100%;
	margin-right: -1px
}
.woocommerce table.shop_table tbody td.product-quantity div.quantity .btn-number[data-type="plus"] {
	left: 100%;
	margin-left: -1px
}
.woocommerce table.shop_table tbody td.product-quantity a.remove {
	margin: auto
}
.woocommerce a.remove {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #DFDFDF;
	color: #717171 !important;
	font-size: 15px
}
.woocommerce a.remove:hover {
	text-decoration: none;
	background-color: #0B0B0D
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 160px;
	border-color: #ececec;
	text-align: center;
	height: 37px
}
.woocommerce-cart table.cart td.actions .coupon .input-text ::-webkit-input-placeholder {
color: #747474
}
.woocommerce-cart table.cart td.actions .coupon .input-text :-moz-placeholder {
color: #747474
}
.woocommerce-cart table.cart td.actions .coupon .input-text ::-moz-placeholder {
color: #747474
}
.woocommerce-cart table.cart td.actions .coupon .input-text :-ms-input-placeholder {
color: #747474
}
.cart-collaterals {
	margin: 0 -15px
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none
}
.woocommerce .cart-collaterals .cart_totals_inner, .woocommerce-page .cart-collaterals .cart_totals_inner, .woocommerce-shipping-calculator {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-top: 30px
}
.woocommerce .cart-collaterals .cart_totals_inner, .woocommerce-page .cart-collaterals .cart_totals_inner {
	float: right
}
.woocommerce ul#shipping_method li {
	padding: 0;
	text-indent: 0
}
.woocommerce ul#shipping_method li input[type=radio] {
	margin: 0;
	vertical-align: middle
}
.woocommerce ul#shipping_method li label {
	font-weight: normal;
	margin: 0;
	color: #585757
}
.shipping-calculator-form {
	display: block !important
}
.woocommerce-cart .cart-collaterals .cart_totals_inner table {
	border: 1px solid #e1e1e1;
	margin-bottom: 20px
}
.woocommerce-cart .cart-collaterals .cart_totals_inner tr td, .woocommerce-cart .cart-collaterals .cart_totals_inner tr th {
	border: none;
	width: 50%;
	font-weight: normal;
	line-height: 1.6;
	font-size: 15px;
	color: #969696;
	padding: 5px 0
}
.woocommerce-cart .cart-collaterals .cart_totals_inner tr th {
	text-align: center;
	font-size: 14px;
	color: #646464
}
.woocommerce-cart .cart-collaterals .cart_totals_inner tr.cart-subtotal th {
	font-size: 16px;
	color: #646464;
	padding: 15px 0
}
.woocommerce-cart .cart-collaterals .cart_totals_inner tr.cart-subtotal td {
	font-size: 18px;
	color: #585757;
	padding: 15px 0
}
.woocommerce-cart .cart-collaterals .cart_totals_inner tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals_inner tr.order-total td {
	font-size: 24px;
	color: #606060;
	text-transform: uppercase;
	padding: 30px 0;
	border-top: 1px solid #e1e1e1
}
.woocommerce-cart .cart-collaterals .cart_totals_inner tr.order-total th strong, .woocommerce-cart .cart-collaterals .cart_totals_inner tr.order-total td strong {
	font-weight: normal
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
	margin: 0;
	text-align: right
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin: 0;
	display: inline-block;
	background-color: #0B0B0D
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #0B0B0D
}
.cross-sells {
	margin-top: 30px
}
.woocommerce form.checkout_coupon, .woocommerce form.login {
	border: 1px solid #ececec;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.woocommerce-billing-fields h3, #ship-to-different-address {
	font-size: 18px
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	font-weight: normal
}
.select2-container .select2-choice {
	border: 1px solid #ececec;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #747474;
	padding: 4px 10px
}
.select2-container .select2-choice:hover {
	text-decoration: none
}
.select2-drop-active {
	border: 1px solid #ececec
}
#ship-to-different-address label {
	font-weight: normal;
	margin: 20px 0 0 0;
	display: inline-block
}
.woocommerce form .form-row textarea {
	height: 100px;
	padding: 10px
}
.woocommerce-checkout-review-order {
	padding: 25px;
	border: 1px solid #e1e1e1
}
.woocommerce-checkout-review-order h3 {
	font-size: 18px
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border: none
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
	border-right: none;
	padding-left: 0;
	padding-right: 0
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th.product-name {
	text-align: left
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th.product-total {
	text-align: right
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
	border-right: none;
	border-top: none;
	padding: 12px 0
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name {
	text-align: left
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td.product-total {
	text-align: right
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	font-weight: normal;
	font-size: 14px;
	color: #646464
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
	text-align: left;
	border-top: none;
	padding: 6px 0
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
	border-top: none;
	padding: 6px 0
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
	font-size: 16px;
	color: #646464;
	border-top: 1px solid #e1e1e1
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: 18px;
	color: #585757;
	border-top: 1px solid #e1e1e1
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	border-top: 1px solid #e1e1e1;
	font-size: 24px;
	color: #606060;
	text-transform: uppercase
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th strong, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td strong {
	font-weight: normal
}
.woocommerce-checkout #payment {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #0B0B0D
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background-color: #0B0B0D
}
.checkout-confirmation h2 {
	font-size: 18px
}
.woocommerce table.shop_table.order_details, .woocommerce table.shop_table.customer_details {
	border: none
}
.woocommerce table.shop_table.order_details thead th {
	border-right: none;
	border-bottom: none;
	padding-left: 0;
	padding-right: 0
}
.woocommerce table.shop_table.order_details thead th.product-name {
	text-align: left
}
.woocommerce table.shop_table.order_details thead th.product-total {
	text-align: right
}
.woocommerce table.shop_table.order_details tbody td, .woocommerce table.shop_table.customer_details tbody td {
	border-right: none;
	padding: 12px 0
}
.woocommerce table.shop_table.order_details tbody td.product-total {
	text-align: right
}
.woocommerce table.shop_table.order_details tfoot th, .woocommerce table.shop_table.order_details tfoot td, .woocommerce table.shop_table.customer_details tbody th, .woocommerce table.shop_table.customer_details tbody td {
	border-top: 1px solid #e1e1e1;
	padding: 12px 0;
	font-size: 14px;
	color: #646464;
	font-weight: normal
}
.woocommerce table.shop_table.order_details tfoot td, .woocommerce table.shop_table.customer_details tbody td {
	text-align: right
}
.woocommerce-account #customer_login h2 {
	font-size: 22px;
	color: #525151;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px
}
.woocommerce-account form.login, .woocommerce-account form.register {
	border: none;
	padding: 0;
	margin: 0
}
.woocommerce-account form .form-row label {
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px
}
.woocommerce-account input:-webkit-autofill {
background-color: #fff
}
.woocommerce-account .form-row input.input-text {
	height: 49px;
	padding: 0 20px
}
.woocommerce-account form .form-row {
	padding: 0;
	margin-bottom: 30px
}
.my-account-wrap h2 {
	font-size: 18px
}
.woocommerce table.shop_table.my_account_orders tbody td {
	text-align: center;
	font-size: 13px
}
.track_order {
	text-align: center
}
.track_order p:first-child {
	line-height: 1.8;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px;
	font-size: 13px;
	color: #666666;
	display: block
}
.woocommerce .track_order .form-row-first, .woocommerce .track_order .form-row-last {
	float: none;
	margin: auto;
	margin-bottom: 30px
}
.woocommerce form.track_order .form-row input.input-text {
	text-align: center;
	height: 49px
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
	padding: 9px 40px
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: left;
	padding-bottom: 0
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	text-align: right
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
	width: auto
}
@media (max-width: 991px) {
.product-listing.woocommerce.columns-3 .product-item-wrapper:nth-child(3n+1), .product-listing.woocommerce.columns-4 .product-item-wrapper:nth-child(3n+1) {
clear: both
}
.product-listing.woocommerce.columns-3 .first, .product-listing.woocommerce.columns-4 .first {
clear: none
}
}
@media (min-width: 600px) {
.product-listing.woocommerce.list .product-item-wrapper {
width: 100%
}
.product-listing.woocommerce.list .product-item-inner {
max-width: 100%
}
.product-listing.woocommerce.list .product-thumb .product-info {
display: none
}
.product-listing.woocommerce.list div.product .product-thumb span.price {
display: none
}
.product-listing.woocommerce.list .product-thumb:before {
display: none
}
.product-listing.woocommerce.list .product-thumb .added_to_cart.wc-forward, .product-listing.woocommerce.list .product-thumb .product_type_external, .product-listing.woocommerce.list .product-thumb .product_type_grouped, .product-listing.woocommerce.list .product-thumb .product_type_simple, .product-listing.woocommerce.list .product-thumb .product_type_variable {
display: none
}
.product-listing.woocommerce.list .product-info-grid {
display: none
}
.product-listing.woocommerce.list .product-thumb {
float: left;
margin-right: 30px
}
.product-listing.woocommerce.list .product-info-list {
display: block;
position: relative;
overflow: hidden;
height: 378px;
border-bottom: 1px solid #ebebeb
}
.product-listing.woocommerce.list h3.product-name {
margin-top: 50px
}
.product-listing.woocommerce.list div.product .woocommerce-product-rating {
margin-bottom: 5px
}
.product-listing.woocommerce.list .star-rating {
margin: 6px 10px 0 0;
float: left
}
.product-listing.woocommerce.list .woocommerce-review-link {
font-size: 12px;
color: #a0a0a0
}
.product-listing.woocommerce.list div.product span.price {
font-size: 18px;
color: #7a7a7a;
margin-bottom: 10px;
display: block
}
.product-listing.woocommerce.list div.product span.price ins {
font-weight: normal;
display: inline-block;
text-decoration: none;
margin-right: 5px
}
.product-listing.woocommerce.list div.product span.price del {
display: inline-block;
font-size: 13px;
color: #cacaca;
opacity: 1
}
.product-listing.woocommerce.list .product-single-short-description {
max-height: 9.6em;
overflow: hidden;
margin-bottom: 30px
}
.product-listing.woocommerce.list .product-single-short-description p {
margin-bottom: 0
}
.product-listing.woocommerce.list .product-function-wrapper {
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 50px;
display: inline-block
}
.product-listing.woocommerce.list .product-function {
position: absolute;
top: 0;
left: 100%;
margin-left: 48px
}
.product-listing.woocommerce.list .added_to_cart.wc-forward, .product-listing.woocommerce.list .product_type_external, .product-listing.woocommerce.list .product_type_grouped, .product-listing.woocommerce.list .product_type_simple, .product-listing.woocommerce.list .product_type_variable {
display: inline-block;
line-height: 1.2;
text-align: center;
font-weight: 400;
font-size: 13px;
background-color: #0B0B0D;
color: #ffffff;
padding: 10px 20px;
border: 1px solid #0B0B0D;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.product-listing.woocommerce.list .added_to_cart.wc-forward:hover, .product-listing.woocommerce.list .product_type_external:hover, .product-listing.woocommerce.list .product_type_grouped:hover, .product-listing.woocommerce.list .product_type_simple:hover, .product-listing.woocommerce.list .product_type_variable:hover {
-webkit-box-shadow: 0px 0px 0px 4px #fff inset;
-moz-box-shadow: 0px 0px 0px 4px #fff inset;
box-shadow: 0px 0px 0px 4px #fff inset
}
.product-listing.woocommerce.list .add_to_cart_button.loading:after {
display: none
}
.product-listing.woocommerce.list .add_to_cart_button.loading {
opacity: 1
}
.product-listing.woocommerce.list .add_to_cart_button.loading:before {
font-family: "fontawesome";
content: "\f021";
-webkit-font-smoothing: antialiased;
font-weight: 400;
display: inline-block;
margin-right: 5px;
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite
}
.product-listing.woocommerce.list .added_to_cart.wc-forward:before {
font-family: "fontawesome";
content: "\f07a";
-webkit-font-smoothing: antialiased;
font-weight: 400;
display: inline-block;
margin-right: 5px
}
.product-listing.woocommerce.list .add_to_cart_button.added {
display: none
}
.product-listing.woocommerce.list + .category-bottom {
border: none;
padding-top: 0
}
}
@media (max-width: 599px) {
.shop-layout-opts {
display: none
}
}
@media (max-width: 768px) {
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
float: left;
padding-bottom: 0
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
width: auto
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
text-align: right
}
}
@media (max-width: 767px) {
.product-listing.woocommerce.columns-3 .product-item-wrapper:nth-child(3n+1), .product-listing.woocommerce.columns-4 .product-item-wrapper:nth-child(3n+1) {
clear: none
}
.product-listing.woocommerce.columns-3 .product-item-wrapper:nth-child(2n+1), .product-listing.woocommerce.columns-4 .product-item-wrapper:nth-child(2n+1) {
clear: both
}
.category-filter {
padding-bottom: 0
}
.category-filter .shop-layout-opts {
margin-right: 20px;
padding-bottom: 20px
}
.category-filter nav[role="woocommerce-pagination"] {
padding-bottom: 20px
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
margin: 0 20px 0 0;
padding-bottom: 20px
}
.woocommerce-page-size {
padding-bottom: 20px
}
.single-product-image {
margin-bottom: 20px
}
.single-product-image #sync2 {
display: none !important
}
.woocommerce-cart table.cart img {
display: none
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
float: none;
padding-bottom: 10px
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
width: 48%;
text-align: center
}
table.cart td.actions input[name="update_cart"] {
float: right
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
text-align: left
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 48%
}
.woocommerce .cart-collaterals .cart_totals_inner, .woocommerce-page .cart-collaterals .cart_totals_inner, .woocommerce-shipping-calculator {
width: 100%
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
width: auto
}
.woocommerce-cart .wc-proceed-to-checkout {
text-align: left
}
}
@media (max-width: 480px) {
.product-listing.woocommerce .product-item-wrapper {
width: 100%
}
}
@media (max-width: 320px) {
.woocommerce div.product .single-product-info form.cart .product-function, .woocommerce div.product .single-product-info div.cart .product-function {
display: none
}
.woocommerce .cart-form {
overflow-x: scroll
}
}
#panel-style-selector .panel-wrapper {
	position: fixed;
	top: 200px;
	left: 0;
	z-index: 99998;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 195px;
	padding: 0;
	background: #2D454E;
	color: #FFF;
	font-size: 12px;
	border-left: none;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
-moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
-ms-transition: all .5s cubic-bezier(.215, .61, .355, 1);
-o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
transition: all .5s cubic-bezier(.215, .61, .355, 1)
}
#panel-style-selector .panel-wrapper.in {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%)
}
#panel-style-selector .panel-selector-open {
	position: absolute;
	top: 0;
	left: 100%;
	width: 50px;
	height: 50px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	background: #2D454E;
	text-align: center;
	cursor: pointer;
	opacity: 1
}
#panel-style-selector .panel-selector-open i {
	font-size: 30px;
	line-height: 50px
}
#panel-style-selector .panel-selector-open:hover {
	color: #F8AF1C
}
#panel-style-selector .panel-selector-header {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #2D454E;
	text-transform: uppercase;
	color: #F8AF1C;
	font-weight: bold;
	font-size: 16px
}
#panel-style-selector .panel-selector-body {
	padding: 15px
}
#panel-style-selector .panel-selector-section {
	margin-bottom: 15px
}
#panel-style-selector h3.panel-selector-title {
	border-bottom: solid 1px #f8af1c;
	padding-bottom: 5px;
	color: #F8AF1C;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	margin-bottom: 10px
}
#panel-style-selector h3.panel-selector-title:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f8af1c;
	margin-right: 5px
}
#panel-style-selector .panel-selector-row {
	margin-bottom: 5px
}
#panel-style-selector .panel-selector-btn {
	display: inline-block;
	background-color: #0B0B0D;
	color: #FFFFFF;
	padding: 6px 12px;
	text-transform: uppercase;
	min-width: 80px;
	text-align: center;
	border: 1px solid #0B0B0D
}
#panel-style-selector .panel-selector-btn:hover, #panel-style-selector .panel-selector-btn.active {
	background: #FFFFFF;
	border: 1px solid #ddd;
	color: #25282c
}
#panel-style-selector ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
#panel-style-selector ul li {
	width: 25px;
	height: 25px;
	float: left;
	display: block;
	border: 1px solid #fff;
	cursor: pointer
}
#panel-style-selector ul li.active {
	border-color: #f8af1c
}
#panel-style-selector ul li + li {
	margin-left: 15px
}
#panel-style-selector ul li:nth-child(4n+1) {
clear: both;
margin-left: 0
}
#panel-style-selector ul li:nth-child(n + 5) {
margin-top: 15px
}
#panel-style-selector ul.panel-primary-background li {
	background-image: url(assets/images/style-selector-bg.png);
	background-repeat: no-repeat
}
.great-store-testimonial {
	text-align: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed
}
.great-store-testimonial h6, .great-store-testimonial p {
	color: #ffffff;
	margin: 0;
	padding: 0
}
.great-store-testimonial h6 {
	position: absolute;
	left: 0;
	right: 0;
	font-weight: 400
}
.great-store-testimonial .testimonial-description {
	max-width: 1025px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
  font-size: 18px;
}
.great-store-testimonial .testimonial-name {
	display: inline-block;
	text-transform: uppercase;
	padding-top: 15px;
	font-size: 13px;
	font-weight: bold
}
.great-store-testimonial .testimonial-name:before {
	content: '';
	display: inline-block;
	border-bottom: 1px solid #fff;
	width: 25px;
	margin-right: 10px
}
.great-store-testimonial .testimonial-name:after {
	content: '';
	display: inline-block;
	border-bottom: 1px solid #fff;
	width: 25px;
	margin-left: 10px
}
.great-store-testimonial .testimonial-job {
	font-size: 12px;
	font-weight: bold
}
.great-store-testimonial.style1 {
	margin-top: 50px;
	min-height: 301px
}
.great-store-testimonial.style1:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(107, 134, 157, 0.7)
}
.great-store-testimonial.style1 h6 {
	top: 75px;
	font-size: 26px
}
.great-store-testimonial.style1 .testimonial-content {
	margin-top: 150px
}
.great-store-testimonial.style1 .testimonial-image {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	padding: 7px
}
.great-store-testimonial.style1 .testimonial-image img {
	width: 86px;
	height: 86px
}
.great-store-testimonial.style1 .owl-carousel .owl-wrapper-outer {
	overflow: visible
}
.great-store-testimonial.style1 .owl-controls {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0
}
.great-store-testimonial.style2 {
	min-height: 396px
}
.great-store-testimonial.style2 h6 {
	top: 170px;
	font-size: 20px
}
.great-store-testimonial.style2 .testimonial-content {
	margin-top: 237px
}
.great-store-testimonial.style2 .testimonial-image {
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	padding: 7px
}
.great-store-testimonial.style2 .testimonial-image img {
	width: 86px;
	height: 86px
}
.great-store-testimonial.style2 .owl-carousel .owl-wrapper-outer {
	overflow: visible
}
.great-store-testimonial.style2 .owl-controls {
	position: absolute;
	top: 197px;
	left: 0;
	right: 0
}
.great-store-button {
	display: inline-block;
	line-height: 1.2;
	text-align: center;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
	font-weight: 400;
	font-size: 13px
}
.great-store-button:hover, .great-store-button:active {
	text-decoration: none !important;
	outline: none !important
}
.great-store-button.style1 {
	background-color: #0B0B0D;
	color: #ffffff;
	padding: 8px 20px
}
.great-store-button.style1:hover {
	background-color: #ffffff;
	color: #0B0B0D;
	-webkit-box-shadow: 0px 0px 0px 4px #0B0B0D inset;
	-moz-box-shadow: 0px 0px 0px 4px #0B0B0D inset;
	box-shadow: 0px 0px 0px 4px #0B0B0D inset
}
.great-store-button.style2 {
	border: 1px solid #0B0B0D;
	background-color: #ffffff;
	position: relative;
	color: #ffffff;
	z-index: 1;
	padding: 10px 24px
}
.great-store-button.style2:before {
	content: '';
	display: block;
	background-color: #0B0B0D;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	z-index: -1
}
.great-store-button.style2:hover {
	background-color: #0B0B0D;
	color: #0B0B0D
}
.great-store-button.style2:hover:before {
	background-color: #ffffff
}
.great-store-button.style3 {
	border: 1px solid #fff;
	color: #ffffff;
	padding: 8px 20px
}
.great-store-button.style3:hover {
	background-color: #0B0B0D;
	border: 1px solid #0B0B0D;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 4px #fff inset;
	-moz-box-shadow: 0px 0px 0px 4px #fff inset;
	box-shadow: 0px 0px 0px 4px #fff inset
}
.great-store-button.style4 {
	border: 1px solid #dbdbdb;
	color: #747474;
	padding: 8px 20px
}
.great-store-button.style4:hover {
	background-color: #0B0B0D;
	border: 1px solid #0B0B0D;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 4px #fff inset;
	-moz-box-shadow: 0px 0px 0px 4px #fff inset;
	box-shadow: 0px 0px 0px 4px #fff inset
}
.great-store-button.style5 {
	background-color: #2D2D2D;
	color: #ffffff;
	padding: 8px 20px
}
.great-store-button.style5:hover {
	background-color: #ffffff;
	color: #2D2D2D;
	-webkit-box-shadow: 0px 0px 0px 4px #2d2d2d inset;
	-moz-box-shadow: 0px 0px 0px 4px #2d2d2d inset;
	box-shadow: 0px 0px 0px 4px #2d2d2d inset
}
.great-store-icon-box {
	text-align: center
}
.great-store-icon-box .great-box-title {
	font-weight: 400;
	font-size: 23px;
	color: #4D4D4D;
	display: block;
	padding-top: 15px
}
.great-store-icon-box p {
	font-size: 13px
}
.great-store-icon-box a:hover {
	text-decoration: none;
	outline: none
}
.great-store-icon-box .great-box-icon {
	display: block;
	width: 96px;
	height: 96px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 8px
}
.great-store-icon-box .great-box-icon i {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	color: #9E9E9E;
	font-size: 26px;
	line-height: 80px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out
}
.great-store-icon-box:hover .great-box-icon i {
	background-color: #0B0B0D !important;
	border-color: #0B0B0D !important;
	color: #ffffff !important
}
.great-store-icon-box.style1 .great-box-icon {
	background-color: #ffffff
}
.great-store-icon-box.style1 .great-box-icon i {
	border: 1px solid #e0e0e0
}
.great-store-icon-box.style2 .great-box-icon {
	background-color: #F5F5F5
}
.great-store-icon-box.style2 .great-box-icon i {
	background-color: #ffffff
}
.great-store-icon-box.style3 {
	position: relative;
	text-align: left;
	padding-left: 112px
}
.great-store-icon-box.style3 .great-box-icon {
	background-color: #F5F5F5;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0
}
.great-store-icon-box.style3 .great-box-icon i {
	background-color: #ffffff
}
.great-store-icon-box.style3 .great-box-title {
	padding-top: 10px
}
.great-store-icon-box.style4 {
	position: relative;
	text-align: left;
	padding-left: 75px;
	padding-bottom: 10px
}
.great-store-icon-box.style4 .great-box-icon {
	background-color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px
}
.great-store-icon-box.style4 .great-box-icon i {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	width: 49px;
	height: 49px;
	line-height: 49px;
	font-size: 23px;
	color: #0B0B0D
}
.great-store-icon-box.style4 .great-box-title {
	padding-top: 0;
	font-size: 18px
}
@media (max-width: 768px) {
.great-store-icon-box.style3 {
text-align: center !important;
padding-left: 0 !important
}
.great-store-icon-box.style3 .great-box-icon {
position: static !important;
left: auto !important;
top: auto !important
}
.great-store-icon-box.style3 .great-box-title {
padding-top: 15px !important
}
}
.great-store-heading {
	text-align: center
}
.great-store-heading h2 {
	color: #4C4C4C;
	padding: 0;
	font-weight: 400
}
.great-store-heading.style1 {
	padding: 70px 0
}
.great-store-heading.style1 .heading-sub-title {
	color: #8F8F8F;
	font-size: 16px;
	line-height: 18px
}
.great-store-heading.style1 h2 {
	font-size: 36px;
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 23px
}
.great-store-heading.style1 p {
	font-size: 13px;
	color: #8F8F8F;
	max-width: 1176px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0
}
.great-store-heading.style2 {
	padding: 70px 0 28px
}
.great-store-heading.style2 .heading-sub-title {
	color: #8F8F8F;
	font-size: 13px;
	line-height: 16px;
	font-style: italic
}
.great-store-heading.style2 h2 {
	font-size: 28px;
	line-height: 24px;
	margin-bottom: 13px
}
.great-store-heading.style3 {
	padding: 70px 0 25px
}
.great-store-heading.style3 h2 {
	font-size: 28px;
	line-height: 24px;
	margin-bottom: 0
}
.heading-line {
	position: relative;
	margin-top: 3px;
	height: 17px
}
.heading-line:before {
	content: '';
	display: block;
	width: 24px;
	border-bottom: 1px solid #bebebe;
	position: absolute;
	left: 50%;
	margin-left: 23px;
	top: 5px
}
.heading-line:after {
	content: '';
	display: block;
	width: 24px;
	border-bottom: 1px solid #bebebe;
	position: absolute;
	right: 50%;
	margin-right: 23px;
	top: 5px
}
.heading-line span {
	width: 10px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #bebebe;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	margin-bottom: 31px;
	margin-top: 18px
}
.heading-line span:before {
	content: '';
	width: 7px;
	height: 7px;
	display: block;
	border: 1px solid #bebebe;
	position: absolute;
	top: 11px;
	right: 11px
}
.heading-line span:after {
	content: '';
	width: 7px;
	height: 7px;
	display: block;
	border: 1px solid #bebebe;
	position: absolute;
	top: -10px;
	left: 11px
}
.vc_separator .vc_sep_holder {
	padding-bottom: 1px
}
.no-border {
	border: 0 !important
}
.no-padding-vc div[class*=vc_col-] {
padding-left: 0 !important;
padding-right: 0 !important
}
.banner-single-image .wpb_single_image img {
	width: 100% !important
}
.no-margin-vc .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.great-store-partner-carousel {
	height: 100px
}
.great-store-partner-carousel .owl-item {
	display: table;
	text-align: center
}
.great-store-partner-carousel .owl-item img {
	opacity: 0.8
}
.great-store-partner-carousel .owl-item img:hover {
	opacity: 1
}
.great-store-partner-carousel .owl-prev {
	position: absolute;
	left: -7px;
	top: 0;
	padding-top: 40px !important
}
.great-store-partner-carousel .owl-next {
	position: absolute;
	right: -7px;
	top: 0;
	padding-top: 40px !important
}
.great-store-contact-form p {
	margin: 0 0 16px
}
.great-store-contact-form textarea {
	width: 100%;
	height: 186px;
	border: 1px solid #e3e3e3;
	margin-top: 5px
}
.great-store-contact-form input {
	width: 100%;
	height: 34px;
	border: 1px solid #e3e3e3;
	margin-top: 5px
}
.great-store-contact-form input:focus, .great-store-contact-form textarea:focus {
	border: 1px solid #0B0B0D
}
.great-store-contact-form .contact-form-submit {
	text-align: right
}
.great-store-contact-form .contact-form-submit input {
	width: 170px;
	height: 37px;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #0B0B0D;
	line-height: 0;
	text-align: center;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
	float: right;
	text-transform: unset
}
.great-store-contact-form .contact-form-submit input:hover {
	-webkit-box-shadow: 0px 0px 0px 4px #fff inset;
	-moz-box-shadow: 0px 0px 0px 4px #fff inset;
	box-shadow: 0px 0px 0px 4px #fff inset;
	border-color: #0B0B0D;
	background-color: #0B0B0D;
	color: #ffffff
}
.great-store-contact-form .contact-form-submit img.ajax-loader {
	margin: 15px 10px 0 0
}
.height-auto {
	height: auto !important
}
.font-style-normal * {
	font-style: normal !important
}
.bg-content-box {
	background-clip: content-box
}
.bg-column {
	background-clip: content-box;
	background-size: contain;
	background-position: center
}
.border-page {
	border-top: 3px solid #0B0B0D;
	-moz-box-shadow: 0px 6px 7px 1px #ccc;
	-webkit-box-shadow: 0px 6px 7px 1px #ccc;
	box-shadow: 0px 6px 7px 1px #ccc
}
.margin-bottom-5 {
	margin-bottom: 5px !important
}
.margin-bottom-10 {
	margin-bottom: 10px !important
}
.margin-bottom-15 {
	margin-bottom: 15px !important
}
.margin-top-5 {
	margin-top: 5px !important
}
.margin-top-10 {
	margin-top: 10px !important
}
.margin-top-15 {
	margin-top: 15px
}
.margin-bottom-nag-30 {
	margin-bottom: -30px !important
}
.height-100 {
	height: 100px !important
}
.padding-top-22 {
	padding-top: 22px !important
}
@media screen and (max-width: 991px) {
.margin-bottom-30-hidesm {
margin-bottom: 0 !important
}
.margin-bottom-30, .margin-bottom-35 {
margin-bottom: 15px !important
}
.margin-bottom-40 {
margin-bottom: 20px !important
}
.margin-bottom-45 {
margin-bottom: 25px !important
}
.margin-bottom-50 {
margin-bottom: 30px !important
}
.margin-bottom-55 {
margin-bottom: 35px !important
}
.margin-bottom-60 {
margin-bottom: 40px !important
}
.margin-bottom-65 {
margin-bottom: 45px !important
}
.margin-bottom-70 {
margin-bottom: 50px !important
}
.margin-bottom-75 {
margin-bottom: 55px !important
}
.margin-bottom-80 {
margin-bottom: 60px !important
}
.margin-bottom-85 {
margin-bottom: 65px !important
}
.margin-bottom-90 {
margin-bottom: 70px !important
}
.margin-bottom-95 {
margin-bottom: 75px !important
}
.margin-bottom-100 {
margin-bottom: 80px !important
}
.margin-top-30, .margin-top-35 {
margin-top: 15px !important
}
.margin-top-40 {
margin-top: 20px !important
}
.margin-top-45 {
margin-top: 25px !important
}
.margin-top-50 {
margin-top: 30px !important
}
.margin-top-55 {
margin-top: 35px !important
}
.margin-top-60 {
margin-top: 40px !important
}
.margin-top-65 {
margin-top: 45px !important
}
.margin-top-70 {
margin-top: 50px !important
}
.margin-top-75 {
margin-top: 55px !important
}
.margin-top-80 {
margin-top: 60px !important
}
.margin-top-85 {
margin-top: 65px !important
}
.margin-top-90 {
margin-top: 70px !important
}
.margin-top-95 {
margin-top: 75px !important
}
.margin-top-100 {
margin-top: 80px !important
}
}
@media screen and (min-width: 992px) {
.margin-bottom-30-hidesm {
margin-bottom: 30px !important
}
.margin-bottom-20 {
margin-bottom: 20px !important
}
.margin-bottom-25 {
margin-bottom: 25px !important
}
.margin-bottom-30 {
margin-bottom: 30px !important
}
.margin-bottom-35 {
margin-bottom: 35px !important
}
.margin-bottom-40 {
margin-bottom: 40px !important
}
.margin-bottom-45 {
margin-bottom: 45px !important
}
.margin-bottom-50 {
margin-bottom: 50px !important
}
.margin-bottom-55 {
margin-bottom: 55px !important
}
.margin-bottom-60 {
margin-bottom: 60px !important
}
.margin-bottom-65 {
margin-bottom: 65px !important
}
.margin-bottom-70 {
margin-bottom: 70px !important
}
.margin-bottom-75 {
margin-bottom: 75px !important
}
.margin-bottom-80 {
margin-bottom: 80px !important
}
.margin-bottom-85 {
margin-bottom: 85px !important
}
.margin-bottom-90 {
margin-bottom: 90px !important
}
.margin-bottom-95 {
margin-bottom: 95px !important
}
.margin-bottom-100 {
margin-bottom: 100px !important
}
.margin-top-20 {
margin-top: 20px !important
}
.margin-top-25 {
margin-top: 25px !important
}
.margin-top-30 {
margin-top: 30px !important
}
.margin-top-35 {
margin-top: 35px !important
}
.margin-top-40 {
margin-top: 40px !important
}
.margin-top-45 {
margin-top: 45px !important
}
.margin-top-50 {
margin-top: 50px !important
}
.margin-top-55 {
margin-top: 55px !important
}
.margin-top-60 {
margin-top: 60px !important
}
.margin-top-65 {
margin-top: 65px !important
}
.margin-top-70 {
margin-top: 70px !important
}
.margin-top-75 {
margin-top: 75px !important
}
.margin-top-80 {
margin-top: 80px !important
}
.margin-top-85 {
margin-top: 85px !important
}
.margin-top-90 {
margin-top: 90px !important
}
.margin-top-95 {
margin-top: 95px !important
}
.margin-top-100 {
margin-top: 100px !important
}
}
.great-store-latest-post.style1 {
	background-color: #0B0B0D;
	min-height: 100px
}
.great-store-latest-post.style1 span, .great-store-latest-post.style1 a {
	color: #ffffff
}
.great-store-latest-post.style1 p {
	color: #C9C9C9;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	display: inline
}
.great-store-latest-post.style1 .great-store-latest-post-date {
	border: 1px solid #c9c9c9;
	width: 62px;
	height: 62px;
	float: left;
	margin-right: 15px;
	margin-top: 19px;
	text-align: center
}
.great-store-latest-post.style1 .great-store-latest-post-date span {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.93
}
.great-store-latest-post.style1 .great-store-latest-post-date .great-store-latest-post-day {
	padding-top: 10px
}
.great-store-latest-post.style1 .great-store-latest-post-date .great-store-latest-post-day:after {
	content: '';
	display: block;
	border-bottom: 1px solid #fff;
	width: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px
}
.great-store-latest-post.style1 .great-store-latest-post-date .great-store-latest-post-month {
	padding-top: 4px
}
.great-store-latest-post.style1 .great-store-latest-post-content {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-right: 139px
}
.great-store-latest-post.style1 .container {
	position: relative
}
.great-store-latest-post.style1 .great-store-latest-post-heading {
	position: absolute;
	bottom: 0;
	right: 15px;
	top: 0;
	width: 129px;
	background-color: #7995B1;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	padding-top: 26px
}
.great-store-latest-post.style1 .great-store-latest-post-heading:after {
	border-color: transparent #7995b1 transparent transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	left: -20px;
	position: absolute;
	top: 40px
}
.great-store-latest-post.style1 .great-store-latest-post-read-more {
	font-style: italic;
	font-size: 13px;
	display: inline;
	padding-left: 30px
}
.great-store-latest-post.style1 .great-store-latest-post-title {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33
}
.great-store-latest-post.style1 .latest-post-item {
	min-height: 100px
}
.great-store-latest-post.style1 .latest-post-item:after {
	content: " ";
	display: table;
	clear: both
}
.great-store-latest-post.style2 .great-store-latest-post-slider, .great-store-latest-post.style3 .great-store-latest-post-slider {
	margin-left: -15px;
	margin-right: -15px
}
.great-store-latest-post.style2 .great-store-latest-post-slider .owl-wrapper .owl-item, .great-store-latest-post.style3 .great-store-latest-post-slider .owl-wrapper .owl-item {
	padding-left: 15px;
	padding-right: 15px
}
.great-store-latest-post.style2 .latest-post-item .owl-wrapper .owl-item, .great-store-latest-post.style3 .latest-post-item .owl-wrapper .owl-item {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.great-store-latest-post.style2 .great-store-latest-post-title, .great-store-latest-post.style3 .great-store-latest-post-title {
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	color: #515151;
	display: block;
	padding: 10px 0
}
.great-store-latest-post.style2 .great-store-latest-post-title:hover, .great-store-latest-post.style3 .great-store-latest-post-title:hover {
	color: #0B0B0D;
	text-decoration: none
}
.great-store-latest-post.style2 .great-store-latest-post-info, .great-store-latest-post.style3 .great-store-latest-post-info {
	padding-top: 8px
}
.great-store-latest-post.style2 .great-store-latest-post-info i, .great-store-latest-post.style3 .great-store-latest-post-info i {
	padding: 0 10px 0 0
}
.great-store-latest-post.style2 .great-store-latest-post-info span, .great-store-latest-post.style3 .great-store-latest-post-info span {
	padding-left: 7px;
	font-style: italic;
	color: #A7A7A7
}
.great-store-latest-post.style2 .great-store-latest-post-info span:last-child, .great-store-latest-post.style3 .great-store-latest-post-info span:last-child {
	padding: 0 0 0 7px
}
.great-store-latest-post.style2 .great-store-latest-post-info a, .great-store-latest-post.style3 .great-store-latest-post-info a {
	color: #A7A7A7
}
.great-store-latest-post.style2 .great-store-latest-post-info a:hover, .great-store-latest-post.style3 .great-store-latest-post-info a:hover {
	color: #0B0B0D;
	text-decoration: none
}
.great-store-latest-post.style3 .great-store-latest-post-heading {
	position: relative;
	padding-bottom: 24px
}
.great-store-latest-post.style3 .great-store-latest-post-heading h2 {
	font-size: 28px;
	color: #515151;
	line-height: 28px;
	background-color: #ffffff;
	display: inline;
	z-index: 1;
	padding-right: 17px
}
.great-store-latest-post.style3 .great-store-latest-post-heading hr {
	position: absolute;
	left: 0;
	bottom: 10px;
	right: 0;
	z-index: -1
}
.great-store-latest-post.style3 .great-store-latest-post-image {
	position: relative
}
.great-store-latest-post.style3 .great-store-latest-post-date {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 60px;
	height: 60px;
	background-color: #0B0B0D;
	border: 6px solid #fff;
	text-align: center
}
.great-store-latest-post.style3 .great-store-latest-post-date span {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 14px;
	color: #ffffff
}
.great-store-latest-post.style3 .great-store-latest-post-date .great-store-latest-post-day {
	padding-top: 8px;
	font-size: 14px
}
.great-store-latest-post.style3 .great-store-latest-post-date .great-store-latest-post-day:after {
	content: '';
	display: block;
	border-bottom: 1px solid #fff;
	width: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px
}
.great-store-latest-post.style3 .great-store-latest-post-date .great-store-latest-post-month {
	font-size: 12px;
	margin-top: 2px
}
.great-store-latest-post.style3 .post-categories {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	display: inline-block
}
.great-store-latest-post.style3 .entry-thumbnail a.prettyPhoto {
	right: 39px !important
}
.great-store-latest-post.style3 .owl-controls {
	position: absolute;
	top: -60px;
	right: 5px;
	z-index: 1;
	background-color: #ffffff
}
.great-store-latest-post.style3 .owl-controls .owl-prev {
	margin-right: 10px
}
@media (max-width: 480px) {
.great-store-latest-post.style1 .great-store-latest-post-heading {
display: none
}
.great-store-latest-post.style1 .great-store-latest-post-content {
margin-right: 0 !important
}
}
.news-letter-wrapper button p {
	display: none
}
.greate-store-mailchimp {
	display: table;
	margin-left: auto;
	margin-right: auto;
	height: 387px
}
.greate-store-mailchimp ::-webkit-input-placeholder {
color: #ffffff
}
.greate-store-mailchimp :-moz-placeholder {
color: #ffffff
}
.greate-store-mailchimp ::-moz-placeholder {
color: #ffffff
}
.greate-store-mailchimp :-ms-input-placeholder {
color: #ffffff
}
.greate-store-mailchimp .great-store-mailchimp-heading {
	text-align: center
}
.greate-store-mailchimp .great-store-mailchimp-heading h2 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 0
}
.greate-store-mailchimp .great-store-mailchimp-heading .heading-sub-title {
	color: #ffffff;
	padding-top: 17px;
	display: block;
	max-width: 776px;
	margin-left: auto;
	margin-right: auto
}
.greate-store-mailchimp .mc4wp-form {
	text-align: center;
	padding-top: 21px
}
.greate-store-mailchimp .mc4wp-form .news-letter-wrapper > p {
	display: none
}
.greate-store-mailchimp .mc4wp-form .news-letter-text-box {
	font-size: 0
}
.greate-store-mailchimp .mc4wp-form .news-letter-wrapper button p {
	display: block;
	font-size: 13px
}
.greate-store-mailchimp .mc4wp-form input[type="email"] {
	width: 252px;
	color: #ffffff;
	height: 40px;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #fff
}
.greate-store-mailchimp .mc4wp-form button {
	width: 117px;
	margin-left: -1px;
	height: 40px;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	border: 1px solid #fff
}
.greate-store-mailchimp .mc4wp-form button span {
	display: none
}
.greate-store-mailchimp .mc4wp-form button p {
	margin: 0;
	padding: 0;
	color: #ffffff
}
.greate-store-mailchimp .mc4wp-form button:hover {
	background-color: #ffffff
}
.greate-store-mailchimp .mc4wp-form button:hover p {
	color: #0B0B0D
}
.greate-store-mailchimp .greate-store-social {
	list-style-type: none;
	text-align: center;
	margin: 43px 0 0 0;
	padding: 0
}
.greate-store-mailchimp .greate-store-social li {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 33px;
	height: 33px;
	margin: 0 6px;
	text-align: center;
	position: relative
}
.greate-store-mailchimp .greate-store-social li:hover {
	text-align: center
}
.greate-store-mailchimp .greate-store-social li:hover a {
	background-color: #ffffff;
	color: #0B0B0D
}
.greate-store-mailchimp .greate-store-social li a {
	color: #ffffff;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.greate-store-mailchimp .greate-store-social li i {
	line-height: 25px
}
.greate-store-mailchimp .heading-line:before, .greate-store-mailchimp .heading-line:after {
	border-color: #FFFFFF
}
.greate-store-mailchimp .heading-line span {
	border-color: #FFFFFF
}
.greate-store-mailchimp .heading-line span:before, .greate-store-mailchimp .heading-line span:after {
	border-color: #FFFFFF
}
@media (max-width: 480px) {
.greate-store-mailchimp input[type="email"] {
width: 180px !important
}
.greate-store-mailchimp button {
width: 90px !important
}
}
.greate-store-banner {
	border: 1px solid #fff
}
.greate-store-banner .content-middle {
	width: 100%;
	height: 100%
}
.greate-store-banner .content-middle-inner {
	text-align: center
}
.greate-store-banner h2, .greate-store-banner h3 {
	text-transform: uppercase;
	color: #ffffff
}
.greate-store-banner:hover a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.greate-store-banner a {
-webkit-transition: -webkit-transform .35s;
transition: transform .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0)
}
.greate-store-banner.style1 {
	position: relative
}
.greate-store-banner.style1 h2 {
	font-size: 28px
}
.greate-store-banner.style1 .overlay-banner {
	opacity: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(107, 134, 157, 0.6);
	z-index: 1
}
.greate-store-banner.style1 .overlay-banner:hover {
	opacity: 1
}
.greate-store-banner.style2 h2 {
	font-size: 72px;
	margin-bottom: -6px
}
.greate-store-banner.style2 h3 {
	font-size: 30px;
	margin-bottom: 32px
}
.greate-store-banner.style2 h3:before {
	content: '';
	display: inline-block;
	width: 49px;
	border-bottom: 1px solid #fff;
	margin: 0 10px 10px 0
}
.greate-store-banner.style2 h3:after {
	content: '';
	display: inline-block;
	width: 49px;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 10px
}
.greate-store-banner.style3 {
	position: relative
}
.greate-store-banner.style3 .content-middle {
	width: 337px;
	position: absolute;
	right: 140px;
	top: 0;
	bottom: 0
}
.greate-store-banner.style3 h3 {
	font-size: 20px;
	color: #656565;
	margin-bottom: 10px
}
.greate-store-banner.style3 h2 {
	font-size: 35px;
	color: #393939
}
.greate-store-banner.style4 {
	text-align: center
}
.greate-store-banner.style4 h3 {
	font-size: 28px;
	color: #3a3a3a;
	margin-top: 107px;
	margin-bottom: 0
}
.greate-store-banner.style4 h2 {
	font-size: 35px;
	color: #3a3a3a
}
.greate-store-banner.style5 {
	border-width: 0
}
.greate-store-banner.style5 .container {
	height: 100%
}
.greate-store-banner.style5 h2 {
	font-size: 60px;
	color: #ffffff;
	margin: 0 0 0 -5px;
	text-align: left
}
.greate-store-banner.style5 h3 {
	font-size: 21px;
	letter-spacing: 18px;
	color: #ffffff;
	text-align: left;
	margin: 0
}
.greate-store-banner.style6 {
	border-width: 0;
	background-color: #f8f9fb
}
.greate-store-banner.style6 h2 {
	font-size: 26px;
	color: #888988;
	margin: 0 0 16px;
	text-align: center
}
.greate-store-banner.style7 {
	border-width: 0;
	background-color: #F5F5F5;
	text-align: center
}
.greate-store-banner.style7 h3 {
	font-family: 'benchnine';
	font-size: 24px;
	color: #969696;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 10px
}
.greate-store-banner.style7 h2 {
	font-family: 'benchnine';
	font-size: 55px;
	color: #3F3F3F;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-bottom: 0
}
.greate-store-banner.style8, .greate-store-banner.style9 {
	border-width: 0;
	text-align: center
}
.greate-store-banner.style8 h3, .greate-store-banner.style9 h3 {
	font-family: 'benchnine';
	font-size: 30px;
	color: #464646;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 6px
}
.greate-store-banner.style8 h2, .greate-store-banner.style9 h2 {
	font-family: 'benchnine';
	font-size: 36px;
	color: #464646;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-bottom: 0
}
.greate-store-banner.style8 a, .greate-store-banner.style9 a {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
	font-family: 'benchnine';
	font-size: 15px;
	line-height: 1.8;
	color: #9B9B9B;
	text-transform: uppercase;
	margin-top: 16px
}
.greate-store-banner.style8 a:before, .greate-store-banner.style9 a:before {
	content: '';
	border-bottom: 1px solid #c8c8c8;
	display: block
}
.greate-store-banner.style8 .banner-image img, .greate-store-banner.style9 .banner-image img {
	width: 100%;
	height: 100%
}
.greate-store-banner.style8 .banner-image:before, .greate-store-banner.style9 .banner-image:before {
	content: "";
	display: block;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0
}
.greate-store-banner.style8 .banner-image:before {
	border-bottom: 11px solid transparent;
	border-left: 11px solid #fff;
	border-top: 11px solid transparent;
	top: 0;
	bottom: 0;
	left: 15px
}
.greate-store-banner.style9 .banner-image:before {
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid #fff;
	top: 0;
	bottom: 0;
	right: 15px
}
.greate-store-banner.style10 {
	border-width: 0;
	text-align: center;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}
.greate-store-banner.style10 h3 {
	font-family: 'benchnine';
	font-size: 30px;
	color: #464646;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 6px
}
.greate-store-banner.style10 h2 {
	font-family: 'benchnine';
	font-size: 36px;
	color: #464646;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-bottom: 0
}
.greate-store-banner.style10 a {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
	font-family: 'benchnine';
	font-size: 15px;
	line-height: 1.8;
	color: #9B9B9B;
	text-transform: uppercase;
	margin-top: 16px
}
.greate-store-banner.style10 a:before {
	content: '';
	border-bottom: 1px solid #c8c8c8;
	display: block
}
.greate-store-banner.style10 .banner-content {
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 20px
}
.greate-store-banner.style10 .banner-content .content-middle {
	background-color: rgba(255, 255, 255, 0.6)
}
@media (max-width: 991px) {
.greate-store-banner.style8 .banner-image:before {
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-top: 11px solid #fff;
left: 0;
right: 0;
top: 0;
bottom: auto
}
.greate-store-banner.style9 .banner-image:before {
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-bottom: 11px solid #fff;
left: 0;
right: 0;
top: auto;
bottom: 0
}
}
@media (max-width: 768px) {
.greate-store-banner.style1 h2 {
font-size: 25px !important
}
.greate-store-banner.style2 h2 {
font-size: 50px !important
}
.greate-store-banner.style2 h3 {
font-size: 24px !important
}
.greate-store-banner.style3 .content-middle {
right: 0 !important;
left: 0;
margin: auto
}
.greate-store-banner.style3 h3 {
font-size: 16px !important
}
.greate-store-banner.style3 h2 {
font-size: 30px !important
}
.greate-store-banner.style4 h3 {
font-size: 24px !important;
margin-top: 80px !important
}
.greate-store-banner.style4 h2 {
font-size: 30px !important
}
.greate-store-banner.style5 h2 {
font-size: 30px !important
}
.greate-store-banner.style5 h3 {
font-size: 18px !important
}
}
@media (max-width: 480px) {
.greate-store-banner.style1 h2 {
font-size: 23px !important
}
.greate-store-banner.style2 h2 {
font-size: 40px !important
}
.greate-store-banner.style2 h3 {
font-size: 20px !important
}
.greate-store-banner.style3 h3 {
font-size: 14px !important
}
.greate-store-banner.style3 h2 {
font-size: 25px !important
}
.greate-store-banner.style4 h3 {
font-size: 16px !important;
margin-top: 50px !important
}
.greate-store-banner.style4 h2 {
font-size: 25px !important
}
.greate-store-banner.style5 h2 {
font-size: 25px !important
}
.greate-store-banner.style5 h3 {
font-size: 16px !important
}
}
.wpb_single_image {
	position: relative;
	text-align: center
}
.wpb_single_image:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	background-color: rgba(107, 134, 157, 0.3);
	opacity: 0;
-webkit-transition: all .35s;
-moz-transition: all .35s;
-ms-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
	z-index: 1
}
.wpb_single_image:hover:before {
	opacity: 1
}
.wpb_single_image:hover a:before, .wpb_single_image:hover a:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.wpb_single_image a {
	position: relative;
	display: block
}
.wpb_single_image a:before, .wpb_single_image a:after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
-webkit-transition: all .35s;
-moz-transition: all .35s;
-ms-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
	z-index: 1
}
.wpb_single_image a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1)
}
.wpb_single_image a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0)
}
.effect-bubba {
	position: relative;
	text-align: center
}
.effect-bubba:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	background-color: rgba(107, 134, 157, 0.5);
	opacity: 0;
-webkit-transition: all .35s;
-moz-transition: all .35s;
-ms-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
	z-index: 1
}
.effect-bubba a {
	position: relative;
	display: block
}
.effect-bubba a:before, .effect-bubba a:after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
-webkit-transition: all .35s;
-moz-transition: all .35s;
-ms-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
	z-index: 1
}
.effect-bubba a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1)
}
.effect-bubba a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0)
}
.effect-bubba:hover:before {
	opacity: 1
}
.effect-bubba:hover a:before, .effect-bubba:hover a:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.shortcode-product-wrap h4.widget-title {
	font-size: 28px;
	color: #515151;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
.shortcode-product-wrap h4.widget-title:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 5px;
	height: 1px;
	background-color: #ececec;
	margin-left: 10px
}
.shortcode-product-wrap.navigator-position-center .owl-theme .owl-controls {
	margin: 0;
	height: 0
}
.shortcode-product-wrap.navigator-position-center .owl-theme .owl-controls .owl-buttons div {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -25px
}
.shortcode-product-wrap.navigator-position-center .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -20px
}
.shortcode-product-wrap.navigator-position-center .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -20px
}
.shortcode-product-wrap.navigator-position-top-right .owl-theme .owl-controls {
	margin: 0;
	position: absolute;
	right: 5px;
	top: -56px;
	background-color: #fff;
	padding-left: 5px
}
.shortcode-product-wrap.navigator-position-top-right .owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-right: 5px
}
.shortcode-product-wrap.shortcode-product-style-2.navigator-position-center .owl-theme .owl-controls .owl-buttons div {
	margin-top: -61.5px
}
.shortcode-product-wrap.shortcode-product-style-3 h4.widget-title {
	margin-bottom: 20px;
	font-size: 18px
}
.shortcode-product-wrap.shortcode-product-style-3 div.product + div.product {
	margin-top: 15px
}
.shortcode-product-wrap.shortcode-product-style-3 .wp-post-image {
	width: 80px;
	float: left;
	margin-right: 15px
}
.shortcode-product-wrap.shortcode-product-style-3 .product-content {
	position: relative;
	overflow: hidden
}
.shortcode-product-wrap.shortcode-product-style-3 .product-content .product-title {
	color: #616161;
	margin-bottom: 10px;
	font-size: 13px;
	display: block
}
.shortcode-product-wrap.shortcode-product-style-3 .product-content .product-title:hover {
	text-decoration: none;
	color: #0B0B0D
}
.shortcode-product-wrap.shortcode-product-style-3 .product-content .star-rating {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px
}
.shortcode-product-wrap.shortcode-product-style-3 .product-content span.price {
	font-size: 14px;
	color: #7a7a7a
}
.shortcode-product-wrap.shortcode-product-style-3 .product-content span.price ins {
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	margin-right: 3px
}
.shortcode-product-wrap.shortcode-product-style-3 .product-content span.price del {
	display: inline-block;
	font-size: 11px;
	color: #cacaca;
	opacity: 1
}
.shortcode-product-tab-wrap .tab-wrap {
	margin-bottom: 30px
}
.shortcode-product-tab-wrap ul.tabs {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 1
}
.shortcode-product-tab-wrap ul.tabs li {
	display: inline-block
}
.shortcode-product-tab-wrap ul.tabs li + li a {
	margin-left: 20px
}
.shortcode-product-tab-wrap ul.tabs li a {
	font-size: 18px;
	color: #b9b9b9;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
.shortcode-product-tab-wrap ul.tabs li.active a, .shortcode-product-tab-wrap ul.tabs li:hover a, .shortcode-product-tab-wrap ul.tabs li:focus a, .shortcode-product-tab-wrap ul.tabs li:active a {
	color: #515151;
	font-size: 28px;
	text-decoration: none
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 .tab-wrap {
	text-align: center
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 ul.tabs {
	margin: 0 0 15px 0
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 .description {
	font-size: 13px;
	font-style: italic;
	color: #a8a8a8
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 .owl-theme .owl-controls {
	margin: 0;
	height: 0
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 .owl-theme .owl-controls .owl-buttons div {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -25px
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -20px
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -20px
}
.shortcode-product-tab-wrap.shortcode-product-style-2.shortcode-product-tab-style-1 .owl-theme .owl-controls .owl-buttons div {
	margin-top: -61.5px
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-2 ul.tabs {
	display: inline-block
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-2 .tab-wrap {
	position: relative;
	overflow: hidden
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-2 .tab-wrap:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 5px;
	height: 1px;
	background-color: #ececec;
	margin-left: 10px
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-2 .owl-theme .owl-controls {
	margin: 0;
	position: absolute;
	right: 5px;
	top: -56px;
	background-color: #fff;
	padding-left: 5px
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-2 .owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-right: 10px
}
@media (min-width: 768px) and (max-width: 991px) {
.shortcode-product-wrap.shortcode-product-style-3 .product {
text-align: center
}
.shortcode-product-wrap.shortcode-product-style-3 .wp-post-image {
width: 80px;
float: none;
margin: 0 auto 10px auto;
display: block
}
.shortcode-product-wrap.shortcode-product-style-3 .product-content .star-rating {
margin-left: auto;
margin-right: auto
}
}
@media (max-width: 767px) {
.shortcode-product-wrap.navigator-position-center .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: -8px
}
.shortcode-product-wrap.navigator-position-center .owl-theme .owl-controls .owl-buttons div.owl-next {
right: -8px
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: -8px
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-1 .owl-theme .owl-controls .owl-buttons div.owl-next {
right: -8px
}
}
@media (max-width: 320px) {
.shortcode-product-tab-wrap.shortcode-product-tab-style-2 ul.tabs li {
display: block
}
.shortcode-product-tab-wrap.shortcode-product-tab-style-2 ul.tabs li + li a {
margin: 10px 0 0 0;
display: block
}
}
.portfolio .portfolio-tabs {
	display: table;
	width: 100%
}
.portfolio .portfolio-tabs ul {
	list-style: none;
	padding-right: 34px;
	margin-bottom: 30px
}
.portfolio .portfolio-tabs ul li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 1;
	position: relative
}
.portfolio .portfolio-tabs ul li > a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	padding-left: 10px;
	padding-right: 6px;
	color: #b9b9b9;
-webkit-transition: all .1s linear .1s;
-moz-transition: all .1s linear .1s;
-ms-transition: all .1s linear .1s;
-o-transition: all .1s linear .1s;
transition: all .1s linear .1s
}
.portfolio .portfolio-tabs ul li > a.active, .portfolio .portfolio-tabs ul li > a:hover {
	color: #414141;
	font-size: 18px
}
.portfolio .portfolio-tabs.center {
	text-align: center
}
.portfolio .portfolio-tabs.center ul {
	text-align: center;
	display: inline-block
}
.portfolio .portfolio-tabs.right > ul {
	float: right;
	margin-right: -14px
}
.portfolio .portfolio-tabs.left > ul {
	float: left;
	margin-left: -14px
}
.container .portfolio .portfolio-tabs > ul {
	padding: 0
}
div.light_rounded .pp_description, div.light_square .pp_description {
	text-align: center;
	font-weight: 600;
	font-size: 16px
}
div.light_rounded .pp_description a, div.light_square .pp_description a {
	text-decoration: none;
	color: #747474
}
div.light_rounded .pp_description a:hover, div.light_square .pp_description a:hover {
	text-decoration: none;
	color: #0B0B0D
}
.portfolio-wrapper.great-store-col-md-2 .portfolio-item {
	width: 50%;
	float: left
}
.portfolio-wrapper.great-store-col-md-2 .portfolio-item .post-title a {
	font-size: 18px
}
.portfolio-wrapper.great-store-col-md-3 .portfolio-item {
	width: 33.3%;
	float: left
}
.portfolio-wrapper.great-store-col-md-3 .portfolio-item .post-title a {
	font-size: 16px
}
.portfolio-wrapper.great-store-col-md-4 .portfolio-item {
	width: 25%;
	float: left
}
.portfolio-wrapper.great-store-col-md-4 .portfolio-item .post-title a {
	font-size: 15px
}
.portfolio-wrapper.col-padding-10 {
	margin: 0 -10px -20px
}
.portfolio-wrapper.col-padding-10 .portfolio-item {
	padding: 0px 10px 20px 10px
}
.portfolio-wrapper.col-padding-15 {
	margin: 0 -15px -30px
}
.portfolio-wrapper.col-padding-15 .portfolio-item {
	padding: 0px 15px 30px 15px
}
.portfolio-wrapper.col-padding-20 {
	margin: 0 -20px -40px
}
.portfolio-wrapper.col-padding-20 .portfolio-item {
	padding: 0px 20px 0px 20px
}
.portfolio-wrapper.col-padding-40 {
	margin: 0 -40px -80px
}
.portfolio-wrapper.col-padding-40 .portfolio-item {
	padding: 0px 40px 80px 40px
}
.portfolio-wrapper .portfolio-item {
	padding: 0px;
	position: relative
}
.portfolio-wrapper .portfolio-item img {
	width: 100%;
	height: auto;
	display: block
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
	overflow: hidden
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a {
	border-radius: 0px;
	border: none;
	width: 100%;
	text-decoration: none;
	display: inline
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a:hover {
	background-color: transparent
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
	display: table-cell;
	vertical-align: middle;
	padding-left: 28px;
	padding-right: 28px
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner div {
	text-transform: none;
	text-align: center;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
	font-size: 16px
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category a {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner img {
	max-width: 100%;
	display: inline-block
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner i {
	font-size: 16px;
	padding-left: 2px;
	padding-top: 2px;
	display: inline-block
}
.portfolio-wrapper .portfolio-item div.post-title {
	text-transform: none;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px
}
.portfolio-wrapper .portfolio-item div.post-title a {
	color: #747474;
	font-size: 18px;
	font-weight: 400;
	line-height: 1
}
.portfolio-wrapper .portfolio-item div.post-title a:hover {
	text-decoration: none;
	color: #0B0B0D
}
.portfolio-wrapper .portfolio-item div.category {
	text-align: center;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 14px;
	overflow: hidden;
	text-transform: none;
	line-height: 1.2;
	color: #a7a7a7;
	font-style: italic
}
.portfolio-item.col-padding-10 div.category {
	margin-bottom: 20px
}
.portfolio-item.col-padding-15 div.category {
	margin-bottom: 10px
}
.portfolio-item.col-padding-20 div.category {
	margin-bottom: 0px
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner h5 {
	margin-bottom: 0px;

	color: #fff
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner span.category a {
	text-transform: none
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner a > div {
	font-size: 24px;
	height: 40px;
	overflow: hidden
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner a.view-now {
	border: solid 1px #fff;
	padding: 10px 30px;
	font-size: 13px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner a.view-now:hover {
	background-color: rgba(255, 255, 255, 0.4)
}
.portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner .excerpt {
	color: #747474;
	height: 75px;
	overflow: hidden
}
body.boxed .portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner .icon.full {
	display: none
}
.portfolio-load-more-wrapper {
	text-align: center;
	margin-top: 88px;
	position: relative
}
.portfolio .paging {
	margin-top: 20px;
	height: 56px;
	text-align: center;
	position: relative
}
.portfolio .paging div.middle-line:after {
	border-top: 1px solid #dcdcdc;
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	width: 100%;
	z-index: -1
}
.portfolio .paging div.button-wrapper {
	display: inline-block;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px
}
.portfolio .paging a {
	padding-left: 24px;
	padding-right: 24px;
	background-color: #fff;
	border: solid 1px #dcdcdc;
	color: #747474
}
.portfolio-item .entry-thumbnail .entry-thumbnail-hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.archive-portfolio {
	margin-top: 40px
}
@media only screen and (min-width: 1920px) {
.portfolio-wrapper .portfolio-item .entry-thumbnail > img {
width: 100%
}
}
@media only screen and (max-width: 1000px) {
.portfolio-wrapper.great-store-col-md-2 .portfolio-item .post-title, .portfolio-wrapper.great-store-col-md-2 .portfolio-item .category {
font-size: 12px
}
.portfolio-wrapper.great-store-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5, .portfolio-wrapper.great-store-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
font-size: 12px
}
.portfolio-wrapper.great-store-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner i {
font-size: 16px;
padding-left: 2px;
padding-top: 2px
}
}
@media only screen and (max-width: 600px) {
.portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner h5 {
margin-bottom: 0px
}
}
@media only screen and (min-width: 600px) and (max-width: 990px) {
.portfolio-wrapper.great-store-col-md-3 .portfolio-item, .portfolio-wrapper.great-store-col-md-4 .portfolio-item {
width: 50%
}
}
@media only screen and (min-width: 320px) and (max-width: 590px) {
.portfolio-wrapper.great-store-col-md-2 .portfolio-item, .portfolio-wrapper.great-store-col-md-3 .portfolio-item, .portfolio-wrapper.great-store-col-md-4 .portfolio-item {
width: 100%
}
}
.single-portfolio .post-navigation-label {
	display: none
}
.single-portfolio .page-title-wrapper {
	margin-bottom: 40px
}
.single-portfolio .portfolio-full .fullwidth .portfolio-description, .single-portfolio .portfolio-full .small-slider > .col-md-8, .single-portfolio .portfolio-full .siderbar > .col-md-8, .single-portfolio .portfolio-full .vertical-slider > .col-md-8 {
	padding-left: 0px
}
.portfolio-full {
	margin-bottom: 60px
}
.portfolio-full .post-slideshow .owl-buttons .owl-prev, .portfolio-full .post-slideshow .owl-buttons .owl-next {
	position: absolute;
	height: 100%;
	border-radius: 0px;
	background-color: transparent;
	display: table
}
.portfolio-full .post-slideshow .owl-buttons .owl-prev span.arrow-wrapper, .portfolio-full .post-slideshow .owl-buttons .owl-next span.arrow-wrapper {
	display: table-cell;
	vertical-align: middle;
	position: relative
}
.portfolio-full .post-slideshow .owl-buttons .owl-prev {
	left: 0px;
	margin: 0px
}
.portfolio-full .post-slideshow .owl-buttons .owl-next {
	right: 0px;
	margin: 0px
}
.portfolio-full.siderbar .widget_categories {
	margin-bottom: 60px
}
.portfolio-full.siderbar h4.widget-title:after {
	border: none
}
.portfolio-full.siderbar .widget_categories ul {
	list-style: none;
	padding-left: 0px
}
.portfolio-full.siderbar .widget-grant-related_post {
	margin-bottom: 80px
}
.portfolio-full.siderbar .widget_categories ul li.cat-item a {
	padding-left: 16px;
	color: #0B0B0D
}
.portfolio-full .post-slideshow.owl-theme .owl-controls {
	margin-top: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%
}
.portfolio-full .post-slideshow.owl-theme .owl-controls .owl-buttons {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.portfolio-full.fullwidth .post-slideshow {
	max-height: 640px;
	overflow: hidden
}
.portfolio-full.small-slider .post-slideshow {
	max-height: 507px;
	overflow: hidden
}
.portfolio-full.big-slider .post-slideshow {
	max-height: 774px;
	overflow: hidden
}
.portfolio-full.fullwidth .post-slideshow div.item img {
	width: 100%
}
.portfolio-full.vertical-slider .post-slideshow {
	margin-bottom: 30px
}
.portfolio-full.vertical-slider .post-slideshow div.item {
	margin-bottom: 30px
}
.portfolio-full .post-slideshow div.item img {
	max-width: 100%
}
.portfolio-full .portfolio-content div.title {
	text-transform: none;
	margin-top: 28px;
	margin-bottom: 28px;
	font-size: 22px;
	color: #515151
}
.portfolio-full .portfolio-content h5.clear-top {
	margin-top: 0px
}
.portfolio-full .portfolio-content .portfolio-info .portfolio-info-box {
	display: inline-block;
	color: #969696
}
.portfolio-full .portfolio-content .portfolio-info .portfolio-info-box > span {
	padding-right: 30px;
	font-size: 13px;
	font-style: italic
}
.portfolio-full .portfolio-content .portfolio-info .portfolio-info-box .portfolio-term {
	display: inline-block;
	padding-left: 10px
}
.portfolio-full .portfolio-content .portfolio-info .portfolio-info-box .text-underline {
	text-decoration: underline
}
.portfolio-full .portfolio-content {
	margin-bottom: 60px
}
.portfolio-related.portfolio-wrapper {
	margin-top: 30px
}
.portfolio-content {
	padding-top: 24px
}
.portfolio-content .social-link {
	text-align: right
}
.portfolio-content .social-link > ul {
	list-style: none;
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0px
}
.portfolio-content .social-link > ul li {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.4
}
.portfolio-content .social-link > ul li h6 {
	margin-bottom: 0;
	font-size: 15px
}
.portfolio-content .social-link > ul li i {
	color: #dadada
}
.portfolio-content .social-link > ul li:first-child {
	padding-left: 0px
}
.counter-wapper {
	text-align: center;
	padding: 117px 0
}
.counter-wapper i {
	font-size: 48px;
	line-height: 48px;
	color: #414141;
	display: block
}
.counter-wapper span {
	font-size: 48px;
	font-weight: 400;
	line-height: 48px;
	display: inline-block;
	color: #414141;
	padding: 9px 0 7px
}
.counter-wapper .counter-title {
	font-size: 14px;
	font-weight: 400;
	color: #8D8D8D;
	margin: 0
}

/*.slider-logo .vc_item{width: 6% !important;}*/
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
    margin: 0 10px;
    text-align: center;
}

.great-store-ourteam {
	margin-bottom: 30px;
	text-align: center
}
.great-store-ourteam img {
	width: 100%
}
.great-store-ourteam .owl-wrapper .owl-item {
	padding-left: 15px;
	padding-right: 15px
}
.great-store-ourteam .great-store-ourteam-slider {
	margin-left: -15px;
	margin-right: -15px
}
.great-store-ourteam .ourteam-name {
	font-size: 15px;
	color: #414141;
	padding-top: 15px;
	margin: 0
}
.great-store-ourteam .ourteam-job {
	font-size: 13px;
	color: #A6A6A6;
	padding-top: 4px;
	margin: 0
}
.great-store-ourteam .ourteam-social i {
	display: inline-block;
	font-size: 17px;
	color: #DADADA;
	padding: 5px 7px
}
.great-store-ourteam .ourteam-social i:hover {
	color: #0B0B0D
}
.great-store-viewmore {
	text-align: center
}
.great-store-viewmore a {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 41px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #e9e9e9;
	position: relative
}
.great-store-viewmore a i {
	color: #929292;
	line-height: 41px
}
.great-store-viewmore a:hover {
	background-color: #0B0B0D
}
.great-store-viewmore a:hover i {
	color: #ffffff
}
.great-store-viewmore a:before {
	content: '';
	display: block;
	border-top: 1px solid #e9e9e9;
	width: 33px;
	position: absolute;
	right: 56px;
	top: 23px
}
.great-store-viewmore a:after {
	content: '';
	display: block;
	border-top: 1px solid #e9e9e9;
	width: 33px;
	position: absolute;
	left: 56px;
	top: 23px
}
.great-store-viewmore span {
	position: relative;
	display: inline-block
}
.great-store-viewmore span:before {
	content: '';
	display: block;
	border-top: 1px solid #e9e9e9;
	width: 73px;
	position: absolute;
	right: 56px;
	top: 20px
}
.great-store-viewmore span:after {
	content: '';
	display: block;
	border-top: 1px solid #e9e9e9;
	width: 73px;
	position: absolute;
	left: 56px;
	top: 20px
}
header.main-header .shopping-cart-wrapper:hover .widget_shopping_cart_content .cart_list_wrapper {
	display: block
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content {
	display: inline-block;
	text-align: left
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
	position: relative;
	display: inline-block
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon {
	cursor: pointer
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon + span {
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #0B0B0D;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	top: 13px;
	left: 8px;
	text-align: center;
	line-height: 20px
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 9998;
	width: 370px;
	background: #fff;
	border-top: solid 1px #222;
	-webkit-box-shadow: 0px 3px 10px -2px #777;
	-moz-box-shadow: 0px 3px 10px -2px #777;
	box-shadow: 0px 3px 10px -2px #777;
	padding: 0 20px;
	margin-top: -1px
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper.has-cart {
	border-top: solid 1px #0B0B0D
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper ul.cart_list.product_list_widget {
	position: relative;
	max-height: 326px;
	overflow: auto;
	margin-right: -18px;
	padding-right: 18px
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper ul.cart_list.product_list_widget.ps-container > .ps-scrollbar-y-rail, header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper ul.cart_list.product_list_widget.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	display: block
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper ul.cart_list.product_list_widget.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	height: 206px
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
	padding: 45px 0;
	text-align: center
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
	text-transform: uppercase;
	color: #515151;
	padding: 0 0 15px;
	margin: 0;
	font-size: 16px;
	word-spacing: 0.2em
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
	color: #747474;
	padding: 0;
	margin: 0
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
	padding: 10px 0;
	margin: 0;
	position: relative;
	border-bottom: solid 1px #ececec
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .variation {
	display: none
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li div.star-rating {
	margin: 10px 0px;
	min-height: 14px
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li > a > img {
	height: auto;
	width: 80px;
	float: left;
	padding-right: 10px;
	margin: 0
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li > a {
	text-transform: none;
	word-spacing: 0.2em;
	color: #515151;
	font-size: 13px;
	font-weight: 400
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li > a:hover {
	color: #0B0B0D
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li > span.quantity {
	font-size: 13px;
	color: #747474
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li > a.mini-cart-remove {
	position: absolute;
	right: 0;
	top: 30px;
	background-color: #dfdfdf;
	border-radius: 100%;
	color: #717171 !important;
	font-size: 15px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	width: 18px
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li > a.mini-cart-remove:hover {
	background-color: #0B0B0D
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li > a.mini-cart-remove:hover > span {
	color: #fff
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li > a.mini-cart-remove > span {
	font-size: 11px;
	font-weight: 600
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
	border-bottom: solid 1px #ececec;
	padding: 10px 0;
	font-size: 18px;
	color: #747474;
	position: relative
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
	font-weight: 400
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
	text-align: center
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
	text-transform: none;
	display: inline-block;
	letter-spacing: 1.5px;
	line-height: 12px;
	text-align: center;
	font-size: 12px;
	padding: 11px 22px;
	width: 100%;
	color: #515151;
	background-color: #ffffff;
	border: 1px solid #ececec;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
	background-color: #0B0B0D;
	border: 1px solid #0B0B0D;
	color: #ffffff
}
header.main-header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
	margin-top: 10px
}
header.main-header a:visited, header.main-header a:active, header.main-header a:focus {
	color: inherit
}
@media screen and (min-width: 992px) {
ul.main-menu, .x-nav-menu.x-nav-menu-horizontal {
list-style: none;
padding: 0;
margin: 0;
color: #6d6d6d
}
ul.main-menu li, .x-nav-menu.x-nav-menu-horizontal li {
min-width: 180px
}
ul.main-menu li > a, .x-nav-menu.x-nav-menu-horizontal li > a {
display: inline-block;
vertical-align: middle;
font-size: 15px
}
ul.main-menu ul.sub-menu, .x-nav-menu.x-nav-menu-horizontal ul.sub-menu {
position: absolute;
top: 0;
left: 100%;
height: auto;
right: auto;
background: #fff;
list-style: none;
padding: 0;
margin: 0;
text-align: left;
border-top: solid 1px #eee;
visibility: hidden;
opacity: 0;
border-top: solid 3px #0B0B0D;
-webkit-box-shadow: 0px 4px 5px -2px #777;
-moz-box-shadow: 0px 4px 5px -2px #777;
box-shadow: 0px 4px 5px -2px #777;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
ul.main-menu ul.sub-menu > li.menu-item, .x-nav-menu.x-nav-menu-horizontal ul.sub-menu > li.menu-item {
padding: 0;
margin: 0;
display: block;
border-bottom: solid 1px #eee;
position: relative;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
ul.main-menu ul.sub-menu > li.menu-item:hover, .x-nav-menu.x-nav-menu-horizontal ul.sub-menu > li.menu-item:hover {
padding-left: 10px;
color: #0B0B0D
}
ul.main-menu ul.sub-menu > li.menu-item b.g-caret, .x-nav-menu.x-nav-menu-horizontal ul.sub-menu > li.menu-item b.g-caret {
display: none
}
ul.main-menu ul.sub-menu > li.menu-item.menu-item-has-children:after, .x-nav-menu.x-nav-menu-horizontal ul.sub-menu > li.menu-item.menu-item-has-children:after {
content: "\203A";
font-family: monospace, tahoma;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
font-size: 1.3em;
position: absolute;
right: 10px;
left: auto;
top: 0;
bottom: 0;
margin: auto;
height: 15px;
line-height: 15px
}
ul.main-menu ul.sub-menu > li.menu-item > a, .x-nav-menu.x-nav-menu-horizontal ul.sub-menu > li.menu-item > a {
padding: 10px 15px;
white-space: nowrap;
font-size: 13px;
top: 12px;
left: 0;
right: 0;
margin: auto
}
ul.main-menu > li.menu-item, .x-nav-menu.x-nav-menu-horizontal > li.menu-item {
display: inline-block;
vertical-align: middle;
min-width: 0
}
ul.main-menu > li.menu-item.current-menu-item:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-menu-item:after {
width: 100%
}
ul.main-menu > li.menu-item + li.menu-item, .x-nav-menu.x-nav-menu-horizontal > li.menu-item + li.menu-item {
margin-left: 30px
}
ul.main-menu > li.menu-item > a, .x-nav-menu.x-nav-menu-horizontal > li.menu-item > a {
padding: 38px 0;
position: relative;
font-size: 15px;
color: #6d6d6d;
text-transform: none
}
ul.main-menu > li.menu-item > a:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item > a:after {
content: "";
display: block;
width: 0%;
border-top: solid 3px #fff;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto
}
ul.main-menu > li.menu-item.current-menu-ancestor > a.x-menu-a-text ul.main-menu > li.menu-item.current-page-ancestor > a.x-menu-a-text, ul.main-menu > li.menu-item.current-menu-ancestor > a.x-menu-a-text .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-page-ancestor > a.x-menu-a-text, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-menu-ancestor > a.x-menu-a-text ul.main-menu > li.menu-item.current-page-ancestor > a.x-menu-a-text, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-menu-ancestor > a.x-menu-a-text .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-page-ancestor > a.x-menu-a-text, ul.main-menu > li.menu-item.current_page_parent > a.x-menu-a-text, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current_page_parent > a.x-menu-a-text, ul.main-menu > li.menu-item.current-menu-item > a.x-menu-a-text, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-menu-item > a.x-menu-a-text, ul.main-menu > li.menu-item.current_page_item > a.x-menu-a-text, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current_page_item > a.x-menu-a-text, ul.main-menu > li.menu-item.menu-item:hover > a.x-menu-a-text, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.menu-item:hover > a.x-menu-a-text {
color: #fff
}
ul.main-menu > li.menu-item.current-menu-ancestor > a.x-menu-a-text ul.main-menu > li.menu-item.current-page-ancestor > a.x-menu-a-text:after, ul.main-menu > li.menu-item.current-menu-ancestor > a.x-menu-a-text .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-page-ancestor > a.x-menu-a-text:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-menu-ancestor > a.x-menu-a-text ul.main-menu > li.menu-item.current-page-ancestor > a.x-menu-a-text:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-menu-ancestor > a.x-menu-a-text .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-page-ancestor > a.x-menu-a-text:after, ul.main-menu > li.menu-item.current_page_parent > a.x-menu-a-text:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current_page_parent > a.x-menu-a-text:after, ul.main-menu > li.menu-item.current-menu-item > a.x-menu-a-text:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current-menu-item > a.x-menu-a-text:after, ul.main-menu > li.menu-item.current_page_item > a.x-menu-a-text:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.current_page_item > a.x-menu-a-text:after, ul.main-menu > li.menu-item.menu-item:hover > a.x-menu-a-text:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item.menu-item:hover > a.x-menu-a-text:after {
width: 100%
}
ul.main-menu > li.menu-item > ul.sub-menu, .x-nav-menu.x-nav-menu-horizontal > li.menu-item > ul.sub-menu {
top: 100%;
left: 0
}
ul.main-menu > li.menu-item > ul.sub-menu a, .x-nav-menu.x-nav-menu-horizontal > li.menu-item > ul.sub-menu a {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
ul.main-menu > li.menu-item .g-caret, .x-nav-menu.x-nav-menu-horizontal > li.menu-item .g-caret, ul.main-menu > li.menu-item b.x-caret, .x-nav-menu.x-nav-menu-horizontal > li.menu-item b.x-caret {
position: absolute
}
ul.main-menu > li.menu-item .g-caret, .x-nav-menu.x-nav-menu-horizontal > li.menu-item .g-caret {
margin-right: 12px
}
ul.main-menu > li.menu-item .g-caret:after, .x-nav-menu.x-nav-menu-horizontal > li.menu-item .g-caret:after {
content: "\203A";
font-family: monospace, tahoma;
display: inline-block;
vertical-align: middle;
margin-left: 10px;
font-size: 17px;
line-height: 17px;
position: relative;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg)
}
ul.main-menu li.menu-item:hover > ul.sub-menu, .x-nav-menu.x-nav-menu-horizontal li.menu-item:hover > ul.sub-menu {
visibility: visible;
height: auto;
opacity: 1
}
ul.main-menu li.current-page-ancestor > a, .x-nav-menu.x-nav-menu-horizontal li.current-page-ancestor > a, ul.main-menu li.current_page_parent > a, .x-nav-menu.x-nav-menu-horizontal li.current_page_parent > a, ul.main-menu li.current-menu-item > a, .x-nav-menu.x-nav-menu-horizontal li.current-menu-item > a, ul.main-menu li.menu-item > a:hover, .x-nav-menu.x-nav-menu-horizontal li.menu-item > a:hover {
color: #0B0B0D
}
ul.main-menu .sub-menu {
height: 100%
}
ul.main-menu > li.menu-item.menu-item-has-children {
padding-right: 12px
}
.nav-menu-toggle-wrapper {
display: none
}
ul.main-menu > li.menu-item {
position: relative
}
header.main-header.layout-1 .header-left-wrapper {
padding: 28px 40px;
display: inline-block;
border-right: solid 1px #ececec
}
header.main-header.layout-1 .menu-wrapper .main-menu {
padding: 0px 0px 0px 50px;
display: inline-block
}
header.main-header.layout-1 .header-right-wrapper {
position: absolute;
right: 0px;
display: inline-block;
transition: all .3s
}
header.main-header.layout-1 .header-right-wrapper .search-button-wrapper {
padding: 34px;
display: inline-block
}
header.main-header.layout-1 .header-right-wrapper .menu-sidebar-wrapper, header.main-header.layout-1 .header-right-wrapper .shopping-cart-wrapper {
padding: 34px;
display: inline-block;
border-left: solid 1px #ececec
}
header.main-header.layout-1.bg-transparent {
background-color: transparent
}
header.main-header.layout-1.bg-transparent .site-top {
border-bottom-color: rgba(255, 255, 255, 0.2)
}
header.main-header.layout-1.bg-transparent .header-logo img:first-child {
display: inline-block
}
header.main-header.layout-1.bg-transparent .header-logo img:last-child {
display: none
}
header.main-header.layout-1.menu-transparent .menu-wrapper {
border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}
header.main-header.layout-1.menu-transparent ul.main-menu > li.menu-item > a, header.main-header.layout-1.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a {
color: #fff
}
header.main-header.layout-1.menu-transparent ul.main-menu > li:hover > a, header.main-header.layout-1.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li:hover > a {
color: #fff
}
header.main-header.layout-1.menu-transparent ul.main-menu > li:hover > a:after, header.main-header.layout-1.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li:hover > a:after {
border-top-color: #fff
}
header.main-header.layout-1.menu-transparent ul.main-menu > li.x-menu-item > a:focus, header.main-header.layout-1.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a:focus, header.main-header.layout-1.menu-transparent ul.main-menu > li.x-menu-item > a.x-active, header.main-header.layout-1.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a.x-active, header.main-header.layout-1.menu-transparent ul.main-menu > li.x-menu-item.current-menu-ancestor > a, header.main-header.layout-1.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a {
color: #fff
}
header.main-header.layout-1.menu-transparent .header-left-wrapper {
border-right: solid 1px rgba(255, 255, 255, 0.2)
}
header.main-header.layout-1.menu-transparent .search-button-wrapper {
padding: 34px;
color: #fff
}
header.main-header.layout-1.menu-transparent .menu-sidebar-wrapper, header.main-header.layout-1.menu-transparent .shopping-cart-wrapper {
padding: 34px;
border-left: solid 1px rgba(255, 255, 255, 0.2);
color: #fff
}
header.main-header.layout-1.menu-transparent .widget-mini-cart .shopping-cart-wrapper {
padding: 0 0 0 12px;
border-left: none
}
header.main-header.layout-1.affix-header {
background-color: #fff
}
header.main-header.layout-1.affix-header .header-left-wrapper {
padding: 18px 40px
}
header.main-header.layout-1.affix-header ul.main-menu > li.menu-item > a {
padding-top: 28px;
padding-bottom: 28px
}
header.main-header.layout-1.affix-header .header-right-wrapper .search-button-wrapper {
padding: 24px 34px
}
header.main-header.layout-1.affix-header .header-right-wrapper .menu-sidebar-wrapper, header.main-header.layout-1.affix-header .header-right-wrapper .shopping-cart-wrapper {
padding: 24px 34px
}
header.main-header.layout-1.affix-header.bg-transparent .header-logo img:first-child {
display: none
}
header.main-header.layout-1.affix-header.bg-transparent .header-logo img:last-child {
display: inline-block
}
header.main-header.layout-2 .menu-inner {
background-color: #fff
}
header.main-header.layout-2 .header-logo {
width: 20%;
padding:20px 0;
float:left;
}
header.main-header.layout-2 ul.main-menu > li > a, header.main-header.layout-2 .x-nav-menu.x-nav-menu-horizontal > li > a {
padding-top: 15px;
padding-bottom: 15px;
padding-right:8px;
}
header.main-header.layout-2 .menu-sidebar-wrapper {
width: 30%;
display: inline-block
}
header.main-header.layout-2 .header-tool {
 width: 80%;
 display: inline-block;
 text-align: right;
 margin-top: 30px;
}
header.main-header.layout-2 .header-tool .search-button-wrapper {
padding: auto 10px;
display: inline-block
}
header.main-header.layout-2 .header-tool .menu-sidebar-wrapper, header.main-header.layout-2 .header-tool .shopping-cart-wrapper {
padding-right: 10px;
padding-left: 10px;
display: inline-block
}
header.main-header.layout-2.bg-transparent {
background-color: transparent
}
header.main-header.layout-2.bg-transparent .site-top {
border-bottom-color: rgba(255, 255, 255, 0.2)
}
header.main-header.layout-2.bg-transparent .search-button-wrapper {
padding: auto 10px;
color: #fff
}
header.main-header.layout-2.bg-transparent .menu-sidebar-wrapper, header.main-header.layout-2.bg-transparent .shopping-cart-wrapper .widget_shopping_cart_icon {
color: #fff
}
header.main-header.layout-2.menu-transparent .menu-inner {
background-color: transparent
}
header.main-header.layout-2.menu-transparent ul.main-menu > li.menu-item > a, header.main-header.layout-2.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a {
color: #fff
}
header.main-header.layout-2.menu-transparent ul.main-menu > li:hover > a, header.main-header.layout-2.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li:hover > a {
color: #fff
}
header.main-header.layout-2.menu-transparent ul.main-menu > li:hover > a:after, header.main-header.layout-2.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li:hover > a:after {
border-top-color: #fff
}
header.main-header.layout-2.menu-transparent ul.main-menu > li.x-menu-item > a:focus, header.main-header.layout-2.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a:focus, header.main-header.layout-2.menu-transparent ul.main-menu > li.x-menu-item > a.x-active, header.main-header.layout-2.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a.x-active, header.main-header.layout-2.menu-transparent ul.main-menu > li.x-menu-item.current-menu-ancestor > a, header.main-header.layout-2.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a {
color: #fff
}
header.main-header.layout-2.menu-transparent .header-left-wrapper {
border-right: solid 1px rgba(255, 255, 255, 0.2)
}
header.main-header.layout-2.header-3 .menu-wrapper {
padding-top: 2px;
border-top: solid 1px #ebebeb
}
header.main-header.layout-2.header-3 .menu-wrapper .menu-inner {
background-color: #f7f7f7
}
header.main-header.layout-2.header-3 .menu-wrapper .menu-inner ul.main-menu > li.menu-item > a::after, header.main-header.layout-2.header-3 .menu-wrapper .menu-inner .x-nav-menu.x-nav-menu-horizontal > li.menu-item > a::after {
top: -3px;
border-top-width: 1px
}
header.main-header.layout-2.header-4 ul.main-menu > li:hover > a:after {
border-top-width: 1px
}
header.main-header.layout-2.header-4 .header-logo img:first-child {
display: inline-block
}
header.main-header.layout-2.header-4 .header-logo img:last-child {
display: none
}
header.main-header.layout-2.header-4 .menu-wrapper .menu-inner.transparent {
background-color: rgba(0, 0, 0, 0.2)
}
header.main-header.layout-2.header-7 .menu-inner {
background-color: #0B0B0D
}
header.main-header.layout-2.header-7 ul.main-menu > li.menu-item > a, header.main-header.layout-2.header-7 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a {
color: #fff
}
header.main-header.layout-2.header-7 ul.main-menu > li:hover > a, header.main-header.layout-2.header-7 .x-nav-menu.x-nav-menu-horizontal > li:hover > a {
color: #fff
}
header.main-header.layout-2.header-7 ul.main-menu > li:hover > a:after, header.main-header.layout-2.header-7 .x-nav-menu.x-nav-menu-horizontal > li:hover > a:after {
border-top-color: #fff
}
header.main-header.layout-2.header-7 ul.main-menu > li.x-menu-item > a:focus, header.main-header.layout-2.header-7 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a:focus, header.main-header.layout-2.header-7 ul.main-menu > li.x-menu-item > a.x-active, header.main-header.layout-2.header-7 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a.x-active, header.main-header.layout-2.header-7 ul.main-menu > li.x-menu-item.current-menu-ancestor > a, header.main-header.layout-2.header-7 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a {
color: #fff
}
header.main-header.layout-2.header-8 {
background-color: transparent
}
header.main-header.layout-2.header-8 .site-top, header.main-header.layout-2.header-8 .header {
background-color: #fff
}
header.main-header.layout-2.header-8.menu-transparent .menu-wrapper, header.main-header.layout-2.header-8.menu-transparent .menu-inner {
background-color: rgba(0, 0, 0, 0.3);
position: fixed;
width: 100%
}
header.main-header.layout-2.header-8.menu-transparent ul.main-menu > li.menu-item > a, header.main-header.layout-2.header-8.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a {
color: #fff
}
header.main-header.layout-2.header-8.menu-transparent ul.main-menu > li:hover > a, header.main-header.layout-2.header-8.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li:hover > a {
color: #fff
}
header.main-header.layout-2.header-8.menu-transparent ul.main-menu > li:hover > a:after, header.main-header.layout-2.header-8.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li:hover > a:after {
border-top-color: #fff
}
header.main-header.layout-2.header-8.menu-transparent ul.main-menu > li.x-menu-item > a:focus, header.main-header.layout-2.header-8.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a:focus, header.main-header.layout-2.header-8.menu-transparent ul.main-menu > li.x-menu-item > a.x-active, header.main-header.layout-2.header-8.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a.x-active, header.main-header.layout-2.header-8.menu-transparent ul.main-menu > li.x-menu-item.current-menu-ancestor > a, header.main-header.layout-2.header-8.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a {
color: #fff
}
header.main-header.layout-2.affix-header.header-3 .menu-wrapper {
background-color: #F7F7F7
}
header.main-header.layout-2.affix-header.header-4 .menu-wrapper .menu-inner.transparent {
background-color: #fff
}
header.main-header.layout-3 .widget_search {
display: inline-block
}
header.main-header.layout-3 .widget_search input {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: #f9f9f9;
width: 198px
}
header.main-header.layout-3 .widget_search button {
top: 5px
}
header.main-header.layout-3 span i {
font-size: 16px
}
header.main-header.layout-3 .my-setting span, header.main-header.layout-3 .profile, header.main-header.layout-3 .shopping-cart-wrapper {
padding-left: 10px;
display: inline-block
}
header.main-header.layout-3 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.icon {
font-size: 16px;
padding-bottom: 20px;
padding-top: 10px
}
header.main-header.layout-3 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.icon + span {
top: -5px
}
header.main-header.layout-3 .header-logo {
width: 100%;
padding: 40px;
display: inline-block;
text-align: center
}
header.main-header.layout-3 .menu-inner {
background-color: #0B0B0D
}
header.main-header.layout-3 ul.main-menu > li.menu-item > a, header.main-header.layout-3 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a {
color: #fff
}
header.main-header.layout-3 ul.main-menu > li:hover > a, header.main-header.layout-3 .x-nav-menu.x-nav-menu-horizontal > li:hover > a {
color: #fff
}
header.main-header.layout-3 ul.main-menu > li:hover > a:after, header.main-header.layout-3 .x-nav-menu.x-nav-menu-horizontal > li:hover > a:after {
border-top-color: #fff
}
header.main-header.layout-3 ul.main-menu > li.x-menu-item > a:focus, header.main-header.layout-3 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a:focus, header.main-header.layout-3 ul.main-menu > li.x-menu-item > a.x-active, header.main-header.layout-3 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a.x-active, header.main-header.layout-3 ul.main-menu > li.x-menu-item.current-menu-ancestor > a, header.main-header.layout-3 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a {
color: #fff
}
header.main-header.layout-3 ul.main-menu > li > a, header.main-header.layout-3 .x-nav-menu.x-nav-menu-horizontal > li > a {
padding-top: 15px;
padding-bottom: 15px
}
header.main-header.layout-3.bg-transparent {
background-color: transparent
}
header.main-header.layout-3.bg-transparent .site-top {
border-bottom-color: rgba(255, 255, 255, 0.2)
}
header.main-header.layout-3.bg-transparent .search-button-wrapper {
padding: auto 10px;
color: #fff
}
header.main-header.layout-3.bg-transparent .menu-sidebar-wrapper, header.main-header.layout-3.bg-transparent .shopping-cart-wrapper .widget_shopping_cart_icon {
color: #fff
}
header.main-header.layout-3.menu-transparent .menu-inner {
background-color: transparent
}
header.main-header.layout-3.menu-transparent ul.main-menu > li.menu-item > a, header.main-header.layout-3.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a {
color: #fff
}
header.main-header.layout-3.menu-transparent ul.main-menu > li:hover > a, header.main-header.layout-3.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li:hover > a {
color: #fff
}
header.main-header.layout-3.menu-transparent ul.main-menu > li:hover > a:after, header.main-header.layout-3.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li:hover > a:after {
border-top-color: #fff
}
header.main-header.layout-3.menu-transparent ul.main-menu > li.x-menu-item > a:focus, header.main-header.layout-3.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a:focus, header.main-header.layout-3.menu-transparent ul.main-menu > li.x-menu-item > a.x-active, header.main-header.layout-3.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a.x-active, header.main-header.layout-3.menu-transparent ul.main-menu > li.x-menu-item.current-menu-ancestor > a, header.main-header.layout-3.menu-transparent .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a {
color: #fff
}
header.main-header.layout-3.menu-transparent .header-left-wrapper {
border-right: solid 1px rgba(255, 255, 255, 0.2)
}
header.main-header.layout-3.header-6 ul.main-menu > li:hover > a:after {
border-top-width: 1px
}
header.main-header.layout-3.affix-header.header-6 .menu-inner {
background-color: #fff
}
header.main-header.layout-3.affix-header.header-6 ul.main-menu > li.menu-item > a, header.main-header.layout-3.affix-header.header-6 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a {
color: #6d6d6d
}
header.main-header.layout-3.affix-header.header-6 ul.main-menu > li:hover > a, header.main-header.layout-3.affix-header.header-6 .x-nav-menu.x-nav-menu-horizontal > li:hover > a {
color: #0B0B0D
}
header.main-header.layout-3.affix-header.header-6 ul.main-menu > li:hover > a:after, header.main-header.layout-3.affix-header.header-6 .x-nav-menu.x-nav-menu-horizontal > li:hover > a:after {
border-top-color: #0B0B0D
}
header.main-header.layout-3.affix-header.header-6 ul.main-menu > li.x-menu-item > a:focus, header.main-header.layout-3.affix-header.header-6 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a:focus, header.main-header.layout-3.affix-header.header-6 ul.main-menu > li.x-menu-item > a.x-active, header.main-header.layout-3.affix-header.header-6 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a.x-active, header.main-header.layout-3.affix-header.header-6 ul.main-menu > li.x-menu-item.current-menu-ancestor > a, header.main-header.layout-3.affix-header.header-6 .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item.current-menu-ancestor > a {
color: #0B0B0D
}
header.main-header .site-top .my-setting span, header.main-header .site-top .profile, header.main-header .site-top .shopping-cart-wrapper {
display: inline-block;
padding-left: 10px
}
header.main-header .search-button-wrapper, header.main-header .menu-sidebar-wrapper, header.main-header .widget_shopping_cart_icon span.icon {
font-size: 20px;
cursor: pointer
}
header.main-header .menu-sidebar-wrapper > span.icon {
padding-bottom: 40px
}
header.main-header .menu-sidebar-wrapper > span.icon:hover .popup-menu-setting {
display: block
}
header.main-header .menu-sidebar-wrapper.right .popup-menu-setting {
right: 0;
top: 100%
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting {
color: #747474;
position: absolute;
display: none;
background-color: #fff;
box-shadow: 0 3px 10px -2px #777;
min-width: 228px;
border-top: solid 1px #0B0B0D;
padding-left: 20px;
z-index: 9999;
margin-top: -1px
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting > div:first-child {
padding-top: 20px
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting a, header.main-header .menu-sidebar-wrapper .popup-menu-setting i {
font-size: 13px !important
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical {
height: auto;
display: inline-block
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul > li img.iclflag {
top: -1px
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul > li > a {
padding: 8px 0 !important
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul > li > a.lang_sel_sel:hover {
color: #0B0B0D
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting h4 {
font-size: 17px;
margin-bottom: 10px;
font-weight: 300
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting ul, header.main-header .menu-sidebar-wrapper .popup-menu-setting a {
border: none !important
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .currency ul {
list-style: none;
padding-left: 0
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .currency ul li {
line-height: 1.2
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .currency ul li:last-child {
padding-bottom: 4px
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget-account ul {
padding-left: 0px;
list-style: none
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget-account ul li {
line-height: 1.3
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget-account ul li i {
padding-right: 10px
}
header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget-account ul li i.fa-user, header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget-account ul li i.fa-lock, header.main-header .menu-sidebar-wrapper .popup-menu-setting .widget-account ul li i.fa-unlock-alt {
padding-left: 2px;
padding-right: 13px
}
header.main-header.bg-transparent .site-top {
color: #c0c0c0
}
header.main-header.bg-transparent .widget-search input {
background-color: transparent;
border-color: #c0c0c0;
color: #c0c0c0
}
header.main-header.bg-transparent .widget-search input ::-webkit-input-placeholder {
color: #c0c0c0
}
header.main-header.bg-transparent .widget-search input :-moz-placeholder {
color: #c0c0c0
}
header.main-header.bg-transparent .widget-search input ::-moz-placeholder {
color: #c0c0c0
}
header.main-header.bg-transparent .widget-search input :-ms-input-placeholder {
color: #c0c0c0
}
header.main-header.bg-transparent .widget-search button i {
color: #c0c0c0
}
header.main-header .menu-inner {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease
}
header.main-header.header-1 header.logo img, header.main-header.header-2 header.logo img, header.main-header.header-10 header.logo img, header.main-header.header-11 header.logo img {
height: 44px;
width: auto
}
header.main-header.header-1 .nav-menu-wrapper, header.main-header.header-2 .nav-menu-wrapper {
display: inline
}
header.main-header.header-1 .bg-menu-logo, header.main-header.header-2 .bg-menu-logo {
background-color: #0B0B0D
}
header.main-header.header-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper, header.main-header.header-4 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper, header.main-header.header-7 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper, header.main-header.header-8 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
top: auto
}
header.main-header.header-6 .shopping-cart-wrapper {
padding-bottom: 10px
}
}
@media screen and (max-width: 991px) {
.nav-menu-toggle-wrapper {
background: #000;
color: #fff;
display: block;
font-size: 15px;
font-weight: 600;
padding: 10px 15px
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner {
cursor: pointer;
display: inline-block;
vertical-align: middle
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner .nav-menu-toggle-icon {
background: none repeat scroll 0 0 #000;
display: inline-block;
height: 30px;
position: relative;
vertical-align: middle;
width: 30px
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner .nav-menu-toggle-icon > span {
background: none repeat scroll 0 0 #fff;
bottom: 0;
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
width: 70%
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner .nav-menu-toggle-icon > span:after, .nav-menu-toggle-wrapper .nav-menu-toggle-inner .nav-menu-toggle-icon > span:before {
background: none repeat scroll 0 0 #fff;
bottom: auto;
content: "";
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
width: 100%
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner .nav-menu-toggle-icon > span:before {
top: 7px;
transform-origin: 0px 1px
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner .nav-menu-toggle-icon > span:after {
top: -7px;
transform-origin: 1px 0
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner + span {
vertical-align: middle;
text-transform: uppercase
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner.in .nav-menu-toggle-icon > span {
background: transparent
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner.in .nav-menu-toggle-icon > span:before {
transform: rotate(-45deg)
}
.nav-menu-toggle-wrapper .nav-menu-toggle-inner.in .nav-menu-toggle-icon > span:after {
transform: rotate(45deg)
}
ul.main-menu {
display: none;
padding: 0 15px;
margin: 0;
background: #222;
list-style: none
}
ul.main-menu ul.sub-menu {
display: none;
list-style: none;
padding: 0;
padding-left: 20px;
margin: 0;
background: transparent
}
ul.main-menu li.menu-item {
padding: 0;
position: relative
}
ul.main-menu li.menu-item:hover > a {
color: #0B0B0D
}
ul.main-menu li.menu-item > a {
display: block;
padding: 10px 0;
outline: none;
border-bottom: solid 1px #333;
color: #fff;
position: relative
}
ul.main-menu li.menu-item > a:hover {
color: #0B0B0D
}
ul.main-menu li.menu-item.menu-item-has-children > a > b.g-caret {
display: inline-block;
color: #fff;
height: 24px;
width: 24px;
line-height: 24px;
position: absolute;
top: 0;
bottom: 0;
right: 10px;
margin: auto;
text-align: right;
z-index: 1
}
ul.main-menu li.menu-item.menu-item-has-children > a > b.g-caret:after {
content: "\203A";
font-family: monospace, tahoma;
font-size: 17px;
line-height: 24px;
display: inline-block;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
ul.main-menu li.menu-item.menu-item-has-children.in > a > b.g-caret:after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg)
}
header.main-header.layout-1 {
position: static
}
header.main-header.layout-1 .header-mobile {
display: block
}
header.main-header.layout-1.menu-transparent .menu-wrapper {
border-bottom: none
}
header.main-header.layout-1 .menu-wrapper .main-menu {
position: relative;
padding-left: 20px
}
header.main-header.layout-1 .menu-wrapper .header-left-wrapper, header.main-header.layout-1 .menu-wrapper .main-menu, header.main-header.layout-1 .menu-wrapper .header-right-wrapper {
display: none
}
.menu-sidebar-wrapper {
display: none
}
.header-logo {
text-align: center;
padding-top: 15px;
padding-bottom: 15px
}
header.main-header .site-top {
padding: 0
}
header.main-header.header-3, header.main-header.header-4, header.main-header.header-5, header.main-header.header-6, header.main-header.header-7, header.main-header.header-8 {
position: relative
}
header.main-header.header-3 .menu-wrapper .menu-inner, header.main-header.header-4 .menu-wrapper .menu-inner, header.main-header.header-5 .menu-wrapper .menu-inner, header.main-header.header-6 .menu-wrapper .menu-inner, header.main-header.header-7 .menu-wrapper .menu-inner, header.main-header.header-8 .menu-wrapper .menu-inner {
width: 100%
}
header.main-header.header-3 .menu-wrapper .menu-inner .container, header.main-header.header-4 .menu-wrapper .menu-inner .container, header.main-header.header-5 .menu-wrapper .menu-inner .container, header.main-header.header-6 .menu-wrapper .menu-inner .container, header.main-header.header-7 .menu-wrapper .menu-inner .container, header.main-header.header-8 .menu-wrapper .menu-inner .container {
padding-left: 0;
padding-right: 0;
width: 100%
}
header.main-header.layout-2.header-3 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before, header.main-header.layout-3.header-3 .menu-wrapper .x-nav-menu.x-nav-menu-horizontal > li.x-menu-item > a > b.x-caret::before {
color: #fff
}
header.main-header.header-4 .header-logo img:first-child {
display: none
}
header.main-header.header-4 .header-logo img:last-child {
display: inline-block
}
header.main-header.header-5 .widget_search, header.main-header.header-6 .widget_search {
display: inline-block
}
header.main-header.header-5 .widget_search input, header.main-header.header-6 .widget_search input {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box
}
header.main-header.header-5 .shopping-cart-wrapper, header.main-header.header-6 .shopping-cart-wrapper {
display: inline-block
}
header.main-header.header-5 .shopping-cart-wrapper .cart_list_wrapper, header.main-header.header-6 .shopping-cart-wrapper .cart_list_wrapper {
display: none
}
header.main-header.header-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon, header.main-header.header-6 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon {
padding-bottom: 20px
}
header.main-header.header-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon + span, header.main-header.header-6 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon + span {
top: -6px
}
header.main-header .x-menu-item-mini-cart-search {
display: none
}
header.main-header .toggle-inner-search {
display: inline-block;
float: right;
padding-top: 6px
}
}
@media screen and (max-width: 360px) {
header.main-header.header-5 .shopping-cart-wrapper .cart_list_wrapper, header.main-header.header-6 .shopping-cart-wrapper .cart_list_wrapper {
display: none;
width: 100%
}
header.main-header.header-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon, header.main-header.header-6 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon {
padding-bottom: 20px
}
header.main-header.header-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon + span, header.main-header.header-6 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > span.icon + span {
top: -6px
}
}
body {
	font-family: Roboto;
	font-size: 13px;
	font-weight: normal
}
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto
}
h1 {
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}
h2 {
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}
h3 {
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}
h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}
h5 {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}
h6 {
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}

.menu-inner { background:#D22A2A !important;}
.about { background: #f90d0d; padding: 15px 20px; color:#000; font-size:18px;font-family: 'Titillium Web', sans-serif !important;height: 444px;}
.about p {text-align: justify;font-family: 'Titillium Web', sans-serif !important;}
.about h3 {color:#000; font-size:24px;font-family: 'Titillium Web', sans-serif !important;text-transform: uppercase !important;}
.about a { background: #0a0a0c; padding: 5px 8px;color: #f90d0d; font-size: 18px;}
header.main-header.layout-2 ul.main-menu > li > a, header.main-header.layout-2 .x-nav-menu.x-nav-menu-horizontal > li > a { color:#0b0b0d; font-size:18px; text-transform:uppercase;font-family: 'Titillium Web', sans-serif !important;}
.great-store-testimonial.style1:before { background-image: url(assets/images/bg.png) !important; background-repeat: repeat !important;}
.testimonial-image .img-circle { border-radius:0 !important;}
.great-store-testimonial.style1 .testimonial-image { border-radius:0 !important;background-color:initial !important;}
.headerphn { display: none;   position: absolute;    top: -50px;    left: 80%;    right: 0;    z-index: 9999;    color: #000;}
.headerphn a {  font-size: 25px;}
.main-header #menu-main-menu #menu-item-2383 { margin-left: 200px;  font-size: 25px;}
.x-nav-menu #menu-item-2383  a{  font-size: 25px;  margin: 0;  padding: 0;}

.affix-header #menu-main-menu li { margin-left: 18px;  }
.affix-header #menu-main-menu #menu-item-2383{    margin-left: 60px;}
.affix-header .x-nav-menu-horizontal li { min-width: 145px;}
.affix-header #menu-main-menu > li > a , #menu-item-2383  a{font-size: 17px;}

.product-slider h4.widget-title {  text-align: center; background-color: #f90d0d; padding: 10px 0; color:#fff;}
.wpb_wrapper .product-slider.navigator-position-center {border: 1px solid #f90d0d !important; background: #eeecec;}
.product-info-wrap {background: #eeecec;} 
.p-title { font-size: 30px; margin:30px 0;}
.vc_custom_1446006201019 {padding: 42px !important;}
.vc_custom_1448019557920 { height: 493px;padding: 42px !important;}
.shortcode-product-wrap .product-slider h4.widget-title:after { background-color:#f90d0d !important;}
.greate-store-mailchimp .mc4wp-form button {margin: 20px 0;}
.news-letter-icon { margin-bottom: 25px;}
form.widget_wysija {text-align: center;}
.img-circle {  border-radius: 0 !important; }
.great-store-mailchimp-heading h2{    color: #fff;text-align: center;}
.greate-store-mailchimp   { height: 493px; padding: 28px !important;}

.page-content p {    font-size: 15px;}
.home .entry-footer-edit { display:none;}
.home .great-store-heading.style1 {  padding: 35px 0;}
.shortcode-product-wrap h4.widget-title,.shortcode-product-tab-wrap ul.tabs li.active a, .shortcode-product-tab-wrap ul.tabs li:hover a, .shortcode-product-tab-wrap ul.tabs li:focus a, .shortcode-product-tab-wrap ul.tabs li:active a,.great-store-heading.style1 h2,.great-store-heading h2 { text-transform: uppercase;}
.hello {
    float: left;
    top: 10px;
    position: relative;
    margin-left: 1%;
   /* width: 50%;*/
}
div.powered_block {
    display: inline;
    font: normal small-caps normal 9px/150% Arial, Helvetica, sans-serif!important;
    color: #fefefe!important;
    margin-right: 15px;
}
a.powered_text, a.powered_text:link, a.powered_text:visited, a.powered_text:hover, a.powered_text:active {
    font: normal small-caps normal 1.1em/150% Arial, Helvetica, sans-serif!important;
    color: #fefefe!important;
    outline: none;
}
.product-function .product-quick-view, .product-function .compare {
    display: none;
}
.shortcode-product-wrap h4.widget-title:after{background-color: #f90d0d;}
.greate-store-social{display: none;}
.footer_top_holder { background-image: url(assets/images/bg.png) !important; background-repeat: repeat !important;}}
footer.dark .footer_inner .footer_bottom_holder { margin-top:0 !important;}
.payment-links { display:none;}
.footer_bottom_holder { background:#f90d0d; color:#151517;}
.powered_block img { margin-right: 20px;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width:75%;}
.woocommerce ul.product_list_widget { margin-bottom: 30px;}
.woocommerce-page-size {display: none;}
.wpb_singleimage_heading { background: #f90d0d;  margin-bottom: 0;  font-size: 15px;  padding: 18px 0;  font-weight: 400; color: #fff;}
.home-title { font-size:34px; padding: 35px 0;}   
.product-margin-bottom30 { margin-bottom: 30px !important;}  
  

/*Responsive Strucure */

/* iPad (Landscape) */
@media (max-width: 1024px) {

.about { height: inherit;} 
.about p { font-size:14px;}
.x-nav-menu.x-nav-menu-horizontal > li.x-menu-item + li  {margin-left:0;}
ul.main-menu li, .x-nav-menu.x-nav-menu-horizontal li {  min-width: 75px;}

.main-header #menu-main-menu #menu-item-2383 { margin-left: 35px;}
.x-nav-menu #menu-item-2383 a { font-size: 22px;}
.affix-header #menu-main-menu li { margin-left: 12px;}
.affix-header #menu-main-menu > li > a, #menu-item-2383 a { font-size: 15px;}
.wpb_singleimage_heading { min-height: 72px;}
}


/* iPad (Portrait) */
@media (max-width: 800px) {

.greate-store-mailchimp .mc4wp-form input[type="email"] {
	  width: 230px;}
	
.headerphn {display: block;  top: 166px; left: 65%; color: #fff;}
  .main-header #menu-main-menu #menu-item-2383 {display: none;  margin-left: 0;}

  .vc_custom_1448019557920 {
    padding: 0 !important;
}
  .wysija-paragraph input[type="text"] {width: 75%;}
.greate-store-mailchimp {
    height: inherit;
    padding: 12px 0 !important;
}
.about { font-size:12px; line-height:20px;height: inherit;}
.about p { font-size: 12px; line-height: 13px;}
.header-tool .search-button-wrapper,  .header-tool .shopping-cart-wrapper{  width: 50%;  float: left;}
.header-tool .shopping-cart-wrapper {    text-align: center;   margin-bottom: 30px;}
.wpb_singleimage_heading { min-height: 72px;}
}

/* iphone 6 plus, iphone 6 (Landscape) */
@media (max-width: 740px) {

.about p {  line-height: 23px;}
.footer_top_holder .footer-1, .footer_top_holder .footer-2, .footer_top_holder .footer-3, .footer_top_holder .footer-4 {
  width: 48%;
	      float: left;
	}
.wpb_row .vc_col-sm-1.wpb_column.vc_column_container {
    width: 18%;
    float: left;
    height: 50px;
}
.wpb_singleimage_heading { min-height: auto;}
}


/* Mobile Phones (Landscape) */
@media (max-width: 700px) {

.wysija-paragraph input[type="text"] {width: 75%;}
.about { height: inherit;} 
}

/* iPhone 5 (Landscape) */
@media (max-width: 640px) {

.wysija-paragraph input[type="text"] {width: 75%;}
.about { height: inherit;} 	
  .wpb_row .vc_col-sm-1.wpb_column.vc_column_container {
    width: 18%;
    float: left;
    height: 50px;
}
}

/* iPhone 5 (Portrait) */
@media (max-width: 500px) {

.great-store-mailchimp-heading h2 {
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding-top: 10px;
}
.wysija-paragraph input[type="text"] {width: 75%;}
.about p {line-height: 22px;} 
.about { height: inherit;} 
	.footer_top_holder .footer-1, .footer_top_holder .footer-2, .footer_top_holder .footer-3, .footer_top_holder .footer-4 {
  width: 100%;
	      float: none;
	}
.hello {  width: 100%;}
.wpb_row .vc_col-sm-1.wpb_column.vc_column_container {
    width: 35%;
    float: left;
    height: 50px;
}
.headerphn { top: 178px; left: 58%;  color: #fff;}
.headerphn a {  font-size: 17px;}
.search-button-wrapper input{    width: 145px;}
}