
  @import url(//fonts.googleapis.com/css?family=Fanwood+Text);
  @import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
  
/*************************************Header**************************************/

body{font-family: 'Fanwood Text', serif; color: #707070;}
header{   font-family: 'Fanwood Text', serif;   background: #fff repeat scroll 0 0;padding: 0;position: absolute;top: 0;width: 100%;z-index: 5;}
section#contentHolder {    max-width: 1220px;margin: auto;margin-top: 133px;}
header .container{padding:0;}
input:not([type=submit]), select, textarea { color: #6c6c6c !important; font-family: 'Century Gothic', 'Didact Gothic', sans-serif !important; }
#header-top {background-color:#fff; margin: auto; border-bottom: 1px solid #5a5a5a;}
#contentHolder .row  {min-width: 100%;}
a.webAdmin { background: url("/images/icons/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 48px; width: 48px; position: absolute; top: 0; z-index: 98; display: block; }
div.header-top-links {
    background: none;
    color: #FFF;
	width: 100%;
    height: 50px;
    margin: 0;
	padding-top: 14px;
	font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}
.header-top-links a{
    border-left: 1px solid #707070;
    color: #707070;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    
    margin: 2px 10px 0 0;
    padding: 0 0 0 8px;}
    .header-top-links a:first-of-type{border: none;}
    .header-top-links a:last-of-type{margin-right: 0;}
    .logo img {
        max-width: 100%;
    }
.header-search form{
    background: none;
    border: medium none;
    height: 27px;
    width: 212px;
}
.header-search input{
    color: #707070;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 27px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 170px;
    font-family: 'Didact Gothic', sans-serif;
    border: 1px solid #d3d3d3;
	outline: none;
}
.header-search button{
margin:0;
padding: 0;
background: none;
border: none;
}

.header-account{
    float: none;
    height: 27px;
    margin: 0;
    position: relative;
	font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
	font-weight: bold;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-account a{    color: #707070;
    float: left;
    margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
}
.header-account span.header-shopping-item {
    color: #707070;
    float: left;
    font-size: 13px;
    margin: 5px 0 0 2px;
}

.header-account a.header-bag {
    margin: 0 -6px 0 5px;
    background: url(/images/shopping-bag.png) no-repeat;
    width: 30px;
    height: 31px;
    background-size: 88%;
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-account .header-shopping-count {
    color: #FFF;
    font-size: 13px;
    font-family: 'Didact Gothic', sans-serif;
    background: #575757;
    height: 10px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 9px;
    left: 9px;
	border-radius: 50%;
}

span.shop-bag {
    position: absolute;
    height: 30px;
    width: 30px;
    color: transparent;
}

.header-account span.header-shopping-total {
    color: #707070;
    float: right;
    font-size: 13px;
    margin: 4px 15px 0 0;
    font-family: 'Didact Gothic', sans-serif;
}
div#navbarSupportedContent {
    float: left;
    height: 38px;
    margin: 0;
    position: relative;
    width: 100%;
	flex: 0 1 auto;
}
div#navbarSupportedContent>ul{width: 100%;}

div#navbarSupportedContent>ul li a {
    background: none;
    color: #707070;
    float: left;
    font-size: 18px;
	font-family: Garamond Pro, Georgia;
    position: relative;
    width: auto;
    text-transform: lowercase;
	padding-top:0px;
	padding-bottom: 0;
}
div#navbarSupportedContent>ul li .dropdown-toggle::after{display: none;}

/* .dropdown-menu.mega-menu.show{transform:none !important;} */
/****** INDEX CONTENT ***/

a.left.carousel-control {
    left: 30px;
}
.carousel-control {
    position: absolute;
    top: 45%;
}
a.right.carousel-control {
    right: 30px;
}

    div#indexSlider div#carouselExampleIndicators .carousel-indicators {
    padding-bottom: 1.5%;
    margin-right: 15%;
    bottom: 6% !important;
    left: 0% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    }
    div#indexSlider div#carouselExampleIndicators .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    text-indent: 9999;
    height: 15px;
    width: 15px;
    margin-right: 0% !important;
    margin-left: 0% !important;
    background: url(images/hp_main_banner_slider_icon_2.png) no-repeat scroll 0 0;
}
div#indexSlider div#carouselExampleIndicators .carousel-indicators li.active {
    position: relative;
    -ms-flex: 0 1 auto;
    margin-right: 0% !important;
    margin-left: 0% !important;
    text-indent: 9999;
    background: url(images/hp_main_banner_slider_icon.png) no-repeat scroll 0 0;
}

    #index .container{max-width:1000px ;width:100%;}
    #smallbanner{margin: 4% 0 2% 0;}
    #smallbanner .row a img {width:100%;}
    #promo{margin: 2% 0;}
    #promo img{width:100% ;}
    #promo .row h1 {font-size:64px; font-weight: Regular; text-transform: uppercase; color: #fc9f0c;}
    #promo .row p {font-size:16px; font-weight: Regular; color: #494440;}
    #endbanner{margin: 3% 0;}
#endbanner img{width: 100%; max-width: 174px;}


div#firstslider{margin:3% 0; }
div#firstslider h1{font-size:48px; font-weight: bold; text-transform: uppercase; color: #373535;}

div#firstslider img{width: 100%;}
div#best{margin:5% 0;}


#owl-index1-featured{padding: 0px;}
#owl-index1-featured .owl-nav .owl-prev ,
#owl-index2-featured .owl-nav .owl-prev  {
    background: url(../images/leftarrow.png) no-repeat scroll 0 0;
    height: 34px;
    padding: 0;
    position: absolute;
    left: -5%;
    text-indent: -9999px;
    top: 30%;
    width: 19px;
     display:block;}
     #owl-index1-featured .owl-nav .owl-next,
     #owl-index2-featured .owl-nav .owl-next {
        background: url(../images/rigtharrow.png) no-repeat scroll 0 0;
        height: 34px;
        padding: 0;
        position: absolute;
        right: -5%; 
        text-indent: -9999px;
        top: 30%;
        width: 19px;
         display:block;}


         .owl-carousel .owl-item li {list-style-type: none;}


/****** INDEX CONTENT ***/
.oneContentHolder{width:100% !important;}
.oneContentHolder img.ruler{width:100% !important;}

/************************************* START CATEGORY PAGE **************************************/
.breadcrumb { background:none; border-radius:0; padding:15px 0 10px 0; max-width:100%; margin:0 0 0 0; display:table; width:100%;}
.breadcrumb li { display:inline-block;}
.breadcrumb li, .breadcrumb a { color:#000000; font-size:14px;  text-transform:capitalize; }
.breadcrumb a {text-decoration: underline;}
.breadcrumb > .active, .breadcrumb > .active a {color:#000000;}
.breadcrumb > .active a {text-decoration: underline;}
.breadcrumb > li + li::before { content: ">"; color:#000000; padding:0px 6px; text-decoration: none;}
.breadcrumb > a + a::before { content: ">"; color:#000000; padding:0px 6px; text-decoration: none;}
.breadcrumb a[title="Home"]:after {
    content: ">";
    padding: 0 6px;
}
/********* SIDE NAV BAR ***********/
#catPageInner { /*display:table; width: 100%;*/ }
#catPageInner article.paddedContent * { font-family: 'Century Gothic', 'Didact Gothic', sans-serif;}
.sideNav { padding-left: 0; }
#sideNavbar { padding:0; display:block;}
.panel-default>.panel-heading { background:none; }
.panel-group .panel+.panel {margin-top: 0px; position: relative;}
.panel-group {margin-top: 0;  }
.panel-collapse {/*background-color:rgba(220, 213, 172, 0.5);*/ width: 100%; float: left;}
.glyphicon { margin-right:10px; }
/*.menu-hide .panel-default>.panel-heading {  color: #fff; background-color: #8e8c8c; border-color: #ddd;}*/




.panel-heading { padding:0 0;}
.panel-title { 
	margin:0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 30px;
    min-width: 170px;
}
.panel-default { border:none; float: left; width: 100%; padding: 0 0 7px 0;}
.panel-group .panel { }
 
.panel-title  a { color:#707070; width:100%; display:inline-block; text-transform: uppercase; font-size: 16px; font-weight: bold;}
.panel-title a:hover, .panel-title a:active, .panel-title a:focus, .panel-title .open a:hover, .panel-title .open a:active, .panel-title .open a:focus  {	text-decoration:none; /*color:#231f20;*/ }
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a { }
.caret { border:none; position:absolute; top:8px; right:0; background:url('../images/cp_minus_sign.png'); width:14px; height:3px; }
.panel-title a[aria-expanded="true"] .caret { background:url('../images/cp_plus_sign.png'); width:14px; height:14px; top:1px; }



ul.list-group {	margin:0; float:left; width: 100%; padding: 15px 0 0 20px; display: inline-block;}
ul.bulletlist li {	list-style:disc;}
ul.list-group li {/*border-bottom: 1px dotted rgba(0,0,0,0.2);*/ list-style:none; height:auto;  padding:0; float:left; width:100%;}
ul.list-group  li a { display:block; margin:0 0 12px 0; text-decoration:none; color: #707070; font-size: 15px; text-transform:lowercase; line-height:normal; width:100%; padding: 0 0 0 0; float:left; font-weight:normal; font-family: "Fanwood Text",serif;}
 
 
 ul.list-group  li a.navlink2 { display:block; margin:0 0 12px 0; text-decoration:none; color: #707070; font-size: 15px; text-transform:lowercase; line-height:normal; width:100%; padding: 0 0 0 0; float:left; font-weight:bold; font-family: "Fanwood Text",serif;}

 
ul.list-group  li a span { float:left; width:100%; font-size: 15px; color: #707070; font-weight: normal; font-family: "Fanwood Text",serif;}
ul.list-group  li a.selected span { width: 80%; margin: 0 0 0 20px;}
ul.list-group  li .shopLink {width: 151px; height: 27px; background: #ffffff; border: 1px solid #D3D3D4; float: left; margin: 3px 0 0 0; text-transform: capitalize; color: #000000; font-size: 12px;}

ul.list-group  li .sublist-group { float: left; margin: 0; padding: 0 0 0 20px; width: 100%;}
ul.list-group  li {margin: 0; padding: 0;}
ul.list-group  li .sublist-group a.subcat {padding: 0; margin:0 0 12px 0; font-weight:normal;}
ul.list-group  li .sublist-group a.subcat span {font-weight:normal;}
ul.list-group  li a.viewmore {padding: 0; margin: 0; font-weight: bold;}

ul.list-group li .btn-circle {background:url('../images/checkbox_off.gif') no-repeat 0 0; width:15px; height:15px; padding:0; margin:2px 6px 0 0; border:none; float:left;}	
ul.list-group li.navlink2 .btn-circle { background:url('../images/checkbox_on.gif') no-repeat 0 0; width:15px; height:15px; padding:0; margin:1px 8px 0 0; border:solid 1px #e4e4e4; float:left;}	
ul.list-group li.navlink2 a { color:#707070; font-size: 15px; font-weight: bold;}
ul.list-group li.navlink2 a span { color:#707070; font-size: 15px; font-weight: bold;}
ul.list-group  li a:hover, ul li a:focus { }


#collapseFour  .clearall {float: left; width: 100%; height: auto; color: #707070; font-size: 15px; font-weight: normal; text-transform: lowercase; padding: 0 0 10px 0;}
#collapseFour ul.list-group {padding: 5px 0 0 0;}
#collapseFour ul.list-group li {width: 21%; border: 1px solid #e2e2e2; text-align: center; margin: 0 1% 5px; line-height: 20px;
height: 20px; float: left; display: inline-block;}
#collapseFour ul.list-group li.selected { background-color: #F5F3F1; border-color: #707070; } 
#collapseFour ul.list-group li a {font-family: "Didact Gothic",sans-serif; font-size: 13px; margin: 0;}
#collapseFour ul.list-group li a span {font-family: "Didact Gothic",sans-serif; font-size: 13px;}

#collapseFour ul.list-group li.navlink2 {border: 1px solid #919191;}
#collapseFour ul.list-group li a {}
#collapseFour ul.list-group li a span {}


#collapseFive ul.list-group {padding: 5px 0 0 0;}
#collapseFive ul.list-group li {width: 21%; border: 1px solid #e2e2e2; text-align: center; margin: 0 1% 5px; line-height: 20px;
height: 22px; float: left; display: inline-block;}
#collapseFive ul.list-group li.selected { border-color: #707070; } 
#collapseFive ul.list-group li a {display: block; height: 20px; width: 100%; border: 1px solid #FFFFFF; background: #000;}
#collapseFive ul.list-group li a img {display: block; height: 20px; width: 100%; opacity: .5;}

#collapseFive ul.list-group li.navlink2 {border: 1px solid #919191;}
#collapseFive ul.list-group li a {}
#collapseFive ul.list-group li a span {}
#collapseFive .clearall {float: left; width: 100%; height: auto; color: #707070; font-size: 15px; font-weight: normal; text-transform: lowercase; padding: 0 0 10px 0;}

/*#collapseSeven ul.list-group {overflow-x: hidden; overflow-y: scroll; height: 300px;}
#collapseSeven ul.list-group li a span {text-transform: uppercase;}
#collapseTen ul.list-group li a span {text-transform: uppercase;}*/
/*#collapseTen { display: table;}
#collapseTen.show {display: none;}
#collapseTen.collapse.overflow {height: 140px; display: block;}
#collapseTen.show.overflow { height: auto;}*/

.overflow {height:135px; overflow:hidden;}

/*#collapseOne { display: table;}
#collapseOne.show {display: none;}
#collapseTwo.collapse.overflow {height: 140px; display: block;}
#collapseTwo.show.overflow { height: auto;}

#collapseThree.collapse.overflow {height: 140px; display: block;}
#collapseThree.show.overflow { height: auto;}


#collapseFour.collapse.overflow {height: 140px; display: block;}
#collapseFour.show.overflow { height: auto;}*/

.shopping { padding-right: 0;}
.banner {float: left; width: 100%; height: auto;}
.banner img { float: left; width: 100%; height: auto;}

.landingbanner {float: left; width: 100%; height: auto;}
.landingbanner a { float: left; width: 100%;}
.landingbanner a img { float: left; width: 100%;}

h1.deptTitle { float: left; color: #756661; font-size: 16px; font-family: "Fanwood Text",serif; width: 100%; padding: 15px 0 0 0;}

.pagethru { margin:0 0 10px 0; display:inline-block; width:100%; height:auto; padding:0; position:relative;}


.sortby { padding-right:0; padding-left: 0; display:inline-block; width:335px; float:left; margin:0 0 0 0;}
.sortby a { margin:0 10px 0 0; font-size:11px; color:#707070; font-weight: normal; text-transform:capitalize; float: left; font-family: 'Century Gothic', sans-serif;}
.sortby strong { font-weight:normal; float:left; font-size:11px; color:#707070;  margin:1px 8px 0 0; font-family: 'Century Gothic', sans-serif;}
.ordering {background:url('../images/select_box_175.gif') no-repeat 0 0; width:175px; height:30px; font-size:12px; color:#000000; padding:0 0 0 2px; text-transform:capitalize; border:none; -moz-appearance:none; -webkit-appearance:none;}


.pagePerHolder { padding:0; display:inline-block;  width: 86px; position: relative; float: left;  margin: 0 0 0 0; position:absolute; right:145px; top:-2px;  }
.pagePerHolder a { margin:0 0 0 3px; font-size:11px; color:#707070; display: inline-table; font-family: 'Century Gothic', sans-serif;}
.pagePerHolder strong {font-size:12px; color:#707070; display: inline-block; margin:0 0 0 0; font-weight:normal; font-family: 'Didact Gothic', sans-serif; }
.pagePerHolder span {font-size:12px; color:#707070; margin:6px 5px 0 20px; font-weight:normal; display: inline-block; font-family: 'Didact Gothic', sans-serif;}
.perPage {background:url('../images/CP_Search_Dropdown_2.png') no-repeat 0 0; width:124px; height:20px; border: 1px solid #d5d6d6; font-size:12px; color:#000000; padding:0 0 0 6px; text-transform:capitalize; text-align:left;}
.pagePerHolder a.viewAll {color: #707070;}


.pagination { border:none; border-radius:0; padding:0; width:auto; float:right; margin: 0px 0 0 0; display: inline-block;}
.pagination strong { float:none;  font-size:12px; color:#707070; padding:0 5px 0 0; font-weight:normal;  font-family: 'Didact Gothic', sans-serif;}
.pagination > li > a, .pagination > li > span /*, .pagination > .active > a*/ { border:none; background:none; border-radius:0;  }
.pagination > li { font-size:12px; color:#707070;  border-radius:0; display: inline-block; float: left;}
.pagination > li > a {font-size:12px; color:#707070;   padding:0px 4px; text-decoration: none;  font-family: 'Didact Gothic', sans-serif; }
.pagination > .pagination-next > a {padding-right: 0;}
.pagination > li > span {}
.pagination > .active > a/*, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover*/ { background:none; border:none; border-radius:0;  color:#707070; font-size:12px; text-decoration: none; font-weight:normal; font-family: 'Didact Gothic', sans-serif; }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { background:none; border:none; color:#707070; font-size:11px; border-radius:0;}
.pagination > .active > a:hover  {}
.pagination > .pagination-next > a { text-transform: capitalize; /*background:url('../images/CP_Right_Arrow.png') no-repeat 0 0; width:11px; height:16px;*/}
.pagination > .pagination-previous > a { text-transform: capitalize;  /*background:url('../images/CP_Left_Arrow.png') no-repeat 0 0; width:11px; height:16px;*/}
.pagination > .dot a {text-decoration: none;}



.bottom { margin: 15px 0 15px 0;}
.bottom  .sortby {display:none !important;}
.bottom .pagePerHolder {}
.bottom .pagination { /*position: relative !important; float: right !important;*/}
.bottom .pagination > .pagination-previous > a {text-transform: capitalize;}
.bottom .pagination > .pagination-next > a {text-transform: capitalize;}

.thumbnails { display:inline-block; margin:0;  padding:0; width:100%; position: relative;}
.thumbnails li.span4 { padding:0; list-style:none; margin:0 0 10px 2.1%; display:inline-block; width: 30.9%; position: relative;}
/*.thumbnails li:nth-of-type(4n+4) { margin:0 0 50px 0; float:right;}
.thumbnails li:nth-of-type(4n+4) .thumbnail {}*/
.thumbnail .caption { padding:5px 0 0; margin: 0 auto; width: 95%;}
.thumbnail { padding:0; border:none; border-radius:0; margin:0 auto; width: 92%; text-align:center; }
.thumbnail a.product { border:none; text-align:center; position:relative; display:inline-block; width: 100%; height: 100%; max-height: 451px; }
.thumbnail a > img { height: auto; max-width: 100%; max-height: 100%; margin: 0 0 0 0; width: 100%; height: 100%;} 
.thumbnail > img { width:auto; height:auto; /*position:absolute; left:0; right:0; top:0; bottom:0;*/ margin:auto;}
.thumbnail p { width: 100%;}
.thumbnail h3 {  color:#000000; font-size:12px; text-align:center; text-transform:uppercase; margin:5px 0 0 0; width: 100%; }
.thumbnail p.desc { font-size:14px; color:#707070; height:auto; margin:0 0 0 0; overflow:hidden; text-transform:lowercase; 
text-align:center; line-height: normal; font-family: 'Georgia';}
.thumbnail p.price { margin:0 0 0 0;}
.thumbnail p.price strong { width:100%; display:inline-block; font-size:13px; font-weight: normal; text-align:center;  font-family: 'Didact Gothic', sans-serif;}
.thumbnail p.price .itemPrice {color:#696969;}
.thumbnail p.price .listPrice {color:#696969;}
.thumbnail p.price .salePrice {color:#bd0000;}
.thumbnail p.color { text-align: center; margin: 0; padding: 0; height: 36px; overflow: hidden;}
.thumbnail p.color a {width: 20px; height: 20px; background: #E6E6E6; background-color: rgb(230, 230, 230); margin: 10px 3px 0 0;
border-radius: 9px; display: inline-block;border: 1px solid #CCC;}
.thumbnail p.cart { float:right; max-width:180px; height:30px; width:100%; margin:0;}
/*.thumbnail .btn-primary {background:url('../images/ProdCat-Button-Cart.png') no-repeat 100%; max-width:180px; width:100%; border:none; text-indent:-9999px; margin:0 auto 0; background-size:100% 100%; height:30px;}
.thumbnail .btn-block {background:url('../images/ProdCat-Button-RolloverSM.png') no-repeat ; max-width:180px; width:100%; border:none; text-indent:-9999px; margin:10px auto 0; background-size:100% 100%; display:none;}*/
.thumbnails li.span4 .quickview {position: absolute; top: 74%; right: 10%; background:url('../images/Quickview.png') no-repeat ; text-indent:-9999px; width: 38px; height: 39px; z-index: 100; display: none;}
.thumbnails li.span4:hover .quickview {display: block;} 

.thumbnails li#trend4 {width: 33%; margin: 0 0 10px 0%;}
.thumbnails li#trend4 .thumbnail { text-align: center; }
.thumbnails li#trend4 a.product { width: auto; display: inline-block;  }
.thumbnails li#trend4 a.product span {
	border: 10px solid #FFF;
    -webkit-box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
    -moz-box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
    box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
		-webkit-box-align: start;
		-moz-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start; }
.thumbnails li#trend4 a.product img {max-width: 300px;  max-height: 100%;}
.thumbnails li#trend4 a.quickview { right: 18%; }

.trendDetails {float: left; width: 100%; text-align: center; margin: 20px 0 0 0;} 
.trendDetails strong { float: left; width: 100%; text-align: center; color: #434343; font-family: 'Fanwood Text', serif; font-size: 15px;}
.trendDescription {float: left; width: 100%; text-align: center; margin: 5px 0 0 0;}
.trendDescription p { float: left; width: 100%; text-align: center; color: #434343; font-family: 'Fanwood Text', serif; font-size: 14px;}

.trends-count { float: left; font-size:11px; color:#707070; font-family: 'Century Gothic', sans-serif;  margin:10px 0 15px 0; line-height: 24px;}
#socialNetworking { float:right; margin:10px 0 15px 0;}
#twitter-widget-0 {margin:3px 4px 0 0;}
/********** END SIDEBAR *************/

/********** NAVBAR TOGGLE *************/
.sideNav .navbar-toggle .icon-bar { background-color: #fff;}
.sideNav .navbar-header { display:none; width:100%; height:auto; float:left;  margin:25px 0 10px 0;}
.sideNav .navbar-toggle {background:none; width:100%; height:auto; color:#000000; font-size:18px; text-transform:uppercase;  border-radius: 0px; margin:0; padding:0; text-align:left; border:none; }
.sideNavdivider { }
.filterProducts { display:block; /* background:url('../images/CP_Dropdown_Arrow.png') no-repeat 97% 15px;*/ width:100%; height:41px; color:#ffffff; background-color:#000000; padding:7px 0 0 10px; font-size:18px;   font-weight:normal; text-transform: uppercase; font-family: 'Fanwood Text';  }
.sideNav .navbar-toggle[aria-expanded="true"] .filterProducts  {/* background:url('../images/CP_Pickup_Arrow.png') no-repeat 97% 15px; background-color:#333333;*/}
.sideNav .navbar-collapse.in {}
/********** END NAVBAR TOGGLE *************/
a.top { float:left; text-align:center;  font-size:14px; color:#e68625; text-decoration:none; display:none;}
a.top img { margin-left:5px;}
/************************************* END CATEGORY PAGE **************************************/


/************************************* QUICK VIEW *******************************
#quickView {box-shadow: 0 0 4px #000 !important; background: url("../images/main_bg_mid.jpg") repeat-y scroll center top !important; width: 100%; max-width: 785px !important; margin: 0 auto; height: 545px !important; overflow: hidden; padding: 0 0 20px 0 !important;}
#prod-container #quickView .productInfo {background: none !important;}
#prod-container #quickView .prod-cont {max-width: 100%;}
#prod-container #quickView .prod-cont {background: none !important; overflow-y: scroll; height: 535px;}
#prod-container #quickView .product-img {}
#prod-container #quickView .product-img a img {width:100%; height:100%;}
#prod-container #quickView .product-img .alternateViews {margin: 13px 0 30px 0 !important;}
#sb-title {width: 100%; background: url("../images/qv_close.gif") no-repeat scroll top right transparent; background-size: auto auto; background-size: 10px 12px; color: black; float: right; font-size: 16px; height: 12px; line-height: 26px; margin-right: 5px; padding-right: 0px; text-align: center; margin: 12px 0 16px 0 !important; cursor: pointer;}
#sb-title a {float: left; margin: -5px 0 0 15px; color: #707070;}  *******/
/************************************* QUICK VIEW **************************************/


/***********************************************Quick View********************************************************************/
section#products2QuickWrapper { margin:0 auto;padding:0px 0px 0px 0px; width:763px;  height:100%; margin-left:0px; float:left; background: #FFF; }
#sb-player section#products2QuickWrapper { max-width: 100%; }
section#products2QuickWrapper #storeLocatorInstructions { padding: 0 20px 5px; margin: 0 0 5px; border-bottom: 1px solid #707070; }
section#products2QuickWrapper div#colorDiv {margin-top: 0;}
section#products2QuickWrapper section#products2-image-alt-views {margin:0px 0px 0px 0px; padding:0px; float:left; width:341px; height:auto; position:relative; }
section#products2QuickWrapper section#products2-image-alt-views article#productContainer {margin:0px; padding:0px; float:left; width:341px;height:498px; text-align:center;}
section#products2QuickWrapper section#products2-image-alt-views article#productContainer a { display: inline-block; width:auto; height:auto; border: 10px solid #FFF; -webkit-box-shadow: 0px 4px 5px 6px rgba(204,204,204,1); -moz-box-shadow: 0px 4px 5px 6px rgba(204,204,204,1); box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);}
section#products2QuickWrapper section#products2-image-alt-views article#productContainer a img.prodImage { width:313px; height:471px;}

/*------- ALT IMG -------*/
section#products2QuickWrapper section#products2-image-alt-views aside#alternateViews {margin:0px; padding:0px; float:left; width:341px; height:115px; margin-top:10px; position:relative; margin-left:0px;}
section#products2QuickWrapper section#products2-image-alt-views aside#alternateViews div#altImgSliderInner {margin:0px; padding:0px; float:left; width:375px; height:115px; margin-right:0px; margin-left:0px; overflow:hidden;}
section#products2QuickWrapper section#products2-image-alt-views aside#alternateViews div#altImgSliderInner article#altimageproducts {margin:0px 5px 0px 0px; background:url(/images/prod_image_xs_bg.gif) no-repeat; padding:0px; float:left; width:80px; height:115px;}
section#products2QuickWrapper section#products2-image-alt-views aside#alternateViews div#altImgSliderInner article#altimageproducts a {margin:0px; padding:0px; float:left; text-align:center; width:80px; height:115px;}
section#products2QuickWrapper section#products2-image-alt-views aside#alternateViews div#altImgSliderInner article#altimageproducts a img { margin:3px auto 0; height: 104px; width: 70px;}
section#products2QuickWrapper section#purchasing {margin:0px; padding:0px; float:left; width:311px; height:auto; margin-left:20px; margin-top:0px;}
section#products2QuickWrapper section#purchasing h1#name {margin:0px; padding:0px; float:left; width:100%; height:auto; color:#696969; font-size:24px; font-weight: normal; }
section#products2QuickWrapper section#purchasing h1#vendor {margin:0 0 5px; padding:0px; float:left; width:100%; height:auto; color:#c8c8c8; font-size:14px; font-weight: normal; font-family: 'Didact Gothic', sans-serif; }
section#products2QuickWrapper section#purchasing h1#itemNum {margin:0px; padding:0px; float:left; color:#696969; font-size:12px; font-family: 'Didact Gothic', sans-serif; font-weight:normal; width:100%; line-height:14px;}
section#products2QuickWrapper section#purchasing h4 {margin:0px; padding:0 10px 0 0; float:left; font-size:19px; font-family: 'Didact Gothic', sans-serif; font-weight:normal; margin-top:5px; }
section#products2QuickWrapper section#purchasing h4#listPrice { color:#B2B4B6; text-decoration: line-through;  }
section#products2QuickWrapper section#purchasing h4#salePrice { color:#B5121B; font-size:19px; font-weight:bold; }
section#products2QuickWrapper section#purchasing h4#ourPrice { color:#696969; }
section#products2QuickWrapper section#purchasing div#description {margin:0px; padding:0px; float:left; color:#696969; font-size:12px; font-family: 'Didact Gothic', sans-serif; margin-top:10px;}
section#products2QuickWrapper section#purchasing div#description ul { list-style-type: circle; }
section#products2QuickWrapper section#purchasing div#description ul li { margin: 5px 0 5px 20px; }

/*------- RATINGS -------*/
section#products2QuickWrapper section#purchasing div#reviewsStars {margin:0px; padding:0px; float:left; width:100%; height:20px; margin-top:12px;}
section#products2QuickWrapper section#purchasing div#reviewsStars img.sepRev {margin:0px; padding:0px; float:left; margin-left:10px;}
section#products2QuickWrapper section#purchasing div#reviewsStars span#stars {margin:0px 0px 0px 0px; padding:0px; float:left; width:auto; margin-right:15px;}
section#products2QuickWrapper section#purchasing div#reviewsStars span#stars img {margin:0px; padding:0px; float:left; margin-right:1px;}
section#products2QuickWrapper section#purchasing div#reviewsStars a.readReviews {margin:0px; padding:0px; float:left; color:#696969; font-size:10px; font-family: 'Didact Gothic', sans-serif; text-decoration:none;}
span.reviewSep { margin:0; padding:0; float:left; width:auto; height:auto; margin-left:6px; margin-right:6px; color:#696969; font-size:10px;}
section#products2QuickWrapper section#purchasing div#reviewsStars a.writeReview {margin:0px; padding:0px; float:left; color:#696969; font-size:10px; font-family: 'Didact Gothic', sans-serif; text-decoration:none;}
.products2-customer-reviews-individual-containers { margin: 10px 0 0; padding: 10px 0 5px; border-top: 1px solid #D3D3D3; float: left; width: 100%; }

/*------- YOU MAY ALSO LIKE -------*/
section#products2QuickWrapper section#youMayLikeItemsProd { float: right; height: auto; margin: 8px 0 0 0px; width: 122px; margin-left:20px;}
section#products2QuickWrapper section#youMayLikeItemsProd span.heading{color: #707070; float: left; font-size: 11px; font-style:italic; width:118px; text-align:center;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner {background: none; height: auto; overflow: hidden;position: relative; width: 122px; margin-top:20px;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner div{overflow:hidden; padding:0; margin-left:0px; width:122px; height:auto; float:left; margin-top:0px; position:relative;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner article.productlisting {background:url(../images/prod_detail_recommend_bg1.gif) no-repeat !important; float:left; width:122px; height:179; margin-bottom:5px;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner article.productlisting article.prdoImage { background:none; width:122px; height:179px;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner article.productlisting article.prdoImage a.image{ margin:0; padding:0; width:122px; height:auto; background:none !important; border:none; text-align:center;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner article.productlisting article.prdoImage a.image img { height:160px; width:103px; margin-top:9px;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner article.productlisting a.name { margin:0; width:100%; font-size:9px; color:#707070; text-align:center; text-transform:capitalize; height:auto; margin-top:3px;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner article.productlisting p.pricing { width:100%; height:auto; float:left; margin:0; padding:0;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner article.productlisting p.pricing strong.itemPrice { margin:0; width:100%; font-size:8px; color:#707070; font-family: 'Didact Gothic', sans-serif; text-align:center;}
section#products2QuickWrapper section#youMayLikeItemsProd div#weRecommendProductsInner article.productlisting a.brand { display:none;}

/*-------- iFRAME ---------*/
section#products2QuickWrapper hr.ruler {background:url(../images/ruler_310.gif) no-repeat; width:310px; height:1px; float:left; margin-top:10px; margin-bottom:5px;}
section#products2QuickWrapper div#iframeSection { margin:0; padding:0; float:left; width:100%; height:auto;}
section#products2QuickWrapper div#iframeSection iframe#products2-iframe {margin:0px; padding:0px; float:left; width:310px; min-height:375px;}

/*------- LOCATION SECTION -------*/
section#products2QuickWrapper section#purchasing section#yourLocation {margin:-30px 0 0; padding:0 0 10px; background:none; float:left; width:100%; height:auto; padding-top:3px; border-bottom: 1px solid #C8C7C7; font-family: 'Didact Gothic', sans-serif;}
section#products2QuickWrapper section#purchasing section#yourLocation div.location { width:100%; padding: 5px 0; color: #696969; font-weight: 300;}
section#products2QuickWrapper section#purchasing section#yourLocation input { display:block; border: 1px solid #C8C7C7; height:23px; float: left; color:#58595B; text-indent: 5px;}
section#products2QuickWrapper section#purchasing section#yourLocation div.citystateholder { float: left;  }
section#products2QuickWrapper section#purchasing section#yourLocation select { display:block; border: 1px solid #C8C7C7; height:25px; float: left; color:#58595B;}
section#products2QuickWrapper section#purchasing section#yourLocation span.oar { display: block; float:left; font-weight: 900; font-style: italic; font-size: 10px; padding: 3px 3px 10px 1px; color: #C7C9CA; text-align: center;}
section#products2QuickWrapper section#purchasing section#yourLocation span.miles { color: #696969; padding: 0 0 0 5px; }

/*------- LOCATION NOTE SECTION -------*/
section#products2QuickWrapper section#purchasing section#yourLocationNote {margin:0px; padding:0 0 10px; background:none; float:left; width:100%; height:auto; margin-top:12px; padding-top:3px; font-weight: 300; color: #898B8E;}
section#products2QuickWrapper section#purchasing section#yourLocationNote strong{ font-weight: bold; color: #B51E2D; }
section#products2QuickWrapper section#purchasing section#yourLocationNote a#locateInStore { margin-top:10px;}

a.pDetails {  bottom: 25px;
     font-size:16px; font-weight:bold; color:#c4b0d9;    left: 55px;
    position: absolute;}
	
	/*------- PRODUCT LOCATION SECTION -------*/
section#productsLocation { padding-left: 120px; width: 100%; overflow: hidden; position: relative; min-height: 160px; }
section#productsLocation img.prodImage { position:absolute; left: 10px; }
section#productsLocation section#title { padding: 0 0 5px ; width: 100%;}
section#productsLocation section#title h1#name { font-size: 24px; color: #585958; font-stretch: condensed; }
section#productsLocation section#title h1#style { color: #898B8E; font-weight: 300; }
section#productsLocation section#title h1#name {margin:0px; padding:0px; float:left; height:auto; color:#696969; font-size:24px; font-weight: normal; width:100%; }
section#productsLocation section#title h1#vendor {margin:0 0 5px; padding:0px; float:left; width:100%; height:auto; color:#c8c8c8; font-size:14px; font-weight: normal; font-family: 'Didact Gothic', sans-serif; }
section#productsLocation section#title h1#itemNum {margin:0px; padding:0px; float:left; color:#696969; font-size:12px; font-family: 'Didact Gothic', sans-serif; font-weight:normal;  line-height:14px; width:100%; }
section#productsLocation section#prodDetails h4#listPrice {margin:0px; padding:0 10px 0 0; float:left; color:#B2B4B6; font-size:14px; font-family: 'Didact Gothic', sans-serif; font-weight:normal; margin-top:5px; text-decoration: line-through;   }
section#productsLocation section#prodDetails h4#salePrice {margin:0px; padding:0px; float:left; color:#696969; font-size:14px; font-family: 'Didact Gothic', sans-serif; font-weight:normal; margin-top:5px; }
section#productsLocation section#prodDetails {padding:10px 0 0; }
section#productsLocation section#prodDetails h2 { color:#231F20; font-size: 11px;}
section#productsLocation section#prodDetails h2 span { font-weight: 300; }
section#productsLocation section#prodDetails h2#regPrice { font-weight: 300; color: #898B8E;}
section#productsLocation section#prodDetails p { margin:0px; padding:0px; float:left; color:#696969; font-size:12px; font-family: 'Didact Gothic', sans-serif; font-weight:normal; width:100%; line-height:14px; }
section#prodLocNotes {margin:12px 0 0 10px; padding:10px 0; background:none; float:left; width: 100%; max-width:625px; height:auto; padding-top:3px; font-weight: 300; color: #898B8E; border-top: 1px solid #E1E2E3;}
section#prodLocNotes strong{ font-weight: bold; color: #000000; }

table#storeHolder { max-width: 625px; width: 100%; margin: 0 10px; font-family: 'Didact Gothic', sans-serif;}
table#storeHolder tr { padding-bottom: 10px; border-bottom: 1px solid #E1E2E3; }
table#storeHolder th.main { background-color:#DCD7D3; color:#5B5B6E; font-stretch: condensed; font-size: 13px; font-weight:bold; padding-left:10px;}
table#storeHolder th { background-color:#EAE5E1; color:#5B5B6E; font-size: 10px; font-weight:300; padding:10px 0 10px 10px;}
table#storeHolder td { color: #404041;  padding:10px 0 10px 10px; font-size: 12px; font-weight: 300; vertical-align: top;}
table#storeHolder td strong { font-weight:normal;}
table#storeHolder td a {color:#5B5B6E; font-weight:normal; font-size:9px; text-decoration: none; }
table#storeHolder td  span { font-size: 12px; font-weight: 300;}
table#storeHolder td  span.notAvail {color:#898B8E;}
table#storeHolder td  span.limitAvail {color:#ED891E;}
table#storeHolder td  span.avail {color:#008A45;}


/****************************************************End quick view*******************************************************************/







/********** STORE LOCATOR by ns  **************/




div#sb-player string { padding: 10px; display: block; }



/********* START | AJAX CART PRODUCT LISTING  by ns **************/
section#scrollingCart			{position: relative;height: auto; font-family: 'Didact Gothic', sans-serif; padding-right: 35px; width: 420px;}
div#myCartDsp{width:100%;}
div#scrollingCartInner			{position: relative; width: 390px; height:  155px; display: block; overflow:hidden;}
div#scrollingCartInner ul{ overflow:hidden; height: auto; width:390px; position:relative; float:left; top:0px; left:0px;}
div#scrollingCartInner ul li{height:150px; width:390px; float:left; background:none;}
article.cartProductListing		{width: 390px; height: auto; position: relative; z-index: 2;}
article.cartProductListing div		{float: left; margin-top: 0px; width: 250px; }
article.cartProductListing a.image	{display: block; width: auto; height: 155px; overflow: hidden; float: left; margin: 0 10px 0 0;}
article.cartProductListing a.image img	{display: block; margin: auto; max-height:155px; max-width:130px; margin-top:5px;}
article.cartProductListing p.name	{display: block; width: 100%; text-align: left; line-height: 18px; color: #464646;font-size: 16px; margin-top:10px; font-family: "Fanwood Text",serif;}
article.cartProductListing a.remove	{ color: #464646; line-height: 13px; }
article.cartProductListing p {display: block; margin: 0px auto; font-size: 11px; color: #696969; }
a#previousCart				{position: absolute; top: 10px; right: 20px; background: url(../images/arrow_med_box_up.gif) no-repeat; display: block; height: 26px; width: 26px; text-indent: -9999px;}
a#previousCart:hover	{position: absolute; top: 10px; right: 20px; background: url(../images/arrow_med_box_up.gif) no-repeat 0 -26px; display: block; height: 26px; width: 26px; text-indent: -9999px;}
a#nextCart				{position: absolute; top: 121px; right: 20px; background: url(../images/arrow_med_box_down.gif) no-repeat; display: block; height: 26px; width: 26px;  text-indent: -9999px;}
a#nextCart:hover				{position: absolute; top: 121px; right: 20px; background: url(../images/arrow_med_box_down.gif) no-repeat 0 -26px; display: block; height: 26px; width: 26px;  text-indent: -9999px;}
/*div#error, div#ajaxError		{margin: 10px 10px 10px 14px; width: 91%;  padding: 15px 10px;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border:1px solid #FF0000; background:none repeat scroll 0 0 #FFE6E6; padding: 5px; box-shadow: 1px 2px 5px #FF0000; height:auto; }
div#error, div#ajaxError h1{color:#333333; font-size:20px;}
div#error, div#ajaxError p.infoTXT { text-indent:53px; color:#696969;}
div#error, div#ajaxError p.infoTXT a { margin-left:53px; color:#696969;}*/
/************ POPUP CART *************/
a.popupCartItemImage			{float: left; width: 151px; height: 151px; display: block; margin: 10px;}
div.popupCartItemDetails		{float: left; width: 250px;}
div.popupCartItemDetails h2 		{width: 100%; margin: 20px 0px;}
div.popupCartItemDetails h2 a 	{color: #231f20;  font-size: 24px; }
div.popupCartItemDetails p		{width: 100%; text-align: left;  color: #231f20; font-size: 11px; margin-bottom: 12px;}
hr.popupCartSeperator		{ background: #919191 ; display: block; border: 0px; height: 1px; width: 100%; clear: both; margin-left:0px; margin-top:5px; margin-bottom:5px;}
div#popupCartTotalsAndInfo	{width: 98%; margin-left:5px; font-family: 'Didact Gothic', sans-serif; padding-bottom:15px;}
div#popupCartTotalsAndInfo p	{width: 100%; font-family: 'Didact Gothic', sans-serif; text-align: left;  color: #464646;  font-size: 11px; margin: 3px 0px;}
div#popupCartTotalsAndInfo p.floatLeft,div#popupCartTotalsAndInfo p#popupCartStockMessage	{width: 50%; float:left; font-family: 'Didact Gothic', sans-serif;}
h1#previewTitle		{font-weight: bold; color: #ffffff;  font-size: 14px; height:40px; width:96.6%; line-height:40px; margin: 0px 0px 0px 0px; padding-left:15px; background:#6F6F6F; text-align:center; }
h1#previewTitle span	{ font-weight: bold; padding: 1px 3px; border: 1px solid #ffffff;}

#TB_window a#TB_closeWindowButton img{margin-top:0px;}
div#popupCartTotalsAndInfo a#popupCartContinueShopping { width: 165px;}
a.removeItem { color:#787878; margin-top:5px;}
a.removeItem:hover { text-decoration:underline;}
a.removeItem img { margin-right:5px;}
/********* END | AJAX CART PRODUCT LISTING **************/
div.trendHolder {float:left; width:30.6%; margin:0 2.6% 20px 0; text-align: center;} 
div.trendHolder a {display: inline-block; }
div.trendHolder span.trendImgHolder {
	border: 10px solid #FFF;
    -webkit-box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
    -moz-box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
    box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: auto;
}
div.trendHolder span.trendImgHolder img {max-width:278px; max-height:200px; }
div.trendHolder span.trendName {color:#696969; font-size:16px; line-height:25px; display: block; }
#socialNetworking .st_fblike_hcount span {}
/************************************* Start Products Detail Page **************************************/
#prod-container{background: #ffffff;margin: 0 auto;width: 100%;float: none;height: auto;}
#prod-container .product-content-row{padding:0; width:100%; margin:0;}
#prod-container .product-content-col{padding:0; width:100%; margin:0;}
#prod-container .breadcrumb-container {background: #ffffff;padding: 0;height: 30px;width: 100%;margin: 0;float: left;border-radius: 0;max-width: 100%;display: table;}
#prod-container .breadcrumb-container .breadcrumb{background: #ffffff;padding: 0;height: 30px;width: 100%;margin: 0 auto;float: none;border-radius: 0;max-width: 100%;display: table;}
#prod-container .breadcrumb-container .breadcrumb a{color: #707070;font-size: 11px;text-transform: capitalize;font-family: 'Didact Gothic', sans-serif;	font-weight: normal; text-decoration:none;}
#prod-container .breadcrumb-container .breadcrumb a:hover{ text-decoration:none;}
#prod-container .breadcrumb-container .breadcrumb > .active {color: #707070;font-size: 11px;text-transform: capitalize;font-family: 'Didact Gothic', sans-serif;font-weight: normal;}
#prod-container .breadcrumb-container .breadcrumb > li {display: inline-block;line-height: 26px;}
#prod-container .breadcrumb-container .breadcrumb > li + li::before {content: ">";color: #707070;font-size: 11px;font-weight: normal;font-family: 'Didact Gothic', sans-serif;text-decoration: none;margin: 0;}

#prod-container .product-sideNav {float: left;width: 100%;max-width: 17%;height: auto;margin: 9px 0 0 0;padding: 0;background: red;}
#prod-container .prod-cont{float: left;width: 100%;max-width: 83%;height: auto;background: #ffffff;margin: 2px auto 0;padding: 0;}

#prod-container .product-container{padding-right: 0;}
#prod-container .product-container .product-img {float: left;width: 100%;max-width: 50%;height: auto;margin: 10px 0 0 1%;padding: 0;background: #ffffff;}
/*#prod-container .product-container .product-img .prod-main-image{height: auto;width: 100%;float: left;padding: 0;margin: 0;background: url(../images/prod_image_m_bg1.gif) no-repeat;text-align: center;vertical-align: middle; background-size: 100%; max-width:100%;}*/
#prod-container .product-container .product-img .prod-main-image a{width: 100% !important; margin: 0 auto;}
#prod-container .product-container .product-img .prod-main-image a img.prodImage{max-width:100%; max-height:100%; width: 100%; margin:0;}
#prod-container .product-container .product-img .alternateViews{padding: 0;margin: 13px auto 0; max-width: 340px; width: 100%;height: auto;background: #ffffff;}
#prod-container .product-container .product-img .alternateViews a{float: left;width: 20%;margin: 0 6.5% 0 0;}
#prod-container .product-container .product-img .alternateViews a img{width:100%; height:100%;}
#prod-container .product-container .product-img .alternateViews a:last-of-type{margin:0; float:right;}
.magicZoomPup {border: 1px solid #aaa;}

#prod-container .product-container .productInfo {height: auto;width: 100%;float: left;margin: 9px 0 0 2%;padding: 0;background: #ffffff;max-width: 47%;}
#prod-container .product-container .productInfo .product-name {margin: 0px;padding: 0px;float: left;width: 100%;height: auto;color: #696969;font-size: 22px;font-family: 'Georgia', serif;line-height: 26px;text-transform: lowercase;font-weight: normal;}
#prod-container .product-container .productInfo .product-item {margin: 4px 0 0 0;padding: 0px;float: left;width: 100%;height: auto;color: #696969;font-size: 12px;font-family: 'Didact Gothic', sans-serif;line-height: 14px;text-transform: lowercase;font-weight: normal;}
#prod-container .product-container .productInfo .pricing{float: left;width: 100%;padding: 0;margin: 5px 0 0 0;}
#prod-container .product-container .productInfo .pricing .product-price {margin: 0px;padding: 0px;float: left;width: 100%;color: #707070;font-size: 14px;font-family: 'Century Gothic','Didact Gothic';font-weight: normal;}
#prod-container .product-container .productInfo .ProdreviewsStars{float: left;width: 100%;padding: 0;margin: 10px 0 0 0;}
#prod-container .product-container .productInfo .ProdreviewsStars img{float: left;margin: 0 2px 0 0;}
#prod-container .product-container .productInfo .ProdreviewsStars a:first-of-type {margin: -1px 0 0 5%;padding: 0px;float: left;width: auto;color: #696969;font-size: 10px;font-family: 'Didact Gothic', sans-serif;font-weight: normal;text-decoration: none;}
#prod-container .product-container .productInfo .ProdreviewsStars a:last-of-type{margin: 1px 0 0 2%;line-height: 11px;float: left;width: auto;color: #696969;font-size: 10px;font-family: 'Didact Gothic', sans-serif;font-weight: normal;text-decoration: none;border-left: 1px solid #696969;height: 12px;padding: 0 0 0 2%;}
#prod-container .product-container .productInfo .ruler {background: url(../images/ruler_310.gif) repeat; width: 100%; height: 1px; float: left;margin-top: 15px; margin-bottom: 5px;border: none;}
#prod-container .product-container .productInfo .Prodsocial{float: left;margin: 5px 0 0 0;}
#prod-container .product-container .productInfo .Prodsocial span:last-of-type{height:20px !important;}

#prod-container .product-container .productInfo .product-desc {margin: 0;padding: 0px;float: left;width: 100%;height: auto;color: #696969;font-size: 12px;font-family: 'Didact Gothic', sans-serif;line-height: 14px;}
#prod-container .product-container .productInfo .product-color{float: left;width: 100%;padding: 0;margin: 14px 0 0 0;}
#prod-container .product-container .productInfo .product-color .prodcolorlbl {margin: 0px;padding: 0px;float: left;width: 100%;color: #696969;font-size: 10px;font-family: Didact Gothic;font-weight: normal;text-transform: lowercase;}
#prod-container .product-container .productInfo .product-color .colorBox {margin: 5px 3% 0 0;padding: 0px;float: left;width: 32px;height: 20px;border: #e2e2e2 solid 1px;}
#prod-container .product-container .productInfo .product-color .colorBox:hover {border: #000000 solid 1px;}
#prod-container .product-container .productInfo .product-color .colorBox span{background: #999999;width: 30px;height: 18px;display: block;border: #FFFFFF solid 1px;text-indent: -9999px;}
#prod-container .product-container .productInfo .product-size{float: left;width: 100%;padding: 0;margin: 11px 0 0 0;}
#prod-container .product-container .productInfo .product-size .prodsizelbl {margin: 0px;padding: 0px;float: left;width: 100%;color: #696969;font-size: 10px;font-family: Didact Gothic;font-weight: normal;text-transform: lowercase;}
#prod-container .product-container .productInfo .product-size .sizeBox {margin: 5px 1.5% 0 0;	padding: 0px;float: left;width: 32px;height: 20px;border: #e2e2e2 solid 1px;font-family: Didact Gothic;font-size: 10px;text-transform: lowercase;color: #696969;text-align: center;line-height: 19px; text-decoration: none;}
#prod-container .product-container .productInfo .product-size .sizeBox:hover {border: #000000 solid 1px;}
#prod-container .product-container .productInfo .product-size .sizeBox:last-of-type {margin: 5px 1.5% 0 0;	padding: 0px;float: left;width: 70px;height: 20px;border: #e2e2e2 solid 1px;font-family: Didact Gothic;font-size: 10px;text-transform: lowercase;color: #696969;text-align: center;line-height: 19px; text-decoration: none;}
#prod-container .product-container .productInfo .product-size .sizeBox:hover {border: #000000 solid 1px;}
#prod-container .product-container .productInfo .product-qty{float: left;width: 100%;padding: 0;margin: 15px 0 0 0;}
#prod-container .product-container .productInfo .product-qty .prodqtylbl {margin: 0px;padding: 0px;float: left;width: 100%;color: #696969;font-size: 10px;font-family: Didact Gothic;font-weight: normal;text-transform: lowercase;}
#prod-container .product-container .productInfo .product-qty .qty {margin: 5px 0 0 0;padding: 0px;float: left;	width: 23px;color: #696969;font-size: 10px;font-family: 'Didact Gothic', sans-serif;font-weight: normal;text-transform: lowercase;height: 20px;text-align: center;border: 1px solid #e2e2e2;}
#prod-container .product-container .productInfo .product-addcart {float: left;padding: 0;margin:10px 0 0 0;width: 100%;}
#prod-container .product-container .productInfo .product-addcart .btn-addToCart{margin: 10px 0px;padding: 0px;float: left;background: url(../images/addtobag.png) no-repeat;width: 159px;height: 44px;text-indent: -999px;border: none;cursor: pointer;}
#prod-container .product-container .productInfo .product-addcart .btn-addToCart:hover{background: url(../images/addtobag.png) no-repeat 0 -44px;}
#prod-container .product-container .productInfo .product-addcart .btn-addTomylove{margin: 13px 0px 0 3%;padding: 0px;float: left;background: #ffffff;width: auto;height: auto;	border: none;cursor: pointer;font-family: 'Fanwood Text', serif;font-size: 12px;font-style: italic;color: #696969;}
#prod-container .product-container .productInfo .product-addcart .btn-addTolocate{margin: 1px 0px 0 3%;padding: 0px;float: left;background: #ffffff;width: auto;height: auto;	border: none;cursor: pointer;font-family: 'Fanwood Text', serif;font-size: 12px;font-style: italic;color: #696969;}

#prod-container .product-container .productmaylike {float: right;width: 100%;max-width: 14.5%;height: auto;margin: 0 0 0 0%;padding: 0;background: #ffffff;}
#prod-container .product-container .productmaylike .heading{color: #707070;float: left;font-size: 16px;	font-style: italic;	width: 100%;text-align: center;font-family: 'Fanwood Text', serif;}
#prod-container .product-container .productmaylike article.prodlisting {background: #ffffff ;float: left;width: 100%;height: auto;margin: 4px 0 10px 0;}
#prod-container .product-container .productmaylike article.prodlisting .thumbnail { text-align:center; }
#prod-container .product-container .productmaylike article.prodlisting .thumbnail a.product{width: auto; height: 170px; margin: 2px 0 5px; padding: 0; text-align: center;	border: 5px solid #FFF;    -webkit-box-shadow: 1px 3px 11px 1px rgb(187, 187, 187); -moz-box-shadow: 1px 3px 11px 1px rgb(187, 187, 187); box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);}
#prod-container .product-container .productmaylike article.prodlisting .thumbnail a.product > img {height: auto; width: auto; margin: 0;   float: none; display: inline-block; }
#prod-container .product-container .productmaylike article.prodlisting .thumbnail .quickview{display: none;}
#prod-container .product-container .productmaylike article.prodlisting .thumbnail p.color{display: none;}
/*** TABS DEFAULT ***/
#Prod-tabs{float: left;background: #FFFFFF;	width: 100%;margin: 20px auto 0;height: auto;padding: 0;max-width: 100%;}
#Prod-tabs .nav-tabs{position: relative;height: 34px;margin: 0px auto;width: 100%; border: 0px;}
#Prod-tabs .nav-tabs .nav-item {margin: 0;width: 175px;text-align: center;float: left;line-height: 34px;}
#Prod-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{position: relative;height: 34px;margin: 0px 0 0 0;width: auto;border-radius: 0px;background-color: #fff;font-weight: normal;text-shadow: 0px 0px;text-transform: uppercase;font-size: 13px;font-family: 'Georgia', serif;padding: 0;width: 175px;color: #707070; border: none; box-shadow: 0 2px 3px rgba(0, 0, 0, .25);}
#Prod-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{position: relative;height: 34px;margin: 0px 0 0 0;width: auto;border-radius: 0px;background-color: #fff;font-weight: normal;text-shadow: 0px 0px;text-transform: uppercase;font-size: 13px;font-family: 'Georgia', serif;padding: 0;width: 175px;color: #ffffff; background: #707070;border: none;}
#Prod-tabs .tab-content{float: none;margin: 0px auto 0;background: #ffffff;width: 100%;display: inline-table;box-shadow: 0 2px 3px rgba(0, 0, 0, .25); padding:19px 10px 59px 7%;}
#Prod-tabs .tab-content p{color: #696969;font-size: 14px;line-height: 20px;float: left;font-family: 'Didact Gothic', sans-serif;width: 94%;margin: 0;padding:0;}
#prod-container .product-container #prod-olapic-slider{width: 100%; max-width: 100%; float: left;}

/******************** REVIEWS *********************/
div.reviewContainer { width:100%; padding:0; margin:0px 0;}
div.reviewContainer img.floatLeft { width:100%;}
div.reviewContainer div#prodInfo {float: left; width: 100%; padding-left: 0; padding-top: 10px;}
div.reviewContainer div#prodInfo a.name {color: #707070; font-size: 16px; display: block; margin: 5px 0 15px;}
div.reviewContainer div#prodInfo span.brand {color: #000; font-size: 12px; }
div.reviewContainer div#starRating {float: left; }
div.reviewContainer label.label {color:#707070; line-height: 25px; display:block; float:left; font-size:12px;font-weight:bold;padding:2px; text-align:left; width:100%; font-family: 'Georgia'}
div.reviewContainer label.label span {color: #000; font-weight: normal;}
div.reviewContainer input.input { margin: 5px 0px 20px; position: relative; z-index: 4; border:1px solid #707070; color:#000; display:block; float:left; font-size:13px; height:32px; line-height:32px; width:100%; text-indent: 5px; padding: 0;}
div.reviewContainer select.select { margin: 5px 0px; padding: 5px 0px 0px 0px; position: relative; z-index: 4; border:1px solid #707070; color:#000; display:block; float:left; font-size:13px; height:32px;  width:100%; }
div.reviewContainer textarea.textarea {margin: -5px 0px 0px 0px; width: 97%; border:1px solid #707070; color:#000; display:block; font-size:11px; height:90px; resize: none; padding: 5px; }
div.reviewContainer input.input:focus {box-shadow: inset 1px 1px 2px #333; -moz-box-shadow: inset 1px 1px 2px #333; -webkit-box-shadow: inset 1px 1px 2px #333; border:1px solid #911112; background: #FCF6E8;}
div.reviewContainer select.select:focus {box-shadow: 0px 0px 1px #333; -moz-box-shadow: 0px 0px 1px #333; -webkit-box-shadow: 0px 0px 1px #333; border:1px solid #911112; background: #FCF6E8; }
div.reviewContainer textarea.textarea:focus {box-shadow: 0px 0px 1px #333; -moz-box-shadow: 0px 0px 1px #333; -webkit-box-shadow: 0px 0px 1px #333; border:1px solid #911112; background: #FCF6E8;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: inset 1px 1px 2px #333; -moz-box-shadow: inset 1px 1px 2px #333; -webkit-box-shadow: inset 1px 1px 2px #333;}
div.reviewContainer h1.reviewHeader { border-bottom: 1px solid #DCDDDD; color: #412205; font-size: 30px; height: 32px; line-height: 32px; margin: 0 auto 5px; text-indent: 0;  text-shadow: 1px 1px 1px #000; text-transform: capitalize;}
h2.reviewHeader {color: #707070; font-size: 14px; font-weight: bold;display: block; margin: 10px 0px; font-family: 'Georgia'}
div.reviewContainer table#order-history {width: 100%;margin: 20px 0px 20px 0px;}
div.reviewContainer table#order-history thead tr th {border: 1px solid #E3E4E5; color: #000; font-weight: normal;background: #231F20; font-size: 13px; height: 30px; }
div.reviewContainer table#order-history thead tr th strong {font-weight: normal;}
div.reviewContainer table#order-history tr td {border: 1px solid #E3E4E5; font-size: 11px; height: 30px;color: #401F20; }
div.reviewContainer table#order-history tr:hover {background: #e1f3ff;}
div.reviewContainer table#order-history tr td strong {color: #401F20; font-weight: normal; font-size: 11px;}
div.reviewContainer table#order-history tr td a {font-weight: bold; color: #401F20; }
div.reviewContainer table#order-history tr td a:hover {text-decoration: underline;}
div.reviewContainer table#order-history tr td strong.outOfStock {color: red;}
div.reviewContainer table#order-history tr td strong.inStock {color: green;}
input.reviewsButton { background:#000000; color: #fff; font-weight: 300; width: 50%; height: 40px; float: left; overflow: hidden; margin: 10px 2% 20px 0px; line-height: 40px; text-align: center; font-size: 20px;}
div.reviewContainer hr.seperator { margin:5px 0px; float:left; width:100%; height:0px; border-top:1px solid #231f20;}

#submitReview {
    background: #707070;
    border: none;
    color: #FFF;
    width: 100%;
    padding: 10px 0;
    font-family: 'Georgia';
    font-size: 16px;
	-webkit-appearance: none !important;
	margin:35px 0;
}
div.reviewContainer div#starRating {
    float: left;
    margin-bottom: 20px;
}
/************************************* End Products Detail Page **************************************/



footer.footer1 {
    min-height: 346px;
	margin:0 auto;
	padding: 1.5em;
	background: #EEE;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}

div#footer-inner span.heading{color: #5a5a5a;
    font-family: 'Garamond Pro';
    float: left;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    line-height: 16px;
    margin: 0;
    padding: 0;
	padding-bottom:1.5%;
    position: relative;
    width: 100%;}
    footer nav.column1 {flex: 0 0 29%;}
    footer nav.column1 input.emailInputtext {
        border: medium none;
        color: #707070;
        float: left;
        font-family: lato;
        font-size: 13px;
        font-weight: normal;
        height: 40px;
        line-height: 21px;
        padding: 0 0 0 10px;
        width: 380px;
        font-family: Didact Gothic;
		margin-bottom: 10px;
    }
    footer nav.column1 input.submitEmail {
        float: left;
        position: relative;
		background: #707070;
		border: none;
		color: #FFF;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		font-size: 18px;
		font-weight: bold;
		height: 40px;
		padding: 0 30px;
    }
    footer nav.column a {
        color: #5a5a5a;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
        display: block;
        float: left;
        font-size: 13px;
        height: 19px;
        line-height: 15px;
        margin: 4px 0;
        width: 100%;
        text-transform: uppercase;
    }
    div#copyright{
        margin: 15px 0 0;}

    footer span.footer-links a {
        border-left: 1px solid #787878;
        color: #5a5a5a;
        font-size: 13px;
        height: 15px;
        margin: 0px 0 0 10px;
        padding: 0 0 0 8px;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		text-transform: uppercase;
    }
    footer span.footer-links a:first-of-type {
        border: none;
    }
    span.footer-allrights{
		float: none;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		font-style: none;
		color: #5a5a5a;
	}

@media (min-width: 1200px)
{
    footer .container {max-width: 1000px;padding: 0;}
	header .container {max-width: 1000px;}
	.header-account { min-width: 350px; }
}
@media (min-width: 992px)
{
.custom{
	max-width:100%!important;
}
	
}

@media (min-width: 991px)
{
    #index .container-fluid{padding: 0px !important;}
    #maincontent .container {padding: 0px !important;}
    
	
}

@media (max-width: 991px)
{

   /************************************* Start Products Detail Page **************************************/
#prod-container .product-container .productInfo .product-addcart .btn-addTolocate{clear: both;}
#prod-container .product-container .productInfo .product-addcart .btn-addTomylove {margin: 0px 0px 0 1%; clear: both;}
#prod-container .sideNav { width:100%; max-width:16.9%;}


    footer nav.column1 {
        flex: 0 0 33%;
    }

    /************************************* START CATEGORY PAGE **************************************/
	
	/*.sortby {width: 85%;}
	.pagination {float: left; margin: 10px 0 0 0; width: 95%;}
	.panel-title a {font-size: 14px;}*/

    /*.thumbnails li#trend4 {width: 46%; margin: 0 0 10px 2%;}
    .thumbnails li#trend4 a img {max-width: 90% !important;}*/
	.bottom .pagination  {width: auto; margin: 0px 10px 0 0;}
	.thumbnails li.span4 .quickview {right: 15%;}
	/************************************* END CATEGORY PAGE **************************************/
    div.trendHolder {width:42.6%; margin:0 6.6% 20px 0;}
	
}
@media (min-width:768px)
{
.custom{
	max-width:100%!important;
}
	
}
@media (max-width: 767px)
{
.desktop { display: none !important; }	
.account-page .versona-btn, .versona-btn { width: 100% !important; max-width: none !important; }
.versona-btn.paypal-button { height: 60px; }


/************************************* START CATEGORY PAGE **************************************/	
#catPageInner { margin-bottom: 10px; display: table; position: relative; width: auto;}
.breadcrumb { padding:5px 0 10px 0; width: 96%; margin: 0 auto; max-width: 360px;}

#sidebar2 { z-index:9999; left:4%; top:0px; width:300px; background:#ffffff; box-shadow:0 0 1px #ddd; padding:50px 0 0 1%; overflow-y:scroll; height:100%;}
.sideNav { width:100%; margin:0 auto; float:none; z-index:2; max-width:100%; position:relative; padding: 0 0 0 0;flex: initial;}
#sidenav1 { }
#sideNavbar { display:none; width:100%;}
.sideNav #sideNavbar.show { display:inline-block !important;}
.shopByselect { }
p.onPageDesc { margin: 10px 0 40px 0;}


.shopping  { width:100%; margin:0 auto; float:none; max-width: 100%; padding: 10px 0 0 0;}
.landing { width:100%; margin:0 auto; float:none; max-width: 360px; padding: 10px 0 0 0;}
h1.deptTitle { margin:0 0 0 0; width: 100%; padding: .5em 0; text-align: center;}
.pagethru { width:100%; margin: 0; padding: 0;}
.sortby { width:100%; margin: 0 0 10px; padding:0; background: #FFF; display: none;}
.ordering { padding:0 0 0 10px;}
.pagePerHolder { padding: 0; margin:0; float: left; position:relative; top:0; right:0; width: 130px;}
.pagination  {  padding: 1px 0 0 0;}
.pagination > li { }
.pagination > li > a { }
.pagination > .pagination-previous > a { padding: 0;}
.pagination > .pagination-next > a { padding: 0;}
.pagination > li, .pagination > li > a, .pagination > li > span, .pagination > .active > a { }
.pagination { padding:0 0 0 0px; width: auto; margin: 0;}
/*.bottom .pagePerHolder { margin:3px 0 0 0 !important;}
.bottom .pagination { padding:7px 0 0 0 !important; width:100% !important; display: inline-block !important; text-align: left !important;}*/
.bottom {width: 100%;}
.bottom .pagePerHolder { padding: 0;}
.bottom .pagination  {}

.thumbnails { margin: 0 auto; text-align:center; float:none; display:table; width:100%; }
.thumbnails li.span4  { float:none; display:inline-block; margin:0 0 10px 0; }
/*.thumbnails li#trend4 {float:none; display:inline-block; width:100%; margin:0 1% 40px 0; max-width: 267px;}
.thumbnails li#trend4 a.product {height: 390px;}*/
.thumbnails li:nth-of-type(4n+4) {}
.thumbnails li:nth-of-type(3n+3) {}
.thumbnail a.product, .thumbnails li#trend4 a.product {height: auto; background: none; width: 100%; max-height: 100%;}
.thumbnail a > img, .thumbnail > img {/* max-width:100%; height:auto;*/}

.featuredProducts a {width: 100%; text-align: center; margin: 0;}
.featuredProducts a img { width: auto; height: auto; float: none;}

.sideNav .navbar-header { display:block;}
.filterProducts  { display:none;}
.searching { display:block;}

/*.caret { right:3%; left:auto;}*/
.panel-title { text-indent:0;}
.panel-default {padding: 0 0 7px 0;}
.panel-title a {text-align: left; padding: 0 0 0 10px;}
.caret { border:none; position:absolute; right:12px; background:url('../images/cp_plus_sign.png'); width:14px; height:14px; top:1px;  }
.panel-title a[aria-expanded="true"] .caret { background:url('../images/cp_minus_sign.png'); width:14px; height:3px; top:8px;   }
.thumbnails li.span4 .quickview {right: 10%; display: none;}
div.trendHolder {width:100%; max-width:100%; margin:0 auto 1em;}
/********** NAVBAR TOGGLE *************/
.sideNav .navbar-header { display:none;}

/*.filterProducts { display:block; background:url('../images/cp_dropdown_icon.png') no-repeat 97% 15px; width:100%; height:41px; color:#ffffff; background-color:#eb121d; padding:0 0 0 0; font-size:18px; font-family: "Roboto-Bold";   font-weight:normal; text-transform: uppercase; border-bottom:none; text-indent: 10px; line-height: 39px; }
.sideNav .navbar-toggle[aria-expanded="true"] .filterProducts  { background:url('../images/cp_dropup_icon.png') no-repeat 97% 15px; background-color:#eb121d; color:#ffffff;  }*/
/********** END NAVBAR TOGGLE *************/
/************************************* END CATEGORY PAGE **************************************/	
/************************************* Start Products Detail Page **************************************/
header{}
#prod-container .product-sideNav{max-width: 100%;}
#prod-container .product-container{max-width: 100%;}
#prod-container .prod-cont{max-width: 100%;}
#prod-container .breadcrumb-container .breadcrumb > li, #prod-container .breadcrumb-container .breadcrumb a  {line-height: 16px; float: left; }
#prod-container .breadcrumb-container .breadcrumb > li + li::before { float: left; }
#prod-container .product-container .product-img{max-width: 100%; margin: 0;}
#prod-container .product-container .productInfo{max-width: 96%;margin: 0 auto; float: none;}
#prod-container .product-container .product-img {max-width: 70%;margin: 0 auto;float: none;}
#prod-container .product-container .productInfo .ProdreviewsStars a:first-of-type {margin: -1px 0 0 2%;}
#prod-container .product-container .productInfo .ProdreviewsStars a:last-of-type {margin: 1px 0 0 1%;padding: 0 0 0 1%;}
#prod-container .product-container .productInfo .product-color .colorBox {margin: 5px 1% 0 0;}
#prod-container .product-container .productmaylike {float: none; max-width: 14.5%;height: auto;margin: 0 auto; padding: 0;}
#prod-container .product-container .productmaylike {float: none;max-width: 100%; display: inline-block;}
#prod-container .sideNav { width:100%; max-width:69%;}

section#products2QuickWrapper section#purchasing { margin: 0; max-width: 100%; padding: 0 20px; }

table#storeHolder { width: 95%; margin: 0 auto; }
.buttonHolder .versona-btn { max-width: none; margin: 0 0 20px; }

/************************************* End Products Detail Page **************************************/



footer nav.column1 {
    flex: 0 0 100%;
	margin-bottom:1%;
}
nav.column {
    flex: 0 0 25%;
}

	}
@media (min-width: 768px)
{

    
	
}
@media (min-width: 576px)
{
	li.nav-item.dropdown.show:last-of-type .dropdown-menu.mega-menu.show{right:0 !important; left:auto !important;}
.custom{
	max-width:100%!important;
}
	
}
@media(max-width: 575px)
{
	section#contentHolder{margin-top:225px;}
	.header-top-links a:first-of-type{padding:0px;}
    button.navbar-toggler.d-block.d-sm-none.float-left{margin-top:10px;outline: none;}
    .header-search form{
        float: none;
        margin: auto;
        margin-top: 10px;    width: 286px;
    }
    .header-search input{    width: 258px;}
    div#navbarSupportedContent{    background: rgb(255, 255, 255); height: auto; }
    div#navbarSupportedContent .nav-fill .nav-item{flex: 0 0 100%; }

	.dropdown-menu.mega-menu.show{
		position:relative !important;
		top:auto !important;
		bottom:auto !important;float:left !important; width:100%!important;border:none;
	}
	
	#trendHolder {margin: 0;}
	#catPageInner div.page-heading {margin: 0;}
	#catPageInner div.page-heading .cartOptions { float: none; }
   footer nav.column1 {
    flex: 0 0 100%;
}
nav.column,div#copyright .col {
    flex: 0 0 100%;
}

div#copyright .col{text-align: center;}
span.footer-links {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
}
footer span.footer-links a{float: none;}

}

@media (min-width: 320px)
{
    #maincontent .container {padding: 0px !important;}
}
@media (max-width: 487px)
{
	/************************************* Start Products Detail Page **************************************/
	#Prod-tabs .nav-tabs .nav-item{width: 140px;}
	#Prod-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{width: 140px;}
	#Prod-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{width: 140px;}


}
@media (max-width: 340px)
{
	/************************************* Start Products Detail Page **************************************/
	#prod-container .product-container .product-img {max-width: 96%; width: 100%;}
	#Prod-tabs .nav-tabs .nav-item{width: 140px;}
	#Prod-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{width: 140px;}
	#Prod-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{width: 140px;}
	#prod-container .sideNav { width:100%; max-width:96%;}
}

/*UPDATED GENERAL*/
input[type="text"],
input[type="number"],
input[type="submit"],
button,
textarea,
select {
	-webkit-appeareance: none !important;
	appearance: none !important;
	border-radius: 0 !important;
}

.versona-btn {
	color: #FFF !important;
	background: #707070 !important;
	border: none !important;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    font-family: 'Georgia';
    font-size: 14px;
	height: 40px;
	min-width: 160px;
	width: 100%;
	max-width: 250px;
	text-decoration: none !important;
	font-weight: normal !important;
	cursor: pointer;
}

.versona-btn:hover {
	text-decoration: none !important;
	color: #FFF !important;
}

.checkout-page .versona-btn { font-size: 18px; }

.versona-btn.paypal-button { background: none !important; }
.versona-btn.paypal-button > div{ max-height: 100%; }
#paypal-button iframe { z-index: 4 !important; }

.no-search-wrapper  img { max-width: 100%; }

.no-search-wrapper div > * { align-items: center;}
.empty-bag-holder{ padding-top: 25%;}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	color: #464646;
}

@media (max-width: 1024px) {
	section#contentHolder {
		margin-top: 105px;
	}	
}

/*UPDATED HEADER*/
#blinkingBanner {
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div#blinkingBanner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#blinkingBanner p {
	font-size: 16px;
}

div#blinkingBanner a {
    color: #FFF;
    padding-left: 0;
    margin-left: 0;
    text-decoration: underline;
}

.dialog-overlay[aria-hidden="true"] {
	display: none;
}

.dialog-overlay:not([aria-hidden="true"]) {
	display: block;
}

.header-top-links p {
    font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
}

.header-center {
    padding: 0.5em 0;
	max-width: 1220px;
	margin: 0 auto;
}

.col.header-social.text-center {
    background: #707070;
}

.header-logo {
	margin-right: 10px;
	width: 250px;
}

a.logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search {
    position: relative;
}

.header-search a img {
    width: 15px;
}

.header-login img {
    width: 12px;
}

a.desktop.desktop-mstyle {
    padding-left: 22px;
	text-decoration: none;
}

.header-search input::placeholder {
	font-style: italic;
	font-family: Georgia;
	font-size: 10px;
	color: #888;
}

.store-locator-pin {
	background: url(/images/pin.png) no-repeat;
	width: 24px;
}

@media (min-width: 1200px) {
	a.search-button.desktop {
		display: none;
	}
	
	.header-center {
		-webkit-box-pack: justify !important;
		-moz-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.header-account a {
		margin: 0 5px;
	}
	.header-account a.header-bag {
		margin: 0 -6px 0 5px;
	}
	
	.header-search form {
		display: block !important;
	}
	
	.dropdown-menu.mega-menu .dropdown-item,
	.desktop-mstyle {
		font-family: 'Century Gothic' !important;
		padding-bottom: 5px !important;
	}
	
	.dropdown-menu.mega-menu {
		top: 44px !important;
		-webkit-box-shadow: 0px 6px 27px -8px #111;
		-moz-box-shadow: 0px 6px 27px -8px #111;
		box-shadow:0px 6px 27px -8px #111;
		transform: none !important;
	}
	
	.dropdown-menu.mega-menu .dropdown-item:hover {
		font-weight: bold;
	}
}


@media (max-width: 1199px) {
	.header-account {
		width: 200px;
		float: right;
		margin-right: 5px;
	}

	.header-search span {
		display: none;
	}

	.header-search form {
		position: absolute;
		left: 0;
		top: 44px;
		right: 0;
		display: none;
	}

	.header-logo {
		margin-left: 5px;
		width: 200px;
	}	
	section#contentHolder { padding-left: 5px; padding-right: 5px;}
}
@media (max-width: 1024px) {
	.header-center {
		padding: 0.1em 0;
		position: relative;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.header-logo {
		width: 170px;
	}
	
	.header-account {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.header-account a {
		margin: 0 0 0 8px;
	}
	
	.search-button.desktop {
		margin: 4px 0 0 8px;
	}
	
	.header-search a span {
		display: none;
	}
	
	.header-search a img {
		width: 18px;
	}
	
	.header-search {
		position: relative;
		flex: initial;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 30px;
		padding: 0;
	}
	
	.header-account span.header-shopping-count {
		margin: -1px 0 0 0;
	}
	.nav-item.social {
		display: none;
	}
	div#navbarSupportedContent>ul li a {
		padding: 0 .5rem;
	}
	
}
@media (min-width: 856px) {
	div#navbarSupportedContent { 
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		}
	
	div#navbarSupportedContent>ul li a {
		text-transform: uppercase !important;
		font-size: 14px;
	}
	
	.header-center {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: space-between;
		-moz-box-pack: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	.navbar-toggler {
		display: none !important;
	}

	.nav-search {
		display: none !important;
	}
		
	.drop-toggle, 
	.nav-item.store-loc, 
	.nav-item.sign-in,
	.nav-item.social{
		display: none !important;
	}
}
@media (max-width: 850px) {
	
	.search-button {
		display: none !important;	
	}
	
	.header-account {
		width: 100px;
		margin-right: 0;
	}
	
	.navbar-toggler img {
		width: 100%;
		height: 18px;
	}
	
	.navbar-toggler span {
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		font-size: 10px;
		letter-spacing: 1px;
		font-weight: bold;
		color: #707070;
	}
	
	.header-search form {
		display: none !important;
	}
	
	.col.header-logo.text-center {
		max-width: 320px;
		margin: 0;
		width: 200px !important;
		flex-basis: initial;
		flex-grow: initial;
	}
	
	.header-account .header-login {
		display: none;
	}
	
	#main-navigation {
		position: absolute;
		top: 53px;
		left: 0;
		max-width: 500px;
		background: #FFF;
		width: 93%;
		-webkit-box-shadow: 1px 7px 16px -1px rgba(31,31,31,1);
		-moz-box-shadow: 1px 7px 16px -1px rgba(31,31,31,1);
		box-shadow: 1px 7px 16px -1px rgba(31,31,31,1);
	}
	
	#main-navigation  .drop-toggle{
		width:14px;
		height:14px;
		display:block;	
		margin-right: 10px;
		background:url(/images/add.png) no-repeat;
		background-size: 100% !important;
		float: right;
		margin: 19px 12px 0 0;
	}	
	#main-navigation  li.show .drop-toggle{		
		background:url(/images/substract.png) no-repeat;		
		background-size: 100%;
	}
	
	a.dropdown-item {
		font-family: sans-serif !important;
	}
	
	.desktop.desktop-mstyle {
		display: none !important;
	}
	
	.nav-search {
		width: 100%;
		height: 55px;
		background: #dedede;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.nav-search form[name=searchForm] {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 90%;
		height: 30px;
	}
	
	.nav-search input[type="text"] {
		width: 100%;
		background: #FFF;
		border: none;
		padding-left: 10px;
	}
	
	.nav-search input[type="text"]::placeholder {
		color: #bcbbb;
		font-family: 'Garamond Pro';
		font-style: italic;
		font-size: 13px;
	}
	
	.navbar-toggler {
		outline: none !important;
	}
	
	.nav-search button {
		background: #707070;
		border: none;
		color: #FFF;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		font-size: 12px;
		letter-spacing: 1px;
		font-weight: bold;
		padding: 0 1.5em;
	}
	
	.header-right {
		width: 58px;
		flex: initial;
		margin-right: .75rem;
	}
	
	div#navbarSupportedContent .nav-fill .nav-item {
		border-top: 1px solid #707070;
		width: 100%;
	}
	
	div#navbarSupportedContent>ul li a {
		color: #5a5a5a;
		font-size: 20px;
		text-transform: uppercase;
		border-radius: 0;
		width: 86%;
		text-align: left;
		padding: .5em 0 .5em .5em;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.nav-item.dropdown .dropdown-menu {
		position: static !important;
		border: none;
		width: 100%;
		/*background: #dedede;*/
		background: #eee;
		padding: 0;
		margin: 0;
		transform: none !important;
	}
	
	.dropdown-menu a.dropdown-item {
		border-top: 1px solid #707070;
		padding-left: 30px !important;
		width: 100% !important;
	}
	
	.drop-toggle {
		font-size: 22px !important;
		font-weight: bold;
	}
	
	.drop-close {
		display: none;
	}
	
	.nav-item.sign-in {
		background: #5a5a5a;
	}
	
	.nav-link.header-login {
		color: #FFF !important;
	}
	
	.nav-item.social {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.nav-item.social a {
		margin: 0 5px;
		width: auto !important;
	}
	
	div#navbarSupportedContent {
		height: auto;
	}
	
	.showMenu {
		display: block !important;
	}
	
	.navLinkDk {
		background: #707070 !important;
		color: #FFF !important;
	}
	section#contentHolder { padding-left: .75rem; padding-right: .75rem;}
}

/*UPDATED FOOTER*/
footer.footer1 .row.no-gutters {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

div#footer-inner {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer-inner .col.column1 {
    width: 100%;
	margin-bottom: 2em;
	flex: 0 1 auto;
    flex: initial;
    flex-basis: initial;
    flex-grow: initial;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer-inner .col.column1 p {
    margin-bottom: 10px;
	font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 18px;
}

.col.social-section {
    width: 100%;
    flex: initial;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.link-columns {
	flex: 0 1 auto;
    flex: initial;
    width: 20%;
	margin-bottom: 2em;
}

.col.social-section a {
    margin: 0 5px;
}

.copy-info {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#copyright .col:nth-child(2) {
    flex-basis: initial !important;
    width: 2%;
}

input#newsletter::placeholder {
    color: #bcbbb;
	font-family: 'Garamond Pro';
	font-style: italic;
}

@media (min-width: 1025px) and (max-width: 1199px) {
	#copyright .col:nth-child(2) {
		width: 4%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#footer-inner #column4 {
		margin-right: 1em;
	}
	
	#copyright .col:first-child {
		width: 50%;
		flex-basis: initial;
	}
	
	#copyright .col:nth-child(2) {
		width: 50%;
		flex-basis: initial;
	}
	
	.footer-links {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 1024px) {
	div#footer-inner {
		margin: 0;
	}
	
	.link-columns {
		width: 21%;
		margin-right: 1em;
	}
}

@media (max-width: 767px) {
	footer.footer1 {
		padding: 0;
		background: #FFF;
	}
	
	#footer-inner .col.column1 {
		padding: 1.5em;
		background: #EEE;
		margin: 0;
	}
	
	#footer-inner .col.column1 form{
		width: 100%;
	}
	
	footer nav.column1 input.emailInputtext {
        width: 75%;
    }
    footer nav.column1 input.submitEmail {
		width: 25%;
	}
	
	.footer1 .container.custom {
		padding-right: 0;
		padding-left: 0;
	}
	
	span.footer-allrights {
		display: inherit;
		width: 100%;
		text-align: center;
	}
	
	#copyright .col:nth-child(2) {
		width: 100%;
	}
	
	footer span.footer-links {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	footer span.footer-links a {
		margin: 0 0 10px;
		padding: 0 8px;
	}
	
	footer span.footer-links a:first-of-type {
		padding: 0 8px 0 0;
	}
	
	.link-columns {
		width: 100%;
		flex: initial !important;
		margin: 0;
		background: #FFF;
		border-top: 1px solid #707070;
	}
	
	.link-columns#column5 {
		border-bottom: 1px solid #707070;
	}
	
	div#footer-inner span.heading {
		padding-bottom: 0;
		padding: .7em;
		background: #FFF;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.open-column {
		background: url(/images/add.png) no-repeat;
		background-size: 100%;
		width: 10px;
		height: 10px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.close-column {
		background: url(/images/foot-subtract.png) no-repeat;
		background-size: 100%;
		width: 10px;
		height: 10px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	footer nav.column.link-columns a {
		display: none;
		margin: 10px 13px;
	}
	
	.col.social-section {
		margin: 1em 0 0;
	}
	
	.footer-allrights {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.footer-allrights span {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#footer-inner form {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	
	footer nav.column1 input.emailInputtext {
		width: 100%;
		margin:0;
	}
	footer nav.column1 input.submitEmail {
		width: 100%;
	}
}

/*UPDATED CATEGORY & LANDING*/
.category-page .thumbnails li.span4:nth-child(3n+1) .thumbnail {
	width: 92%;
	margin: 0;
}

.category-page .thumbnails li.span4:nth-child(3n+1) .thumbnail .quickview {
	right: 14%;
}

.category-page .thumbnails li.span4:nth-child(3n+3) .thumbnail {
	width: 92%;
	margin-left: 29px;
}

.category-page .thumbnails li.span4:nth-child(3n+3) .thumbnail .quickview {
	right: 7%;
}

.category-page .thumbnail a.product {
	border: 10px solid #FFF;
    -webkit-box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
    -moz-box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
    box-shadow: 1px 3px 11px 1px rgb(187, 187, 187);
}

.thumbnail p.price {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thumbnail p.price strong {
	width: auto;
	margin: 0 .2em;
}

strong.listPrice.listPriceStyle {
    color: #767676 !important;
    text-decoration: line-through;
}
	
.back-to-top {
	position: fixed;
	right: 5px;
	bottom: 20px;
	background: #707070;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: none;
}

.back-to-top img {
	margin: 11px 0 0 13px;
	width: 24px;
}

.online-exclusive {
    text-transform: uppercase !important;
    font-family: 'Didact Gothic', sans-serif !important;
	height: auto !important;
}

@media (min-width: 1201px) {
	.thumbnail a.product {
		height: 451px;
	}
}

@media (min-width: 1025px) {
	.pagination-previous a {
		padding: 0 0 0 8px !important;
	}
	
	.pagination-text .hr-line {
		display: none;
	}
}

@media (max-width: 1024px) {
	.category-page .thumbnail a.product, .thumbnails li#trend4 a.product span, #prod-container .product-container .productmaylike article.prodlisting .thumbnail a.product {
		box-shadow: none;
		border: none;
	}
	
	.thumbnails li.span4 .quickview {
		display: none !important;
	}
}
@media (max-width: 1000px) {
	#prod-container .sideNav { display: none; }
	#prod-container .product-container { max-width: none; padding: 0; flex: 0 0 100%; }
	#prod-container .product-container .product-img { margin-left: 0; }
}

@media (min-width: 992px) {
	
	.category-page .thumbnails li.span4 {
		width: 33.3%;
		margin: 0 0 10px 0;
	}
	
	.sortby {
		width: 56%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sortby {
		width: 70%;
	}
	
	.sortby strong {
		width: 100%;
	}
	
	.pagination-right {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.pagination-right .pagePerHolder {
		margin: 0 !important;
	}
	
	li.num-count {
		display: none !important;
	}
	
	.category-page .thumbnail {
		margin: 0;
	}
	
	.category-page .thumbnails li.span4 {
		width: 33.3%;
		margin: 0;
	}
	
	.category-page .thumbnails li.span4:nth-child(3n+3) .thumbnail {
		margin-left: 11px;
	}
	
	.category-page .thumbnail a.product {
		max-height: 100%;
	}
}

@media (min-width: 768px) {
	.mob-filters,
	.total-results,
	.pagination-text,
	.pagination-previous span.mob {
		display: none;
	}
	
	.sortby {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.category-page .collapse,
	.product-content-col .collapse,
	.info-page .collapse {
		display: block !important;
	}
	
	.info-page .panel-title .cs-num { display: block; }
	
	.category-page ul.list-group li .sublist-group {
		display: none;
	}
	
	.category-page .panel {
		margin: .5em 0;
	}
	
	.category-page .panel-title {
		background: none;
	}
	
	.category-page .panel-group,
	.product-content-col .panel-group {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.category-page .panel-title a {
		color: #707070;
		text-align: left;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		font-weight: bold;
		font-size: 16px;
	}
	
	.category-page ul.list-group,
	.product-content-col ul.list-group {
		padding: 15px 0 0 0;
	}
	
	.apparel-panel {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.size-panel {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.size-panel ul.list-group li a span {
		text-transform: uppercase;
	}
	
	.color-panel {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.trends-panel {
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.category-page .thumbnails {
		margin: 1em 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.pagination-right {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-moz-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.pagination-right .pagePerHolder {
		position: static;
		width: auto;
		margin: 0 1em 0 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.pagination-right .pagination > li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	#sideNavbar .filter-toggle {
		display: none;
	}
	
	a#view-all {
		float: left;
		font-size: 11px;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		color: #707070;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.pagination-right .pagination {
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-box-align: end;
		-moz-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.pagination-right span.pagination-arrows {
		display: none;
	}
	
	.pagination-right li.pagination-next {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.pagination-right span.pagination-text {
		display: block;
	}
}

@media (max-width: 767px) {
	li.pagination-next {
		margin-left: 11px;
	}
	
	#sideNavbar .list-group li.navlink {
		position: relative;
	}
	
	#sideNavbar .filter-toggle {
		position: absolute;
		top: 5px;
		right: 5px;
		background-size: 100% !important;
	}
	
	#sideNavbar .filter-open {
		width: 12%;
		height: 12px;
		background: url(/images/add.png) no-repeat;
		background-size: 12px !important;
		background-position: 100%;
	}
	
	#sideNavbar .filter-close {
		width: 12px;
		height: 12px;
		background: url(/images/substract.png) no-repeat;
	}
	
	#sideNavbar .panel-title .filter-toggle {
		top: 13px;
	}
	
	#catPageInner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.highlightedCategory {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		color: #707070;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
	}
	
	#collapseFour ul.list-group {
		padding: 11px 0;
	}
	
	.shopping {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.shopping .banner {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.shopping h1.deptTitle {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.shopping .row.pagethru {
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		width: 100%;
		margin: 0 auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.pagination-right {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	li.dot {
		display: none;
	}
	
	.mob-filters {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin: 0 0 .5em;
	}
	
	.mob-filters button {
		background: #b3b3b3;
		border: none;
		width: 49%;
		height: 40px;
		color: #FFF;
		outline: none !important;
	}
	
	.sideNav .panel-default {
		padding: 0;
	}
	
	.sideNav .panel-title {
		background: #FFF;
	}
	
	.sideNav .panel:first-child .panel-title {
		border-top: none;
	}
	
	.sideNav .panel-title a {
		color: #707070;
		font-size: 16px;
		padding: 0;
	}
	
	#sideNavbar .panel-heading {
		padding: .3em .6em;
		border-top: 1px solid #707070;
	}
	
	#sideNavbar ul.list-group {
		padding: 9px 0 0 9px !important;
	}
	
	#collapseFour ul.list-group {
		padding: 9px 0 9px 9px !important;
	}
	
	#sideNavbar ul.list-group li a.navlink2 {
		margin: 0 0 10px 0;
		width: 88%;
	}
	
	.sortby strong {
		display: none;
	}
	
	.sortby a {
		width: 100%;
		color: #5a5a5a;
		font-size: 16px;
		border-top: 1px solid #CBCBCB;
		padding: .5em;
		text-decoration: none;
		font-family: "Fanwood Text", serif;
		text-transform: uppercase;
	}
	
	.sortby a:nth-child(2) {
		border-top: none;
	}
	
	.sortby span {
		display: none;
	}
	
	#sideNavbar #collapseFour ul.list-group li {
		width: 55px;
		height: 40px;
		border: 1px solid #cbcbcb;
	}
	
	#sideNavbar #collapseFour ul.list-group li a,
	#sideNavbar #collapseFour ul.list-group li a span {
		height: 100%;
	}
	
	#collapseFour ul.list-group li a span {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#sideNavbar #collapseFive ul.list-group li {
		border: none;
		height: 40px;
		width: 55px;
	}
	
	#sideNavbar #collapseFive ul.list-group li a,
	#sideNavbar #collapseFive ul.list-group li a span,
	#sideNavbar #collapseFive ul.list-group li a img {
		height: 100%;
		border: none;
	}
	
	.shopping .thumbnails {
		-webkit-box-ordinal-group: 6;
		-moz-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: .5em 0 0;
	}
	
	.row.pagethru.bottom {
		-webkit-box-ordinal-group: 7;
		-moz-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.pagePerHolder a.viewAll {
		display: none;
	}
	
	p.total-results {
		font-family: 'Garamond Pro';
		color: #5a5a5a;
		font-size: 12px;
		margin: 0;
	}
	
	.num-count {
		display: none !important;
	}
	
	.pagination {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.pagination-arrows {
		display: none;
	}
	
	.pagination-previous {
		padding: 0 0 0 .7em;
		margin-left: .7em;
		height: 16px;
		padding-left: 0;
	}
	
	.pagination-previous a,
	.pagination-next a  {
		font-family: 'Garamond Pro' !important;
		color: #5a5a5a !important;
		font-size: 12px !important;
		text-transform: lowercase !important;
	}
	
	#view-all {
		font-family: 'Garamond Pro';
		color: #707070;
		font-size: 12px;
		text-transform: lowercase;
	}
	
	.shopping .thumbnails li.span4 {
		width: 33%;
	}
	
	.shopping .thumbnail p.desc, .trends  .thumbnail p.desc {
		font-size: 14px;
		height: 34px;
	}
	
	.shopping .thumbnail p.price strong { 
		font-size: 14px;
	}
	
	.category-page .thumbnail a.product {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: start;
		-moz-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.category-page .thumbnail, .thumbnails li#trend4 .thumbnail {
		margin: 0 !important;
		width: 100%;
	}
	
	.category-page .thumbnails li.span4:nth-child(3n+1) .thumbnail, .category-page .thumbnails li.span4:nth-child(3n+3) .thumbnail, .thumbnails li#trend4:nth-child(3n+1) .thumbnail, .thumbnails li#trend4:nth-child(3n+3) .thumbnail {
		width: 100%;
		margin: 0 !important;
	}
	
	.shopping .thumbnails li.span4, .thumbnails li#trend4 {
		width: 49%;
	}
	.shopping .thumbnails li.span4:nth-child(even), .thumbnails li#trend4:nth-child(even) {
		margin-left: 2%;
	}
	
	/*.category-page li.span4:nth-of-type(even) .thumbnail {
		position: absolute;
		right: 0;
	}*/
}


/*UPDATED PDP*/
#prod-container .product-container .productInfo {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#prod-container .product-container .product-img .alternateViews {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#prod-container .product-container .product-img .prod-main-image a {
	border: 10px solid #FFF;
	-webkit-box-shadow: 0px 4px 5px 6px rgba(204,204,204,1);
	-moz-box-shadow: 0px 4px 5px 6px rgba(204,204,204,1);
	box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
	display: block;
	position: relative;
}

.MagicZoomBigImageCont {
    max-width: 320px !important;
	width: 100% !important;
}

#sb-wrapper .header-shopping-cart,
#sb-wrapper .header-shopping-count,
#sb-wrapper .header-shopping-total {
    display: none;
}

#prod-container .product-container .productInfo .pricing .product-price.sale-price {
	color: #b5121b;
}

.product-qty {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#listPrice {
    font-family: 'Century Gothic','Didact Gothic';
    font-size: 14px;
}

#listPrice.slashed {
    text-decoration: line-through;
}

#Prod-tabs p {
    font-size: 14px;
}

.maylike-desktop .thumbnail .caption {
	padding: 0;
}

.write-review {
	color: #0056b3;
}

@media (min-width: 768px) {
	.mob-color-label,
	.your-choice-color,
	.mobile-product-slider,
	.responsive-tabs {
		display: none;
	}
	
	.product-item .sizingChart {
		display: none;
	}
	
	#prod-container .product-container .productInfo .product-name {
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

	div#product-vendor {
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	#prod-container .product-container .productInfo .product-item {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	#prod-container .product-container .productInfo .pricing {
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	#prod-container .product-container .productInfo .ProdreviewsStars {
		-webkit-box-ordinal-group: 6;
		-moz-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	#prod-container .product-container .productInfo .Prodsocial {
		margin: 0 0 10px;
		-webkit-box-ordinal-group: 8;
		-moz-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	#prod-container .product-container .productInfo .product-desc {
		-webkit-box-ordinal-group: 9;
		-moz-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	
	iframe#products2-iframe {
		margin-top: 10px;
		-webkit-box-ordinal-group: 7;
		-moz-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media (max-width: 767px) {
	#prod-container .breadcrumb-container {
		width: 95%;
		margin: 0 auto;
		float: none;
	}
	
	#prod-container .product-container .product-img {
		display: none;
	}
	
	.mobile-product-slider {
		width: 100%;
		max-width: 400px;
		padding-bottom: 10px !important;
	}
	
	.swiper-pagination.pdp-pagination {
		bottom: 0;
	}
	
	.swiper-pagination.pdp-pagination .swiper-pagination-bullet-active-main {
		background: #000;
	}
	
	.pdp-pagination-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: .5em 0;
	}
	
	.pdp-pagination .swiper-pagination-bullet {
		margin: 0 10px !important;
		outline: none;
	}
	
	.pdp-pagination .swiper-pagination-bullet-active {
		background: #707070;
	}
	
	.mobile-product-slider img {
		width: 100%;
	}
	
	.pdp-navigation {
		display: none;
	}
	
	.pdp-arrows {
		display: inline-block;
		position: absolute;
		width: 20px !important;
		height: 20px !important;
		background: transparent;
		text-indent: -9999px;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		transition: all 250ms ease-in-out;
		text-decoration: none;
		color: transparent;
		background: none !important;
		outline: none;
	}
	
	.pdp-prev {
		transform: rotate(-45deg);
		left: 0;
	}
	
	.pdp-next {
		transform: rotate(135deg);
		right: 0;
	}
	
	#prod-container .product-container .productInfo {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#prod-container .product-container .productInfo .product-name {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		font-size: 22px;
		color: #5a5a5a;		
	}
	
	#prod-container .product-container .productInfo #product-vendor {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		font-size: 16px;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		margin-top: 5px;
	}
	
	div#listPrice {
		font-size: 16px;
		font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
		color: #5a5a5a;
	}
	
	#prod-container .product-container .productInfo .pricing {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		margin: 5px 0 0;
	}
	
	.product-price.sale-price {
		font-size: 16px !important;
	}
	
	#prod-container .product-container .productInfo .product-item {
		font-size: 14px;
		font-family: 'Georgia', 'Didact Gothic';
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 10px 0;
	}
	
	#prod-container .product-container .productInfo .ProdreviewsStars {
		display: none;
	}
	
	#prod-container .product-container .productInfo .product-desc {
		display: none;
	}
	
	#prod-container .product-container .productInfo .Prodsocial {
		-webkit-box-ordinal-group: 8;
		-moz-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
		margin: 0 auto 17px;
	}
	
	#prod-container .product-container .productInfo iframe {
		-webkit-box-ordinal-group: 7;
		-moz-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
		/*height: auto !important;
		min-height: 365px;*/
		max-width: 100%;
		/*height: 400px !important;*/
	}
	
	.iphone #prod-container .product-container .productInfo iframe {
		max-width: 97%;
	}
	
	.product-item .sizingChart {
		color: #707070;
		font-size: 9px;
		font-family: "Arial Narrow";
		width: 65px;
		height: 20px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border: 1px solid #707070;
		display: none;
	}
	
	/*a.addToCart {
		background: #707070;
		background-image: none !important;
		text-indent: 0;
		height: 40px;
		color: #FFF;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-transform: uppercase;
		width: 100%;
	}*/
	
	#prod-container .product-container .productmaylike article.prodlisting .thumbnail a.product > img {
		box-shadow: none;
	}
	
	#Prod-tabs {
		margin: 0 auto;
	}
	
	#Prod-tabs p {
		font-size: 16px;
		font-family: 'Didact Gothic', sans-serif;
	}
	
	.thumbnail p.price strong {
		font-size: 14px;
	}
	
	.row.no-gutters.desktop-tabs {
		display: none;
	}
	
	.responsive-tabs {
		margin: 0 .5em;
	}
	
	.resp-tab {
		border: 1px solid #707070;
		margin: 0 0 .5em;
		padding: .5em;
	}
	
	.resp-tab .tab-header {
		color: #707070;
		text-transform: uppercase;
		font-size: 16px;
		background: url(/images/add.png) no-repeat;
		background-size: 14px !important;
		background-position: 100% !important;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		text-decoration: none;
	}
	
	.resp-tab .tab-header.active {
		background: url(/images/substract.png) no-repeat;
	}
	
	.resp-tab-content {
		display: none;
		font-size: 12px;
		margin: 1em 0 0;
	}
	
	.resp-tab-content.active {
		display: block;
	}
	
	.iphone div.reviewContainer input.input {
		max-width: 98%;
	}
	
	div.reviewContainer input.input,
	div.reviewContainer textarea.textarea,
	div.reviewContainer select.select {
		font-size: 16px;
	}
}

@media (min-width: 576px) {
	.maylike-mobile {
		display: none;
	}
}

@media (max-width :575px) {
	#prod-container .product-container .product-img .alternateViews {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	#prod-container .product-container .productmaylike {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
	}
	
	.maylike-mobile .slick-list {
		width: 85%;
		margin: 0 auto;
	}
	
	#prod-container .product-container .productmaylike article.prodlisting {
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		float: none;
	}
	
	#prod-container .product-container .productmaylike article.prodlisting .thumbnail a.product {
		height: 300px;
		background: none;
	}
	
	#prod-container .product-container .productmaylike article.prodlisting .thumbnail a.product > img {
		margin: 0 auto;
		max-height: 300px;
		height: auto;
		float: none;
	}
	
	.maylike-desktop {
		display: none;
	}
	
	#prod-container .product-container .productmaylike .heading {
		font-size: 16px;
	}
	
	.recommend-arrow {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 20px;
		background: transparent;
		text-indent: -9999px;
		border-top: 2px solid #bfbfbf;
		border-left: 2px solid #bfbfbf;
		transition: all 250ms ease-in-out;
		text-decoration: none;
		color: transparent;
	}
	
	.recommend-arrow.prev {
		transform: rotate(-45deg);
		left: 0;
	}
	
	.recommend-arrow.next {
		transform: rotate(135deg);
		right: 0;
	}
	
	#popupCartCheckoutNow {
		padding-right: 0 !important;
	}
}

/*UPDATED ACCOUNT STYLING*/
#addyHolder .floatSeperator {
	display: none;
}

.account-page .versona-btn {
	width: 170px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	div#addressBilling {
		width: 30%;
		padding: 0 !important;
	}
	
	div#addressShipping {
		width: 35%;
		border-left: 1px solid #e4e4e4 !important;
		border-right: 1px solid #e4e4e4 !important;
	}
	
	div#shipToStoreHolder {
		width: 30%;
		height: auto !important;
	}
	
	div#shipToStoreLoader {
		border: none !important;
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.infoTXT.new-cust-info {
		padding-left: 0;
	}
	
	div#addressBilling {
		margin-bottom: 1em !important;
		padding-bottom: 1em !important;
		padding-left: 0 !important;
		border-bottom: 1px solid #EAEAEA !important;
	}
	
	div#addressShipping {
		padding: 0 !important;
	}
	
	div#shipToStoreHolder {
		border-left: none;
		border-top: 1px solid #eaeaea !important; 
		padding-top: 20px !important;
		padding-left: 0 !important;
	}
	
	div#shipToStoreHolder div#shipToStoreLoader {
		width: 100% !important;
	}
}

/* UPDATED LOGIN PAGE 
#login-page input[type="submit"],
#versona-store-page input[type="submit"],
#login-page a[title="Express Checkout"] {
    background: #707070;
    color: #FFF;
    border: none;
    min-width: 225px;
    height: 40px;
    font-size: 18px;
	cursor: pointer;
	font-family: 'Georgia';
	display: inline-block;
	line-height: 40px;
	text-align: center;
}

#login-page a[title="Express Checkout"]:hover {
	text-decoration: none;
}*/

.login-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.no-acct-txt {
    position: absolute;
    z-index: 2;
    color: #FFF;
}

.forgot-pass {
    margin: 5px 0;
}

.forgot-pass a {
	cursor: pointer;
	color: #0056b3;
}

.sign-up-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
	margin: 0 0 10px;
}

.sign-up-box span {
    font-size: 12px;
    padding-left: 5px;
}

@media (min-width: 768px) {
	#login-page ::placeholder {
		color: transparent;
	}
	
	.mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	input.loginInput, input.loginInput1 {
		width: 100% !important;
	}
	#login-page {
		margin-bottom: 20px;
	}
	
	#login-page label.loginLabelAlt {
		display: none;
	}
	
	#login-page ::placeholder {
		font-style: italic;
	}
	
	#login-page br {
		display: none;
	}
	
	#login-page h2 {
		font-family: 'didact gothic';
		font-size: 12px !important;
		font-weight: bold;
		text-transform: uppercase !important;
	}
	
	#login-page input[type="submit"],
	#login-page a[title="Express Checkout"],
	#versona-store-page input[type="submit"] {
		width: 100%;
	}
	
	#login-page input.loginInput {
		width: 100% !important;
		margin: 0 0 10px;
		background: #FFF;
		border: 1px solid #707070;
		border-radius: 5px !important;
	}
	
	div#returningCustomers,
	div#newCustomers,
	div#expressCheckout {
		width: 100%;
		-ms-flex: initial;
		flex: inherit;
		max-width: 100%;
		margin: 0;
		padding: 0 !important;
		min-height: 0 !important;
	}
	
	div#newCustomers {
		margin: 20px 0;
	}
	
	.infoTXT.new-cust-info {
		display: none;
	}
	
	.locSearchRad label.pl-2.desktop {
		display: none;
	}
}

/* UPDATED STORE LOCATOR PAGE */
#versona-store-page h3 {
    color: #707070;
}

.locatorForm h4 {
    font-family: 'Georgia';
	color: #707070;
	font-size: 1rem;
}
.locatorForm h5 {
    font-size: 1rem;
}

#versona-store-page p.desktop {
    font-family: 'Georgia';
    color: #707070;
	font-size: 14px;
}

@media (min-width: 768px) {
	
	#versona-store-page span.top {
		margin: 0 10px 0 0;
	}
	
	#versona-store-page input[type="submit"] {
		font-family: 'Georgia';
	}
	
	.locLeft.w-50,
	.locRight.w-50 {
		float: left;
	}
}

@media (max-width: 767px) {
	
	#versona-store-page div.page-heading {
		margin: 10px 0 0;
	}
	
	#versona-store-page h3 {
		font-size: 14px;
		font-family: 'Georgia';
	}
	
	.search-by-zip {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.search-by-zip span.top {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: flex-start;
		-moz-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}
	
	#versona-store-page input {
		width: 100%;
		margin: 10px 0 0;
	}
	
	
	#versona-store-page ::placeholder {
		font-style: italic;
	}
	
	.locSearchRad h4 {
		margin: 0 0 6px;
	}
	
	.loc-gps { margin: 0 0 15px; }
	
	.loc-gps .locSearchSt h4  {
		margin: 0;
	}
	
	.locSearchSt select {
		width: 100% !important;
	}
	
	label.pl-2 {
		font-size: 14px;
		width: 120px;
		text-align: right;
		padding-left: 0 !important;
	}
}

/*UPDATED TRENDS PAGES*/
#trends-category .thumbnail a.product {
	display: initial;
}

#trends-category .quickview {
	top: 72%;
}

@media (min-width: 1025px) {
	.thumbnails li#trend4 a.product span {
		width: 286px;
		height: 417px;
	}
	
	.thumbnails li#trend4 a.product img {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.view-item {
		display: none;
	}
}

@media (max-width: 767px) {
	
	div.trendHolder span.trendImgHolder img {
		max-width: none;
		max-height: none;
		width: 100%;
		height: auto;
	}
	
	#trendHolder #socialNetworking {
		float: left;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: start;
		-moz-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	span.st_fblike_hcount {
		margin-top: -1px;
	}
	
	#socialNetworking span:last-child {
		margin-top: 1px;
	}
	
	.trends-top {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 15px;
	}
	
	.trends-count {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.trends-count span {
		font-size: 10px;
		font-family: sans-serif;
		font-weight: bold;
		margin: 7px 0 0;
	}
	
	.view-item {
		display: none;
	}
	
	.view-type {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 10px 0 0;
	}
	
	.view-type img {
		width: 25px;
	}
	
	.view-type span {
		font-size: 10px;
		font-family: sans-serif;
		font-weight: bold;
		margin: 4px 0 0 5px;
	}
	
	#trends-category {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	
	/*.grid-thumbnails li.span4 {
		max-width: 33% !important;
		width: 100% !important;
		margin: 0 !important;
	}*/
	
	#trends-category li.span4 a img {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	.grid-thumbnails .span4 .thumbnail {
		width: 96%;
		margin: 0 auto;
	}
	
	.grid-thumbnails.thumbnails li#trend4 a.product {
		height: auto;
	}
	
	.solo-thumbnails li#trend4 {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.view-item {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.grid-thumbnails li.span4 {
		max-width: 50% !important;
	}
}

/*UPDATED WISH LIST*/
table#shoppingCartItems .btn {
	background: #707070;
	color: #FFF;
	text-align: center;
	padding: .5em 1em;
	font-size: 13px;
	font-family: 'Georgia';
	border-radius: 0;
}

	
@media (max-width: 767px) {
	form#wishListForm {
		width: 96%;
		float: none;
		margin: 0 auto;
	}
	
	table#shoppingCartItems thead {
		display: none;
	}
	
	table#shoppingCartItems tbody tr {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: 295px;
		width: 100%;
		position: relative;
	}
	
	table#shoppingCartItems tr td {
		height: auto !important;
	}
	
	table#shoppingCartItems tbody tr td.cartQty {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		height: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-moz-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	table#shoppingCartItems tbody tr td.cartTotal {
		position: absolute;
		right: 0;
		width: auto !important;
	}
	
	table#shoppingCartItems tbody tr td.cartQty .floatLeft {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	table#shoppingCartItems tbody tr td.cartQty a {
		width: auto !important;
		margin: 10px 0 0 12px !important;
	}
	
	table#shoppingCartItems .btn {
		background: #5a5a5a;
		color: #FFF;
		text-align: center;
		padding: .5em 0;
		font-size: 14px;
		border-radius: 0;
	}
}

/*UPDATED GIFTCARD PAGE*/
#catPage img { max-width: 100%; }
#gcResponse { margin: 20px 0 0; display: block; }
#addToCartSingleLayer {
    background: #000;
    border: none;
    color: #FFF;
	padding: 5px 30px;
}

#giftcard-page form {
	width: auto;
	max-width: 500px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#giftcard-page .gcPopUp {
	width: 100%;
	float: left;
	margin: 10px 0 0;
	color: #0056b3;
}
	
	
#giftcard-page form span input.smallInput {
	margin: 0 0 0 5px;
}

#giftCardDetails a {
	color: #0056b3;
}

.unchecked-error {
    margin-top: 10px;
    display: none;
    position: fixed;
    z-index: 10;
    background: #FFF;
    width: 300px;
    height: 50px;
    border: 1px solid #756661;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.close-error {
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute;
    right: -12px;
    top: -9px;
    background: #707070;
    border-radius: 50%;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	cursor: pointer;
}

.close-error img {
    width: 12px;
}

.unchecked-error p {
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-recaptcha {
    width: 300px;
}

.check-balance-btn-wrapper {
    display: inline-block;
	position: relative;
	width: 100%;
}

.check-bal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#giftcard-page.account-page {
		max-width: 56%;
	}
	
	.account-picture.giftcard-picture {
		max-width: 44%;
		float: left;
	}
	
	.account-picture.giftcard-picture img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.account-picture.giftcard-picture {
		margin: 0;
	}
	
	.account-picture.giftcard-picture img {
		max-width: 100%;
		height: auto;
	}
	
	#giftcard-page label.loginLabel {
		width: 80px;
	}
}

/*UPDATED SEARCH PAGE*/
.no-search-wrapper img {
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.no-search-wrapper {
		overflow: hidden;
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	
	.no-search-wrapper img {
		width: 895px;
	}
}

@media (min-width: 768px) {
	.mobile-search {
		display: none;
	}
}

@media (max-width: 767px) {
	.errorContainer {
		width: 100%;
	}
	
	.no-search-wrapper {
		overflow: hidden;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		min-width: 0 !important;
	}
	
	.no-search-wrapper img {
		width: 845px;
	}
	
	.mobile-search {
		text-align: center;
		margin: -40px 0 0;
	}
	
	.mobile-search p {
		margin-bottom: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 18px;
	}
	
	.mobile-search p:last-child {
		margin: 20px 0;
	}
	
	.mobile-search a {
		background: #000;
		color: #FFF;
		border: none;
		padding: 10px 30px;
	}
	
	.empty-bag-holder {
		padding-top: 0;
	}
}

/*UPDATED CART PAGE*/
section#cartInfo {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#cartInfo .web-paypal-btn {
	margin-top: 14px !important;
}

@media (min-width: 768px) {
	a.versona-btn[title="checkout"] {
		margin: 0 1em;
	}
}

@media (max-width: 767px) {
	.bagContainer {
		width: 100%;
	}
	
	.bagContainer .mobile-search {
		margin: 0;
	}
	
	section#cartInfo {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	section#cartInfo a {
		width: 100%;
		margin: 3px 0;
	}
	
	section#cartInfo table.paypal-table {
		display: none;
	}
	
	section#cartInfo .mobile-paypal {
		display: block !important;
		text-align: center;
	}
	
	section#cartInfo .mobile-paypal table.paypal-table {
		margin: 0 auto !important;
		max-width: 200px;
		display: inline-block;
		float: none;
		
	}
	
	table#shoppingCartItems tbody tr td.cartDetails {
		width: 40% !important;
	}
	
	div#giftCardOptions .addBagHolder {width: 100%; }
}

/*UPDATED SIZECHART PAGE*/
@media (min-width: 1025px) and (max-width: 1199px) {
	#size-chart-section img:nth-child(2),
	#size-chart-section img:nth-child(4),
	#size-chart-section img:last-child {
		position: absolute;
		width: 300px;
	}
}

@media (max-width: 1024px) {
	#size-chart-section {
		width: 100%;
	}
	
	#size-chart-section p {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#size-chart-section img {
		max-width: 100%;
		height: auto;
	}
	
	#size-chart-section img:first-child {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	#size-chart-section img:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	#size-chart-section img:nth-child(3) {
		-webkit-box-ordinal-group: 6;
		-moz-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	#size-chart-section img:nth-child(4) {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	#size-chart-section img:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-moz-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	
	#size-chart-section img:last-child {
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
}

/*UPDATED SHIPPING PAGE*/
#shipping-section li a,
#returns-section li a,
#faq-section a {
    color: #007BFF;
}
#shipping-section li a u,
#returns-section li a u,
#faq-section a u {
    color: #707070;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#shipping-section,
	#returns-section {
		width: 100%;
		margin: 20px 0;
	}
	
	#shipping-section .dept,
	#returns-section .dept,
	#faq-section h1.dept {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	#shipping-section,
	#returns-section {
		width: 100%;
		margin: 20px 0 0;
	}
	
	#shipping-section .dept,
	#returns-section .dept,
	#faq-section h1.dept {
		background: none !important;
		font-size: 20px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#shipping-section table {
		width: 100% !important;
	}
	
	#shipping-section tr {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#returns-page ul {
		margin-left: 0 !important;
	}
}

/*UPDATED ABOUT US*/
@media (min-width: 1025px) {
	#about-us-section tr {
		width: 100% !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#about-us-section table {
		width: 100% !important;
	}
	
	#about-us-section tr {
		width: 100% !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#about-us-section tr td:first-child {
		width: 100% !important;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	#about-us-section tr td:last-child {
		width: 100% !important;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 !important;
		margin: 0 0 1em;
	}
	
	#about-us-section img {
		max-width: 100%;
		height: auto !important;
	}
}

@media (max-width: 767px) {
	#about-us-page .page-heading {
		margin: 10px 0 0 0 !important;
	}
	
	article#about-us-section {
		width: 100%;
	}
	
	#about-us-section table {
		max-width: 100% !important;
		height: auto !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	#about-us-section tbody,
	#about-us-section p {
		width: 100% !important;
	}
	
	#about-us-section tr {
		width: 100% !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#about-us-section td {
		width: 100% !important;
		padding: 0 !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#about-us-page img {
		max-width: 100%;
		height: auto !important;
	}
}

/*UPDATED REAL ESTATE*/
#real-estate-page a {
	color: #212529;
}

#real-estate-page p,
#real-estate-page li {
	font-size: 14px !important;
	color: #212529 !important;
}

#real-estate-page ul {
	padding-left: 20px;
}

@media (min-width: 768px) {
	#real-estate-page tr {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	#real-estate-page td:first-child {
		margin-right: 1em;
	}
}

@media (max-width: 767px) {
	article#real-estate-section {
		max-width: 100%;
	}
	
	#real-estate-page tr {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#real-estate-page table {
		width: 100% !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	#real-estate-page tbody,
	#real-estate-page td {
		width: 100% !important;
	}
	
	#real-estate-page p,
	#real-estate-page li {
		font-size: 14px !important;
		color: #212529 !important;
	}
	
	#real-estate-page a {
		color: #212529;
		font-size: 14px;
	}
}

/*UPDATED ORDER HISTORY*/
.order-history .versona-btn {
    float: left;
    margin-right: 1em;
}

@media (max-width: 767px) {
	.order-history .versona-btn {
		width: 100%;
		margin-right: 0;
		margin: 5px 0;
	}
}
.alert-danger, .alert-success { color: #404041; background-color: #FFF; font-weight: bold;}

/*HEADER & FOOTER */
@media (max-width: 767px) {
	
}
#catPage .bagContainer { margin: 0 auto; }
#catPage .bagContainer img { width: 100%; }

#catPageInner article.paddedContent.info-page-container img { max-width: 100%; }

#sitemap { width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;}
#sitemap a { color: #404041; }
#sitemap ul { padding: 0 10px 0 0; }
#sitemap ul li{list-style: none; }
#sitemap ul li.parent { font-weight: bold; text-transform: uppercase; font-size:1.1rem;}
#sitemap ul li.child { padding-left: 20px; }
#sitemap ul li.grandchild { padding-left: 40px; }

#warning{position:absolute;top:50%;right:0;left:0;margin:auto;width:50%;height:200px;background-color:#fff;padding:4px;border:2px solid #756661;border-radius:5px;font-size:20px;text-align:center;}
#warning a{text-decoration:underline;}
.close-ie-warning{float:right;margin-top:-20px;margin-left:110px;margin-right:0;background:#756661;color:#FFF;width:30px;height:30px;text-align:center;text-decoration:none !important;}



/*** Listrak CSS ***/
.recommended-section {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

.cart-recommend-section {
	max-width: 100%;
}

.recommendItems {
	width: 94%;
	position: static !important;
	margin-top: 55px !important;
}

.cart-recommendItems {
	width: 94%;
	position: static !important;
}

#cart-recommendItems {
	width: 100%;
}

.recommend-arrow,
.cart-recommend-arrow {
	display: inline-block;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  width: 15px;
	  height: 15px;
	  background: transparent;
	  text-indent: -9999px;
	  transition: all 250ms ease-in-out;
	  text-decoration: none;
	  color: transparent;
	  cursor: pointer;
	  z-index: 10;
	  border: none;
}

.recommend-prev {
	left: 12px;
	background: url(/images/left-arrow-chevron.png) no-repeat;
    background-size: 100%;
}

.cart-recommend-prev {
	transform: rotate(-45deg);
	left: 0;
}

.recommend-next {
	background: url(/images/right-chevron.png) no-repeat;
    background-size: 100%;
	right: 12px;
}

.cart-recommend-next {
	transform: rotate(135deg);
	right: 0;
}

div.recommended-section div.titleSpot {width:100%;float:left;font-size:20px;color: #756661;text-align:center;margin:13px 0px; text-transform: uppercase; border-top: 1px solid #756661;
border-top: 1px solid #756661;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

div.recommended-section div.titleSpot span {
	background: #FFF;
	position: absolute;
	top: -17px;
	padding: 0 10px;
	font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
	font-weight: bold;
}

div.recommended-section div.titleSpot span.lefty {float: left;text-align: left;border-bottom: solid 1px #756661;width: 33%;position: absolute;top: 15px;left: 0;}
div.recommended-section div.titleSpot span.righty {float: right;text-align: left;border-bottom: solid 1px #756661;width: 33%;position: absolute;top: 15px;right: 0;}
div.ltProdSpot a {margin: 0 auto;text-align:center;}
div.ltProdSpot img {margin: 0 auto 7px auto;max-width: 100%;max-height: 100%;}
div.ltProdSpot span {height:auto;min-height:15px;width:100%;float:left;color: #707070;font-size: 14px; margin-bottom: 5px;font-family: 'Georgia', sans-serif;}

/*UPDATED GENERAL*/
.swiper-button-disabled,
.swiper-button-disabled {
    border-top: 2px solid #dacdc8;
    border-left: 2px solid #dacdc8;
}

.recommendItems-container {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

@media (max-width: 640px) {
	.recommendItems {
		width: 80% !important;
	}
}

.empty-recommended-section .titleSpot {width:100%;float:left;font-size:20px;color: #756661;text-align:center;margin:13px 0px; text-transform: uppercase; border-top: 1px solid #756661;
border-top: 1px solid #756661;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.empty-recommended-section .titleSpot span {
	background: #FFF;
	position: absolute;
	top: -16px;
	padding: 0 10px;
	font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
    font-weight: bold;
}

div.empty-recommended-section div.titleSpot span.lefty {
	float: left;
    text-align: left;
    border-bottom: solid 1px #756661;
    width: 37%;
    position: absolute;
    top: 15px;
    left: 0;
}

div.empty-recommended-section div.titleSpot span.righty {
    float: right;
    text-align: left;
    border-bottom: solid 1px #756661;
    width: 37%;
    position: absolute;
    top: 15px;
    right: 0;
}

.empty-recommendItems .ltData {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}

.empty-recommendItems .ltProdSpot {
    flex: 1 1 25%;
    max-width: 25%;
}

.empty-recommendItems div.ltProdSpot a {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.empty-recommendItems div.ltProdSpot img {
    margin: 2rem auto 0;
    max-width: 95%;
    max-height: 100%;
	display: block;
}

.search-recommend-section,
.no-prods-section {
	margin-top: 30px;
}

.product-suggestions-container {
    height: 1060px;
	position: relative;
}

.product-suggestions {
	width: 100%;
	position: static !important;
}

.suggestions-pagination {
	position: absolute;
	bottom: 0 !important;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.suggestions-pagination .swiper-pagination-bullet-active {
	background: #756661 !important;
}

.suggestion-arrow {
	display: inline-block;
	  position: absolute;
	  bottom: 25px;
	  margin: auto;
	  width: 10px;
	  height: 10px;
	  background: transparent;
	  text-indent: -9999px;
	  border-top: 2px solid #756661;
	  border-left: 2px solid #756661;
	  transition: all 250ms ease-in-out;
	  text-decoration: none;
	  color: transparent;
	  cursor: pointer;
}

.suggestion-prev {
	transform: rotate(-45deg);
	left: 40%;
}

.suggestion-next {
	transform: rotate(135deg);
	right: 40%;
}

@media (min-width: 768px) {
	.responsive-product-suggestions.swiper-container.swiper-container-horizontal {
		display: none;
	} 
}

@media (max-width: 767px) {
	.desktop-product-suggestions {
		display: none;
	}  
}

/*UPDATED INDEX*/
@media (max-width: 767px) {
	div.recommended-section div.titleSpot span.lefty,
	div.recommended-section div.titleSpot span.righty {
		display: none;
	}
	
	div.recommended-section div.titleSpot {
		border-bottom: 1px solid #756661;
	}
	
	.recommendItems {
		margin-top: 3rem;
	}
	
	.recommend-prev {
		left: 10px;
		top: 140px;
		bottom: initial;
	}
	
	.recommend-next {
		right: 10px;
		top: 140px;
		bottom: initial;
	} 
}

/*UPDATED PDP*/
.product-name.online-exclusive {
	font-size: 16px !important;
}

@media (min-width: 768px) {
	.product-suggestions-container .suggestion-arrow {
		display: none;
	}
}

@media (max-width :1023px) {
	.product-suggestions-container {
		height: 350px;
	}
	
	.responsive-product-suggestions.swiper-container {
		width: 85%;
		position: static !important;
	}
	
	.product-suggestions-container div.ltProdSpot img {
		margin: 0 auto;
		float: none;
	}
	
	.product-suggestions {
		height: 100%;
		width: 80%;
	}
	
	.suggestions-pagination {
		display: none;
	}
	
	.suggestion-arrow {
		top: 140px;
		bottom: initial;
		width: 10px;
		height: 10px;
	}
	
	.suggestion-prev {
		left: 10px;
	}
	
	.suggestion-next {
		right: 10px;
	}
	
	.product-suggestions-container div.ltProdSpot span {
		height: auto;
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.product-suggestions-container {
		height: auto;
	}
	
	.product-suggestions-container div.ltProdSpot a {
		width: 95%;
	}
}

/*UPDATED EMPTY CART*/
@media (min-width: 641px) and (max-width: 767px) {
	.empty-recommendItems .ltProdSpot {
		flex: 1 1 31%;
		max-width: 33%;
	}
	
	.empty-recommendItems div.ltProdSpot a {
		width: 95%;
		margin: 0 auto;
	}
	
	.empty-recommendItems div.ltProdSpot img {
		max-width: 95% !important;
	}
}

@media (max-width: 640px) {
	.empty-recommendItems div.ltData {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.empty-recommendItems div.ltProdSpot:nth-child(-n+12) {
		width: 50%;
	}
	
	.empty-recommendItems .ltProdSpot {
		flex: initial;
		max-width: 100%;
	}
	
	.empty-recommendItems div.ltProdSpot a {
		width: 95%;
		margin: 0 auto;
	}

	.empty-recommendItems div.ltProdSpot img {
		margin: 2rem auto 0;
		max-width: 90% !important;
	}
}

/* UPDATED GALLERY */
.gallery-container {
    max-width: 100%;
}

div#homeCMSContent {
	
	float: left;
	width: 100%;
	height: auto;
	
    position: relative;
    /*width: 73%;
    height: auto;
    font-size: 16px;*/
	font:normal 12px 'Roboto',sans-serif;
    padding-left: 5px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
div#homeCMSContent a {color:#756661;text-decoration:underline;}
div#homeCMSContent h1 {font-size:1em;text-transform:uppercase;font-weight:normal;}

#shipping-page td strong {color:#474747;}

#returns-page a,
#faq-page a {color: #0054AD;}

/*NOW HIRING PAGE*/
#now-hiring-page {
    max-width: 1024px;
    width: 100%;
}

form#now-hiring-form {
    margin: 3rem 0;
}

#now-hiring-form .col-md-6 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex: initial;
	max-width: 100%;
	padding: 0;
}

#now-hiring-form input {
    height: 45px;
    border: 1px solid #CCC;
    border-radius: 0;
    box-shadow: none;
}

#now-hiring-form select {
	height: 45px;
    border: 1px solid #CCC;
	background: none;
    border-radius: 0;
    box-shadow: none;
	text-indent: 13px;
	background: none;
}

#now-hiring-form span {
    color: #bd0000;
}

#now-hiring-form button {
	display: block;
    max-width: 250px;
    width: 100%;
    padding: .9rem 0;
	font-family: Garamond Pro, Georgia !important;
    font-size: 20px;
    margin: 0 auto;
	background: #707070;
    color: #FFF;
    border: none;
}

section.cmsHolder .now-hiring-content p {
    font-size: 12px !important;
	font-style: italic;
	margin: 0;
}

.now-hiring-content img {
    margin: 0 auto;
    display: block;
	width: 100%;
}

.visuallyhidden.static-height {
    margin: 0;
    /*height: 26px;*/
    position: static;
}

.now-hiring-content-bottom {
	font-size: 12px !important;
    font-style: italic;
    margin: 0;
}

#now-hiring-page p {
    margin: 0;
	line-height: 2;
}

.hidden-label {
	height: 32px;
}

@media (min-width: 768px) {
	#now-hiring-form .form-row {
		margin: 2rem 0;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 2fr;
		grid-column-gap: 25px;
		grid-row-gap: 20px;
		justify-items: stretch;
		align-items: stretch;
	}
}

@media (max-width: 767px) {
	article#now-hiring-page {
		margin: 0 auto !important;
		display: block !important;
		width: 95%;
	}
	
	#now-hiring-form .col-sm-12 {
		width: 100%;
		margin-bottom: 0;
	}
	
	.now-hiring-content img {
		max-width: 100%;
		height: auto;
	}
	
	.hidden-label {
		height: 7px;
	}
	
	#now-hiring-form input {
		margin-bottom: 30px;
	}
	
	#now-hiring-form select {
		margin: 10px 0 25px;
	}
	
	#now-hiring-page p {
		line-height: 1.5;
	}
}

.loading_spinner {max-width:60px !important;max-height:60px !important;height:60px !important;width:60px !important;}