html,
body,
.wrapper {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: relative;
	background: url(/catalog/view/theme/6thsense/image/header-imgs/left.png) 0 0 no-repeat, url(/catalog/view/theme/6thsense/image/header-imgs/right.png) 100% 0 no-repeat, url(/catalog/view/theme/6thsense/image/header-imgs/leafs-top.png) 50% 0 no-repeat;
    background-size: contain;
    height: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
	body {
		background: url(/catalog/view/theme/6thsense/image/bg.png) 0 0 no-repeat;
		background-size: auto;
        height: auto;
	}
}

body.home {
	background-attachment: inherit;
}

.product.path-61,
.product.path-67,
.product.path-68 {
	background-color: #334955;
}

.container #logo img {
	max-height: 120px;
	margin-bottom: 15px;
}

.content {
	min-height: 100%;
	padding-bottom: 215px;
}

.img-responsive {
	display: inherit;
}

.brand {
	position: absolute;
	left: 50%;
	margin-left: -75px !important;
	display: block;
	margin-top: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: gray;
	background-image: linear-gradient(to bottom, gray, #5e6163);
	background-repeat: repeat-x;
}

/* top */
#top {
	background: linear-gradient(180deg, rgb(255 255 255 / 80%) 9.2%, rgba(255, 255, 255, 0) 140%), rgb(207 207 207);
	/* box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.4); */
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	position: sticky;
	top: 0px;
	z-index: 1000;
}

/*body.home #top {
	background: rgba(0, 0, 0, 0.6);
}*/

#top .container {
	padding-top: 0px;
	height: 50px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	text-decoration: none;
	background-color: transparent;
	padding-right: 10px;
	padding-left: 10px;
}

#top .list-inline .dropdown-menu a {
	color: #121212 !important;
	font-family: 'Open Sans', sans-serif !important;
}

#top .list-inline .btn-link,
#top-links li,
#top-links a {
	color: black;
}

.green-circle {
	background: #D5FF9F;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 12px;
	height: 12.55px;
	border-radius: 10px;
	position: absolute;
	top: 15px;
	left: 23px;
}

.green-circle.user {
	left: 15px;
	top: 13px;
}

@media (min-width: 1170px) {
	#cart {
		min-width: 100px;
	}

	#cart .dropdown-menu {
		right: -15px;
	}
}

#cart p a {
	background: #681C1C;
	padding: 5px;
	color: white !important;
	border-radius: 3px;
	white-space: nowrap;
}

#cart .sum {
	position: absolute;
	bottom: 10px;
}

#cart .img-thumbnail {
	background-color: transparent;
}

#cart .text-left {
	text-transform: uppercase;
}

#cart .dropdown-menu a,
#cart .dropdown-menu td {
	color: #121212;
}

#top-links .dropdown-menu {
	margin: 15px 0 0;
	background-color: #E3E3E3;
	border: 1px solid #ccc;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links.phone-link {
	padding-top: 6px;
}

#top-links {
	padding-top: 12px;
}

#top-links .list-inline {
	margin-bottom: 0px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
	text-align: center;
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */

#cart h4 {
	text-align: center;
	font-weight: bold;
}

#cart p {
	min-width: 200px;
}

#cart .text-left a {
	padding-left: 0px;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
	background-color: transparent;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	z-index: 1001;
}

#cart table a:hover {
	color: #121212 !important;
}

#cart .dropdown-menu {
	min-width: 100%;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 330px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 330px;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#shopping-cart .row {
		display: block !important;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 250px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background: linear-gradient(180deg, rgb(223 223 223 / 50%) 0%, rgb(245 245 245) 100%), #a9a9a9;
	transform: matrix(1, 0, 0, -1, 0, 0);
	color: black;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: -200px;
	height: 200px;
	position: inherit;
}

footer .cards {
	margin: 10px;
}

@media (max-width: 1024px) {
	footer {
		display: none;
	}

	.content {
		padding-bottom: inherit !important;
	}
}

footer .container {
	transform: matrix(1, 0, 0, -1, 0, 0);
	list-style-type: none;
}


@media (max-width: 767px) {
	footer .container {
		max-width: 300px;
	}
}

@media (min-width: 767px) {
	footer .container {
		max-width: 800px;
	}
}

footer .container .row {
	padding-bottom: 10px;
	padding-top: 5px;
}

footer .container .cards {
	text-align: center;
}

footer .container .bottom {
	font-size: 10px;
	text-align: center;
	padding-bottom: 0px;
}


footer .container li a {
	text-decoration: underline;
	white-space: nowrap;
	font-size: 11px;
	color: #565656;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	background: none;
	border: none;
}

.alert-danger {
	color: #CA7C7C;
	font-size: 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 15px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	font-family: Jungle;

}

.btn:focus {
	outline: none !important;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	background: linear-gradient(180deg, rgba(61, 149, 168, 0.69) 0%, rgba(255, 255, 255, 0) 100%), #62BABF;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	width: 100%;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background: linear-gradient(180deg, rgba(61, 149, 168, 0.69) 0%, rgba(255, 255, 255, 0) 100%), #62BABF;
	border-color: transparent;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb,
.thumbnail {
	border: 1px solid #606060;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

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

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-size: 18px;
}

.product-thumb .caption {
	padding: 0 20px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
	color: #8e8e88;
	font-size:initial;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

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

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}



/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.shopping-btn {
	padding: 0px !important;
}

.shopping-btn-container {
	border-radius: 3px;
	border: 1px solid;
	cursor: pointer;
	background: linear-gradient(360deg, rgba(213, 255, 159, 0.8) -8.14%, rgba(255, 255, 255, 0) 30.7%), #F4F4F4;
}

.shopping-btn-price {
	height: 25px;
	color: #101010;
	font-weight: bold;
	padding-top: 3px;
	border-radius: 0px 3px 3px 0px;
	white-space: nowrap;
	text-align: center;
}

.shopping-btn-container .vcenter {
	padding-top: 5px;
	margin: 0 auto;
	background-color: #000000;
}

.categories {
	max-width: 300px;
}

.categories .item-top {
	background: radial-gradient(75.25% 75.34% at -7.04% -19.18%, rgba(122, 122, 122, 0.8) 0%, rgba(123, 123, 123, 0) 100%), #000000;
	border-radius: 50%;
	height: 75px;
	width: 75px;
	background-blend-mode: normal, hard-light;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}

.categories .item-bottom {
	text-align: center;
	color: white;
	padding-bottom: 13px;
	text-transform: uppercase;
	padding-top: 10px;
}

@media (max-width: 768px) {
	.categories .item-line {
		height: 35px;
		/* background-color: rgba(0, 0, 0, 0.75); */
		position: absolute;
		width: 100%;
		left: 0;
	}
}


@media (min-width: 768px) {
	.categories .item-line {
		height: 35px;
		background-color: rgba(0, 0, 0, 0.75);
		position: absolute;
		width: 498px;
		left: 1px;
		opacity: 0.5;
	}
}

@media (min-width: 768px) {
	.category-background {
		background-image: url(/catalog/view/theme/TattooToys/image/home-back.png);
		width: 500px;
		margin: 0 auto;
		padding-top: 25px;
		border-radius: 15px;
		position: relative;
	}

	.category-shadow {
		position: absolute;
		width: 500px;
		border-radius: 15px;
		height: 500px;
		background: #000;
		opacity: 0.6;
		top: 0px;
		border: 1px solid;
	}
}

.container .categories {
	padding: 0px;
}

@media (min-width: 768px) {
	.container .categories {
		margin-top: 60px;
		height: 415px;
	}
}

.categories .item-container {
	width: 95px;
	margin-left: -10px;
}

.categories .item-line1 {
	top: 20px;
}

.categories .item-line2 {
	top: 140px;
}

.categories .item-line3 {
	top: 260px;
}


@media (min-width: 768px) {
	.categories .item-line1 {
		/* top: 50px; */
		top: 110px;
	}

	.categories .item-line2 {
		/* top: 165px; */
		top: 230px;
	}

	.categories .item-line3 {
		/* top: 285px; */
		top: 345px;
	}
}

.categories .img-responsive {
	max-height: 47px;
	max-width: 47px;
}

#product-category #content,
#product-product #content {
	background: rgba(12, 12, 12, 0.8);
	box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 1px solid #606060;
}

.p-6th-sense-chromo #product-category #content {
	border: 1px solid #82d5d69e;
}

.p-CARBO #product-category #content {
	border: 1px solid #f1b2af91;
}

.p-6th-sense #product-category #content {
	border: 1px solid #f1efba85;
}


#product-category h2 {
	color: #EBEBEB;
	text-align: center;
	font-size: 30px;
	font-family: Poiret One;
	padding: 10px 0px 20px 0px;
}

.p-6th-sense-chromo #product-category h2 {
	color: #82D5D6;
}

.p-6th-sense #product-category h2 {
	color: #F1EFBA;
}

.p-CARBO #product-category h2 {
	color: #F1B2AF;
}


.products {
	padding: 0px 30px;
}

.products h2 {
	margin-bottom: 0px;
}

.products h3 {
	margin-top: 0px;
}

.product-thumb {
	max-width: 235px;
	margin: 0 auto;
	border-radius: 4px;
	margin-bottom: 20px;
}

.product-layout h4 {
	text-align: center;
}

.product-layout h4,
p {
	color: #F7F7F7;
	font-family: Poiret One;
}

.product-layout h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inherit;
	text-transform: uppercase;
}

.product-layout h4 a {
	color: #8e8e88!important;
	font-size: 16px;
}


.add-to-cart {
	font-family: Poiret One;
	color: #040404;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #606060;
	text-align: center;
	cursor: pointer;
	background: white;
	border-radius: 4px;
	user-select: none;
}

.product-layout {
	margin-bottom: 20px;
	padding-right: 35px;
	padding-left: 35px;
}

.product-layout h3 {
	color: #C4C4C4;
	text-align: center;
	font-size: 15px;
	font-family: 'Sansation';
}

.alert-success {
	color: white;
	background-color: rgba(12, 12, 12, 0.8);
	border-color: white;
}

.alert-success a {
	color: white;
	text-decoration: underline;
}

.alert-success i {
	margin-right: 5px;
}

.pagination {
	padding-bottom: 10px;
}

.pagination>.active>span {
	background-color: #681C1C;
	border-color: #681C1C;
}

.pagination li a {
	color: #121212;
}

.empty-page {
	text-align: center;
	padding-top: 50px;
}

.add-to-cart-a {
	position: absolute;
	bottom: -15px;
	left: 100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	cursor: pointer;
}

.qty {
	text-align: center;
	justify-content: center;
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.qty .c div {
	border: 1px solid #9a9a9a;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	font-size: 20px;
	color: #9a9a9a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qty .c div span {
	padding-bottom: 4px;
}

.qty .c .q span {
	padding-bottom: 2px;
}

.qty .c {
	margin: 5px;
}

.qty .c .m {
	cursor: pointer;
}

.qty .c .p {
	cursor: pointer;
}

.qty .c .q {
	background: #ff7474;
    color: white;
    font-weight: 800;
    border: none;
}

.disable-select {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.paint-links {
	background-image: url(/catalog/view/theme/TattooToys/image/paints/bg.png);
	background-repeat: no-repeat;
	background-size: 300px 100px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 65px;
	margin-bottom: 18px;
	text-align: center;
}

@media (orientation: portrait) {
	.paint-links {
		position: sticky;
		top: 56px;
		z-index: 1000;
	}
}

.p-links {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.paint-links .link img {
	display: block;
	max-height: 28px;
}

.paint-links .carbo-lnk img {
    max-height: 26px;
    width: auto;
}


@media (min-width: 700px) {
	.paint-links .link img {
		width: auto;
		max-height: 50px;
	}
}


.carbo-lnk{
	padding-right: 3%;
	padding-left: 3%;
}

.paint-links .link a {
	display: block;
}

.carbo-lnk img {
    max-height: 26px;
    width: auto;
}

@media (min-width: 768px) {
	.products .container {
		width: auto;
	}
}

#product-product {
	max-width: 700px;
	margin-bottom: 10px;
}

#product-product .alert,
#product-category .alert {
	/* display: none; */
	margin-right: -15px;
	margin-left: -15px;
}

.checkout {
	font-family: Imprima Regular;
}

.account #top,
.checkout #top {
	box-shadow: none;
}

.account input {
	text-align: center;
}

.account input[type=submit],
.checkout input[type=submit] {
	background: #62BABF;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	width: 100%;
	font-size: 1.6rem;
}

#account-login .alert {
	text-align: center;
}

#account-register {
	text-align: center;
}

.forget-password,
.account p a,
.account li a,
.checkout p a,
.checkout li a {
	color: #896125;
	text-decoration: underline;
}

.account #content ul,
.checkout #content ul {
	padding-top: 15px;
}

.login-panel {
	margin: 0 auto;
	float: none;
	max-width: 500px;
}

.login-panel.registration input,
#logoutBtn {
	background: linear-gradient(180deg, rgba(226, 64, 64, 0.8) 0%, rgba(192, 147, 147, 0) 100%), rgba(221, 102, 131, 0.9);
}

#product-product .thumbnail {
	border-radius: 3px;
	background-color: transparent;
	border: none;
}

#product-product .thumbnail-main {
	margin-top: 20px;
}

#product-product .thumbnail-main img {
	border: 1px solid;
	border-color: white;
	border-radius: 3px;
	padding: 1px;
}

#product-product #content {
	background: linear-gradient(190.14deg, rgba(184, 184, 184, 0.26) 5.25%, rgba(0, 0, 0, 0) 50%), #1C1C1C;
	border-radius: 11px;
	font-family: Poiret One;
	color: #E8E8E8;
	border: 1px solid;
}

#product-product #content h1,
.mfp-title {
	font-family: Poiret One;
	color: #E8E8E8;
}

#product-product #content h2 {
	font-family: Sansation;
	color: #C4C4C4;
}

#product-product .thumbs {
	max-width: 345px;
	margin: 0 auto;
	height: 90px;
}

#product-product .thumbs img {
	border: 1px solid;
	border-color: white;
}

#product-product .thumbs .image-additional {
	padding-left: 0px;
	padding-right: 0px;
	width: 33.33333333%;
	float: left;
}

#product p,
#product p span {
	color: #C4C4C4 !important;
	font-family: Poiret One !important;
}

#product .qty span {
	font-family: 'Open Sans', sans-serif;
}

#product .qty {
	margin-bottom: 0px;
	margin: 0 auto;
	width: 225px;
}

#product .qty-container {
	width: 225px;
}

#product .bottom {
	margin-top: 20px;
	margin-bottom: 20px;
}

#product .row {
	margin: 25px 0px 25px -55px;
}

#product .add-to-cart-a {
	bottom: -55px;
}

@media screen and (max-width:490px) {
	#product .qty {
		padding: 10px;
	}

	#product .bottom {
		height: 75px;
	}

	#product .qty,
	#product .cart {
		width: 100%;
	}

	#product .row {
		margin: auto;
	}

	#product .qty-container,
	#product .add-to-cart-a {
		margin: 0 auto;
	}
}

.title {
	text-align: center;
	font-size: 30px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
	font-family: Poiret One;
	line-height: 42px;
	margin-bottom: 25px;
	color: #000;
}

.title .white-line {
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 104.8%);
	position: absolute;
	width: 45%;
	height: 25px;
	transform: rotate(180deg);
	margin-top: -33px;
}

.title .text {
	position: relative;
	z-index: 900;
}

.title-line .left-line {
	background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 104.8%);
	position: absolute;
	width: 30%;
	height: 1px;
	transform: rotate(180deg);
	margin-top: -16px;
	right: 45%;
}

.title-line .right-line {
	background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 104.8%);
	position: absolute;
	width: 30%;
	height: 1px;
	margin-top: -16px;
	right: 24%;
}

.title .white-line.right {
	transform: none;
	right: 5%;
}

.account #content,
.checkout #content {
	min-height: 205px;
	margin: 0 auto;
	float: none;
}

#common-success #content {
	margin: 0 auto;
	float: none;
}

#common-success #content p {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pull-center {
	text-align: center;
}

.account input[type=submit],
.account .btn-primary,
.checkout input[type=submit],
.checkout .btn-primary {
	max-width: 283px;
}

#account-address .tile,
#account-account .tile {
	border-radius: 7px;
	padding: 10px;
}

#account-address .tile i {
	font-size: 18px;
	color: black;
}


#checkout-cart i {
	color: black;
}

.checkout button {
	border: none;
	/* background: rgba(242, 239, 220, 0.7); */
	box-shadow: none;
}

.checkout .form-horizontal {
	display: grid;
}

.checkout #button-quote {
	margin: 0 auto;
}

.information #content {
	font-family: Poiret One;
}

.information .buttons {
	font-family: 'Open Sans', sans-serif;
}

.categories .gradient-border {
	padding: 1px;
	background: white;
	height: 77px;
	width: 77px;
	border-radius: 50%;
	margin: 0 auto;
}

/* .categories .gradient-border:hover {
	box-shadow: 5px 6px 10px 0px #151617;
	transform: rotate(7deg) scale(1.03);
} */

.categories .gradient-border:active {
	box-shadow: 5px 6px 10px 0px #151617;
	transform: rotate(-7deg) scale(0.95);
}

@media (max-width: 386px) {
	#cart .dropdown-menu {
		width: 285px;
	}

	#cart .dropdown-menu li>div {
		min-width: 100%;
	}

	#top-links .dropdown-menu .cart-button {
		font-size: 9px;
	}
}

#checkout-cart {
	overflow-x: hidden;
}

.information {
	color: #000000;
}

.information .title .white-line.right {
	right: 0%;
	background: rgba(255, 255, 255, 0.2);
}

.information .title-line .left-line,
.information .title-line .right-line {
	width: 60%;
}

.information .text {
	text-transform: uppercase;
}

.information .info {
	font-family: Imprima Regular;
	font-size: 18px;
	line-height: 25px;
}

.information .title-line .right-line {
	right: 0%;
}

.information .panel-body {
	font-family: Imprima Regular;
	font-size: 15px;
}

.information p {
	font-family: Imprima Regular !important;
}

.information .btn-primary {
	background: rgba(60, 60, 60, 0.79);
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 7px;
	border: none;
}

.checkout .panel-body {
	text-align: center;
	font-family: Imprima Regular;
}

.checkout .panel-body .radio {
	text-align: left;
}

.checkout .panel-heading {
	background: linear-gradient(95.2deg, rgba(162, 230, 201, 0.6) 0.36%, rgba(148, 226, 226, 0.6) 96.52%);
	border-radius: 2px;
}

.checkout .panel {
	background-color: transparent;
}

.checkout .panel-default {
	border: none !important;
	box-shadow: none;
}

.checkout .payment-method .panel-body {
	padding: 0px;
}

.checkout .payment-method label {
	font-size: 18px;
}

.checkout .buttons .pull-right {
	float: none !important;
}


.information.bonuses h1 {
	color: #ECECEC;
	white-space: nowrap;
	font-family: Poiret One;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
	font-size: 30px;
	padding-bottom: 15px;
}

@media (max-width: 386px) {
	.information.bonuses h1 {
		font-size: 25px;
	}
}

#information-bonuces .images img {
	height: 100px;
}

#information-bonuces .images {
	text-align: center;
	margin-top: 40px;
	color: #F4F4F4;
	font-family: Inter;
	font-size: 18px;
}

#information-bonuces .images .col-sm-4 {
	margin-bottom: 30px;
}

#information-bonuces .status {
	background: #242424;
	border: 1px solid #979797;
	box-sizing: border-box;
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.35);
	border-radius: 4px;
	padding: 10px;
	max-width: 240px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#information-bonuces .status .name {
	float: right;
}

#information-bonuces .status.silver .name {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 122.3%;
	text-align: right;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#information-bonuces .status.gold {
	border-color: gold;
}

#information-bonuces .desc {
	font-family: Inter;
	color: #F4F4F4;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 14px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	right: 0px;
}

#account-address .address,
#account-account .address {
	color: #000000;
	font-family: Inter;
}

.btn-primary:active:focus {
	background: linear-gradient(180deg, rgba(61, 149, 168, 0.69) 0%, rgba(255, 255, 255, 0) 100%), #62BABF;
}

#checkout-cart .tile {
	border: 1px solid #606060;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	display: table;
	width: 100%;
	min-width: 330px;
	max-width: 340px;
	margin: 0 auto;
}

#checkout-cart .tile img {
	height: 120px;
	padding: 5px;
}

#checkout-cart .product .name {
	font-family: Poiret One;
	font-size: 16px;
	line-height: 16px;
	padding: 6px;
}

#checkout-cart .product .price,
#checkout-cart .product .total {
	font-family: Sansation;
	font-size: 11px;
	line-height: 16px;
	padding: 6px;
}

#checkout-cart .product .total {
	font-size: 13px;
}

#checkout-cart .qty {
	bottom: auto;
}

#checkout-cart .qty .c div {
	border-color: #333131;
	color: #333131;
}

#checkout-cart .qty .c .q {
	background: #333131;
	color: #E2E2E2;
}

.qty .c .p span {
	padding-bottom: 1px;
}

.checkout legend {
	font-family: Poiret One;
	margin-bottom: 10px;
}


#checkout-cart .qty {
	position: relative;
	left: -22px;
}

#accordion {
	max-width: 495px;
	margin: 0 auto;
}

#accordion .fa-caret-down {
	float: right;
}

@media (max-width: 355px) {
	#checkout-cart .tile {
		min-width: auto;
	}

	#checkout-cart .tile .pull-left img {
		height: 85px;
		margin-top: 15px;
	}
}

#checkout-cart .alert i {
	color: white;
}


.information.bonuses {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 8.9%, rgba(255, 255, 255, 0) 88.34%), #2E302F !important;
	background-image: none !important;
}

.info-icon {
	max-width: 235px;
	position: relative;
	height: 0px;
	float: right;
	margin-right: 10px;
	top: 5px;
	cursor: pointer;
	z-index: 100;
}

.info-icon img {
	height: 30px;
	padding: 3px !important;
}

.product-thumb .image1 .img-responsive {
	height: 105px;
	margin: 0 auto;
	padding-top: 10px;
}

.thumb-add {
	padding: 5px;
}

.thumbnail-add img {
	height: 45px;
	cursor: pointer;
}

.thumb-container {
	justify-content: center;
	display: flex;
}

.magnific {
	display: flex;
}

.magnific a {
	margin: 0 auto;
}

.mfp-arrow,
.mfp-counter {
	display: none !important;
}

.product-layout .desc,
.product-layout .desc p,
.product-layout .desc p span {
	font-family: Inter !important;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 11px;
	line-height: 15px;
}

.product-layout .product-thumb {
	height: 412px;
}



.product-layout .desc {
	height: 178px;
	margin-top: 10px;
	overflow-y: scroll;
	margin-right: 10px;
	margin-left: 10px;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, rgba(92, 92, 92, 0.8) 0%, rgba(255, 255, 255, 0) 100%), rgba(210, 210, 210, 0.9);
	border-radius: 9px;
}


#shopping-cart .product .name {
	text-overflow: ellipsis;
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
}

#shopping-cart .row {
	display: flex;
	justify-content: center;
}

.alert-success {
	display: none;
}

.alert i {
	margin-right: 5px;
}

#product-category {
	margin-bottom: 20px;
}

@media (max-width: 360px) {
	.thumbnail-add img {
		height: 30px;
	}
}

.magnifier-icon {
	position: absolute;
	top: 65px !important;
	left: -5px;
}

.magnifier-icon img {
	height: 35px;
}

button,
input,
select,
textarea {
	font-family: Arial;
}

.checkout table a {
	color: #337ab7;
}

#account-account .custom-field {
	display: none;
}

#account-account span {
	font-family: Iprima;
	font-size: 16px;
}

.ui-dialog {
	background: #DEDACC;
	border: 1px solid #737373;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: 1000;
}

.ui-dialog-buttonset {
	justify-content: center;
	display: flex;
}

.confirmDialog div {
	text-align: center;
}

.ui-dialog {
	height: 125px !important;
}

.ui-dialog-buttonset button {
	margin: 20px;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	border: 1px solid;
	color: #000000;
	border-color: #737373;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.ui-dialog-buttonset button:focus {
	outline: none;
}

.ui-dialog-buttonset .yes-button {
	background: #CDEFC4;
}

.ui-dialog-buttonset .no-button {
	background: #E9A7A7;
}

#account-account {
	color: #000000;
}

.address-dropdown,
.change-password-dropdown {
	border: 1px solid #565656;
	border-radius: 5px;
	height: 37px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.address-dropdown img,
.change-password-dropdown img {
	position: absolute;
	right: 25px;
}

.form-group .col-sm-10 {
	float: none;
	margin: 0 auto;
}

@media (max-width: 355px) {

	.change-password-dropdown span,
	.address-dropdown span,
	.login .registration input {
		font-size: 13px !important;
	}
}

.information.contact .title-line .left-line,
.information.contact .title-line .right-line {
	margin-top: -25px;
}

.information.contact form .col-lg-10 {
	margin: 0 auto;
	float: initial;
}

.information.contact p {
	font-size: 15px;
}

.shopping-btn-container .vcenter img {
	height: 19px;
	position: relative;
	bottom: 4px;
}

.shopping-btn-container .vcenter {
	border-radius: 3px 0px 0px 3px;
}

.checkout-address,
.checkout-shipping-method {
	border: 1px solid #606060;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 3px;
	margin: 10px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
	height: 65px;
}

.checkout-address.selected,
.checkout-shipping-method.selected {
	border: 3px solid #459E9E;
}

.checkout-address img {
	height: 30px;
}

.checkout-shipping-method img {
	height: 40px;
}

.tattoo-radio {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 3px;
	background: #cbcbcb;
	border-radius: 3px;
	margin-right: 10px;
}

.tattoo-radio.selected {
	background-image: url("/catalog/view/theme/TattooToys/image/check.png");
	background-repeat: round;
}

.tattoo-radio input[type="radio"] {
	margin: 1px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

::-webkit-input-placeholder {
	text-align: center;
}

:-moz-placeholder {
	/* Firefox 18- */
	text-align: center;
}

::-moz-placeholder {
	/* Firefox 19+ */
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}

#checkout-checkout .total {
	border: 1px solid;
	margin: 0 auto;
	font-size: 18px;
	width: 100%;
}

#checkout-checkout .total td {
	padding: 5px;
}

#checkout-checkout #button-confirm {
	margin-top: 35px;
	background: linear-gradient(180deg, rgba(226, 64, 64, 0.8) 0%, rgba(192, 147, 147, 0) 100%), rgba(221, 102, 131, 0.9);
}

/* floating label */

.field {
	display: flex;
	flex-flow: column-reverse;
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}

.field.padding {
	padding-right: 15px;
}

.field.dropdown {
	flex-flow: column;
}

.field label,
.field input {
	transition: all 0.2s;
	touch-action: manipulation;
	font-family: Inter;
}

.field label {
	margin-bottom: 0px;
	color: #666;
}

.field input {
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
	-webkit-appearance: none;
	padding: 0;
	cursor: text;
	text-align: center;
	
}

.field input:focus {
	outline: 0;
	border-bottom: 1px solid #666;
}

.field input:placeholder-shown+label {
	cursor: text;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: center bottom;
	transform: translate(0, 3.1rem) scale(1.5);
}

.field ::placeholder {
	opacity: 0;
	transition: inherit;
}

.field input:focus::placeholder {
	opacity: 1;
}

.field input:not(:placeholder-shown)+label,
.field input:focus+label {
	transform: translate(0, 0) scale(1);
	cursor: pointer;
}

.required .field .control-label:before {
	content: '';
}

.required .field:before {
	content: '*';
	color: #ff0000b0;
	font-weight: bold;
	position: absolute;
	right: -7px;
	bottom: 4px;
	font-size: 20px;
}

p {
	font-family: Jungle;
	color: black;
	font-size: 14px;
}

.categories #img-59 {
	height: 40px;
}

.categories #img-60 {
	width: 40px;
}

.categories #img-61 {
	height: 40px;
}

.categories #img-62 {
	margin-right: 10px;
}

.categories #img-63 {
	height: 40px;
}

.categories #img-64 {
	height: 40px;
}

.mfp-bottom-bar {
	display: none;
}

#checkout-checkout #login-panel .alert-danger {
	display: none;
}

#account-account .login-panel {
	margin-bottom: 20px !important;
}

#information-contact .login-panel {
	max-width: none;
}

#checkout-checkout {
	max-width: 600px;
}

.stock-status {
	position: absolute;
	bottom: 39px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
}

.isDisabled {
	cursor: not-allowed;
	text-decoration: none;
	pointer-events: none;
	display: block;
}

.checkout .content {
	overflow-x: hidden;
}

.qty {
	cursor: pointer;
	user-select: none;
}

.total-left {
	text-align: left;
}

.total-right {
	text-align: right;
	white-space: nowrap;
}

.total-left span,
.total-left span {
	padding: 3px;
}

.first {
	width: 100%;
}

.ellipsis {
	position: relative;
}

.ellipsis:before {
	content: '&nbsp;';
	visibility: hidden;
}

.ellipsis span {
	position: absolute;
	left: 0;
	right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 1px;
}

.bonuses .check {
	height: 35px;
}

.terms {
	text-decoration: underline;
	color: #666;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}

.loading {
	display: flex;
	justify-content: center;
}

.loading:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 8px;
	box-sizing: border-box;
	border: 18px solid #459e9e;
	border-color: #459e9e transparent #459e9e transparent;
	animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	100% {
		transform: rotate(1800deg);
	}
}

.reward-status {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 8.9%, rgba(255, 255, 255, 0) 88.34%), #2E302F !important;
}

textarea {
    resize: none;
}


.extension.payment {
    background: rgba(242,239,220,.7) !important;
}

.suggestions-suggestions {
  top: 34px;
}


.product-thumb .special .price span {
	position: relative;
}

.product-thumb .special .price span:after {
	border-top: 1px solid #8e8e88;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	left: 0;
}

.product-thumb .default .price {
	margin-top: 22px;
}


.product-thumb .special .price-special {
	color: #e3503e;
	font-weight: bold;
	font-size: 20px;
}