@charset "utf-8";
/* RESETS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}


img {
max-width: 100%;
height: auto;
}
	
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


.clear { clear:both; visibility:hidden; height:1px; overflow:hidden; }

a { text-decoration:none; }
a:active { text-decoration:none; }
a:visited { text-decoration:none; }

a:hover,
a:focus {
  color: #808080;
  text-decoration: none;
}

body {
  
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size:15px;
  word-wrap: break-word;
  color:#212121;
  transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;
}

/* MAIN STYLES */




h1, h2, h3, h4, h5 { font-family: 'Roboto', sans-serif;  }

h2 { font-size: 18px; }

a { color:#212121; }
a:active { color:#212121; }
a:visited { color:#212121; }
a:hover { color:#808080; }

.go-center { text-align:center; }
.go-upper { text-transform:uppercase; }
.go-white { color:#fff !important; }
.go-red { color:#ec161e; }
.go-light { font-weight:300; }
.boldtext { font-weight:bold; }
.smalltext { font-size:11px !important; }
.smalltext13 { font-size:13px !important; }

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

hr { border-top:1px solid #e8e8e8; }

.top-20 { margin-top: 20px !important; }
.bottom-20 { margin-bottom: 20px !important; }


/* mobile menu only */

.showmobile-nav { display:none; }
.hidemobile-nav { display:block; }

@media only screen and (max-width: 960px) {
	
.showmobile-nav { display:block; }
.hidemobile-nav { display:none; }

}

.showmobile { display:none; }
.hidemobile { display:block; }

@media only screen and (max-width: 800px) {
	
.showmobile { display:block; }
.hidemobile { display:none; }

}

.showmobile-spotlight { display:none; }
.hidemobile-spotlight { display:block; }

@media only screen and (max-width: 640px) {
	
.showmobile-spotlight { display:block; }
.hidemobile-spotlight { display:none; }

}

.showmobile-header { display:none; }
.hidemobile-header { display:block; }

@media only screen and (max-width: 800px) {
	
.showmobile-header { display:block; }
.hidemobile-header { display:none; }

}

.img-left { float:left; margin:0px 15px 20px 0px; clear:both; }

.static-content { }
.static-content p { padding:0; margin:0px 0px 10px 0px; font-size: 14px; line-height:24px; color:#212121; font-family: 'Roboto', sans-serif; }

.static-content h1 { font-family: 'Roboto', sans-serif; font-size:28px; color: #212121; margin: 0px 0px 12px 0px; }
.static-content h2 { font-family: 'Roboto', sans-serif; font-size:24px; color: #212121; margin: 0px 0px 10px 0px; font-weight: 700; }
.static-content h3 { font-family: 'Roboto', sans-serif; font-size:18px; color: #212121; margin: 0px 0px 10px 0px; font-weight: 700; }
.static-content h4 { font-family: 'Roboto', sans-serif; font-size:14px; color: #212121; font-weight: 700; margin: 0px 0px 10px 0px; }

@media only screen and (max-width: 640px) {
	
.static-content h2 { font-size: 22px; line-height: 26px; }
.static-content h3 { font-size: 18px; line-height: 22px; }

}


.static-content a { color:#0054a6; }
.static-content a:active { color:#0054a6; }
.static-content a:visited { color:#0054a6; }
.static-content a:hover { color:#2e3192; }

.text-green { color:#a2c14e; }
.text-red { color:#d53b2a; }

.standard-list { margin:20px 0px 20px 0px; }
.standard-list li { margin:0px 0px 5px 40px; list-style-type:disc; }
.standard-numbered-list { margin:20px 0px 20px 0px; }
.standard-numbered-list li { margin:0px 0px 5px 40px; list-style-type:decimal; }
.standard-alpha-list { margin:20px 0px 20px 0px; }
.standard-alpha-list li { margin:0px 0px 5px 40px; list-style-type:lower-alpha; }

/* cards */

.card-header h2 { padding: 0; margin: 0; }

.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}

/* layout */

.wrapper-condensed { width:900px; margin-left:auto; margin-right:auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

@media only screen and (max-width: 1024px) {

.wrapper-condensed { width:100%; padding:0px 20px 0px 20px; }

}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/* header desktop */

.header-desktop { background-color: #fff; padding: 0px 20px 0px 20px; border-bottom: solid 1px #efefef;  }

.header-desktop-logo { margin: 10px 0px 10px 0px; text-align: center; }
.header-desktop-logo img { height: 70px; }

.header-desktop-search { margin: 30px 0px 0px 0px; }
.site-search-desktop { border-top:0px !important; border-left:0px !important; border-right:0px !important; background: url(/images/icon-search.png) no-repeat; background-position: left 0px top 0px; padding: 0px 0px 10px 30px; }

.header-desktop-icons { margin: 30px 0px 0px 0px; text-align: right; }
.header-desktop-icons ul { margin: 0; padding: 0; }
.header-desktop-icons li { display: inline-block; margin: 0px 0px 0px 15px; }
.header-desktop-icons img { height: 28px; }

.cart-marker { position:absolute; top:40px; right:23px; z-index:4; font-size:10px; color:#212121; text-align:center; font-weight: 400; }


/* desktop main nav */

.navbar-desktop { background: url(https://rushourcdnuswest.azureedge.net/estatefurs/img/menubg.png); padding:10px 0px 10px 0px; width:100%; z-index:2; position: absolute; top:0px; left: 0px; }


.mainnav-area { font-family: 'Roboto', sans-serif; padding: 10px 0px 10px 0px; border-bottom: solid 1px #efefef; text-align: center; }

.mainnav a { color:#212121; }
.mainnava a:active { color:#212121; }
.mainnav a:visited { color:#212121; }
.mainnav a:hover { color:#212121; }

.mainnav ul li {
  display: inline-block;
  text-align: left;
  font-size:14px;
  color:#fff;
  font-weight:400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing:1px; 
  position: relative;
  cursor: pointer;
  margin:0px 15px 0px 15px;
}

.mainnav ul li:hover {
  color: #212121;
}

.mainnav ul ul li:hover {
  color: #212121;
  border-bottom: none;
  background-color: #efefef;
}

.mainnav ul li ul {
  visibility: hidden;
  position: absolute;
  top: 32px;
  left: 0;
  border-bottom: solid 1px #efefef;
  border-left: solid 1px #efefef;
  border-right: solid 1px #efefef;
  transition: 0.1s 0.1s;
}

.mainnav ul li:hover ul {
  visibility: visible;
  transition-delay: 0s;
}

.mainnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainnav a {
  display: block;
  
}

.mainnav ul li ul  { 
  background-color:#fff;
  z-index:10;
}

.mainnav ul li ul li { 
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  min-width:220px;  
  display: block;
  font-weight:400;
  font-size:11px;
  padding:10px 10px 10px 20px;
  margin:0px 0px 0px 0px;
}

.mainnav ul li ul li a { color:#212121; }
.mainnav ul li ul li a:active { color:#212121; }
.mainnav ul li ul li a:visited { color:#212121; }
.mainnav ul li ul li a:hover { color:#212121; }

/* header mobile */

.header-mobile { padding: 15px 0px 15px 0px;  } 
.header-mobile-logo { text-align: center; }
.mobile-menu-toggle { margin-top: 20px; }
.mobile-menu-toggle img { height: 26px; }
.header-mobile-icons { margin-top: 20px; text-align: right; }
.header-mobile-icons ul { margin: 0; padding: 0; }
.header-mobile-icons li { display: inline-block; margin: 0px 0px 0px 10px; }
.header-mobile-icons img { height: 30px; }

.cart-marker-mobile { position:absolute; top:32px; right:22px;  z-index:20;  font-size:11px; color:#111; text-align:center; }

@media only screen and (max-width: 800px) {
	
.header-mobile-logo img { height: 70px; }

}

/* mobile nav */

.mobile-nav-area { background:#fff; padding: 20px 0px 20px 0px;  }

.mobile-nav { background:#000; }

.mobile-header-logo { text-align: right; }
.mobile-menu-icon { margin: 10px 0px 0px 0px; }
.mobile-menu-icon img { height: 26px; }

.cart-search { margin: 10px 0px 0px 0px; text-align: right; }
.cart-search li { display: inline-block; margin: 0px 0px 0px 10px; }
.cart-search img { height: 30px; }

.mobile-cart-icon { position: relative;}
.cartqty { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px; color: #212121; margin-top: 3px; }


.mobilenav ul { padding:0; margin:20px 0px 0px 10px; }

.mobilenav li { font-family: 'Montserrat', sans-serif; padding:0; margin:0px 0px 20px 0px; font-size:14px; letter-spacing:1px;  }
.mobilenav a { color:#212121; }
.mobilenav a:active { color:#212121; }
.mobilenav a:visited { color:#212121; }
.mobilenav a:hover { color:#959595; }

.mobilenav ul li ul li { text-transform:uppercase; font-weight: 400; font-size: 12px;  } 
.mobilenav ul li ul li a { color:#212121; }
.mobilenav ul li ul li a:active { color:#212121; }
.mobilenav ul li ul li a:visited { color:#212121; }
.mobilenav ul li ul li a:hover { color:#959595; }

.close-panel-left { border: none; background: none; }


@media only screen and (max-width: 1024px) {
	
.mobile-header-logo img { height:50px; }

}


/* Body animation when left panel is opened */
    body.ps-active {
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    }

    /* Body animation when right panel is opened */
    body.ps-active-right {
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    /* Panel styles */
    .thepanel {
      position: fixed;
      top: 0;
      width: 260px;
      height: 100%;
      padding: 20px;
      background-color: #fff;
      color: #212121;
	  border-radius:none;
	  border-right: 1px #e1e1e1 solid;
    }

    #left-panel {
      left: 0;

      /* Hide panel on the left of the page. When this panel is opened the
      class .ps-active will be apllied to body, and it's X translation will
      reveal the panel. */
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    #right-panel {
      right: 0;

      /* Hide panel on the right of the page. When this panel is opened the
      class .ps-active-right will be apllied to body, and it's X translation
      will reveal the panel. */
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    }

/* utilities */

.nav-utility { padding: 20px 0px 0px 0px; text-align: right; }
.nav-utility li { display: inline-block; margin: 0px 0px 0px 15px; }

@media only screen and (max-width: 1024px) {

.nav-utility li img { height: 24px; }

}


/* promo bar */

.promobar { background-color: #f7f7fa; padding: 15px 0px 15px 0px; }
.promobar-item { text-align: center; }
.promobar-item h3 { font-size: 14px; text-transform: uppercase; }
.promobar-item p { margin: 0; padding: 0; font-size: 13px; }

.promobar-line { border-right: 1px solid #ccc; }

@media only screen and (max-width: 640px) {

.promobar-item {  }
.promobar-item h3 { font-size: 12px;}

}


/* Home Spotlight */


.spotlight { position: relative;  }
.home-spotlight { min-height: 560px; position: relative; }
.home-spotlight-content { position: absolute; top: 150px; left: 50%;
    transform: translate(-50%, 0); width: 600px; z-index: 1; padding: 40px; background: url(/images/spotbg.png); }
.spotlight-headline { margin: 0px 0px 10px 0px; }
.spotlight-headline h2 { font-family: 'Oswald', sans-serif; font-size: 34px; font-weight: 700; color: #363636; text-transform: uppercase; margin-bottom: 10px; }
.spotlight-headline h3 { font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 300; color: #363636; text-transform: uppercase; margin-bottom: 20px; }

@media only screen and (max-width: 1024px) {

.home-spotlight-content { position: absolute; top: 150px; left:50px; width: 600px; transform: none; z-index: 1; padding: 40px; background: url(/images/spotbg.png); }

}


@media only screen and (max-width: 800px) {

.home-spotlight { min-height: 400px; }
.home-spotlight-content { position: relative; top:0; left: 0; padding: 40px; background: #f7f7fa; width: 100%; text-align: center; }
.spotlight-headline h2 { font-size: 24px; }
.spotlight-btn { margin-bottom: 10px; }

}


@media only screen and (max-width: 640px) {

.home-spotlight { min-height: 250px; }
.home-spotlight-content { position: relative; top:0; left: 0; padding: 40px; background: #f7f7fa; width: 100%; }
.spotlight-headline h2 { font-size: 24px; }
.spotlight-btn { margin-bottom: 10px; }

}


/* home featured products */

.home-featured { margin: 60px 0px 40px 0px; }
.home-featured-title { text-align: center; margin-bottom: 60px; }
.home-featured-title h2 { font-family: 'Oswald', sans-serif; font-size: 34px; font-weight: 700; color: #363636; text-transform: uppercase; }


@media only screen and (max-width: 640px) {

.home-featured-title h2 { font-size: 24px;  }

}

/* home callouts */

.home-callouts { margin: 60px 0px 60px 0px; }
.home-callout-item { text-align: center; }
.home-callout-item h3 { font-size: 16px; }
.home-callout-item img { margin-bottom:20px; }
.home-callout-item img:hover { opacity:0.8; }

@media only screen and (max-width: 640px) {

.home-callouts { margin: 30px 0px 10px 0px; }
.home-callout-item { margin-bottom: 20px; }

}

/* Home Intro */

.home-intro { background-color: #f6f6f6; padding: 80px 0px 80px 0px; margin: 0px 0px 80px 0px; text-align: center; }
.home-intro h1 { font-family: 'Oswald', sans-serif; font-size:36px; margin-bottom:10px !important; margin-top: 30px; text-transform: uppercase; font-weight: 500;  line-height: 46px; }
.home-intro h2 { font-family: 'Oswald', sans-serif; font-size:36px; margin-bottom:10px !important; margin-top: 0px; text-transform: uppercase; font-weight: 500;  line-height: 46px; }
.home-intro h4 { font-family: 'Roboto', sans-serif; font-size:16px; margin-bottom:10px !important; }

@media only screen and (max-width: 640px) {

.home-intro { margin: 0px 0px 30px 0px; text-align: center; }

}

/* home shop women */

.home-widget-shop-women { text-align: center; min-height: 600px; margin: 0px 0px 30px 0px; padding: 260px 100px 0px 100px; }
.home-widget-shop-women h2 { font-family: 'Oswald', sans-serif; font-size:36px; margin-bottom:10px !important; margin-top: 30px; text-transform: uppercase; font-weight: 500;  line-height: 46px; color: #fff; }
.home-widget-shop-women h4 { font-size:16px; margin-bottom:10px !important; color: #fff; }

.home-shop-items { margin: 0px 0px 60px 0px; text-align: center; }
.home-shop-items img { margin: 0px 0px 10px 0px; }
.home-shop-items img:hover { opacity:0.8; }
.home-shop-items a { color: #444; }
.home-shop-items a:active { color: #444; }
.home-shop-items a:visted { color: #444; }
.home-shop-items a:hover { color: #444; }

@media only screen and (max-width: 640px) {

.home-widget-shop-women { min-height: 100%; height: 100%; margin: 0px 0px 30px 0px; padding: 40px 20px 40px 20px; }
.home-widget-shop-women h2 { font-family: 'Oswald', sans-serif; font-size:36px; margin-bottom:10px !important; margin-top: 30px; text-transform: uppercase; font-weight: 500;  line-height: 46px; color: #fff; }
.home-widget-shop-women h4 { font-size:16px; margin-bottom:10px !important; color: #fff; }

.home-shop-item { margin-bottom: 20px; }

}


/* home banners */

.home-banners-container { margin: 40px 0px 40px 0px; }
.home-banner-item-left { margin: 0px 0px 0px 0px; position: relative; }
.home-banner-item-right { margin: 0px 0px 0px 0px; position: relative; }

.home-banner-content {  position: absolute; bottom: 60px; right: 50px; }
.home-banner-content h3 { font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 20px; margin: 0px 0px 10px 0px; }
.home-banner-content h4 { text-transform: uppercase; letter-spacing: 1px; font-size: 16px; margin: 0px; }
.home-banner-content h3 a { color: #212121 !important; }
.home-banner-content h3 a:active { color: #212121 !important; }
.home-banner-content h3 a:visited { color: #212121 !important; }
.home-banner-content h3 a:hover { color: #212121 !important; }
.home-banner-content h4 a { color: #212121 !important; }
.home-banner-content h4 a:active { color: #212121 !important; }
.home-banner-content h4 a:visited { color: #212121 !important; }
.home-banner-content h4 a:hover { color: #212121 !important; }

.banner-bar { display: block; width: 100px; border-bottom: 2px solid #212121; margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 640px) {

.home-banners-container { margin: 30px 0px 30px 0px; }
.home-banner-item-left { margin: 0px 0px 20px 0px; }
.home-banner-item-right { margin: 0px 0px 0px 0px; }

}

/* inner header */

.inner-header { background-color: #fff; padding: 10px 0px 10px 0px; border-bottom: 1px solid #efefef; }
.inner-header-title h1 { margin: 0; padding: 0; font-weight: 700; font-family: 'Roboto', sans-serif; font-size: 20px; }
.inner-header-title h2 { margin: 0; padding: 0; font-weight: 700; font-family: 'Roboto', sans-serif; font-size: 20px; }

@media only screen and (max-width: 640px) {

.inner-header {  text-align: center; }

}

/* inner content area */

.inner-content-area { margin: 30px 0px 30px 0px; }


@media only screen and (max-width: 640px) {

.inner-content-area { margin: 30px 0px 30px 0px; }

}


/* breadcrumbs */


.breadcrumbs { text-align: right; }
.breadcrumbs li { margin: 0px 0px 0px 0px; display: inline-block; font-size: 13px;}
.breadcrumbs li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #000; }
.breadcrumbs .active { font-weight: 600; color: #212121; }	
.breadcrumbs a { color: #212121; }
.breadcrumbs a:active { color: #212121; }
.breadcrumbs a:visited { color: #212121; }
.breadcrumbs a:hover { color: #212121; text-decoration: underline; }


@media only screen and (max-width: 640px) {


.breadcrumbs { text-align: center; margin: 10px 0px 0px 0px; }

}

/* item count and filter */

.item-count-filter-area { margin: 0px 0px 80px 0px; }
.item-list-filter { text-align: right; } 


/* filter side bar */

.sidebar-filters { }
.sidebar-filters h3 { font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 400; padding: 0; margin: 0px 0px 10px 0px; }

.sidebar-filters .panel-heading { padding: 0px; }
.sidebar-filters .panel { box-shadow: 0 0px 0px rgba(0, 0, 0, 0); }
.sidebar-filters .panel ul { margin: 10px 0px 10px 0px; padding: 0px; }
.sidebar-filters .panel li { list-style-type: none; font-size: 13px; margin: 0px 0px 5px 0px; }
.sidebar-filters .panel label { font-weight: 400; text-transform: none; font-family: 'Roboto', sans-serif; margin-left: 5px; }
.sidebar-filters .more-less { float: right; color: #212121; }

.sidebar-filters .panel-title { font-weight:600; }

.grid-item-count p { padding: 15px 0px 0px 0px; font-size: 13px; }
.filter-bar-area { text-align: right;  position: relative; }
.mobile-sidebar-toggle { text-align: center; }
.mobile-sidebar-toggle h3 { font-weight: 400; font-size: 15px; text-transform: uppercase; }

@media only screen and (max-width: 900px) {
	
.grid-item-count { display: none; }
.grid-item-count p { padding: 0px 0px 0px 0px; }
.filter-bar-area { margin: 20px 0px 0px 0px; }

}

/* product grid */

.product-listing-page-content { margin:30px 0px 40px 0px;  }

.product-grid { margin:30px 0px 30px 0px;  }

.product-grid-item { margin:0px 0px 50px 0px; min-height:100%; position:relative; }
.product-grid-item-img { margin:0px 0px 20px 0px; text-align:center; position:relative; }
.product-grid-item-name { padding:0px 0px 10px 0px; min-height:50px; text-align:center; }
.product-grid-item-name p { font-family: 'Roboto', sans-serif; padding:0; margin:0; color:#212121; font-size:13px; }

.product-item-sku { padding:0px 0px 10px 0px; min-height:20px; text-align:center; font-family: 'Roboto', sans-serif; color:#212121; font-size:11px; }

.product-grid-item-price { font-family: 'Roboto', sans-serif; margin:0px 0px 0px 0px; padding:0; min-height:60px; text-align:center;  }
.product-grid-item-price p { padding:0; margin:0; font-weight:600; font-size:12px; color:#212121; }
.product-grid-item-price h4 { color: #ed1c24 !important; font-size:16px; font-family: 'Montserrat', sans-serif; font-weight:600; } 
.product-grid-item-price .sale-price { font-size:12px !important; text-decoration:line-through; color:#515e66 !important; margin-right: 10px; font-weight: 400; }

.product-grid-item-brand { padding:0px 0px 0px 0px; min-height:30px; text-align:center; }
.product-grid-item-brand p { font-family: 'Roboto', sans-serif; padding:0; margin:0; color:#A2A1A1; font-size:15px; font-weight:600; }

.product-grid-item-summary { padding:0px 0px 20px 0px; text-align:center; }
.product-grid-item-summary p { font-family: 'Roboto', sans-serif; padding:0; margin:0; font-weight:400; color:#626262; font-size:13px; }

.product-grid-item-name a { color:#212121; }
.product-grid-item-name a:active { color:#212121; }
.product-grid-item-name a:visited { color:#212121; }
.product-grid-item-name a:hover { color:#808080; }


.product-grid-item-img img:hover { opacity:0.8; }

.product-filter { margin: 0px 0px 30px 0px; }


@media only screen and (max-width: 800px) {

.sidebar-filters { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 20px; }

.product-grid-item { margin:0px 0px 30px 0px; min-height:100%; position:relative; }
.item-count { margin:0px 0px 20px 0px; text-align: center; }
.basic-filter { margin:0px 0px 20px 0px; }
.product-grid-item-name { min-height:70px; }

.product-filter { text-align: center; }

}


/* product page */

.product-details-main h1 { font-size: 24px; }

.simpleLens-thumbnails-container { margin: 10px 0px 0px 0px; }
.simpleLens-thumbnails-container a {  margin-bottom: 20px; }

.related-products-area { margin: 40px 0px 0px 0px;}
.related-products-area h2 { text-transform: uppercase; margin-bottom: 60px; }

.add-favorites-btn { margin: 10px 0px 0px 0px; }

.product-contact-img { margin: 0px 0px 20px 0px; }

.product-details-pricing { margin: 20px 0px 20px 0px; }
.product-details-pricing h3 { font-weight: 600; font-size: 24px; }
.productprice-strike { text-decoration: line-through; }

.affirm-as-low-as { margin: 20px 0px 0px 0px; font-size: 13px; }

.available-colors {  margin:20px 0px 20px 0px; padding: 20px 0px 0px 0px; border-top: 1px #efefef solid; }

.product-size-select { padding: 20px 0px 0px 0px; margin: 0px 0px 20px 0px;  border-top: 1px #efefef solid; }

.size-modal-content { font-size: 11px; }

.product-addtocart { margin: 0px 0px 20px 0px; }
.product-contactfav { padding: 20px 0px 0px 0px; margin: 0px 0px 20px 0px; border-top: 1px #efefef solid; border-bottom: 1px #efefef solid; }

/* proudct details panel */

.product-details-panel { margin: 60px 0px 60px 0px; padding: 40px 0px 30px 0px; border-top: 1px #efefef solid; border-bottom: 1px #efefef solid; }
.product-details-panel h4 { font-family: 'Roboto', sans-serif; font-weight: 600;  }

.product-details-desc { }

.product-details-desc ul { margin:20px 0px 20px 0px; }
.product-details-desc li { margin:0px 0px 5px 20px; list-style-type:disc; font-size: 14px; }

.product-details-expanded { } 
.product-details-expanded h4:hover { cursor: pointer; } 


/* product contact */

.product-contact-details { margin: 30px 0px 30px 0px; padding: 0px 0px 20px 0px; border-bottom: 1px solid #efefef;}

.product-contact-details


@media only screen and (max-width: 640px) {

.size-guide { margin-top: 10px; }

}

@media only screen and (max-width: 800px) {

.simpleLens-thumbnails-container { margin: 20px 0px 20px 0px; text-align: center; }
.simpleLens-thumbnails-container li { display: inline-block; margin-bottom: 10px; text-align: center; }

.product-payment-banners { text-align: center; }

.product-contact-img {  text-align: center; }

}




/* products */

.marker-sale { position:absolute; top:15px; left:15px; background-color:#ed1c24; text-align: center; padding:8px 8px 8px 8px;  }
.marker-sale p { color:#fff !important; text-transform:uppercase; font-size:11px; }
.marker-new { position:absolute; top:15px; right:15px; background-color:#212121; text-align: center; padding:8px 8px 8px 8px; }
.marker-new p { color:#fff; text-transform:uppercase; font-size:11px; }

.product-details-name { font-size: 26px; font-weight: 700; margin: 0px 0px 10px 0px; }
.product-details-desc { margin: 0px 0px 20px 0px; }

.product-details-price { margin: 20px 0px 20px 0px; }

.product-img-area { margin: 0px 0px 20px 0px; }

.product-fitguide { margin: 10px 0px 10px 0px; }

.product-details-btns { border-bottom: 1px #efefef solid;  padding: 10px 0px 20px 0px; margin: 0px 0px 20px 0px; }

.simpleLens-big-image-container:hover { cursor: pointer; }



/* related products */

.related-products { margin: 60px 0px 0px 0px;  }
.related-products h2 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700; text-align: center; margin-bottom: 40px; text-transform: uppercase; }

@media only screen and (max-width: 640px) {

.related-products h2 {  font-size: 20px; }

}

/* testimonials */

.testimonial-content { border-bottom: 1px #efefef solid; padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; }
.testimonial-person { font-size: 12px !important; }

/* restyles */

.restyleitems { }
.restyleitems img {  height: 580px; margin-bottom: 20px; }
.restyleitems h4 { text-transform: uppercase; }

@media only screen and (max-width: 640px) {

.restyleitems img {  height: auto; margin-bottom: 20px; }

}

/* product category landing pages - accessories */

.product-categories { margin: 30px 0px 0px 0px; }
.product-categories-item { text-align: center; margin: 0px 0px 30px 0px;}
.product-categories-item h3 { margin: 15px 0px 0px 0px; }

/* Cart and Checkout */

.cart-delete { padding:30px 0px 0px 0px; }
.cart-delete .fa { font-size:20px; }
.cart-img { width:100px; height:auto; }
.cart-qty { width:50px; }
.cart-totals { padding: 20px 20px 0px 20px; border:1px solid #efefef; margin: 0px 0px 20px 0px; }
.cart-totals td { vertical-align:text-top; }
.cart-buttons {  }

.checkout-orderitems { margin:0px 0px 20px 0px; }

.checkout-panel {  padding: 20px; border:1px solid #efefef; margin-bottom: 20px; }


.address-item { }
.address-item p { line-height:18px; }

.promocode-widget { padding: 20px 20px 0px 20px; border:1px solid #efefef; margin: 20px 0px 20px 0px; }
.promocode-widget h3 { color:#212121; }

.panel-heading h3 { margin:0; padding:0; }

.totals-amount { text-align:right; }

.order-totals-panel { }
.order-totals-panel p { line-height:15px; }
.order-totals-panel td { vertical-align:top; }

.gftablehead { font-weight:600; font-size:14px; text-transform:uppercase; color:#212121; }

.pricecol { width:15%; }

@media only screen and (max-width: 800px) {
	
.cart-delete { padding:0px 0px 0px 0px; }
	
.cart-buttons { text-align:center; }
.cart-buttons input[type=button] { margin-bottom:20px; }

.freeship-widget { margin-bottom:20px; }
	
}

/* checkout */

.payment-method { margin: 20px 0px 20px; }


/* contact */

.contact-form { margin: 30px 0px 0px 0px; }

/* restyles */

#step1 label { text-transform: uppercase; font-size: 12px; }
#step1 img:hover { cursor: pointer; }
#step2 label { text-transform: uppercase; font-size: 12px; }
#step2 img:hover { cursor: pointer; }

/* my favorites */

.favorite-item { }

@media only screen and (max-width: 640px) {

.favorite-item { margin-bottom: 30px; }
.favorite-item-desc { text-align: center; margin-bottom: 20px; }
.favorite-item-btn { text-align: center; }

}

/* subfooter */


.subfooter-cta { background-color: #fcf8f9; padding: 60px 0px 60px 0px; text-align: center; }
.cta-img img { height: 32px; margin-bottom: 10px; }
.subfooter-cta h4 { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.subfooter-cta p { font-size: 13px; font-weight: 400; }

.subfooter-cta-item { }

.subfooter-cta-item a { color: #212121; }
.subfooter-cta-item a:active { color: #212121; }
.subfooter-cta-item a:visited { color: #212121; }
.subfooter-cta-item a:hover { color: #212121; }

.subfooter { background: #eee; padding: 50px 0px 50px 0px; margin: 0px 0px 0px 0px; }

.subfooter h3 { text-transform: uppercase; font-size: 16px; font-weight: 700; color: #212121; margin-bottom: 30px; letter-spacing: 1px; }
.subfooter p { font-size: 13px; margin: 0px 0px 10px 0px; }

.subfooter-shop { }
.subfooter-shop ul { columns: 2; -webkit-columns: 2; -moz-columns: 2; }
.subfooter-shop li { margin: 0px 0px 10px 0px; font-size: 13px; }

.subfooter-logo { margin: 30px 0px 0px 0px; }
.subfooter-logo img { width: 180px; }


@media only screen and (max-width: 640px) {

.subfooter { text-align: center; }

.subfooter-content { padding: 40px 0px 40px 0px; }

.subfooter-cta { padding: 40px 0px 40px 0px; text-align: center; }
.subfooter-cta-item { padding: 0px 0px 20px 0px; }


}

@media only screen and (max-width: 800px) {

.subfooter-content { padding: 40px 0px 40px 0px; }
.subfooter-shop  { padding: 0px 0px 20px 0px; }
.subfooter-info  { padding: 0px 0px 20px 0px; }
.subfooter-confidence  { padding: 0px 0px 0px 0px; }

}

@media only screen and (max-width: 1024px) {

.subfooter-cta { padding: 40px 0px 40px 0px; }
.subfooter-cta h4 { font-size: 16px; }
.subfooter-content h3 { font-size: 14px; }

}

/* footer */

.dffooter { background: #fcf8f9; padding: 40px 0px 40px 0px; text-align: center; }
.dffooter p { font-size: 12px; color:#333; }
.dffooter-menu { }
.dffooter ul { margin-bottom: 0px !important; }
.dffooter-menu li { display: inline-block; margin: 0px 5px 0px 5px;  font-size: 12px; }

.dffooter-menu a { color:#333; }
.dffooter-menu a:active { color:#333; }
.dffooterr-menu a:visited { color:#333; }
.dffooter-menu a:hover { color:#333; text-decoration: underline !important; }

@media only screen and (max-width: 640px) {

.footer-copyright { text-align: center; }

.footer-links { text-align: center; }
.footer-links li { display: inline-block; margin: 0px 10px 0px 10px; }

}

/* forms */

.form-group { }
.form-group input[type=text] { font-family: 'Roboto', sans-serif; box-shadow:none; font-size:14px; -webkit-appearance: none; color:#212121; -webkit-border-radius:0px; border-radius:0px; border:1px solid #e8e8e8; }
.form-group input[type=password] { box-shadow:none; font-size:14px; -webkit-appearance: none; color:#212121; -webkit-border-radius:0px; border-radius:0px; border:1px solid #e8e8e8;  }
.form-group textarea { box-shadow:none; font-size:14px; -webkit-appearance: none; color:#212121; -webkit-border-radius:0px; border-radius:0px; border:1px solid #e8e8e8; }
.form-group label { font-family: 'Roboto', sans-serif; font-size:14px; padding:0; margin:0px 0px 5px 0px; color:#212121; letter-spacing: 1px;  }
.form-group select { background:url(/images/adown.png) no-repeat; background-position: right 8px bottom 12px; background-color:#fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size:14px; box-shadow:none; color:#212121; cursor:pointer; -webkit-border-radius:0px; border-radius:0px; border:1px solid #e8e8e8; }
.form-group input[type=date] { box-shadow:none; font-size:14px; -webkit-appearance: none; color:#212121; -webkit-border-radius:0px; border-radius:0px; border:1px solid #e8e8e8; min-height: 2.5rem; }

   
.form-control { color:#737373; font-size:14px; border-radius:0px; }

.alert li { font-size:13px; }
.alert { margin-top:20px; }

.error-red { color:#ed1c24; }

.checkbox-inline,
.checkbox-inline + .checkbox-inline,
.checkbox-inline + .radio-inline,
.radio-inline,
.radio-inline + .radio-inline,
.radio-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}

.checkbox-inline:last-child,
.radio-inline:last-child {
    margin-right: 0;
}


/* buttons */



.button-white {
display: inline-block;
  padding: 8px 24px 8px 24px;
  color: #212121 !important;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  letter-spacing:1px;
  background-color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-size:15px;
  font-weight:700;
  text-transform: uppercase;
  cursor:pointer;
  -webkit-appearance: none; 
}

.button-white:hover {
  background-color: #212121;
  color: #fff !important;
   border: 1px solid #212121;
}

.button-white:visited {  color: #fff; }


.button-black {
display: inline-block;
  padding: 8px 24px 8px 24px;
  color: #fff !important;
  border: 1px solid #212121;
  text-align: center;
  outline: none;
  text-decoration: none;
  letter-spacing:2px;
  background-color:#212121;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  font-weight:600;
  text-transform: uppercase;
  cursor:pointer;
  -webkit-appearance: none; 
}

.button-black:hover {
  background-color: #363636;
  color: #fff !important;
   border: 1px solid #363636;
}

.button-black:visited {  color: #fff; }

.button-black-small {
display: inline-block;
  padding: 4px 16px 4px 16px;
  color: #fff !important;
  border: 2px solid #212121;
  text-align: center;
  outline: none;
  text-decoration: none;
  letter-spacing:2px;
  background-color:#212121;
  font-family: 'Roboto', sans-serif;
  font-size:12px;
  font-weight:600;
  text-transform: uppercase;
  cursor:pointer;
  -webkit-appearance: none; 
}

.button-black-small:hover {
  background-color: #808080;
  color: #fff !important;
   border: 1px solid #808080;
}

.button-black-small:visited {  color: #fff; }



.button-outline-black {
display: inline-block;
  padding: 8px 24px 8px 24px;
  color: #212121 !important;
  border: 2px solid #212121;
  text-align: center;
  outline: none;
  text-decoration: none;
  letter-spacing:1px;
 font-family: 'Roboto', sans-serif;
  font-size:14px;
  font-weight:600;
  text-transform: uppercase;
  -webkit-appearance: none; 
  cursor:pointer;
  background:none;
}

.button-outline-black:hover,.button-outline-black
.button-outline-black:active {
  background-color: #212121;
  color: #fff !important;
   border: 2px solid #212121;
}

.button-outline-black:visited {  color: #212121; }


.button-outline-black-small {
display: inline-block;
  padding: 4px 16px 4px 16px;
  color: #212121;
  border: 2px solid #212121;
  text-align: center;
  outline: none;
  text-decoration: none;
  letter-spacing:1px;
 font-family: 'Roboto', sans-serif;
  font-size:12px;
  font-weight:600;
  text-transform: uppercase;
  -webkit-appearance: none; 
  cursor:pointer;
  background: #fff;
}

.button-outline-black-small:hover {
  background-color: #212121 !important;
  color: #fff !important;
   border: 2px solid #212121;
}

.button-outline-black-small:active {
  background-color: #212121 !important;
  color: #fff !important;
   border: 2px solid #212121;}

.button-outline-black-small:visited {  color: #212121 !important; }

.btn-small { font-size:11px !important; padding:6px 10px 6px 10px;}
.btn-default { font-family: 'Arvo', serif; letter-spacing:2px; text-transform:uppercase; font-size:13px; }
.btn-primary { background-color:#ec161e; border-color:#ec161e; border-radius:0px; }
.btn-primary:hover { background-color:#ec161e; border-color:#ec161e; border-radius:0px; }

.btn-go-right { text-align:right; }
.btn-go-left { }

@media only screen and (max-width: 800px) {

.btn-go-right { text-align:center; }
.btn-go-left { text-align:center; margin-bottom:10px; }
.button-left { margin-bottom: 10px; }

}

/* no more tables */

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.form-honeypot-hidden {
  display: none;
 
}

/* modals */

.modal-header { background-color:#fff; }
.modal-content { border-radius:0px; background-color:#fff; }
.modal-close-area { padding:10px; }
.modal-body h2 { font-weight:700; }
.modal-title { font-family: 'Roboto', sans-serif; font-size:16px; font-weight: 600; padding:0px !important; letter-spacing:1px; color:#212121; }


@media only screen and (max-width: 640px) {

.modal-search-field { margin-bottom: 20px; }

}

/* paging */

.paging-area { margin: 30px 0px 0px 0px; }

.page-link { color: #212121; }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #212121;
    border-color: #212121;
	}

    
/* full width images */

.full-width img {
  width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}

.pagination li { margin: 0px 3px 5px 3px; } 

/* sub nav */

.subnav { margin: 0px 0px 30px 0px; }
.subnav h4 { text-transform: uppercase; font-weight: 600; letter-spacing: 1px; margin: 0px 0px 20px 0px; }
.subnav a { color: #000; }
.subnav a:active { color: #000; }
.subnav a:visited { color: #000; }
.subnav a:hover { color: #808080; }

/* sidebar widgets */

.efsidebar { }
.efsidebar h3 { text-transform: uppercase; font-weight: 600; margin: 0px 0px 20px 0px; }
.efsidebar li { margin: 0px 0px 15px 0px; }

/* faq */

.faqnew { }
.faqnew h4 { font-size: 16px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.faqnew h4 a { color: #000; }
.faqnew h4 a:active { color: #000; }
.faqnew h4 a:visited { color: #000; }
.faqnew h4 a:hover { color: #808080; }

/* add to cart */

.addtocart-area { padding: 20px; border: 1px #333 solid; margin: 30px 0px 0px 0px; }



/* bottom subscribe widget */

.widget-bottom-subscribe { margin: 40px 0px 0px 0px; }

/* checkbox */

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    color: #34495E;
    padding:0px 0px 0px 10px;
}

.checkbox > input {
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
  }

.checkbox > input:checked {
    border: 1px solid #ccc;
    background-color: #fff;
}

.checkbox > input:checked + span::before {
    content: '\f00c';
    display: block;
    text-align: center;
    color: #555;
    position: absolute;
    left: 2px;
    top: -2px;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.checkbox > input:active {
    border: 1px solid #ccc;
}

/* layaway */

.layaway { width: 400px; padding: 30px 0px 0px 0px; }
.layaway h4 { font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.layaway a { color: #212121; text-decoration: underline; }
.layaway a:active { color: #212121; text-decoration: underline; }
.layaway a:visited { color: #212121; text-decoration: underline; }
.layaway a:hover { color: #212121; text-decoration: underline; }


@media only screen and (max-width: 640px) {

.layaway { width: 100%; padding: 30px 0px 0px 0px; }

}

/* questions */

.questions-button { position: fixed; bottom: 20px; right: 20px; z-index: 100; }

/* designer sale */

.menunotification { background-color: #9e0b0f; padding:10px 0px 10px 0px; width:100%; z-index:1; position: absolute; top:92px; left: 0px; text-align: center; }
.menunotification p { color: #fff; text-transform: uppercase; font-size: 16px; letter-spacing: 1px; font-weight: 700; }
.menunotification a { color: #fff; }
.menunotification a:active { color: #fff; }
.menunotification a:visited { color: #fff; }
.menunotification a:hover { color: #fff; }

.menunotification-inner { background-color: #9e0b0f; padding:10px 0px 10px 0px; width:100%;  text-align: center; }
.menunotification-inner p { color: #fff; text-transform: uppercase; font-size: 16px; letter-spacing: 1px; font-weight: 700; }
.menunotification-inner a { color: #fff; }
.menunotification-inner a:active { color: #fff; }
.menunotification-inner a:visited { color: #fff; }
.menunotification-inner a:hover { color: #fff; }

@media only screen and (max-width: 1024px) {

.menunotification { top:84px; }

}

@media only screen and (max-width: 640px) {

.menunotification-inner p { color: #fff; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; font-weight: 700; }

}

.menunotification-mobile { background-color: #9e0b0f; padding:10px 0px 10px 0px; width:100%; text-align: center; }
.menunotification-mobile p { color: #fff; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; font-weight: 700; }
.menunotification-mobile a { color: #fff; }
.menunotification-mobile a:active { color: #fff; }
.menunotification-mobile a:visited { color: #fff; }
.menunotification-mobile a:hover { color: #fff; }

/* upsell */

.cart-upsell-content { text-align: center; margin-bottom: 20px; }

@media only screen and (max-width: 640px) {

.cart-upsell-content { }

}

/* Google Map */

 .map-responsive {
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* make an offer */

.marker-offer { position:absolute; bottom:5px; left:0px; background-color:#363636; text-align: center; padding:8px 8px 8px 8px; color:#fff !important; text-transform:uppercase; font-size:11px; width: 100%;  opacity: 0.9; letter-spacing: 1px; }

/* live shopping */

.live-logo { margin: 0px 0px 30px 0px; text-align: center; }

.live-intro { margin: 0px 0px 20px 0px; }
.live-intro h2 { font-family: 'Oswald', sans-serif; font-size: 34px; line-height:38px; font-weight: 700; color: #363636; text-transform: uppercase; margin-bottom: 10px; }
.live-intro h3 { font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 300; color: #363636; text-transform: uppercase; margin-bottom: 20px; }

.live-current {  margin: 30px 0px 30px 0px;  }
.live-current-desc {  margin: 30px 0px 30px 0px;  }
.live-current-desc h3 { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700; color: #363636; margin-bottom: 10px; text-transform: uppercase; }

.livehow { padding: 20px; }
.livehow img { margin-bottom: 20px; }

@media only screen and (max-width: 640px) {

.live-current { text-align: center; margin: 30px 0px 10px 0px;  }
.live-current-desc { text-align: center; }

}

/* notification bar*/

.notification-bar { background-color: #ed1c24; padding: 10px 0px 10px 0px; text-align: center; }
.notification-bar-title { font-family: 'Open Sans', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: #fff; }
.notification-bar-subtitle { font-family: 'Open Sans', sans-serif; font-size: 11px; font-weight: 400; color: #fff; }

/* fur storage */

.storage-intro { margin: 0px 0px 40px 0px;  }
.storage-intro-steps { padding: 40px 0px 0px 0px; margin: 0px 0px 40px 0px; border-top: solid #ccc 1px;  }
.storage-intro-steps-desc { margin: 0px 0px 40px 0px; text-align: center; }
.storage-steps-item { margin: 0px 0px 30px 0px; text-align: center; }
.storage-steps-item h3 { padding: 0; margin: 20px 0px 15px 0px; }
.storage-price-item { margin: 0px 0px 30px 0px;  }
.storage-intro-pricing { padding: 40px 0px 40px 0px; margin: 0px 0px 40px 0px; border-top: solid #ccc 1px;  border-bottom: solid #ccc 1px; }
.storage-customer { padding: 40px 0px 40px 0px; margin: 0px 0px 0px 0px; border-top: solid #ccc 1px;  }

@media only screen and (max-width: 640px) {

.storage-intro { padding: 0px 20px 0px 20px; }
.storage-intro-steps { padding: 40px 20px 0px 20px; }
.storage-intro-img { margin: 0px 0px 20px 0px; }
.storage-intro-pricing { padding: 40px 20px 0px 20px; }

}

/* coupon CTA*/

.coupon-cta { background-color: #f7f7fa; padding: 10px 20px 10px 20px; text-align: center; }
.coupon-cta p { font-family: 'Open Sans', sans-serif; font-size: 15px; letter-spacing: 1px; color: #111; }

/* Fur liquidation */

.home-liquidation-banner { text-align: center; min-height: 400px; margin: 60px 0px 30px 0px; padding: 100px 100px 0px 100px; }
.home-liquidation-banner h2 { font-family: 'Oswald', sans-serif; font-size:36px; margin-bottom:10px !important; margin-top: 30px; text-transform: uppercase; font-weight: 500;  line-height: 46px; color: #363636; }

.home-liquidation-banner h2 span { background-color: #fff; padding: 0px 20px 0px 20px; }
.home-liquidation-banner h4 { font-family: 'Oswald', sans-serif; font-size:16px; margin-bottom:10px !important; color: #fff; text-transform: uppercase; padding: 20px 0px 10px 0px; }


@media only screen and (max-width: 640px) {

.home-liquidation-banner { min-height: 100%; height: 100%; margin: 0px 0px 30px 0px; padding: 40px 20px 40px 20px; }
.home-liquidation-banner h2 { font-family: 'Oswald', sans-serif; font-size:22px; margin-bottom:10px !important; margin-top: 30px; text-transform: uppercase; font-weight: 500;  line-height: 46px; color: #363636; }
.home-liquidation-banner h2 span { background-color: #fff; padding: 0px 10px 0px 10px; }
.home-liquidation-banner h4 { font-size:16px; margin-bottom:10px !important; color: #fff; padding: 10px 0px 10px 0px; }

}

/* promo product banner */

.product-promo-grid-panel { position: absolute; bottom: 0px; left: 0px; background-color: #222; text-align: center; padding: 8px 8px 8px 8px; width: 100%; opacity: 0.8; }
.product-promo-grid-panel p { font-size: 11px; color: #fff; margin: 0; padding: 0; opacity: 1; }
.product-promo-banner { background: #ed1c24; padding: 15px; text-align: center; }
.product-promo-banner p { font-size: 12px; color: #fff; }

/* context blocks */

.home-model-content { padding: 60px 0px 0px 0px; }

.content-block-text { margin: 0px 0px 30px 0px; }
.video-content-block { margin: 0px 0px 30px 0px; }

.contentblock-img-left { margin: 20px 0px 20px 0px; border: solid 1px #ebebeb; }
.contentblock-img-left-img { height: 350px; }
.contentblock-img-left-content {  padding: 30px 60px 0px 60px; }
.contentblock-img-left-content h3 { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; color: #363636; text-transform: uppercase; margin-bottom: 10px; }
.contentblock-img-left-content h4 { font-size: 16px; line-height: 22px; font-weight: 400; color: #2e2e2e; margin-bottom: 15px; text-transform: uppercase; }

.contentblock-img-right { margin: 20px 0px 20px 0px; border: solid 1px #ebebeb; }
.contentblock-img-right-img { height: 350px; }
.contentblock-img-right-content {  padding: 30px 60px 0px 60px; }

.contentblock-img-right-content h3 { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; color: #363636; text-transform: uppercase; margin-bottom: 10px; }
.contentblock-img-right-content h4 { font-size: 16px; line-height: 22px; font-weight: 400; color: #2e2e2e; margin-bottom: 15px; text-transform: uppercase; }

@media only screen and (max-width: 800px) {

.contentblock-img-left { margin: 20px 0px 20px 0px; }
.contentblock-img-left-img { height: 250px; }
.contentblock-img-left-content {  padding: 30px 40px 30px 40px; }
.contentblock-img-left-content h3 { font-size: 18px; line-height: 24px; }
.contentblock-img-left-content h4 { font-size: 14px; line-height: 20px; }

.contentblock-img-right { margin: 20px 0px 20px 0px; }
.contentblock-img-right-img { height: 250px; }
.contentblock-img-right-content {  padding: 30px 40px 30px 40px; }
.contentblock-img-right-content h3 { font-size: 18px; line-height: 24px; }
.contentblock-img-right-content h4 { font-size: 14px; line-height: 20px; }

}

/* group */

.group-area { background-color: #fff; padding: 30px 0px 30px 0px; }
.group-items { text-align: center; }
.group-items li { display: inline-block; padding: 0; margin: 0px 40px 0px 40px; vertical-align: middle; }
.group-items li img { width: 150px; }

@media only screen and (max-width: 640px) {

.group-item-label { margin-bottom: 15px; }

}