/* CSS Document */
body {
	background-color:#fff;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #727272;
}
html {
	overflow-x: hidden;
	height: 100%;
}
h1, h2, h3, h4, p, form {
	margin: 0;
	padding: 0;
}
a, input, .product-item, .showthumb, .production-items li, #zeitgeist * {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	text-decoration:none;
	outline: none;
}
a img {
	border: 0;
}
a {
	color: #fc561f;
}
a:hover {
	color: #000;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select_all{
	display: none;
    cursor: pointer;
}
.cancel_filter{
	display: none;
}

.mob_sb_btn {
	display: none;
	text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    border: 1px solid #ab9f9f;
    margin-bottom: 10px;
    width: 165px;
}
/*.btn_cat_menu {
	float: left;
	text-align: right;
}*/
.btn_filter_menu {
	float: right;
}
.mob_sb_btn .btn_click {
    background: #fff;
    position: relative;
    cursor: pointer;
    padding: 6px 7px 6px;
    min-height: 30px;
}
.mob_sb_btn .btn_click .text {
    font-size: 14px;
    color: #AB9F9F;
}
.mob_sb_btn .btn_menu {
	vertical-align: middle;
	display: inline-block;
}
.mob_sb_btn .name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
    max-width: 85%;
}
.mob_sb_btn .brcrumb a{display: inline-block; color: #ab9f9f; position: relative; font-weight: 400; margin-right: 1rem;}
.mob_sb_btn .brcrumb a:after {content: '';
    position: absolute;
    top: 3px;
	right: -15px;
    width: 1px;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #fc561f;
    border-bottom: 5px solid transparent;
}
.mob_sb_btn .brcrumb a:last-child:after{display: none;}
/*.btn_cat_menu .btn_menu {
	right: auto;
	left: 4px;
}*/
.btn_menu .line {
    display: block;
	height: 2px;
    margin: 3px auto;
    width: 25px;
    background: #727272;
}
.photo_mob {
	display: none;
}
.slide,
.slide a {
	outline: none;
}
.slick-track {
	margin: 0 auto;
}
.slick-dots {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
	margin-top: -50px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	border: none;
	outline: none;
    font-size: 0;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    color: #fff;
    cursor: pointer;
    background: #fff;
    margin: 0 4px;
	padding:0;
    -webkit-box-shadow: 1px 1px 0 0 #000;
    -moz-box-shadow: 1px 1px 0 0 #000;
    box-shadow: 1px 1px 0 0 #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.slick-dots .slick-active button {
	background: #fc561f;
}
.wrapper {
    width: 100%;
	max-width: 1240px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0 auto;
	position:relative;
}
.clear {
	width: 100%;
	clear:both;
}
.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
/* spam protection inputs */
.dispon {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}
.centered {
	text-align: center;
}
.third {
	width: 33.3%;
	float: left;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.twothirds {
	width: 66.6%;
	float:left;
}
.threequarters {
	width: 75%;
	float:left;
}
.threequarters .slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}
.trunk_page .threequarters {
	width: 79%;
}
.brand_slider:after{
	content: '';
	clear: both;
	overflow: hidden;
	display: block;
}
.homebanner .quarter {
	width: 25%;
	float: left;
}
.half {
	width: 50%;
	float:left;
}
.halfless-right {
	width: 45%;
	float:left;
	margin-left:5%;
}
.halfless-left {
	width: 45%;
	float:left;
	margin-right:5%;
}
.third-right {
	width: 30%;
	margin-left:3%;
	float:left;
}
.third-left {
	width: 30%;
	margin-right:3%;
	float:left;
}
.quarter-right {
	width: 22%;
	margin-left:3%;
	float:left;
}
.quarter-left {
	width: 22%;
	margin-right:3%;
	float:left;
}
.trunk_page .quarter-left {
	width: 18%;
}
.fifth {
	width: 20%;
	float:left;
}
.right {
	text-align: right;
}
.floatright {
	float: right;
}
.header {
	border-bottom: 1px solid #ab9f9f;
	margin-bottom: 2px;
}
.homebanner, .content {
	border-top: 1px solid #ab9f9f;
	margin-top: 2px;
}
.content {
	padding: 20px 0 20px 0;
}
.smaller {
	font-size: 11px;
}
.logo_mob {
	display: none;
}
.logo {
	display: block;
	height:70px;
	float:left;
}
.logo_mob,
.logo img {
	height: 70px;
}
img {
	max-width: 100%;
	max-height: 100%;
	/*width: auto;
	height: auto;*/
}
.headerlinks{position: absolute; text-align:right; right:10px; padding-top:5px;}
.search {
	float:right;
}
.search form {
	margin-top:30px;
	position:relative;
}
.other_list {
	position: relative;
}
.other_list .search {
	text-align: right;
	float: none;
	position: absolute;
	right: 0;
	top: 0;
}
.other_list .search form {
	margin-top: 0;
}
#genie-content .search form {
	margin-top:0;
}
.searchinput {
	border: 1px solid #ada1a1;
	width: 150px;
	background-color:#fff;
	padding:5px;
	position: relative;
    top: 0.1rem;
}
.searchsubmit {
	background-image:url(../img/search-icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:white;
	width:18px;
	height:16px;
	border:0 solid transparent;
	padding:0;
	position:absolute;
	top:8px;
	right:2px;
	cursor:pointer;
}
.contentpadding {
	padding: 15px;
	position:relative;
}
.smallcontentpadding {
	padding: 10px;
	position:relative;
	font-size: 11px;
}
.homebanner .wrapper, .productionbanner {
	margin-bottom: 10px;
}
.productionbanner .productionthumb {
	background-size: contain;
	background-repeat: no-repeat;
}
.productionbanner.merch_image_wrapper .productionthumb {
	background-position: 50% 50%;
	width:100%;
}
.homelogin .loginform {
	border-bottom: 1px dotted #c3c3c3;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.homelogin h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:100;
	letter-spacing:2px;
	margin-bottom:5px;
}
.homelogin a {
	color:#fc561f;
}
.homelogin .contentpadding {
	padding: 8px 10px 0 20px;
}
.loginform p {
	margin-bottom: 7px;
}
.fos_user_registration_register i,
.loginform i {
	font-size: 21px;
	float: left;
	position: absolute;
	left: 7px;
	top: 5px;
}
.loginform .social_connect p {
	text-align: center;
}
.homelogin .loginform input.input {
	width: 100%;
}
.fos_user_registration_register .text {
	float: left;
	width: 6%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 63px;
}
.fos_user_registration_register .form_elements {
	float: left;
	width: 49%;
	padding: 0 4%;
}
.fos_user_registration_register .social_connect {
	float: right;
	width: 45%;
	padding: 0 4%;
	margin-top: 32px;
}
.fos_user_registration_register .social_connect a,
.loginform .social_connect a {
	display: block;
	color: white;
	margin: 4px auto;
	text-align: center;
	padding: 7px 0;
	position: relative;
	font-size: 13px;
}
.reg_block .text {
	display: none;
}
.reg_block .orangebutton {
	width: 100%;
}
input[type='submit'].orangebutton{
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-decoration:none;
	background-color:#fc561f;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff !important;
	text-align:center;
	padding: 0 !important;
	-webkit-appearance: none;
	-webkit-border-radius:0
}
.orangebutton {
	padding:7px 15px 7px 15px;
	text-decoration:none;
	background-color:#fc561f;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff !important;
	text-align:center;
	border:0;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
.orangebutton.gray {
	background-color:lightgray !important;
}
.orangebutton.add_to_cart.gray:hover {
	background-color:lightgray !important;
	cursor:not-allowed;
}
.orangebutton.hide {
	display: none;
}
.fos_user_registration_register .social_connect a:hover,
.loginform .social_connect a:hover,
.shared_buttons a:hover,
.all_shared_buttons a:hover,
.red_button:hover,
.grey_button:hover,
.orangebutton:hover {
	background-color: #ada1a1 !important;
	color: #ffffff;
}
.orangelink {
	color:#fc561f;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
}
.orangelink:hover {
	color:#000;
	border-bottom: 1px solid #fc561f;
}
.arrowlink {
	background-image: url(../img/arr-more.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 13px;
}
.input {
	width: 96%;
	background-color:#fff;
	padding:2%;
	border:1px solid #c3c3c3;
}
.inputarea {
	width: 96%;
	height:40px;
	background-color:#fff;
	padding:2%;
	border:1px solid #fff;
}
h1, .h1, .page_title {
	font-family: 'Palatino Linotype', "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight:normal;
	border-bottom: 1px solid #c3c3c3;
	text-transform:uppercase;
	color:#464646;
	margin-bottom:20px;
}
h2 {
	font-family: 'Palatino Linotype', "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#464646;
	margin-bottom:20px;
}
.innerheader {
	margin: 20px 0 10px 0;
}
.bigitalic {
	font-size: 20px;
	font-weight:normal;
	font-style: italic;
	text-transform:uppercase;
	margin-bottom:20px;
}
.thinbig {
	font-size: 16px;
	font-weight: 100;
	text-transform:uppercase;
	margin:20px 0 20px 0;
}
.thinktitle {
	font-size: 16px;
	font-weight: 100;
	text-transform:uppercase;
	margin:0 0 20px 0;
}
.homeprefooter, .footer {
	padding: 20px 0 20px 0;
}
.slider img {
	width: 100%;
	cursor:pointer;
}
.threesteps {
	padding: 30px 0 30px 0;
}
.threesteps * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.dasheddiv {
	border-bottom: 1px dotted #c3c3c3;
	margin: 10px 0 10px 0;
	width: 100%;
}
.dasheddiv.log {
	margin-top:18px;
}
.blankdiv{height: 20px; clear:both;}
.shadowdiv {
	background-image: url(../img/shadow-div.jpg);
	height:35px;
	background-position:center;
	clear:both;
	margin-top: 8px;
    background-size: 100%;
}
.featuredzeitgeist {
	position:relative;
}
.pastzeitgeist {
	margin-left: -6px;
	margin-right: -6px;
}
.pastzeitgeist *,
.footer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.featuredzeitgeist .img_wrrap,
.pastzeitgeist .img_wrrap {
	border: 1px solid #c3c3c3;
	display: block;
}
.pastzeitgeist .img_wrrap {	
	margin-left: 6px;
	margin-right: 6px;
	margin-top:10px;
}
.featuredzeitgeist img,
.pastzeitgeist img {
	width: 100%;
	height:auto;
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
}
.pastzeitgeist .third {
	position: relative;
}
.zeitgeist-title {
	height: 30px;
	padding:0 8px 0 8px;
	color:#FFF;
	line-height:30px;
	position:absolute;
	margin-top: -34px;
	background-color:#000;
	font-size:11px;
	right:4px;
}
.pastzeitgeist .zeitgeist-title {
	right: 10px;
}
.featuredzeitgeist:hover .zeitgeist-title, .pastzeitgeist .third:hover .zeitgeist-title {
	background-color:#fff;
	color:#000;
}
#zeitgeist a:hover{opacity: 0.7;}
.footer h3 {
	margin-bottom: 15px;
}
.footer a {
	display: block;
	width: 100%;
	color:#474747;
	text-decoration:none;
	line-height:24px;
}
.footer a:hover {
	color:#fc561f;
}
.footer .social_links a {
	display: inline;
	line-height:22px;
}
.footer .social_links img {
	width: 25px;
	height: 25px;
}
ol.trends {
	padding: 0 10px 0 20px;
}
ol.trends li {
	padding-bottom: 5px;
}
ol.trends li.positive {
	background-image:url(../img/arr-up.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
ol.trends li.negative {
	background-image:url(../img/arr-down.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
ol.trends li.neutral {
	background-image:url(../img/arr-flat.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
ol.trends li a {
	color:#727272;
	text-decoration:none;
}
ol.trends li a:hover {
	color:#fc561f;
	text-decoration:none;
}
.trunk_head {
	margin-bottom: 20px;
	border-bottom: 1px solid #c3c3c3;
}
.trunk_head .page_title {
	float: left;
	margin-bottom: 0;
	border-bottom: none;
}
ul.topfilterbar {
	display: table;
	float:right;
	list-style:none;
	height:34px;
	line-height:34px;
	margin:0;
	padding:0;
}
ul.topfilterbar li {
	display: table-cell;
	margin:0;
	padding:0;
}
ul.topfilterbar li a,
ul.topfilterbar li span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px #c3c3c3 dotted;
	line-height: 34px;
	padding: 0 23px;
	color:#fc561f;
	background-position:bottom center;
	background-repeat:no-repeat;
	cursor: pointer;
}
ul.topfilterbar li span {
	padding: 0 10px 3px;
}
ul.topfilterbar li a:hover,
ul.topfilterbar li a.active,
ul.topfilterbar li:hover span,
ul.topfilterbar li.active span {
	color:#838383;
	background-image:url(../img/arr-active.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.tabs-directory .search {
	float: left;
}
.tabs-directory .search form {
	margin-top: 0;
}
.tabs-directory .tab-production {
	display: none;
}
.tabs-directory .tab-production.active {
	display: block;
}
.trunkcats .thinbig {
	margin: 0;
    padding: 0.5rem 0 0.5rem 1rem;;
    cursor: pointer;
    position: relative;
}
.trunkcats .thinbig.active ul{
	display: block;
}
.trunkcats ul {
	list-style: none;
	margin:0;
	padding:0;
}
.trunkcats .thinbig.active ul {
	display: block;
}
.trunkcats a.add_new_wishlist{
	    width: auto;
    position: absolute;
    top: 11px;
    right: 0;
}
.trunkcats .thinbig.active.has_sub:before {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}
.trunkcats .thinbig.has_sub:before { display: block;
    position: absolute;
    color: #fc561f;
    right: 1.5rem;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    top: 0.8rem;
    vertical-align: middle;
    border-style: solid;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s;
}
.trunkcats .thinbig ul{
	display: none;
}
.trunkcats a {
	display: block;
	width: 100%;
	color:#8c8c8c;
	text-decoration:none;
	line-height:15px;
	padding-left: 5px;
	font-size: 14px;
}
.trunkcats a:hover {
	color:#bdbdbd;
	text-decoration:none;
}
.trunkcats .trunk_item.has_sub{position: relative;}
.trunkcats .trunk_item.has_sub .submenu{
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.trunkcats .trunk_item.has_sub.active .submenu{
	visibility: visible;
	opacity: 1;
	height: auto;
	margin-bottom:10px;
}
.genie_sidebar ul {
	margin-top: 10px;
}
.trunkcats .trunk_item .submenu li a,
.genie_sidebar ul li a {
	padding-left: 1.8rem;
    padding-bottom: 0.5rem;
	position: relative;
}
.genie_sidebar ul li a {
	font-size: 14px;
	text-transform: initial;
	padding-bottom: 0.6rem;
}
.trunkcats .trunk_item .submenu li a:before,
.trunkcats .trunk_item .submenu li a.active:before,
.genie_sidebar ul li a:before{
	content: "";
	display: none;
    position: absolute;
    color: #fc561f;
    left: 15px;
    width: 0.2rem;
    height: 0.2rem;
    top: 6px;
    vertical-align: middle;
	border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s;
}
.trunkcats .trunk_item .submenu li a.active:before,
.genie_sidebar ul li a.active:before{
	display: block;
}
.trunkcats .trunk_item .submenu li a:hover:before{
	display: block;
	transition: 0.3s;
} 
.trunkcats .trunk_item.has_sub .open_sub{
	display: block;
	position: absolute;
	top: 0.8rem;
	left: 0;
	cursor: pointer;
}
.trunkcats .trunk_item.has_sub .open_sub:before {
	display: block;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    transition: 0.3s;
    width: 0;
	height: 0;
	border-top: 0.3rem solid transparent;
	border-left: 0.3rem solid #dedede;
	border-bottom: 0.3rem solid transparent;
}
.trunkcats .trunk_item.has_sub.active .open_sub:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.3s;
}
.vis_mobile {
	display: none;
}
.trunkcats .trunk_item.has_sub .open_sub {
	display: block;
}
.production-like {
	width: 26px;
	height:26px;
	background-image:url(../img/like.sprite.png);
	background-position:top;
	background-repeat:no-repeat;
	background-position: 0 0;
	margin-left:10px;
	position: absolute;
	display: inline;
	margin-top:2px;
	transition:none;
}
.wrapper h1 .production-like {
	margin-top:8px;
}
.header_pad.middle .production-like {
	margin-top:6px;
}
.header_pad.small .production-like {
	margin-top:2px;
}
.production-like:hover {
	background-position: 0 -27px;
}
.production-like.active {
	background-position: 0 -54px;
}
.seasonselect{
	width: 100%;
	height:25px;
	-webkit-border-radius: 0;
	margin-bottom:10px;
	-webkit-appearance: none;
	font-weight:bold;
	border:0; color:#727272;
	font-size: 14px;
	background-image:url(../img/select-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	/*border-bottom: 1px dotted #c3c3c3;*/
}
.seasoncontainer{float: right; width: 200px;}
.signaturelook{
	width: 100%;
	/*height: 450px;*/
	background-position: top;
	background-size: contain;
	background-repeat:no-repeat;
}

/* PRODUCTS ITEMS */
.production-directory{
    border:0 !important;
    background-color: #ebe9f1;
}
.featureditems {
    border-top: 1px solid #c3c3c3
}
.featureditems > * {
	font-size: 13px;
}
.featureditems .product-item {
	display: inline-block;
	/*float: none;*/
	height: auto;
	margin-bottom: 0;
}
.product-item {
	/*height: 26rem;*/
	position:relative;
}
.slick-slide {
	height: auto;
}
.music-video_page h1,
.film_page h1,
.show_page h1,
.music_artist_character_page h1,
.film_character_page h1,
.show_character_page h1	{
	text-align: left;
}
/*.film_character_page .slick-slider {*/
	/*margin: -10px;*/
/*}*/
.show_character_page .slick-list,
.music_artist_character_page .slick-list,
.film_character_page .slick-list {
	padding: 10px;
}
.product-item.small .contentpadding{padding:10px;}
.product-item:hover {
	-webkit-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	-moz-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
}
/*.product-item.small .productthumb {*/
	/*height: 130px;*/
/*}*/
.productthumb {
	width: 100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
    background-color:#fff;
}
.product-item .productname {
	margin-top: 8px;
	height: auto !important;
	word-wrap: break-word;
}
#genie-content .product-item .productname {
	height:auto;
}
.product-item .productname a {
	color:#fc561f;
	font-size: 13px;
	text-decoration:none;
}
.product-item .production a, .product_toggle_content a {
	color:#727272;
	text-decoration:none;
	font-style:italic;
}
.product-item .brandname {
	font-weight: 100;
	font-size: 13px;
	line-height: 17px;
	margin: 4px 0;
	word-wrap: break-word;
	height: auto;
	/* overflow: hidden; */
}
#genie-content .product-item .brandname {
	height:auto;
	line-height:17px;
}
#top-popup .product-item .brandname {
	line-height:17px;
}
.product-item .production {
	margin-bottom: 5px;
	height:18px;
	overflow:hidden;
}
.product-item .colorblocks {
	height:26px;
	line-height:26px;
	overflow:hidden;
}
.product-item .quickview a {
	position: absolute;
	width: 20px;
	height:20px;
	line-height:20px;
	text-decoration:none;
	background-color:#f9f9f9;
	font-weight:bold;
	text-align:center;
	right:20px;
	margin-top: -24px;
	color:#000;
}
.product-item .quickview a.remove_from_wishlist {
	color: #000;
	background-color: #fff;
}
.product-item .quickview a.remove_from_wishlist:hover {
	color: #000;
	background-color: #e6e6e6;
}
#top-popup .product-item .quickview a {
	right:14px;
}
.product-item .quickview a:hover {
	color:#fff;
	background-color:#000;
}
.product-item .genie, .product-name .genie {
	float: right;
	width: 26px;
	height:26px;
	background-image:url(../img/genie.sprite.png);
	background-position:top;
	background-repeat:no-repeat;
	background-position: 0 0;
	-webkit-transition: all 0ms ease-out;
	-moz-transition: all 0ms ease-out;
	-o-transition: all 0ms ease-out;
	transition: all 0ms ease-out;
}
.product-item .genie:hover,  .product-name .genie:hover {
	background-position: 0 -27px;
}
.product-name .genie.active, .product-item .genie.active {
	background-position: 0 -54px;
}
.production-item .like, .product-item .like, .character-items .like, .music-video-item .like {
	float: right;
	width: 26px;
	height:26px;
	background-image:url(../img/like.sprite.png);
	background-repeat:no-repeat;
	background-position: 0 -3px;
	transition:none;
}
.production-item .like:hover, .product-item .like:hover, .character-items .like:hover, .music-video-item .like:hover {
	background-position: 0 -30px;
}
.production-item .like.active, .product-item .like.active, .character-items .like.active, .music-video-item .like.active {
	background-position: 0 -57px;
}
.product-item .trend, .product-name .trend {
	width: 24px;
	height:26px;
	float:right;
	background-repeat:no-repeat;
	background-position: -2px 6px;
	padding-right:10px;
}
.character_products .product-item .trend {
	background-position: -2px 6px;
}
.product-item .trend.positive, .product-name .trend.positive {
	background-image: url(../img/arr-up.png);
}
.product-item .trend.negative, .product-name .trend.negative {
	background-image: url(../img/arr-down.png);
}
.product-item .trend.neutral, .product-name .trend.neutral {
	background-image: url(../img/arr-neutral.png);
}
.quickview-popup {
	width: 600px;
	background-color:#fff;
}
.wishlist-popup {
	width: 300px;
}
.wishlist-popup .grey_button{
	width: 49%;
	float: right;
	font-size: 12px;
	padding: 7px 1px;
}
.wishlist-popup a.back_arrow {
	font-size: 14px;
	color: #929292;
	float: left;
	margin-right: 7px;
	margin-top: 4px;
}
.wishlist-popup a.back_arrow:hover {
	color: #ada1a1;
}
.wishlist-popup h3{
	margin-bottom: 5px;
}
.wishlist-popup .orangebutton {
	float: left;
	width: 49%;
	font-size: 12px;
}
.wishlist-popup .add_to_wishlist {
	float: right;
	width: 49%;
}
#wishlists {
	width: 100%;
	padding: 5px;
	margin-top: 10px;
}
.custom-multi-select option {
	margin: 1px 0;
	color:black;
}
.custom-multi-select option:before {
	content: "\f0c8";
	font-size: 15px;
	color: #7b7b7b;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 4px;
}
.custom-multi-select option.add.selected:before {
	content: "\f14a";
	color: #83d021;
	font-weight: 900;
}
.custom-multi-select option.remove.selected:before {
	content: "\f2d3";
	color: #ea5151;
	font-weight: 900;
}
.quickview-popup .third{width: 40%;}
.quickview-popup .twothirds{width: 60%;}
.colorblocks img {
	margin-right: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid black;
	width: 15px;
	height: 15px;
	cursor:pointer;
}
.colorblocks div {
	margin-right: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid black;
	width: 15px;
	height: 15px;
	display:inline-block;
	padding:0 5px;
	line-height: 26px;
	/*vertical-align: top;*/
	cursor:pointer;
}
.colorblocks img:hover, .colorblocks div:hover {
	border: 1px solid #E9682A;
}
.product_desc .size_wrrap, .product_desc .variation_wrrap, .product_desc .param_set_wrapper {
	margin-top: 10px;
}
.quickview-popup .size_wrrap, .quickview-popup .variation_wrrap, .quickview-popup .param_set_wrapper {
	margin-top: 5px;
}
.sizeblocks div, .param_set_wrapper div.product_param {
	display: block;
	height:27px;
	line-height:20px;
	border: 2px solid #000;
	color:#000;
	margin-right:5px;
	float:left;
	cursor:pointer;
	padding:2px 5px;
}
.sizeblocks div:hover, .sizeblocks div.active, .param_set_wrapper div.product_param:hover, div.product_param.active {
	background-color:#000;
	color:#fff;
}

.variation_wrrap a, div.variation_block {display: block; height:27px; line-height:20px; border: 2px solid #000; color:#000; text-decoration:none; margin-right:5px; margin-bottom:5px; width:30px; text-align:center; float:left; cursor:pointer;}
.variation_wrrap a:hover, div.variation_block:hover, div.variation_block.active{background-color:#000; color:#fff;}
.variation_wrrap div {width:auto; padding:2px 5px;}

.hide {
	display:none;
}

/* PRODUCTION ITEMS */
.production-items,
.character-items,
.newly-items{
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	list-style: none;
	position: relative; /*overflow:hidden;*/
	width: 100%;
}
.production-items .selected, .character-items .selected {opacity: 1;}
.production-items a, .character-items a {
	text-decoration: none;
}
.production-items .item, .character-items .item {
	width: 210px;
	overflow: hidden;
	background-color: #ebf1f1;
	margin: 3px;
	float: left;
	cursor: pointer;
}
.newly-items .item {
	width: 162px;
	overflow: hidden;
	padding: 4px;
	float: left;
	cursor: pointer;
}
.newly-items .item a {
	display: block;
}
.newly-items .item .productionname{
	text-align: center;
	font-size: 13px;
}
.newly-items .item img.showthumb{
	display: block;
}
.character-items .item{background-color:#fff !important;}
.character-items.small .item {height: 170px !important;}
.production-items .item:hover, .character-items .item:hover {
	-webkit-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	-moz-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
}
.character-items .item:hover .signature_name,
.character-items .item.active .signature_name
{
	color: #636363;
}
.character-items .item.soc_link:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.character-items .signature_name {
	color: #fc561f;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.production_thumb {
	height:386px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	cursor:auto;
}
.production-items .item .productionthumb,
.character-items .item .characterthumb {
	width: 100%;
	display: block;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	background-color:#f3f3f3;
}
.production-items .item .productionname,
.character-items .item .charactername,
.character-items .item .categoryname
{
	color:#fc561f;
	font-size: 13px;
	text-decoration:none;
}
.production-items .item .productionoverview {
	font-size: 13px;
	text-decoration:none;
	margin-top:5px;
	color:#727272;
	overflow:hidden;
}
.character_wrapper .production_name,
.character_wrapper .signature_name {
	overflow: hidden;
}
.character_wrapper .smallcontentpadding,
.favourite_wrrap .smallcontentpadding {
	font-size: 13px;
	text-transform: capitalize;
}
.signatures .smallcontentpadding,
.signature_info .smallcontentpadding {
	text-align: center;
}
.signature_info .photo_mob .smallcontentpadding {
	padding: 0;
}
.character_wrapper .signature_info .signature_name {
	color: #4c4c4c;
}
.character_wrapper .production_name {
	font-style: italic;
}
div.character_image {
	width: 40%;
}
.favthumb{
	width: 100%;
	/*max-width:95%; */
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	background-color:#fff;
}
.letter-directory span.letter_link, .letter-directory span.number_link {
	display: block;
	float:left;
	width: 22px;
	font-size:17px;
	color:#fc561f;
	text-align:center;
	line-height:35px;
	height:35px;
	text-decoration:none;
	transition:all 200ms ease-out 0s;
	cursor:pointer;
}
.letter-directory span.letter_link:hover,
.letter-directory span.number_link:hover,
.letter-directory span.letter_link.active,
.letter-directory span.number_link.active {
	font-size: 23px;
	font-weight:bold;
	color:#666;
}
.showthumb {
	width: 100%;
	height: 90px;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.showthumb:hover {
	-webkit-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	-moz-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	box-shadow: 0 0 4px 1px rgba(195, 195, 195, 1);
}
.production-directory a {
	text-decoration: none;
	line-height:20px;
    font-size: 14px;
}
.production-directory div.quarter {
	/*display:none;*/
	display: block;
	width: 30%;
	float: left;
}
.product_toggle{font-size: 14px; text-transform:uppercase; color:#000; display:block; margin-bottom:5px; cursor:pointer; background-image:url(../img/li.jpg); background-position:left; background-repeat:no-repeat; padding-left:20px;}
.product_toggle_content{display: none; margin-bottom:10px;}
.product_price{font-size: 17px;}
.product_id {margin-top: 8px; font-size:12.5px; color:#aaa;}
.order_item .product_id {margin-top:0;}
.not_in_stock, .out_of_stock {
	color:#fc561f;
	padding:10px 0;
}
.not_in_stock a, .out_of_stock a {
	text-decoration:underline;
}

/* MENU STYLE */
.headerlinks .cart_dropdown {
	display: none;
}
.menu {
	width: 100%;
	background-color:#ab9f9f;
			  
}
.leftmenu, .leftmenu > li {
	float:left;
}
.rightmenu {
	float:right;
	font-size: 0;
}
.rightmenu > li {
	display: inline-block;
	vertical-align: top;
}
.rightmenu .mob_item {
	display: none;
}
.mmUl {
	margin:0;
	padding:0;
	/*height: 40px;*/
	list-style: none;
}
.mmUl > li > a {
	display: block;
	line-height: 40px;
	height: 40px;
	color: #fdfffc;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	padding-right: 15px;
	position: relative;
	padding-left: 38px;
}
.mmUl > li:hover > a, .mmUl > li.active > a {
	color: #ab9f9f;
}
.mmUl > li:hover, .mmUl > li.active {
	background-color: #f7f5f6;
}
.mmUl > li > a > span.mmIcon {
	background-image: url(../img/mm_sprite_2.png);
	background-repeat: no-repeat;
	background-size: 410px;
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	height: 100%;
	-ms-background-position-y: 10px;
	background-position-y: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mmUl > li:hover > a > span.mmIcon,
.mmUl > li.active > a > span.mmIcon {
	-ms-background-position-y: -25px;
	background-position-y: -25px;
}
.mmUl > li#mm2 > a {
	padding-left: 42px;
}
.mmUl > li#mm3 > a{
	padding-left: 34px;
}
.mmUl > li > a#mm6 {
	padding-left: 48px;
}
#mm1 span.mmIcon {
	width: 21px;
	background-position-x: 0;
}
#mm2 span.mmIcon {
	width: 23px;
	background-position-x: -37px;
}
#mm3 span.mmIcon {
	width: 21px;
	background-position-x: -81px;
}
#mm4 span.mmIcon {
	width: 21px;
	background-position-x: -122px;
}
#mm5 span.mmIcon {
	width: 21px;
	background-position-x: -159px;
}
#mm6 span.mmIcon {
	width: 32px;
	background-position-x: -197px;
}
#mm7 span.mmIcon {
	width: 21px;
	background-position-x: -244px;
}
#mm8 span.mmIcon {
	width: 21px;
	background-position-x: -357px;
}
#cart {
	padding: 0;
	line-height:28px;
}
#cart .mob_text {
	display: none;
}
#cart span.mmIcon {
	width: 40px;
	margin-left: 10px;
	margin-right: 7px;
	background-image: url(../img/mm.sprite.png);
	background-repeat: no-repeat;
	display: block;
	background-position: -326px 7px;
	text-align:center;
	padding: 0;
	height:40px;
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#cart:hover span.mmIcon{background-position: -326px -36px;}
.payment_visa_mc_amex{height: 40px;}
.shows_page .owl-theme .owl-controls {position: absolute; top: 18%; margin-top: 0 !important; z-index: 999; width: 100%;}
.owl-next {right: -5px;  position: absolute; background: url(../img/arrows.png) no-repeat scroll -12px 0 transparent !important; padding: 0 !important; overflow: hidden; display: block; width: 9px; height: 25px;}
.owl-prev {left: 0;  position: absolute; background: url(../img/arrows.png) no-repeat scroll 0 0 transparent !important; padding: 0 !important; overflow: hidden; display: block; width: 9px; height: 25px;}
.owl-carousel .owl-wrapper-outer {width: 94% !important; margin-left: 3%;}
.owl-prev {
	position: absolute;
	left: -57px;
	top: 72px;
}
.owl-next {
	position: absolute;
	right: -57px;
	top: 72px;
}
.infobutton{
    background-color: #333;
    border-radius: 10px;
    display: inline-block;
    color: white;
    text-align: center;
    font-style: italic;
    margin-left: 5px;
    text-decoration: none;
    height:17px;
    width: 17px;
}
.infobutton:hover{
    background-color:#fd6d4b;
    color:#fff;
}
.cycle-pager{width: 100%; position:absolute; z-index:399; margin-top:-50px; text-align:center;}
.cycle-pager span { 
    font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
    display: inline-block;
	color: #fff;
	cursor: pointer;
	text-shadow: 1px 1px #000;
	margin:0 2px;
}
.cycle-pager span.cycle-pager-active { color: #fc561f;}
.cycle-pager > * { cursor: pointer;}
/* END MENU STYLE */

/* XI FRAMEWORK */
.notfilled {
	border: 1px solid #ff0000;
	background-color:#fee8e8;
}
#xi-fader, #xi-ajax-fader {
	z-index:998;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	background-color: rgba(255, 255, 255, 0.2);
}
#xi-ajax-fader {
	background-color: rgba(255, 255, 255, 0.5);
}
#xi-ajax-loader {
	z-index:999;
	position: fixed;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display:none;
	background: url('../img/ajax-loader.gif') no-repeat 50% 50%;
	width:32px;
	height:32px;
}
.preloader {
	background: url('../img/ajax-loader.gif') no-repeat 50% 50%;
	position:absolute;
	left:-9999px;
	top:-9999px;
}
#xi-lightbox {
	z-index:999;
	position: fixed;
	margin:0 auto;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display:none;
	overflow:hidden;
	box-shadow: 2px 2px 14px #555;
	/*max-width: 420px;*/
	/*width: 520px;*/
}
#xi-lightbox-frame {
	width: 100%;
	-webkit-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	-moz-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
}
#xi-lightbox-frame .input {
	width: 100%;
	padding: 2% -0px;
}
#xi-lightbox-frame .contentpadding .fl_left {
	display: table-cell;
	padding-bottom: 8px;
}
#xi-lightbox-frame .sign_part {
	width: 58%;
	border-right: 1px dotted #c3c3c3;
	padding-right: 20px;
}
#xi-lightbox-frame .reg_part {
	width: 42%;
	padding-left: 20px;
}
#xi-lightbox-frame .reg_part a {
	width: 100%;
}
#xi-lightbox-frame .reg_part div {
	margin: 50% 0;
}
#xi-lightbox-frame .third {
	margin: 0;
}
#top-popup {
	/*height:300px; */
	display:none;
	padding:5px 0 5px 0;
	background-color:#fff;
    border-bottom:1px solid #f1f1f1;
}
.genie_product_wrrap {
	font-size: 0;
}
.genie_product_wrrap > * {
	font-size: 13px;
}
#genie-content .product-item{background-color:unset; width: 24%; float: none; height: auto; display: inline-block; vertical-align: top; margin-bottom:5px;}
#top-popup .product-item{background-color:#fff; margin-bottom:5px;}
#top-popup .popup_cart_items_wrapper .product-item{
	overflow: hidden;
	border-bottom: 10px solid white;
}
#top-popup .item{width: 170px; margin:0 4px; float:left;}
#top-popup .popup_cart_items_wrapper .item{
	/*height: inherit;
	border-bottom: 10px solid white;
	overflow: hidden;*/
}
#top-popup .product-item .contentpadding {padding:15px 15px 10px;}
#top-popup .product-item-info{background-color:#fff; margin:5px 0; padding:15px; overflow:hidden;}
#top-popup .popup_cart_items_wrapper .product-item-info{
	height: 100%;
}
#top-popup .product-item-info h3{}
/*NEW STUFF*/
.mini_images a {
	margin-right: 3%;
	display: block;
	width: 30.3%;
	float: left;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.mini_images a img{width: 100%;}

.mini_images a:hover {
	opacity: .7;
}
/*.mini_images { margin-bottom: 20px; }*/

.mini_images:before, .mini_images:after { content: " "; display: table; }
.mini_images:after { clear: both; }

.cart_dropdown {
	position: relative;
}
.cart_block {
	position: absolute;
	top: 40px;
	width: 370px;
	background-color: #fff;
	z-index: 9999;
	right: 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.cart_block p {
	margin-bottom: 2px;
}
.cart_single_item_img {
	float: left;
	margin-right: 10px;
	width: 100%;
}
.cart_single_item {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px dotted #f3f3f3;
}
.cart_single_item_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	opacity: .8;
	z-index:1;
}
.cart_items_total {
	font-size: 16px;
	margin-left: 10px;
	display: inline-block;
	margin-top: 4px;
	color: #fc561f;
}
.price_with_count {
	color: #fc561f;
	font-weight: bold;
	font-size: 14px;
}
.cart_items_footer .orangebutton {
	font-size: 11px;
	margin-top: 0;
	float: left;
}
.cart_block .quarter{margin-right: 10px; width: 25%; float: left;}
.mainstreet_block{padding-bottom: 20px; border-bottom: 1px dotted #c3c3c3;}
.avatar{width: 45px; float:left; margin-right:20px; margin-bottom:20px; background-position:center; background-repeat:no-repeat; background-size: contain;}
.shareditems{
	margin-left: 50px;
	clear:both;
}
.quickview-buttons a, .product_buttons a {
	display:inline-block;
}
.pagination {
	width:100%;
	text-align:center;
	margin-bottom: 10px;
}
.pagination ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}
.pagination ul li {
	display:inline-block;
	font-size:16px;
	line-height:20px;
	margin:0 3px;
}
.pagination ul li.next_page a, .pagination ul li.prev_page a {
	display:inline-block;
	width:9px;
	height:20px;
}
.pagination ul li.next_page a {
	background:url('../img/next_page.jpg') 0 100% no-repeat;
}
.pagination ul li.prev_page a {
	background:url('../img/prev_page.jpg') 0 100% no-repeat;
}
.image-zoom > img {
	cursor: pointer;
}
#product_main_image {
	display: block;
	margin-bottom: 10px;
}
.quickview-popup #product_main_image {
	margin-top:11px;
}
#top-popup .product-item .productname {
	margin-top: 5px;
	height:auto;
	/*max-height:55px;*/
	overflow:hidden;
}
.popup_login {
	width: 520px;
}
.subdomain_popup_login {
	width: 280px;
}
h2.empty_cart {
	font-size:40px;
	text-align:center;
	color:lightgray;
	margin:200px 0;
}
.wrapper.cart_page {
	font-size:15px;
	margin-bottom:100px;
}
table.cart_table {
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
}
.cart_table td {
	padding:10px;
	border-bottom:1px solid #f1f1f1;
}
.cart_table tbody tr:hover td {
	background-color:#fafafa;
}
.cart_table .cart_table_product_delete {
	text-align:right;
}
.cart_table_checkout {
	display:inline-block;
}
.cart_table_quantity input {
	border:1px solid lightgray;
	width:20px;
	padding:2px 4px;
	border-radius:3px;
	text-align:center;
}
.cart_table_quantity .update_cart_quantity {
	background:url('../img/update.png') 0 0 no-repeat;
	width:22px;
	height:18px;
	display:inline-block;
	position:relative;
	top:3px;
	left:8px;
	transform:rotate(0deg);
	outline:0 solid transparent;
	transition:transform 0s linear;
}
.cart_table_quantity .update_cart_quantity:hover {
	transition:transform 0.1s linear;
	transform:rotate(-30deg);
}
.cart_table_quantity .update_cart_quantity.rotate {
	transition:transform 20s linear;
	transform:rotate(-12000deg);
}
.featureditems.product_tab {
	display:none;
}
.featureditems.product_tab.show {
	display:block;
}
.show_page .production-items .item.active,
.show_page .character-items .item.active,
.show_character_page .production-items .item.active,
.show_character_page .character-items .item.active,
.show_page_sets .production-items .item.active,
.show_page_sets .character-items .item.active,
.music-video_page .production-items .item.active,
.music-video_page .character-items .item.active,
.music_artist_character_page .production-items .item.active,
.music_artist_character_page .character-items .item.active,
.music_video_sets_page .production-items .item.active,
.music_video_sets_page .character-items .item.active,
.film_page .production-items .item.active,
.film_page .character-items .item.active,
.film_character_page .production-items .item.active,
.film_character_page .character-items .item.active,
.film_page_sets .production-items .item.active,
.film_page_sets .character-items .item.active,
.studio_page .production-items .item.active,
.studio_page .character-items .item.active,
.network_page .production-items .item.active,
.network_page .character-items .item.active,
.record_label_page .production-items .item.active,
.record_label_page .character-items .item.active {
	opacity:0.5;
}
.show_page .character-items, .show_character_page .character-items, .show_page_sets .character-items, .film_page .character-items {
	padding-bottom:10px;
}
.show_page .product-item, .show_page_sets .product-item {
	height:auto;
}
.show_character_page .character_products, .music_artist_character_page .character_products, .film_character_page .character_products {
	box-sizing:border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 60%;
	float: left;
}
.prods_block {
	margin-bottom: 20px;
}
.prods_block .photo {
	width: 40%;
	float: left;
}
.episodeselect {
	width: 100%;
	height:25px;
	-webkit-border-radius: 0;
	margin-bottom:10px;
	-webkit-appearance: none;
	font-weight:bold;
	border:0;
	color:#727272;
	font-size: 14px;
	background-image:url(../img/select-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom: 1px dotted #c3c3c3;
}
.banner_description .quarter {
	float: right;
	width: 25%;
}
.banner_description .quarter .smallcontentpadding {
	padding-top: 0;
}
.show_page_sets .set_products {
	margin-top:20px;
}
.show_page_sets .sets_slider .item.hide {
	display:none;
}
.js-slider {
	position:relative;
}
.js-slider .slider_wrapper {
	overflow:hidden;
	position:relative;
}
.js-slider .slider_shaft {
	width:999999px;
	position:absolute;
	/*display: flex;*/
	flex-direction: row;
	justify-content: flex-start;
}
.slick-arrow {
	background: none;
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 0;
	text-indent: -9999px;
}
.js-slider .prev_arrow, .js-slider .next_arrow,
.slick-arrow {
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
	z-index:10;
}
.js-slider .prev_arrow.disabled, .js-slider .next_arrow.disabled, .slick-arrow.slick-disabled {
	opacity:0.4;
}
.js-slider .prev_arrow, .slick-prev {
	background-image:url('../img/prev-arrow.png');
	left:-30px;
}
.slick-prev {
	left: 0;
}
.js-slider .next_arrow, .slick-next {
	background-image:url('../img/next-arrow.png');
	right:-30px;
}
.slick-next {
	right: 0;
}
.popup_cart_items_wrapper .js-slider .slider_shaft{
	/*height: inherit;*/
}
.popup_cart_items_wrapper {
	/*height:300px;*/
	/*overflow:auto;*/
	box-sizing:border-box;
	padding:0 30px;
}
.trunkcats a.add_new_wishlist {
	width:auto;
}
.wishlist_edit {
	font-size:18px;
}
.wishlist_edit_form input {
	margin-top:5px;
}
.wishlist_edit_form .wishlist_name {
	margin-bottom:10px;
	padding:5px;
	width:300px;
}
.wishlist_edit_form .public_label {
	margin-right:20px;
}
.wishlist_edit_form .wishlist_submit {
	cursor:pointer;
}
.favourite_item p.fav_img {
	/*padding-right: 15px;*/
	position:relative;
	line-height:100%;
}
.favourite_item p.fav_img img {
	width:100%;
}
.favourite_item p.fav_img span {
    display:block;
	background-color: #f9f9f9;
    color: #000;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 20px;
	/*bottom:1px;*/
	top: 0;
}
#trunk_top_filter {
	margin-bottom:10px;
	display:block;
	font-size: 0;
}
#trunk_top_filter .filter_form_caption {
	display:inline-block;
	color:#838383;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	vertical-align:top;
	padding-top:6px;
	margin-right:2px;
}
#trunk_top_filter .select_box {
	display:inline-block;
	margin:0 4px;
	vertical-align:top;
}
.trunk_sort_wrrap {
	display: inline-block;
	vertical-align: top;
}
#trunk_top_filter .select_box_caption {
	padding:3px 24px 3px 14px;
	border:1px solid #c3c3c3;
	color:#fc561f;
	font-size:12px;
	line-height:22px;
	font-weight:400;
	/*max-width:94px;*/
	white-space:nowrap;
	background: rgba(0, 0, 0, 0) url("../img/select-arrow.gif") no-repeat scroll right center;
	cursor:pointer;
	transition:box-shadow .2s linear; 
}
#trunk_top_filter .select_box_caption:hover {
	box-shadow:0 0 7px 1px rgba(195, 195, 195, 1);
}
#trunk_top_filter .select_box_options {
	overflow: auto !important;
	overflow-x: hidden !important;
	padding:5px 10px;
	list-style:none;
	margin:-1px 0 0;
	border:1px solid #c3c3c3;
	position:absolute;
	z-index:2;
	background:white;
	max-height:350px;
	overflow-x: hidden;
	overflow-y: auto;
	display:none;
}
#trunk_top_filter .select_box_options:before {
	content: '';
	display: block;
	position: absolute;
	/*width: 100%;*/
	height: 100%;
	background:#fafafa;
	z-index: -1;
}
#trunk_top_filter .select_box_option {
	background:url('../img/select_box_checkbox.png');
	background-repeat:no-repeat;
	background-position:0 -28px;
	display:block;
	padding:5px 0 0 18px;
	cursor:pointer;
	transition:all .2s ease-out;
	white-space:nowrap;
	font-size:12px;
}
#trunk_top_filter .select_box_option.active {
	background-position:0 0;
}
#trunk_top_filter .sort_by .select_box_option {
	transition:color .2s ease-out;
	background:none;
	padding-left:0;
}
#trunk_top_filter .sort_by .select_box_option.active {
	transition:all .2s ease-out;
}
#trunk_top_filter .select_box_option:hover {
	color:#fc561f;
}
#trunk_top_filter .filter_by {
	display: inline-block;
	float: right;
}
#trunk_top_filter .submit_filter {
	font-size:14px;
	margin:0 0 0 10px;
	height:30px !important;
	line-height:16px;
	cursor:pointer;
	display: inline-block;
	width:auto;
	padding: 7px 15px 7px 15px !important;
}
#trunk_top_filter .select_box_options.filter_price {
	padding:10px;
	font-size:12px;
}
#trunk_top_filter .filter_price_from {
	float:left;
}
#trunk_top_filter .filter_price_to {
	float:left;
}
#trunk_top_filter .filter_price_from input, #trunk_top_filter .filter_price_to input {
	width:45px;
	border:1px solid lightgray;
	border-radius:3px;
	padding:2px 4px;
}
#trunk_top_filter .filter_price_from input {
	margin-right:10px;
}
#trunk_top_filter .filter_price_to {
	margin-left:10px;
}
#trunk_top_filter .filter_color_icon {
	width:15px;
	height:15px;
	border:1px solid #c3c3c3;
	display:inline-block;
	margin:0 7px;
	vertical-align:bottom;
}
.tab_content {display: none;}
.cart_page .cart_header {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 20px;
}
.cart_page .cart_header h1 {
	display:inline;
	border-bottom: 0 solid #c3c3c3;
	margin-bottom: 0;
}
.cart_page .cart_header .user_country {
	float:right;
	margin-top:10px;
}
.cart_page .cart_header .user_country select {
	height:29px;
	padding: 4px 20px 4px 4px;
	margin-bottom:3px;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	font-weight:bold;
	border:0;
	color:#727272;
	font-size: 14px;
	background-image:url(../img/select-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	/*border-bottom: 1px dotted #c3c3c3;*/
}
.cart_page .cart_header .user_country .country_regions {
	/*display:none;*/
	margin-left:20px;
}
.cart_page .cart_header .user_country .country_regions.show {
	display:inline;
}
.cart_page .brand_wrapper,
.cart_page .checkout_wrapper,
.user_orders_page .addresses_wrapper,
.user_orders_page .order_wrapper,
.user_orders_page .order_wrapper,
.user_orders_page .brand_wrapper {
	box-shadow: 0 0 10px -3px rgba(195, 195, 195, 1);
	padding: 15px;
	margin-bottom:15px;
	box-sizing:border-box;
}
.cart_page .cart_form_wrrap {
	width:65%;
	float:left;
}
.cart_page .totals_wrapper, .user_order_page .customer_order_total {
	box-shadow: 0 0 10px -3px rgba(195, 195, 195, 1);
	padding: 15px;
	width:33%;
	float:right;
	box-sizing:border-box;
}
.cart_page .cart_brand_header {
	border-bottom:1px solid #c3c3c3;
}
.cart_page .cart_brand_header .promo_discounts_link {
    font-size: 14px;
    text-decoration: underline;
    color: #fc561f;
    cursor: pointer;
}
.cart_page .cart_brand_header h2 {
	margin-bottom: 0;
}
.cart_form .cart_brand_header h2 {
	float: left;
}
.cart_page .cart_brand_header .shippings {
	float:right;
	text-align:center;
}
.cart_page .cart_brand_header .shippings .no_po_box {
	/*font-size:13px;*/
}
.cart_page .cart_brand_header .shippings .shipping_heading {
	/*font-size:13px;*/
}
.cart_page .cart_brand_header .shippings select {
	height:29px;
	padding: 4px 20px 4px 4px;
	margin-bottom:3px;
	/*max-width:350px;*/
	min-width:200px;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance:none;
	direction:rtl;
	font-weight:normal;
	border:0;
	color:#727272;
	font-size: 14px;
	background-image:url(../img/select-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	/*border-bottom: 1px dotted #c3c3c3;*/
}
.cart_page .cart_brand_header .shippings select option {
	direction:ltr;
}
a.policy_link {
	font-size:14px;
	text-decoration:underline;
}
a.policy_link:hover {
	color:#888888;
}
.cart_page .cart_item {
	margin-bottom:50px;
}
.cart_page .checkout_shipping_rates .cart_item {
	margin-bottom:20px;
}
.cart_page .cart_item_image {
	display:block;
	float:left;
	margin-top:7px;
}
.cart_page .cart_item_info {
	margin-left:160px;
	line-height:30px;
}
.cart_page .cart_bottom_block table {
	line-height: normal;
	text-align: left;
	width: 100%;
}
.cart_page .cart_bottom_block table td {
	width: 50%;
	padding-right: 10px;
}
.cart_page .cart_bottom_block table a{
	text-align: left;
}
.cart_page .cart_item_info .production_link a {
	color:#727272;
	font-style:italic;
}
.cart_page .cart_item_info .production_link a:hover {
	color:#fc561f;
}
.cart_page .cart_item_info .base_color_icon {
	border:1px solid #c3c3c3;
	background-size:cover;
	display:inline-block;
	width:15px;
	height:15px;
	vertical-align:sub;
}
.cart_page .cart_item_info input.quantity_value {
	border: 1px solid lightgray;
	border-radius: 3px;
	padding: 2px 4px;
	text-align: center;
	width: 20px;
}
.cart_page .cart_item_info .update_cart_quantity {
	background: rgba(0, 0, 0, 0) url("../img/update.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 18px;
	left: 8px;
	outline: 0 solid transparent;
	position: relative;
	top: 3px;
	transform: rotate(0deg);
	transition: transform 0s linear 0s;
	width: 22px;
}
.cart_page .cart_item_info .update_cart_quantity:hover {
	transition:transform 0.1s linear;
	transform:rotate(-30deg);
}
.cart_page .cart_item_info .update_cart_quantity.rotate {
	transition:transform 20s linear;
	transform:rotate(-12000deg);
}
.cart_page .cart_item_info .remove_from_cart {
	/*margin-left:35px;*/
}
.cart_page .cart_item_info .cart_item_subtotal span {
	/*color:#fc561f;*/
}
.cart_page .cart_item_info .cart_item_subtotal.gray span {
	color:#727272;
}
.cart_page .cart_item_info .cart_item_subtotal span.red_price {						 
	color:red;
}
.promo_discounts span.red_price {
	color:#fc561f;
}
.cart_page .cart_item_info .cart_item_subtotal span del {
	color:#727272;
}
.cart_page .cart_item_info .cart_bottom_block a{display: inline-block; margin-right: 1.5rem; color: #aaa; font-size: 12.5px;}
.cart_page .address_block {
	border: 1px solid #e2dfdf;
	padding: 10px;
	margin: 0 0 10px;
	/*background-color: whitesmoke;*/
}
.cart_page .address_block .select_address_header{
	width: 35%;
	float: left;
	font-size: 17px;
	margin: 0 10px 10px;
}
.cart_page .address_block .address_content{
	width: 60%;
	float: left;
}
.cart_page .address_block .edit_address{
	float: right;
	text-align: right;
}
.headerlinks .sel_country, .headerlinks .sel_currency {
	position: relative;
	margin-right:5px;
}
.headerlinks .sel_country:after, .headerlinks .sel_currency:after {
	content: '';
	display: inline-block;
	background-image:url(../img/select-arrow.gif);
	background-position:center;
	background-repeat:no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8.5px;
}
.headerlinks .user_currency,
.headerlinks .user_country {
	max-width:200px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background:none;
	border:0;
	color:#727272;
	font-size: 14px;
	position: relative;
	z-index: 2;
	padding: 3px 20px 3px 5px;
}
.headerlinks .user_country {
	padding-left: 35px;
}
.headerlinks .user_currency {
	margin:0;
}
.headerlinks .country_flag_image {
	width:25px;
	height:13px;
	margin-left:5px;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 9;
}
.headerlinks .label_country {
	position: relative;
}
.price span, .product_price span, .cart_item_price span {
	white-space:nowrap;
}
.price span.red_price, .product_price span.red_price, .cart_item_price span.red_price {
	color:red;
}
.product-item .brandname.cart_item_price {
	overflow:visible;
}
.product-item .brandname.cart_item_price span {
	white-space:nowrap;
}
#top-popup .product-item .brandname.cart_item_price span {
	white-space:normal;
}
h2.cart_summary_header {
	text-align:center;
}
.cart_page .cart_summary_price_block {
	margin-bottom:10px;
}
.cart_page .cart_summary_total_block {
	color:#fc561f;
	font-size:17px;
	border-top:1px solid #c3c3c3;
	padding-top:10px;
}
.cart_page .cart_summary_total_block.black {
	color:#000000;
	font-size:17px;
	border-top:1px solid #c3c3c3;
	padding-top:10px;
}
.charged_in_usd {
	font-size:12.5px;
	display:block;
	text-align:center;
	margin-top:10px;
	color:#aaa;		
}
.charged_in_usd .duties_and_taxes {
	text-decoration:underline;
	display:block;
	color:#aaa;
}
.charged_in_usd .duties_and_taxes_text {
	display:none;
}
.cart_page .cart_summary_price_block span, .cart_page .cart_summary_total_block span {
	white-space:nowrap;
}
.cart_page .cart_summary_price_block.discount span {
	color:red;
}
.cart_page .cart_quantity_select,
.item_return_quantity {
	width:60px;
	padding-right:20px;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	font-weight:bold;
	border:0;
	color:#727272;
	font-size: 14px;
	background-image:url(../img/select-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#top-popup .color_icon {
	border: 1px solid black;
	height: 15px;
	margin-right: 5px;
	transition: all 0.3s ease 0s;
	width: 15px;
}
#top-popup  .size_name, #top-popup  .color_name {
	margin-right:10px;
	line-height: 16px;
	vertical-align: top;
}
.search_item {
	width:170px;
	margin:10px 13px;
	float:left;
}
.search_item p.search_img {
    display: inline-block;
    line-height: 100%;
    position: relative;
}
.search_item p.search_img img {
    height: 127px;
    width: 170px;
}
.brand_item {
	width: 20%;
	padding:10px 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.brand_item p.search_img {
    display: block;
    line-height: 100%;
    position: relative;
}
.brand_item p.search_img img {
    height: 127px;
    width: 100%;
}
.checkout_btn, .payment_order_btn, .complete_order_btn {
	display:block;
	margin:20px auto 0;
	cursor:pointer;
	width:100%;
}
.complete_order_btn.hide {
	display:none !important;
}
.checkout_wrapper .checkout_input {
	border:1px solid #ada1a1;
	background-color: #fff;
    padding: 5px;
	box-sizing:border-box;
	width:95%;
    height: 30px;
	margin-bottom:5px;
}
.checkout_wrapper .half {
	box-sizing:border-box;
	margin-bottom:10px;
	width: 49%;
}
.checkout_wrapper .po_box_checkbox {
	text-align: right;
	margin-right: 16px;
	margin-top: 3px;
}
.checkout_wrapper .inputs_group .half:nth-child(odd){
	margin-right: 2%;
}
/*.checkout_wrapper .billing_address_fields .inputs_group .half:nth-child(even){*/
	/*margin-right: 1%;*/
/*}*/
.checkout_wrapper .billing_address_fields .half, .checkout_wrapper .billing_address_fields .full_width, .checkout_wrapper .shipping_address_fields .half, .checkout_wrapper .shipping_address_fields .full_width {
	margin-bottom:0;
	position: relative;
}
.checkout_wrapper .billing_address_fields .half, .checkout_wrapper .shipping_address_fields .half, .user_profile_page .shipping_address_fields .half {
	margin-bottom: 24px;
}
.checkout_wrapper .billing_address_fields .checkout_input , .checkout_wrapper .shipping_address_fields .checkout_input {
	margin: 3px 0 0 0;
	font-size: 14px;
	color: #555555;
}
.payment_form .billing_address_fields.hide, .checkout_form .shipping_address_fields.hide {
	display:none;
}
.checkout_wrapper .full_width {
	box-sizing:border-box;
	padding-right:20px;
	width:100%;
	margin-bottom:10px;
}
.checkout_wrapper select {
	background: rgba(0, 0, 0, 0) url("../img/select-arrow.gif") no-repeat scroll right center;
    border: 0 none;
    color: #727272;
    padding: 4px 20px 4px 4px;
	margin-bottom:10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.payment_form .required_star, .checkout_form .required_star {
	color:#ed5a0e;
}
.payment_form label, .checkout_form label {
	display:block;
	margin-bottom:3px;
}
.payment_form select {
	border:1px solid #c1b8b8;
}
.payment_form #card_type {
	width:180px;
}
.payment_form #card_expiry_month {
	width:110px;
	margin-right:20px;
}
.payment_form #card_expiry_year {
	width:110px;
}
.payment_form #card_cvv {
	width:100px;
	float:left;
	margin-right:20px;
}
.payment_form .cvv_hint {
	width:145px;
	float:left;
	font-size:12px;
	line-height:14px;
}
.payment_form .save_customer_address, .checkout_form .save_customer_address {
	background-color:#888888;
	float:right;
	margin-top:10px;
	margin-right:20px;
}
.review_form .review_data {
	float:left;
	width:65%;
	margin-bottom:50px;
}
.review_form .review_data th {
	color:#fc561f;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	width:182px;
}
.review_form .review_data a {
	text-decoration:underline;
}
.cart_page select.error, .cart_page input.error, .user_profile_page input.error, .user_profile_page select.error {
	background-color: #fee8e8 !important;
	border: 1px solid #ff0000 !important;
}
.address_requiered_error  {
	position: absolute;
	color:red;
	font-size: 13px;
	display: none;
}
.address_requiered_error.error  {
	display: block;
}
h2.order_confirmed {
	font-size:40px;
	text-align:center;
	color:gray;
	margin:200px 0;
}
.checkout_progress {
	margin-bottom:20px;
	display: table;
	width: 100%;
}
.checkout_progress .checkout_tab {
	width:25%;
	height:52px;
	border-right: 1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background-color:#f5f5f5;
	display: table-cell;
	vertical-align: middle;
	box-sizing:border-box;
	padding:5px 18px 5px 28px;
	font-size:18px;
	position: relative;
}
.checkout_progress .checkout_tab:before,
.checkout_progress .checkout_tab:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.checkout_progress .checkout_tab:before {	
	border: 10px solid transparent;
    border-left: 9px solid #cdcdcd;
}
.checkout_progress .checkout_tab:after {
	border: 9px solid transparent;
    border-left: 8px solid #F4F4F4;
}
.checkout_progress .checkout_tab.last:before,
.checkout_progress .checkout_tab.last:after {
	display: none;
}
.checkout_progress .checkout_tab.active {
	background-color:#ffffff;
}
.checkout_progress .checkout_tab.active:after {
	border-left-color: #fff;
}
.checkout_progress .checkout_tab.first {
	border-left:1px solid #dddddd;
	padding-left: 18px;
}
.checkout_progress .checkout_tab.last {
	background-image:none;
	border-right:1px solid #dddddd;
}
/*.headerlinks .regist .logged_in {*/
	/*margin-right: 15px;*/
	/*font-size: 0;*/
	/*width: 24px;*/
	/*height: 24px;*/
	/*background-image: url(../img/mob_sign.jpg);*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	/*display: inline-block;*/
/*}*/
.user_menu {
	display:inline-block;
}
.user_menu span {
	font-weight:bold;
	transition:color 200ms ease-out 0s;
	cursor:pointer;
	background: rgba(0, 0, 0, 0) url("../img/select-arrow.gif") no-repeat scroll right center;
	padding-right:20px;
}
.user_menu span:hover {
	color:#fc561f;
}
.user_menu ul.dropdown_user_menu {
	background:#fafafa none repeat scroll 0 0;
	border:1px solid #c3c3c3;
	border-bottom:0 solid #c3c3c3;
	padding:0;
	display:none;
	list-style:none;
	margin:5px 0 0 -85px;
	position: absolute;
	z-index: 1000;
	text-align:left;
	box-shadow:0 0 4px 0 rgba(195, 195, 195, 1);
}

.brand_subdomain_page .user_menu ul.dropdown_user_menu,
.pull_subdomain_page .user_menu ul.dropdown_user_menu
{
	margin-left:-77px;
}
.user_menu ul.dropdown_user_menu li {
	cursor: pointer;
	display: block;
	transition: all 0.2s ease-out 0s;
	padding:5px 10px;
	border-bottom:1px solid #c3c3c3;
	white-space: nowrap;
}
.user_menu ul.dropdown_user_menu li a {
	display: block;
}
.user_profile_page .profile_contentpadding {
	margin-bottom:200px;
}
.user_profile_page ul.sidebar_user_menu {
	padding:0;
	list-style:none;
	margin:0;
}
.user_profile_page ul.sidebar_user_menu li {
	text-transform:uppercase;
	font-size:18px;
	font-weight:100;
	color:#727272;
}
.user_profile_page ul.sidebar_user_menu li a {
	color:#727272;
}
.user_profile_page ul.sidebar_user_menu li a:hover {
	color:#fc561f;
}
.user_profile_page .profile_col_right {
	width:70%;
	display: inline-block;
}
.user_profile_page .profile_col_left {
	width:29%;
	display: inline-block;
	float: left;
}
.user_profile_page .profile_col_right .third-left{
	width:48%;
	padding: 0;
	margin-right: 4%;
}
.user_profile_page .profile_col_right .third-left:nth-child(even) {
	margin-right: 0;
}
.user_profile_page .profile_col_left .account-thumbnail {
	margin-right: 20px;
	text-align: center;
}
.user_profile_page .profile_col_left .user_avatar {
	width: 180px;
	height: 180px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	border: 4px #f2f2f2 solid;
	margin: 0 auto 3px;
}

.user_profile_page .profile_col_left .rec_image_size {
	font-size: 11px;
}

.user_profile_page .account-thumbnail .file_input {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin: 5px 0 30px;
}
.user_profile_page .file_input > input[type="file"] {
	font-size: 200px;
	position: absolute;
	bottom: 0;
	width: auto;
	height: 2rem;
	right: 0;
	opacity: 0;
	cursor: pointer;
}
.user_profile_page .file_input .btn_file_input {
	border: 0;
	height: 2rem;
	width: 100%;
	margin-top: 0;
	padding: 0;
	text-transform: capitalize;
}
.user_profile_page .file_input:hover > .btn_file_input {
	background-color: #ada1a1;
}
.user_profile_page .profile_col_right input[type='submit'].orangebutton {
	width:48%;
}
.user_privacy_settings_page .disable_header {
	color: #ef6161;
}
.user_privacy_settings_page .disable_account {
	margin: 15px 0;
}
.user_privacy_settings_page .disable_account .disable_input {
	width: 60%;
	float: left;
	margin-bottom: 10px;
}
.user_privacy_settings_page .disable_account_input {
	padding: 6px;
	width: 100%;
}
.red_button {
	color: #ffffff;
	background-color: #ef6161;
	margin-top: 10px;
	cursor: pointer;
	border: 0;
	padding: 7px 15px 7px 15px;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.grey_button {
	color: #ffffff;
	background-color: #929292;
	margin-top: 10px;
	cursor: pointer;
	border: 0;
	padding: 7px 15px 7px 15px;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
input[type='submit'].disable_account_submit {
	width: 38%;
	height: 1.95rem;
	float: right;
	margin-top: 0;
}
.block_notification {
	padding: 10px 20px;
	margin-bottom: 15px;
	color: #ffffff;
	display: none;
}
.block_notification.error {
	background-color: #f58080;
}
.block_notification.success {
	background-color: #70ce65;
}
.profile_wrapper .checkout_input {
	border:1px solid #ada1a1;
	background-color: #fff;
    padding: 5px;
	box-sizing:border-box;
	width:100%;
	margin-bottom:5px;
}
.profile_wrapper .third-left {
	box-sizing:border-box;
	padding:0 10px;
	margin-bottom:10px;
}
.profile_wrapper select {
	background: rgba(0, 0, 0, 0) url("../img/select-arrow.gif") no-repeat scroll right center;
    border: 0 none;
    color: #727272;
    padding: 4px 20px 4px 4px;
	margin-bottom:10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.profile_wrapper input.profile_save {
	float:right;
	margin-top: 17px;
	cursor:pointer;
}


.profile_password_form .profile_field label {
	color: #727272;
	font-weight: normal;
	margin: 10px 0 3px;
	font-size: 14px;
	display:block;
}

.profile_password_form .profile_field input {
	border: 1px solid #ada1a1;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 5px;
	max-width:300px;
	display:block;
}

.profile_password_form input[type="submit"] {
	max-width:300px;
}

.user_orders_page table.user_orders_list th {
	font-weight:bold;
	text-align:center;
	font-size:15px;
}
.user_orders_page table.user_orders_list td {
	padding:6px 3px;
	/*cursor:hand;*/
	/*cursor:pointer;*/
	text-align:center;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #dadada;
	font-size:14px;
}
.user_orders_page table.user_orders_list tr.customer_order td {
	padding:8px 3px;
	background-color:#f7f7f7;
	border-bottom:0 solid transparent;
}
.user_orders_page table.user_orders_list tr.customer_order td a {
	text-decoration:underline;
	font-weight:bold;
}
.user_orders_page table.user_orders_list tr.empty_tr td {
	padding-top:32px;
}
.user_orders_page table.user_orders_list tr.empty_tr:last-child {
	display:none;
}
.user_orders_page table.user_orders_list td.order-status-td-Pending {
	color:#006199;
}
.user_orders_page table.user_orders_list td.order-status-td-Confirmed {
	color:#006199;
}
.user_orders_page table.user_orders_list td.order-status-td-Shipped {
	color:#079c15;
}
.user_orders_page table.user_orders_list td.order-status-td-Cancelled {
	color:red;
}
.wrapper.user_orders_page {
	font-size:15px;
	margin-bottom:100px;
}
.user_orders_page .order_header {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 20px;
}
.user_orders_page .order_header h1 {
	display:inline;
	border-bottom: 0 solid #c3c3c3;
	margin-bottom: 0;
}
.user_orders_page .products_wrapper {
	box-shadow: 0 0 10px -3px rgba(195, 195, 195, 1);
	padding: 15px;
	margin-bottom:15px;
	width:56%;
	float:left;
	box-sizing:border-box;
}
.user_orders_page .order_details_wrapper {
	box-shadow: 0 0 10px -3px rgba(195, 195, 195, 1);
	padding: 15px;
	width:42%;
	float:right;
	box-sizing:border-box;
}
.user_orders_page .order_brand_header {
	border-bottom:1px solid #c3c3c3;
}
.user_orders_page .order_brand_header h2 {
	display:inline;
}
.user_orders_page .order_item {
	padding:15px;
	border-top:1px solid #ebebeb;
}
.user_orders_page.user_order_cancel .order_item, .user_orders_page.user_order_item_return .order_item {
	border-top:0 solid #ebebeb;
}
.user_orders_page .order_item_image {
	display:block;
	float:left;
	margin-top:7px;
}
.user_orders_page .order_item_info {
	margin-left:145px;
	line-height:25px;
}
.user_orders_page .order_item_info .production_link a {
	color:#727272;
	font-style:italic;
}
.user_orders_page .order_item_info .production_link a:hover {
	color:#fc561f;
}
.user_orders_page .order_item_info .base_color_icon {
	border:1px solid #c3c3c3;
	background-size:cover;
	display:inline-block;
	width:15px;
	height:15px;
	vertical-align:sub;
}
.user_orders_page .order_item_info .order_item_subtotal span {
	/*color:#fc561f;*/
}
.user_orders_page h2.order_details_header {
	text-align:center;
}
.user_orders_page .order_details_block {
	margin-bottom:10px;
	width:50%;
	float:left;
}
.user_orders_page .order_details_block span {
	white-space:nowrap;
}
.user_orders_page .customer_order {
	margin:0 auto;
}
.user_orders_page.user_order_cancel .customer_order, .user_orders_page.user_order_item_return .customer_order {
	margin:10px auto 0;
}
.user_orders_page .brand_orders {
	float:left;
	width: 65%;
}
.user_orders_page .customer_order_total {
	line-height:17px;
}
.user_orders_page .brand_order_header {
	color:black;
	padding:14px 0;
	line-height:17px;
	display:table;
	width:100%;
}
.user_orders_page .brand_order_header_tr {
	display:table-row;
}
.user_orders_page .brand_order_header .brand_order_name {
	float:left;
}
.user_orders_page .brand_order_header .brand_order_name h2 {
	font-size:15px;
	font-weight:bold;
}
.user_orders_page .brand_order_header .brand_order_name a {
	font-size:13px;
	text-decoration:underline;
}
.user_orders_page .brand_order_header .brand_order_shipping {
	float:right;
	text-align:right;
	color: #727272;
}
.user_orders_page .brand_order_header .brand_order_name h2 {
	margin:0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.user_orders_page .brand_order_shipping .brand-order-status-Confirmed {
	color:#006397;
}
.user_orders_page .brand_order_shipping .brand-order-status-Pending {
	color:#006397;
}
.user_orders_page .brand_order_shipping .brand-order-status-Shipped {
	color:#00a74f;
}
.user_orders_page .brand_order_shipping .brand-order-status-Cancelled {
	color:red;
}
.user_orders_page .order_item_return {
	text-decoration:underline;
}
.user_orders_page strong.product-name {
	display:inline-block;
}
.user_order_cancel .order_cancel,
.user_order_item_return .order_return,
.user_order_item_return .return_messages {
	width:40%;
	float:left;
}
.user_order_cancel .order_items,
.user_order_item_return .order_item {
	width:53%;
	float:right;
}
.user_order_cancel .order_cancel_desc {
	color:#000000;
	margin:8px 0;
}
.user_order_cancel .order_cancel_reason {
	width:100%;
	padding: 4px 20px 4px 4px;
	margin-bottom:3px;
	max-width:350px;
	min-width:200px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0;
	font-weight:normal;
	color:#727272;
	font-size: 14px;
	background-image:url(../img/select-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	border:1px solid #c4c4c4;
}
.user_order_cancel .order_cancel_text, .user_order_item_return .order_cancel_text {
	width:100%;
	height:70px;
	border:1px solid #c4c4c4;
	box-sizing: border-box;
	margin:3px 0 20px;
}
.user_order_cancel .order_cancel_submit, .user_order_item_return .order_cancel_submit {
	/*background-color:#e70000;*/
	width:100%;
	cursor:pointer;
	margin-top:20px;
}
.user_order_item_return .order_cancel_text{
	margin-bottom:5px;
}
.user_order_item_return .imageAttachment {
	background-color:#fd971f;
	width:60px;
	height:60px;
	margin-left:12px;
	border-radius:30px;
	font-size:31px;
	text-align:center;
	vertical-align:bottom;
	line-height:60px;
	color: #fff;
	display:inline-block;
	cursor:pointer;
}
.user_order_item_return .order_cancel_submit {
	margin-top:0;
}
.user_order_item_return .order_item_return_left_col {
	float:left;
}
.user_order_item_return .order_item_return_right_col {
	width:100%;
	float:right;
	color:#000000;
	font-size:14px;			
}
.user_order_item_return .order_item_return_right_col a {
	text-decoration:underline;
}
.user_order_item_return .refund_status-Approved {
	color:#1cb793;
}
.user_order_item_return .refund_status-Processing {
	color:#1cb793;
}
.user_order_item_return .refund_status-Payment.issued {
	color:#1cb793;
}
.user_order_item_return .refund_status-Denied {
	color:red;
}
.user_order_item_return .order_item_return_policy {
	color:#939393;
	font-size:13px;
	margin-bottom:20px;
}
.user_order_item_return .order_item_return_policy a {
	text-decoration:underline;
}
.user_order_item_return .order_item_return_policy a.return_policy_link {
	color:#939393;
	font-size:13px;
}
.user_order_item_return .order_item_return_totals {
	border-top:1px solid #d9d9d9;
	margin-top:10px;
	padding-top:10px;
	line-height:17px;
}
.user_order_item_return .return_messages {
	border-top:1px solid #dddddd;
	margin-top:10px;
}
.user_order_item_return .return_message {
	border-bottom:1px solid #dddddd;
	padding:20px 0;
	color:#393939;
}
.user_order_item_return .return_message .return_message_header {
	color:#000000;
}
.user_order_item_return .return_messages .order_cancel_text {
	margin-top:15px;
}
.user_order_item_return .return_messages .order_cancel_submit {
	width: 70%;
	margin-top: 10px;
	float: right;
}
.customer_shipping_address_block {
	border-radius: 5px;
	box-shadow: 0 0 10px -3px rgba(195, 195, 195, 1);
	width: 46%;
	margin: 2%;
	float: left;
	box-sizing: border-box;
	padding: 5px 10px 39px 10px;
	position: relative;
	height: 200px;
	font-size: 15px;
}
.customer_shipping_address_block .shipping_address_edit {
	width:22px;
	height:22px;
	position:absolute;
	right:35px;
	bottom:8px;
	background:url('../img/shipping_address_edit.png') no-repeat;
	display:block;
}

.customer_shipping_address_block .remove_customer_address {
	position:absolute;
	bottom:3px;
	right:8px;
	font-size:23px;
	color:#b2b4b6;
	display:block;
}

.add_customer_address {
	margin:0 0 5px;
	display:inline-block;
}
.graybutton.add_customer_address {
	margin:0 0 5px;
	display:inline-block;
	background-color:#888888;
}
.customer_shipping_address_block .customer_address_buttons {
	position:absolute;
	right:0;
	bottom:0;
}
.shipping_address_edit .shipping_input {
	background-color:#fff;
    border:1px solid #ada1a1;
    box-sizing:border-box;
    margin-bottom:0;
    padding:5px;
    width:100%;
    height:30px;
	font-size: 14px;
	color: #555555;
	margin-top: 3px;
}
.shipping_address_edit .required_star {
	color:#ed5a0e;
}
.shipping_address_edit label {
	display:block;
	font-size:15px;
	margin-bottom:3px;
}
.shipping_address_edit .half {
	box-sizing:border-box;
	padding:0 10px;
	margin-bottom:0;
}
.shipping_address_edit .full_width {
	box-sizing:border-box;
	padding:0 10px;
	width:100%;
	margin-bottom:10px;
}
.shipping_address_edit select {
	background: rgba(0, 0, 0, 0) url("../img/select-arrow.gif") no-repeat scroll right center;
    border: 0 none;
    color: #727272;
    padding: 4px 20px 4px 4px;
	margin-bottom:10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	position: relative;
}
.shipping_address_edit .shipping_address_submit {
	margin-left:10px;
	cursor:pointer;
}
.cart_page .select_address_header {
	margin:0;
}
.checkout_header {
	color:#ed5a23;
	text-transform:uppercase;
}
.shipping_select.no_borders {
	background:white;
	border:0 solid transparent;
	font-weight:normal;
	margin-bottom:0 !important;
	padding-top:0;
	padding-bottom:0;
}
.cart_page .customer_shipping_address_block {
	cursor:pointer;
	height:205px;
}
.cart_page .customer_shipping_address_block .checked {
	position:absolute;
	top:-10px;
	right:-8px;
	width:20px;
	height:20px;
	font-size:13px;
	background:#fc561f;
	border-radius:10px;
	color:white;
	text-align:center;
	padding-top:4px;
	display:none;
}
.cart_page .customer_shipping_address_block.active, .cart_page .customer_shipping_address_block:hover {
	box-shadow:0 0 10px -3px #fc561f;
}
.customer_shipping_address_block.active .checked {
	display:block;
}
/*.checkout_shipping_rates {
	width:65%;
	float:left;
}*/
.checkout_shipping_rates .brand_wrapper {
	float:none;
	width:auto;
}
.checkout_shipping_rates .brand_wrapper .cart_brand_header {
	border-bottom:0 solid transparent;
}
.checkout_shipping_rates .brand_wrapper .cart_brand_header.separator {
	border-bottom:1px solid #cacaca;
	padding-bottom:5px;
}
.checkout_shipping_rates .brand_wrapper .cart_brand_header .title {
	float: left;
}
.cart_page .button_form_block {
	margin: 6px 0;
}
.footer .third.right {
	float:right;
	width: 33%;
}
.look_popup {
	width:635px;
	background:white;
	max-height:373px;
	overflow-x:hidden;
	overflow-y:auto;
}
.notification-popup {
	width: 300px;
	background-color:#fff;
}
.friends_page_header {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom:20px;
}
.friends_page_header h1 {
	display:inline-block;
	border-bottom:0 solid transparent;
	margin-bottom:0;
}
.friends_page_header .search form {
	margin-top:0px;
}
.friend_teaser, .notification_teaser, .wishlist_teaser {
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
.friend_teaser:last-child, .notification_teaser:last-child, .wishlist_teaser:last-child {
	border:0 solid transparent;
	margin-bottom:0;
	padding-bottom:0;
}
.friend_image {
	width:150px;
	height:150px;
	float:left;
	border:1px solid #eee;
	display:block;
}
.friend_info {
	margin-left:165px;
}
.friend_name, .wishlist_teaser .wishlist_name {
	font-size:15px;
	font-weight:bold;
}
.friend_teaser .friend_name a {
	color:#727272;
}
.friend_teaser .friend_name a:hover {
	color:#fc561f;
}
.friend_search_not_found, .notifications_not_found {
	font-size:20px;
	color:lightgray;
	text-align:center;
	margin:20px 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.notification_message {
	float:left;
	width:65%;
	padding-top:8px;
}
.notification_action {
	float:right;
	width:35%;
	text-align:right;
}
.notification_action .orangebutton {
	display:inline-block;
	margin:0;
}
.follow_wishlist {
	text-transform:none;
	font-size:15px;
	float:right;
	margin-top:15px;
}
.wishlist_add_popup p.tags_h, .wishlist_edit_form p.tags_h {
	margin-top:10px;
}
.wishlist_add_popup ul.tagit, .wishlist_edit_form ul.tagit {
	margin-top:5px;
	max-width:300px;
}
.sizeblocks.tagblocks a {
	padding:1px 7px;
	width:auto;
}
.user_wishlists a {
	display:block;
	width:30%;
	margin-right:3%;
	float:left;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.registration_input {
	background-color:#fff;
	border:1px solid #ada1a1;
	border-radius:0;
	box-sizing:border-box;
	display:block;
	font-size:15px;
	margin:0 auto;
	padding:10px;
	width:100%;
	box-shadow:2px 3px 7px -2px lightgray;
}
#fos_user_registration_form label, #fos_user_resetting_form label {
	display:block;
	font-size:16px;
	margin:10px auto 5px;
	width:100%;
}
#fos_user_registration_form ul, #fos_user_resetting_form ul {
	padding:0;
	margin:0 auto 5px;
	list-style:none;
	color:red;
	width:50%;
}
#fos_user_registration_form ul+.registration_input, #fos_user_resetting_form ul+.registration_input {
	border:1px solid red;
}
h1#registration_confirmation {
	color:gray;
	text-align:center;
	padding:50px 0;
	border-bottom:0 solid transparent;
}
h1 .header_pad {
	padding-right:36px;
	/*line-height:41px;*/
	vertical-align:top;
}
.head_wrrap {
	display: table;
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
.head_wrrap h1,
.head_wrrap .page_title {
	border-bottom: none;
	margin-bottom: 0;
}
.head_wrrap > * {
	display: table-cell;
	vertical-align: middle;
}
.head_wrrap .header_pad.middle {
	font-size:25px;
}
.head_wrrap .header_pad.small {
	font-size:20px;
}
.fos_user_resetting_request label {
	display: block;
	font-size: 16px;
	margin: 10px auto 5px;
}
.fos_user_resetting_request #username {
	background-color: #fff;
	border: 1px solid #ada1a1;
	border-radius: 10px;
	box-shadow: 2px 3px 7px -2px lightgray;
	box-sizing: border-box;
	display: block;
	font-size: 15px;
	padding: 10px;
	width: 100%;
}
.fl_left {
	float:left;
}
.dashed_vert {
	width:1px;
	height:100%;
	border-right:1px dotted #c3c3c3;
	margin:0 20px;
}
.mainstreet_block {
	/*max-height: 477px;*/
	/*overflow: hidden;*/
	margin-bottom: 15px;
	/*padding: 7px 40px 15px;*/
}
.mainstreet_block .quarter {
	width: 17.8%;
	float: left;
	padding: 7px;
	margin: 5px;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	position: relative;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	text-decoration: none;
	outline: none;
}
.mainstreet_block .quarter:hover {
	-webkit-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	-moz-box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
	box-shadow: 0 0 10px 1px rgba(195, 195, 195, 1);
}
.border_contentpadding {
	border: 10px solid #f2f2f2;
	/*padding-bottom: 40px;*/
}
.user_profile_page .profile_contentpadding {
	padding-bottom: 20px;
}
.mainstreet_block .mainstreet_products.open {
	max-height:none;
}
.mainstreet_block a.mainstreet_view_more {
	text-decoration:underline;
	font-weight:bold;
	margin-left:65px;
}
/*.film_page .production-items .item, .music-video_page .production-items .item, .music_video_sets_page .production-items .item, .show_page .production-items .item {*/
	/*height:225px;*/
/*}*/
.music-video_page .production-items .youtube  {
	width: auto;
}
.music-video_page .production-items .youtube iframe {
	height: 100%;
	width: 100%;
}
.user_orders_page .graybutton {
	padding:7px 15px 7px 15px;
	text-decoration:none;
	background-color:#aaaaaa;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff !important;
	text-align:center;
	border:0;
	margin-top:0;
}
.user_orders_page .back_to_orders .graybutton {
	float:left;
}
.user_orders_page .order_date {
	font-weight: bold;
	text-align: right;
	line-height: 23px;
	margin-top: 5px;
	color:#727272;
	font-size:15px;
}
.print_page {
	color: #555555;
	transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
}
.print_page:hover {
	color: #888888;
}
.user_order_page .print_page {
	font-size: 22px;
	float: right;
}
.user_order_page {
	font-size:15px;
}
.user_order_page .order_addresses {
	line-height:19px;
	margin-top:20px;
}
.user_order_page .order_addresses .order_shipping_address {
	width:48%;
	float:left;
}
.user_order_page .order_addresses .order_billing_address {
	width:48%;
	float:right;
}
.user_order_page .order_addresses .order_address_type {
	color:#ec6631;
	margin-bottom: 8px;
}
.user_order_page .order_addresses .order_address_type .visa {
	color:#000000;
	float: right;
	font-size:14px;
}
.user_order_page .order_addresses .order_address_type .visa.mc {
	margin-left:-15px;
}
.user_order_page .order_addresses .order_address {
	color:#727272;
}
.user_order_page .product_buttons a.orangebutton {
	padding:3px 15px;
	font-size:14px; 
}
.current_action_with_address {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	display:none;
}
form.loginform .login_error {
	color:red;
}
.checkout_return_policy {
	float:left;
	width:45%;
	display:none;
	margin-bottom:5px;
}
.checkout_shipping_policy {
	float:right;
	width:45%;
	display:none;
	margin-bottom:5px;
}
.text_lightbox {
	background:white;
	padding:20px 30px;
	max-height:260px;
	/*width:440px;*/
	overflow:auto;	 
}
.policy_lightbox_text {
	overflow:auto;
	max-height:260px;
	/*width:440px;*/
}
.order_item_subtotal .red_price {
	color:red;
}
.customer_order_total .brand_order_discount {
	color:red;
}
.no_country_popup {
	background:white;
}
.no_country_popup ul {
	padding-left:20px;
}
.favourite_wrrap,
.products_wrrap,
.trends_wrrap {
	font-size: 0;
}
.favourite_wrrap > *,
.products_wrrap > *,
.trends_wrrap > * {
	font-size: 12.5px;
}
.brand_item,
.trends_wrrap .quarter {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.favourite_item {
	width: 33%;
	float: left;
	margin-bottom: 1rem;
	margin-right: 15px;
}
.favourite_item .productionname {
	padding: 11px 0;
	font-size: 13px;
	width: 90%;
	float: left;
}
.mob_search {
	border-top: 1px solid #ab9f9f;
	margin-top: 2px;
	padding: 6px 15px;
}
.mob_search form {
	background-color: #d6d0d0;
	padding: 3px;
	display: table;
	width: 100%;
	height: 31px;
	text-align: center;
}
.mob_search i {
	display: inline-block;
	cursor: pointer;
	background-color: #d6d0d0;
	font-size: 20px;
	width: 8%;
	color: #ffffff;
	transition-duration: 0.2s;
	vertical-align: sub;
}
.mob_search .search_input {
	border: none;
	width: 0;
	background-color: #fff;
	padding: 5px 0;
	display: inline-block;
	transition-duration: 0.3s;
}

/* CUSTOMIZED SELECT */
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.select-styled {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #727272;
	max-width: 350px;
	min-width: 200px;
	/*height: 40px;*/
}
.select-styled .select {
	/*position: absolute;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 4px 30px 4px 8px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.select-styled .select:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
	overflow: auto;
	top: 7px;
	bottom: 0;
	right: 10px;
	border: 5px solid transparent;
	border-color: #727272 transparent transparent transparent;
}
.select-styled .select:hover {
	background-color: #888888;
	color: #ffffff;
}
.select-styled .select:hover:after {
	border-color: #ffffff transparent transparent transparent;
}
.select-styled .select:active, .select-styled .select.active {
	background-color: #9e9e9e;
	color: #ffffff;
}
.select-styled .select:active:after, .select-styled .select.active:after {
	top: 0;
	border-color: transparent transparent #fff transparent;
}
.select-styled .select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f1f1f1;
	font-size: 14px;
	overflow-y: auto;
	max-height: 364px;
}
.select-styled .select-options li {
	margin: 0;
	text-align: left;
	padding: 4px 8px;
	border-top: 1px solid #d8d8d8;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-styled .select-options li:hover {
	color: #ffffff;
	background: #888888;
}
.select-styled .select-options li.active {
	color: #ffffff;
	background: #888888;
}
.select-styled .select-options li[rel="hide"] {
	display: none;
}

/* widget shared */
a.btn_fb {background-color: rgb(59, 89, 152);}
a.btn_fm {background-color: rgb(68, 138, 255);}
a.btn_tum {background-color: rgb(50, 80, 109);}
a.btn_gp {background-color: rgb(220, 78, 65);}
a.btn_we {background-color: rgb(223, 32, 41);}
a.btn_lj {background-color: rgb(0, 176, 234);}
a.btn_me {background-color: rgb(255, 100, 0);}
a.btn_tw {background-color: rgb(85, 172, 238);}
a.btn_pin {background-color: rgb(203, 32, 39);}
a.btn_bl {background-color: rgb(255, 128, 0);}
a.btn_del {background-color: rgb(32, 92, 192);}
a.btn_dig {background-color: rgb(38, 38, 38);}
a.btn_pc {background-color: rgb(239, 65, 86);}
a.btn_fl {background-color: rgb(225, 40, 40);}
a.btn_li {background-color: rgb(0, 119, 181);}
a.btn_mr {background-color: rgb(22, 141, 226);}
a.btn_od {background-color: rgb(215, 119, 45);}
a.btn_red {background-color: rgb(255, 69, 0);}
a.btn_vk {background-color: rgb(76, 108, 145);}
a.btn_wh {background-color: rgb(37, 211, 102);}
a.btn_em {background-color: rgb(125, 125, 125);}
a.btn_xi {background-color: rgb(26, 117, 118);}
a.btn_other {background-color: rgb(103, 208, 36);}
.icon-meneame:before {
	content: " ";
	background-image: url(../img/meneame.png);
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-top: 7px;
}
.icon-livejournal:before {
	content: " ";
	background-image: url(../img/livejournal.png);
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-top: 7px;
}
.icon-flipboard:before {
	content: " ";
	background-image: url(../img/flipboard.png);
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-top: 9px;
}
.shared {
	float: right;
	position: relative;
}
.favourite_item .shared {
	margin-top: 7px;
}
.header_pad .shared {
	position: absolute;
	display: inline;
	margin-top: 7px;
	margin-left: 33px;
	float: none;
}
.header_pad .shared i.shared_icon,
.product-name .shared i.shared_icon {
	margin-top: 5px;
}
.smallcontentpadding .shared i.shared_icon {
	margin-top: 2px;
}
.shared i.shared_icon {
	color: #9a9999;
	display: block;
	float: right;
	font-size: 17px;
	font-weight: 300;
	margin-top: 0;
	margin-left: 6px;
	width: 17px;
	height: 19px;
}
.shared i.shared_icon:hover {
	cursor: pointer;
	font-weight: 600;
	color: #888687;
}
.shared i.shared_icon.active {
	font-weight: 600;
	color: #888687;
}
.shared_block {
	display: none;
	position: absolute;
	height: 66px;
	padding: 4px;
	z-index: 999;
}
.shared_block ul.shared_buttons {
	position: relative;
	top: 11px;
	overflow: visible;
	width: max-content;
	height: 48px;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 20px;
	background-color: #fdfdfd;
	list-style: none;
	box-shadow: 1px 1px 3px rgba(109, 109, 109, 0.38);
	-webkit-animation: popover 0.2s ease-in-out;
	-moz-animation: popover 0.2s ease-in-out;
	animation: popover 0.2s ease-in-out;
}
.shared_block ul.shared_buttons:before {
	font-size: 1.4em;
	display: block;
	width: 0;
	height: 0;
	content: '';
	pointer-events: none;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #99999973;
	border-left: 9px solid transparent;
	position: absolute;
	top: -0.6em;
	right: 1.1em;
}
.shared_block ul.shared_buttons:after {
	font-size: 1.4em;
	display: block;
	width: 0;
	height: 0;
	content: '';
	pointer-events: none;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fdfdfd;
	border-left: 10px solid transparent;
	position: absolute;
	top: -0.6em;
	right: 1.1em;
}
.shared_block ul.shared_buttons li {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 1px;
	margin-left: 1px;
}
.shared_block ul.shared_buttons a{
	padding: 0;
	border: none;
	border-radius: 50px;
	text-align: center;
	height: inherit;
	display: table;
	color: #ffffff;
	cursor: pointer;
	margin-top: 10px;
	-webkit-transition: margin 0.2s ease-out;
	-moz-transition: margin 0.2s ease-out;
	-o-transition: margin 0.2s ease-out;
	box-shadow: 1px 1px 3px rgba(109, 109, 109, 0.38)
}
.shared_block ul.shared_buttons a:hover{
	margin-top: 4px;
}
.shared_block ul.shared_buttons i{
	width: 30px;
	display: table-cell;
	vertical-align: middle;
	font-size: larger;
}
.shared_popup {
	transition: all 0.2s ease-in;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.shared_popup .back_drop {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.shared_popup .shared_block_popup {
	left: 0;
	margin: 100px auto 0;
	padding: 0 15px 15px;
	max-width: 90%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 150px;
	width: 500px;
	z-index: 20;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.13);
}
.shared_popup ul.shared_buttons {
	list-style: none;
	display: contents;
}
.shared_popup ul.shared_buttons li {
	height: 60px;
	width: 60px;
	display: inline-block;
	margin: 9px;
}
.shared_popup ul.shared_buttons a {
	padding: 0;
	border: none;
	border-radius: 50px;
	text-align: center;
	height: inherit;
	display: table;
	color: #ffffff;
	cursor: pointer;
	margin-top: 10px;
	-webkit-transition: margin 0.2s ease-out;
	-moz-transition: margin 0.2s ease-out;
	-o-transition: margin 0.2s ease-out;
	box-shadow: 1px 1px 3px rgba(58, 58, 58, 0.39);
}
.shared_popup ul.shared_buttons a:hover{
	margin-top: 4px;
}
.shared_popup ul.shared_buttons i{
	width: 60px;
	display: table-cell;
	vertical-align: middle;
	font-size: x-large;
}
/* end style widget shared */

.brand_registration {
	font-size:14px;
}

.brand_registration h1,
.brand_registration_billing_form h1 {
	text-align: center;
}

.brand_registration h2 {
	margin:30px 0 15px 0;
}

.brand_registration p {
	margin:3px 0 10px;
}

.brand_registration table.plans_features {
	border-collapse: collapse;
	border-top:1px solid black;
	border-left:1px solid black;
	font-size:14px;
}

.brand_registration table.plans_features td, .brand_registration table.plans_features th {
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:10px;
	text-align: center;
}

.brand_registration table.plans_features td:first-child {
	text-align: left;
}

.brand_registration table.plan_select {
	border-collapse: collapse;
	border-top:1px solid lightgray;
	border-bottom:1px solid lightgray;
	border-right:1px solid lightgray;
	margin-top:30px;
}

.brand_registration table.plan_select td {
	border-left:1px solid lightgray;
	text-align:center;
}

.brand_registration table.plan_select tr.plan_name {
	font-size:20px;
	font-weight:bold;
}

.brand_registration table.plan_select tr.plan_rices td {
	border-top:1px solid lightgray;
	padding:0 10px;
}

.brand_registration table.plan_select tr.plan_rices .plan_rice {
	font-size:20px;
	font-weight:bold;
}

.brand_registration table.plan_select tr.plan_rices .plan_rice.cross {
	text-decoration:line-through;
}

.brand_registration table.plan_select tr.plan_rices .plan_rice.red {
	color:red;
}

.brand_registration table.plan_select tr.plan_get_started td {
	border-bottom:1px solid lightgray;
	padding-bottom:20px;
}

.brand_registration table.plan_select tr.plan_get_started a {
	display: inline-block;
	padding:5px 10px;
	background-color:#fc561f;
	border-radius:5px;
	margin:0 auto;
	color:white;
	font-size:16px;
}

.brand_registration table.plan_select tr.plan_get_started a:hover {
	background-color:#ada1a1;
}

.brand_registration table.plan_select tr.plan_description td {
	text-align:left;
	vertical-align:top;
	padding:20px;
}

.brand_registration table.plan_select tr.plan_description .features_plus {
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.brand_registration table.plan_select tr.plan_description ul {
	list-style:none;
	padding:0;
}

.brand_registration table.plan_select tr.plan_description li {
	margin:7px 0;
}

.brand_registration table.plan_select tr.plan_description li .fa.fa-check {
	font-weight: normal;
	margin-right:5px;
	color:#76c126;
}

.brand_registration table.plan_select tr.plan_description li .small {
	font-size:13px;
	display:block;
}

.brand_registration_billing_form form #brand_sign_up {
	display: block;
	padding: 12px 40px;
	background-color: #D53338;
	border-radius: 35px;
	margin:30px auto 10px;
	color:white;
	font-size: 17pt;
	font-weight: bold;
	cursor:pointer;
	border:0 solid transparent;
}

.brand_registration_billing_form form #brand_sign_up.hide {
	display:none;
}

.brand_registration_billing_form .terms_of_use
{
	font-size:14px;
	margin:21px auto 0;
	text-align: center;
}

.brand_registration_billing_form .terms_of_use {
	width:auto;
	font-size:14px;
}

.brand_registration_billing_form .terms_of_use.hide {
	display:none;
}

.brand_registration_billing_form form {
	max-width:800px;
	margin:0 auto;
	border:10px solid #f2f2f2;
	padding:30px;
}

.billing_cycle_boxes .billing_cycle_box {
	padding:6px 10px;
	display:inline-block;
	margin:0 1% 2% 0;
	cursor:pointer;
	width:21%;
	min-width: 140px;
	text-align:center;
	border-radius:5px;
	box-shadow:0 0 10px -3px rgba(195, 195, 195, 1);
	position:relative;
	font-size:15px;
}

.brand_billing_header {
	color: #ed5a23;
	text-transform: uppercase;
}

.billing_cycle_boxes .billing_cycle_box:hover {
	box-shadow:0 0 10px -3px #fc561f;
}

.billing_cycle_boxes .billing_cycle_box.active {
	box-shadow:0 0 10px -3px #fc561f;
}

.billing_cycle_boxes .billing_cycle_box .checked {
	position: absolute;
	top: -10px;
	right: -8px;
	width: 20px;
	height: 20px;
	font-size: 13px;
	background: #fc561f;
	border-radius: 10px;
	color: white;
	text-align: center;
	padding-top: 4px;
	display: none;
}

.billing_cycle_boxes .billing_cycle_box.active .checked {
	display: block;
}

.brand_registration_billing_form .card_icons {
	margin-bottom: 10px;
}

.brand_registration_billing_form label {
	display: block;
	margin-bottom: 3px;
	font-size:15px;
}

.brand_registration_billing_form .required_star {
	color: #ed5a0e;
}

.brand_registration_billing_form .checkout_input {
	border: 1px solid #ada1a1;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	width: 95%;
	height: 30px;
	margin-bottom: 5px;
}

.brand_registration_billing_form select {
	background: rgba(0, 0, 0, 0) url("../img/select-arrow.gif") no-repeat scroll right center;
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	color: #727272;
	padding: 4px 20px 4px 4px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.brand_registration_billing_form #card_expiry_month {
	width: 110px;
	margin-right: 20px;
}

.brand_registration_billing_form #card_expiry_year {
	width: 110px;
}

.brand_registration_billing_form #card_cvv {
	width: 100px;
	float: left;
	margin-right: 20px;
}

.brand_registration_billing_form .cvv_hint {
	width: 145px;
	float: left;
	font-size: 12px;
	line-height: 14px;
}

.brand_registration_billing_form .card_input_wrapper {
	max-width:450px;
	margin-top:20px;
}

.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.fixed_header {
	position:fixed;
	z-index:10;
	top:0;
	width:100%;
	background-color:white;
}

.header.brand_subdomain_page,
.header.pull_subdomain_page
{
	border:0 solid transparent !important;
}

.brand_subdomain_page .logo,
.pull_subdomain_page .logo
{
	height:auto;
	margin-top:5px;
}

.brand_subdomain_page .logo img,
.pull_subdomain_page .logo img
{
	width:auto;
	height:45px;
}

.questions {
	font-family: Verdana, Geneva, sans-serif;
	color:black;
	font-size:11pt;
	text-align:center;
	width:100%;
	margin:0 auto;
	letter-spacing:-0.2px;
	padding-bottom:7px;
}

.questions a {
	text-decoration: underline;
	color:black;
}

.brand_menu {
	font-family: Verdana, Geneva, sans-serif;
	margin:0 auto;
	padding:16px 0 19px;
	display:block;
	text-align:center;
	background-color:#6D123F;
}

.brand_menu li.brand_menu_item {
	list-style:none;
	display:inline-block;
	font-weight: bold;
	margin:0 30px;
	font-size:14pt;
}

.brand_menu li.brand_menu_item a {
	text-decoration:none;
	padding-bottom: 4px;
	transition:none;
	color:#FDEBDA;
}

.brand_menu li.brand_menu_item a:hover, .brand_menu li.brand_menu_item a.active {
	border-bottom:2px solid #FFDDD0;
}

.landing_anchor {
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	margin-top:-138px;
}

.subdomain_terms_of_use_popup {
	color:black;
}

.subdomain_terms_of_use_popup .popup_header {
	font-size:19pt;
	padding:15px 15px 10px;
	border-bottom:1px solid lightgray;
}

.subdomain_terms_of_use_popup .popup_header h2 {
	font-size:19pt;
	padding:10px 15px;
	font-family:"nunito-sans",sans-serif;
	text-transform:none;
	padding:0;
	margin:0;
	display:inline-block;
}

.subdomain_terms_of_use_popup .popup_header i.fa-times {
	float:right;
	font-size:15px;
	margin-top:10px;
	color:gray;
	cursor:pointer;
}

.subdomain_terms_of_use_popup .popup_body {
	height:500px;
	padding:20px;
	overflow-y:scroll;
}

.subdomain_terms_of_use_popup .terms_of_use_footer {
	padding:15px;
	border-top:1px solid lightgray;
}

.subdomain_terms_of_use_popup a, .subdomain_terms_of_use_popup a:hover {
	color:#1C5AC7;
}

.login_redirect_message {
	/* position: absolute; */
	width: 100%;
	font-family: Helvetica, 'Open Sans', Arial, sans-serif;
	padding: 12px 0;
	text-align: center;
	background-color: white;
	border-top: 1px solid #605c59;
	border-bottom: 1px solid #605c59;
	color: black;
	font-size: 19px;
}


input[type="submit"], button {
	appearance: none;
	-webkit-appearance: none;
}

@media (min-width: 660px) {
	.mob_search {
		display: none;
	}
    #product_main_image{max-width: 95%;}
    /*.product-item.small:nth-child(2n+1){*/
        /*clear: left;}*/
}
@media (min-width: 800px) {
	.product-item:nth-child(3n+1){
		clear: left;}
	.quarter:nth-child(5n+1) {
		clear: left;}
}
@media (max-width: 1080px) {
	.production-items,
	.character-items,
	.newly-items {
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}		
	.colorblocks img {
		width: 25px;
		height: 25px;
	}
	.sizeblocks div {
		padding: 3px 5px;
		font-size: 14px;
		height: auto;
	}
	.user_profile_page .profile_col_right {
		width: 63%;
	}
	.user_profile_page .profile_col_left {
		width: 35%;
	}
	.user_profile_page .profile_col_right .third-left {
		width: 100%;
	}
	.user_profile_page .profile_col_right input[type='submit'].orangebutton {
		width: 100%;
	}
}
@media (max-width:1024px) {
	.leftmenu {
		float: none;
		display: table;
		width: 100%;
		text-align: center;
	}
	.leftmenu > li {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.mmUl > li > a {
		display: inline-block;
		font-size: 15px;
	}
	.rightmenu {
		position: fixed;
		z-index: 15;
		bottom: 0;
		width: 100%;
		display: table;
		background-color: #fff;
		text-align: center;
		right: 0;
		left: 0;
	}
	.rightmenu > li > a {
		height: auto;
		line-height: 1.25;
		width: auto;
		padding: 7px 7px 5px;
		display: block;
	}
	.mmUl > li:hover {
		background-color: #fff;
	}
	.mmUl > li > a#mm6 {
		padding-left: 7px;
	}
	.rightmenu > li > a > span.mmIcon {
		left: 0;
		right: 0;
		margin: auto;
		height: 25px;
		position: relative;
		transform: none;
		background-position-y: -67px;
	}
	.rightmenu > li > a:hover > span.mmIcon,
	.rightmenu > li > a.active > span.mmIcon {
		background-position-y: 3px;
	}
	.leftmenu .desc_item {
		display: none;
	}
	.rightmenu > li,
	.rightmenu .mob_item {
		display: table-cell;
	}
	body .rightmenu {
		background: #fff;
		border-top: 1px solid #efefef;
	}
	body .rightmenu > li > a {
		color: #ab9f9f;
	}
	body .rightmenu > li > a:hover,
	body .rightmenu > li > a.active {
		color: #ab9f9f;
	}
	.rightmenu > li > a:hover > span.mmIcon,
	.rightmenu > li > a.active > span.mmIcon {
		background-position: -54px -34px;
	}
	#cart span.mmIcon, #cart:hover span.mmIcon {
		background-position-y: -41px;
		background-position-x: -301px;
		background-size: 379px;
		position: relative;
		line-height: 1;
	}
	#cart .mob_text {
		display: block;
	}
	#cart {
		line-height: 1.25;
		padding: 7px 7px 5px;
	}
	#cart span.mmIcon {
		height: 25px;
		/*width: 38px;*/
		font-size: 13px;
		margin-left: auto;
		margin-right: auto;
	}
	/*#chat-widget-container {
		display:none;
	}
	#chat-widget-container.show {
		display:block;
	}*/
	#fc_frame {
		display:none;
	}
	#fc_frame.h-open-container {
		display:block;
	}
	#fc_frame.fc-open {
		display:block;
	}
	#notif span.mmIcon {
		width: 23px;
		background-position-x: -387px;
	}

	/* fresh chat widget custom button */
	#fc_custom {
		display: none;
	}
}
@media (max-width: 1020px) {
	.quarter-left.trunkcats {
		margin-bottom: 20px;
		margin-right: 0;
		width: 25%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.user_profile_page .quarter-left.trunkcats {
		width: 22%;
		margin-right: 3%;
	}
	.trunk_page .threequarters {
		width: 75%;
	}
	#trunk_top_filter {
		text-align: center;
	}
	#trunk_top_filter .submit_filter,
	#trunk_top_filter .select_box {
		margin-bottom: 10px;
	}
	.trunkcats .thinbig {
		font-size: 13px;
	}	
	.trunk_wrrap .product-item .contentpadding {
		padding: 10px;
	}	
	.brand_item p.search_img img {
		height: 12.4vw;
	}
}
@media (max-width: 980px) {
	.homebanner .wrapper {
		padding-left: 0;
	}
	.checkout_progress .checkout_tab {
		padding-left: 20px;
    	padding-right: 10px;
	}
	.checkout_progress .checkout_tab.first {
		padding-left: 10px;
	}
	.trends_wrrap .quarter {
		width: 33.3%;
		padding-top: 20px;
		border-top: 1px solid #c3c3c3;
	}
	.trends_wrrap .quarter:first-child,
	.trends_wrrap .quarter:nth-child(2),
	.trends_wrrap .quarter:nth-child(3) {
		padding-top: 0;
		border-top: none;		
	}
	.trends_wrrap .dasheddiv,
	.trends_wrrap .clear {
		display: none;
	}	
	.trunk_head .page_title,
	ul.topfilterbar {
		float: none;
		text-align: center;
	}
	ul.topfilterbar {
		float: none;
		margin: auto;
	}
	.head_wrrap > * {
		display: block;
		margin: auto;
	}
	.head_wrrap .col:first-child {
		margin-bottom: 10px;
	}
	ul.topfilterbar li:last-child a {
		border-right: none;
	}
	.product-item.small .contentpadding {
	    padding: 10px;
	}
	.user_profile_page .threequarters {
		width: 75%;
		float: left;
	}
	.profile_wrapper .third-left {
		margin-right: 0;
		width: 33.3%;
	}
	.user_profile_page .profile_contentpadding {
		padding-left: 10px;
		padding-right: 10px;
	}
	.user_profile_page .profile_contentpadding {
		margin-bottom: 100px;
	}
	#product_slider_for .slide {
		height: 42vw;
	}
	.mini_images .show_as_main  {
		height: 15vw;
	}
	.featureditems .product-item .contentpadding {
		padding: 10px;
	}
}
@media (max-width:850px) {
	.mmUl > li > a {
		padding-right: 7px;
		padding-left: 30px;
	}
	.mmUl > li > a > span.mmIcon {
		left: 5px;
	}
	.mmUl > li#mm3 > a,
	.mmUl > li > a#mm6 {
		padding-left: 37px;
	}
	.mmUl > li#mm2 > a {
		padding-left: 34px;
	}
	.mmUl > li#mm3 > a {
		padding-left: 29px;
	}
	.cart_form,
	.cart_form_table {
		display: table;
		width: 100%;
	}
	.cart_form > *,
	.cart_form_table > * {
		display: table-cell;
		vertical-align: top;
	}
	.cart_page .totals_wrapper {
		width: 175px;
		float: none;
	}
	.cart_page .cart_form_wrrap {
		width: auto;
	}
	.cart_page .brand_wrapper, .cart_page .checkout_wrapper {
		width: 98%;
	}
	.cart_page .cart_form_wrrap {
		float: none;
	}
	.cart_page .cart_summary_price_block span, .cart_page .cart_summary_total_block span {
		display: block;
	}	
	.other_list .fifth_wrrap .fifth {
		width: 25%;
	}
	.shippings .select-styled {
		max-width: 280px;
	}
}
@media (max-width:800px) {
	.signaturelook {
		/*height: 28vw;*/
	}
    #top-popup{height: auto !important;}
    .show_character_page .character_products,
	.music_artist_character_page .character_products,
	.film_character_page .character_products {
		width: 80%;
	}
	.homebanner .wrapper {
		padding-right: 0;
	}
	.wrapper {
		padding: 0 15px;
	}
	.homelogin {
		width: 100%;
		height: auto;
	}
	.homebanner .homelogin {
		width: 100%;
		height: auto;
	}
	.threesteps .third {
		width: 33.3%;
		float: left;
	}
	.threequarters, .quarter-right {
		float: none;
		width: 100%;
	}
	.quarter-right {
		margin-left: 0;
		margin-top: 30px;
	}
	.quarter-right.third_tb {
		/*display: table;*/
		display: none;
		width: 100%;
		border-bottom: 1px dotted #c3c3c3;
		padding-bottom: 25px;
		margin-bottom: 10px;
		padding-top: 25px;
	}
	.quarter-right.third_tb .dasheddiv {
		display: none;
	}
	.quarter-right .third_tc {
		display: table-cell;
		width: 33.3%;
		padding: 0 5px;
	}
	h1, .h1 {
		text-align: center;
	}
	.homeprefooter .halfless-right .half {
		border-bottom: 1px dotted #c3c3c3;
		padding-bottom: 27px;
		margin-bottom: 10px;
	}
	.homeprefooter .dasheddiv {
		display: none;
	}
	.twothirds, .footer .third.right {
		width: 50%;
	}
	.production-directory .quarter {
		width: 33.3%;
		float: left;
	}
	.trunk_products_wrrap {
		font-size: 0;
	}
	.trunk_wrrap .product-item {
		width: 50%;
		display: inline-block;
		font-size: 12.5px;
        margin: 0;
	}
	.trunk_wrrap .product-item:nth-child(2n+1) {
		clear: left !important;
	}
	.trunk_wrrap .product-item:nth-child(3n+1) {
		clear: unset;
	}
	.product-item .colorblocks {
		height: auto;
		line-height: 1.2;
		overflow: visible;
		margin-bottom: 7px;
	}
	.product-name {
		text-align: left;
	}
	.product-item .productname {
		height: auto !important;
	}
	.product-item:nth-child(3n+1) {
		clear: left;
	}
	.mainstreet_block .quarter {
		width: 23%;
	}
	.quarter:nth-child(5n+1) {
		clear: none;
	}
	.quarter:nth-child(4n+1) {
		clear: left;
	}
	/*.mainstreet_block .mainstreet_products {*/
		/*max-height: none;*/
		/*overflow: visible;*/
		/*margin-bottom: 0;*/
	/*}*/
	.border_contentpadding {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.genie_page .mob_sb_btn {
		display: block;
		width:100%;
	}
	.brand_item {
		width: 25%;
		padding: 10px;
	}
	.brand_item p.search_img img {
	    height: 16vw;
	}
	.product_desc .half {
		width: 50%;
		float: left;
	}

	.product_page .quarter-left.trunkcats {
		display: none;
	}
	.product_page .quarter-left.trunkcats,
	.product_desc {
		float: none;
		width: 100%;
	}
	.product_page .quarter-left.trunkcats {
		text-align: center;
	}
	#product_slider_for .slide {
	    height: 53vw;
	}
	.mini_images .show_as_main {
	    height: 20vw;
	}
	.trunk_wrrap {
		float: left;
		width: 70%;
	}
	.quarter-left.trunkcats {
		width: 50%;
	}
	.trunkcats a.add_new_wishlist{
		top: 8px;
	}
	.prods_block .photo {
	    width: 20%;
	}
	.checkout_wrapper .half {
		position: relative;
	}
	.checkout_wrapper .half .mob_pos {
		position: absolute;
		top: 100%;
		right: 0;
		margin-top: -4px;
	}
	.genie_page .search {
		position: absolute;
		right: 20px;
		top: 2px;
	}
	.homelogin .contentpadding {
		display: table;
		/*width: 100%;*/
		margin: auto;
	}
	.homelogin .loginform,
	.homelogin .reg_block {
		display: table-cell;
		vertical-align: top;
	}
	.homelogin .loginform input[type=text] {
		width: 96%;
	}
	.homelogin .reg_block .text {
		display: inline-block;
	}
	.homelogin .loginform {
		width: 70%;
		border-bottom: none;
		border-right: 1px dotted #c3c3c3;
		padding-right: 10px;
	}
	.homelogin .loginform .mob_half {
		float: left;
		width: 50%;
	}
	.homelogin .loginform .orangebutton {
		margin-top: 0;
	}
	.homelogin .reg_block {
		padding-left: 20px;
	}
	.homelogin .reg_block .orangebutton {
		margin-top: 16px;
	}
	.fos_user_registration_register .form_elements {
		width: 100%;
		padding: 0 10%;
	}
	.fos_user_registration_register .text {
		width: 100%;
		margin: 10px 0;
	}
	.fos_user_registration_register .social_connect {
		width: 100%;
		padding: 0 10%;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.trunkcats .thinbig.has_sub:before{
		top: 0.5rem
	}
	.searchsubmit:focus {
		border:none;
		outline: none;
	}
	.banner_description .quarter {
		float: left;
		width: 100%;
		margin-top: 5px;
	}
}
@media (max-width:750px) {
	.logo {
		float: none;
		text-align: center;
	}
	.headerlinks {
		position: static;
		float: left;
		margin-bottom: 10px;
	}
	.header .search {
		float: right;
		margin-bottom: 10px;
	}
	.header .search form {
		margin-top: 0;
	}
	.threesteps .thinbig {
		text-transform: none;
	}
	/*.mmUl > li > a#mm3 {*/
		/*overflow: hidden;*/
	/*}*/
	.mmUl .mob_hide {
		display: none;
	}
	.mmUl > li > a {
		font-size: 12px;
	}
	.wrapper.cart_page {
		margin-bottom: 15px;
	}
	.trends_wrrap .quarter {
		width: 50%;
	}
	.trends_wrrap .quarter:nth-child(3) {
		padding-top: 20px;
		border-top: 1px solid #c3c3c3;		
	}
	.trends_wrrap .quarter:last-child {
		position: relative;
	}
	.trends_wrrap .quarter:last-child:before {
		content: '';
		display: block;
		position: absolute;
		top: -1px;
		left: 100%;
		width: 100%;
		border-bottom: 1px solid #c3c3c3;	
	}
	.btn_cat_menu {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	    margin-bottom: 0;
	}
}
@media (max-width:700px) {
    #livechat-compact-container{margin-bottom:50px !important;}
	.trunk_wrrap .product-item .contentpadding {
		padding: 10px;
	}	
	.trunk_wrrap .product-item .img_wrrap {
		display: block;
		text-align: center;
	}
	.trunk_wrrap .product-item .productthumb {
		width: 200px;
	}
	.profile_wrapper .third-left {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.user_profile_page .quarter-left.trunkcats  {
		display: none;
		width: 100%;
		margin-right: 0;
		position: relative;
		z-index: 10;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.user_profile_page .mob_sb_btn {
		width: auto;
		min-width: 35px;
		display: block;
		margin-bottom: 0;
	}
	.user_profile_page .mob_sb_btn .btn_click {
		padding-right: 35px;
	}
	.sidebar_user_menu {
		position: absolute;
		left: -1000px;
		background: #fff;
		padding: 10px;
		border: 1px solid #ab9f9f;
	}
    .genie_sidebar{display: none;}
	.user_profile_page ul.sidebar_user_menu li a {
		color: #ab9f9f;
		font-size: 15px;
	}
	.user_profile_page ul.sidebar_user_menu li a.active {
		position: relative;
		padding-left: 12px;
	}
	.user_profile_page ul.sidebar_user_menu li a.active:before,
	.user_profile_page ul.sidebar_user_menu li a.active:after {
		content: '';
		display: block;
		width: 3px;
		height: 10px;
		background: #fc561f;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -7px;
	}
	.user_profile_page ul.sidebar_user_menu li a.active:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.user_profile_page ul.sidebar_user_menu li a.active:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -2px;
	}
	.user_profile_page .quarter-left.open ul.sidebar_user_menu {
		left: 0;
	}
	.profile_wrapper input.profile_save {
		margin-top: 7px;
	}
	.user_profile_page .threequarters {
		width: 100%;
		margin-top: 10px;
	}
	.user_profile_page .profile_contentpadding {
		border-width: 5px;
	}
	.user_orders_page .brand_orders,
	.user_order_cancel .order_items,
	.user_order_cancel .order_cancel,
	.user_order_item_return .order_item,
	.user_order_item_return .return_messages,
	.user_order_item_return .order_return {
		width: 100%;
	}
	.user_orders_page .customer_order_total {
		width: 100%;
		text-align: center;
	}
	.user_order_cancel .order_cancel_reason {
		max-width: unset;
		min-width: unset;
	}
	.user_order_item_return .order_item_return_right_col {
		text-align: center;
	}
	.featureditems .product-item .contentpadding {
	    padding: 5px;
	}
	.shippings .select-styled {
		max-width: 240px;
	}
}
@media (max-width:660px) {
	.content {
		padding-top: 10px;
	}
    .payment_methods_boxes .payment_method_box{width: 48% !important;}
	.homebanner, .content {
		border-top: none;
		margin-top: 0;
	}
    .threequarters .slide{height: 360px;}
	.signaturelook {
		/*height: 41vw;*/
	}
    .product-item:nth-child(2n+1){
        clear:left;}
    .brand_slider .slick-prev {
    	z-index: 9;
    }
    .totals_wrapper .orangebutton, .m_fixed {
		position: fixed;
		bottom: 50px;
		right: 0;
		left: 0;
		z-index: 9;
	}
	.product_page .product_buttons.m_fixed a {
		width: 100%;
		margin: 0;
		border-top: 1px solid white;
		height: 3rem !important;
		line-height: 2rem;
	}
	.headerlinks {
		float: none;
	}
	.headerlinks .selects {
		float: left;
	}
	.headerlinks .regist {
		float: right;
	}
	.header .search {
		position: fixed;
		z-index: 15;
		bottom: 0;
		width: 100%;
		display: table;
		background-color: #fff;
		text-align: center;
		right: 0;
		left: 0;
	}
	.header .search {
		display: none;
		float: none;
		bottom: 55px;
		margin: 0 auto auto;
		padding: 5px 15px;
		border-top: 2px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background-color: #ab9f9f;
		-webkit-box-shadow: 0 0 0 1px #ab9f9f;
		-moz-box-shadow: 0 0 0 1px #ab9f9f;
		box-shadow: 0 0 0 1px #ab9f9f;
	}
	body.open_search .header .search {
		display: table;
	}
	.header .searchinput {
		width: 100%;
	}
	.header .search form {
		width: 65%;
	    margin-right: auto;
	    margin-left: auto;
	}
	.header .search,
	.header .search > * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#search_li span.mmIcon {		
		height: 25px;
	    /*width: 38px;*/
	    font-size: 13px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#search_li span.mmIcon {
		width: 25px;
		background-position: -340px -27px;
	}
	#search_li:hover span.mmIcon,
	body.open_search a#search_li span.mmIcon {
		background-position: -340px -1px;		
	}
	.footer {
		padding-bottom: 60px;
	}
	.footer .third.right p {font-size: 9px;}
	#search_li {
		padding-bottom: 5px;
	}
	.mmUl > li > a#search_li:hover,
	body.open_search .mmUl > li > a#search_li {
		background-color: #ab9f9f;
		color: #fff;
	}
	body.variant_2 #mm7:hover span.mmIcon, body.variant_2 #mm7.active span.mmIcon {
		background-position: 0 -43px;
	}
	.header .search:after {
		content: '';
		height: 1px;
		bottom: -3px;
		position: absolute;
		left: 0;
		right: 0;
		background: #ab9f9f;
	}
	.header .search {
		border-bottom: 4px solid #ffffff;
	}
	.cart_page .totals_wrapper {
		display: block;
		width: 100%;
		text-align: center;
	}
	.cart_page .cart_form_wrrap {
		display: block;
		margin-top: 20px;
	}
	.cart_page .brand_wrapper, .cart_page .checkout_wrapper {
		width: 100%;
	}
	.cart_page .totals_wrapper > * {
		padding-left: 15px;
		padding-right: 15px;
		display: table;
		margin-right: auto;
		margin-left: auto;
	}
	.cart_page .cart_summary_header {
		padding-top: 15px;
	}
	.cart_page .cart_brand_header .shippings {
		text-align: center;
		margin-bottom: 10px;
	}
	.shippings .select-styled {
		max-width: 370px;
	}
	.charged_in_usd {
		padding-bottom: 25px;
	}
	.cart_page .cart_summary_price_block span, .cart_page .cart_summary_total_block span {
		display: inline-block;
	}
	.production-directory .quarter {
		width: 50%;
	}
	ul.topfilterbar {
		/*width: 100%;*/
		text-align: center;
	}
	ul.topfilterbar li {
		float: none;
		display: table-cell;
		border-right: 1px #c3c3c3 dotted;
	}
    .trunk_page ul.topfilterbar li, .product_page ul.topfilterbar li{
        display: block;
    }
	ul.topfilterbar li a {
		padding: 10px 10px;
		line-height: 1.2;
		border-right: none;
	}
	ul.topfilterbar li:last-child {
	    border-right: none;
	}
	.head_wrrap {border:none;}
	.trunk_page .head_wrrap {margin-bottom: 0;}
	.trunk_page .quarter-left.trunkcats,
	.threequarters.trunk_wrrap {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.trunkcats .thinbig {
		font-size: 14px;
	}
	.quarter-left.trunkcats {
		text-align: left;
		display: none;
		margin-top: 10px;
	}
	#trunk_top_filter {
		/*display: none;*/
	}
	.mob_sb_btn {
	    display: block;
	    width: 100%;
	}
	.product_page .btn_filter_menu {
		display: none;
	}
	.brand_item {
		width: 33.3%;
	}
	.brand_item p.search_img img {
	    height: 21.1vw;
	}
	.outfits_products .quarter {
		width: 33.3%;
	}
	.prods_block .photo {
	    width: 30%;
	}
	.show_character_page .character_products,
	.music_artist_character_page .character_products,
	.film_character_page .character_products {
		width: 70%;
	}
	.trunkcats .trunk_item{border-top: 1px solid #ccc;}
	.trunkcats .trunk_item:last-child{border-bottom: 1px solid #ccc;}
	.trunkcats .trunk_item.has_sub .open_sub{right: 1rem;}
	.cart_page .cart_item_info .cart_bottom_block a, .cart_page .cart_item_info .cart_bottom_block select{
		display: block;
		margin: 5px 0;
	}
	#trunk_top_filter {display: none;}
	.trunk_top_filter_products{display: block!important;}
	#trunk_top_filter .filter_by {
		 display: block;
		 float: unset;
	}
	#trunk_top_filter .submit_filter {width: 100%}
	.trunk_page ul.topfilterbar, .product_page ul.topfilterbar{display: none; height: auto;}
	.product_page ul.product_tabs{display: table; margin: auto;}
	.product_page ul.product_tabs li {display: table-cell;}
	.product_page ul.product_tabs li a {padding: 10px 18px;}
	.featureditems .product-item,
	.active_merch_items .product-item,
	.set_products .product-item
	{
		width: 50%;
	}
	.vis_mobile {
		display: table !important;
		width: 100%;
		vertical-align: middle;
	}
	.button_block {
		padding: 6px 7px 6px;
    	border: 1px solid #ab9f9f;
	}
	#open_trunkcat {
		display: table-cell;
		width: 25px;
		max-width: 5rem;
		vertical-align: middle;
		cursor: pointer;
/*-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);	*/
/*padding: 0 0.3rem;	*/
	}
	#open_filter{
		float: right;
		display: table-cell;
		/* width: 18%; */
		cursor: pointer;
		padding: 0 20px;
		max-width: 7rem;
		vertical-align: middle;
		background: #fc561f;
		height: 1.8rem;
		line-height: 1.8rem;
		color: #fff;
		text-align: center;
/*-webkit-box-shadow: 0px 0px 4px 2px rgba(238,102,36,0.4);
-moz-box-shadow: 0px 0px 4px 2px rgba(238,102,36,0.4);
box-shadow: 0px 0px 4px 2px rgba(238,102,36,0.4);
    border: 1px dashed #f1aa89;*/
	}
	#open_trunkcat span{
		display: block;
		height:2px;
		margin: 3px auto;
		background: #727272;
	}	
	.crumbs {
		display: table-cell;
		vertical-align: middle;
		width: 72%;
		padding-left: 20px;
	}
	.crumbs a {
		color: #ab9f9f;
		font-weight: 400;
		position: relative;
		margin-left: 20px;
		text-transform: uppercase;
	}
	.crumbs a:first-child{
		margin-left: 0;
	}
	.crumbs a:after{
		content: '';
		position: absolute;
		top: 3px;
		right: -15px;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-left: 5px solid #fc561f;
		border-bottom: 5px solid transparent;
	}
	.crumbs a:last-child:after{
		display: none;
	}
	
	#trunk_top_filter .sort_by .select_box_caption{
		display: none;
	}
	#trunk_top_filter .select_box_caption {
		border: none;
		background: transparent;
		text-align: left;
		margin: 15px 0 0 5px;
		padding: 0;
		text-transform: uppercase;
		color: #838383;
		float: left;
	}
	#trunk_top_filter .select_box_options {
		display: block !important;
    	overflow: auto !important;
		border: none !important;
	    padding: 0;
	    width: 100%;
	    background: transparent;
	    position: static;
	    max-height: 100%;
	    text-align: left;
	}
	#trunk_top_filter .select_box{
		display: block ;
		margin: 15px auto;
	}
	#trunk_top_filter .sort_by .select_box_option{
		display: inline-block;
		margin: 5px;
		border: 0.1rem solid #fc561f;
		padding: 3px;
		color: #fc561f;

	}
	#trunk_top_filter .sort_by .select_box_option:first-child{
		margin-left: 0;
	}
	#trunk_top_filter .sort_by .select_box_option.active{
		color: #fff;
		background: #fc561f;
	}
	#trunk_top_filter .select_box_options:before{display: none;}
	.trunk_sort_wrrap{display: block;}
	#trunk_top_filter .filter_form_caption{display: block; text-align: left; float: left; margin: 10px 0;}
	#trunk_top_filter .filter_by .filter_form_caption{display: none;}
	.select_all {
		display: block;
		float: right;
		color: #fc561f;
		text-decoration: underline;
		font-size: 14px;
		text-transform: capitalize;
		margin-top: 15px;
	}
    #trunk_top_filter .sizes .select_box_option {background: transparent; display: inline-block;
		margin-left: 5px;
		border: 0.1rem solid #fc561f;
		padding: 5px;
		color: #fc561f;
	}
 	#trunk_top_filter .sizes .select_box_option:first-child{margin-left: 0;}
	#trunk_top_filter .sizes .select_box_option.active {color: #fff; background: #fc561f;}
 	#trunk_top_filter .colors .select_box_option {
		background: transparent;
		display: inline-block;
		margin-left: 3px;
		padding:0;font-size: 0;
	}
 	#trunk_top_filter .colors .select_box_option:first-child{margin-left: 0;}
	#trunk_top_filter .colors .select_box_option.active {border: 1px solid #000;     padding: 5px 0;}
	#trunk_top_filter .filter_price_from{width: 49%;}
	#trunk_top_filter .filter_price_from input, #trunk_top_filter .filter_price_to input{width: 100px;}
	#trunk_top_filter .cancel_filter {
		display: block;
		float: left;
		width: 100%;
		color:#fff;
		height: 2rem;
		line-height: 2rem;
		background: #ccc;
		border: none;
		margin-bottom: 10px;
		cursor: pointer;
	}
	.submit_filter {float: right;}
	.shadowdiv{display: none;}
	.production-directory div.quarter{width: 50%}
	.thinktitle {
		font-weight: 500;
		font-size: 20px;
		color: #464646;
	}
	.active_character_items .third {
		width: 50%;
	}
	.product-item:nth-child(3n+1) {
		clear: none;
	}
    .homeprefooter, .footer{padding: 0;}
    .footer .third.right{display: none;}
	#xi-lightbox  {
		width: 88%;
	}
	#xi-lightbox .quickview-popup {
		width: unset !important;
	}
	#xi-lightbox .third {
		width: 70%;
		margin: 0 16%;
	}
	#xi-lightbox .quickview-popup .twothirds {
		width: 100%;
	}
	#xi-lightbox .quickview-popup .mini_images{
		margin-bottom: 0;
		display: none;
	}
	 .mini_images .show_as_main {
		height: 13vw;
	}
	/*#xi-lightbox .quickview-popup .contentpadding {*/
		/*padding: 5px 20px;*/
	/*}*/
	.cart_dropdown .cart_block {
		top: unset;
		bottom: 58px;
	}
	.popup_login {
		width: unset;
	}
	.music_artist_character_page .outfits_products .third,
	.film_character_page .outfits_products .third,
	.show_character_page .outfits_products .third {
		width: 50%
	}
	.social_connect a.btn_gp {
		display: none;
	}
	.user_privacy_settings_page .disable_account div.disable_input,
	.user_privacy_settings_page .disable_account_submit.red_button {
		width: 100%;
	}
	.mob_search input[type="submit"]{
		display: none;
	}
	#livechat-compact-container {
		display: none;
	}
	input[type='submit'].disable_account_submit {
		width: 100%;
	}
	.shareditems {
		margin-left: 0;
	}
	.mainstreet_block .quarter {
		width: 30.8%;
	}
	.quarter:nth-child(3n+1) {
		clear: left;
	}
	.quarter:nth-child(4n+1) {
		clear: none;
	}
	.shared,
	.header_pad .shared {
		display: none;
	}
	.questions {
		padding:0 15px 5px;
		width:initial;
		letter-spacing:initial;
	}
}
@media (max-width:620px) {
	.threesteps .third img {
		width: auto;
		height: auto;
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.checkout_shipping_rates .brand_wrapper .cart_brand_header .title {
		float: none;
	}
	.cart_page .cart_brand_header h2 {
		display: block;
		text-align: center;
		margin-bottom: 5px;
		float: none;
	}
	a.policy_link, .promo_discounts_link {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	.checkout_progress .checkout_tab {
		font-size: 16px;
	}
	.other_list .fifth_wrrap .fifth {
		width: 33.3%;
	}
	.other_list .fifth_wrrap .fifth:nth-child(4) {
		display: none;
	}
	#genie-content .product-item {
		width: 31.3%;
	}
	.user_orders_page table,
	.user_orders_page head,
	.user_orders_page tbody,
	.user_orders_page th,
	.user_orders_page td,
	.user_orders_page tr {
		display: block;
	}
	.user_orders_page thead tr {
		display: none;
	}
	.user_orders_page td {
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
		min-height: 30px;
		overflow: hidden;
		word-break:break-all;
	}
	.user_orders_page td.empty {
		display:none;
	}
	.user_orders_page td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		text-align:left;
		font-weight: bold;
	}
	.user_orders_page td:before {
		content: attr(data-title);
	}
	.user_orders_page tr.empty_tr{
		border-top: 1px solid #dadada;
	}
	.user_orders_page tr.empty_tr td{
		border: 0 !important;
		border-top: 1px solid #dadada;
	}
	.user_orders_page table.user_orders_list tr {
		border-top: 1px solid #dadada;
	}
	.user_orders_page table.user_orders_list tr:first-child {
		border-top: 0;
	}
	.user_orders_page table.user_orders_list tr.customer_order {
		width: unset;
		border-top: 0;
		border-bottom: 1px solid #dadada;
	}
	.user_orders_page table.user_orders_list td{
		border-bottom: 1px solid #eee;
		border-right: 0;
	}
	.shippings .select-styled {
		max-width: 460px;
		width: inherit;
		text-align: center;
		margin-top: 10px;
	}
	.cart_page .cart_brand_header .shippings {
		width: 100%;
	}
}
@media (max-width:600px) {
	input[type='submit'].orangebutton{
		margin: 10px auto 0;
	}
	input[type='submit'].disable_account_submit {
		margin: 0;
	}
	.profile_password_form {
		max-width: 300px;
		margin: auto;
	}
	#trunk_top_filter {
		display: none;
	}
	.homelogin .contentpadding {
		width: 100%;
	}
	.homelogin .loginform .mob_half {
		float: none;
		width: 100%;
	}
	.homelogin .loginform .orangebutton {
		margin-top: 10px;
	}
	.homelogin .contentpadding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.homelogin .loginform {
		padding-right: 15px;
		width: 58%;
	}
	.homelogin .loginform input.input{
		width: 100%;
	}
	.homelogin .reg_block {
		padding-left: 10px;
	}
	.user_orders_page .brand_order_header .brand_order_shipping {
		float: left;
		text-align: left;
		display: block;
		width: 100%;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.user_order_cancel input[type='submit'].order_cancel_submit {
		margin: 20px 0 0;
	}
}
@media (max-width:540px) {
	.headerlinks {
		float: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.headerlinks .sel_country:after, .headerlinks .sel_currency:after {
		right: 2px;
	}
	.headerlinks .selects,
	.headerlinks .regist {
		position: absolute;
		top: 30px;
	}
	.headerlinks .selects {
		left: 15px;
		top: 26px;
	}
	.headerlinks .regist {
		right: 15px;
	}	
	.logo_mob {
		display: table;
		width: 100%;
		text-align: center;
	}
	.logo_mob a {
		vertical-align: middle;
		display: table-cell;
		line-height: 0;
	}
	.logo {
		display: none;
	}

	.logo a {
		line-height: 0;
	}
	.headerlinks .user_country {
		max-width: 10px;
	}
	.headerlinks .user_currency, .headerlinks .user_country {
		padding-right: 10px;
	}
	.headerlinks .sel_country, .headerlinks .sel_currency {
		display: inline-block;
		vertical-align: middle;		
	}
	.quarter-right.third_tb {
		border: none;
		padding-bottom: 0;
		margin-bottom:0;
		margin-top: 0;
	}
	.quarter-right.third_tb .dasheddiv {
		display: block;
	}
	.quarter-right .third_tc {
		display: block;
		width: 100%;
		padding: 0;
	}
	.cart_page .cart_item_info .remove_from_cart,
	.cart_page .cart_item_info .genie {
		margin-left: 0;
		display: block;
	}
	.cart_page .cart_header .user_country {
		float: none;
	}
	.cart_page .cart_header .user_country .country_regions {
		margin-left: 0;
	}
	.cart_page .cart_header .user_country select {
		width: 100%;
	}
	.checkout_progress .checkout_tab {
		width: auto;
		padding-left: 15px;
		padding-right: 5px;
	}
	.checkout_progress .checkout_tab.first {
		padding-left: 5px;
	}
	.trends_wrrap .quarter {
		width: 100%;
	}
	.trends_wrrap .quarter:last-child:before {
		display: none;
	}
	.trends_wrrap .quarter:nth-child(2) {
		padding-top: 20px;
		border-top: 1px solid #c3c3c3;		
	}
	.trunk_wrrap .product-item .contentpadding {
	    padding: 5px;
	}
	.border_contentpadding {
		padding: 20px 10px;
		border-width: 5px;
	}
	.social_img,
	.avatar_wrrap {
		width: 100%;
		text-align: center;
	}
	.avatar_wrrap {
		padding-top: 10px;
	}
	.avatar_wrrap * {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.social_img img {
		float: none;
	}
	.avatar {
		margin-right: 10px;
	}	
	.favourite_item {
		width: 33.3%;
	}
	.profile_wrapper .third-left {
		width: 100%;
	}
	/*.user_profile_page .quarter-left {*/
		/*width: 41%;*/
	/*}*/
	/*.user_profile_page .threequarters {*/
	    /*width: 59%;*/
	/*}*/
	.user_profile_page .profile_contentpadding {
		margin-bottom: 40px;
	}
	.profile_wrapper input.profile_save {
	    margin-top: 0;
	}
	.user_profile_page .profile_col_left {
		width: 100%;
	}
	.user_profile_page .profile_col_right {
		width: 100%;
	}
	.user_profile_page .profile_col_right .third-left {
		width: 100%;
		margin-right: 0;
	}
	.user_profile_page .profile_col_left .user_avatar {
		width: 100%;
		background-position: center;
	}
	.user_profile_page .profile_col_left .rec_image_size {
		text-align: center;
		margin-bottom: 10px;
	}
	.user_profile_page .profile_col_left .account-thumbnail {
		margin-right: 0;
	}
	.photo_mob_pos {
		white-space: nowrap;
	}
	.photo_mob_pos > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}
	.photo_mob_pos h2 {
		padding-left: 15px;
		/*margin-bottom: 0;*/
		margin-top: 32px;
		float: left;
	}
	.photo_mob_pos .photo_mob {
		width: 70px;
		float: left;
	}
	.signaturelook {
	    height: 90px;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
	.prods_block .photo {
		display: none;
	}
	.show_character_page .character_products,
	.music_artist_character_page .character_products,
	.film_character_page .character_products {
		width: 100%;
	}
	.profile_wrapper input.profile_save {
		float: none;
		margin: auto;
		display: table;
	}
	.product_page .product_tabs li a {
		font-size: 12.5px;
	}
	.threequarters .slide{height: 240px;}
	#xi-lightbox-frame .twothirds h1 {
		font-size: 24px;
	}
	#xi-lightbox-frame .twothirds h2 {
		font-size: 18px;
	}
	.user_order_page .order_addresses .order_shipping_address {
		width: 100%;
	}
	.user_order_page .order_addresses .order_billing_address {
		width: 100%;
	}
}
@media (max-width:480px) {
	.quarter-left.trunkcats > * {
		font-size: 16px;
	}
	.trunk_page .quarter-left.trunkcats > * {
		font-size: 12.5px;
	}
	.quarter-left.genie_sidebar {
		width: 100%;
		text-align: center;
	}
	.genie_sidebar.trunkcats .thinbig {
		/*padding-left: 30px;*/
		padding-right: 30px;
		position: relative;
		text-align: left;
		    font-size: 15px;
	}
	.trunkcats a {
		padding-left: 0;
		text-align: left;
	}
	.featureditems {
		text-align: center;
		padding: 0;
	}
	.featureditems .product-item {
	    width: 50%;
	    text-align: left;
	}
	/*.featureditems .product-item:nth-child(3) {*/
		/*display: none;*/
	/*}	*/
	.outfits_products .quarter {
		width: 50%;
	}
	.checkout_wrapper .half {
		width: 100%;
	}
	.checkout_wrapper .inputs_group .half:nth-child(odd) {
		margin-right: 0;
	}
	.checkout_wrapper .half .mob_pos {
		position: static;
		margin-top: 0;
	}
	.rightmenu .cart_dropdown {
		display: none;
	}
	.headerlinks .regist .hr {
		display: none;
	}
	.headerlinks .regist .sign_in_link,
	.headerlinks .regist .register_link {
		font-size: 0;
		width: 24px;
		height: 24px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		display: inline-block;
	}
	.headerlinks .regist .sign_in_link {
		background-image: url(../img/mob_sign.jpg);
		margin-right: 15px;
	}
	.headerlinks .regist .register_link {
		/*background-image: url(../img/add_user.png);*/
		display: none;
	}
	.headerlinks .regist span.open_menu {
		display: none;
	}
	.headerlinks .regist .user_menu ul.dropdown_user_menu {
		margin: 29px 0 0 -80px;
	}
	.headerlinks .sel_country:after, .headerlinks .sel_currency:after {
		opacity: 0.4;
	}
	.headerlinks .user_currency, .headerlinks .user_country {
		font-size: 12px;
	}
	.headerlinks .sel_country {
		margin-right: 0;
	}
	.headerlinks .country_flag_image {
		top: 2px;
	}
	.headerlinks .regist {
		top: 0;
	}
	.headerlinks .selects {
		top: 15px;
	}
	.header .search form {
		width: 100%;
	}	
	.headerlinks .cart_dropdown {
		display: block;
		float: right;
		margin-top: -5px;
	}
	#cart span.mmIcon {
		color: #818286;
	}
	#cart {
		line-height: 0;
		padding-top: 0;
		margin-top: -5px;
	}
	#trunk_top_filter .sort_by .select_box_option{font-size: 10px;}
	#xi-lightbox {
		width: 94%;
	}
	.cart_dropdown .cart_block {
		top: 48px;
		bottom: unset;
	}
	.user_orders_page .back_to_orders .graybutton {
		width: 100%;
	}
	.user_orders_page .back_to_orders .order_date {
		text-align: center;
		margin-top: 10px;
		width: 100%;
	}
	.user_order_page .product_buttons a.orangebutton {
		padding: 3px 15px;
		font-size: 14px;
		width: 100%;
	}
	.product-item.small .productthumb {
		height: 40vw;
	}
	#top-popup .product-item.small .productthumb {
		height: inherit;
	}
	.cart_page .address_block .select_address_header {
		width: 100%;
		text-align: center;
	}
	.cart_page .address_block .address_content {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.cart_page .address_block .edit_address {
		width: 100%;
		text-align: center;
	}
}
@media (max-width:440px) {
    .twothirds {
        width: 100%;
    }
    .footer .twothirds{padding-bottom: 60px;}
    .footer .twothirds .third{width: 45%; margin-bottom: 10px;}
    .footer .right {
        display: none;
    }
    /*.product-item{height: 24rem;}*/
	.homeprefooter .halfless-left {
		width: 100%;
		margin-right: 0;
	}
	.homeprefooter .halfless-right {
		margin-left: 0;
		width: 100%;
	}
	.cart_page .cart_item_image {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.cart_page .cart_item_info {
		margin-left: 0;
	}
	.cart_page .cart_brand_header {
		margin-bottom: 20px;
	}
	.cart_page .cart_item {
	    margin-bottom: 20px;
	}
	.checkout_progress .checkout_tab {
	    font-size: 13px;
	}
	.production-directory .quarter {
		width: 100%;
		/*float: none;*/
		font-size: 10px;
		text-align: left;
	}
	.product-name,
	h1, .h1, .page_title {
		font-size: 26px;
	}
	.customer_shipping_address_block {
		width: 100%;
		margin: 2% 0;
	}
	.cart_page .cart_brand_header .shippings select {
		width: 100%;
	}
	.cart_page .cart_bottom_block table a{
		text-align: center;
	}
	.cart_page .cart_bottom_block table .product_id{
		text-align: center;
	}
	.favourite_item {
		width: 50%;
		text-align: center;
	}
	.brand_item {
		width: 50%;
	}
	.brand_item p.search_img img {
	    height: 31vw;
	}
	.user_profile_page .quarter-left,
	.user_profile_page .threequarters {
		width: 100%;
	}
	.user_profile_page ul.sidebar_user_menu {
		width: 100%;
		text-align: center;
		padding: 0 10px 1px;
	}
	.user_profile_page ul.sidebar_user_menu li {
		border-bottom: 1px dotted #fff;
		padding-bottom: 7px;
		padding-top: 7px;
		text-align: left;
	}
	.user_profile_page ul.sidebar_user_menu li:last-child {
		border: none;
	}
	.user_profile_page .quarter-left {
		padding-right: 0;
		margin-bottom: 10px;
	}
	.user_orders_page .order_item_image {
		display: block;
		float: none;
		margin: 7px auto;
	}
	.user_orders_page .order_item_info {
		margin-left: 0;
	}
	.user_orders_page strong.product-name {
		font-size: 15px;
	}
	.product_desc .half {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	#product_slider_for .slide {
	    height: 85vw;
	}	
	#product_slider_for {
		width: 80%;
		float: left;
	}
	.mini_images .show_as_main {
	    height: 27vw;
	    margin-right: 0;
	}
	.product_desc .color_wrrap > *,
	.product_desc .size_wrrap > * {
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
		font-size: 16px;
	}
	.colorblocks img {
		width: 20px;
		height: 20px;
	}
	.trunk_page ul.topfilterbar li,
	.music-video_page ul.topfilterbar li,
	.show_page ul.topfilterbar li,
	.film_page ul.topfilterbar li,
	.music_artist_character_page ul.topfilterbar li,
	.music_video_sets_page ul.topfilterbar li,
	.product_page ul.topfilterbar li {
		border-right: none;
	}
	ul.topfilterbar li a {
		padding: 10px 5px;
	}
	#xi-lightbox {
		width: 92%;
	}
	#xi-lightbox-frame  h2 {
		margin-bottom: 10px;
	}
	#xi-lightbox-frame .contentpadding .fl_left {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	#xi-lightbox-frame .contentpadding .sign_part {
		border-right: none;
	    border-bottom: 1px dotted #c3c3c3;
		padding-bottom: 20px;
	}
	#xi-lightbox-frame .contentpadding {
		display: block;
	}
	#xi-lightbox-frame .twothirds h1 {
		font-size: 20px;
	}
	#xi-lightbox-frame .twothirds h2 {
		font-size: 16px;
	}
	#xi-lightbox-frame .reg_part div {
		margin: unset;
	}
	.homelogin .loginform, .homelogin .reg_block {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.homelogin .loginform {
		border-right: none;
		border-bottom: 1px dotted #c3c3c3;
	}
	.homelogin .reg_block p {
		float: left;
		margin-bottom: 0;
	}
	.homelogin .reg_block p:last-child {
		float: right;
	}
	.homelogin .reg_block .orangebutton {
		margin-top: 0;
	}
	.homelogin .contentpadding {
		text-align: center;
	}
	.logo_mob {
		width: 130px;
		margin: auto;
		height: 50px;
	}
	.totals_wrapper .orangebutton{
		bottom: 50px;
        height: 3rem !important;
	}
	.headerlinks .regist {
		top: 0;
	}
	.cart_dropdown .cart_block {
		top: 34px;
		width: 318px;
	}
	.user_orders_page table.user_orders_list td {
		text-align: right;
	}
	.wrapper .production-like {
		margin-top: 6px;
	}
	#genie-content .product-item {
		width: 49%;
	}
	#genie-content .product-item:nth-child(3n+1) {
		clear: none;
	}
}
@media (max-width:375px) {
	.header .search {
		bottom: 53px;
	}
	.mmUl > li > a {
		font-size: 13px;
		padding-right: 4px;
		padding-left: 28px;
	}
	#notif{font-size: 12px;}
	.rightmenu > li > a {
		padding-left: 7px;
		padding-right: 7px;
        font-size: 12px;
	}
	.mmUl > li > a > span.mmIcon {
		left: 3px;
	}
	.rightmenu > li > a > span.mmIcon {
		left: 0;
	}
	.mmUl > li > a#mm6 {
		padding-left: 7px;
	}
	.threesteps .third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}
	.threesteps .third img {
		width: 165px;	
		height: 165px;
	}
	.headerlinks .regist .sign_in_link {
		margin-bottom: 3px;
	}
	.other_list .fifth_wrrap .fifth {
		width: 50%;
	}
	.other_list .fifth_wrrap .fifth:nth-child(3) {
		display: none;
	}	
	.mainstreet_block .quarter {
		width: 30%;
	}
	.film_character_page .outfits_products .third,
	.show_character_page .outfits_products .third {
		width: 100%
	}
	.product-item.small .productthumb {
		/*height: 78vw;*/
	}
}
@media (max-width:370px) {
	.headerlinks .regist .sign_in_link,
	.headerlinks .sel_country, .headerlinks .sel_currency {
		display: block;
		margin-right: 0;
	}
	.headerlinks .regist .sign_in_link {
		margin-left: auto;
	}
	#cart span.mmIcon {
		width: 28px;
		-ms-background-position-x: -298px;
		background-position-x: -298px;
	}
	.headerlinks .sel_country {
		margin-bottom: 5px;
	}
	.headerlinks .selects {
	    top: 13px;
	}
	.headerlinks .regist {
	    top: 10px;
	}
	.headerlinks .cart_dropdown {
		margin-top: 0;
		padding-top: 0;
	}
	.headerlinks .regist .user_menu ul.dropdown_user_menu {
		margin: -14px 0 0 -56px;
	}
	.checkout_progress .checkout_tab {
		display: block;
		width: 100%;
		border-bottom: none;
		border-left: 1px solid #dddddd;
		text-align: center;
		padding: 15px 10px 10px;
		height: auto;
	}
	.checkout_progress .checkout_tab.first {
		padding-top: 10px;
	}
	.checkout_progress .checkout_tab.last {
		border-bottom: 1px solid #dddddd;
	}
	.checkout_progress .checkout_tab:before, .checkout_progress .checkout_tab:after {
		top: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.checkout_progress .checkout_tab:after {
		border: 9px solid transparent;
		border-top: 8px solid #F4F4F4;
	}
	.checkout_progress .checkout_tab:before {
		border: 10px solid transparent;
		border-top: 9px solid #cdcdcd;
	}
	.checkout_progress .checkout_tab.active:after {
	    border-color: transparent;
	    border-top-color: #ffffff;
	}
	ul.topfilterbar li a {
		font-size: 13px;
	}
	.trunk_wrrap .product-item {
		width: 100%;
	}
	.mob_sb_btn .btn_click {
		padding: 6px;
	}
	.mob_sb_btn .btn_click .text {
		font-size: 13px;
	}
	.mob_sb_btn {
		width: 100%;
	}
	.btn_filter_menu {
		width: 125px;
	}	
	.outfits_products .quarter {
		width: 100%;
	}
	#genie-content .search {
	    float: right;
	    width: auto;
	    display: table;
	    margin: auto;
	}
	.genie_page .mob_sb_btn {
		float: left;
	}
	.logo_mob {
		width: 100%;
		height: 70px;
	}
	#cart {
		padding: 0;
	}
	.cart_dropdown .cart_block {
		top: 34px;
		width: 235px;
	}
	#xi-lightbox-frame .quickview-buttons .orangebutton {
		padding: 5px 7px;
		font-size: 13px;
	}
	#xi-lightbox-frame .sizeblocks div {
		padding: 2px 4px;
		font-size: 12px;
	}
}

@media (max-width:320px) {
	.mmUl > li > a {
		font-size: 11px;
	}
	#notif{font-size: 11px;}
}

/*.brand_no_country {
	color:red;
}*/

.no_shipping_popup {
	background:white;
}
.no_shipping_popup ul {
	padding-left:20px;
}
.cart_estimated_shipping {
	margin-bottom:5px;
}
.promo_discounts {
	border-bottom: 1px solid #c3c3c3;
	text-align:center;
	padding: 5px 0;
	line-height:30px;
	display:none;
	font-size:15px;
}
.text_lightbox .promo_discounts {
	border-bottom: 0 solid transparent;
	display:block;
}
.cart_page .promo_discounts_link {
	font-size:14px;
	text-decoration:underline;
	color:#fc561f;
	cursor:pointer;
}
.user_privacy_settings_page .user_settings_sub_header {
	text-transform:uppercase;
	margin-bottom:5px;
}
.user_privacy_settings_page .privacy_select {
	border:1px solid #ada1a1;
	background-color:#fff;
	margin: 4px 0 10px;
	box-sizing:border-box;
	width: 100%;
}
.user_privacy_settings_page .privacy_label {
	font-size:15px;
}
.black_off {
	color:#000 !important;
	white-space:nowrap;
}
.order_total_separator {
	height:0;
	border-top:1px solid #ebebeb;
	border-bottom:0 solid transparent;
	margin:15px 0;
}
.black_color {
	color:black;
}
.no_po_box.red, .brand_no_country.red, .cart_item .move_to_wishlist.red, .cart_item .remove_from_cart.red, .customer_shipping_address_block.active .shipping_address_country_line.red, .customer_shipping_address_block.active .shipping_address_state_line.red, .customer_shipping_address_block.active .shipping_address_po_box_line.red, .user_po_box_label.red {
	color:red;
	cursor:pointer;
}
#shipping_country.user_country.red {
	border:1px solid red;
}
.music-video_page .production-items .item.youtube a {
	height:190px;
	display:block;
	background:#fff url('../img/youtube.png') 50% 50% no-repeat;
}
.cart_item .remove_from_cart, .cart_item .move_to_wishlist, .cart_item .policy_link {
	color:#aaa;
	font-size:12.5px;
}
.cart_item .remove_from_cart:hover, .cart_item .move_to_wishlist:hover, .cart_item .policy_link:hover {
	color:#888888;
}
select#shipping_state_province option.placehold[disabled], select#billing_state_id option.placehold[disabled] {
	display:none;
}
#xi-lightbox-frame h2.policy_popup_header {
	font-weight:normal;
	border-bottom:1px solid #c3c3c3;
	text-transform:uppercase;
	color: #464646;
	margin-bottom:10px;
	margin-right:40px;
	display:inline-block;
}
#xi-lightbox-frame .popup_close_btn {
	position:absolute;
	top:10px;
	right:10px;
	color:gray;
	font-size:20px;
	font-weight:lighter;
	height:30px;
	width:30px;
	background:url(../img/close.png) 100% 0 no-repeat;
	background-size:30px 30px;
	cursor:pointer;
}
#xi-lightbox-frame .policy_lightbox_text {
	font-size:15px;
	max-width:470px;
}
form.order_lookup {
	display:block;
	max-width:300px;
	margin:20px auto 10px;
	border:2px solid #dedede;
	font-size:18px;
	padding:20px;
}
form.order_lookup input.textinput {
	display:block;
	width:100%;
	box-sizing:border-box;
	border:1px solid #dedede;
	border-radius:5px;
	padding:5px 10px;
	margin-bottom:15px;
}
.lookup_error {
	color: red;
	display: block;
	max-width: 290px;
	margin: 0 auto 10px;
	font-size: 14px;
}
.product_not_avaliable {
	color:red;
}
.character-items .item.character_item.soc_link {
	width:100px !important;
}
/* RESTRICTIONS */
.quarter-right{display: none;}

.paypal_btn {
	display:inline;
	color:#fc561f;
	font-size:15px;
}

.payment_form .payment_methods .payment_method {
	white-space: nowrap;
}

.payment_form .payment_methods .payment_method label {
	display:block;
	line-height:29px;
	margin-bottom:15px;
}

.payment_form .payment_methods .payment_method label img {
	margin-left:15px;
	margin-right:30px;
	vertical-align:bottom;
}

.select_billing_address.hide {
	display:none;
}
.payment_method_details {
	margin-top:20px;
}

.payment_method_details.hide {
	display:none;
}

.google_apple_pay_checkbox {
	display:none;
}

.google_apple_pay_checkbox.show {
	display:block;
}

.payment_methods_boxes .payment_method_box {
	padding:6px 10px;
	display:inline-block;
	margin:0 1% 2% 0;
	cursor:pointer;
    width:21%;
    min-width: 140px;
    text-align:center;
    border-radius:5px;
	box-shadow:0 0 10px -3px rgba(195, 195, 195, 1);
	position:relative;
}

.payment_methods_boxes .payment_method_box.credit_card {
    min-width: 215px;
}

.payment_methods_boxes .payment_method_box:hover {
	box-shadow:0 0 10px -3px #fc561f;
}

.payment_methods_boxes .payment_method_box.active {
	box-shadow:0 0 10px -3px #fc561f;
}

.payment_methods_boxes .payment_method_box .checked {
	position:absolute;
	top:-10px;
	right:-8px;
	width:20px;
	height:20px;
	font-size:13px;
	background:#fc561f;
	border-radius:10px;
	color:white;
	text-align:center;
	padding-top:4px;
	display:none;
}

.payment_methods_boxes .payment_method_box.active .checked {
	display:block;
}

.payment_methods_boxes .payment_method_box.google_apple_pay {
	display:none;
}

.payment_methods_boxes .payment_method_box.google_apple_pay.show {
	display:inline-block;
}

.payment_methods_boxes .payment_method_box.credit_card {
	font-size:15px;
}


.payment_methods_boxes .payment_method_box.credit_card img {
	margin-left:10px;
}
.payment_methods_boxes .payment_method_box img {
	height:25px;
	vertical-align: middle;
}

.payment_method_review_icon {
	height:38px;
}

.order_billing_address .payment_method_review_icon {
	margin:75px auto 0;
	display:block;
}

.paypal_checkout_btn {
	background:#ffc439;
	height:35px;
	border:0 solid transparent;
	border-radius:18px;
	padding-top:4px;
	cursor:pointer;
}

.paypal_checkout_btn:hover {
	box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}

.masterpass_btn {
	background:url('../img/masterpass_arrow_btn.png') 100% 0 no-repeat, url('../img/masterpass_btn.png') 50% 50% no-repeat;
	background-size:contain, contain;
	background-color:black;
	height:42px;
	border:0 solid transparent;
	border-radius:5px;
	cursor:pointer;
}

.visa_checkout_btn {
	background:url('../img/visa_checkout_arrow_btn.png') 0 0 no-repeat, url('../img/visa_checkout_right_btn.png') 100% 0 no-repeat, url('../img/visa_checkout_btn.png') 50% 50% no-repeat, url('../img/visa_checkout_bg_btn.png') 0 0;
	background-size:contain, contain, contain, contain;
	height:50px;
	border:0 solid transparent;
	cursor:pointer;
}

.amex_express_checkout_btn {
	height:38px;
	width:auto;
	border:0 solid transparent;
	cursor:pointer;
}

.alipay_btn {
	height:66px;
	width:auto;
	border:1px solid gray;
	border-radius:5px;
	padding:7px;
	cursor:pointer;
	background:white;
}

.alipay_btn:hover {
	border:1px solid #fc561f;
}

.wechat_pay_btn {
	height:66px;
	width:auto;
	border:1px solid gray;
	border-radius:5px;
	padding:7px;
	cursor:pointer;
	background:white;
}

.wechat_pay_btn:hover {
	border:1px solid #fc561f;
}

.apple_pay_btn {
	background:url('../img/apple_pay_btn.png') 50% 50% no-repeat;
	background-size:contain;
	background-color:black;
	height:38px;
	border:0 solid transparent;
	border-radius:5px;
	cursor:pointer;
}

.google_pay_btn {
	background:url('../img/google_pay_btn.png') 50% 50% no-repeat;
	background-size:contain;
	background-color:black;
	height:38px;
	border:0 solid transparent;
	border-radius:5px;
	cursor:pointer;
}

.visa_checkout_details, .google_apple_pay_details, .amex_express_checkout_details {
	text-align:center;
}

.product_page .product_toggle_content.product_description_content div * {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    color:#727272 !important;
    backgroud-color:#ffffff !important;
}
.product_page .product_toggle_content.product_description_content p {
    margin:14px 0;
}
.product_page .product_toggle_content.product_description_content select {
    display:none !important;
}
.product_page .product_toggle_content.product_description_content a {
    pointer-events:none !important;
}