
/*Responsive.css - Start*/



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

@media (min-width: 1025px) {.Content .ProductList .ProductImage
/* 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-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; /*height: 500px; width: 500px; */}
.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 .ProductCompareButton {display: none; position: absolute;}
    .ProductList .HL-wrapperAction .ProductPriceRating {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: #3863ca !important; border: none;}
.ProductActionAdd > a span {background-position:0 -1958px !important;}
.ProductList.List .ProductActionAdd > a span {background-position:0 -2020px !important;}
.ProductList .ProductCompareButton {margin-bottom: 10px;}
.ProductList .ProductPriceRating {margin-bottom: 10px;}

/* Swap image */
    .ProductList .ProductImage.HasSwapImage {
        border: 1px solid rgb(204,204,204);
    }
.ProductList .ProductImage.HasSwapImage a .HL-ProductImageContent {
	display: flex;           /* establish flex container */
    flex-direction: column;  /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;     /* center items horizontally, in this case */
    height: 170px;
    
	-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;  
}
.ProductList .ProductImage.HasSwapImage:hover a .HL-ProductImageContent {
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,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;
	display: flex;           /* establish flex container */
    flex-direction: column;  /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;     /* center items horizontally, in this case */
    padding-top: 150px;
 }
    .ProductList .ProductImage.HasSwapImage a .HL-ProductImageContent img {
          -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition:all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }
    .ProductList .ProductImage.HasSwapImage:hover a .HL-ProductImageContent img:hover{
        -moz-opacity: 1;
        opacity: 1; 
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
 .ProductList .ProductImage a .back-image {
  position: absolute; /* width: 100%; */ visibility: hidden; 	
  display: flex;           /* establish flex container */
    flex-direction: column;  /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
//padding-top: 150px;
  }
 .ProductList .ProductImage:hover a .back-image { visibility: visible;}
 .ProductList .ProductImage a img { display: flex;}
 .ProductList .ProductImage.HasSwapImage:hover a .HL-ProductImageContent img.front-image { visibility: hidden;}
 .ProductList .ProductImage > a > img { /*display: none !important;*/}


}
@media (max-width: 1024px){
.ProductImage > a img:not(:first-child) {
    display: none !important;
}

}

/* width: 970px  */
@media (min-width: 992px) and (max-width: 1199px) {
.ProductList.List .ProductActionAdd > a span {background-position:0 -2020px !important;}
.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) {
.div_button_require_form {width: 100%;}
.div_button_require_form::before {font-size: 12px; width: 210px; margin-left: -105px;}
.ob_outEmail .view input.text {width: 56%;}
.ob_outEmail .view input.button {width: 39%; font-size: 13px; padding: 0 10px;}
.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: 33.333%;}
.Widest .ProductList li {
    width: 33.3%;
}

.ProductActionAdd > a span { padding-left: 15px;}
.ProductList.List .ProductActionAdd > a span {background-position:0 -2020px !important;}
.ProductActionAdd > a {padding-left: 10px; padding-right: 10px; width: 100%;}

/* 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;}
.ProductList.List .productWishlist, .ProductList.List li:hover .productWishlist {margin-left: 0;}
.ProductList.List .HL-wrapperAction .ProductActionAdd {float: none;}
}

/* width: 100%  */

@media (max-width: 767px) {
.ProductList.List .ProductActionAdd > a span {background-position:0 -2020px !important;}
.ProductList.List .HL-wrapperAction .ProductActionAdd {float: none;}
.ProductList.List .productWishlist, .ProductList.List li:hover .productWishlist {margin-left: 0;}

.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;}
.div_button_require_form {width: 300px;}

.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  ; -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(//cdn2.bigcommerce.com/server5400/vpslo31z/templates/__custom/images/list-sprite.png?t=1472761990) 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(//cdn2.bigcommerce.com/server5400/vpslo31z/templates/__custom/images/list-sprite.png?t=1472761990)   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; background: none;}
.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(//cdn2.bigcommerce.com/server5400/vpslo31z/templates/__custom/images/list-sprite.png?t=1472761990)  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(//cdn2.bigcommerce.com/server5400/vpslo31z/templates/__custom/images/icon-arrow-hover.png?t=1472761990) 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; }
.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 .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: 15px;}

.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(//cdn2.bigcommerce.com/server5400/vpslo31z/templates/__custom/images/list-sprite.png?t=1472761990) 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%;}
    
/* home page*/
    #HomeFeaturedProducts {
        display:none;
    }
    .about-us-container, .about-us-footer {
        height:auto;
    }
    #fbsearch {
        padding:0 !important;
    }
    #searchlight {
        width:100%;
        max-width:100% !important;
    }
}

@media (max-width:600px){
    .SubCategoryListGrid > ul li {
        width: calc(33.333% - 40px);
    }
}

@media (max-width: 479px) {

.ob_outEmail .view input.button {width: 30%; font-size: 13px;}
.div_button_require_form::before {font-size: 13px; width: 230px; margin-left: -115px;}

	/* 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 screen and (max-width:430px){
    .SubCategoryListGrid > ul li {
        width: calc(50% - 40px);
    }
}
@media (max-width: 380px) {
.ob_outEmail .view input.button {width: 36.5%}
.div_button_require_form {width: auto;}
}



/*Responsive.css - End*/

/*Theme.css- Start*/

@import url(//fonts.googleapis.com/css?family=Audiowide|Freckle+Face|Exo+2|Hammersmith+One|Ceviche+One|Open+Sans|Roboto:500,400italic,100,700italic,300,700,500italic,100italic,300italic,400|Roboto+Condensed:300italic,400italic,700italic,400,700,300|Montserrat:400,700|Raleway:500,600,700,400);.page,.ExpressCheckout .ExpressCheckoutBlock .ExpressCheckoutTitle .titStep{background:#fff}body{color:#2d2d2d}a,.Left #SideCategoryList ul li a{color:#2f2f2f}a:hover,a:focus,.Left #SideCategoryList .BlockContent li.ActivetoogleClick>a,.Left #SideCategoryList ul li a:hover{color:#228dd6}.Left #SideCategoryList ul li.ActivetoogleClick .toogleClick:before{border-top-color:#228dd6}.Left #SideCategoryList ul li .toogleClick:before{border-top-color:#2f2f2f}.Breadcrumb ul li,.Breadcrumb ul li a{color:#606060}.Breadcrumb ul li a:before{border-left-color:#7a7a7a}label,.Label,.fastCartSummaryBox .subtotal>span:first-child{color:#141414}.FeaturedProducts h2,.TopSellers h2,.NewProducts h2,#SimilarProductsByCustomerViews h2,#SideProductRelated h2,#SimilarMultiProductsByCustomerViews h4,.fastCartBottom>h4,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color: black; }.CartCode>.CouponCode h3,.CartCode>.GiftCertificate h3{border-color:#2f2f2f}input[type="radio"],input[type="checkbox"]{margin-top:0}.CurrencyList dd,#SearchForm .Button,#SearchForm input.Textbox,select,hr,input.Textbox,textarea,input[type="text"],input[type="password"],.QuickSearch,.SharePublicWishList,.ExpressCheckoutBlock .ExpressCheckoutTitle,.TabNav li a,.HowToPay,.NotifyMessage,.QuickSearchResult .QuickSearchResultImage,.CurrencyChooser,.selected-currency,div.uploader,div.selector,.recaptchatable,.HL-GridList span,.Left>div,.CategoryContent .ProductList,.Left>div>h3,.Left>div>h2,.Left #SideCategoryList .BlockContent>div>ul>li,#SimilarProductsByCustomerViews h2,#SideProductRelated h2,.HL-ProductTabs .nav-tabs>li>a,.fastCartBottom>h4,.fastCartSummaryBox .subtotal,.fastCartSummaryBox .ProceedToCheckout,table,table tr td,.CartCode>.CouponCode,.CartCode>.GiftCertificate,.ExpressCheckoutBlock .ExpressCheckoutContent,.ExpressCheckout .ExpressCheckoutBlock .ExpressCheckoutTitle .titStep,.ExpressCheckoutBlock,.ExpressCheckoutContent,.full-width>#ChooseShippingAddress,.full-width>#ChooseBillingAddress,.ExpressCheckoutContent>.AccountLogin{border-color:#3863ca}table thead tr th:before{background-color:#e0e0df}div.selector span:before{background-color:#e0e0df}.Left>div>h3,.Left>div>h2,.product-nav-box,.ExpressCheckout .ExpressCheckoutBlock .ExpressCheckoutTitle{background-color:#f5f5f5}.product-nav-box{border-color:#f0f0f0}.TopMenu,.TopMenu li,.TopMenu a{color:#787878}.TopMenu a:hover{color:#787878}.TopMenu .currency-converter>a{background-color:#f7f7f7;color:#787878;border-color:#e5e5e5}.TopMenu .currency-converter>a:before{border-top-color:#787878}.currency-converter .CurrencyChooser{background-color:#fff;border-color:#d0d0d0;color:#2d2d2d}.CurrencyChooser h2,.CurrencyChooser a span{color:#2d2d2d}.header-logo a{color:#000}#SearchForm input#search_query{border-color:#d0d0d0;color:#787878;background:#f5f5f5;background:-moz-linear-gradient(top, #f2f2f2 0, #f7f7f7 26%, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(26%, #f7f7f7), color-stop(100%, #fff));background:-webkit-linear-gradient(top, #f2f2f2 0, #f7f7f7 26%, #fff 100%);background:-o-linear-gradient(top, #f2f2f2 0, #f7f7f7 26%, #fff 100%);background:-ms-linear-gradient(top, #f2f2f2 0, #f7f7f7 26%, #fff 100%);background:linear-gradient(to bottom, #f2f2f2 0, #f7f7f7 26%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@color-search-background,5%)', endColorstr='@color-search-background', GradientType=0)}#SearchForm .Button,#subscribe_form .btn{background:rgb(56,99,202); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@color-search-button,5%)', endColorstr='@color-search-button', GradientType=0)}#SearchForm .Button:hover,#subscribe_form .btn:hover{background:rgb(56,99,202);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-search-button', endColorstr='darken(@color-search-button,5%)', GradientType=0)}.TopMenu .TopLink .last .HL-Login a,.CartLink a#ShowDropdownCart{color:#313130}.CartLink #ShowDropdownCart span span{color:#656562}.TopMenu .TopLink .last .HL-Login{border-right-color:#e6e6e6}.PageMenu .inner{background-color:#2f2f2f}.PageMenu a{color:#fff}.PageMenu .CategoryList>div>div>ul>li>a:hover,.PageMenu .CategoryList>div>div>ul>li:hover>a{color:#16bcf9}.PageMenu li ul{/*background-color:rgb(56,99,202); */border:1px solid #ccc}.PageMenu li ul li a{color:#ffffff}.PageMenu li li:hover>a:before{border-left-color:#ffffff}.PageMenu li ul li a:hover{color:#ffffff}.PageMenu .CategoryList>div>div>ul>li.menu-parent:hover{border-color:#ccc}.PageMenu .CategoryList>div>div>ul>li.menu-parent:hover>a{background-color: rgb(56,99,202);}.PageMenu li.HL-HasMegamenu .WrapperCategory>ul>li>a{color:#228dd6}.HL-HeaderShipping li a{color:#787878}.btn,.fastCartSummaryBox .actionLink .btn{background-color:#fff;border-color: #454545;color:#000}.btn:hover,.fastCartSummaryBox .actionLink .btn:hover{background-color:#454545;border-color:#454545;color:#fff}.btn.alt{background-color:#000;color:#fff}.btn.alt:hover{background-color: #2e9a00; /*#e14c31*/ color:#fff}.ProceedToCheckout .btn{background:#e95144;background:-moz-linear-gradient(top, #e95144 0, #e63c2d 51%, #e63c2d 53%, #e52f1f 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e95144), color-stop(51%, #e63c2d), color-stop(53%, #e63c2d), color-stop(100%, #e52f1f));background:-webkit-linear-gradient(top, #e95144 0, #e63c2d 51%, #e63c2d 53%, #e52f1f 100%);background:-o-linear-gradient(top, #e95144 0, #e63c2d 51%, #e63c2d 53%, #e52f1f 100%);background:-ms-linear-gradient(top, #e95144 0, #e63c2d 51%, #e63c2d 53%, #e52f1f 100%);background:linear-gradient(to bottom, #e95144 0, #e63c2d 51%, #e63c2d 0 53%, #e52f1f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-buttons-checkout-background', endColorstr='darken(@color-buttons-checkout-background,8%)', GradientType=0);color:#fff}.ProceedToCheckout .btn:hover{background:#e52f1f;background:-moz-linear-gradient(top, #e52f1f 0, #e63c2d 51%, #e63c2d 53%, #e95144 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e52f1f), color-stop(51%, #e63c2d), color-stop(53%, #e63c2d), color-stop(100%, #e95144));background:-webkit-linear-gradient(top, #e52f1f 0, #e63c2d 51%, #e63c2d 53%, #e95144 100%);background:-o-linear-gradient(top, #e52f1f 0, #e63c2d 51%, #e63c2d 53%, #e95144 100%);background:-ms-linear-gradient(top, #e52f1f 0, #e63c2d 51%, #e63c2d 53%, #e95144 100%);background:linear-gradient(to bottom, #e52f1f 0, #e63c2d 51%, #e63c2d 0 53%, #e95144 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@color-buttons-checkout-background,8%)', endColorstr='@color-buttons-checkout-background', GradientType=0);color:#fff}@media (min-width:1025px){.ProductList li:hover>div,.ProductList .owl-item:hover>div{border-color:#e0e0df;background-color:#fff}.ProductList .ProductActionAdd>a{border-color:#e0e0df;background:#f7f7f7;color:#3863ca}}.ProductList .pname,#shareText,.OrderItemList li,.fastCartTop .fastCartItemBox a{color:#228dd6}.ProductList em .SalePrice,.ProductPrice .SalePrice{color:#e95144}.ProductList em strike,.ProductPrice strike{color:#b5b5b5}.ProductList .p-price,.ProductPrice{color:#3863ca; }.footer-main{background:#f5f5f5}.footer-main h4{color:#000}.footer-main a,.HL-SubTitle{color:#555}.footer-main li a:hover{color:#3998d9}.footer-middle{background:#3863ca;color:#fff}.footer-middle a{color:#fff}.footer-middle .HL-LiveChatLink{border-color:#afea03}.footer-middle .HL-LiveChat .HL-LiveChatLink:hover,.footer-middle .HL-LiveChatLink:before{color:#afea03}.footer-links{background:#0f0f0f;color:#ccc}.footer-links a{color:#ccc}.footer-links a:hover{color:#16bcf9}#ProductDetails h1{color:#3863ca}.DetailRow .BrandName a{color:#9c9c9c}#SideProductAddToWishList .btn.alt,.ProductList.List .productWishlist a{color:#585858}.HL-ProductTabs .nav-tabs{border-color:#3863ca}.HL-ProductTabs .nav-tabs>li>a:hover,.HL-ProductTabs .nav-tabs>li>a:focus,.HL-ProductTabs .nav-tabs>li.active>a{background-color:#3863ca;border-color:#3863ca;color:#fff}


/*Theme.css - End*/

/*Light.css- Start*/
/* Color: White */

.slide-show ul li {
    padding: 0;
    margin: 0;
}
#HeaderLower {
    border-top: 4px solid #333;
}
#SideCategoryList li li,
#SideCategoryList .sf-menu li li {
    background-image: none;
    position: relative;
}
#SideCategoryList li li:last-child, #SideCategoryList .sf-menu li li:last-child {
    border: 0;
}
#SideCategoryList li ul li ul, #SideCategoryList .sf-menu li ul li ul {
    border: 0px solid #333;
}
.Block.banner_home_page_bottom div .text.text-light *,
.Block.banner_category_page_bottom div .text.text-light *,
.Block.banner_brand_page_bottom div .text.text-light *,
.Block.banner_search_page_bottom div .text.text-light * { /* Reverse text colour */
    color: #fff !important;
    text-shadow: 1px 1px 2px #333 !important;
}
a.btn_link { /* All boxed links within banners */
    color: #fff !important;
    background: #333;
    padding: 2px 10px 2px 10px !important;
}
.Right .Block h2 {
    border-bottom: 1px solid #d6d6d6;
}
.Right li {
    border-bottom: 1px solid #d6d6d6;
}
.Content .ProductList .ProductImage {
    background: #grey;
    vertical-align: middle; 
    /*Changed following code for the same shape of product image on category page By Saikat*/
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*End*/
}

.ProductList .Rating {
    color: #9a9a9a;
}
.ProductList .Rating0 , .ProductList .Rating1 ,.ProductList .Rating2 {
    display:none;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    display: none;
}
.CompareItem { width:200px; border-left: 1px solid #d6d6d6; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #d6d6d6; }
.CompareFieldTop {    border-bottom:s 1px solid #d6d6d6; font-size:14px; padding: 20px 10px; }
.CompareFieldTop a:hover { color:#333; }

.CartContents tfoot .SubTotal td div {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
.JustAddedProduct {
    border: 1px solid #d6d6d6;
    background: #fff;
}

/*custom */
.CartContents tfoot .CheckoutRedeemCoupon {
    background: none repeat scroll 0 0 #fff;
    border: 0 solid #d6d6d6;
    height: 100%;
    line-height: 4.2em;
    margin: 0;
    padding: 0 10px;
    text-align: right;
}
.CartContents tfoot .CheckoutRedeemCoupon td {
    padding-right: 0;
    font-weight: bold;
}
.SuccessMessage,
.ErrorMessage,
.InfoMessage {
    margin: 0 0 20px 0;
    padding: 20px;
    padding-left: 55px;
}
.SuccessMessage {
    background: #eaf1c4 url('//cdn3.bigcommerce.com/r-1b9f3bacec3b268da01600ee0f848a85fc862884/themes/default/images/success.png') no-repeat 15px center;
}
.ErrorMessage {
    background: #fdd6ce url('//cdn3.bigcommerce.com/r-1b9f3bacec3b268da01600ee0f848a85fc862884/themes/default/images/error.png') no-repeat 15px center;
}
.InfoMessage {
    background: #efefef url('//cdn3.bigcommerce.com/r-1b9f3bacec3b268da01600ee0f848a85fc862884/themes/default/images/info.png') no-repeat 15px center;
}
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #fff;
}
.QuickSearchResult .Price {
    color: #333;
}
.SearchTips .Examples {
    background: #fff;
}
.Right hr {
    background: transparent;
    border: 0;
}
.MiniCart .SubTotal {
    color: #333;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    background: #fff;
    border: 1px solid #d6d6d6;
    text-align: left;
}

/* Product Videos */

.videoRow:hover {
    background-color: #ededed;
}
.CartContents .ItemShipping th {
    border-bottom-color: #d6d6d6;
    border-top-color: #d6d6d6;
    background: #fff;
    color: #2f2f2f;
}


/* start fast cart styles */

.fastCartSummaryBox {
    background-color: #eaeaea;
}

/* end fast cart styles */

.ProductTinyImageList li {
    border-color: #eee !important;
}
#prodAccordion .Block:last-child {
    border-bottom: 1px solid #d6d6d6;
}

/*Light.css end*/

.category-title h1{
 color: white;
 background-color: #3863ca;
    padding: 10px;
}
@media screen and (max-width:768px){
    form#cartForm  .main {max-width:100%;}
    form#cartForm .container{max-width:100%;}
    form#cartForm table.CartContents {display:block; width:100%;}
    form#cartForm table.CartContents thead {display: block; width: 100%;}
    form#cartForm table.CartContents thead tr {display: block; width: 100%; padding:0 30px;}
    form#cartForm table.CartContents thead tr th{padding: 15px 0px;}
    form#cartForm table.CartContents {display: block;}
    form#cartForm table.CartContents thead th {display: inline-block;}
    form#cartForm table.CartContents th.HL-CartItems {width: calc(50% - 12px);}
    form#cartForm table.CartContents th.HL-Qty {width:15%;}
    form#cartForm table.CartContents th.HL-Remove{width:15%;}
    form#cartForm table.CartContents thead th.HL-ItemPrice{display: none;}
    form#cartForm table.CartContents th.HL-Total{width:calc(15% - 5px);}
    form#cartForm table.CartContents tbody tr {display:inline-block; width:100%; padding:0 30px;}
    form#cartForm table.CartContents tbody tr td {display: inline-block; padding-left:0px; padding-right:0px;}
    form#cartForm table.CartContents td.CartThumb {display: none;}
    form#cartForm table.CartContents td.ProductName {width:calc(50% - 12px);}
    form#cartForm table.CartContents td.CartItemQuantity {width:15%;}
    form#cartForm table.CartContents td.CartItemQuantity input[type="text"]{width:100%;}
    form#cartForm table.CartContents td.CartItemRemove {width:15%;}
    form#cartForm table.CartContents td.CartItemRemove .CartRemoveLink {margin-left:auto; margin-right:auto;}
    form#cartForm table.CartContents td.CartItemIndividualPrice {display: none;}
    form#cartForm table.CartContents td.CartItemTotalPrice {width:calc(15% - 5px);}
    form#cartForm table.CartContents tfoot tr {display:inline-block; width:100%;}
    form#cartForm table.CartContents .SubTotal td {width:100%; display: inline-block;}
    form#cartForm table.CartContents input.btn.newbtn {padding:0px;}
    .EstimateShippingLink, .EstimateShipping {float:left;}
    .CartContents tfoot .SubTotal td div.EstimateShipping {clear: both;}
    table.productAttributes {display: block;}
    .productAttributes tbody {
        display: block;
        width: 100%;
    }
    form#cartForm table.CartContents .productAttributes tr {
        padding: 0px;
    }
    .productAttributes label, .productAttributes span {white-space: normal;}
    .productAttributes span {
        font-size:14px;
        font-weight:700;
    }
    .productAttributes label {
        color:#828282;
    }
    .CartContents tbody tr td .CartRemoveLink:after,form#cartForm table.CartContents tr td:nth-of-type(5):before, form#cartForm table.CartContents tr td:nth-of-type(6):before  {content:''};
}
 .CartContents input[type="text"] {
        width:100%;
    }
#product_page .paging .selector {
    width:auto !important;
}
