/*
	Theme Name: Rosie True
	Description: Responsive theme for Rosie True
	Version: 1.0
	Author: Modern Retail
	Author URI: http://www.modernretail.com/

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('font/gothic.eot');
    src: url('font/gothic.eot') format('embedded-opentype'),
    url('font/gothic.woff') format('woff'),
    url('font/gothic.ttf') format('truetype'),
    url('font/gothic.svg#CenturyGothicRegular') format('svg');
}

@font-face {
    font-family: 'CenturyGothicBold';
    src: url('font/gothicb.eot');
    src: url('font/gothicb.eot') format('embedded-opentype'),
    url('font/gothicb.woff') format('woff'),
    url('font/gothicb.ttf') format('truetype'),
    url('font/gothicb.svg#CenturyGothicBold') format('svg');
}

@font-face {
    font-family: 'CenturyGothicItalic';
    src: url('font/gothici.eot');
    src: url('font/gothici.eot') format('embedded-opentype'),
    url('font/gothici.woff') format('woff'),
    url('font/gothici.ttf') format('truetype'),
    url('font/gothici.svg#CenturyGothicItalic') format('svg');
}

@font-face {
    font-family: 'CenturyGothicBoldItalic';
    src: url('font/gothicbi.eot');
    src: url('font/gothicbi.eot') format('embedded-opentype'),
    url('font/gothicbi.woff') format('woff'),
    url('font/gothicbi.ttf') format('truetype'),
    url('font/gothicbi.svg#CenturyGothicBoldItalic') format('svg');
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 14px/1.4 'CenturyGothicRegular', sens-serif;
    color: #472400;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#472400;
	text-decoration:none;
}
a:hover {
	color:#EF4F91;
    text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
input::-webkit-input-placeholder {
	color: #6b6b6b !important;
}
input::-moz-placehmozolder {
	color: #353535 !important;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #353535 !important;
}
input:-ms-input-placeholder { 
	color: #6b6b6b !important;
}
span.mrAlert[class^='ribbon-'] {
    width: 300px!important;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
.header .nav{
}
.header .nav ul{
    margin: 0;
    padding: 0 8px 0 0;
    display: table;
    width: 100%;
}
.header .nav li{
    display: table-cell;
    width: 1%;
    list-style: none;
}
.header .nav li a{
    text-align: center;
    display: block;
    line-height: 30px;
    padding: 0 10px 3px;
    white-space: nowrap;
    word-wrap: normal;
    text-transform: uppercase;
    font-size: 18px;
}
.header .nav > ul > li:first-child a{
    padding-left: 0;
}
.header .nav li:hover > a,
.header .nav li.current-menu-item > a
{
    color: #EF4F91;
    text-decoration: none;
}
.header .nav li:last-child a{
    background: none;
}

.header .nav li .sub-menu{
    position: absolute;
    border: 1px solid #444444;
    background: #fff;
    z-index: 100;
    width: auto;
    visibility: hidden;
    opacity: 0;

    transition: opacity 400ms ease-in-out, visibility 400ms;
    -moz-transition: opacity 400ms ease-in-out, visibility 400ms;
    -webkit-transition: opacity 400ms ease-in-out, visibility 400ms;
}
.header .nav li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
}
.header .nav li .sub-menu li{
    display: block;
    width: auto;
}
.header .nav li .sub-menu li a{
    text-transform: none;
    font-size: 13px;
    text-align: left;
}
.header .mrSearchFormWidget select{
    display: none;
}
.header .mr-product-search-widget h3{
    display: none;
}
.header-widgets{
    position: relative;
    width: 426px;
    height: 100%;
    height: 93px;
}
.header-widgets.alignright{
    margin-top: 0;
    margin-bottom: 0;
}
.search{
    float: right;
}

.search .mrSearchFormWidget{
    margin: -1px 0 0 0;
    width: 200px;
    position: relative;
}
.search .mrSearchFormWidget #mrProductSearch{
    width: 200px;
    border: none;
    background: #ebebeb;
    color: #472400;
    font-size: 12px;
    height: 24px;
    text-transform: uppercase;
    padding: 0 10px;
}
.search .mrSearchFormWidget #mrSearch{
    text-indent: -9999px;
    background: transparent;
    border: none;
    position: absolute;
    top:4px;
    right: 0;
    width: 24px;
    height: 16px;
    padding: 0;
    background: url(img/site-sprite.png) -115px 0 no-repeat;
}
.search .mrSubscribeForm .mrSubscribeFormEmail{
    display: none;
}
.search .mrSubscribeForm input[name="mailFromAddress"]{
    left: 86px;
    position: absolute;
    top: 35px;
    width: 142px;
    border: none;
    background: transparent;
    padding: 0 !important;
    height: 20px !important;
    color: #7B786F;
    text-align: center;
    font-style: italic;
    font-size: 11px;
}
.search .mrSubscribeForm .mrSubscribeFormSubmit{
    position: absolute;
    background: transparent;
    border: none;
    top:34px;
    left: 58px;
    width: 26px;
    height: 22px;
    text-indent: -9999px;

}
.search .mrSubscribeForm:before{
    content: '';
    width: 25px;
    height: 14px;
    background: url(img/envelope.png) 0 0 no-repeat;
    display: inline-block;
    margin-left: 17px;
}

.header-widgets .socials{
    position: absolute; top:0; left: 230px;
    background: url(img/header-widget-social.png) 0 0 no-repeat;
    height: 35px;
    width: 175px;
}
ul.social-menu {
    overflow: hidden;
    margin: 0;
    padding: 0;
	margin-left: 2px;
}

ul.social-menu li{
    display: inline-block;
    list-style: none;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background: url(img/site-sprite.png) 0 0 no-repeat;

}
ul.social-menu li a{
    display: block;
    width: 35px;
    height: 35px;
}

ul.social-menu li.fb{
    background-position: -140px -1px;
}
ul.social-menu li.tw{
    background-position: -174px -1px;
}
ul.social-menu li.in{
    background-position: -209px -1px;
}
ul.social-menu li.pt{
    background-position: -244px -1px;
}


.header-widgets .top-text{
    position: absolute; top:57px; left: 0;
    width: 230px;
    height: 36px;
    font-size: 11px;
}
.header-widgets .top-text:before{
    content: '';
    width: 256px;
    height: 36px;
    position: absolute; top:0; right: 100%;
}
.header-widgets .top-text .textwidget{
    margin: 2px 0 0 10px;
}
.top-menu{
    position: absolute; top:45px; right: 0;
}

.top-menu ul{
    margin: 0;
    padding: 0;
}

.top-menu li{
    list-style: none;
    font-size: 15px;
    padding-right: 17px;
    padding-bottom: 1px;
}
.top-menu li a{
    line-height: 20px;
}

body .meteor-slides{
    margin: 20px 0 40px 0;
}

body .meteor-slides .mslide img{
    width: 100%;
    height: auto;
}
body .meteor-slides ul.meteor-nav{
    display: block;
}
body .meteor-slides .meteor-nav .prev a{
    background: url(img/site-sprite.png) 0 center no-repeat;
    width: 50px;
}
body .meteor-slides .meteor-nav .next a{
    background: url(img/site-sprite.png) -50px center no-repeat;
    width: 50px;
}

body .mrExtMiniCartEntry .bagItem.removeFromBag{
    font-size: 12px;
    padding: 5px 0 0;
    text-align: right;
}
body .mrExtMiniCartList .mrExtMiniCartEntry{
    padding-bottom: 10px;
}
body .mrExtMiniCartList .mrExtTotalPrice{
    background: none;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding-right: 13px;
    color: #444444;
}
body .mrExtMiniCart .mrCheckOut .button{
    width: 140px;
    background-position: -147px 0;
}
body .mrExtMiniCart .mrCheckOut .button:hover{
    background-position: -147px 0;
}
body .mrExtMiniCart .mrCartPageLink{
    background: #EF4F91;
    display: block;
    height: 32px;
    line-height: 20px;
    color: #fff;
    width: 165px;
    float: left;
    margin-top: 10px;
}
body .mrExtMiniCart .mrCartPageLink:hover{
    background: #eb2074;
}

.lookbookCollectionSet{
    display: none;
}
.bx-viewport .lookbookCollectionSet{
    display: block;
}
/* logo */
.logo {
    padding: 30px 0 30px;
    width: 30%;
    margin: auto;
}
.logo a{
    display: inline;
}
.logo-img {
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sidebar .sidebar-widget h3{
    color: #472400;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.sidebar .sidebar-widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .sidebar-widget .mrBrandWidgetList {
    max-height: 768px;
    overflow-y: scroll;
}
.blog .sidebar .sidebar-widget h3{
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.blog .sidebar .sidebar-widget h3 span{
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.blog .sidebar .sidebar-widget h3:after{
    content:'';
    position: absolute; top:50%; left: 0; right: 0;
    border-bottom: 1px solid #472400;
    height: 0;
    font-size: 0;
    margin-top: 1px;
}
.blog .sidebar .sidebar-widget ul{
    padding-left: 0;
}
.blog .sidebar .sidebar-widget > div{
    padding-bottom: 20px;
}
.sidebar .sidebar-widget ul li{
    font-size: 16px;
    line-height: 22px;
    padding: 8px 0;

}

.tagcloud a {
    line-height: 1.6;
}

.sidebar .sidebar-widget ul li a{

    transition: color 300ms;
    -moz-transition: color 300ms;
    -webkit-transition: color 300ms;
}
.sidebar .sidebar-widget ul li a:hover,
.sidebar .sidebar-widget ul li.current-menu-item > a
{
    color: #EF4F91;
}
.sidebar .sidebar-widget ul li > ul{
    padding: 0 0 0 20px;
}
/* footer */
.footer:before {
    content:'';
    display: block;
    border-top: 1px solid #EF4F91;
    margin: 25px 0.9375em 0;
}
.footer .bottom{
    margin: 0 30px;
}
.footer .bottom .copyright, .footer .bottom .powered{
    font-size: 10px;
}
.footer .bottom .copyright{
    float: left;
}
.footer .powered{
    font-size: 10px;
    margin-top: 29px;
}
.footer .social .fb_iframe_widget{
    margin-top: 9px;
    margin-left: 9px;
}
.footer .social .social-inner{
    display: inline-block;
    height: 38px;
    padding-right: 30px;
}
.footer .textwidget{
    font-size: 16px;
}
.footer .right-side .widget_nav_menu{
    float: right;
}
.footer .margin .widget_nav_menu{
    margin-left: 70px;
}
.footer .subscribe .mrSubscribeForm{
    width: 275px;
}
.footer .menu{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .menu li{
    vertical-align: middle;
}
.footer .menu li:last-child{
    background: none;
}
.footer .menu li a{
    display: block;
    padding: 0;
    white-space: nowrap;
    word-wrap: normal;
}
.footer .menu li:hover a,
.footer .menu li.current-menu-item a
{
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

article.page a{
    color: #EF4F91;
    text-decoration: none;
}
article.page a:hover{
    text-decoration: underline;
}
.shop article.page a{
    color: inherit;
}
.shop article.page a:hover{
    text-decoration: inherit;
}

.shop .polices article.page a{
    color: #EF4F91;
}
.shop .polices article.page a:hover{
    text-decoration: underline;
}

article.page .storeloc-mail a{
    color: #472400;
}
.column.large-12 article.page{
    position: relative;
}
.mrExpand .mrExpandTrigger{
    position: absolute; top:0; right: 0;
    display: none;
    z-index: 1000;
}
.shop .mrExpand .mrExpandTrigger{
    right: 4px;
    top: -42px;
}
.mr_pageCustomHeader{
    position: relative;
}
.mrExpand .mrExpandTrigger span{
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 13px;
    background: url(img/site-sprite.png) 0 0 no-repeat;
}
.mrExpand .mrExpandTrigger span.mrTriggerClosedText{
    background-position: -358px 0;
}
.mrExpand .mrExpandTrigger span.mrTriggerOpenedText{
    background-position: -374px 0;
}
.main-content.blog section{
    float: right;
}
.main-content article{
    margin: 0;
}
.main-content .page-title{
    font-size: 20px;
    margin: 27px 8px 20px 0;
    padding: 3px 0;
}
.main-content.blog .page-title{
    margin-top: 30px;
    color: #EF4F91;
}

.main-content .full-width .page-title{
    margin: 5px 8px 20px 8px;
    padding: 3px 10px;
}

.main-content article .post-title{
    font-size: 16px;
    font-weight: 300;
}
.main-content article h2.post-title{
    font-size: 20px;
    color: #EF4F91;
    margin-top: 33px;
}
.main-content article h2.post-title a{
    color: #EF4F91;
}
.main-content article.post{
    margin-right: 20px;
}
.main-content article.post iframe{
    width: 100%;
}
div.locright{
    margin-right: 40px;
}
div.storeloc-news{
    width: auto;
    margin-right: 40px;
}

.featured-image-cat{
    height: 194px;
    background-size: 100% auto;
    margin: 5px 15px;
    background-position: center center;
    background-repeat: no-repeat;
}

body .page .mrExpandContent a{
    color: #EF4F91;
}
body .page .mrExpandContent a:hover{
    text-decoration: underline;
}

.home div#mr-product-list li.col-4{
    width: 14.66%;
    clear: none;
}

.masonry .masonryItem{
    width: 163px;
    margin: 0 15px;
}
.masonry .masonryItem img{
    max-width: 100%;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.widget_sp_image{
    text-align: center;
    padding-bottom: 1.875em;
}
/*------------------------------------*\
    CONTACT FORM
\*------------------------------------*/

.wpcf7-form, .mrNewsletterSubscribe{
    width: 390px;
}

.wpcf7-form label, .mrNewsletterSubscribe label.mrSubscribeFormName, .mrNewsletterSubscribe label.mrSubscribeFormEmail{
    display: inline-block;
    width: 104px;
    vertical-align: top;
    padding: 0;
}
.wpcf7-form .wpcf7-form-control-wrap, .mrNewsletterSubscribe .text{
    display: inline-block;
    height: 27px;
    width: 286px;
    position: relative;
}
.mrNewsletterSubscribe .mrSubscribeFormRadio:before{
    content: '';
    display: inline-block;
    width: 104px;
    height: 25px;
    padding: 6px 0 4px 15px;
    font-style: italic;
    color: #47949A;
    font-size: 12px;
}
.mrNewsletterSubscribe .mrSubscribeFormRadio{
    font-size: 11px;
}
.mrNewsletterSubscribe .mrSubscribeFormRadio label{
    margin: 0 10px;
    display: inline-block;
}
.mrNewsletterSubscribe .mr_form_field{
    margin-bottom: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap input{
    background: none;
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 4px;
    border: 1px solid #444444;
}


.wpcf7-form .wpcf7-form-control-wrap.your-message{
    display: inline-block;
    height: auto;
    width: 286px;
}
.wpcf7-form .wpcf7-form-control-wrap.your-message textarea{
    background: none;
    border: none;
    width: 100%;
    height: 116px;
    padding: 4px;
    border: 1px solid #444444;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit, .mrNewsletterSubscribe .mrSubscribeFormSubmit{
    background: #EF4F91;
    border: none;
    height: 40px;
    padding-top: 5px;
    margin: 0 0 0 104px;
    padding-bottom: 5px;
    width: 139px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover, .mrNewsletterSubscribe .mrSubscribeFormSubmit:hover{
    background: #eb2074;
    color: #FFFFFF;
}
span.wpcf7-not-valid-tip{
    position: absolute; top:0; left: 100%;
    margin-left: 10px;
    width: 100%;
}

.subscribe .mrNewsletterSubscribe .mrSubscribeFormEmail{
    background: none;
    display: none;
}
.subscribe .mrNewsletterSubscribe{
    width: 100%;
    position: relative;
}
.subscribe .mrNewsletterSubscribe .text{
    background: none;
    border: 1px solid #000000;
    padding: 6px 10px;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.subscribe .mrNewsletterSubscribe .mrSubscribeFormSubmit{
    background: url(img/site-sprite.png) -100px 0 no-repeat;
    width: 14px;
    height: 11px;
    position: absolute; top:8px; right: 8px;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.mrSubscribeForm *::-moz-placeholder{
    color: #000;
}
.select-wrap{
    margin: 20px 0;
    display: none;
}
.select-wrap select{
    width: 100%;
}

.productLongDescription ul {
	list-style-type: disc;
}

#mr-product-list .salePrice, .crossSellPrice .salePrice{
	padding-left: 5px;
}

/* The CSS */
.select-wrap select {
    padding:7px;
    margin: 0;
    background: #fff;
    color:#888;
    border:1px solid #ccc;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 16px;
}
.select-wrap select option{
    line-height: 30px;
}
.select-wrap select option[selected="selected"]{
    color: #2A9B9D;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select-wrap select {padding-right:18px}
}

.select-wrap  {position:relative}
.select-wrap:after {
    content:'';
    background: url('img/site-sprite.png') -100px -21px no-repeat;
    width: 20px;
    height: 6px;
    margin: auto;
    color:#aaa;
    right:4px; top:0px; bottom:0;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.select-wrap:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}

.fancybox-outer .mrCartPageLink{
    background: #EF4F91;
    color: #fff;
    margin-bottom: 10px;
}
.fancybox-outer .mrCartPageLink:hover{
    background: #EB2074;
}


.storeloc-box {
    display: block;
    height: 240px;
    width: 540px;
}
.storeloc-box h1 {
    font-size: 22px;
    text-align: center;
}
.storeloc-box-form {
    min-width: 500px;
    width: 100%;
}

.storeloc-box label {
    display: block;
    text-align: left;
}

.storeloc-box input, .storeloc-box textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    height: 2.3125em;
    margin: 0 0 1em;
    padding: 0.5em;

    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}


.storeloc-box textarea {
    height: 60px;
}
.meteor-slides .meteor-buttons{
    height: 15px;
    bottom: -24px;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}



@media only screen and (min-width:1280px) {
    .wrapper {
        max-width:1200px;
    }
    .row.disappear:before, .row.disappear:after{
        display: none;
    }
    .row.disappear [class*="column"] + [class*="column"]:last-child{
        float: left;
    }
}

@media only screen and (max-width:1280px) {
    .wrapper {
        max-width:1200px;
    }
    .row.disappear:before, .row.disappear:after{
        display: none;
    }
    .row.disappear [class*="column"] + [class*="column"]:last-child{
        float: left;
    }
}

@media only screen and (max-width:1140px) {
    .wrapper {
        max-width:1100px;
    }
}

@media only screen and (max-width:1024px) {
    .wrapper {
        max-width:960px;
    }
    .sidebar .sidebar-widget h3{
        padding-left: 0;
    }
    .footer .margin .widget_nav_menu{
        margin-left: 0;
    }
    .footer .subscribe .mrSubscribeForm {
        width: 100%;
    }
    .header-widgets{
        clear: both;
        margin: auto !important;
        float: none !important;
    }
    .header-widgets .search:before, .header-widgets .top-text:before{
        display: none;
    }
	.header .nav li a{
		font-size: 12px;
        padding: 0 6px 3px;
	}
	
    .main-content article.post{
        margin-left: 20px;
    }
    .main-content .page-title{
        margin-left: 9px;
        margin-right: 9px;
        padding-left: 9px;
    }
    .main-content article.page{
    }
	.header .nav ul{
		display: block;
		margin-top: 21px;
	}
    .sidebar-widget .menu, .footer .menu, .sidebar-widget .mrBrandWidgetList{
        display: none;
    }
    .sidebar-widget .select-wrap, .footer .select-wrap{
        display: block;
    }
    .mr_productList_pageHeading{
        display: none;
    }
    .search{
        float: right;
        text-align: center;
        margin: 25px 0 25px 0;
    }
	.select-wrap{
		/*display: block;*/
	}

    .nav .select-wrap{
        display: none;
    }


    .footer .right-side .widget_nav_menu{
        float: none;
    }

    .row.disappear:before, .row.disappear:after{
        display: none;
    }
}
@media only screen and (max-width:810px) {
    .masonry{
        max-width: 610px;
        padding: 0;
        margin: auto;
    }
}

@media only screen and (max-width:768px) {

    .nav .select-wrap{
        display: block;
    }
    .search{
        float: none;
    }
    .logo{
        width: 50%;
        margin: 0 0 0 20px;
    }

    .wrapper {
        max-width:760px;
    }


    .header .nav li, .footer .menu li{
        float: left;
        width: auto;
    }

    .footer .menu li{
        line-height: 55px;
    }
    .footer .menu li a{
        padding: 0 5px;
    }

    div.locleft, div.locright, div.storeloc-news{
        float: none;
        margin: auto;
    }

    .sidebar {
        z-index: 1;
        background: none;
    }
    .sidebar:before{
        right: 21px;
    }

    div#mr-product-list li.mrNewLine, div#mrExtCrossSell div.crossSell-Item.mrNewLine{
        clear: none;
    }
    .home div#mr-product-list li.col-4, body div#mr-product-list li.col-4, body div#mrExtCrossSell div.crossSell-Item.col-4{
        width: 31%;
    }
    body div#mr-product-list li.col-4:nth-child(3n+1), body div#mrExtCrossSell div.crossSell-Item.col-4:nth-of-type(3n+1){
        clear: left;
    }


    .header .nav li, .footer .menu li{
        float: none;
        width: auto;
        display: block;
        background: none;
    }
    .header .nav li a, .footer .menu li a{
        background: none;
    }
    .header .nav ul{
        display: none;
    }


    #meteor-slideshow.meteor-slides{
        margin: 20px 15px;
    }

    div#mrExtShoppingBagTable .mrExtBagItem .bagItem.bagImage{
        width: auto;
        margin-right: 10px;
    }
    div#mrExtShoppingBagTable .mrExtBagItem .bagItem.bagProductName,
    div#mrExtShoppingBagTable .mrExtBagItem .bagItem.bagQty,
    div#mrExtShoppingBagTable .mrExtBagItem .bagItem.bagPrice,
    div#mrExtShoppingBagTable .mrExtBagItem .bagItem.removeFromBag{
        float: none;
        padding: 0;
        width: auto;
        text-align: left;
    }
    .mrExtBagItem.mrExtBagLabels{
        display: none;
    }
    div#mrExtShoppingBagTable .mrExtBagItem .bagItem.bagPrice:before{
        content: 'Price: ';
        float: left;
        margin-right: 10px;
    }
    div#mrExtShoppingBagTable .mrExtBagItem .bagItem.bagQty:before{
        content: 'Quantity: ';
        float: left;
        margin-right: 10px;
    }


    .productImages{
        float: none;
        margin: auto;
    }
    .productDetails{
        margin-left: 0;
    }
    .search{
        margin: 25px 0 25px 0;
    }
    .search .mrSearchFormWidget{
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width:480px) {

    .row .flex{
        display: none;
    }

    .wrapper {
        max-width:100%;
    }
    .logo{
        width: 90%;
    }
	.disappear{
		display: none;
	}
    .top-menu{
        position: static;
        text-align: center;
    }

    .home div#mr-product-list li.col-4, body div#mr-product-list li.col-4, body div#mrExtCrossSell div.crossSell-Item.col-4{
        width: 48%;
    }
    body div#mr-product-list li.col-4:nth-child(3n+1), body div#mrExtCrossSell div.crossSell-Item.col-4:nth-of-type(3n+1){
        clear: none;
    }
    body div#mr-product-list li.col-4:nth-child(2n+1), body div#mrExtCrossSell div.crossSell-Item.col-4:nth-of-type(2n+1){
        clear: left;
    }
    #meteor-slideshow.meteor-slides{
        display: none;
    }
    .mrReturnToShop, .mrCheckOut{
        width: 100%;
        text-align: center;
        float: none;
    }
    body .mrReturnToShop a{
        display: inline-block !important;
    }
    .mrCheckOut .button{
        float: none !important;
        display: inline-block !important;
    }

    .wpcf7-form, .mrNewsletterSubscribe{
        width: 100%;
    }
    .wpcf7-form label, .mrNewsletterSubscribe label.mrSubscribeFormName, .mrNewsletterSubscribe label.mrSubscribeFormEmail{
        display: block;
        width: 100%;
    }
    .wpcf7-form .wpcf7-form-control-wrap, .mrNewsletterSubscribe .text{
        display: block;
        width: 100%;
    }
    .wpcf7-form .wpcf7-form-control-wrap.your-message{
        display: block;
        width: 100%;
    }
    span.wpcf7-not-valid-tip{
        left: 0;
        top:100%;
        margin-left: 0;
    }
    .search{
        margin: 0;
    }
    .column.large-12 article.page{
        margin: 0 0;
    }
    .featured-image-cat{
        height: 100px;
        margin-left: 0.9375em;
        margin-right: 0.9375em;
    }

    .masonry{
        width: 300px;
        padding: 0;
        margin: auto;
    }

    .masonry .masonryItem{
        width: 135px;
        margin: 0 5px;
    }
    .front-photo{
        margin: 0;
    }
}

@media only screen and (max-width:320px) {
    .wrapper {
        max-width:100%;
    }


    .main-content article{
        margin-left: 9px;
        margin-right: 9px;
    }
    .main-content .page-title{
        margin-left: 9px;
        margin-right: 9px;
        padding-left: 10px;
    }


}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

body .mrSubscribeForm *::-moz-placeholder,
body .mrSubscribeForm *::-webkit-placeholder{
    color: #7B786F;
}

.mrExtAdd.mrExtProduct input{
    background: #EF4F91;
    border: none;
    height: 40px;
    padding-top: 5px;
    margin: 5px 30px 0 0;
    padding-bottom: 5px;
    width: 139px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
}
.mrExtAdd.mrExtProduct input:hover{
    background: #eb2074;
    color: #FFFFFF;
}
body .mrReturnToShop a{
    background: #EF4F91;
    width: 165px;
    height: 32px;
    line-height: 21px;
    display: block;
    color: #fff;
}
body .mrReturnToShop a:hover{
    background: #eb2074;
}
body .mrCheckOut .button, .storeloc-box-form input[type="button"]{
    background: #EF4F91;
    width: 165px;
    line-height: 21px;
    height: 32px;
    display: block;
    border: none;

}
.storeloc-box-form input[type="button"]{
    color: #fff;
    font-size: 14px;
    font-size: 14px;
    width: 100px;
}
body .mrCheckOut .button:hover, .storeloc-box-form input[type="button"]:hover{
    background: #eb2074;
}
.mrExtAdd.mrExtProduct input{
    font-size: 14px;
}
body .mrCheckOut{
    width: auto;
}
body .mrCheckOut .button{
    float: right;
    margin: 10px 0 0 0 ;
}
body .mrReturnToShop a{
    margin: 10px 0 0 0;
    color: #fff;
}
.shop article.page .mrReturnToShop a{
    color: #fff;
}
.mrExtOption.mrExtProduct select{
    display: inline-block;
    width: 100px;
}

body .bagItem.removeFromBag{
    text-align: center;
}

div#mrExtShoppingBagTable .mrExtBagLabels li, body ul.mrExtCartContent{
    border: none;
    margin: 0;
    background: none;
}
.mrExtBagItem.mrExtBagLabels{
    overflow: hidden;
    border-bottom: 1px solid #fff;
    margin: 0;
    background: #EAEAEA;
}

body #mrExtShoppingBagTable ul.mrExtCartContent{
    padding: 10px;
    border-bottom: 1px solid #fff;
}

body .mrExtTotalPrice{
    border: none;
    padding-right: 13px;
}

.lookbookSetHeader {
    position: relative;
}
.lookbookSetHeader .next,
.lookbookSetHeader .prev {
    background: url(img/site-sprite.png) no-repeat;
    height: 72px;
    width: 50px;
    top: 50%;
    margin-top: -36px;
    display: block;
    position: absolute;
}
.lookbookSetHeader .next{
    background-position: -50px;
    right: 0
}
.lookbookSetHeader .prev{
    background-position: 0;
    left: 0
}
.bx-wrapper .bx-prev {
    background: url(img/site-sprite.png) no-repeat;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next {
    background: url(img/site-sprite.png) no-repeat;
    background-position: -50px;
}
.bx-wrapper .bx-controls-direction a {
    height: 72px;
}

.lookbookSetThumbnailsContainer {
    visibility: hidden;
}
.bx-viewport .lookbookSetThumbnailsContainer {
    visibility: visible;
}

.mrProduct #mrImageGallery img {
	margin-right: 5px;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:25px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:25px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.mrExtBrandList .mrExtBrandListLetter{
    font-size: 16px;
    margin: 15px 0 10px 0;
    clear: both;
}
.mrExtBrandList .mrExtBrandlistItem{
    overflow: hidden;
}
.mrExtBrandList .mrExtBrandlistItem li{
    margin: 0;
}
.mrExtBrandList .mrExtBrandlistItem li a{
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.lookbookContainer .lookbookCollection .lookbookCollectionImage{
    width: 49%;
    margin: 0.5%;
}
.lookbookContainer .lookbookCollection:nth-child(2n+1){
    clear: left;
}
body div#mr-product-list li, body div#mrExtCrossSell div.crossSell-Item{
    padding: 0;
    margin: 5px 1% 15px;
    font-size: 12px;
}
body div#mr-product-list li br, body div#mrExtCrossSell div.crossSell-Item br{
    display: none;
}
body div#mr-product-list li .flag, body div#mrExtCrossSell div.crossSell-Item .flag{
    color: #fff;
    background: #EF4F91;
    font-weight: 400;
}
body div#mr-product-list li img, body div#mrExtCrossSell div.crossSell-Item img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
body li.productTitle h2{
    color: #EF4F91;
}
body div#mr-product-list li a, body div#mrExtCrossSell div.crossSell-Item a{
    color: #EF4F91;
}
body div#mr-product-list li a.mrLoaded, body div#mrExtCrossSell div.crossSell-Item a.mrLoaded{
    display: inline-block;
}
body .mrExtListBrandCol{
    margin-right: 0.5%;
    width: 16.1%;
}
body .mrExtListBrandCol:last-child{
    margin-right: 0;
}
body div#mr-product-list li a:nth-of-type(2), body div#mrExtCrossSell div.crossSell-Item a:nth-of-type(2),
body div#mr-product-list li .productPrice , body div#mrExtCrossSell div.crossSell-Item .productPrice
{
    display: block;
    padding: 4px 0;
}
body .lookbookSetThumbnailsContainer{
    float: none;
    width: auto;
    padding: 0;
}
body .lookbookContentContainer{
    margin-left: 0;
}
body .lookbookContentContainer .bx-wrapper{
    margin: 20px 0px;
}
body .lookbookCollectionSetContainer{
    margin: 0 0px;
}
body .lookbookCollectionSetContainer .lookbookProduct{
    width: 25%;
}
body .lookbookCollectionSetContainer .lookbookProduct img{
    margin: auto;
    display: block;
}
body .lookbookProduct.noDescription .lookbookProductImage{
    padding: 5px;
}
.lookbookProduct .lookbookProductDetails{
    padding: 0 40px;
}
.lookbookProduct .lookbookProductDetails .lookbookProductName{
    color: #EF4F91;
}
.lookbookContainer .ProductSetDesc{
    display: none;
}
.lookbookCollectionSetContainer{
    overflow: hidden;
}
.lookbookCollectionSetContainer .lookbookProduct {
    margin-right: 0;
}
body .lookbookProductDetails > button{
    display: none;
}
body .productOrderForm .required{
    margin: 0 0 10px 0;
    width: 75px;
}
body .lookbookProductDetails .required {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body .productOrderForm button{
    background: #EF4F91;
    border: none;
    height: 40px;
    padding-top: 5px;
    margin: 5px 0px 0 0;
    padding-bottom: 5px;
    width: 139px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
body .productOrderForm button:hover{
    background: #eb2074;
}

body .rectangle-left.mrAlert{
    font-size: 12px;
    font-family: 'CenturyGothicRegular', ​sens-serif;
}

@media only screen and (max-width:1024px) {
    .lookbookProduct .lookbookProductDetails{
        padding: 0;
    }
    body .mrExtListBrandCol{
        margin-right: 0.5%;
        width: 32.8%;
    }
    body .mrExtListBrandCol:nth-child(3n+1){
        clear: left;
    }
}

@media only screen and (max-width:768px) {
    body .lookbookCollectionSetContainer .lookbookProduct{
        width: 50%;
        margin: 0;
    }
    body .lookbookCollectionSetContainer .lookbookProduct:nth-child(2n+1){
        clear: both;
    }
}

@media only screen and (max-width:480px) {
    body .lookbookCollectionSetContainer .lookbookProduct{
        width: 100%;
        margin: 20px 0;
    }
    .lookbookContainer .lookbookCollection .lookbookCollectionImage{
        width: 100%;
        margin: 10px 0 0 0;
    }
    body .lookbookContentContainer{
        padding: 20px 0;
    }

    body .mrExtListBrandCol{
        margin-right: 0.5%;
        width: 49.5%;
    }
    body .mrExtListBrandCol:nth-child(3n+1){
         clear: none;
    }
    body .mrExtListBrandCol:nth-child(2n+1){
        clear: left;
    }
}
