@media only screen and (max-width: 767px) { .text-xs-left { text-align: left; }
  .text-xs-right { text-align: right; }
  .text-xs-center { text-align: center; } }

@media only screen and (min-width: 768px) and (max-width: 991px) { .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) { .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; } 
.sidebar-wrapper  {width: 21% !important;}
}

@media only screen and (min-width: 1230px) { .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; } 

.sidebar-wrapper  {width: 21% !important;}

.header-promo div span {
   font-family: 'Pragati Narrow',sans-serif,'google' !important;
}

.header-promo .header-promo__text--top {
  font-family: 'Pragati Narrow',sans-serif,'google' !important;
}


.vCSS_breadcrumb_td a { font-size:11px !important;}

/* Decrease size of Home Slider*/
.owl-carousel .owl-item img {
    width: 80% !important;
    margin: 0 auto;
}
.home #vSlider .owl-nav .btn-prev {
    left: 150px !important;
}
.home #vSlider .owl-nav .btn-next {
    right: 150px !important;
}
}

@font-face { font-family: "button-icons"; font-style: normal; font-weight: normal; src: url("../fonts/buttons/button-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/buttons/button-icons.woff") format("woff"), url("../fonts/buttons/button-icons.ttf") format("truetype"), url("../fonts/buttons/button-icons.svg#button-icons") format("svg"); }




.matching_results_text {
 font-size:13px !important;
}


.upload-button {
  background-color: #0061d5;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
   margin: 0 auto;
}

.upload-button:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
  .button-43 {
    padding: 1rem 2rem;
  }
}

/*Category Sub-Header Features*/
.search_results_section .right {
    display: none !important;
}
.search_results_section table td {
   display: inline-block !important;
}

.search_results_section table table table {
    width: 500px !important;
}

.search_results_section #additionalsearch {
display:none !important;
}

#jmenuhide {
display:none;
}

/*GLOBAL Items*/
a img:hover {
opacity:.75;
}

/* Product Page */
.pages_available_text { display:none;}
.results_per_page_select {display:none !important;}



.product_productprice {
text-transform: uppercase;
  font-size: 14px;
letter-spacing:-.5;
}


.product_productprice .colors_text {
text-transform: uppercase;
  font-size: 14px !important;
letter-spacing: -.5 !important;
}

.PageText_L335n { 
     font-size: 15px;
    text-transform: uppercase;
 letter-spacing:-.5;
color: #666 !important;
}

.product_productprice b {font-size:21px !important;  }

.product_productprice span[itemprop="price"] {
font-weight: bold;
  color: #31458e;
  font-size: 22px;
}


/* HOME PAGE - alter category cols */
@media (min-width:992px) {
 #div_articleid_2 .col-md-3 {
    width: 20% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*HOME - Featured Products Slider */
.fp-wrapper .owl-carousel {
    height: 400px;
}

.fp-wrapper .owl-item {
   
}

.fp-wrapper .owl-item .item {
    height:auto ;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    border-radius: 14px; 
    background-color: #ffffff;  
}

.fp-wrapper .owl-item .name {
    margin-top:5px !important;
    overflow: hidden;
    max-width: 36ch !important;
    word-wrap: break-word; 
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 100;
    font-size: 18px;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
}

.fp-wrapper .owl-item .price {
 font-size: 19px;
 position: absolute;
 background: linear-gradient(#2989d8 0%, #31458e 100%);
 text-align: center;
  --d: .5em; /* the depth */
  top: 24px;
  inset-inline: calc(-1*var(--d));
  border-bottom: var(--d) solid #0008;
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,100% calc(100% - var(--d)),calc(100% - var(--d)) 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),var(--d) 100%,0 calc(100% - var(--d)));
  text-shadow: 0px 1px 2px #000;
  color: #ffffff !important;
  font-weight: bold !important;
  left: 6px;
  width: 289px !important;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
}

.fp-wrapper .owl-item .price .pricetext {
display:none !important;
}

.fp-wrapper .owl-item .item .image {
margin-top: 35px;
}

/* TY PAGE - Checkout */
.end-order-main {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 24px;
    padding: 2rem;
    width: 450px;
    background: #f8f8f8;
    margin-top:10px;
    text-align: center;
}

.end-order-upload {
    border: dotted darkred 1px;
    padding: 1rem .7rem 0rem .7rem;
    border-radius: 15px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    }

.end-order-upload p {
    text-align: center;
    }

.end-order-upload span {
    text-align: center;
    font-size: 33px;
    color: #952011 ;
    letter-spacing: 1px;
    font-weight: bolder;
    }

#div_articleid_51 {
     text-align: center;
     margin-left:40px;
}

.icon-x:hover {
 opacity: .6;
}

#sb-title-inner {
    font-size: 23px !important;
    letter-spacing: .5px !important;
}

 .v-product-grid .v-product {
vertical-align: text-top !important;
}

.v-product-grid .v-product__title {
    height: 62px;
    margin-bottom:15px !important;
    overflow: hidden;
    max-width: 120ch !important;
    white-space: no-wrap !important;
    text-overflow: ellipsis;
    padding-top: 8px;
}

 .v-product-grid .v-product  .v-product__details a {
width: 100%;
margin:0 auto;
}

.v-product-grid .v-product .v-product__img img {
margin:0 auto !important;
}

 .v-product-grid .v-product  .v-product__details a span {
width: 100%;
margin:0 auto;
}

.category table.v65-productDisplay .product_productprice {
font-size:20px !important;
text-transform: uppercase;
margin-bottom:15px;
}

.category table.v65-productDisplay .product_productprice b {
font-size: 20px !important;
text-transform: uppercase;
color: #31458e !important;
font-weight: 700;
}


.productdetails .colors_lines_light .product_productprice b {
font-size: 20px !important;
color: #31458e !important;
font-weight: 700;
}

#ProductDetail_ExtInfo_div {
float:left;
}

#ProductDetail_ExtInfo_div #title {
display:none;
}

#ProductDetail_ExtInfo_div .key {
    background-color: lightgrey;
    border: 1px solid #777;
}

#ProductDetail_ExtInfo_div .value {
    background-color: #eee;
    border: 1px solid #777;
}

#product_description ul li {  
  list-style-type: none;
}



.header h4  {     
    font-family: "Oleo Script", system-ui !important;
    font-weight: 700;
    font-style: normal;    }

.header h4:hover {    text-decoration :underline !important; }

.downloads-single::marker {
display: none !important; }

.downloads-single .but1:hover {
text-decoration: underline; }

.downloads-single .but1 span { 
color: blue  !important; 
}

.downloads .but1 span {      
color: blue  !important;
font-style: italic; }       

.downloads .but1:hover {
text-decoration: underline; }              

#cat-downloads li { height: 300px; }

#buyerslist li {list-style-type : none;}

#buyerslist li a:hover {text-decoration: underline;}

.rowZ  {display: flex; } 

.form-style-1 {
	margin:0;
	max-width: 450px;
	padding: 10px 20px 10px 20px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
         list-style-type: none; 
	background: #f4f7f8;
	border-radius: 8px;
}
.form-style-1 li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-style-1 label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: normal;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
box-shadow: inset 0 1px 1px rgba(0,0,0,.25);
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
	width: 49%;
}

.form-style-1 .field-long{
	width: 100%;
}
.form-style-1 .field-select{
	width: 100%;
}
.form-style-1 .field-textarea{
	height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #31458e;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}
    
.v-product__availability {
     display: none;
      font-size:17px;
      font-style: italic;
}


#v65-share-buttons-container {display:none  !important}
 .fb_iframe_widget {display:none !important;}

.home #content_area img[src*='images/homepage/FeaturedProducts.gif']+br+table:before  { display:none !important;}

.home #content_area table b { display:none !important;}

.btn-icon { font-family: 'button-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin-right: 5px; }

.btn-icon:hover { text-decoration: none; }

.btn-icon-apply:before { content: "\e600"; }

.btn-icon-close:before { content: "\e601"; }

.btn-icon-email:before { content: "\e602"; }

.btn-icon-photos:before { content: "\e603"; }

.btn-icon-plus:before { content: "\e604"; }

.btn-icon-question:before { content: "\e605"; }

.btn-icon-zoom:before { content: "\e608"; }

.btn-icon-recalculate:before { content: "\e606"; }

.btn-icon-warning:before { content: "\e610"; }

.icon-star:before { font-family: 'button-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0 !important; }

.icon-star-empty:before { content: "\e611"; }

.icon-star-half:before { content: "\e612"; }

.icon-star-full:before { content: "\e613"; }

.icon-free-shipping:before { content: "\e614"; font-family: 'button-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0 !important; width: auto !important; }

.cartDiv, .cartDiv2 { display: inline; }

.soft_add_content_shadow { width: auto; max-height: 500px; padding: 35px 0 0; overflow-y: auto; background: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); border-radius: 5px; }

.soft_add_header { width: auto; padding: 0; border: 0; background: white; }

.soft_add_header_shadow { position: absolute; top: 0; left: 0; padding: 0; width: 100%; }

.soft_add_header .soft_add_span { font-size: 0; }

.soft_add_header .soft_add_span:before { content: "Items in Cart"; display: inline-block; margin-left: -25px; padding-top: 10px; left: 0; font-size: 16px; }

.soft_add_content_area { padding: 15px; width: auto; max-height: 250px; overflow: auto; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: none; }

.soft_add_content_wrapper { padding: 0; width: auto; border: none; background: none; }

.soft_add_wrapper { position: fixed; min-width: 265px; max-width: -webkit-calc(100% - 30px); max-width: calc(100% - 30px); max-height: 400px !important; z-index: 1100; top: 50% !important; left: 0 !important; right: 0 !important; bottom: auto !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: auto !important; padding: 0; line-height: initial; font-family: inherit; font-weight: normal; color: #666666; }

@media only screen and (min-width: 768px) { .soft_add_wrapper { max-width: 400px; } }

@media only screen and (min-width: 992px) { .soft_add_wrapper { min-width: 400px; top: 15% !important; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

.ie8 .soft_add_wrapper { border: 1px solid #eee; }

.soft_add_wrapper .cart_table .icon { width: auto; height: auto; }

.soft_add_wrapper ul.anchored-cart { display: table; width: 100%; padding: 0; margin: 0; list-style: none; border-collapse: collapse; }

.soft_add_wrapper li { display: table-row; width: auto; margin: 0; overflow: hidden; vertical-align: middle; text-align: left; }

.soft_add_wrapper li.product-row:not(:last-child) { border-bottom: 1px solid #eee; }

.soft_add_wrapper li img { max-width: 55px !important; }

@-webkit-keyframes recently-added-fadeout { 0% { background-color: rgba(0, 0, 0, 0.1); }
  80% { background-color: rgba(0, 0, 0, 0.1); }
  100% { background-color: transparent; } }

@keyframes recently-added-fadeout { 0% { background-color: rgba(0, 0, 0, 0.1); }
  80% { background-color: rgba(0, 0, 0, 0.1); }
  100% { background-color: transparent; } }

.soft_add_wrapper li.recently-added { -webkit-animation-name: recently-added-fadeout; animation-name: recently-added-fadeout; -webkit-animation-duration: 2s; animation-duration: 2s; background-color: transparent; }

.soft_add_wrapper li div { font-size: 12px; width: 100%; }

.soft_add_wrapper .product-row * { font-size: 14px; line-height: 1.428571429; }

.soft_add_wrapper .product-image { display: table-cell; width: 55px; padding: 10px 4px 10px 10px; }

.soft_add_wrapper .product-detail { display: table-cell; padding: 10px 5px; vertical-align: top; }

.soft_add_wrapper .product-name { display: block; }

.soft_add_wrapper .product-name a { color: #666666; font-size: 12px; font-weight: bold; word-break: break-word; }

@media only screen and (min-width: 992px) { .soft_add_wrapper .product-name a { font-size: 14px; } }

.soft_add_wrapper .product-options a { color: #666666; font-size: 12px; font-weight: normal; word-break: break-all; pointer-events: none; }

.soft_add_wrapper .product-qty, .soft_add_wrapper .product-qty .quantity_text { display: block; color: #666666; }

.soft_add_wrapper .product-qty .quantity_text { display: inline; }

.soft_add_wrapper .product-price { display: table-cell; padding: 8px 8px 10px 0; vertical-align: middle; text-align: right; color: #666666; font-size: 14px; }

.soft_add_wrapper .product-remove { display: table-cell; vertical-align: middle; padding-right: 5px; }

.soft_add_wrapper .product-remove .aremove { background: none; margin-left: 15px; font-size: 0; text-indent: unset; color: #000; }

.soft_add_wrapper .product-remove .aremove:before { display: table-cell; content: "\e601"; font-family: button-icons; speak: none; font-style: normal; font-weight: normal; font-size: 16px; text-transform: none; line-height: 1; font-variant: normal normal; }

.soft_add_wrapper .soft_add_sub_total { padding: 4px 20px 0; height: 24px; background: none; }

.soft_add_wrapper .sub_total { color: #666666; font-size: 12px; }

.soft_add_wrapper span.sub_total_amount { color: #666666; font-size: 14px; }

.soft_add_wrapper .soft_add_action_area { clear: both; height: auto; overflow: hidden; padding: 15px; position: relative; border-top: none; background: none; }

.soft_add_wrapper .check_out, .soft_add_wrapper .continue_shopping { overflow: hidden; position: static; display: inline-block; width: 48%; float: right; height: 45px; margin: 0 auto; padding: 1px 20px 0; border: 1px solid rgba(42, 122, 139, 0); border-radius: 0px; line-height: 43px; font-family: "Open Sans", sans-serif, "google"; font-size: 14px; font-weight: bold; background: #9e8238; color: #fff; text-align: center; text-indent: 0; text-decoration: none; }

.soft_add_wrapper .check_out:hover, .soft_add_wrapper .continue_shopping:hover { background-color: #78632b; border-color: rgba(28, 81, 92, 0); color: #fff; text-decoration: none; }

.soft_add_wrapper .continue_shopping { float: left; padding: 0 10px; background: #666; border-color: #666; text-transform: capitalize; }

.soft_add_wrapper .continue_shopping:hover { background-color: #4d4d4d; border-color: #474747; }

.soft_add_wrapper .close_btn, .soft_add_wrapper .close_btn:link, .soft_add_wrapper .close_btn:visited, .soft_add_wrapper .close_btn:focus, .soft_add_wrapper .close_btn:hover, .soft_add_wrapper .close_btn:active { background: none; z-index: 200; text-indent: initial; font-size: 0; top: 8px; right: 12px; }

.soft_add_wrapper .close_btn { color: #9e8238; }

.soft_add_wrapper .close_btn:hover { color: #53441d; }

.soft_add_wrapper .close_btn:before { content: "\e609"; display: inline-block; font-size: 16px; font-family: 'button-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; }

/* MOBILE STYLINGS */
/* the soft add to cart hides after a couple seconds unless your cursor hovers over it;
mobile devices do not have a cursor, carts with several items could become frustrating to view
shows: only the name, picture, and text "added to cart" of item which was added; hides: details, price, and remove link*/
@media only screen and (max-width: 991px) { .touch-device .soft_add { /* cart title */ }
  .touch-device .soft_add_span:before { content: "Cart" !important; }
  .touch-device .soft_add_content_area { min-height: auto; /* hide all products without .recently-added class */ }
  .touch-device .soft_add_content_area li:not(.recently-added) { display: none; border: none; }
  .touch-device .soft_add_content_area li.recently-added { display: block; background: white; }
  .touch-device .soft_add_content_area li .product-detail, .touch-device .soft_add_content_area li .product-price, .touch-device .soft_add_content_area li .product-remove { display: none; }
  .touch-device .soft_add_content_area li .product-image { display: block; width: 100%; padding: 0; }
  .touch-device .soft_add_content_area li .product-image:after { content: "Added to Cart"; font-size: 14px; font-weight: bold; margin-left: 20px; }
  .touch-device .soft_add_wrapper .check_out, .touch-device .soft_add_wrapper .continue_shopping { font-size: 14px; } }

.vol-logo { display: block; /* Text Logo Styling goes here */ /* Graphic Logo Styling goes here */ }

@media only screen and (max-width: 991px) { .vol-logo { margin-right: auto; margin-left: auto; } }

.vol-logo meta[itemprop="name"] + a { word-break: break-word; line-height: 1; }

.vol-logo meta[itemprop="name"] + a:not(#homepage_title) { display: inline-block; background-image: url("../images/template/header_bg.png"); font-size: 0; background-size: 0; background-repeat: no-repeat; }

.vol-logo meta[itemprop="name"] + a:not(#homepage_title) img { max-height: 100%; }

/* Asssume no left nav until JS verifies */
html:not(.has-sidebar) .sidebar-wrapper, html:not(.category) .sidebar-wrapper { display: none; }

html:not(.has-sidebar) .content_area-wrapper, html:not(.category) .content_area-wrapper { width: 100%; }

.page-wrap:after { z-index: 20; }

.menu-mask { z-index: 25; }

.overflow-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.v-center { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

@media only screen and (max-width: 767px) { .v-center-xs { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } }

@media only screen and (max-width: 991px) { .v-center-sm-and-down { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } }

@media only screen and (min-width: 992px) { .v-center-md-and-up { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } }

header .soft_add_wrapper * { line-height: normal; }


.sidebar-wrapper {z-index: 9;padding-top: 30px;padding-bottom: 0;background: transparent; }

.sidebar-wrapper .menu-title { padding-right: 15px; padding-left: 15px; }

.sidebar-wrapper .vnav--level1 > .vnav__item { border-top-width: 1px; border-top-style: solid; }

.sidebar-wrapper .vnav--level1 > .vnav__item:last-child { border-bottom-width: 1px; border-bottom-style: solid; }

.sidebar-wrapper .sidebar .menu-title:not(:first-child) { margin-top: 0; }

.vol-scroll-top { border-radius: 0; padding: 20px; }

.vol-scroll-top .icon { display: block; width: 15px; height: 15px; }

.main-menu { width: 100%; }

.main-menu .vnav--level1 > .vnav__item > .vnav__link { border-bottom-width: 0px; line-height: 47px; padding: 0 19px 0 20px; }

.push-menu .push-menu__close-btn { margin-bottom: 0; }

.push-menu #push-menu__utility__left, .push-menu #push-menu__search-bar, .push-menu #push-menu__header-promo { padding-top: 15px; padding-bottom: 15px; border-top-width: 1px; border-top-style: solid; }

@media only screen and (max-width: 991px) { .footer .v-center.text-center-sm-and-down { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media only screen and (min-width: 992px) { .footer .v-center.text-right-md-and-up { -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } }

.home .v-product-grid { padding: 15px; margin-right: auto; margin-left: auto; }

#fpslider { padding: 5px 0 5px; }

#fpslider .owl-item { padding: 15px; }

#content_area #fpslider .owl-item .image img { max-height: 300px; width: auto; margin-right: auto; margin-left: auto; }

#fpslider .owl-nav .arrow-prev, #fpslider .owl-nav .arrow-next { text-align: center; cursor: pointer; }

#fpslider .owl-dots .owl-dot span { cursor: pointer; }

.owl-carousel .owl-nav button, .owl-carousel .owl-dots button { border-width: 0; }

.owl-carousel .owl-dots button { background-color: transparent; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { line-height: 1; }


@media (min-width: 1230px) { .container { width: 1200px; } }
.vp-sc-thumbs__desc {
    display: none;
}
.mega-menu .vnav--level1 > .vnav__item {
    position: static;
}
.mega-menu .vnav--level1 > .vnav__item:hover > .vnav--level2 {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px 0;
}
.mega-menu .vnav--level2 > .vnav__item {
    width: 167px;
    z-index: 1;
    line-height: 1.15em;
}
.mega-menu .vnav--level2 > .vnav__item > .vnav__link > .image-wrapper {
    border: 1px solid #ccc !important;
    padding: 8px 15px;
    margin: 0 auto 10px;
    min-height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mega-menu .vnav--level2 > .vnav__item > .vnav__link {
    text-align: center;
    word-break: break-word;
    white-space: normal;
    font-weight: 300;
    font-family: 'Pragati Narrow',sans-serif,'google';
}
.mega-menu .vnav--level1 > .vnav__item:hover > .vnav--level2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: white;
    z-index: -4;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.15);
            box-shadow: 0 4px 4px rgba(0,0,0,0.15);
}
.header__bottom .container {
    width: 100%;
    max-width: 1200px;
}
.mega-menu .vnav--level2 > .vnav__item > .vnav__link > .image-wrapper img {
    width: 100%;
}
#search_refinement_filters {
    padding: 18px;
}
#search_refinement_filters .filter-title {
    font-size: 25px;
    font-weight: bold;
    display: block;
}
#search_refinement_filters .refinement_category_section {
    display: none !important;
}
#search_refinement_filters .refinement_group {
    padding-left: 1px;
}
#search_refinement_filters .refinement_group .refinement_custom_category_section {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 9px;
    margin-top: 26px;
}
#search_refinement_filters .checkbox {
    margin: 0;
    width: 16px;
    height: 16px;
    background: white;
    outline: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    border: 2px solid white;
    transition: 0.2s;
}
#search_refinement_filters a {
    color: inherit;
}
#search_refinement_filters a:hover .checkbox,
#search_refinement_filters a .checkbox.checked {
    background: #31458e;
}
#search_refinement_filters a:hover .checkbox.checked {
    background: white;
}

@media (max-width: 1400px) {
    .main-menu .vnav--level1 {
        justify-content: space-between!important;
    }
    .main-menu .vnav--level1 > .vnav__item > .vnav__link {
        font-size: 16px;
        padding: 0 8px;
    }
}

@media (max-width: 1200px) {
    .main-menu .vnav--level1 {
        justify-content: space-between!important;
    }
    .main-menu .vnav--level1 > .vnav__item > .vnav__link {
        font-size: 15px;
        padding: 0 8px;
    }

.fp-wrapper .owl-item .price {
       display:none !important;
}
}
@media (max-width: 1024px) {
    .main-menu .vnav--level1 > .vnav__item > .vnav__link {
        font-size: 14px;
        padding: 0 9px;
    }
.rowZ {
display: block;
}
.columnZ  {
display: block;
width:100% !important;
flex: 100% !important;
} 
.floatL {
float:left !important;
}
}

/* for desktops */
@media only screen 
  and (min-width: 1367px) { 
     .v-product-grid .v-product {  max-height: fit-content;
min-height: auto;
}
}

/* for laptops */
@media only screen 
  and (min-width: 991px) 
  and (max-width: 1366px) { 
     .v-product-grid .v-product { max-height: fit-content;
min-height: auto;
 }
} 

.main-menu .menu:not([link-alignment='left']):not([link-alignment='right']):not([link-alignment='space-between']):not([link-alignment='space-around']) .vnav--level1 {
-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


/* DisplayStar - Free Shipping September */

.productdetails .colors_pricebox div[itemprop='offers'] > a[href='javascript:void(0);'] {
    display: inline-block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 14px 9px 14px !important;
    margin: -6px 0 28px 0 !important;
    border: 2px solid #1b5e9e !important;
    background: #f4f8fc !important;
    text-decoration: none !important;
    line-height: 1.25 !important;
    max-width: 390px;
}

.productdetails .colors_pricebox div[itemprop='offers'] > a[href='javascript:void(0);']:before {
    content: 'FREE SHIPPING SEPTEMBER' !important;
    display: block !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #1b5e9e !important;
    margin: 0 0 2px 0 !important;
}

.productdetails .colors_pricebox div[itemprop='offers'] > a[href='javascript:void(0);'] > img.vCSS_img_icon_free_shipping {
    display: none !important;
}

.productdetails .colors_pricebox div[itemprop='offers'] > a[href='javascript:void(0);']:after {
    content: 'This Item Qualifies for FREE Ground Shipping\A Orders $500+ • Continental U.S. • Exclusions Apply' !important;
    white-space: pre-line !important;
    display: block !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #31458e !important;
    padding: 0 !important;
}


/* Remove leftover homepage spacer before Article 2 */
.home #content_area img[src*="clear1x1.gif"][width="7"][height="7"],
.home #content_area .PageText_L155n,
.home #content_area .PageText_L155n + br,
.home #content_area .PageText_L155n + br + br {
    display: none !important;
}

.home #content_area img[src*="clear1x1.gif"][width="7"][height="7"] + br {
    display: none !important;
}