body {
	background: url("../image/bg.png") repeat-x scroll 0 0 #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}
@font-face {
    font-family: 'Copperplate Gothic Bold';
    src: url('fonts/COPRGTB.TTF');
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #6e6e6e;
    cursor: pointer;
}
a:hover {
	text-decoration: none;
	color:#ff0099;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #FF0099;
	background-repeat: repeat-x;
}
/* top */
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #FF0099;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
	padding-bottom: 8px;
	font-size:14px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #FF0099;
	background-image: linear-gradient(to bottom, #FF0099, #FF0099);
	background-repeat: repeat-x;;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-weight: bold;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #FF0099;
	background-image: linear-gradient(to bottom, #FF0099, #FF0099);
	background-repeat: repeat-x;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	background: url("../image/footer_bg.jpg") repeat-x scroll 0 0 #333333;
	margin-top: 30px;
	padding-top: 30px;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {	
	color: #fff;
	font: 18px "Copperplate Gothic Bold";
    text-transform: uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '»';
	display: block;
	position: absolute;
	top: 0px;
	right: -5px;
	height: 26px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #ffffff;
	border-radius: 5px;
	background-color: #FF0099;
	background-repeat: repeat-x;
	border-color: #FF0099;
	font-weight: bold;
}
.btn-primary {
	color: #ffffff;
	border-radius: 5px;
	background-color: #FF0099;
	background-repeat: repeat-x;
	border-color: #FF0099;
	font-weight: bold;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #f5008f;
	border-color: #f5008f;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {	
	color: #ffffff;
	background-color: #FF0099;
	background-repeat: repeat-x;
	border-color: #FF0099;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	border-color: #FF0099;
	background-color: #f5008f;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	display: block;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.thumbnails {
	overflow: visible;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

/*Custom styles*/

.myaccount_text {
	color:#ffffff;
}
.container_inner {
	background: none repeat scroll 0 0 #ffffff;
}
.main_menu_wrapper ul li a {
	color:#FF5EA0;
	font:18px "Copperplate Gothic Bold";
	display: block;
	padding: 0px 15px;
	position: relative;
}
.main_menu_wrapper ul li a:hover {
	text-decoration: underline;
}
.main_menu_wrapper ul li {
	display: block;
	position: relative;
	float: left;
}
.main_menu_wrapper ul {
   list-style: outside none none;
   margin-bottom: 0;
   padding-left: 0;
}
.logo_wrapper {
	width: 19%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.main_menu_wrapper {
	width: 55%;
	float: left;
    padding-top: 80px;
}
.search_wrapper {
    width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:20px;
}
.cart_wrapper {
	display: block;
	text-align: right;
	position: relative;
}
.cart_checkout_wrapper {
	display: block;
	padding-top:20px;
	float: left;
	text-transform:uppercase;
	padding-left:25%;
}
.cart_checkout_wrapper a {
	color:#000000;
}

.cart_count {
    color: #ff0099;
    font-size: 18px;
    left: 84%;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 48px;
}

#content {
 	border-left: 1px solid #cccccc;	
 	padding-bottom: 15px;
}
.footer_copyright_wrapper {
	text-align: center;
	padding-bottom:15px;
}
.copyright {
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer_links_wrapper {
	padding-top: 20px;
	position: relative;
}
.footer_logo {
    left: 40%;
    position: absolute;
    top: -39%;
    z-index: 10;
}
.block {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.sidebar_title {
    cursor: pointer;
    font: 18px "Copperplate Gothic Bold";
    height: auto;
    margin-bottom: 15px;
    text-transform: uppercase;
    height: 20px;
}
.sidebar_title span {
    display: block;
    float: left;
}
.sidebar_title .arrow_sidebar {
    background: url("../image/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    position: relative;
    top: 4px;
    width: 13px;
}

.category {
    border: 1px solid #ff0099;
    color: #ff0099;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}
.sidemenu {
    margin-bottom: 10px;
    padding-left:5px;
    position: relative;
}
.sidemenu li {
    background: url("../image/bullet.png") no-repeat scroll 0 11px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #4e4e4e;
    display: block;
    padding: 4px;
    text-indent: 15px;
}
.sidemenu li > span {	
    width: 20px;
    height: 33px;
    display: block;
    position: absolute;
    left: 0px;
    margin-top: -30px;
    cursor: pointer;
}
.sidemenu-sub-child {
    padding-left: 15px;
}
.sidemenu li a {
    color: #000000;
    text-decoration: none;
}
.page_title {
    color: #ff0099;
    font: 18px "Copperplate Gothic Bold";
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
    padding-left:0px;
}
.new_products_and_links {
	border-bottom: 1px solid #cccccc;
	margin-left:0px;
	margin-top:10px;
}
.footer_links {
	padding-left:0px;
	padding-bottom: 20px;
}
.newList {
	height: auto !important;
    min-width: 131px;
    top: 23px !important;
}
.size {
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}
.wholesale_options_wrapper {
	display: block;
	min-height: 65px;
}
.active {
	 color: #ff0099;
}
.footer_links li {
    background: url("../image/arrows.png") no-repeat scroll 0 3px transparent;
    display: block;
    font-size: 13px;
    height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-indent: 15px;
}
.review_buttons_wrapper {
	height: 50px;
	margin-bottom: 10px;
}
.contact-body {
	padding:0px 15px 0px 15px;
}
.pagination_text {
	color:#ff5ea0;
}
.pagination_links_wrapper {
	padding-top:10px;
}
.view_limits{
	color: #ff0099;
	padding-right:5px;
}
.sidebar_title .arrow_sidebar_selected {
    background-position: 0 -12px;
}
.new_arrivals_wrapper {
	margin-left:0px;
	padding-top:5px;
}
.breadcrumb a {
	color:#6e6e6e;
}
.breadcrumb a:hover {
	color:#ff5ea0;
}

h1 {
    color: #ff0099;
    cursor: pointer;
    font: 20px "Copperplate Gothic Bold";
    height: auto;
    margin-bottom: 8px;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
.common_link {
	color :#6e6e6e;
	padding-top: 10px;
	display: block;
}
.contact-form {
	color: #ff0099;
    font: 16px "Copperplate Gothic Bold";
    margin-top:0px;
}
.padding-left-15 {
	padding-left:15px;
}
.common_link:hover {
	color :#ff0099;
}
.common_text_link {
	color :#6e6e6e;
}
.common_text_link:hover {
	color :#ff0099;
}
.already_user a{
    color :#6e6e6e;
}
.already_user a:hover {
	color :#ff0099;
}
.btn_continue_wrapper {
	display: block;
	height: 35px;
	text-align: right;
	margin-bottom: 10px;
    margin-top: 20px;
}
.float_right {
	float: right;
}

.login_block {
    border-left: 1px solid #cccccc;
}
.my_account_links {
	list-style: outside none none;
}
.my_account_links a{
	color: #6e6e6e;
}
.no_border_top {
	border-top :none!important;
}
.newsletter_text {
	height: 34px;
	width:60%;
	float:left;
}
.newsletter_wrapper {
	padding-bottom: 20px;
}
.category_wrapper {
	padding-bottom: 20px;
}

.facebook_like_us, .pinterest_like_us {
    color: #ff0099;
    font-size: 14px;
    padding-left: 10px;
}
.social_link_wrapper {
	display: block;
	height:40px;
	width:100%;
}
.signup_btn {
	padding: 7.5px 5px;
}
.btn_navigation_bar {
	color: #ffffff;
	padding: 2px 18px;
}
.mobile_menu {
	display: none;
}
.products_meeting_search {
	color: #ff0099;
    font: 16px "Copperplate Gothic Bold";
}
.you_may_like {
	color: #ff0099;
    font: 16px "Copperplate Gothic Bold";
    border-bottom: 1px solid #cccccc;
    padding-bottom:5px;
}
.product_price {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    color: #666666;
    font-size: 12px;
    height: 30px;
    margin: 0 20px 0 0;
    overflow: auto;
    padding: 6px 5px 0;
}
.product_description {
	padding-top:10px;
	min-height:150px;
}
.product_review {
	border-top: 1px solid #e7e7e7;
    color: #404040;
    margin-bottom: 10px;
}
.first_review {
	color:#6e6e6e;
	padding-left:20px;
}
.first_review:hover {
	color: #ff0099;
}
#tab-review {
	display: none;
}
#tab-review h2 {
    color: #ff0099;
    font: 16px "Copperplate Gothic Bold";
}
.rating {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.rating p {
	margin-top:5px;
	margin-bottom: 5px;
}
#product {
	margin-top:10px;
}

.product_detail_email {
    background: url("../image/email.png") no-repeat scroll 0 0 transparent !important;
    margin: 0 20px 0 0 !important;
    padding: 0 0 0 20px !important;
    
}
.product_detail_email a{
	color:#6e6e6e;
}

.product_detail_email a:hover {
	color: #ff0099;
}

.product_detail_print {
    background: url("../image/print.png") no-repeat scroll 0 0 transparent;
    margin: 0 20px 0 0;
    padding: 0 0 0 20px;
}
.product_detail_print a:hover {
	color:#ff0099;
}
.product_detail_print a {
	color:#6e6e6e;
}

.product_detail_wishlist {
    background: url("../image/wish_list.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 20px;
}
.product_detail_wishlist a {
	color:#6e6e6e;
}

.product_detail_wishlist a:hover {
	color:#ff0099;
	cursor: pointer;
}

.aticon-email {
	display:none!important;
}
.st_facebook_large .stLarge {
    background-image: url("../image/facebook.jpeg") !important;
}
.st_twitter_large .stLarge {
    background-image: url("../image/twitter.jpeg") !important;
}
.st_pinterest_large .stLarge {
    background-image: url("../image/pintrest.jpeg") !important;
}
.st_tumblr_large .stLarge {
    background-image: url("../image/tumblr.jpeg") !important;
}
.st_stumbleupon_large .stLarge {
    background-image: url("../image/stumbleupon.jpeg") !important;
}
.size_guide_link {
    color: #ff0099;
    cursor: pointer;
    font: 14px "Copperplate Gothic Bold";
    margin-left: 10px;
    text-decoration: underline;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
.size_guide_link:hover {
	color:#ff0099;
}
.shopping_btns_wrapper {
	height: 34px;
}
.common_h2 {
    color: #ff0099;
    font-family: "Copperplate Gothic Bold";
    font-size: 16px;
    font-weight: 800;
}
.my_wishlist {
	color: #ff0099;
    font-family: "Copperplate Gothic Bold";
    font-size: 18px;
}

.list_product_price {
    float: left;
    text-align: center;
    width: 40%;
}
.list_product_name {
    border-left: 1px solid #cccccc;
    float: left;
    padding-left: 15px;
    width: 60%;
    min-height: 40px;
}
.product_info_wrapper {
    display: block;
    min-height: 65px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
.buttons_group {
	width: 100%;
}

.checkout_or_button {
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.go_to_checkout_button_wrapper {
	display:block;
	width:100%;
	text-align: center;
}
.right-content {
	float: right;
}
.common_inner_header{
	color: #ff0099;
    font-family: "Copperplate Gothic Bold";
    font-size: 16px;
    font-weight: 800;
}
.express_button_wrapper .panel-body {
	padding-left: 0px;
}
.search_page_filter {
	margin-left: 15px;
}
.content_wrapper {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
}
.mobile_pagination_links {
	display: none;
}
.sort_view_wrapper {
	margin-top: 5px;
    padding-left: 15px;
}
.search_pagination_wrapper {
	width:38.667%;
}
.success_page {
	width:100%;
	display:block;
}
#top-links a {
	color: #ffffff;
	font-family: Verdana,Arial,sans-serif;
	font-size:12px;
}
.login_or_register {
	font-size: 14px;
	color:#000000;
	padding-left:2px;
	padding-right: 2px;
}
.login_reg_separator {
	color:#000000;
}
.product_detail_email .stButton .stLarge {
	display:none;
}
.st_email_large {
	cursor: pointer;
}
.alert-danger a{
	color:#ffffff;
}
.alert-danger a:hover {
	text-decoration: underline;
}
.product_button_group .stButton .email {
	background: none!important;
}
.product_button_group .st_email {
	text-align:center;
	padding-top:2px!important;
	cursor: pointer!important;
	width:20%!important;
	border-left:1px solid #ddd;
	display: inline-block;
	line-height: 36px;
	color: #888;
}
.header_social_icons {
	display: none;
}
.header_social_icons .fa{
	font-size: 16px;
}
.product_button_group .stButton {
	display: none!important;
}
.alert-success a {
	color:#ffffff;
}
.pp-express-button img{
	max-width:100%;
}
.express_button_wrapper .panel-body {
	width:170px;
	padding-right: 0px;
}
.cart_count_text_box {
	min-width:40px;
}
.express_buttons {
    display: block;
    height: 35px;
    margin: 1em 0;
}
@media screen and (max-width: 1000px) {
    .sidebar_title {
    	font-size: 12px;
    }
    .facebook_like_us, .pinterest_like_us {
	    font-size: 12px;
	    padding-left: 5px;
	}
	.newsletter_text {
		height: 31px;
	}
	.signup_btn {
		font-size: 10px;
	}
	.main_menu_wrapper img{
		vertical-align: top;
	}
	.main_menu_wrapper ul li a {
	    font: 12px "Copperplate Gothic Bold";
	    padding: 0 5px;
	}
}

@media screen and (max-width: 767px) {
	.social_block {
		margin-bottom: 10px;
	}
	.login_block {
		border-left:none;
	}
	.thumbnails .image-additional {
		float:none;
	}
	.side_menu_open {
		display: none;
	}
    .footer_logo {
	    right:50%;
	    position: absolute;
	    top: -13%;
	    z-index: 10;
    }
    #content {
    	border-left:none;
    }
    .main_menu_wrapper {
    	display: none;
    }
    .mobile_menu {
    	display: block;
    }
    .newsletter_text {
    	width:92%;
    }
    .search_wrapper {
    	width:74%;
    }
    .search_wrapper #search{
    	width:50%;
    	padding-top:20px;
    }
    .cart_wrapper {
    	padding-top:20px;
    }
    .cart_checkout_wrapper {
    	padding-left: 0px;
    }
    .logo_wrapper {
       width:25%;
    }
    .cart_wrapper {
    	float: right;
    }
    .cart_count {
    	left:87%;
    	top:31px;
    	width:auto;
    }
    .view_limits_wrapper {
	    padding-left:0px;
	    padding-top: 15px;
    }
    .new_products_and_links {
    	border: none;
    }
    .mobile_pagination_links {
		display: block;
		height:20px;
	}
	.top_pagination_links {
		display: none;
	}
	.new_arrivals_wrapper {
		padding-top:10px;
	}
	.sort_view_wrapper {
		margin-top:10px;
	}
	.search_text_wrapper {
		margin-bottom: 10px;
	}
	.search_view_limits_wrapper {
		padding-top: 15px;
	}
	.search_pagination_wrapper {
		width:100%;
	}
	.breadcrumb {
		margin:0 0 10px;
	}
	.new_products_and_links .page_title {
		margin-top:0px;
	}
	.container {
		padding-bottom:15px;
	}
}
@media screen and (min-width:1001px) and (max-width: 1200px) {
	.main_menu_wrapper ul li a {
		font:16px "Copperplate Gothic Bold";
		padding: 0px 7px;
	}
	.cart_checkout_wrapper {
		padding-left:10px;
	}
}
@media screen and (max-width: 580px) {
	.search_wrapper {
    	width:100%;
    }
    .search_wrapper #search{
    	width:100%;
    }
    .logo_wrapper {
    	margin:10px auto!important;
        width: 50%;
        float: none;
    }
    .newsletter_text {
    	width:90%;
    }
}
@media screen and (min-width:768px) and (max-width: 1000px) {
	.search_wrapper {
		padding-left:0px;
	}
	.cart_checkout_wrapper {
		padding-left: 0px;
		font-size:10px;
	}
	.cart_count {
		left:75%;
	}
	.newsletter_wrapper .btn{
		padding:9px 4px;
	}
	.newsletter_wrapper .btn-default {
		font-size: 10px;
	}
}
@media screen and (max-width: 391px) {
	.go_to_checkout_button_wrapper {
		margin-top: 20px;
	}
	.shopping_btns_wrapper .right-content{
		float: left;
	}
	.go_to_checkout_button_wrapper {
		text-align: left;
	}
	.checkout_or_button{
		padding-left: 35px;
	    text-align: left;
	}
	.pull-left {
		width:100%;
	}
}
@media screen and (min-width:990px) and (max-width: 1200px) {
	.cart_count {
		left:80%;
	}
}

/*Hide cloud zoom in mobile*/
@media screen and (max-width: 1024px) {
	.mousetrap {
		display:none;
	}
}
@media screen and (max-width: 1200px) {
	.product_button_group .st_email {
		text-align: right;
	}
}

@media screen and (max-width: 580px) {
	#slideshow1 {
		display: none!important;
	}
	.social_block {
		display: none;
	}
	.newsletter_label {
		display: none;
	}
	.search_wrapper {
		padding-top:0px;
	}
	.cart_count {
    	top:12px;
    }
    .cart_wrapper {
       padding-top: 0px;
    }
    .header_social_icons {
		display: block;
		float: left;
		padding-top:20px;
	}
}
.contact_details_wrapper {
	font-size: 14px;
	color:#000;
}
.contact_details_wrapper a{
	color:#000;
}
.subscribe_label {
	display: inline-block;
    min-width: 40px;
}
.subscribe_newsletter_radio_buttons_wrapper {
	display: block;
	width: 100%;
	padding-top:7px;
}
.subscribe_newsletter_radio_buttons_wrapper .radio-inline {
	padding-top:0px;
}