html {
	-ms-overflow-y: scroll;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
}

body,td,th,input,textarea,select,a {
	font-size: 12px;
}

h1,.welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}

h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000;
}

a,a:visited,a b {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text'],input[type='password'],textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

label {
	cursor: pointer;
}

/* layout */
#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
	margin: 20px auto;

	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
}

#column-left {
	float: left;
	width: 180px;
}

#column-right {
	float: right;
	width: 180px;
}

#content {
	min-height: 400px;
	margin-bottom: 25px;
}

#column-left + #column-right + #content,#column-left + #content {
	margin-left: 195px;
}

#column-right + #content {
	margin-right: 195px;
}

/* header */
#header {
	min-height: 66px;
	position: relative;
	background: #fff;
	padding: 10px 0;
}

#header #logo {
	left: 0px;
    position: absolute;
    top: 25px;
}

#header #welcome {
	color: #666;
	float: right;
	height: 25px;
	line-height: 25px;
	margin-top: -19px;
	z-index: 299600;
}

#header #welcome a {
	float: left;
	margin: 2px 7px;
	cursor: pointer;
	color: #666;
	text-decoration: none;
	text-transform: capitalize;
	z-index: 299600;
}

#header .links ul {
	display: none;
}

#header .links:hover ul {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 299600;
}

#header .links ul li {
	display: block;
	width: 130px;
	z-index: 299600;
}

#header #welcome a:hover,#header .links:hover {
	color: #000;
	z-index: 299600;
}

#welcome ul {
	margin-left: -44px;
	margin-top: -5px;
	border: 1px solid #ebe9e9;
	background: #fff;
	z-index: 199600;
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

#header .links {
	position: relative;
	float: left;
	z-index: 199600;
	margin: 2px 7px;
	cursor: pointer;
	padding-right: 10px;
}

.switcher {
	background: url(https://ac3f0a.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/dropdown.png) no-repeat scroll 90% 12px #FFF;
	border-radius: 3px;
	padding-right: 20px;
	position: absolute;
	width: 100px;
	text-decoration: none;
	z-index: 199600;
}

.switcher .option {
	cursor: pointer;
	display: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	text-decoration: none;
	z-index: 199600;
}

.switcher span.s_selected,.switcher li,.switcher li a {
	color: #777;
	display: block;
	height: 27px;
	line-height: 28px;
	text-indent: 9px;
	z-index: 199600;
}

.switcher li a {
	color: #777;
}

.switcher li a:hover {
	color: #A32552;
}

#currency_switcher {
	right: 226px;
	top: 17px;
}

#currency_switcher_language {
	left: 124px;
	top: -9px;
}

#language_switcher {
	left: 0;
	top: -9px;
}

.switcher img {
	display: inline;
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

#language img {
	cursor: pointer;
	vertical-align: top;
}

#currency a {
	display: inline-block;
	border: 1px solid #CCC;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px 4px;
}

#header #cart {
	position: absolute;
	top: 35px;
	right: 0px;
	z-index: 209600;
	clear: both;
}

#header #cart .icon {
	background: url("https://7bc842.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/cartmini.png") no-repeat scroll 12px center #CC2770;
	border-radius: 30px;
	cursor: pointer;
	float: right;
	height: 40px;
	margin-right: 1px;
	margin-top: -3px;
	width: 40px;
	z-index: 299600;
}

#header #cart .icon:hover {
	background-color: #A32552;
}

#header #cart .heading {
	background: #FFFFFF;
	z-index: 299600;
	color: #F2532F;
	float: right;
	padding: 8px 6px 8px 10px;
	position: relative;
	border-right: none;
}

#header #cart .heading a {
	text-decoration: none;
}

#header #cart .heading a:hover {
	color: #A32552;
}

#header #cart .heading a span {
	background: url('https://3f88a0.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/arrow-down.png') 90% 50% no-repeat;
	padding-right: 30px;
}

#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 37px;
	right: 0px;
	padding: 8px;
	min-width: 300px;
	min-height: 150px;
	z-index: 299600;
	background: #FFF;

	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

#header #cart.active .heading {
	z-index: 299600;
}

#header #cart.active .content {
	display: block;
	z-index: 299600;
}

.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}

.mini-cart-info td {
	color: #393232;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #F5F5F5;
}

.mini-cart-info .image {
	width: 1px;
}

.mini-cart-info .image img {
	text-align: left;
}

.mini-cart-info .name small {
	color: #393232;
}

.mini-cart-info .quantity {
	text-align: right;
}

.mini-cart-info td.total {
	text-align: right;
}

.mini-cart-info .remove {
	text-align: right;
}

.mini-cart-info .remove img {
	cursor: pointer;
}

.mini-cart-total {
	text-align: right;
}

.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}

.mini-cart-total td {
	color: #393232;
	padding: 4px;
}

#header #cart .checkout {
	text-align: right;
	clear: both;
}

#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

#header #search {
	position: absolute;
	top: 22px;
	left: 330px;
	width: 263px;
	z-index: 15;
}

#header .button-search {
	background: url("https://3c0e74.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/button-search.png") no-repeat scroll center center #CC2770;
	border-radius: 50% 50% 50% 50%;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 38px;
	top: 5px;

	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 30px;
}

#header #search:hover .button-search {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg); /* IE 9 */
/* Firefox */
/* Safari and Chrome */
/* Opera */
}

#header #search input {
	width: 211px;
	height: 21px;
	padding: 8px;
}
/* menu */
#menu {
	background: none repeat scroll 0 0 #CC2770;
	clear: both;
	margin-left: 0px;
	min-height: 44px;
	position: relative;
	margin-bottom: 20px;
}

#menu ul.tgmegamenu2 {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	position: relative;
	background-color: #ffffff;
}

#menu > ul.tgmegamenu2 > li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 33;
	line-height: 20px;
}

#menu > ul > li:hover {
	z-index: 199600;
}

#menu > ul.tgmegamenu2 > li > a {
	color: #333;
	display: block;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 199600;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

#menu > ul.tgmegamenu2 > li:hover > a,#menu > ul#tgmegamenu > li:hover > a {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	color: #fff;
	background: #A32552;
	z-index: 199600;
}

#menu > ul.tgmegamenu2 > li > div,#menu > ul#tgmegamenu > li > div {
	position: absolute;
	display: block;
	top: 40px;
	left: 0;
	padding: 10px;
	margin: 0;
	background-color: #ffffff;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	border-bottom: 4px solid #FF0551;
	z-index: 199600;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#menu > ul.tgmegamenu2 > li.custom_link_one > div,#menu > ul > li.custom_link_two > div,#menu > ul > li.custom_link_three > div,#menu > ul#tgmegamenu > li.custom_link_one > div,#menu > ul#tgmegamenu > li.custom_link_two > div,#menu > ul#tgmegamenu > li.custom_link_three > div {
	top: 40px;
	right: 0px;
	left: auto;
	float: right;
	z-index: 199600;
}

#menu > ul.tgmegamenu2 > li:hover > div,#menu > ul#tgmegamenu > li:hover > div {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 199600;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

#menu > ul.tgmegamenu2 > li > div > ul,#menu > ul#tgmegamenu > li > div > ul {
	display: table-cell;
	list-style: none;
	vertical-align: top;
	z-index: 199600;
}

#menu > ul.tgmegamenu2 > li ul + ul {
	padding-left: 20px;
	z-index: 199600;
}

#menu > ul.tgmegamenu2 > li ul > li > a,#menu > ul#tgmegamenu > li > div ul > li > a {
	display: block;
	width: 140px;
	height: auto;
	padding: 9px 8px 9px 8px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	background: none;
	text-align: left;
	text-transform: none;
	color: #CC2770;
	border: none;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	z-index: 199600;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

#menu > ul.tgmegamenu2 > li ul > li > a:hover,#menu > ul#tgmegamenu > li div ul > li > a:hover {
	background: none;
	background-color: #ff0551;
	color: #ffffff;
	z-index: 199600;
}

#menu #tgmegamenu .custom_link_one,#menu #tgmegamenu .custom_link_two,#menu #tgmegamenu .custom_link_three {
	position: relative;
	z-index: 199600;
}

#menu #tgmegamenu .custom_link_one ul li a,#menu #tgmegamenu .custom_link_two ul li a,#menu #tgmegamenu .custom_link_three ul li a {
	text-transform: none !important;
	z-index: 199600;
}

#menu ul#tgmegamenu ul.children li.pic_name h3 a {
	float: left;
	margin: 0 0 0 0;
	font-size: 16px;
	color: #1f1f1f;
	text-transform: uppercase;
	z-index: 199600;
}

#menu ul#tgmegamenu ul.children li.pic_name h3 a span {
	padding: 30px 0 0 0;
	z-index: 199600;
}

#menu ul#tgmegamenu ul.children li.pic_name h3 a:hover {
	color: #d74e7c;
	z-index: 199600;
}

#menu ul#tgmegamenu {
	margin: 0;
	padding: 0;
	display: block;
	width: 98%;
	position: relative;

}

#menu ul#tgmegamenu li:first-child {
	padding-left: 20px;
}

#menu ul#tgmegamenu li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	z-index: 1099;
	line-height: 24px;
}

#menu ul#tgmegamenu > li > a {
	color: #FFF;
	display: block;
	float: left;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	white-space: nowrap;
	font-family: arial;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	font-weight: bold;
}

#menu ul#tgmegamenu li:hover {
	z-index: 199600;
}

#menu ul#tgmegamenu ul.children {
	position: absolute;
	width: 100%;
	top: 44px;
	left: 0;
	z-index: 9998;
	padding: 12px 7px 25px 10px;
	margin: 0;
	background-color: #fff;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;

	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#menu ul#tgmegamenu li.dropdown:hover ul.children,#menu ul#tgmegamenu ul.children li.dropdown:hover ul.children2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 19999;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#menu ul#tgmegamenu ul.children2 {
	position: absolute;
	top: 63px;
	left: 0px;
	z-index: 9999;
	padding: 5px 0px;
	margin: 0;
	float: left;
	background-color: #fff;
	width: 100%;

	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
	border-radius: 0 0 5px 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;

	-webkit-transition: visibility 0s linear 0.5s,;
	-moz-transition: visibility 0s linear 0.5s,;
	-o-transition: visibility 0s linear 0.5s,;
	-ms-transition: visibility 0s linear 0.5s,;
	transition: visibility 0s linear 0.5s,;
}

#menu ul#tgmegamenu ul.children li {
	float: left;

	-webkit-transition: visibility 0s linear 0.5s,;
	-moz-transition: visibility 0s linear 0.5s,;
	-o-transition: visibility 0s linear 0.5s,;
	-ms-transition: visibility 0s linear 0.5s,;
	transition: visibility 0s linear 0.5s,;
}

#menu ul#tgmegamenu ul.children li {
	float: left;

	-webkit-transition: visibility 0s linear 0.5s,;
	-moz-transition: visibility 0s linear 0.5s,;
	-o-transition: visibility 0s linear 0.5s,;
	-ms-transition: visibility 0s linear 0.5s,;
	transition: visibility 0s linear 0.5s,;
}

#menu ul#tgmegamenu ul.children li {
	float: left;

	-webkit-transition: visibility 0s linear 0.5s,;
	-moz-transition: visibility 0s linear 0.5s,;
	-o-transition: visibility 0s linear 0.5s,;
	-ms-transition: visibility 0s linear 0.5s,;
	transition: visibility 0s linear 0.5s,;
}

#menu ul#tgmegamenu ul.children li {
	float: left;

	-webkit-transition: visibility 0s linear 0.5s,;
	-moz-transition: visibility 0s linear 0.5s,;
	-o-transition: visibility 0s linear 0.5s,;
	-ms-transition: visibility 0s linear 0.5s,;
	transition: visibility 0s linear 0.5s,;
}

#menu ul#tgmegamenu ul.children li {
	float: left;
	height: auto;
	position: relative;
	margin: 0 0 2px 2px;
	padding: 0;
	width: 33%;
}

#menu ul#tgmegamenu ul.children li img {
	float: left;
	margin: 10px 15px 0px 5px;
}

ul#tgmegamenu ul.children li a span {
	padding: 43px 0;
	float: left;
}

ul#tgmegamenu ul.children li a {
	color: #181818;
}

#menu ul#tgmegamenu ul.children2 li {
	float: left;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}

#menu ul#tgmegamenu ul.children a,#menu ul#tgmegamenu li:hover ul.children a {
	display: block;
	height: auto;
	width: 100%;
	padding: 0px 0px 10px 0px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	background: none;
	text-align: left;
	text-transform: none;
	border: none;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

#menu ul#tgmegamenu ul.children2 a,#menu ul#tgmegamenu li:hover ul.children2 a {
	display: block;
	height: auto;
	padding: 10px;
	font-size: 15px;
	font-weight: normal;
	background: none;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	color: #333;
	border: none;
	margin: 0 10px;
	float: none;
	width: auto;
}

#menu ul#tgmegamenu li:hover .children li ul.children2 a {
	color: #222;
}

#menu ul#tgmegamenu li:hover .children li ul.children2 a:hover {
	color: #ffffff;
	background-color: #FF0551;
}

#menu ul#tgmegamenu ul.children li a:hover {
	color: #ffffff;
	background-color: #CC2770;
}

#menu ul#tgmegamenu ul.children li.pic_name {
	padding: 10px 5px 15px 10px;
	border-bottom: 1px solid #f2f3ed;
	width: 99%;
	min-height: 75px;
	margin: 0 0 15px 0;
	display: block;
}

#menu ul#tgmegamenu ul.children li.pic_name a:hover {
	background: none !important;
}

li.pic_name .menu_desc {
	margin: 0 30px 0 0px;
	display: block;
	font-size: 12px;
}

#menu ul#tgmegamenu ul.children li.pic_name img {
	float: left;
	margin: 2px 10px 0 2px;
	border: none;
}
#notification {
		z-index: 10000;
		position: fixed;
		right: 201px;
		top: 126px;	
		line-height: 16px;
		color: #636363;
	}

	#notification > div {
		width: 220px;
		padding: 8px 12px;
		background-color: #fff;	
		margin-bottom: 10px;
		overflow: hidden;
		border: 1px solid #F2F2F2;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		z-index: 10000;
		-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
		

	}
	#notification .close {
		width: 8px;
		height: 8px;
		background: #ccc url('https://3c3c2c.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/delete.png');
		cursor: pointer;
		float: right;
		margin: 5px 0 6px 6px;
	}
	#notification .close:hover {background-color: #66ccff;}
	#notification .icon {
		background: url('https://2d0b1e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/notification.png');
		float: left;
		width: 25px;
		height: 25px;
		margin: 3px 10px 3px 0;
	}
	#notification .success .icon {background-color: #409915;}
	#notification .warning .icon {background-color: #EE3963;}
	#notification .attention .icon {background-color: #EE3963;}
	#notification .information .icon {background-color: #2887be;}
	.messages {display: none;}
.breadcrumb {
	color: #9E9E9E;
	margin-bottom: 10px;
	text-transform: uppercase!important;
}
.breadcrumb a {
	color: #9E9E9E;
	text-transform: uppercase;
	transition: color 750ms ease-out 0s;
	-webkit-transition: color 750ms ease-out 0s;
    -moz-transition: color 750ms ease-out 0s;
    -o-transition: color 750ms ease-out 0s;
    -ms-transition: color 750ms ease-out 0s;
}
.breadcrumb a:hover{
	color: #EE3963;
}

.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #636363;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
	margin-left: 30px;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links a:hover {
	border: 1px solid #EE3963;
	color: #EE3963;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #EE3963;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #EE3963;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	padding-right: 30px;
}
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
/* button */
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
a.button, input.button {
	cursor: pointer;
	font-size: 12px;
	background: #CC2770;
	color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 300;
	border: none;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px 5px;
}
input.button {
	margin: 0;
	border: 0;
	padding: 5px 10px 5px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Roboto',sans-serif;
}


a.button:hover, input.button:hover{
	background: #A32552;
}
input.addtocart {
	cursor: pointer;
	font-size: 12px;
	background: #CC2770;
	color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 300;
	border: none;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
	margin: 3px;
	border: 0;
	padding: 5px 10px 5px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Roboto',sans-serif;
}
 input.addtocart:hover{
	background: #111111;
}

.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 36px;
	line-height: 16px;
	margin-top: 30px;
}
.htabs a {
	background-color: #A32552;
	padding: 10px 15px 9px 15px;
	margin-right: 5px;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff !important;
}
.htabs a.selected {
	background-color: #CC2770;
	color: #fff !important;
}
.tab-description2, .tab-attribute2, .tab-review2, .tab-related2 {
}
.tab-content {
	padding: 20px 0 15px 0;
	margin-bottom: 25px;
	z-index: 2;
	border-width: 1px;
	border-style: dotted;
	border-color: #d1d1d1;
	border-top: none;
	border-left: none;
	border-right: none;
}
.tab-content ul {
	line-height: 19px;
}
#captcha {
	margin-top: 10px;
}
.tags {
	background: url(https://306bd1.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/tags.png) left center no-repeat;
	padding: 5px 5px 5px 25px;
	margin-bottom: 20px;
}
/* box */

.box {

}
.box .box-heading {
	padding: 0px 0px 20px;
	font-size: 24px;
	font-weight: 300;
	color: #131313;
	text-transform: uppercase;
}
.box .box-content {

}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #CC2770;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.list-item > li {
	padding-left: 4px;
}

.list-item > li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.box-category ul,.list-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.box-category > ul > li,.list-item > li {
	border-top: 1px solid #eee;
	display: block;
	position: relative;
}

.box-category > ul > li:first-child,.list-item > li:first-child {
	border-top: 0;
}

.box-category .down {
	top: 6px;
	right: 0;
	position: absolute;
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding: 2p;
	background: transparent url(https://ec7b53.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/plus.png) 0px 0px no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.box-category .down:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.box-category ul li a,.list-item li a {
	padding: 5px 8px;
	display: block;
	color: #333;
	font-size: 13px;
}

.box-category ul li.double a {
	display: inline-block;
	margin: 0;
}

.box-category ul li {
	position: relative;
}

.box-category > ul > li a.active + .down {
	background-position: 0px -16px;
}

.box-category > ul > li > a {
	color: #333;
}

.box-category > ul > li ul {
	display: none;
	padding-left: 10px;
}

.box-category > ul > li a.active {
	font-weight: bold;
}

.box-category > ul > li > a.active {
	margin-bottom: 8px;
}

.box-category > ul > li a.active + ul {
	display: block;
}

.box-category a:hover,.list-item a:hover {
	background: #f9f9f9;
	text-decoration: none;
}

.box-category > ul > li ul li {
	border-top: 1px dashed #eee;
}

.box-category > ul > li ul li a {
	margin-right: 16px;
}

.box-category > ul > li ul li a:hover,.list-item a:hover,.box-category > ul > li > ul > li a.active {
	color: #CC2770;
}

.box-category > ul > li ul > li > a {
	text-decoration: none;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	overflow: auto;
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ededed;
}
.product-filter .display {
	float: right;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: left;
	color: #555555;
}
.product-filter .limit {
	margin-right: 15px;
	float: left;
	color: #555555;
}
#grid_a {
    background: #333 url("https://56a327.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/grid.png") no-repeat;
    display: inline-block;
    height: 18px;
    text-indent: -9999px;
    width: 18px;
    margin-left: 10px;
	position:relative;
    top:4px;
}
#grid_b {
    background: #000 url("https://56a327.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/grid.png") no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-left: 10px;
	position:relative;
    top:4px;
}

#list_a {
    background: #333 url("https://019629.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/list.png") no-repeat;
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    text-indent: -9999px;
    width: 18px;
	top: -1px;
	 position: relative;

}
#list_b {
    background: #000 url("https://019629.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/list.png") no-repeat;
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    width: 18px;
	position:relative;
    top:4px;
}

#grid_a:hover {
   background-color: #000;
}
#list_a:hover {
    background-color: #000;
}
.product-compare {
	padding-top: 9px;
	margin-bottom: 10px;
}
.product-compare a {
	text-decoration: none;
	font-weight: 300;
	color: #7C7C7C;
	font-size: 12px;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
.product-compare a:hover {
	color: #CC2770;
}
.product-list > div {
	overflow: hidden;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #ededed;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}

.product-list .image {
	float: left;
	margin-right: 40px;
	padding: 3px;
}
.product-list .image img {
	
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #373737;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
.product-list .name a:hover {
	color: #CC2770;
}
.product-list .description {
	line-height: 20px;
	margin-bottom: 5px;
	color: #a8a8a8;
	font-weight: 300;
	font-size: 12px;
}
.product-list .rating {
	color: #7B7B7B;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-list .price {
	height: 50px;
	text-align: left;
	color: #1B1B1B;
    font-size: 24px;
	font-weight: 300;
}
.product-list .price-old {
	color: #f00;
    font-size: 12px;
    font-weight: 300;
    line-height: 6px;
    text-decoration: line-through;
}
.product-list .price-new {
	font-weight: 300;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	float: left;
}
.product-list .cart {
	float: left;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	background:#CC2770 url("https://63277e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/wishlist.png") no-repeat 6px 7px;
	border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 93px;
    margin-top: 0;
    width: 28px;
}
.product-list .compare a {
	background:#CC2770 url("https://a1d6a5.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/compare.png") no-repeat scroll 8px 6px;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 3px;
    margin-top: 0;
    width: 28px;
}
.product-list .wishlist a:hover {
	background:#000 url("https://63277e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/wishlist.png") no-repeat 6px 7px;
	border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 93px;
    margin-top: 0;
    width: 28px;
}
.product-list .compare a:hover {
	background:#000 url("https://a1d6a5.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/compare.png") no-repeat scroll 8px 6px;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 3px;
    margin-top: 0;
    width: 28px;
}
.product-grid {
	overflow: auto;
	margin-left: -20px;
}

.product-grid > div {
	border: 1px solid #EDEDED;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 20px;
    vertical-align: top;
    width: 233px;
	background: #FFFFFF;
	padding-bottom: 20px;
	float: left;
}
#column-left + #column-right + #content .product-grid > div {
	width: 218px;
}
.product-grid .image {
	display: block;
    margin-bottom: 0;
    text-align: center;
}
.product-grid .image img {

}
.product-grid .name a {
	color: #373737;
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
	min-height: 38px;
}
.product-grid .name a:hover {
	color: #CC2770;
}

.product-grid .rating {
	display: block;
    text-align: center;
}
.product-grid .price {
	color: #373737;
    display: block;
	text-align: center;
    font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
.product-grid .price-old {
	color: #f00;
    font-size: 12px;
    font-weight: 400;
    line-height: 6px;
    text-decoration: line-through;
}
.product-grid .price-new {

}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	display: block;
	text-align: center;
	clear: both;
}
.product-grid .wishlist a  {
	background:#CC2770 url("https://63277e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/wishlist.png") no-repeat 6px 7px;
	border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 86px;
    margin-top: 0;
    width: 28px;
}
.product-grid .compare a  {
	background:#CC2770 url("https://a1d6a5.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/compare.png") no-repeat scroll 8px 6px;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 3px;
    margin-top: 0;
    width: 28px;
}
.product-grid .wishlist a:hover{
	background:#000 url("https://63277e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/wishlist.png") no-repeat 6px 7px;
	border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 86px;
    margin-top: 0;
    width: 28px;
}

.product-grid .compare a:hover{
	background:#000 url("https://a1d6a5.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/compare.png") no-repeat scroll 8px 6px;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 3px;
    margin-top: 0;
    width: 28px;
}
.product-grid .description {
    display: none;
}

/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 10px;
}

.product-info h1 {
	font-weight: bold;
	font-size: 18px;
}

.product-info > .left {
	float: left;
	width: 330px;
}

.product-info > .left + .right {
	margin-left: 340px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 20px;
	overflow: hidden;
}

.product-info .image {
	position: relative;
	float: left;
	margin-bottom: 25px;
	text-align: center;
	background-color: #fff;
}

.product-info .image-additional {
	clear: both;
	overflow: hidden;
}

.product-info .image-additional img {
	border: 1px dashed #BFBFBF;
}

.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 6px;
	margin-bottom: 10px;
}

.product-info .description {
	border-top: 1px dashed #BFBFBF;
	border-bottom: 1px dashed #BFBFBF;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #393232;
}

.product-info .options h2 {
	margin-top: 10px;
}

.product-info .description span {
	font-weight: bold;
}

.product-info .image .zoom_btn {
	text-decoration: none;
	position: absolute;
	bottom: 6px;
	right: 0px;
	width: auto;
	height: 11px;
	z-index: 921;
	text-decoration: none;
}

.product-info #zoom-image .zoom_bttn {
	font-size: 10px;
	line-height: 15px;
	color: #ababab;
	text-transform: uppercase;
	background: #fff url(https://5d9d1f.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/zoom-plus.png) 2px 2px no-repeat;
	padding: 1px 1px 1px 16px;
	text-decoration: none;
}

.product-info #zoom-image .zoom_bttn :hover {
	text-decoration: none;
}

.product-info #zoom-image {
	text-decoration: none;
	color: #000;
}

.image-additional-wrapper {
	float: left;
	margin-top: 1px;
}

.image-additional-wrapper .prev {
	float:left;
	background: url(https://4448a3.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-prev.png) no-repeat center center;
	width:21px;
	height:21px;
	cursor:pointer;
	margin-top:30px;
	display:none;
}
.image-additional-wrapper .next {
	float:left;
	background: url(https://534429.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-next.png) no-repeat center center;
	width:21px;
	height:21px;
	cursor:pointer;
	margin-top:30px;
	display:none;
	padding-right: 17px;
}

.image-additional-wrapper .image-additional {
	float: left;
}

.product-info .caroufredsel_wrapper {
	z-index: 1000;
}

.product-info .right-rating {
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.product-info .price { overflow: auto; border-bottom:1px dashed #e2e2e2; padding: 0px 5px 10px 5px; margin-bottom: 10px; font-size:18px; font-weight: bold; color: #000; }
.product-info .price-old { color: #F00; text-decoration: line-through; font-weight:normal; }
.product-info .price-new { }
.product-info .price-tag{background:#CC2770 url(https://837786.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/price-tag.png) left top no-repeat; display:inline-block; height:48px; padding:0 18px 0 32px; border-radius:0px 3px 3px 0px; -moz-border-radius:0px 3px 3px 0px; -webkit-border-radius:0px 3px 3px 0px; line-height:48px; color:#fff; font-size:25px; font-weight:normal;}
.product-info .price-tax { font-size: 12px; font-weight: normal; color: #999; }
.product-info .price .reward { font-size: 12px; font-weight: normal; color: #999; }
.product-info .price .discount { font-weight: normal; font-size: 12px; color: #4D4D4D; }

.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}

.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}

.product-info .option-image img {
	margin-right: 5px;
	border: 1px dashed #BFBFBF;
	cursor: pointer;
}

.product-info .cart {
	border-bottom: 1px dashed #BFBFBF;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #4D4D4D;
	overflow: auto;
}

.product-info .cart div {
	float: left;
	vertical-align: middle;
}


.product-info .cart div.add-link {
	clear: both;
	margin: 15px 0;
}

.buttons-wish {
	background:#CC2770 url("https://63277e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/wishlist.png") no-repeat 6px 7px;
	border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 8px;
    margin-top: -4px;
    width: 28px;
}
.buttons-wish:hover {
	background:#A32552 url("https://63277e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/wishlist.png") no-repeat 6px 7px;
	border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 8px;
    margin-top: -4px;
    width: 28px;
}
.buttons-compare {
	background: url("https://a1d6a5.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/compare.png") no-repeat scroll 8px 6px #CC2770;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 8px;
    margin-top: -4px;
    width: 28px;
}
.buttons-compare:hover {
	background: url("https://a1d6a5.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/compare.png") no-repeat scroll 8px 6px #A32552;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-right: 8px;
    margin-top: -4px;
    width: 28px;
}
.product-info .cart .qty .mines {
	background: url(https://4448a3.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-prev.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 40px;
	vertical-align: middle;
}

.product-info .cart .qty .plus {
	background: url(https://534429.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-next.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 40px;
	vertical-align: middle;
}

.product-info .cart .qty label.btn {
	display: inline-block;
}

#qty {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.product-info .cart div > span {
	padding-top: 15px;
	display: block;
	color: #999;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}

.product-info .review {
	color: #4D4D4D;
	border-top: 1px dashed #BFBFBF;
	border-left: 1px dashed #BFBFBF;
	border-right: 1px dashed #BFBFBF;
	margin-bottom: 10px;
}

.product-info .review > div {
	padding: 8px;
	border-bottom: 1px dashed #BFBFBF;
	line-height: 20px;
}

.product-info .review > div > span {
	color: #38B0E3;
}

.product-info .review .share {
	overflow: auto;
	line-height: normal;
}

.product-info .review .share a {
	text-decoration: none;
}

.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px dashed #BFBFBF;
}

.review-list .author {
	float: left;
	margin-bottom: 10px;
	background: url(https://f41d56.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/review-list-author.png) left 4px no-repeat;
	padding-left: 15px;
}

.review-list .rating {
	float: right;
	margin-bottom: 20px;
}

.review-list .text {
	clear: both;
}

.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.attribute thead td,.attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}

.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}

.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.compare-info thead td,.compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}

.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
	font-weight: bold;
}

.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}

.compare-info .price-new {
	font-weight: bold;
}

/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.wishlist-info td {
	padding: 7px;
}

.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

.wishlist-info thead .image {
	text-align: center;
}

.wishlist-info thead .name,.wishlist-info thead .model,.wishlist-info thead .stock {
	text-align: left;
}

.wishlist-info thead .quantity,.wishlist-info thead .price,.wishlist-info thead .total,.wishlist-info thead .action {
	text-align: right;
}

.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
	text-align: center;
}

.wishlist-info tbody .name,.wishlist-info tbody .model,.wishlist-info tbody .stock {
	text-align: left;
}

.wishlist-info tbody .quantity,.wishlist-info tbody .price,.wishlist-info tbody .total,.wishlist-info tbody .action {
	text-align: right;
}

.wishlist-info tbody .price s {
	color: #F00;
}

.wishlist-info tbody .action img {
	cursor: pointer;
}

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}

.login-content .left {
	float: left;
	width: 48%;
}

.login-content .right {
	float: right;
	width: 48%;
}

.login-content .left .content,.login-content .right .content {
	min-height: 190px;
}

/* orders */
.order-list {
	margin-bottom: 10px;
}

.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
	float: left;
	width: 33.3%;
}

.order-list .order-info {
	text-align: right;
}

.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}

/* returns */
.return-list {
	margin-bottom: 10px;
}

.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.return-list .return-content div {
	float: left;
	width: 33.3%;
}

.return-list .return-info {
	text-align: right;
}

.return-product {
	overflow: auto;
	margin-bottom: 20px;
}

.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-quantity {
	float: left;
	width: 31%;
}

.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}

.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-opened textarea {
	width: 98%;
	vertical-align: top;
}

.return-captcha {
	float: left;
}

.download-list {
	margin-bottom: 10px;
}

.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
	float: left;
	width: 33.3%;
}

.download-list .download-info {
	text-align: right;
}

/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.cart-info td {
	padding: 7px;
}

.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

.cart-info thead .image {
	text-align: center;
}

.cart-info thead .name,.cart-info thead .model,.cart-info thead .quantity {
	text-align: left;
}

.cart-info thead .price,.cart-info thead .total {
	text-align: right;
}

.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}

.cart-info tbody .image {
	text-align: center;
}

.cart-info tbody .name,.cart-info tbody .model,.cart-info tbody .quantity {
	text-align: left;
}

.cart-info tbody .quantity input[type='image'],.cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}

.cart-info tbody .price,.cart-info tbody .total {
	text-align: right;
}

.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.cart-module > div {
	display: none;
}

.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}

.cart-total table {
	float: right;
}

.cart-total td {
	padding: 3px;
	text-align: right;
}

/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}

.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}

.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}

.checkout-content .left {
	float: left;
	width: 48%;
}

.checkout-content .right {
	float: right;
	width: 48%;
}

.checkout-content .buttons {
	clear: both;
}

.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.checkout-product td {
	padding: 7px;
}

.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

.checkout-product thead .name,.checkout-product thead .model {
	text-align: left;
}

.checkout-product thead .quantity,.checkout-product thead .price,.checkout-product thead .total {
	text-align: right;
}

.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name,.checkout-product tbody .model {
	text-align: left;
}

.checkout-product tbody .quantity,.checkout-product tbody .price,.checkout-product tbody .total {
	text-align: right;
}

.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

.contact-info {
	overflow: auto;
}

.contact-info .left {
	float: left;
	width: 48%;
}

.contact-info .right {
	float: left;
	width: 48%;
}

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}

.sitemap-info .left {
	float: left;
	width: 48%;
}

.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
#footer {
	background: none repeat scroll 0 0 #CC2770;
	clear: both;
	margin: 0 -20px -20px;
	max-width: 980px;
	overflow: hidden;
	padding: 20px;
}

#footer h3 {
	color: #fff;
	font-size: 17px;
	margin: 0 0 7px;
	padding: 0;
}

#footer .column {
	float: left;
    margin-right: 13px;
    min-height: 130px;
    position: relative;
    width: 124px;
}

#footer .column ul {
	bottom: 40px;
	padding: 0;
}

#footer .column ul li {
	list-style-type: none;
}

#footer .column a {
	text-decoration: none;
	color: #fff;
	display: block;
	background: url(https://9325ef.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/bullet-1.png) 0 7px no-repeat;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 0 0 12px;
}

#footer .column a:hover {
	color: #fff;
	margin-left: 3px;
}

.social {
	float: right;
	margin: 0;
}

.social a {
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.5;
	margin: 0 0 0 5px;
}

.social a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.fpart-first {
	width: 177px;
	float: right;
	position: relative;
}



.fpart-second {
	float: left;
    margin: 0 48px 0 -3px;
    min-height: 50px;
    width: 170px;
}

.fpart-third {
	width: 548px;
	float: right;
}

#facebook {
	float: left;
    height: 140px;
    overflow: hidden;
    width: 300px;
}


#twitter_update_list li {
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px dotted #fff;
	color: #fff;
}

#twitter_update_list {
	list-style: none !important;
	margin-top: 0 !important;
	line-height: 17px;
	padding: 0 !important;
}

#twitter_footer h3 {
	background: url(https://d32281.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/twitt_feeds-icon.png) left 2px no-repeat;
	padding: 0 0 3px 35px;
}

#twitter_footer li:last-child {
	border: none !important;
}

#twitter_footer li:first-child {
	padding-top: 0 !important;
}

#twitter_footer li a {
	font-style: normal;
	color: #fff;
	text-decoration: underline;
}

#twitter_footer li a:hover {
	color: #ccc;
	text-decoration: none;
}

.no_image {
	height: 155px;
}

.contact {
	border-bottom: 1px dotted #fff;
	margin-bottom: 15px;
	padding: 0 0 15px;
}

.contact ul li {
	font-size: 14px;
	color: #fff;
	list-style-type: none;
	background: url(https://709c27.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/contact-icon.png) left 5px no-repeat;
	line-height: normal;
	margin-bottom: 5px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	width: 21%;
	height: 36px;
	padding: 0 20px 0 36px;
}

.contact ul li + li {
	margin-left: 20px;
}

.contact ul li.address {
	background-position: 0 4px;
	font-size: 13px;
	width: 25%;
}

.contact ul li.mobile {
	background-position: 0 -44px;
}

.contact ul li.email {
	background-position: 0 -95px;
}

.contact ul li.fax {
	background-position: 0 -149px;
}

#powered {
	clear: both;
	font-size: 11px;
	color: #fff;
	border-top: 1px dotted #fff;
	padding: 18px 0 0;
}

#powered:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#powered a {
	font-size: 11px;
	color: #fff;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#powered a:hover {
	color: #fff;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#powered .powered-text {
	float: left;
	line-height: 20px;
	padding: 0;
}

a.top {
	display: block;
	width: 52px;
	height: 62px;
	font-size: 10px;
	color: #FFF;
	background: url(https://464246.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/top.png) no-repeat;
	float: right;
	text-align: center;
	bottom: -4px;
	right: 20px;
	position: fixed;
	z-index: 9999;
	padding: 3px 0 0;
}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}

.banner div img {
	margin-bottom: 20px;
}
.special-pro {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	height: 20px;
	background: #fc8e8e url('https://b49181.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/special-pro.png') no-repeat;
}

/*-------------------------------------------------------------------------------*/
/*   FEATURED PRODUCTS CAROUSEL
/*-------------------------------------------------------------------------------*/
.featured {
    background: #fff; 
    display: inline-block; 
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ececec;
}
    .featured .box-heading {
    padding: 5px 15px 15px;
	font-size: 24px;
	font-weight: 300;
	color: #131313;
	text-transform: uppercase;    }
#home-featured-list {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
    #home-featured-list .featured-normal {
        margin: 0 0 -4px 0;
		float: left;
    }
    #home-featured-list .featured-item {
    width: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	min-height: 220px;
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	position: relative;
	margin-bottom: 20px;
    }
    #home-featured-list .featured-image,
    #home-featured-list .featured-image a,
    #home-featured-list .featured-image img {
        /* width: 170px; */
        height: 160px;
        margin-bottom: 10px;
    }
        #home-featured-list .featured-image a img {
            padding-top: 8px
        }
    #home-featured-list .featured-description {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #dedede;
    }
    #home-featured-list .featured-item:hover .featured-description {

    }
    #home-featured-list .featured-description .image {
        display: block;
        margin-bottom: 0px;
    }
    #home-featured-list .name a {
        color: #333;
        font-weight: 300;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-top: 5px;
        font-size: 16px;
        text-align: left;
        min-height: 63px;
    }
    #home-featured-list .featured-item:hover .name a {
        color: #CC2770;
    }
    #home-featured-list .featured-description .price {
        display: block;
        font-weight: 400;
        color: #555;
        margin-top: 5px;
        font-size: 16px;
        float: left;
    }
    #home-featured-list .featured-description .price-old {
        color: #f00;
        text-decoration: line-through;
        font-size: 10px;
        display: block;
		margin-top: -9px;
    }
    #home-featured-list .featured-description .price-new {
        font-weight: 400
    }
    #home-featured-list .featured-description .rating {
        display: block;
		margin-bottom: 10px;
		text-align: center;
    }
    .buttons-cart {
	width:33px;
	float:right;
	height:33px;
	background:#CC2770 url("https://efcf5e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/addtocart.png") no-repeat 8px 8px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	cursor:pointer;
	margin-right: 0px;
	margin-top: 0px;
}
    .buttons-cart:hover {
      width:33px;
	float:right;
	height:33px;
	background:#A32552 url("https://efcf5e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/addtocart.png") no-repeat 8px 8px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	cursor:pointer;
	margin-right: 0px;
	margin-top: 0px;
    }

.featured-navigation {
    position: absolute;
    max-width: 106px;
    height: 32px;
    top: 22px;
    left: auto;
    right: 40px;
}
#home-featured-list .featured-navigation {
    top: -44px;
    margin: 0;
    right: 20px;
    height: 30px;
}
.featured-navigation a {
    display: inline-block;
    width: 21px;
    height: 35px;
    background-color: #444;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
.featured-navigation a:hover {
    background-color: #777
}
.featured-navigation a.featured-prev {
	background: url(https://4448a3.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-prev.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	vertical-align: middle;
}
.featured-navigation a.featured-next {
	background: url(https://534429.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-next.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	vertical-align: middle;
}


/*-------------------------------------------------------------------------------*/
/*   LATEST PRODUCTS CAROUSEL
/*-------------------------------------------------------------------------------*/
.latest {
    background: #fff; 
    display: inline-block; 
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ececec;
}
    .latest .box-heading {
    padding: 5px 15px 15px;
	font-size: 24px;
	font-weight: 300;
	color: #131313;
	text-transform: uppercase;    }
#home-latest-list {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
    #home-latest-list .latest-normal {
        margin: 0 0 -4px 0;
		float: left;
    }
    #home-latest-list .latest-item {
    width: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	min-height: 220px;
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	position: relative;
	margin-bottom: 20px;
    }
    #home-latest-list .latest-image,
    #home-latest-list .latest-image a,
    #home-latest-list .latest-image img {
        /* width: 170px; */
        height: 160px;
        margin-bottom: 10px;
    }
        #home-latest-list .latest-image a img {
            padding-top: 8px
        }
    #home-latest-list .latest-description {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #dedede;
    }
    #home-latest-list .latest-item:hover .latest-description {

    }
    #home-latest-list .latest-description .image {
        display: block;
        margin-bottom: 0px;
    }
    #home-latest-list .name a {
        color: #333;
        font-weight: 300;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-top: 5px;
        font-size: 16px;
        text-align: left;
    }
    #home-latest-list .latest-item:hover .name a {
        color: #CC2770;
    }
    #home-latest-list .latest-description .price {
        display: block;
        font-weight: 400;
        color: #555;
        margin-top: 5px;
        font-size: 16px;
        float: left;
    }
    #home-latest-list .latest-description .price-old {
        color: #f00;
        text-decoration: line-through;
        font-size: 10px;
        display: block;
		margin-top: -9px;
    }
    #home-latest-list .latest-description .price-new {
        font-weight: 400
    }
    #home-latest-list .latest-description .rating {
        display: block;
		margin-bottom: 10px;
		text-align: center;
    }
.latest-navigation {
    position: absolute;
    max-width: 106px;
    height: 32px;
    top: 22px;
    left: auto;
    right: 40px;
}
#home-latest-list .latest-navigation {
    top: -44px;
    margin: 0;
    right: 20px;
    height: 30px;
}
.latest-navigation a {
    display: inline-block;
    width: 21px;
    height: 35px;
    background-color: #444;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
.latest-navigation a:hover {
    background-color: #777
}
.latest-navigation a.latest-prev {
	background: url(https://4448a3.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-prev.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	vertical-align: middle;
}
.latest-navigation a.latest-next,
#latest-slider .flex-direction-nav a.flex-next {
	background: url(https://534429.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-next.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	vertical-align: middle;
}
#latest-slider .flex-direction-nav a.flex-prev,
#latest-slider .flex-direction-nav a.flex-next {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
#latest-slider .flex-direction-nav a.flex-prev:hover,
#latest-slider .flex-direction-nav a.flex-next:hover {
    background: rgba(0,0,0,0.8)
}
#latest-slider .flex-direction-nav a.flex-prev {
    left: 0
}
#latest-slider .flex-direction-nav a.flex-next {
    left: auto;
    right: 0;
}
/*-------------------------------------------------------------------------------*/
/*   SPECIAL PRODUCTS CAROUSEL
/*-------------------------------------------------------------------------------*/
.special {
    background: #fff; 
    display: inline-block; 
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ececec;
}
    .special .box-heading {
    padding: 5px 15px 15px;
	font-size: 24px;
	font-weight: 300;
	color: #131313;
	text-transform: uppercase;    }
#home-special-list {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
    #home-special-list .special-normal {
        margin: 0 0 -4px 0;
		float: left;
    }
    #home-special-list .special-item {
    width: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	min-height: 220px;
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	position: relative;
	margin-bottom: 20px;
    }
    #home-special-list .special-image,
    #home-special-list .special-image a,
    #home-special-list .special-image img {
        /* width: 170px; */
        height: 160px;
        margin-bottom: 10px;
    }
        #home-special-list .special-image a img {
            padding-top: 8px
        }
    #home-special-list .special-description {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #dedede;
    }
    #home-special-list .special-item:hover .special-description {

    }
    #home-special-list .special-description .image {
        display: block;
        margin-bottom: 0px;
    }
    #home-special-list .name a {
        color: #333;
        font-weight: 300;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-top: 5px;
        font-size: 16px;
        text-align: left;
    }
    #home-special-list .special-item:hover .name a {
        color: #CC2770;
    }
    #home-special-list .special-description .price {
        display: block;
        font-weight: 400;
        color: #555;
        margin-top: 5px;
        font-size: 16px;
        float: left;
    }
    #home-special-list .special-description .price-old {
        color: #f00;
        text-decoration: line-through;
        font-size: 10px;
        display: block;
		margin-top: -9px;
    }
    #home-special-list .special-description .price-new {
        font-weight: 400
    }
    #home-special-list .special-description .rating {
        display: block;
		margin-bottom: 10px;
		text-align: center;
    }

.special-navigation {
    position: absolute;
    max-width: 106px;
    height: 32px;
    top: 22px;
    left: auto;
    right: 40px;
}
#home-special-list .special-navigation {
    top: -44px;
    margin: 0;
    right: 2px;
    height: 30px;
}
.special-navigation a,
#special-slider .flex-direction-nav a.flex-prev,
#special-slider .flex-direction-nav a.flex-next {
    display: inline-block;
    width: 15px;
    height: 21px;
    background-color: #444;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}

.special-navigation a:hover {
    background-color: #777
}
.special-navigation a.special-prev,
#special-slider .flex-direction-nav a.flex-prev {
	background: url(https://4448a3.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-prev.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	vertical-align: middle;
}
.special-navigation a.special-next,
#special-slider .flex-direction-nav a.flex-next {
	background: url(https://534429.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-next.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	vertical-align: middle;
}
#special-slider .flex-direction-nav a.flex-prev,
#special-slider .flex-direction-nav a.flex-next {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
#special-slider .flex-direction-nav a.flex-prev:hover,
#special-slider .flex-direction-nav a.flex-next:hover {
    background: rgba(0,0,0,0.8)
}
#special-slider .flex-direction-nav a.flex-prev {
    left: 0
}
#special-slider .flex-direction-nav a.flex-next {
    left: auto;
    right: 0;
}
/*-------------------------------------------------------------------------------*/
/*   BESTSELLER PRODUCTS CAROUSEL
/*-------------------------------------------------------------------------------*/
.bestseller {
    background: #fff; 
    display: inline-block; 
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ececec;
}
    .bestseller .box-heading {
    padding: 5px 15px 15px;
	font-size: 24px;
	font-weight: 300;
	color: #131313;
	text-transform: uppercase;    }
#home-bestseller-list {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
    #home-bestseller-list .bestseller-normal {
        margin: 0 0 -4px 0;
		float: left;
    }
    #home-bestseller-list .bestseller-item {
    width: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	min-height: 220px;
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	position: relative;
	margin-bottom: 20px;
    }
    #home-bestseller-list .bestseller-image,
    #home-bestseller-list .bestseller-image a,
    #home-bestseller-list .bestseller-image img {
        /* width: 170px; */
        height: 160px;
        margin-bottom: 10px;
    }
        #home-bestseller-list .bestseller-image a img {
            padding-top: 8px
        }
    #home-bestseller-list .bestseller-description {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #dedede;
    }
    #home-bestseller-list .bestseller-item:hover .bestseller-description {

    }
    #home-bestseller-list .bestseller-description .image {
        display: block;
        margin-bottom: 0px;
    }
    #home-bestseller-list .name a {
        color: #333;
        font-weight: 300;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-top: 5px;
        font-size: 16px;
        text-align: left;
    }
    #home-bestseller-list .bestseller-item:hover .name a {
        color: #CC2770;
    }
    #home-bestseller-list .bestseller-description .price {
        display: block;
        font-weight: 400;
        color: #555;
        margin-top: 5px;
        font-size: 16px;
        float: left;
    }
    #home-bestseller-list .bestseller-description .price-old {
        color: #f00;
        text-decoration: line-through;
        font-size: 10px;
        display: block;
		margin-top: -9px;
    }
    #home-bestseller-list .bestseller-description .price-new {
        font-weight: 400
    }
    #home-bestseller-list .bestseller-description .rating {
        display: block;
		margin-bottom: 10px;
		text-align: center;
    }
.bestseller-navigation {
    position: absolute;
    max-width: 106px;
    height: 32px;
    top: 22px;
    left: auto;
    right: 40px;
}
#home-bestseller-list .bestseller-navigation {
    top: -44px;
    margin: 0;
    right: 20px;
    height: 30px;
}
.bestseller-navigation a,
#bestseller-slider .flex-direction-nav a.flex-prev,
#bestseller-slider .flex-direction-nav a.flex-next {
    display: inline-block;
    width: 21px;
    height: 35px;
    background-color: #444;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
.bestseller-navigation a:hover {
    background-color: #777
}
.bestseller-navigation a.bestseller-prev,
#bestseller-slider .flex-direction-nav a.flex-prev {
	background: url(https://4448a3.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-prev.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	vertical-align: middle;
}
.bestseller-navigation a.bestseller-next,
#bestseller-slider .flex-direction-nav a.flex-next {
	background: url(https://534429.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-next.png) no-repeat center center;
	width: 21px;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	vertical-align: middle;
}

#bestseller-slider .flex-direction-nav a.flex-prev,
#bestseller-slider .flex-direction-nav a.flex-next {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
#bestseller-slider .flex-direction-nav a.flex-prev:hover,
#bestseller-slider .flex-direction-nav a.flex-next:hover {
    background: rgba(0,0,0,0.8)
}
#bestseller-slider .flex-direction-nav a.flex-prev {
    left: 0
}
#bestseller-slider .flex-direction-nav a.flex-next {
    left: auto;
    right: 0;
}
/* ---------------------------------------------------------------------- */
/*	Responsive
/* ---------------------------------------------------------------------- */
.show-desktop {display: block !important;}
.hide-desktop {display: none !important;}
@media only screen and (min-width: 768px) and (max-width: 979px) {
		.show-tablet {display: block !important;}
		.hide-tablet {display: none !important;}		
}

@media only screen and (max-width: 767px) {
html {
    -webkit-text-size-adjust: none;
}
.show-phone {display: block !important;}
.hide-phone {display: none !important;}

/*
	------------Main Container ------------
	 */
#container {
	width: auto;
	min-width: 260px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}

select {
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
}

#content .content {
	padding: 0;
}

#header-bgr {
	padding-top: 10px;
}

/*
	------------Layout ------------
	 */
#content {
	padding: 0px 0px;
}

#content-right,#content-left {
	display: none;
}

#content-left + #content-right + #content-center,#content-left + #content-center {
	margin-left: 0px;
}

#content-right + #content-center {
	margin-right: 0px;
}

#column-left + #column-right + #content,#column-left + #content {
	margin-left: 0px;
}

#column-right + #content {
	margin-right: 0px;
}

table.form td {
	float: left;
}

#column-right + #content,#column-right + #content-home,#column-right + #content-home-featured,#column-right + #content-account {
	margin-right: 0px;
}

#column-left + #column-right + #content,#column-left + #content,#column-left + #column-right + #content-home,#column-left + #content-home,#column-left + #column-right + #content-home-featured,#column-left + #content-home-featured,#column-left + #column-right + #content-account,#column-left + #content-account {
	margin-left: 0px;
}

#column-left + #content-home .box .box-heading {
	padding-left: 10px;
}

#category-info-holder {
	padding-left: 10px;
	padding-right: 10px;
}

#content-account {
	padding-left: 10px;
	padding-right: 10px;
}

#content-home {
	padding-left: 0px;
}

#content-account .content {
	padding: 0px;
}
#header #search {
    left: 26px;
    position: absolute;
    top: 64px;
    width: 256px;
    z-index: 15;
}
/*
	------------Menu ------------
	 */
#menu {
	padding: 0px;
}

#menu .item .light {
	padding: 8px 7px;
}

#menu .item .light div {
	width: 16px;
	overflow: hidden;
	padding: 4px 5px;
	line-height: 16px;
}

#menu .item .light:hover div {
	background-color: #66ccff;
}

#menu .item .light div .icon {
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 6px;
	width: 16px;
	height: 16px;
}

#header #logo img {
    left: 26px;
    max-width: 300px;
    position: absolute;
    top: -65px;
}
#language_switcher {
    left: 17px;
    top: 25px;
}
#currency_switcher_language {
    left: 141px;
    top: 25px;
}
#header {
	height: 160px;
	margin: 37px auto 0 auto;
}
#header #welcome{
display: none;
}	
#header #cart {
    margin: 0;
    padding: 100px 38px 38px;
    position: static;
    text-align: center;
}
#header #cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    clear: both;
    display: none;
    min-height: 150px;
    min-width: 300px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 145px;
    z-index: 999;
}

#news-bgr {
	display: none;
}

.news-name {
	display: none;
}

#banner {
	display: none;
}


#custom_banner0 {
	display: none;
}

#header .links {
	display: none;
}

/*
	-----------Featured ---------
	 */
.box-product .name a {
	margin-bottom: 5px;
}

.box-product .rating {
	margin-bottom: 0px;
}

.box-product .price {
	margin-bottom: 5px;
}

.box .box-heading {
	padding-left: 20px;
}


.latest {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: -145px;
    width: 204%;
}
    #home-latest-list .latest-item {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    margin-bottom: 20px;
    min-height: 220px;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
#home-latest-list .latest-image a img {
    width: 100%;
    height: 100%;

}
.featured {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0px;
    width: 100%;
}
    #home-featured-list .featured-item {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    margin-bottom: 20px;
    min-height: 220px;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 80%;
}
#home-featured-list .featured-image a img {
    width: 100%;
    height: 100%;

}
.special {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0px;
    width: 204%;
}
    #home-special-list .special-item {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    margin-bottom: 20px;
    min-height: 220px;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 80%;
}
#home-special-list .special-image a img {
    width: 100%;
    height: 100%;

}
.buttons-cart {
    background: url("https://efcf5e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/addtocart.png") no-repeat scroll 4px 4px #CC2770;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    float: right;
    height: 25px;
    margin-right: 0;
    margin-top: 0;
    width: 25px;
}
.buttons-cart:hover {
    background: url("https://efcf5e.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/addtocart.png") no-repeat scroll 4px 4px #A32552;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    float: right;
    height: 25px;
    margin-right: 0;
    margin-top: 0;
    width: 25px;
}
.banner {
	display: none;
	}


/*
	------------Checkout ------------
	 */
.checkout-content .left,.checkout-content .right,.login-content .right,.login-content .left {
	float: none;
	width: auto;
}

.checkout-product td {
	padding: 6px;
}

input.large-field,select.large-field {
	max-width: 200px;
	height: auto;
}

.checkout-content {
	overflow: hidden;
}

/*
	------------Return Page ------------
	 */
#content .content .left,#content .content .right,.return-name,.return-model,.return-quantity,.return-reason,.return-opened,.return-captcha,.sitemap-info .left,.sitemap-info .right {
	float: none;
	width: auto;
}
.camera_pag{
display: none;
}
/*
	------------Navigation Menu ------------
	 */
.nav-phone {
	position: relative;
	z-index: 30;
	top: -10px;
}

.nav-phone div {
	padding: 0px 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	background: #EE3963;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.nav-phone select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}

#footer {
	padding: 0 !important;

	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.08);
	box-shadow: 0 0 8px rgba(0,0,0,0.08);
	margin: 0 auto 20px;
	padding: 15px;
}

#footer .column {
	float: none;
	width: auto;
	margin: 0 !important;
	display: inline;
}

#footer h3 {
	cursor: pointer;
	display: block;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
	border-top: 1px dotted #fff;
	height: 32px;
	line-height: 32px;
}

#footer h3.active {
	color: #A32552;
	background-color: #fff;
}

.fpart-third {
	float: none;
	width: auto;
}

#footer .column a {
	font-size: 14px;
	padding: 3px 0;
	line-height: 25px;
	height: 25px;
	background: none;
}

#footer .column:hover ul {
	display: none;
}

#footer .column ul {
	display: none;
	position: relative;
	bottom: 0px;
	width: auto;
}

#footer .column ul li {
	text-align: center;
}

#footer .info {
	width: auto;
	display: inline;
	float: none;
}

#footer .info h3 {
	padding: 5px 0;
}

#footer .about-text {
	display: none;
	text-align: center;
	padding: 0 10px;
}

.social_wrap {
	display: none !important;
}

#powered {
	text-align: center;
	width: 100%;
	border-top: 1px dotted #fff;
}

#powered .powered-text {
	float: none;
}

#column-right + #content {
	margin-right: 0;
}

#column-left + #column-right + #content,#column-left + #content {
	margin-left: 0;
}

.product-list .left {
	width: auto;
	float: none;
}
.product-list .image {
    float: left;
    margin-right: 59px;
    padding: 3px;
}
.product-filter .limit {
   display: none;
}
.product-filter .display {
    clear: both !important;
    float: right;
}
.social {
	float: none;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

.social h3 {
	display: none !important;
}

.fpart-first {
	display: none;
}

.fpart-second {
	display: none;
}

.contact {
	border-bottom: none;
	margin-bottom: 0px;
	padding: 0px;
}

.contact ul {
	padding: 10px;
}

.contact ul li {
	line-height: 38px;
}

.contact ul li.address {
	display: inline-block;
	line-height: 32px;
	width: auto;
}

.contact ul li {
	margin: 0;
	display: block;
}

.contact ul li.address {
	display: table-cell;
	line-height: normal;
}

.contact ul li + li {
	margin: 0;
}

.contact {
	text-align: center;
}

.contact ul li {
	width: auto !important;
}


.category-info .image{
	display: none;
}
/*
	------------Table ------------
	 */
.table td,.table th {
	padding: 6px 8px;
}

/*
	------------Order List ------------
	 */
.order-list li div {
	float: none;
	width: auto;
}

/*
	------------product ------------
	 */
  .product-info > .left {
    float:none;
    width:100%;
    margin-right:0px;
    clear:both;
  }
  .product-info .image {
    float:none;
    clear:both;
    width:100%;
    text-align:center;
    width:240px;
    height:272px;
    margin:0 auto;
  }
  .product-info .image img {
    width:240px;
    height:272px;
  }
  .product-info .zoom a {
    margin-top:205px;
  }
  .zoomWindow, .zoomWrapper {
    display:none!important;
  }
  .product-info .zoom {
     margin:0px!important;
     padding:0px!important;
     width:100%!important;
     float:left;
  }

  .product-info > .left + .right  {
    margin-left:0px;
    float:none;
    clear:both;
  }
  .right .product-list .box-product-item .product-list-buttons {
    width:225px;
    margin-top:10px;
    
  }
  .image-additional-wrapper {
    margin:0 auto;
    float:none;
    width: 334px;
    margin-top:15px;
  }
  #column-right, #column-left {
    margin-left:0px;
    margin-right:0px;
  }
  .login-content .left, .checkout-content .left {
    width: 100%;
    float:none;
  }
  .login-content .right, .checkout-content .right {
    width: 100%;
    float:none;
  }
  .image-additional-wrapper .next {
    background: url("https://534429.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/featured-next.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: none;
    float: left;
    height: 21px;
    margin-top: 30px;
    padding-right: 0;
    width: 21px;
}

  .htabs {
    height:auto;
    
  }
  .htabs a{
    width:auto;
    clear:both;
    border-right-width:1px!important;
    float:none;
    display:block;
    
  }

  #column-left + #column-right + #content {
    margin-right:0px;
  }
  #column-left + #column-right + #content, #column-left + #content,#column-right + #content {
    margin-left:0px;
    margin-right:0px;
  }
  #column-left {
    float:none;
    clear:both;
    width:100%;
    padding-top:10px;
  }
  #column-right {
    float:none;
    clear:both;
    width:100%;
    padding-top:10px;
  }
  #columnt-left .box-content {

  }
  /* Category */

  .product-filter .display b {
    display:none;
  }

  .limit {
    margin-left:0px!important;
    margin-right:10px;  
  }
  .sort, .limit {
    float:left!important;
  }
  #content .product-list .box-product-item .description {
    width:100%!important;
    float:none;
    margin-bottom:10px;
  }
  .product-list .box-product-rating2 {
    text-align:center;
  }
  .product-list .box-product-item .product-list-buttons {
    display:block;
    
    width:193px;
    margin:0 auto;
    float:none;
    clear:both;
  }
  .product-list-buttons .pbuttons .text {
    display: none;
  }
  .product-list .box-product-item {
    padding-bottom:10px;
    height:auto;
  }
  .product-list-buttons .pbuttons {
    
  }
  .product-grid {
    width:100%;
    margin:0 auto;
  }
  .product-grid .box-product-item {
    margin:0 auto 10px auto!important;
    
    float:none;
  }
  .product-list .box-product-item .price2 {
    float:none;
    margin:0 auto;
  }
  .product-list .box-product-item .name a {
    margin-left:0px;
    text-align:center;
  }
  .product-list .box-product-item .image {
    float:none;
    margin-bottom:10px;
    width:245px;
    margin:0 auto;
  }

/* Browser Resets */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
	outline: none;
}

.slides,.flex-control-nav,.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
 *********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
 *********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}
#

*
 * jQuery FlexSlider v2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url('https://891d41.claudeassets.com/20240728224721im_/https://www.mixmatchmakeup.com/catalog/view/theme/beautyshop/image/bg_direction_nav.png') no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; }
.flexslider:hover .flex-prev {opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

#footerpayments
margin-left: 10px;
width: 980px;

.fb_login {
position: absolute;
top: 0;
left: 0;
}
/*
     FILE ARCHIVED ON 17:34:08 Sep 25, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:05:42 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.412
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.048
  esindex: 0.006
  cdx.remote: 26.791
  LoadShardBlock: 116.767 (3)
  PetaboxLoader3.datanode: 130.588 (4)
  load_resource: 102.405
  PetaboxLoader3.resolve: 55.979
*/