

/* width: 1200px  */
@media screen and (min-width: 1200px) {
    #SearchForm{ margin: 0 -20px; }
}

@media (min-width: 1025px) {
/* Hover Effect */
/* Owlslider */
.owl-carousel .owl-wrapper-outer {width: auto; margin: 0 -16px; padding: 0 16px;}

/*.HL-HasFeaturedProduct .FeaturedProducts + div { margin-top: -95px; clear: none;}*/
/*.HL-HasFeaturedProduct .FeaturedProducts + div { margin-top: -230px; clear: none;} JJ 03/08/18 Changed to fix overlap*/
.HL-HasFeaturedProduct .FeaturedProducts + div { margin-top: -130px; clear: none;}
.HL-HasNewProduct .HL-ProductList + div li { margin-top: -95px; clear: none;}

.ProductList .owl-item{position: relative;}
.ProductList .owl-item:hover,
.ProductList li:hover{z-index: 2;}
.ProductList li > div ,
.ProductList .owl-item > div { border: 1px solid transparent; position: relative;
/*-webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -ms-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s;*/

}

.ProductList li:hover > div,
.ProductList .owl-item:hover > div {border-color:#bfbfbf; background: #FFF; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; padding: 35px 35px 0; margin: -20px -20px 0; margin-bottom: -50px; padding-bottom: 65px; -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);box-shadow: 0px 0px 50px rgba(0,0,0,0.1);}

.ProductList .owl-item:hover > div {padding-left: 30px; padding-right: 30px; margin-left:-15px; margin-right:-15px;}
.ProductList li:hover .ProductCompareButton {visibility: visible;}

.CompareButton {display: block;}
.ProductList .ProductImage, 
.brand-img,
#ProductDetails .ProductThumbImage {padding-bottom: 0px;}
.ProductList li .ProductActionAdd {left: 0; bottom: -40px; width: 100%; /* transition: bottom 500ms ease 0s; -webkit-transition:bottom 500ms ease 0s; -moz-transition:bottom 500ms ease 0s; -ms-transition:bottom 500ms ease 0s; -o-transition:bottom 500ms ease 0s; transition:bottom 500ms ease 0s;*/}
.ProductList li:hover .ProductActionAdd { bottom: -91px; }
.ProductList .ProductActionAdd {left: 0; bottom: -91px; width: 100%;  
-moz-opacity: 0; opacity:0; filter:alpha(opacity=0);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

-moz-opacity: 1; opacity:1; filter:alpha(opacity=100);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.ProductList .ProductActionAdd > a {border: 1px solid #bfbfbf; background: #f7f7f7; text-align: center; display: block; line-height: 46px;
-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;}

.ProductList li > div{}
.ProductList li:hover .productWishlist,
.ProductList li:hover .QuickViewBtn,
.ProductList li:hover .ProductActionAdd ,
.ProductList li:hover .ProductPriceRating ,
.ProductList li:hover .ProductCompareButton,
.ProductList .owl-item:hover .productWishlist,
.ProductList .owl-item:hover .QuickViewBtn ,
.ProductList .owl-item:hover .ProductActionAdd ,
.ProductList .owl-item:hover .ProductPriceRating ,
.ProductList .owl-item:hover .ProductCompareButton {display: block !important; 
-moz-opacity: 1; opacity:1; filter:alpha(opacity=100);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }


.ProductList li:hover .ProductActionAdd,
.ProductList .owl-item:hover .ProductActionAdd{visibility: visible; }

.ProductList .HL-wrapperAction {position: relative; margin: 0 -36px; }

.ProductList .HL-wrapperAction .ProductActionAdd ,
.ProductList .HL-wrapperAction .ProductPriceRating ,
.ProductList .HL-wrapperAction .ProductCompareButton {display: none; position: absolute;}

.ProductList .HL-wrapperAction .ProductPriceRating {left: 36px; bottom: -30px;}
.ProductList .HL-wrapperAction .ProductCompareButton {right: 36px; bottom: -30px;}

.ProductList .owl-item:hover .saleItem,
.ProductList li:hover .saleItem {right: 20px; top: 20px;}

.ProductList.owl-carousel .owl-wrapper-outer { padding-top: 20px; padding-bottom: 90px;}
#SimilarMultiProductsByCustomerViews {margin-bottom: -70px;}
.ProductList.owl-carousel .HL-wrapperAction {margin: 0 -31px;}
.ProductList.owl-carousel .HL-wrapperAction .ProductPriceRating {left: 31px;}
.ProductActionAdd > a {color: #000; border: none;}
.ProductActionAdd > a span {background-position:0 -1958px !important;}
.ProductList .ProductCompareButton {margin-bottom: 10px;}
.ProductList .ProductPriceRating {margin-bottom: 10px;}

/* Swap image */
.ProductList .ProductImage.HasSwapImage a .HL-ProductImageContent {webkit-animation-fill-mode: both; 
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
 -webkit-transition: all 1s cubic-bezier(0.190,1.000,0.220,1.000); 
 -webkit-transition-delay: 0s; 
-moz-transition: all 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
-o-transition: all 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
 transition: all 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s; display: block; }
 .ProductList .ProductImage.HasSwapImage:hover a .HL-ProductImageContent {-webkit-transform: translate3d(0,-100%,0);
-moz-transform: translate3d(0,-100%,0);
-ms-transform: translate3d(0,-100%,0);
-o-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0); 
-webkit-transition: -webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000); 
-webkit-transition-delay: 0s; 
-moz-transition: -moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
-o-transition: -o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
transition: transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;}
 .ProductList .ProductImage a .back-image { height: 100%; position: absolute; width: 100%; visibility: hidden; }
 .ProductList .ProductImage:hover a .back-image { visibility: visible;}
 .ProductList .ProductImage a img { display: block;}
 .ProductList .ProductImage.HasSwapImage:hover a .HL-ProductImageContent img.front-image { visibility: hidden;}
 .ProductList .ProductImage > a > img { /*display: none !important;*/}


}
@media  (max-width: 1199px) {
    .ProductImage > a img:not(:first-child) {
    display: none !important;
   }
}
/* width: 970px  */
@media (min-width: 992px) and (max-width: 1199px) {
.Left,
.Right {width: 270px;}
.Content.Wide { width: 700px;}
.Content { width: 430px;}
.Breadcrumb ul ,
.main > .Breadcrumb > ul { width: 970px; }
.DropdownCart {max-height: 500px;}
.ProductList li{width: 33.3%;}
.Widest .ProductList li {
    width: 25%;
}

/* Product List*/
.ProductActionAdd > a {padding-left: 10px; padding-right: 10px; font-size: 12px;}
/* product tab */
.HL-ProductTabs .nav-tabs > li > a {padding-left: 10px; padding-right: 10px;}

}


/* width: 750px  */
@media (min-width: 768px) and (max-width: 991px) {
.Left ,
.Right {width: 270px;}
.Content.Wide { width: 480px;}
.Content { width: 210px;}
.Breadcrumb ul ,
.main > .Breadcrumb > ul { width: 750px; }

/* footer */
#subscribe_form{ padding-left: 82px; padding-right: 75px;}
#subscribe_form #nl_first_name {width: 70px;}

/* product list */
.ProductList li{width: 50%;}
.Widest .ProductList li {
    width: 33.3%;
}

.ProductActionAdd > a span { padding-left: 15px;}
.ProductActionAdd > a {padding-left: 10px; padding-right: 10px;}

/* Product Page */
.HL-ProductTabs .nav-tabs > li {float: none;}
.HL-ProductTabs .nav-tabs > li > a {margin-right: 0;}
.HL-ProductTabs .nav-tabs > li:last-child > a { -webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; border-top-right-radius: 0px; }
.HL-ProductTabs .nav-tabs { border-bottom: 1px solid #c8c8c8;}

/* Cart Page */
.CartCode,
#CartContent {float: none; width: 100%; padding-left: 0;}
.CartCode > .CouponCode, 
.CartCode > .GiftCertificate {width: 47%; float: left;}
.CartCode > .CouponCode{margin-right: 3%;} 
.CartCode > .GiftCertificate {margin-left: 3%;}

/* Checkout */
.ExpressCheckoutCompletedContent {display: none !important;}

/* Popup Newsletter */
#email-modal .window-window .window-content .message {padding-bottom: 15px;}
.wrapEmail { padding: 20px 30px 0px 30px; width:370px;}
.imgEmail {max-width: 305px;}
#email-modal #socnet {margin-bottom: 10px;}
/* brand page */
.SubBrandListGrid li {width: 50%;}

/* HorizontalFormContaine */
.HorizontalFormContainer dd div.selector {min-width: 330px;}
#FormField_13, #FormField_21, #FormField_23 {min-width: 100%;}

/* Megamenu */
.HL-HasMegamenu:hover > ul.Wrapper-Megamenu {width: 750px !important;}

}

/* width: 100%  */

@media (max-width: 767px) {
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {width: 100%; padding-right: 0px; padding-left: 0px;}
h2, .h2 { font-size: 15px;}
h4, .h4 {font-size: 11px;}

.only-mobile {display: block !important;}
.container {padding-right: 15px; padding-left: 15px;}
.row {margin-left: 0px; margin-right: -0px;}
.Content.Wide,
.Content {float: none;  width: 100%;}
.Breadcrumb > ul { width: 100%; padding-left: 15px; padding-right: 15px;}
.Left, 
.Right {width: 100%; float: none; padding:0; display: none;}

.FeaturedProducts h2, 
.TopSellers h2, 
.NewProducts h2, 
#SimilarProductsByCustomerViews h2, 
#SideProductRelated h2, 
#SimilarMultiProductsByCustomerViews h4 {font-size: 16px; }
.ProductList.owl-theme .owl-controls {}

/* disable popup newsletter */
#email-modal { display: none !important;}

/* Live Chat */
.HL-HasSidebar #habla_window_div {bottom: 36px !important;}

/* Header Mobile */
#ToggleMenu,
.customer-area,
 ul.TopLink{ width: 33.3%; float: left;}

.TopMenu.HL-HasCurrency #ToggleMenu,
.TopMenu.HL-HasCurrency .customer-area  {width: 25%;}
.TopMenu.HL-HasCurrency ul.TopLink,
.TopMenu.HL-HasCurrency ul.TopLink > li {width: 50%; float: left;  min-width: 0; position: static;}

.TopMenu.HL-HasCurrency .js-drawermenu-currency-converter {border-right: 1px solid #5a5959 !important;}
#ToggleMenu:hover,
.TopMenu .customer-area > a.icon-custommer:hover,
.currency-converter:hover,
.TopMenu.HL-HasCurrency ul.TopLink > li:hover { background-color:/*#e7391e*/#004BA4  ; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s; }

/* icon menu */
#ToggleMenu {
/*temp styles*/cursor: pointer;font-size: 15px;height: 46px;position: relative;text-indent: -9999px;vertical-align: middle;width: 33.3%; float: left; border-right: 1px solid #5a5959; display: block !important;}
#ToggleMenu:after {/*-ms-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333; -moz-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333; -webkit-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333; box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333; */content: ' ';display: block;left: 0;margin: auto;position: absolute;text-indent: 0;top: 50%; left: 50%;
background: url(//cdn10.bigcommerce.com/s-ti5cl/templates/__custom/images/list-sprite.png?t=1756718425) 0 -2851px no-repeat; width: 19px; height: 14px; margin: -7px 0 0 -10px;}
#ToggleMenu:hover:after {/*background-position: 0 -2851px; */}

/* icon customer */
.TopMenu .customer-area > a.icon-custommer {display: block; height: 46px; border-right: 1px solid #5a5959; position: relative;}
.TopMenu .customer-area > a.icon-custommer:before { background: url(//cdn10.bigcommerce.com/s-ti5cl/templates/__custom/images/list-sprite.png?t=1756718425)   0 -2704px no-repeat ; position: absolute; content: ""; top: 50%; left: 50%; width: 17px; height: 16px;margin: -8px 0 0 -8px;}
.TopMenu .customer-area > a.icon-custommer:hover:before {/*background-position: 0 -2704px;*/ }
.TopMenu .customer-area {display: block; float: left; position: static;}

.TopMenu .customer-area.open .DropdownCustommer   {display: block; }

.TopMenu .customer-area .DropdownCustommer {display: none; position: absolute; top: 46px; left: 0; padding: 20px 30px; width: 100%; background: #fff; text-align: left;z-index: 999; -moz-box-shadow:  none; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius:0;  -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0;  border-radius:0; border: none; width: 100%; border-bottom: 1px solid #e5e5e5 !important;}
.TopMenu .customer-area .DropdownCustommer li {padding: 0 0 10px;}
.TopMenu .customer-area .DropdownCustommer li a {color: #505050; font-size: 11px; text-transform: uppercase; display: inline; padding: 0; background: none; display: block;}
.TopMenu .customer-area .DropdownCustommer li > div {font-size: 0;}

.TopMenu .customer-area li {display: block !important;}
.TopMenu .CartLink {display: block !important;}
.TopMenu .container {padding: 0;}
.currency-converter { height: 46px; line-height: 46px; text-align: center; position: static;}

/* icon currency */
.currency-converter > a:before {border-top-color: #fff;}
.TopMenu .currency-converter > a {color: #fff;}
.currency-converter > a {background: none; border-bottom: none;}
.currency-converter > a:hover:before {border-top-color: #fff;}
.currency-converter > a img {display: none;}
.currency-converter .CurrencyList img {display: inline; padding-right: 5px;}
.CurrencyChooser h2 { display: block;color: #505050; font-size: 11px;}
.CurrencyChooser  {background: #fff; width: 100%; padding: 20px 30px; z-index: 999;  border-bottom: 1px solid #e5e5e5 !important;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px; border-top:none; margin: 0;}
.CurrencyList dd {background: #fff; border: none;}
.CurrencyChooser .BlockContent .CurrencyList{background: none; border: none;}
.CurrencyList dd {border: none !important;}
.CurrencyList a {padding: 7px 0;}
.CurrencyChooser a:hover span { color: #eb5789 !important;}
.CurrencyList a:hover { background: none;}
.currency-converter > a:hover {color: #fff !important; }
.currency-converter:hover > a {color: #fff !important; }

.TopMenu .TopLink li {display: none;  padding: 0;}
.TopMenu .TopLink li.js-drawermenu-currency-converter,
.TopMenu .TopLink li.last {display: block; position: static; min-width: 0;}

/* icon cart */
.TopMenu .TopLink .last .CartLink {float: none; padding-left: 0;}
.TopMenu .TopLink .last .HL-Login {display: none;}
.TopMenu li .icon.icon-cart {display: none;}

.TopMenu li #ShowDropdownCart {text-indent: -999em; font-size: 0; height: 46px; display: block; position: relative; padding: 0;}
.TopMenu li #ShowDropdownCart:before { background:url(//cdn10.bigcommerce.com/s-ti5cl/templates/__custom/images/list-sprite.png?t=1756718425)  0 -2614px  no-repeat ; height: 14px; width: 11px; position: absolute; content: ""; top: 50%; left: 50%; margin: -7px 0 0 -5px;}
.TopMenu li #ShowDropdownCart:hover:before {/*background-position: 0 -2614px;*/ }

.TopMenu .CartLink span {display: none;}
.currency-converter:hover .iconArrow { background: url(//cdn10.bigcommerce.com/s-ti5cl/templates/__custom/images/icon-arrow-hover.png?t=1756718425) 100% 0 no-repeat;}
.DropdownCart {top: 46px;}
/* End  Header Mobile */

/* Header */
.TopMenu { background: #313030; left: 0; padding-top: 0; position: fixed; top: 0; width: 100%; z-index: 99; padding-bottom: 0;}
#Header .HeaderStorePhoneNumber {display: block; padding: 30px 0 25px; text-align: center;background: #fafafa; border-bottom: 1px solid #e3e3e3; display: block; margin: 0 -15px 20px; padding: 12px 0; text-align: center;}
.HL-HeaderShipping  {border: 1px solid #d0d0d0; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; margin-bottom: 20px;}
.HL-HeaderShipping li {border-top: 1px solid #d0d0d0;padding-top: 15px; padding-bottom: 15px;}
.HL-HeaderShipping li:first-child {border-top:none; }
.TopMenu .container > ul > li.HeaderStorePhoneNumber {display: none;}
.header-top {text-align: center; margin-top: 0; }
.TopMenu ul { text-align: right; }

.PageMenu {display: none !important;}

#Header {  position: static;margin-bottom: 0px;  margin-top: 46px;} 
.header-secondary {  float: none;  width: 100%;  /*background: #fff;*/ padding: 0 0 10px 0; }
.header-secondary .currency-converter { display: none; }
.header-secondary #SearchForm {  float: none;position: relative; width: auto; }
.header-secondary #SearchForm input.Button { position: absolute; border: 0; height: 100%; top: 0; right: 0; background-position: 0 -41px;}

.header-logo { float: none; vertical-align: middle; text-align: center; overflow: hidden; padding-bottom: 20px;}
.header-logo h1 {padding: 0;}
.header-logo img {display: inline-block;}

#SearchForm input#search_query {max-width: 100%;}
#home .header {padding-bottom: 20px;}
.HL-LogoScroll  {display: none;}
/* End Header */

/* Footer */
.footer-main .container {margin: 0 -10px;}
.footer-main .col-xs-2 {width: 49%; padding: 0 10px; padding-bottom: 10px; float: none; display: inline-block; vertical-align: top;}
.footer-main .col-xs-4 {width: 100%; padding: 0 10px;}

.newsletter-subscription .grid > .grid__item { width: 100% !important;}
.newsletter-subscription .inner { padding: 0;}
.innerNewletter h2 {  width: 100%;  overflow: hidden;}
.subscribe_form #nl_email { font-size: 12px !important;  width: 198px;}
.subscribe_form #nl_email, .subscribe_form .btn {margin-bottom: 0 !important;}
.innerNewletter {text-align: center;}
.innerNewletter h2 {padding-left: 0;}

.footer-links ul.HL-IconPayment {text-align: center; padding-bottom: 10px;}
.footer-links ul.HL-IconPayment li {display: inline-block; float: none;  margin-left: 2px;  margin-right: 2px;}

.HL-ColLeft {float: none;}
.footer-links { text-align: center;}
.footer .powered-by {  float: none;  display: block;  margin-top: 10px;}

.footer-main { padding-top: 30px; padding-bottom: 20px;}
/* End Footer */

/* Home Page */
.HL-HomeTwoBanner li  {margin-bottom: 15px;  text-align: center;}
#home .ProductList {width: auto;}
.HL-HomeFourBanner .row {margin: 0 -5px;}
.HL-HomeFourBanner .row .col-xs-3 {width: 50%; padding: 0 5px; margin-bottom: 10px;}
.HL-HomeFourBanner {padding-bottom: 0;}
.HL-HomeBannerBottom li {padding-bottom: 10px;}
.HL-HomeBannerBottom .row-1 {margin-bottom: 22px;}

#HomeSlideShow .flex-direction-nav {display: none !important;}
#HomeSlideShow {margin-bottom: 15px !important;}

.imgEmail {  display: none;}
/* End Home Page */

/* product list */
.ProductList li{width: 50%;}
.Widest .ProductList li {
    width: 50%;
}

/* category */
#HL-DisplaySidebar {font-size: 11px; font-weight: 700; letter-spacing: 0.05em; background: rgba(0,0,0,0.9); color: #fff; text-transform: uppercase; letter-spacing: 0.02em; padding: 0 20px; position: fixed; left: 0; bottom: 0; height: 36px; line-height: 36px; width: 100%; text-align: center;}
.FloatRight.SortBox {float: left; padding-left: 20px;}

/* Product Page */
.HL-ProductTabs .nav-tabs > li {float: none;}
.HL-ProductTabs .nav-tabs > li > a {margin-right: 0;}
.HL-ProductTabs .nav-tabs > li:last-child > a { -webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; border-top-right-radius: 0px; }
.HL-ProductTabs .nav-tabs { border-bottom: 1px solid #c8c8c8;}
.left-content {width: 100%;}
.PrimaryProductDetails .ProductMain {width: 100%; padding-left: 0;}
.ProductAddToCart .BulkDiscount {max-width: 300px;}
/* popup cart */
.fastCartBottom,
.fastCartThumb,
.fastCartItemBox {display: none;}
.fastCartSummaryBox {width: 100%;}
#fastCartContainer {margin-top: 20px;}

/* Quickview */
.quick-view-product-details-container {overflow: visible; padding-left: 0;}

/* Cart Page */
.CartCode,
#CartContent {float: none; width: 100%; padding-left: 0;}
.CheckoutButton .btn, 
.BottomPaymentButton .btn {padding: 0 20px; font-size: 14px;}
.ProceedToCheckout .FloatRight, 
.ProceedToCheckout .FloatLeft {float: none;}
.AlternativeCheckout { float: none; text-align: center;}
.AlternativeCheckout a {display: inline-block; float: none;}
.EstimateShipping .form dd { margin-left: 0; clear: both;}
.EstimateShipping .form dd div.selector ,
.EstimateShipping .form dd input.Textbox {width: 100%;}
.EstimateShipping .form dt {width: 100%;}
.CartContents tfoot .SubTotal td div.EstimateShipping {float: none;}
.EstimateShipping .form dt {padding-bottom: 10px;}
.EstimateShipping .form dd {padding-bottom: 20px;}
.CartContents tfoot .SubTotal .shippingquote td em {float: none; text-align: left;}
form#cartForm .CartContents tfoot .SubTotal .shippingquote td { text-align: left !important;}
form#cartForm .CartContents tfoot .SubTotal .shippingquote td:first-child {padding-bottom: 0 !important;}


/* cart table */
table {border-collapse: collapse;}
table.CartContents {border-collapse: inherit;}
form#cartForm .CartContents th {display: none;}
form#cartForm table.CartContents tr  {border-top: 1px solid #e0e0df;}
form#cartForm table.CartContents tr {border-top: none;}
form#cartForm table.CartContents tr td {display: block; margin: 0; position: relative; width: 100% ;  padding: 10px 20px; border-top: none;}
form#cartForm table.CartContents tr td.CartItemQuantity {padding-bottom: 0;}
form#cartForm table.CartContents tr td .productAttributes td {display: inline; color: #505050; font-size: 12px;  }
.BlockContent .CartThumb img { max-width: 200px;}
#CartContent .CartContents .CartThumb {text-align: center !important;}
.CartContents tfoot .SubTotal td { text-align: center !important;}

form#cartForm table.CartContents tr td:nth-of-type(5):before, 
form#cartForm table.CartContents tr td:nth-of-type(6):before { content: "Item Price : "; font-size: 12px; font-weight: 400;  left: 20px;  position: absolute; top: 10px; color: #505050;}
form#cartForm table.CartContents tr td:nth-of-type(6):before { content: "Item Total :";}
form#cartForm table.CartContents tr td:nth-of-type(5):before {top: 15px;}
.CartContents tfoot .SubTotal td div.wrapEstShip a {width: 100%;}
.KeepShopping, #cartForm .updateCart { float: none; margin-right: 0;}
.updateCart .btn, 
.KeepShopping .btn,
#CartContent .CheckoutButton .btn {width: 100%;}
.CartRemoveLink { display: inline-block; margin-left: -38px; margin-top: 0;}
#CartContent .ProceedToCheckout {float: none;}
#CartContent .ProceedToCheckout .txtInfo-2 {clear: both;}
#CartContent .ProductName .titProName {margin-top: 0;}
#CartContent .ProductName .productAttributes {}
#CartContent .CartItemQuantity .qtyInput {width: 100% !important;}
#CartContent .CartItemQuantity span, 
#CartContent .CartItemQuantity div {display: block;}
#CartContent .CartItemQuantity div .CartRemoveLink {display: inline-block; float: none; position: relative; margin-left: -50px; color: #ee6235;}
#CartContent .CartItemQuantity div .CartRemoveLink:after {content:"Remove"; position: absolute; line-height: 30px; position: relative; left: 20px;}
form#cartForm table.CartContents tr td.ProductName,
form#cartForm table.CartContents tr td.CartItemIndividualPrice,
form#cartForm table.CartContents tr td.CartThumb {}
form#cartForm table.CartContents tr td.CartItemIndividualPrice {padding-bottom: 0 !important; padding-top: 15px !important;}
form#cartForm table.CartContents tr td.CartThumb {padding-bottom: 0 !important;}
form#cartForm table.CartContents tr td.CartItemTotalPrice {padding-top: 10px !important; padding-bottom: 15px !important;}
form#cartForm .CartContents tfoot .SubTotal td {text-align: right !important;}
form#cartForm .CartContents tfoot tr:last-child .SubTotal td {padding-bottom: 20px;}
form#cartForm .CartContents tfoot .SubTotal td .titTotal em,
form#cartForm .CartContents tfoot .SubTotal td .titGTotal em {width: auto; margin-left: 45px; margin-right: 0; padding-right: 0;}
.CartContents td.CartItemTotalPrice { text-align: center;}

form#OrderConfirmationForm .CartContents th {display: none;}
form#OrderConfirmationForm table.CartContents tr td {display: block; margin: 0; position: relative; width: 100% !important; padding-left: 20px; padding-right: 20px;}
form#OrderConfirmationForm table.CartContents tr td .productAttributes td {display: inline; color: #505050; font-size: 12px; font-style: italic; }
form#OrderConfirmationForm table.CartContents tr td:nth-of-type(2):before, 
form#OrderConfirmationForm table.CartContents tr td:nth-of-type(3):before, 
form#OrderConfirmationForm table.CartContents tr td:nth-of-type(4):before { content: "Item Price : "; font-size: 12px; font-weight: 400;  left: 20px;  position: absolute; top: 13px; color: #505050;  font-family: "Montserrat",sans-serif;}
form#OrderConfirmationForm table.CartContents tr td:nth-of-type(2):before { content: "Quantity :"; top: 0px;}
form#OrderConfirmationForm table.CartContents tr td:nth-of-type(4):before { content: "Item Total :";}
form#OrderConfirmationForm table.CartContents tr td:nth-of-type(3):before {top: 15px;}

form#OrderConfirmationForm table.CartContents tr td.ProductName,
form#OrderConfirmationForm table.CartContents tr td.CartItemIndividualPrice,
form#OrderConfirmationForm table.CartContents tr td.CartThumb {border-bottom: none;}
form#OrderConfirmationForm table.CartContents tr td.CartItemIndividualPrice {padding-bottom: 0px !important; padding-top: 15px !important;}
form#OrderConfirmationForm table.CartContents tr td.CartThumb {padding-bottom: 0 !important;}
form#OrderConfirmationForm table.CartContents tr td.CartItemTotalPrice {padding-top: 10px !important; padding-bottom: 15px !important;}
form#OrderConfirmationForm .CartContents tfoot .SubTotal td {text-align: right !important;}
form#OrderConfirmationForm .CartContents tfoot .SubTotal td .titTotal em,
form#OrderConfirmationForm .CartContents tfoot .SubTotal td .titGTotal em {width: auto; margin-left: 45px; margin-right: 0; padding-right: 0;}


form#OrderConfirmationForm table.CartContents tr td.HL-CartFirst{padding-bottom: 0;}
form#OrderConfirmationForm table.CartContents tr td.CartPrice{border-bottom: none !important; padding-bottom: 5px !important;}
form#OrderConfirmationForm table.CartContents tr td.CartPriceTotal{ padding-top: 0 !important;}
.CartContents tfoot td div {display: block; text-align: left;}
.CartContents tfoot td.HL-ShoppingCartShippingEstimator div { text-align: left;}
.CartContents tfoot td em {float: right; text-align: right; min-width: 0;}
.CartItemQuantity .selector {width: 100% !important;}
.CartContents tbody tr td.CartItemRemove {text-align: center;}
.CartContents tbody tr td .CartRemoveLink:after {color: #ff0000;content: "Remove"; position: absolute; text-indent: 10px; top: 12px;}
.CartContents tbody tr td {border: none;}
.CartContents tbody tr { border-top: 1px solid #e0e0df;}
.CartContents tbody tr:first-child { border-top: none;}

#CheckoutStepConfirmation .ExpressCheckoutContent {padding-left: 10px; padding-right:10px;}

.fullwidth #CartContent .ProceedToCheckout {margin-top: 10px;}

#LoginForm .CreateAccount {margin-bottom: 30px;}

/* checkout page */
.ExpressCheckoutContent > .CreateAccount, .ExpressCheckoutContent > .AccountLogin {width: 100%;}
.ExpressCheckoutContent > .CreateAccount {padding-bottom: 30px;}
.ExpressCheckoutContent > .AccountLogin {border-left: none; padding-left: 0;}
.HorizontalFormContainer dd, 
.form dd { overflow: visible; padding-bottom: 0;}
.ExpressCheckoutCompletedContent {display: none !important;}
.ExpressCheckoutContent {padding-left: 20px; padding-right: 20px; padding-bottom: 15px;}
.CartContents .CartItemImage { float: none; margin-right: 0px; max-width: none; text-align: center; padding-bottom: 15px;}
.CartContents tbody tr td.HL-CartFirst + td { padding-bottom: 0px; padding-top: 0px;}
#CheckoutStepPaymentDetails input[type="submit"] {margin: 0;}
div.selector span {font-size: 12px;}
.HorizontalFormContainer p.Submit, .form p.Submit {margin-bottom: 0;}
#NewBillingAddress #ChooseBillingAddress { margin-bottom: -30px;}
#uniform-join_mailing_list + label {font-weight: 400;}

/* Contact */
.HL-ContactForm .HL-ColLeft ,
.HL-ContactForm .HL-ColRight {width: 100%; padding-right: 0; float: none;}

/* Button top */
#back-top a {width: 34px; height: 34px;  background: url(//cdn10.bigcommerce.com/s-ti5cl/templates/__custom/images/list-sprite.png?t=1756718425) 7px -3029px no-repeat; }
#back-top a:hover { background-position: -76px -3029px; }

/* More View */
#ProductDetails .ProductTinyImageList {text-align: center;}
.ProductTinyImageList .owl-carousel .owl-item { display: inline-block; float: none; height: 25px !important; width: 25px !important; padding: 5px;}
.ProductTinyImageList .owl-carousel .owl-item > div {background: #ccc; height: 100% !important; width: 100% !important; -webkit-border-radius:50%;  -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%;  border-radius:50%; border:none; margin: 0;}
.ProductTinyImageList .owl-carousel .owl-item:hover > div {background: #666;}
.ProductTinyImageList .TinyOuterDiv a img {display: none;}
.ProductTinyImageList .owl-wrapper {margin: 0 auto; left: 0 !important; width: 100% !important;}

/* brand page */
.SubBrandListGrid li {width: 50%;}
.HorizontalFormContainer dt, .form dt {width: 100%;}


}


@media (max-width: 479px) {
    /* product list */
.ProductList li{width: 100%;}
.Widest .ProductList li { width: 100%;}
/* checkout */
.ExpressCheckoutContent > .AccountLogin .HorizontalFormContainer dd.HL-Action a {clear: both; display: inline-block; margin-top: 10px;}
#FormField_13, 
#FormField_21, 
#FormField_23 ,
.HorizontalFormContainer dd div.selector { min-width: 100%;}
.ExpressCheckout .ExpressCheckoutBlock .ExpressCheckoutTitle{font-size: 10px; font-weight: 400; letter-spacing: normal;}
.ExpressCheckout .ExpressCheckoutBlock .ExpressCheckoutTitle .titStep{margin-right: 10px; padding-left: 10px; padding-right: 10px;}
.ExpressCheckoutBlockCompleted a.ChangeLink {top: 16px;  font-size: 10px; right: 10px;}
.CartContents tfoot td em, 
.CartContents tfoot .SubTotal td .titGTotal em {margin-left: 5px;}
.CartContents td.CartItemIndividualPrice,
.CartContents td.CartItemTotalPrice { text-align: right;}
.HorizontalFormContainer dt, .form dt {width: auto; float: none;}
.HorizontalFormContainer dd#CardCodeInput + dt {width: auto; float: left;}

/* My Account */
.btns { float: none; overflow: hidden; padding-bottom: 20px; position: static;}

/* Product share */
#tabcontent .photo { float: none; margin-right: 20px; width: auto;}

/* owl slider */

.FeaturedProducts h2, 
.TopSellers h2, 
.NewProducts h2, 
#SimilarProductsByCustomerViews h2, 
#SideProductRelated h2, 
#SimilarMultiProductsByCustomerViews h4 {text-align: center; padding-right: 0; }
.ProductActionAdd > a {width: 100%;}
.ProductList.owl-theme .owl-controls {position: static;}
.ProductList.owl-theme .owl-controls .owl-buttons div {position: absolute; top: 75px; }
.ProductList.owl-theme .owl-controls .owl-buttons div.owl-prev {left: 0 }
.ProductList.owl-theme .owl-controls .owl-buttons div.owl-next {right: 0;}

/* */
.footer-middle .HeaderLiveChat { font-size: 12px; line-height: 20px;}
.footer-middle .HL-LiveChatLink {margin-top: 5px;}


.product-nav.btm + .CompareButton {float: none; clear: both;}
.CompareButton .btn {width: 100%;}
.nav-prev, .nav-next, .PagingList li {float: none;}
.PagingList {float: none;display: inline-block;}
.CategoryPagination .HL-PaddingLabel {float: none;display: inline-block; display: none;}
.product-nav #CategoryPagingTop, .product-nav #CategoryPagingBottom, .product-nav .CategoryPagination {text-align: center;}
.product-nav #CategoryPagingTop,
.product-nav.btm {float: none;}
.ProductList.List .ProductImage {float: none; width: 100%; padding-right: 0; }
/* brand page */
.SubBrandListGrid li {width: 100%;}

}

@media (min-width: 300px) and (max-width: 349px) {
.SubCategoryListGrid ul li { width: 116px;}
}

@media (min-width: 350px) and (max-width: 380px) {
.SubCategoryListGrid ul li { width: 140px;}
}

@media (min-width: 400px) and (max-width: 450px) {
.SubCategoryListGrid ul li { width: 160px;}
}
