.arrivals-filter-tabs {
    text-align: center;
}
.arrivals-filter-tabs ul {
    list-style: none;
    /* padding: 0px 0px 54px 0px; */
    margin: -19px 0px 28px 0px;
    position: relative;
    z-index: 5;
}
.arrivals-filter-tabs ul li {
    display: inline-block;
    vertical-align: top;
}
.arrivals-filter-tabs ul li:before {
    content: ' | ';
    color: transparent;
    display: inline-block;
    /* display: none; */
    border-right: 2px solid #efefef;
    margin: 0 10px;
    margin-right: 16px;
}

@media (max-width: 767px) {
.arrivals-filter-tabs ul li:before {
    display: none;
}
}
.arrivals-filter-tabs ul li:first-child:before {
    display: none;
}
.arrivals-filter-tabs ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #929292;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
}
.arrivals-filter-tabs ul li.active a {
    color: #1f1f1f;
}
.box .box-heading {
    font-size: 34px;
    line-height: 1;
    color: #202020;
    font-weight: 800;
    text-align: center;
    padding: 10px 0px 0px 0px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
}
.box .box-heading span {
    color: #df6a00;
}
.box .box-heading p {
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    color: #929292;
    padding: 9px 0px 0px 0px;
    text-transform: none;
}
.col-sm-3 .box .box-heading,  .col-sm-4 .box .box-heading,  .col-md-3 .box .box-heading,  .col-md-4 .box .box-heading,  .center-column .box .box-heading {
    padding: 0px 0px 21px 0px;
    color: #d17129;
    font-size: 18px;
    background: none;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.mfilter-box.box .box-heading {
    color: #1f1f1f;
    font-size: 24px;
    padding: 9px 0px 0px 0px;
    border: none;
}
.center-column .box .box-heading {
    color: #1f1f1f;
}
.col-sm-3 .box .box-heading:before,  .col-sm-4 .box .box-heading:before,  .col-md-3 .box .box-heading:before,  .col-md-4 .box .box-heading:before,  .center-column .box .box-heading:before {
    content: '';
    position: absolute;
    background: #d17129;
    width: 50px;
    height: 3px;
    bottom: -1px;
    left: 0;
}
.center-column .box .box-heading:before {
    background: #1f1f1f;
}
.mfilter-box.box .box-heading:before {
    display: none;
}
.box .second-heading {
    text-align: center;
    font-family: "Roboto", sans-serif;
    display: none;
    font-size: 22px;
    color: #929292;
    padding: 9px 0px 0px 0px;
}
.box .strip-line {
    display: none;
}
.box .box-content {
    clear: both;
    padding: 53px 0px 0px 0px;
}
.col-sm-3 .box .box-content,  .col-sm-4 .box .box-content,  .col-md-3 .box .box-content,  .col-md-4 .box .box-content,  .center-column .box .box-content {
    padding-top: 25px;
}
.mfilter-box.box .box-content {
    padding-top: 0px;
}
.box > .prev,  .box > .next {
    position: absolute;
}
.ProductList .ProductImage img {
    left: 0;
    height: 200px;
}
section.category-tabs {
    border-top: 1px solid #ccc;
    padding: 60px 0;
}
ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
ul#tabs li {
    display: inline-block;
    /*background-color: #32c896;
    border-bottom: solid 5px #238b68;*/
    /*padding: 5px 20px;*/
    margin-bottom: 4px;
    font-size: 15px;
    text-transform: uppercase;
    color: #929292;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
}
ul#tabs li:hover {
    color: #1f1f1f;
    text-decoration: none;
}
#owl-demoo .item {
    padding: 30px 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: auto;
    width: 54%;
    display: block;
}
.customNavigation {
    text-align: center;
}
.ProductActionAdd a.btn.icon-Add.To.Cart, .ProductActionAdd a.btn.icon-Choose.Options {
    background-image: url(https://cdn10.bigcommerce.com/s-1d158t7j/product_images/uploaded_images/shop-now-julie.jpg?t=1555097078&_ga=2.215210067.573915702.1554727844-100322260.1548776665);
    background-color: transparent!important;
    width: 148px;
    height: 50px;
    background-size: cover;
    text-indent: -4000px;
}
#home .ProductList .pname {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
}
ul.ProductList {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto auto;
    padding: 0!important;
}
#home .ProductList li, .productPage .ProductList li {
    width: 25%;
}
ul#tabs li.active {
    color: #1f1f1f;
}
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}
ul#tab li::before {
    content: ' | ';
    color: transparent;
    display: inline-block;
    display: none;
    border-right: 2px solid #efefef;
    margin: 0 10px;
    margin-right: 16px;
}
.wide {
    width: 80%;
}
.col {
    width: 25%;
    float: left;
    margin-bottom: 60px;
}
.col img {
    vertical-align: middle;
}
.ProductDetails {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px
}
.ProductActionAdd {
    text-align: center;
    padding: 10px;
}
.Block {
    margin-top: 20px;
}
.PageMenu li:nth-of-type(6) ul {
    width: 230px !important;
    height:auto !important;
}
.PageMenu li:nth-of-type(2) ul li a {
    text-transform:uppercase !important;
}
.PageMenu li:nth-of-type(2) ul {
    width: 260px !important;
    height:auto !important;
}
.PageMenu  div#SideCategoryList li:nth-of-type(2) ul li{
      display:block !important;
      width:100% !important;
}

.PageMenu li:nth-of-type(2) ul li ul{
    left:100% !important;
    top:-10px !important;
    margin-left:10px;
    height:auto;
    width: 250px !important;
    border-radius:0 !important;
}
.PageMenu li:nth-of-type(2) ul li ul li{
    height:35px;line-height:35px; width:100%;position: relative!important;
    padding-left:20px!important;
    background: url(https://cdn6.bigcommerce.com/s-cb242p/product_images/uploaded_images/ic-forward.png?t=1476709097) !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position:0% 45% !important;
    width:100%;
    box-sizing:border-box;}

.PageMenu li a{
    text-decoration:none !important;
}
html div#SideCategoryList ul.sf-menu.sf-horizontal li:nth-of-type(6) li a{

}
.PageMenu li:nth-of-type(3) ul li a, .PageMenu li:nth-of-type(4) ul li a{
    text-transform:uppercase !important;
}
/*
.PageMenu li:nth-of-type(7) ul li{
    display:inline-block;
    vertical-align:top;
}
.PageMenu li:nth-of-type(7) li a{
    width:70px !important;
}
*/
.PageMenu  div#SideCategoryList li:nth-of-type(2) > ul > li > a {
    height: 36px !important;
    line-height: 35px !important;
    background:none !important;
    color:#000 !important;
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
    top:0;
    left:0 !important;
}
.PageMenu  div#SideCategoryList li:nth-of-type(2) > ul > li > a:hover{
    color: orange !important;
}
.PageMenu  div#SideCategoryList li:nth-of-type(2) > ul > li{
    left:0 !important;
}
.PageMenu  div#SideCategoryList li:nth-of-type(2) > ul > li > a.hasSub {
    background: url(//cdn6.bigcommerce.com/r-88baf6d4c54bf537913cf631ab93dd1beb6c48ac/themes/ClassicNext/images/sub.png) 100% 50% no-repeat !important;
    padding-right: 20px !important;
}

.PageMenu li:nth-of-type(2) > ul > li:last-child a{
    border:none !important;
}
img{
    max-width:100%;
}
#home .srch {
    float: left;
    margin-top: 7px;
    padding-left: 19px;
    width: 77%;
}
#home  .letter {
    float: left;
    padding-left: 40px;
    width: 84%;
}
.ft-bottom .select_box1 .fixedWidth > span{
    display:none;
}

@media (min-width:768px) and (max-width:1199px){
    .sf-menu.sf-horizontal li {
    display: inline-block;
}
.PageMenu li:nth-of-type(8),
.PageMenu li:nth-of-type(7),
.PageMenu li:nth-of-type(6) {
    left: 0%;
    position: relative;
    width: auto !important;
}
.sf-menu li.over{
     z-index: 2147483647;
}

.TopMenu li.wth-30 {
    float: right;
    width: 14%;
}
}

@media (max-width:767px){
div#Header{
    display:block;
}    
.CategoryList > h3{
    display:none;
}
#cart-amount{
    float:right;
}
#DrawerMenu .sf-menu.sf-horizontal li{
    display:block;
}
/**div#SideCategoryList li:nth-of-type(5){
    display:none !important;
}**/  
#DrawerMenu .sf-menu a{
    line-height: normal;
}
#DrawerMenu .subcat-expand {
    height: 61px;
 }
 #SideAccountNavigation,
 #SideAdditionalInformation,
 #SideShopByBrand{
     display:none;
}
div#SideCategoryList li:nth-of-type(9){
    position:static !important;
}
div#SideCategoryList li:nth-of-type(9) a{
    right:0px;
    top:0px;
    left:auto;
}
#DrawerMenu .drawer-subcat.expanded li:first-child{
     border-top: 1px solid #555;
}
#DrawerMenu .drawer-subcat.expanded li a{
    height:57px;
    line-height:30px;
	height: auto;
	line-height: auto;
}
#DrawerMenu .sf-menu.sf-horizontal li{
    overflow:hidden;
}
#DrawerMenu  ul.sf-menu.sf-horizontal li:nth-of-type(6) li{
    width:100%;
    height:auto !important;
    padding-left:0 !important;
    background:none !important; 
}
#Header > .inner{
    background:#fff;
}
#Header .header-logo{
    left:60px;
    right:60px;
    width:auto;
    padding-top:10px;
}
#home .top-wraper .col-dv-4th{
    width:100%;
}
#home #tab .col{
    width:100%;
}
#home .feature .col-dv-6th{
width:100%;
}

#home .letter input[type="text"] {
    height: 35px;
    width: 89%;
}
#home .letter {
    float: left;
    padding-left: 40px;
    width: 80%;
}
#home .col-dv-8th div {
    display: block;
    text-align: center;
}
.botm_link li {
    color: #fff;
    float: left;
    font-size: 16px;
    margin-right: 2%;
    text-align: center;
    width: 100% !important;
}
.ft-bottom {
    display: none;
    margin-top: 10px;
}
.footer-main .inner{
 width: auto !important;
 padding:20px 60px 0;
}
.footer-main .inner  > .grid{
 margin:0;
}
}
@media screen and (max-width: 960px) {
  #home .ProductList li, .productPage .ProductList li {
    width: auto;
  }
}
/***** VWD CSS ADDED *****/


.TopMenu.vwd-topBar .inner{
	padding: 8px 0 5px 0;
}

.ProductList li{
	padding: 0 0 20px 20px;
	
}

.ProductList .ProductPriceRating{
	padding-bottom: 0;
}

.ProductList .ProductDetails{
	height: auto;
	min-height: auto !important;
	padding: 0 10px 0 0;
	margin-top: 5px;
	margin-bottom: 0;
}

.ProductImage.QuickView > a{
	height: auto !important;
}


.youtube-wrapper{
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.mobile-tel{
	display: none;
	}
	
div.mobile-cat-banner{
	display: none;
}

div.space-for-lists{
	overflow: hidden;
}

ul.vwd-login{
	float: left;
}

ul.help-cart{
	float: right;
}


ul.help-cart li img{
	height: 20px;
	width: auto;
	float: none;
	vertical-align: middle;
}

.TopMenu.bt ul img{
	float: none;
	height: 32px;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

li.logo-li{
	margin-right: 50px !important;
	
}

.TopMenu.bt ul li.logo-li img{
	height: auto !important;
	width: auto !important;
	max-width: 100% !important;
	vertical-align: middle !important;
}

.TopMenu.bt ul li.phone a{
	display: inline;
	text-decoration: none;
	color: #b3b3b3;
}

@media(max-width: 1100px){
	.PageMenuPrav > ul > li > a{
		font-size: 14px !important;
		padding: 10px 0 !important;
	}
	.TopMenu.bt li{
		width: 33%;
		margin-top: 5px;
		margin-bottom: 10px;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.TopMenu.bt li.logo-li{
		display: block;
		margin: 0 auto 5px auto !important;
		width: 100%;
		text-align: center
	}
	.TopMenu.bt li.search-li.wth-30{
		float: none;
		display: block;
		margin: 0px auto 0 auto;
		width: 300px;
		max-width: 100%;
	}
	.TopMenu.bt ul img{
		height: 20px;
	}
}

@media(max-width: 1000px){
	.PageMenuPrav > ul > li > a{
		font-size: 13px !important;
	}
	.PageMenuPrav > ul > li{
		margin: 0 5px !important;
	}
}

@media(max-width: 800px){
	.PageMenuPrav > ul > li > a{
		font-size: 12px !important;
	}
	.PageMenuPrav > ul > li{
		margin: 0 5px !important;
	}
	#HomeSlideShow ol.flex-control-nav.flex-control-paging{
		display: none;
	}
}

@media(max-width: 680px){
	ul.vwd-login{
		margin-bottom: 5px;
	}
	ul.vwd-login,
	ul.help-cart{
		float: none;
	}
	.TopMenu.bt ul img{
		display: block;
		margin: 0 auto 5px auto;
	}
}

@media (max-width: 480px){
	div#Header div.inner{
		background-color: #ccc;
		padding-top: 0;
	}
	div.mobile-cat-banner{
		display:block;
	}
	div.desktop-cat-banner{
		display: none;
	}
	.header{
		padding-top: 62px;
		}
		
	.header-secondary{
		display: none !important;
		}
		
	table#QuickSearch{
		display: none !important;
		min-width: 0;
		max-width: 0;
		width: 0;
		}
	#cart-amount .Cart{
		padding: 0.6em 0 0 0;
	}
	div.mobile-tel{
		display: block;
		position: absolute;
		top: 17px;
                z-index: 50;
	}
	div.mobile-tel img{
		width: 30px;
		height: auto;
	}
	
	.videoWrapper{
		min-width: auto !important;
	}
	
	#cart-amount .Cart .total{
		background: url("https://cdn3.bigcommerce.com/s-1d158t7j/product_images/uploaded_images/mobile-cart-icon.png?t=1501087384&_ga=2.265702863.1962605897.1501007638-1263698765.1501007638");
		background-size: 100%;
		background-repeat: no-repeat;
		min-width: 32px;
		font-size: 11px;
	}
	#cart-amount .Cart .bag-handle{
		display: none;
	}
	div#cart-amount .Cart .item-total{
		display: block;
		font-size: 12px;
	}
	.ProductList li{
		width: 50% !important;
		padding: 0 5px 10px 5px;
		min-height: auto !important;
	}
	.ProductList .ProductImage img{
		height: auto;
	}
	.ProductList div.ProductImage a{
		height: auto !important;
	}
	.ProductList div.ProductDetails{
		height: auto !important;
		min-height: auto !important;
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 5px 10px 0 0;
	}
}

@media (min-width: 481px){
	#Header .header-logo{
	display: none;
	}
}

@media(min-width: 1001px){
	.TopMenu.bt li.guarantee,
	.TopMenu.bt li.phone,
	.TopMenu.bt li.usa,
	.TopMenu.bt li.search-li{
		position: relative;
		top: 10px;
	}
	.TopMenu.bt li.guarantee,
	.TopMenu.bt li.phone,
	.TopMenu.bt li.usa{
		padding: 0 17px;
	}
}

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}



.main-title{
  color: #df6a00;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.containerhg{
  padding: 1em 0;
  float: left;
  width: 25%;
}
@media screen and (max-width: 640px){
  .containerhg{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .containerhg{
    width: 25%;
  }
}

.containerhg .title{
  color: #df6a00;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #df6a00;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #df6a00;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: auto; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #D3D3D3;
  margin: auto;
  padding: 10px;
  border: 0px solid #888;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.prav h3 {
  margin: 15px 0 0;
}
.prav form {
  border: 1px solid #eaeaea;
  background-color: #eaeaea;
  padding: 0px;
}
.prav fieldset {
  border: none;
}
.prav .eh span:first-child {
  display: block;
  margin: 0 0 10px;
}
.prav .eh input[type="text"] {
  width: 50%;
  padding: 5px;
}
.prav #linkContent2,
.prav .eh input[type="submit"] {
  padding: 5px;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0;
  border: 1px solid #eaeaea;
  background-color: #df6a00;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  min-width: 75px;
  text-align: center;
}
.prav #linkContent2 {
  background-color: #ffffff;
  border: 0;
}
.prav .appearVal {
  margin: 0 0 0;
  font-weight: bold;
  font-size: 1.25em;
  background-color: #eaeaea;
  color: #df6a00;

}
.GHbutton {
  background-color: #df6a00;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}