@font-face {
    font-family: 'Saxony-Serial-Medium-Regular';
  	src: url('//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/Saxony-Serial-Medium-Regular.ttf?14375680376617132911') format('truetype');
}
@font-face {
    font-family: 'AmsiPro-Bold';
  	src: url('//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/AmsiPro-Bold.ttf?14375680376617132911') format('truetype');
}
@font-face {
    font-family: 'BebasNeue Bold';
  	src: url('//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/BebasNeue-Bold.otf?14375680376617132911') format('truetype');
}
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('bebasneue_regular-webfont.eot');
    src: url('bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue_regular-webfont.woff2') format('woff2'),
         url('bebasneue_regular-webfont.woff') format('woff'),
         url('bebasneue_regular-webfont.ttf') format('truetype'),
         url('bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------VARIABLES------------------------------------*/
/*----------------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------------*/
/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
html,body                       { width:100%; height:100%; max-height:2000px; }
body                            { padding:0; margin:0; font-size:13px; font-family:Lato; background:#ffffff; color:#404040; }
div,p,a,span,em,strong,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,td,tr,form,fieldset,label,select,checkbox,input,textarea {
  font-weight: normal;
  padding:0;
  margin:0;
  outline:none;
  list-style:none;
}
* {
/*	text-shadow:-1px -1px 1px rgba(255,255,255,0.2), 
   				1px 1px 1px rgba(255,255,255,0.2), 
   				1px 1px 1px rgba(0,0,0,0.7);
  */
  /*text-shadow: 0 0 1px;*/
  font-size-adjust: 0.52;
} 


select, input, textarea        { font-size:13px; vertical-align:middle; }
textarea                       { vertical-align:top; }
:focus                         { outline:none; }
input[type=submit]             { cursor:pointer; }
img, fieldset                  { border:0; }
table                          { border-collapse:collapse; border-spacing:0; }
a:link, a:visited              { font-family:Lato; color:#383637; text-decoration:underline; }
a:hover                        { text-decoration:none; }
a#salLink{
	display: block;
    font-size: 22px;
    padding-top: 10px;
    text-decoration: underline;
  	color: #1B5E91;
}
a#salLink:hover{
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.float-r           	           { float:right !important; }
.float-l                       { float:left !important; }
.no-float                      { float:none !important; }
.no-border                     { border:0 !important; }
.no-bg                         { background:none !important; }
.no-margin                     { margin:0 !important; }
.no-padding                    { padding:0 !important; }
.no-display                    { display:none !important; }
.display                       { display:block !important; }
.inline                        { display:inline !important; }
.overflow                      { overflow:hidden !important; }
.align-r                       { text-align:right !important; }
.align-l                       { text-align:left !important; }
.align-c                       { text-align:center !important; }
.clear                         { clear:both; }
.centered                      { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width:1145px; margin:0 auto; }

/*----------------------------------------------------------------------------------*/
/*---------------------------------------BUTTONS------------------------------------*/
/*----------------------------------------------------------------------------------*/
.btn, a.btn {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  float: left;
  font: italic 700 13px Lato;
  font-size: 19px;
  line-height: 100%;
  overflow: hidden;
  padding: 16px 22px 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-yellow {
  background-color: #282d33;
  color: #FFF;
  text-transform: uppercase;
}
.sale .btn.btn-yellow:before {
  content: "";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 32px;
  height: 26px;
  /*background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/slice.png?14375680376617132911) no-repeat scroll 0 -52px transparent;*/
  margin-right: 0px;  
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/blog-icon-white25.png?14375680376617132911) no-repeat scroll 0 0px transparent;
}
.sale .btn.btn-yellow {
  background: #1b5e91;
  background-image: -webkit-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -moz-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -ms-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -o-linear-gradient(top, #1b5e91, #2980b9);
  background-image: linear-gradient(to bottom, #1b5e91, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font:900 14px/48px Lato;
  padding: 0;
  text-decoration: none;
  height: 48px;
  width: 110px;
  border: 0px;
}
.sale .btn.btn-yellow:hover {
  background: #588AB0;
  background-image: -webkit-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -moz-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -ms-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -o-linear-gradient(top, #588AB0, #1b5e91);
  background-image: linear-gradient(to bottom, #588AB0, #1b5e91);
  text-decoration: none;
}
.btn.btn-small {
  font-size: 9px;
  padding: 7px 10px 3px;
}
.btn.btn-grey {
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.5, #FFFFFF), to(#F6F6F6));
  background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F6F6F6);
  background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F6F6F6); 
  background: -ms-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F6F6F6);
  background: -o-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F6F6F6);
  background: linear-gradient(#fff, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f6F6f6');
  border: 1px solid #D4D4D4;
  color: #636363;
}
.btn-dark-blue, .btn-dark-blue:hover {
  background: #282d33;
  color: #FFF !important;
}
.btn-light-blue, .btn-light-blue:hover {
  background: #282d33;
  color: #FFF !important;
}
.btn-rounded {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.main-block-style {
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.5, #FFFFFF), to(#F6F6F6));
  background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F6F6F6);
  background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F6F6F6); 
  background: -ms-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F6F6F6);
  background: -o-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F6F6F6);
  /*background: linear-gradient(#fff, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f6F6f6');
*/  border: 1px solid #D4D4D4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------TOOLBAR PANEL--------------------------------*/
/*----------------------------------------------------------------------------------*/
.toolbar-panel {
  background:#000000;
  height:28px;
}
/*----------------------------------------------------------------------------------*/
/*-----------700 13px Lato--------------------------CART BOX-------------------------------------*/
/*----------------------------------------------------------------------------------*/
.cart-box {
  float:right;
  background:#fff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 3px 3px 0px ;
  box-shadow: 0px 3px 3px 0px ; 
  padding:10px;
  margin-right: 12px;
}
.cart-box a:first-child:before {
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/slice.png?14375680376617132911) repeat scroll 0 0 transparent;
  content: "";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 19px;
  margin: -4px 3px 0 0;
  width: 22px;
}
.cart-box a:first-child {
  text-decoration: none;
  color:#000;
  font: 700 13px Lato;
  margin-right: 5px;
  line-height: 28px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}









.header-color-button {
  background:rgb(27, 94, 145);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(73, 134, 174)), to(rgb(27, 94, 145)));
  background: -webkit-linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145));
  background: -moz-linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145)); 
  background: -ms-linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145));
  background: -o-linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145));
  background: linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145));
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}









.second-header-color-button {
  background:rgb(27, 94, 145);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(73, 134, 174)), to(rgb(27, 94, 145)));
  background: -webkit-linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145));
  background: -moz-linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145)); 
  background: -ms-linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145));
  background: -o-linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145));
  background: linear-gradient(top, rgb(73, 134, 174), rgb(27, 94, 145));
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.checkout-button, .checkout-button {
  color: #FFF;
  display: inline-block;
  font: 900 13px Lato;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  border: none;
  height: 28px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------CUSTOMER NAV---------------------------------*/
/*----------------------------------------------------------------------------------*/
.customer-nav {
  float:right;
  margin:0 5px 0 0;
}
.customer-nav li {
  float:left;
  /*background:url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/top_nav_border_bg.jpg?14375680376617132911) left top no-repeat;*/
}
.customer-nav li a {
  display:block;
  padding:4px 10px;
  font-size: 14px;
  color:#ffffff;
  text-decoration:none;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------ACTION TEXT----------------------------------*/
/*----------------------------------------------------------------------------------*/
.action-box {
  display:block;
  overflow:hidden;
  font-size:20px;
  color:#fff;
  padding: 3px 0 0;
}
.action-box b {
  font: 700 13px Lato;
  font-size: 20px;
  text-transform:uppercase;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
.header {
  background:#fff;
  padding:7px 0 6px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------LOGO-----------------------------------------*/
/*----------------------------------------------------------------------------------*/
.header h1, .header > .centered  img.logo {
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
  /*width: 269px;*/
  width: 200px;
}
.header h1 img {
  display: block;
  /*margin: 0 auto;*/
  margin-bottom:5px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------SEARCH---------------------------------------*/
/*----------------------------------------------------------------------------------*/
.header .top-search {
  float:left;
  /*margin:13px 20px 0 0;*/
  margin:10px 15px 0 0;
  padding:5px;
  background:#f1f1f1;
  position: relative;
}
.header .top-search input[type="text"] {
  float:left;
  /*width:260px;*/
  width:320px;
  padding:12px 10px;
  border:1px solid #e1e1e1;
  font-size:14px;
  color:#B7B2B2; 
}
.header .top-search .submit-block {
  float: left;
  height: 46px;
  margin-left: -2px;
  width: 45px;
}
.header .top-search input[type="submit"] {
  border: 0 none;
  background:url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/search_btn_icon.png?14375680376617132911) center center no-repeat transparent;
  display: block;
  height: 100%;
  width: 100%;
}
.slogan-search {
    float: left;
  	width: 395px;
}
.slogan-search > img{
	float: left;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER ACTION--------------------------------*/
/*----------------------------------------------------------------------------------*/
.header .header-action {
  float:left;
  width:315px;
  margin:1px 8px 8px 0;
  color:#1b5e91;
  font: 300 13px Lato;
  font-size:24px;
  text-align:center;
  line-height:1.1;
}
.header .header-action span {
  display:block;
  text-transform:uppercase;
  font: 900 13px Lato;
  font-size:24px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER CONTACT INFO--------------------------*/
/*----------------------------------------------------------------------------------*/
.header .contact-info-box {
  overflow:hidden;
  font: 700 13px Lato;
  font-size:24px;
  color:#1b5e91;
  padding:17px 0 0;
  line-height:1.1;
  text-align: right;
  width: 200px;
}
.header .contact-info-box span {
  display:inline-block;
  font:400 13px Lato;
  font-size: 18px;
  color:#1b5e91;
}
.header .contact-info-box span.h-phone {
    color: gray;
    display: block;
    font: 300 12px/15px Lato;
    letter-spacing: 4px;
    padding-right: 7px;
}
.header .contact-info-box .stars {
  display:inline-block;
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/slice.png?14375680376617132911) no-repeat scroll 0 -38px transparent;
  height: 12px;
  width: 64px;
}
.header .contact-info-box .phone-numb {
  font:900 13px Lato;
  font-size: 24px;
  color: #1b5e91;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER TOP NAV-------------------------------*/
/*----------------------------------------------------------------------------------*/









.header .top-nav {
  background:rgb(40, 45, 51);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(76, 75, 70)), to(rgb(40, 45, 51)));
  background: -webkit-linear-gradient(top, rgb(76, 75, 70), rgb(40, 45, 51));
  background: -moz-linear-gradient(top, rgb(76, 75, 70), rgb(40, 45, 51)); 
  background: -ms-linear-gradient(top, rgb(76, 75, 70), rgb(40, 45, 51));
  background: -o-linear-gradient(top, rgb(76, 75, 70), rgb(40, 45, 51));
  background: linear-gradient(top, rgb(76, 75, 70), rgb(40, 45, 51));
  clear: both;
  margin:15px 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-height:41px;
  padding:0 2px;
}
.header .top-nav li {
  float:left;
}
.header .top-nav > li {
  margin-right: -3px;
}
.header .top-nav > li:first-child:before {
  display: none;
}
.header .top-nav > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 38px;
  float: left;
  margin-top: 2px;
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/top_nav_border_bg.png?14375680376617132911) no-repeat scroll 0 0 transparent;
}
.header .top-nav li.dropdown {
	position: relative;
}
.header .top-nav > li > a {
  display:block;
  /*padding: 9px 20px;*/
  padding:9px 23px;
  font: 700 13px Lato;
  font-size:15px;
  color:#fff;
  text-decoration:none;
  position: relative;
  z-index: 11;
  margin: 2px 0;
}
.header .top-nav > li > a:hover, .header .top-nav > li > a.hovered {
  background:rgb(102, 102, 102);
  margin-bottom: 0;
  padding-bottom: 11px;
}
.header .top-nav li .dropdown-section {
  background-color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  display: none;
/*  margin-left: -203px;*/
  margin-left: -106px;
  padding: 20px 25px 33px;
  position: absolute;
  top: 41px;
  width: 306px;
  /*width: 586px;*/
  z-index: 10;
}
.header .top-nav li:hover .dropdown-section {
  display: block;
  
}

.header .top-nav li .dropdown-section .dropdown-left-section {
  float: left;
  margin-right: 10px;
  width: 270px;  
}
.header .top-nav li .dropdown-section .dropdown-left-section .dropdwn-baner-top, .header .top-nav li .dropdown-section .dropdown-left-section .dropdwn-baner-bottom {
  background-color: #1b5e91;
  border: 1px solid #1b5e91;
  color: #FFF;
  display: block;
  font: 700 13px Lato;
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 11px 0 10px;
  text-align: center;
  text-decoration: none;
}
.header .top-nav li .dropdown-section .dropdown-left-section .dropdown-baner-bottom {
  border-radius: 0;
  color: #282d33; 
  display: block;
  font: 700 13px Lato;
  font-size: 18px;
  margin: 0;
  padding: 11px 0 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.header .top-nav li .dropdown-section .dropdown-left-section ul {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0 18px 10px;
}
.header .top-nav li .dropdown-section .dropdown-left-section ul li {
  float: none;
  overflow: hidden;
  text-align: center;
}
.header .top-nav li .dropdown-section .dropdown-left-section ul li a, .header .top-nav li .dropdown-section .dropdown-right-section ul li a {
  color: #7E8C92;
  display: block;
  line-height: 100%;
  padding: 14px 0 7px;
  text-decoration: none;
}
.header .top-nav li .dropdown-section .dropdown-left-section ul li a:hover {
  font: 700 13px Lato;
  padding: 14px 0 7px;
}
.header .top-nav li .dropdown-section .dropdown-left-section ul li.headline {
  border-bottom: 2px solid #EFF1F1;
}
.header .top-nav li .dropdown-section .dropdown-left-section ul li.headline span{
  display: block;
}
.header .top-nav li .dropdown-section .dropdown-left-section ul li.headline a,
.header .top-nav li .dropdown-section .dropdown-left-section ul li.headline span {
  color: #282d33;
  font: italic 700 13px Lato;
  font-size: 16px;
  padding: 18px 0 11px;
  text-transform: uppercase;
}
.header .top-nav li .dropdown-section .dropdown-right-section {
	overflow: hidden;
}
.header .top-nav li .dropdown-section .dropdown-right-section h3 {
  background: #F3F3F3;
  color: #000;
  font: 700 13px Lato;
  margin-bottom: 10px;
  padding: 13px 0;
  text-align: center;
}
.header .top-nav li .dropdown-section .dropdown-right-section ul {
  overflow; hidden;
}
.header .top-nav li .dropdown-section .dropdown-right-section ul li {
  border-bottom: 2px solid #EFF1F1;
  float: none;
  overflow: hidden;
}
.header .top-nav li .dropdown-section .dropdown-right-section ul li a {
  padding: 10px 38px 7px;
  text-align: left;
}
.header .top-nav li .dropdown-section .dropdown-right-section ul li:hover {
  border-color: transparent;
}
.header .top-nav li .dropdown-section .dropdown-right-section ul li:hover a {
  background: rgb(102, 102, 102);
  color: #FFF;
}
.header .top-nav.ie > li:first-child{
  width: 70px;
}
.header .top-nav.ie > li > a{
	padding: 9px 18px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------CONTENT--------------------------------------*/
/*----------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
.footer {
  overflow:hidden;
  background:#fff;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER SLOGAN--------------------------------*/
/*----------------------------------------------------------------------------------*/
.footer .footer-slogan {
  overflow:hidden;
  background:#282d33;
  text-align:center;
  font: 700 13px Lato;
  font-size:20px;
  color:#ffffff;
  padding:25px 0;
  margin:0 0 15px;
}
.footer .footer-slogan p {
  font: 700 13px Lato;
  font-size:20px;
}
.footer .footer-slogan span {
  display:block;
  font: 700 13px Lato;
  font-size:52px;
}
.footer .footer-slogan span b {
  font: 900 13px Lato;
  font-size: inherit;
}
span.footer-square {
  background-color: #1b5e91;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  height: 25px;
  margin: 0 5px -6px 0;
  width: 29px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER CREDIT CARDS--------------------------*/
/*----------------------------------------------------------------------------------*/
.footer .credit-cards {
  overflow:hidden;
  text-align:center;
}
.footer .credit-cards li {
  display:inline;
}
.footer .credit-cards li img {
  vertical-align:center;
  margin:0 5px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER INFO LIST-----------------------------*/
/*----------------------------------------------------------------------------------*/
.footer .footer-info-list {
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  margin: 30px auto 0;
  overflow: hidden;
  padding: 20px 0 30px;
  width: 960px;
}
.footer .footer-info-list, .footer .footer-info-list a {
  color:#282d33;
}
.footer-info-list > li {
  float: left;
}
.footer-info-list > li.divider {
  border-left: 2px solid #F4F4F4;
  /*height: 253px;*/
}
.footer .copyright {
  width:960px;
  margin:0 auto;
/*  border-top:1px solid #dfdfdf;*/
  font:300 13px Lato;
  padding:20px 0;
  font-size:14px;
  color:#414147;
}
.footer .copyright > span {
  color: #1b5e91;
  font: inherit;
}
.footer .copyright .rights-reserved {
  color:#282d33;
}
.footer .copyright a {
  font-size:14px;
  color:#1b5e91;
  text-decoration:none;
}
.footer-section-left h5 {
  font: 700 13px Lato;  
  font-size: 37px;
}
.footer-section-left h5 strong {
  font: 700 13px Lato;
  font-size: inherit;
}
ul.social-links {
  margin: 30px 0 35px;
  overflow: hidden;
  padding-right: 40px;
  width: 258px;
}
ul.social-links li {
  float: left;
  margin-bottom: 15px;
  width: 50%;
}
ul.social-links li a {
  display: inline-block;
  font:700 13px Lato;
  font-size: 16px;
  line-height: 28px;
  padding-left: 34px;
  text-decoration: none;
  color: #404040;
}
ul.social-links li a.twitter {
  background: url(twitter_icon.png) no-repeat left center;
}
ul.social-links li a.facebook {
  background: url(facebook_icon.png) no-repeat left center;
}
ul.social-links li a.pinterest {
  background: url(pinterest_icon.png) no-repeat left center;
}
ul.social-links li a.google {
  background: url(google_plus_icon.png) no-repeat left center;
}
ul.social-links li a.youtube2 {
    background: url(youtube_icon.png) no-repeat left center;
}
ul.social-links li a.instagram {
    background: url(instagram.png) no-repeat left center;
}
ul.social-links li a.tumblr {
    background: url(tumblr.png) no-repeat left center;
}
ul.social-links li a.amazon {
    background: url(amazon.png) no-repeat left center;
}
ul.social-links li a.vimeo {
    background: url(vimeo_icon.png) no-repeat left center;
}
ul.social-links li a.atom {
    background: url(atom_icon.png) no-repeat left center;
}
.footer-section-left span.phone-block > p {
  padding-left: 20px;
}
.footer-section-left span.phone-block {
  color: #282d33;
  font: 400 13px Lato;
  font-size: 22px;
}
.footer-section-left span.phone-block span {
  color: #1b5e91;
  display: block;
  font: 900 13px Lato;
  font-size: 22px;
  padding: 0;
}

.footer-section-left span.phone-block span.f-phone {
    color: gray;
    display: block;
    font: 300 12px/15px Lato;
    left: 20px;
    letter-spacing: 4px;
    position: relative;
    top: 5px;
}
.footer-section-left span.phone-block span span.phone-bg { 
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width:17px; 
  height:17px;  
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/phone_icon.png?14375680376617132911) no-repeat left center;
}
.footer-section-middle {
  	width: 384px;
	padding: 0 0 0 50px;
}
.footer-section-middle h6 {
  color: #1b5e91;
  /*float: left;*/
  font: 900 13px Lato;
  font-size: 20px;
  margin: 15px 0;
  padding-right: 20px;
}
.footer-section-middle h6:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1b5e91;
  border-top: 5px solid transparent;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  content: '';
  margin-top: -3px;
  margin-left: 8px;
}
.footer-section-middle h6 ~ ul {
  margin-top: 0;
}
.footer-section-middle ul {
  margin-top: 15px;
  /*clear: both;*/
  float: left;
  width: 50%;
  /*width: 297px;*/
}
.footer-section-middle ul li {
  margin-bottom: 5px;
  overflow: hidden;
  line-height: normal;
  padding-right: 15px;
}
.footer-section-middle ul li a {
  font: 400 13px Lato;
  font-size: 16px;
  text-decoration: none;
}
.footer-section-middle ul li a span {
  display: block;
  float: right;
  width: 50%;
}
li.footer-section-right {
  float: none;
  overflow: hidden;
  padding-left: 40px;
}
.footer-section-right h6 {
  font: 700 13px Lato;
  font-size: 25px;
  padding-top: 35px;
  color:#1b5e91;
}
.footer-section-right p {
  font: 700 13px Lato;
  font-size: 19px;
  color: #282d33;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER TOP NAV-------------------------------*/
/*----------------------------------------------------------------------------------*/
.sale {
	overflow: hidden;
}
.sale .btn-yellow {
	float: right;
}
.first-sale-block, .second-sale-block {
  overflow: hidden;
/*  padding: 0px 45px;*/
  text-align: center;
}
.sale-wrapper {
  overflow: hidden;
  word-wrap: break-word;
}
.sale-wrapper a img{
 vertical-align: top;
}
.first-sale-block {
  /*background-color: #F1F1F1;*/
  margin-right: 5px;
  /*margin-top: -1px;
  width: 340px;*/
  font:700 13px Lato;
  line-height: 48px;
  font-size: 19px;
  /*float: left;*/
  display: inline-block;
  color: #282d33;
  text-decoration: underline;
}
.first-sale-block span.narrow {
  font: 400 13px Lato;
  font-size: 39px;
}
.first-sale-block span.asterisk {
  background: url(black_asterisk.png);
  display: inline-block;
  height: 17px;
  margin-bottom: 5px;
  width: 17px;
}
.second-sale-block {
  display: inline-block;
  font: 400 13px Lato;
  font-size: 15px;
  line-height: 48px;
  color: #000000;
  /*background-color: #E9E9E9;*/
}
.second-sale-block .sale-wrapper > span {
  font: 700 13px Lato;
  font-size: 17px;
  line-height: normal;
  color: #1b5e91;
}
.sale .small {
  display: inline-block;
  font-size: 15px;
  line-height: 100%;
}
.first-sale-block .small {
  font: italic 400 13px Lato;
  font-size: 15px;
}
.small.two-lines {
	width: 20px;
}
.text-banner {
  background-color: #F1F1F1;
  color: #1b5e91;
  font-size: 23px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
.text-banner strong {
  font: 700 13px Lato;
  font-size: inherit;
  text-transform: uppercase;
}
.sale-wrapper em {font-style:normal;}
.sale-car-icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 52px;
  height: 35px;
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/sale-logo.png?14375680376617132911) no-repeat scroll 0 0 transparent;
}
.sale-form {
  float: right;
  margin: 0 10px;
  line-height: 45px;
}
.second-sale-block .checkout-button {
  line-height: 32px;
  height: 32px;
}
.sale-form input[type="email"] {
  color: #939393;
  font: 400 13px Lato;
  font-size: 14px;
  line-height: 33px;
  height: 33px;
  width: 204px;
  border: 1px solid #DDDDDD;
   border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 10px;
  margin-right: 5px;
}
/*----------------------------------------------------------------------------------*/
/*------------------------------------TESTIMONIALS----------------------------------*/
/*----------------------------------------------------------------------------------*/
/*.testimonials-block {
  padding: 26px 0;
}*/
.testimonials-block .with-stripes {
  color: #1e1e1e;
}
.testimonials-block ul {
  overflow: hidden;
  width: 988px;
  margin: 0 auto;
}
.testimonials-block .centered {
  padding: 26px 0;
}
.testimonials-block ul li {
  float: left;
  margin-bottom: 35px;
  width: 50%;
  padding: 0 40px 0 55px;
}
.testimonials-block ul li img, .testimonial img {
  display: block;
  float: left;
  height: 137px;
  margin-right: 20px;
  width: 137px;
  /*-webkit-border-radius: 69px;
  -moz-border-radius: 69px;
  -ms-border-radius: 69px;
  border-radius: 69px;*/
}
.testimonials-block ul li p.name, .testimonial p.name {
  clear: both;
  color: #1b5e91;
  font: italic 700 13px Lato;
  font-size: 16px;
  padding-top: 8px;
}
.testimonials-block ul li h6, .testimonial h6 {
  color: #404040;
  font: 700 13px Lato;
  font-size: 15px;
  line-height: 1.2;
  overflow: hidden;
}
.testimonials-block ul li p, .testimonial p {
  color: #414141;
  font:300 13px Lato;
  font-size: 15px;
  line-height: 21px;
}
.testimonials-block .testimonial-content {
  overflow: hidden;
  padding-top: 20px;
  width: 240px;
}
/*---testimonials customers state city add by Hao Zhang, 12/04/2014---------------------*/
.testimonials-block ul li p.state-city{
  clear: both;
  font: italic 400 13px Lato;
  font-size: 12px;
  padding-top: 0px;
}
.testimonials-block .testimonial-content{
  padding-top: 5px;
}
/*----------------------------------------------------------------------------------*/
/*----------------------------------SMALL-IMAGE-BANERS------------------------------*/
/*----------------------------------------------------------------------------------*/
.image-baners ul {
  /*margin-left: -42px;*/
  text-align: center;
  padding: 44px 0 53px;
  padding: 15px 0;
}
.image-baners {
  overflow: hidden;
}
.image-baners ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  /*margin: 0 0 0 42px;*/
  margin: 0 0 0 57px;
  
}
.image-baners ul li:first-child {
    margin-left: 0;
}
.image-baners ul li a,
.image-baners ul li img {
  display: block;
  /*width: 283px;
  height: 283px;*/
  width: 343.5px;
  height:auto;
}
.image-baners ul li h5 {
  color: #1b5e91;
  font: ;
  font-size: 21px;
}
.image-baners ul li span {
  display: block;
  color: #414141;
  font: ;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 0 10px;
}
.image-baners ul li a {
  color: #383637;
  /*font: 700 13px Lato;*/
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

/*-------------------12/03/2014 Added by Hao Zhang-----------------------*/
.hm-img-shadow{
	box-shadow: 2px 1px 5px #989898;
}

.image-baners ul li section{
  position: relative;
}

.image-baners ul li section .mid-split{
  position: absolute;
  bottom: 0px;
}

.image-baners ul li section span{
  position: absolute;
  width: 100%;
  bottom: 16px;
  left: 0px;
  padding: 0px 10px 0px 10px;
  text-transform: none;
  font-style: normal;
}

.image-baners ul li section span h3, .image-baners ul li section span h1{
  color: white;
  margin: 0px 0px 0px 0px;
}
.image-baners ul li section span h1{
	font-size: 24px;
}

.image-baners ul li section span p, .image-baners ul li section span h2{
  color: white;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.1em;
  /*word-spacing: 0.1em;*/
}
.image-baners ul li span.mid-split {
    height: 115px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------SHOP-BY-CATEGORIES-BLOCK---------------------------*/
/*----------------------------------------------------------------------------------*/
.categories-block > .centered {
	padding: 53px 0 48px;
}
.categories-block ul {
  overflow: hidden;
  margin-left: -13px;
}

.categories-block ul li {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  float: left;
  height: 238px;
  margin: 0 0 30px 57px;
  overflow: hidden;
  position: relative;
  width: 314px;
}
.categories-block ul li a {
  display: block;
  height: 100%;
}
.categories-block ul li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 314px;
  height: 238px;
}









.mid-split {
  position: absolute;
  bottom: 0px;
  background-color: #000;
  height: 95px;
  width: 100%;
  opacity: 0.6;
}
.categoryDescription {
  position: absolute;
  bottom: 5px;
  color: #fff;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.1em;
  word-spacing: 0.1em;
  width: 100%;
  left: 0px;
  padding: 0px 10px 0px 10px;
  text-transform: none;
  font-style: normal;
  height: 48px;
}
/* 03/12/2015 by Hao Backup */
/*.categories-block ul li span.overlay {
  background: rgba(40, 45, 51, .65);
  bottom: 0;
  color: #FFF;
  display: block;
  font: 700 13px Lato;
  font-size: 24px;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
}
*/
.categories-block ul li span.overlay, .categories-block ul li h1.overlay {
  bottom: 0;
  color: #FFF;
  display: block;
  font: 700 13px Lato;
  font-size: 24px;
  height: 95px;
  left: 0;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
}
.with-stripes {
  color: #000000;
  font: 400 13px Lato;
  font-size: 35px;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}
.with-stripes span {
  overflow: hidden;
  padding: 0 15px;
}
.title.with-stripes {
  border: none;
  height: auto;
  line-height: normal;
  padding: 0 15px;
  position: relative;
}
.title.with-stripes span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 2;
}
.title.with-stripes > p:after {
  border-bottom: 1px solid #1b5e91;
  border-top: 1px solid #1b5e91;
  clear: both;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.featured-products-block > .centered {
  overflow: hidden;
  padding: 35px 0 25px;
  padding: 12px 0 15px;
}
.featured-products-block > .centered h3 {
    line-height: 30px;
    margin-bottom: 0;
}
.block-with-videos {
  background: #f2f2f2;
}
.block-with-videos .with-stripes {
  color: #554a48;
}
.block-with-videos > .centered {
  overflow: hidden;
  padding: 40px 40px 70px;
}
.block-with-videos ul {
overflow:hidden;
}
.block-with-videos ul li {
  float: left;
  overflow: hidden;
  width: 50%;
}
.block-with-videos ul li.videos-all-items {
  float: left;
  margin: 0;
}
.block-with-videos .video-wrapper {
  text-align: center;
}
.block-with-videos .video-wrapper iframe {
  width: 407px;
}
/*
	03/16/2015 by Hao
*/
.block-with-videos .video-wrapper>.video-frame{
  width: 415px;
  height: 311px;
  margin: 0px auto;
  background-color: #FFFFFF;
  cursor: pointer;
}
.block-with-videos .video-wrapper>.video-frame>.top{
  font-family: 'Lato';
  display: flex;
  display: -webkit-flex;
  font-size: 36px;
  padding-left: 15px;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #000000;
}
.block-with-videos .video-wrapper>.video-frame>aside{
  font-family: 'AmsiPro-Bold';
  font-size: 18px;
  font-weight: 800;
  display: flex;
  padding-left: 15px;
  color: #000000;
  margin-top: -10px;
}
.block-with-videos .video-wrapper>.video-frame>.middle{
  font-family: 'verdana';
  color: #0d5d90;
  font-size: 24px;
  line-height: 1em;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: left;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.block-with-videos .video-wrapper>.video-frame>.bottom{
  display: flex;
  display: -webkit-flex;
  margin-left: 15px;
  margin-top: 10px;
}
.block-with-videos .video-wrapper>.video-frame>.bottom>.left{
  width: 100%;
  margin-left: -35px;
}
.block-with-videos .video-wrapper>.video-frame>.bottom>.left img{
  width: auto
}
.block-with-videos .video-wrapper>.video-frame>.bottom>.right{
  /*font-family: 'Saxony-Serial-Medium-Regular';*/
  font-family: 'Lato';
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.block-with-videos .video-wrapper>.video-frame>.bottom>table.right{
  width: 100%;
  text-align: left;
  float: none;
  margin-top: 10px;
  font-size: 20px;
  color: #000000;
  letter-spacing: -0.05em;
}
.block-with-videos .video-wrapper>.video-frame>.bottom>table.right tr{
}
.block-with-videos .video-wrapper>.video-frame>.bottom>table.right tr td:first-child{
  position: relative;
}
.block-with-videos .video-wrapper>.video-frame>.bottom>table.right tr td:first-child span{
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 8px;
}
.block-with-videos .video-wrapper>.video-frame>.bottom>table.right tr td:last-child{
  line-height: 1em;
  padding-bottom: 5px;
}
.moreinfolink {
    padding:15px 0 0;
    text-align: center;
}
.moreinfolink h3 a {
    color: #1b5e91;
}


/*----------------------------------------------------------------------------------*/
/*------------------------------------------CART------------------------------------*/
/*----------------------------------------------------------------------------------*/
#cart {
	padding: 10px 0;
}

.sidebar {
  float: left;
  overflow: hidden;
  padding-right: 38px;
  width: 238px;
}
.sidebar-help {
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 0 3px;
}
a.live-help {
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/live_help_link_bg.png?14375680376617132911) no-repeat left top;
  display: block;
  float: left;
  height: 34px;
  margin-right: 5px;
  overflow: hidden;
  text-indent: -1000px;
  width: 86px;
}
.sidebar-help a.btn.btn-small {
  margin-top: 7px;
}
.sidebar-call {
  background: #282d33;
  color: #FFF;
  font: italic 400 13px Lato;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 18px 13px;
  text-align: center;
}
.sidebar-call span {
  display: block;
  font: 900 13px Lato;
  font-size: 24px;
  margin-top: 15px;  
}
ul.sidebar-list {
  margin-bottom: 13px;
  overflow: hidden;
}
ul.sidebar-list li {
  border-bottom: 2px solid #EFF1F1;
  overflow: hidden;
}
ul.sidebar-list li a {
  color: #7E8C92;
  display: block;
  line-height: 100%;
  padding: 14px 0 7px 16px;
  text-decoration: none;
}
ul.sidebar-list li:hover {
	border-bottom-color: transparent;
}
ul.sidebar-list li a:hover {
  background: #1b5e91;
  color: #FFF;
  text-transform: uppercase;
}
.sidebar-paypal-block {
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/sidebar_bottom_image.png?14375680376617132911) no-repeat left top;
  height:197px;
}
.progress-block {
  /*height: 51px;*/
  height:95px;
  margin: 0 auto 10px;
  /*width: 849px;*/
  width:851px;
}
.progress-block.done-50 {
  /*background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/progress_block_50.png?14375680376617132911) no-repeat left top;*/
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/checkout_progress_block50_new.png?14375680376617132911) no-repeat left top;
}
#cart .cart-content {
  overflow: hidden;
}
#cart table {
  margin: 20px 0;
  width: 100%;
}
#cart table thead th {
  border: none;
  color: #1b5e91;
  font: 900 13px Lato;
  padding: 0 21px 12px;
  white-space: nowrap;
}
#cart table tbody td {
  border: 1px solid #DDDDDD;
  padding: 15px 20px;
  vertical-align: top;
}
#cart table tbody td a, #cart table tbody td {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
#cart table .image {
  border-left: none;
  width: 135px;
}
#cart table .item {
  /*width: 280px;*/
  width: 51%;
}
#cart table .edit {
  width: 95px;
}
#cart table .price {
  width: 94px;
}
#cart table .qty {
  width: 70px;
}
#cart table .qty input[type="text"] {
  background: #FFF;
  border: 1px solid #EDEDED;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#cart table .subtotal {
  font: 700 13px Lato;
  font-size: 14px;
  width: 80px;
}
#cart table .remove {
  border-right: none;
}
#cart table .remove a {
  font: 700 13px Lato;
  font-size: 10px;
}
#cart table .image img {
  display: block;
  margin: 0 auto;
  max-width: 135px;
}
#cart .form-top .btn.btn-dark-blue {
  float: right;
}
#cart .form-top h1 {
  overflow: hidden;
}
.form-bottom-right {
  float: right;
  width: 156px;
}
.form-bottom-left {
  overflow: hidden;
}

#cart a.continue-shoping {
  display: block;
  color: #1b5e91;
  font: 700 13px Lato;
  font-size: 18px;
  padding-top: 1px;
}
.continue-shoping-block {
  padding: 0 20px 17px;
}
.continue-shoping-block section{
	display: flex;
  	display: -webkit-flex;
  	justify-content: space-between;
  	-webkit-justify-content: space-between;
}
.continue-shoping-block section h3 {
	margin-right: 50px;
}
.continue-shoping-block .order-comments {
  padding-top:17px;
}
.continue-shoping-block .order-comments label {
  color: #1b5e91;
  display: block;
  font: 400 13px Lato;
  font-size: 16px;
  padding-bottom: 5px;
}









.btn.btn-cart {
  background: #1b5e91;
  background-image: -webkit-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -moz-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -ms-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -o-linear-gradient(top, #1b5e91, #2980b9);
  background-image: linear-gradient(to bottom, #1b5e91, #2980b9);
  color: #ffffff;
}
.btn.btn-cart:hover {
  color: #ffffff;
}
#cart a.continue-shoping:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1b5e91;
  border-top: 5px solid transparent;
  content: '';
  display: inline-block;
  margin-left: 10px;
    
}
#cart textarea {
  background: #F0F0F0;
  border: none;
  resize: vertical;
}
#cart .btn, #cart .btn:hover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: 900 13px Lato;
  font-size: 16px;
  padding: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: none;
  width: 157px; 
}
#cart h1 {
  color: #1b5e91;
  font: 700 13px Lato;
  font-size: 32px;
  text-transform: capitalize;
}
#cart .total {
  clear: both;
  padding: 18px 10px;
}
#cart .total span.label {
  border-bottom: 1px solid #E4E4E4;
  color: #1b5e91;
  display: block;
  font: 900 13px Lato;
  font-size: 19px;
  padding: 0 0 7px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#cart .total span.result {
  color: #000;
  display: block;
  font: 900 13px Lato;
  font-size: 19px;
  text-align: center;
}
#cart #cartform span#freeBalance{
	display: block;
    font: 500 1.5em Lato;
    margin-top: -30px;
    margin-left: 100px;
}
#cart #cartform span#freeBalance strong{
	font-weight: 800;
}
#cart #cartform .leftAside{
	display: flex;
  	display: -webkit-flex;
    justify-content: center;
  	-webkit-justify-content: center;
}
.ie #cart .form-top h1{
	float: left;
}
.ie #cart #cartform .leftAside{
	float: left;
}
.ie #cart #cartform .leftAside #freeBalance{
	margin-top: 10px;
  	margin-left: 40px;
}
#cart .col-lg-3 {
  padding-left: 45px;
}
/*----------------------------------------------------------------------------------*/
/*------------------------------------------BLOG------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*
.blog-top-block {
  overflow: hidden;
  padding: 43px 63px 8px;
}

#blog .video-block {
  background: #000;
  float: left;
  height: 386px;
  margin-right: 15px;
  overflow: hidden;
  width: 624px;
}
ul.blog-baners {
	overflow: hidden;
}
ul.blog-baners li {
  margin-bottom: 15px;
  overflow: hidden;
}
ul.blog-baners li a {
  background: #118CC1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFF;
  display: block;
  font: 700 13px Lato;
  font-size: 22px;
  height: 110px;
  padding: 34px;
  text-decoration: none;
  text-transform: uppercase;
}
ul.blog-baners li a span {
  display: block;
  font: 400 13px Lato;
  font-size: 22px;
  padding-top: 11px;
  text-transform: capitalize;
  
}
.blog-posts-block {
  overflow: hidden;
  padding: 40px 64px;
}
.blog-sidebar {
  float: right;
  margin-left: 70px;
  overflow: hidden;
  width: 285px;	
}
.blog-content {
  overflow: hidden;
}
ul.posts {
  overflow: hidden;
}
ul.posts li {
  margin-bottom: 28px;
  overflow: hidden;
}
ul.posts li .video-wrapper {
  float: left;
  height: 187px;
  margin-right: 22px;
  overflow: hidden;
  width: 304px;
}
ul.posts li .video-wrapper iframe {
  height: 187px;
  width: 304px;
}
ul.posts li a.blogpost-title {
  color: #118CC1;
  display: block;
  font: 700 13px Lato;
  font-size: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  text-decoration: none;
}
ul.posts li .added-by {
  color: #727272;
  
}
ul.posts li .added-by a {
  color: #118CC1;
  text-decoration: none;
}
ul.posts li > iframe {
  display: inline-block;
  margin-bottom: -6px;
  max-width: 130px;
}
ul.most-viewed {
	overflow: hidden;
}
ul.most-viewed li {
  float: left;
  margin: 0 0 25px 30px;
  overflow: hidden;
  width: 130px;
}
ul.most-viewed li .video-wrapper iframe {
  height: 81px;
  width: 130px;
}
ul.most-viewed li a {
  color: #727272;
  display: block;
  font-size: 11px;
  height: 30px;
  overflow: hidden;
  text-decoration: none;
}
*/
/*----------------------------------------------------------------------------------*/
/*-------------------------------------BLOG SIDEBAR---------------------------------*/
/*----------------------------------------------------------------------------------*/
/*
.blog-sidebar-block-style {
  border: 1px solid #B8D7E7;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 4px;
}

.blog-sidebar form.search input[type="text"] {
  background: none;
  border: none;
  color: #000;
  font-size: 15px;
  height: 34px;
  line-height: 45px;
  padding-left: 10px;
}
.blog-sidebar form.search input[type="submit"] {
  float:right;
  width:37px;
  height:34px;
  background:#282d33 url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/search_btn_icon.png?14375680376617132911) center center no-repeat;
  border: 1px solid #C3E7D7;
}

.free-offer h3, .best-sellers h3 {
  color: #1b5e91;
  font: 700 13px Lato;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
.free-offer span.subhead {
  color: #1b5e91;
  display: block;
  font: 700 13px Lato;
  font-size: 25px;
  text-align: center;
  
}
.free-offer img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.blog-sidebar .btn-light-blue {
  padding: 15px 0 10px;
  text-transform: capitalize;
  width: 100%;
}
.best-sellers .subhead {
  color: #118CC1;
  display: block;
  font-size: 19px;
  text-align: center;
}
.find-on-facebook {
  margin-bottom: 10px;
  overflow: hidden;
}
.find-on-facebook img {
  width: 100%;
}
ul.categories-list {
  margin-left: -5px;
  overflow: hidden;
  padding: 18px 0;
}
ul.categories-list li {
  float: left;
  height: 90px;
  margin: 0 0 10px 18px;
  overflow: hidden;
  position: relative;
  width: 116px;
}
ul.categories-list li img {
  display: block;
  height: 100%;
  width: 100%;
}
ul.categories-list li span.overlay {
  background: rgba(11, 140, 193, .65);
  bottom: 0;
  color: #FFF;
  display: block;
  font: 700 13px Lato;
  font-size: 9px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
}
ul.categories-list li span.overlay:after {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #FFFFFF;
  border-top: 3px solid transparent;
  content: "";
  display: inline-block;
  margin-left: 3px;
}
.shop-by-category h3, .sidebar-testimonials h3 {
  color: #118CC1;
  font: 700 13px Lato;
  font-size: 22px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: capitalize;
}
.sidebar-testimonials {
  padding: 17px;
}
.testimonial img {
  height: 95px;
  margin-right: 10px;
  width: 95px;
}
*/
/*----------------------------------------------------------------------------------*/
/*-----------------------------------------PAGE-------------------------------------*/
/*----------------------------------------------------------------------------------*/
#page {
  padding: 23px 30px;
}
#page h1 {
  background: #1b5e91;
  color: #FFF;
  font-size: 41px;
  text-align: center;
  line-height: 88px;
  margin-bottom: 20px;
}
#page h1 strong {
  font: 700 13px Lato;
  font-size: 41px;
}
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
  color: #282d33;
}
#page h2 {
  font: 700 13px Lato;
  font-size: 33px;
  margin-bottom: 25px;
}
#page iframe {
  margin: 0 auto 20px;
  width: 670px;
}
#page p strong {
  font: 700 13px Lato;
  font-size: inherit;
}
#page ul li {
  margin: 0 0 10px;
  overflow: hidden;
}
#page p {
	margin-bottom: 10px;
}
#page ul li p {
  margin: 0;
}
#page ol li {
  list-style: inside decimal;
  font: 700 13px Lato;
  margin-bottom: 10px;
  overflow: hidden; 
}
#page ol ul > li{
	list-style: inside circle;
  	padding-left: 30px; 
}
#page ol li p {
  display: inline;
  font: 400 13px Lato;
}
#page img {
  display: block;
  float: right;
  margin-left: 30px;
}
#page p.black {
  color: #000;
  font: 700 13px Lato;
}
#page p.blue-big {
  color: #282d33;
  font: 700 13px Lato;
  font-size: 16px;
  margin-bottom: 40px;
}
#page .video-wrapper {
  clear: both;
  text-align: center;
}
#page a.pdf-download {
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/pdf_download.png?14375680376617132911) no-repeat left top;
  color: #282d33;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font: 700 13px Lato;
  font-size: 23px;
  line-height: 75px;
  padding-left: 236px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER BANER---------------------------------*/
/*----------------------------------------------------------------------------------*/
.header-baner-text {
  background: #F1F1F1;
  color: #1b5e91;
  display: block;
  height: 40px;
  font-size: 23px;
  line-height: 50px;
  margin: 0 0 10px;
  text-align: center;
  text-decoration: none;
}
.header-baner-text strong {
  font: 700 13px Lato;
  font-size: 23px;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------------------*/
/*-----------------------------------SEARCH RESULTS---------------------------------*/
/*----------------------------------------------------------------------------------*/
#searchresults { 
  margin: 0 0 10px !important;
  padding: 30px;
}
#searchresults form {
  margin-bottom: 20px;
  overflow: hidden;
}
#searchresults input[type="text"] {
  border: 1px solid #E1E1E1;
  color: #B7B2B2;
  float: left;
  font-size: 14px;
  height: 34px;
  padding: 10px;
  width: 370px;
}
#searchresults input[type="submit"] {
  background: url("//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/search_btn_icon.png?14375680376617132911") no-repeat center center #282d33;
  border: none;
  float: left;
  height: 34px;
  width: 35px;
}
#searchresults ol {
  margin-left: -30px;
  overflow: hidden;
}
#searchresults ol li {  
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  clear: none !important;
  float: left !important;
  margin: 0 0 30px 30px;
  overflow: hidden;
  padding: 10px;
  width: 96%;
}
#searchresults ol li .result-image {
  display: table-cell;
  float: left;
  height: 100px;
  margin-right: 30px;
  overflow: hidden;
  width: 10%;
}
#searchresults ol li .result-image img {
  display: block;
  width: 100px;
}
#searchresults ol li .result-texts {
    display: table-cell;
    float: left;
    width: 87%;
}
#searchresults ol li h3 {
  margin: 0 0 10px !important;
}
#searchresults ol li h3 a {
  color: #1b5e91;
  font: 700 13px Lato;
  font-size: 25px;
  text-decoration: none;
}
#searchresults ol li h3 a:hover {
	text-decoration: underline;
}
.pagination {
  display: block;
  font-size: 16px;
  text-align: center;
}
.pagination span {
  display: inline-block;
  font: 700 13px Lato;
  font-size: inherit;
  margin: 0 5px;
}
.pagination span a {
  font-size: inherit;
}




/* product */

#active-wrapper img {
  display: block;
  width: auto;
  margin: 0 auto;
}

#active-wrapper {
  width: 440px; 
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#active-wrapper .zoomed {
  position: absolute;
  left: 0;
  top: 0;
}

#thumbs .image { 
  margin: 0 0 15px 0
}

#thumbs img {
  display: block;
  margin: 0 auto;
}



#product-gallery {
  overflow: hidden;
  margin: 0 0 15px 0;
}

.product-details-middle-side #social {
  width: 290px;
   margin: 0 0 0 50px;
  text-align: center;
}

/*---------------------------01/12/2015 by Hao------adjust the "tweet button" position-----------------------*/
.product-details-middle-side .social #social .tweet-btn {
  margin: 10px 0px 0px 0px;
  padding: 0px 10px;
}
.product-details-middle-side .social #social .pinterest {
    margin-right: 10px;
}

/* end product */
/*----------------------------------------------------------------------------------*/
/*-----------------------------------LOGIN REGISTER---------------------------------*/
/*----------------------------------------------------------------------------------*/
#template.login #guest, #template.login #customer, #template.login #recover-password, #template.register {
  margin: 0 0 30px;
  overflow: hidden;
  padding: 30px;
}
#template.register #customer {
  margin: 0 auto;
  width: 50%;
}
#template.login #guest {
  float: right;
  margin-left: 2%;
  width: 49%;
}
#template input.btn[type="submit"],
#template.login #customer input.btn[type="submit"],
#template.login #guest input.btn[type="submit"],
#template.login #recover-password input.btn[type="submit"]{
  border: none;
}
#template.login #customer, #template.login #recover-password {
  overflow: hidden;
}
#template h2.title, .login-wrapper h2.title, #guest h3,
.account-form .title.with-stripes {
  font-size: 30px;
  margin: 0 0 40px;
  padding-top: 5px;
}
#template.register h2.title, .login-wrapper h2.title.wide {
  margin: 0 -268px 40px;
}
#template form > div, #template.login #customer form > div, #template.login #recover-password form > div {
  margin-bottom: 15px;
  overflow: hidden;
}
#template label, #template.login #customer label, #template.login #recover-password label {  
  color: #5A5A5A;
  font-size: 13px;
  line-height: 20px;
  margin-right: 10px;
  text-transform: uppercase;
}

#template input, #template.login #customer input, #template.login #guest input, #template.login #recover-password input {
  vertical-align: top;
  line-height: 13px;
  font-size: 13px;
  padding: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 30px;
  margin: 0;
  width: 100%;
}
#template #customer_decline{
	display: inline-block;
}
#template input[type="submit"], #template.login #customer input[type="submit"], #template.login #guest input[type="submit"], #template.login #recover-password input[type="submit"] {
  width: 224px;
}
#template.login #guest input[type="submit"] {
  font-size: 13px;
  /*margin: 150px 0 15px;*/
  padding: 4px 0;
  
}
#template.login .action_bottom .note, #template.register .action_bottom .note {
  float: right;
  margin-top: 5px;
}
.login-wrapper {
  margin: 0 auto;
  min-width: 497px;
  width: 50%;
}
.not-success {
  display: none;
}
.clear-block:after {
  content:"";
  display: block;
  clear: both;
}

/*-------- account ---------*/
.small-info-padding.progress-info-block .centered {
  padding: 20px 0;
}
#account .centered-info {
  padding: 26px 10px 11px;
  font: 400 13px Lato;
  font-size: 14px;
  line-height: normal;
}
#account .default-title {
  font: 700 13px Lato;
  font-size: 14px;
  font-weight: 700;
}
#account .my-addresses {
  padding-bottom: 20px;
}
#account .default-button {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  padding: 0 17px;
}
.customer_detail {
  margin-top: 18px;
  padding: 4px 0 15px 8px;
  border-left: 8px solid rgba(221, 215, 206, 0.6);
}
.customer_detail > li:first-child {
  margin-top: 0;
}
.customer_detail > li {
  margin-top: 10px;
}
.customer_detail p {
  padding-bottom: 5px;
}
#customer_orders{
  display: table;
  width: 70%;
}
#customer_orders table{
	width: 100%;
}
#customer_orders th {
  color: #888888;
}
#customer_orders th,
#customer_orders td {
  text-align: center;
  padding: 7px 15px;
  text-transform: capitalize:
}
#customer_orders td {
  color: #333333;
  background: none repeat scroll 0 0 rgba(221, 215, 206, 0.6);
}
#customer_orders table a {
  font: 700 13px Lato;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
#customer_orders table {
  margin-bottom: 24px;
}
#customer_orders table .money {
  font: 700 13px Lato;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
#account {
  padding-bottom: 40px;
}
#account .black-button {
  color: #ffffff;
}
#address_form_new table {
}
.customer_address_table {
  width: 275px;
  margin: 0 auto;
}
.customer_address_table input[type="text"]{
  width: 100%;
  height: 30px;
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  line-height: 30px;
  padding: 0 8px;
  color: #898989;
}
.customer_address_table li {
  margin-top: 12px;
}
.customer_address_table select {
  width: 100%;
}
.customer_address .default-title {
  text-align: center;
}
.customer_address {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.customer_address .action_bottom {
  text-align: center;
  padding: 17px 0;
}
.customer_address .action_bottom > span {
  line-height: 32px;
  padding: 0 21px;
}
#address_pagination {
  padding: 7px 0;
  text-align: center;
}
#account.addresses .customer_detail {
  border: none;
  background: none repeat scroll 0 0 rgba(221, 215, 206, 0.6);
  width: 305px;
  padding: 12px 10px 15px;
}
.no-counter.breadcrumbs ol > li:before {
  display: none;
}
/*#account .default-title.def-sub-title {
font-style: italic;
}*/
#account .first-label {
  text-align: left;
  font-weight: 700;
}
.account-form {
  padding: 60px 30px 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.account-form .btn {
  width: auto;
  font-size: 13px;
  float: none;
  font-weight: 700;
}
.account-form input[type="radio"],
.account-form input[type="checkbox"] {
  margin: 0;
}
.account-details{
    padding-right: 50px;
    width: 30%;
  	display: table;
}
.btn-back-store {
    padding-bottom: 10px;
}
#template.register.reset-password #customer {
  width: 100%;
}
/*-------- END account ---------*/
.block-separator-line:before {
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/block-separator.png?14375680376617132911) no-repeat scroll 50% 0 transparent;
  clear: both;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.homepage-top-banner.block-separator-line:before {
    background: transparent none repeat scroll 0 0;
}
.row.block-separator-line {
    max-width: 100%;
}
.free-shipping-main > .centered {
  padding: 26px 0 20px;
  text-align: center;
  color: #685345;
}
.free-shipping-main > .centered > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.shipping-info-title {
  font:100 13px Lato;
  font-size: 60px;
  text-align: center;
  width: 238px;
  padding: 14px 22px 0 13px;
  line-height: 52px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  letter-spacing: 27px;
}
.shipping-info-title > span {
  font:700 13px Lato;
  font-size: 42px;
  line-height: 40px;
  display: block;
  letter-spacing: normal;
}
.product-free-shipping {
  padding-top: 8px;
}
.countdown-section {
  float: left;
  width: 110px;
  font:13px/100% bebas_neue;
  font-size: 74px;
  color: #282d33;
}
.countdown-amount {
  line-height: 44px;
}
.countdown-section > span {
  display: block;
}
.countdown-period {
  font:400 13px Lato;
  font-size: 16px;
  color: #1b5e91;
  text-transform: uppercase;
}
.shipping-info-timer.free-shipping-container {
  display: none;
}
.free-shipping-container {
  text-align: center;
}
.free-shipping-container > p {
  font:400 13px Lato;
  font-size: 33px;
  line-height: 46px;
  padding-bottom: 15px;
}

.homepage-top-banner > .centered {
  padding: 4px 0 14px;
}
.top-banner-video-block {
  width: 612px;
  float: left;
  margin-right: 75px;
}
.top-banner-video-block iframe {
  display: block;
  margin: 0 auto;
}
.top-banner-fragments {
  margin-bottom: 22px;
}
.top-banner-fragments a {
  display: block;
}
.top-banner-fragments img {
  /*width: 415px;
  height: 312px;*/
  width:100%;
  height:auto;
  display: block;
  margin: 0 auto;
}
#homepage-top-banner {
  overflow: hidden;
  margin: 0 auto;
}
.homepage-top-banner {
  background: #ffffff;
}
#homepage-top-banner > .ui-tabs-nav {
  text-align: center;height: 13px;
}
#homepage-top-banner > .ui-tabs-nav > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.top-fragment-item {
  width: 12px;
  height: 13px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0397/9069/t/47/assets/slice.png?14375680376617132911) no-repeat scroll -21px -122px transparent;
  outline: none;
}
.ui-tabs-active .top-fragment-item {
  background-position: 0 -122px;
  outline: none;
}

.header > .free-shipping-main {
  margin-top: 8px;
}


/*------------------------Sample landing page--------------------------*/

.samplepack{
	width: 985px;
  	margin-left: 75px;
  	margin-top: 35px;
}

.samplemainimg{
	overflow:hidden;
  	float: left;
  	padding-top: 45px;
}

.sampleh1{
	color: #1b5e91;
  font: 400 13px Lato;
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.samplesideinfo{
	width: 430px;
  	float: left;
  	margin-left: 10px;
 	overflow: hidden;
}
.samplesideinfo2 {
  width: 100%;
  margin-left: 10px;
  overflow: hidden;
}

.sampleimges{
	float: left;
  	overflow: hidden;
}

.smimgsam{
	float: left;
  	overflow: hidden;
}

.samplesmallimges{
	height: auto;
  	width: 100%;
}

.sampleextraimages{
	float: left;
  	overflow: hidden;
  	width: 90px;
}

.samplesideheading{
	color: #1b5e91;
  text-align: center;
  font: 400 13px Lato;
   font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}

.samplesidep{
	font-style: italic;
  	font-size: 16px;
  	color: #808080;
  	margin: 10px 0px;
}

.sampleimges{
width: 75px;
  line-height: 3px;
  padding: 5px 0px;
}

.samplesmallpics{
  	float: left;
  	overflow: hidden;
	width: 70px;
  margin: 0px 25px 0px 0px;
  margin-left: -10px;
}

.samplesmallimagessam{
	padding: 0px 0px;
  	border-bottom: 2px dotted #ececec;
}


.checklistimgsam{
	margin-top: 30px;
}

.questionssam{
  clear: both;
  padding-top: 15px;
  margin-bottom: 20px;
}

.questionssam a{text-decoration: none;}

.emailsam{
margin-left: 300px;
  padding-left: 30px;
  margin-right: 20px;
  background: url( //cdn.shopify.com/s/files/1/0397/9069/t/47/assets/mailiconn.png?14375680376617132911 ) no-repeat;
}

.questionsam{
	padding-left: 25px;
  background: url( //cdn.shopify.com/s/files/1/0397/9069/t/47/assets/questionicon.png?14375680376617132911 ) no-repeat;
}

.regularpricesam{
  color: #cd001c;
}

.samcart{
  border: 2px solid #1b5e91;
  height: 110px;
}

.samprice {
	font-weight: bold;
  	padding-bottom: 10px;
}

.pricessam{
	overflow: hidden;
  	float: left;
  	padding: 20px 13px;
  	font-size: 14px;
}

.quantitysam{
	overflow: hidden;
  	float: left;
  	margin-left: 265px;
  	margin-right: 175px;
}

input.addtocartsam{
    -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
	background-color: #e25514;
  	height: 0px;
  	width: 94px;
  	margin-top: 7px;
  	padding-bottom: 30px;
  	font-size: 14px !important;
  	text-transform: uppercase;
  	color: #ffffff;
  	font: 700 13px Lato;
}

.purchasesam{
	margin-top: 30px;
  	margin-left: 5px;
  	height: 35px;
  	width: 135px;
  	background-color: #e25514;
  	text-transform: uppercase;
  	display: block;
  	float: left;
  	overflow: hidden;
  	color: white;
  	border: none;
 
}

input.purchasesam{
	margin-top: -84px;
  	margin-left: 380px;
  	height: 35px;
  	width: 135px;
  	background-color: #e25514;
  	text-transform: uppercase;
  	display: block;
  	float: left;
  	overflow: hidden;
  	color: white;
  	border: none;
   	font-size: 16px;
	line-height: 1;

}


.hisammm{width: 550px;}




.purchasesam2{
	margin-top: 10px;
  	height: 27px;
  	width: 124px;
  	background-color: #29559e;
  	text-transform: uppercase;
  	display: block;
	margin-right: auto;
  	margin-left: auto;
  	color: white;
  	border: none;
  	
}

.spinner-blocksam {
  background: none repeat scroll 0 0 #ffffff;
  position: relative;
  padding: 5px 0;
  border: 2px solid #AAAAAA;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.spinner-blocksam .item-quantity {
  border: none;
  background: none;
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding-left: 10px;
  width: 44px !important;
  margin-right: 22px !important;
  text-align: center !important;
}


.freeshippingsamicon{
	display:block;
  	overflow: hidden;
  	margin-top: 20px;

}

.boldsam{
	font-weight: bold;
}

.product-addition-infosam{
	color: #808080;
  font-size: 14px;

  	
}

.wordsam{
	padding: 7px 50px 20px 0px;
  	font-size: 16px;
}

.descriptionsam{
	clear: both;
  	margin: 30px 0px 40px 0px;
    font: 400 13px Lato;
   	font-size: 23px;
}

.samplepack h3{
	background-color: #1b5e91;
    color: white;
  	display: block;
  	padding-left: 15px;
    font: 400 13px Lato;
  	font-size: 28px; 
}
.samwhatsinside{
	height: 35px;
  	width: 220px;
}

.samwhatsinside2{	height: 35px;
  	width: 160px;}

.bluedashessam{
  background: url( //cdn.shopify.com/s/files/1/0397/9069/t/47/assets/bluedashes.png?14375680376617132911 );
  margin-bottom: 40px;
  clear:both;
}

.samplepack p{
  	padding-top: 0px;
	color: #333333;
  	font: 400 13px Lato;
  	font-size: 16px;
}

.samplepack h4{
	color: #1b5e91;
 	font: 700 13px Lato;
  	font-size: 19px;
    clear: both;
}

.breakfastssam{
	margin-left: 43px;
}

.sambreakfast{
	overflow: hidden;
  	float: left;
  	width: 103px;
  	margin: 10px 19px 17px 0px;  	
}
.breakimgsam{border: 2px solid #b3b3b3;}
.foodtitlesam{
	color: #808080;
  display: block;
 	font-size: 13px;
  	text-align: center;
  padding-top: 2px;
}
.servingssam{
	color: #808080;
   display: block;
  	text-align: center;
  	font-size: 10px;
  padding-top: 1px;
}
.sampadding-bottom{
	padding-bottom: 15px;
}
.paragraphsam{
	clear:both;
  	margin-bottom: 60px;
}

.samtable{
	background-color: #f7f7f7;
  	width: 400px;
  	margin-top: 20px;
  	color: #808080;
  font-size: 16px;
  	overflow: hidden;
  	float: left;
}

.samtablerw1{
	padding: 0 50px 0 10px;
}

.samtablerw2{
	font-weight: bold;
  	padding-right: 20px;
}

.firstrowsam{
	padding-top: 10px;
}

.lastrowsam { padding-bottom: 15px; }

.lowcostsam{
	background-color: #cccccc;
  	border: 5px solid #585c5f;
  	color: #585c5f;
  	overflow: hidden;
  	float: left;
  	font-size: 25px;
  	width: 550px;
  	padding: 10px 20px 30px 20px;
  	margin: 20px 0 0 10px;
}

.lowcostsam p{
	font-size: 25px;
  color: #585c5f;
}

.lowcostsam span{font-weight:bold;
	font-size: 28px;
	padding-bottom: 10px;}

.moreinfosam{clear:both;
	padding-top: 15px;}

.moreinfosam ul{
	padding-top: 6px;
  	display: block;
  	float: left;
  	overflow: hidden;
}

.moreinfosam ul li{
list-style-type: disc;
	color: #999999;
  	font:400 15px Lato;

  	margin-left: 70px; 
}

.moreinfosam ul li:nth-child(9){
	font-weight: bold;
}

.boldsam{font-weight: bold;}

.madeinusasam{;
  	margin-top: 40px;
  	right: 10px;
  	overflow: hidden;
  	float: left;
  	margin-left: 490px;
}

.samafterimg{
	clear: both;
}

.rand-headingsam{
	font-size: 20px;
  	font-weight: bold;
  	color: #808080;
  	padding-bottom: 15px;
}

.rand-heading2sam{
	font-size: 23px;
  	font-weight: bold;
  	color: #808080;
  	padding-top: 25px;
}
.rand-headingsam:after {
    content: '\A';
    white-space: pre;
}

.rand-headingsam:before {
    content: '\A';
    white-space: pre;
}

.ulheadsam{
	font-style: italic;
  	font-size: 23px;
  	font-weight: bold;
  	margin-top: 5px;
}


.nutritioninfosam ul {
	padding-top: 10px;
}

.nutritioninfosam ul li {
	color: #808080;
  	font-size: 16px;
}

.moreinfosamsam{
	margin-bottom: 5px;
}

.nutritionpsam{
	padding-bottom: 10px;
}

.nutritionalulsam{
	overflow: hiddden;
  	float: left;
  	width: 330px;
  	margin-left: 40px;
  	margin-right: 60px;
  	line-height: 1.2;
}

.nutritionalulsam li a{
	text-decoration: none;
  	color: #999;
}

.nutritionalulsam li a:hover{
	background: #f7f7f7;
  	font-weight: bold;
	display: block;
  	width: 400px;
}

.nutritionblocksam{
	overflow: hidden;
  	float: left;
  	background: #f7f7f7;
  	width: 550px;
  	padding: 10px 15px 30px 10px;
}

.nutritionimg{
	overflow: hidden;
  	float: left;
  	margin-right: 25px;
}

.nutritioninfosam2{
	overflow: hidden;
  	float: left;
  	width: 300px;
  	font-size: 16px;
}

.guaranteeimgfreshsam{
	margin-right: 25px;
}

.nutheadsam{
	font-weight: bold !important;
  	margin: 20px 0px;
}

.nutritioninfosam2 ul li{
	color: #999999;
  	font: 400 13px Lato;
  	font-size: 16px;
}

.nutritioninfosam2 ul{
  	margin-bottom: 30px;
}
.afterspacesam {
	margin-bottom: 20px;
}
.sam25yearshelf{
	height: 35px;
  	width: 365px;
}
.spacesam{
	height: 40px;
  	clear: both;
}

.videosamm{
	margin-left: 280px;
  	clear: both;
}

.guaranteepsam p{
  	padding-top: 5px;
  	margin-left: 150px;
  	font-size: 17px;
}
.watchvideoimgsam{
	float: right;
    margin-left: 0;
    margin-right: 100px;
    margin-top: 15px;
}

.clearbothsam{
  clear: both;}
  
 .guaranteeimg2sam{
	display: block; margin-bottom: 30px;
}

 .guaranteeimg1sam{
  	margin-bottom: 80px;margin-top: 30px;
	display: block;
}
.guranteetextsam{
	padding-top: 30px;
  	margin-bottom: 20px;
}  
.guranteetextsam span {
	font-weight: bold;
  	font-size: 16px;
  color: #999;
}
.guaranteebodysam p { margin-bottom: 15px;   }

.guaranteebodysam ul { margin-bottom: 20px;}

.skipsomelinesaftersam{ margin-bottom: 20px;  font-size: 16px; color: #999;}

.guaranteebodysam ul li {
list-style-type: disc;
	  color: #999999;
	font-size: 16px;
  	margin-left: 200px;
}

.guaranteesectionimgssam{
	margin-right: 20px;
}

.boldsam2{font-weight: 700; color: #999; font-size: 16px; margin-bottom: 15px;}
.graphimgsam{margin: 15px 0 0 95px;}

.watchvideotext{ font-size: 20px; color: #999; margin-top: 15px; margin-bottom: 55px;}

.testimonialimgsam{ margin: -30px 0 15px 265px;}

.sambesttasting{width: 325px;}

.margintoppsam{padding-top: 15px; margin-bottom: 80px;}

.packagingtext2sam{
	width: 440px;
  	margin: 55px 10px 0 20px;
}

.foodimgsam {margin-top: 20px;}

.packaginginfotextsam{ margin-bottom: 300px;}

.packaginginfotextsam p { margin-bottom: 15px; }

.samfreeshipping{width: 220px;}

.boxesimgsam{
width: 280px;
  color: #808080;
    font-size: 16px;
  	text-align: center;
  	margin-right: 37px;
}

.bordered{border: 5px solid #b3b3b3;}

.fedeximgsam{
	margin: 10px 0px 0px 215px;
}

.freeshippingtextsam{
	color: #999;
  	font-size: 16px;
  	margin-top: 30px;
  	margin-right: 75px;
  	overflow: hidden;
  	float: left;
  	width: 600px;
}

.shippingtextsam{
	margin-top: -30px;
}

.margintopsamm{margin-top: 340px;}

.relateditemsheading{ font-size: 24px; color: #999; font-weight: bold; clear:both;  padding-top: 50px;}

.hrnesssam{ border-top: 1px dotted #999; margin-top: -1px;}

.relatedproductsam{
	border: 2px solid #296898;
  	width: 320px;	
	height: 265px;
  	margin-right:5px;
  	margin-bottom: 5px;
}

.relatedimgsizesam{
	max-height: 140px;
  	max-width: 140px;
  	display: block;
  	margin-right: auto;
  	margin-left: auto;
  	margin-bottom: 15px;
}

.relprodtitlesam{
	color: #999;
  	font-size: 14px;
  	text-align: center;
  	text-decoration: none;
  	height: 24px;
}

.details a{ text-decoration: none;}

.reprodpricessam{
	text-align:center;
  	color: black;
  	font-size: 19px;
  	margin-top: 13px;
}

.addtocartrelprodsam{
	background-color: #29559e;
	}

.relimgsamsam{
	max-height: 100%;
  	width: auto;
	}

.bottommarginsam{margin-bottom: 45px;}

.besttastingpsam{width: 720px;}

.cookingimgsam{display: block; border: 5px solid #b3b3b3;}

.comparizonsam{margin-bottom: 15px; margin-top: 50px;}

.normaltextsam{ font-size: 16px; color: #999; }

.quantitynesssam{
	margin-left: 240px;
  	overflow: hidden;
  	float: left;
  	margin-top: -25px;
}

.hiddensam{
	position: absolute;
  	right: -999px;
  	display: none;
}



#page .checklist-page ul li {
    margin: 0 0 30px 43px;
}
#page .checklist-page h2 {
    font-weight: normal;
    padding: 30px 0 10px;
    text-align: center;
}
.food-stockpile {
    padding-top: 30px; padding-bottom: 40px;
}
.food-stockpile-left1 {
    float: left;
    padding-right: 20px;
    width: 270px;
}
.food-stockpile-left1 > img {
    max-width: 100%;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.food-stockpile-right1 {
    float: left;
    font-size: 18px;
    padding-left: 20px;
    width: 57%;
  	height: 260px;
}
.food-stockpile-right1 h2 {
    font-size: 40px !important;
}

.food-stockpile-box-head > h2 {
    color: #1b5e91 !important;
    font-style: italic !important;margin-bottom: 15px !important;
}
.food-stockpile-box-head {
    margin-bottom: 25px;
}
.food-stockpile-box-head > p {
    color: #999999;
    font-size: 17px;
    font-weight: bold;
}
.food-stockpile-box-left {
    float: left;
    margin-right: 30px;
    width: 250px;
}
.food-stockpile-box {
    margin-bottom: 15px;
}
.food-stockpile-box-left img{max-width:100%;}
.food-stockpile-box-right {
    color: #999;
    float: left;
    font-size: 16px;
    width: 750px;
}
.food-stockpile-box-right > h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
  padding-top:0px;
}
.food-stockpile-box-right > h3 a {
    text-decoration: none;
}
/*------------01/14/2015 by Hao for case 146851---------------------------------*/
.top-selling-survival .summary {
    width: 100%;
    height: auto;
}

.top-selling-survival .summary article {
    width: 800px;
    margin: 50px auto -20px;
  	font-size: 18px;
}
/*-------End-----01/14/2015 by Hao for case 146851------------------------------*/
.foodlast {
    margin: auto;
    text-align: center;
    width: 100%;
}
.foodlast img {
    display: inline !important;
    float: none !important;
    /*width: 200px;*/
  margin-bottom:15px; max-width: 200px;
}
.get-entire{
   margin: auto;
    text-align: center;
    width: 475px;
}



#page .shopwithconfidence-video > iframe {
    width: 560px;
}
.shopwithconfidence-video {
    margin: 0 auto;
    width: 560px;
}
.shopwithconfidence-text {
    float: left;
    width: 500px;
  margin-left:30px;
}




/*  Sub collection  */

#collection .collection-right-side .subcollection-list {
    overflow: hidden;
    padding-right: 0;
}
.subcollection-list li {
    float: left;
    margin: 0 20px 35px 8px;
}
.subcollection-list li:nth-child(3n) {
    margin-right: 0;
}

.subcollection-list li .subcollection-image {
  border-top: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    height: 210px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 269px;
}
.subcollection-name {
    color: #909090;
    font-size: 18px;
    text-align: center;
}
.subcollection-name a {
    color: #909090;
    text-decoration: none;
}

.top-selling-addtocart {
    background: none repeat scroll 0 0 rgb(27, 94, 145);
    border-radius: 5px;
    color: #ffffff !important;
    display: block;
    float: right;
    font: 700 27px/48px Lato;
    height: 50px;
    margin-top: 10px;margin-bottom: 20px;
    text-align: center;
    text-decoration: none !important;
    width: 250px;
    border: 0 none;
}

#page.top-selling-survival .food-stockpile-box-right > h3 {
    color: #1b5e91;
    text-transform: none;
}
.top-selling-survival .food-stockpile-box-right > h3 a {
    color: #1b5e91 !important;
    text-decoration: underline;
}

/* 3/12/2015 by Hao For using bootstrap button style */
.btn-bootstrap {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.modal-dialog p {
	margin: 0 0 10px;
}

/* 04/17/2015 by Hao for the top banner free shipping*/
.free-shipping, .ie .free-shipping{
  background-color: #e8e8e8;
  margin-left: 5px;
}
.free-shipping > figure{
	display: flex;
  display: -webkit-flex;
}
.free-shipping > figure > figcaption,
.ie .free-shipping > figure > figcaption{
  color: #1b5e91;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.free-shipping  > figure > figcaption > p,
.ie .free-shipping  > figure > figcaption > p{
  text-decoration: underline;
  font-size: 0.8em;
  padding: 0px 0px 5px 0px;
  line-height: 0.8em;
  font-weight: 800;
}
.ie .free-shipping  > figure > figcaption > p{
	font-size: 0.7em;
}
.ie .free-shipping > figure >img{
  float: left;
}
.ie .free-shipping > figure >figcaption{
	float: right;
}
/* END: 04/17/2015 by Hao for the top banner free shipping*/
/* 04/17/2015 By Hao for the "New Products" button */
#btnNewProducts{
	float: left;
}
.btn-new-products {
  background: #1b5e91;
  background-image: -webkit-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -moz-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -ms-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -o-linear-gradient(top, #1b5e91, #2980b9);
  background-image: linear-gradient(to bottom, #1b5e91, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
  margin-right: 5px;
  font-weight: 800;
  line-height: 1.9em;
  border: 0px;
}

.btn-new-products:hover {
  background: #588AB0;
  background-image: -webkit-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -moz-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -ms-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -o-linear-gradient(top, #588AB0, #1b5e91);
  background-image: linear-gradient(to bottom, #588AB0, #1b5e91);
  text-decoration: none;
}
/* END: 04/17/2015 By Hao for the "New Products" button */
/* 04/20/2015 By Hao for Adding breadcrumb navigation */
ol#breadcrumb.breadcrumb {
  background-color: #e8e8e8;
  margin: 11px 0 11px;
}
/* END: 04/20/2015 By Hao for Adding breadcrumb navigation */
/* 04/30/2015 By Hao for Adjusting the style of upsell delete button */
.close{
  filter: none;
  opacity: 1 !important;
}
#facebox .close img {
  opacity: 1 !important;
  width: 0.6em;
}
/* END: 04/30/2015 By Hao for Adjusting the style of upsell delete button */
/* 04/30/2015 By Hao for Adjusting the sytle of "Continue to Cart" button of the UpSell */
#giveacceptbtn{
	padding: 0px !important;
}
/* 05/05/2015 By Hao for the Vote page's iframe */
#page iframe#vote{
  margin: 0 auto 20px;
  width: 100%;
  border: 0px;
}
/* END 05/05/2015 By Hao for the Vote page's iframe */
/* 05/28/2015 By Hao for the product reviews font size */
#productReviews span.yoResult, #productReviews span.yoResult span.yoResultReviews{
  color: #005696;
  font-size: 15px;
  font-weight: 800;
  text-transform: capitalize;
}
/* END 05/28/2015 By Hao for the product reviews font size */
/* 06/02/2015 By Hao for hidding the Yotpo review label */
.yotpo-label .yotpo-small-box{
	display: none;
}
/* END 06/02/2015 By Hao for hidding the Yotpo review label */
/* 07/01/2015 By Hao for feature tab active display */
#prodlightboxtab4>#product-tab-2 .description a{
	color: #577ABB;
}
/* END 07/01/2015 By Hao for feature tab active display */
/* 07/07/2015 By Hao for hide the youtube logo */
.video{
	position: relative;
	display: table;
}
#youtube-block{
  position: absolute;
  color: #1E1D1D;
  bottom: 0px;
  background-color: #1E1D1D;
  width: 170px;
  height: 27px;
  z-index: 2;
  right: 0px;
}
/* END 07/07/2015 By Hao for hide the youtube logo */


.modlbx-mfp-content #modlbox-email {
    float: left;
}
/* 08/06/2015 By Hao for the 404 page */
.not-found{
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.not-found figure{
  padding-bottom: 30px;
}
.not-found figure{
  padding-bottom: 30px;
}
.not-found header {
  text-align: center;
  font-weight: 600;
  padding-bottom: 25px;
  word-spacing: 0.35em;
}
.not-found article{
  font-size: 18px;
}
.not-found hr {
    width: 100%;
    border-top-color: #C0C0C0;
}
/* END 08/06/2015 By Hao for the 404 page */
/* 09/03/2015 By Hao for the Supply Membership App */
.sam-hidden {
	display: none !important;  
}

.sam-cart-total, .sam-discount-info {
	background-color: transparent;
	color: #000000;
  	padding-left: 0px !important;
}

.sam-discount-info{
	font-size: 2em;
    margin: 0px 0px 30px 20px;
    color: #7CD5FA;
}
 
.sam-cart-total-benefits, .sam-current-benefits {
	font-weight: bold;
}
  
#sam-not-enough-benefits {
}
.duplicated-membership{
	padding-top: 20px;
}
/* END 09/03/2015 By Hao for the Supply Membership App */
/* 10/20/2015 By Hao for the product page subscription */
.recurring_div.bold-ro {
    display: flex;
  	display: -webkit-flex;
    justify-content: flex-start;
  	-webkit-justify-content: flex-start;
    align-items: baseline;
  	-webkit-align-items: baseline;
}
.recurring_title{
	display: none;
}
/* END: 10/20/2015 By Hao for the product page subscription */
/* 10/21/2015 By Hao for the VIP buyer group */
.vip-product-group{
  	width: 100%;
  display: flex;
  display: -webkit-flex; 
  justify-content: space-around; 
  -webkit-justify-content: space-around; 
  padding-bottom: 50px;
}
.vip-product{
	display: flex; 
    display: -webkit-flex; 
    -webkit-flex-direction: column; 
    flex-direction: column; 
    -webkit-align-items: center; 
    align-items: center; 
    text-decoration: none; 
    margin-left: 20px;
}
.ad-words{
	display: flex;
    display: -webkit-flex; 
    flex-direction: column; 
    align-items: center; 
    -webkit-flex-direction: column; 
    -webkit-align-items: center;
}
.ad-words h1{
	background: transparent !important;
    font-size: 41px;
    text-align: center;
    line-height: 50px !important;
    margin-bottom: 0px !important;
}
.modal-footer{
	display: flex;
  	display: -webkit-flex;
  	justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
/* END 10/21/2015 By Hao for the VIP buyer group */
.prduct-detail-position-right .price-option{
	padding: 6px;
    border-radius: 3px;
    margin-top: 20px;
    width: 225px;
}
.vip-checkbox strong{
  	font-weight: 700;
}
input#cbVIPSliver {
    outline: 1px solid #000000;
    width: auto;
    transform: scale(1.05);
}
.continue-shoping-block .vip-option {
    padding-left: 2px;
  	margin-bottom: 40px;
}
.sale_price .description{
	float: right
}
#browserReminder.fade.in{
  	display: block;
}
#browserReminder.modal .modal-dialog{
	margin-top: 0px;
}
em.normal{
	font-style: normal;
}
em.yellow{
	background-color: #FCFC34;
}
.modal button{
	font-style: normal;
}
.sale_price .description{
	font-size: 18px !important;
}

.video-container {
	position:relative;
	padding-bottom:56.12%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.subcollection-name > h1{
    font-size: 18px;
}
#product-tab-1 .description > h2, #features > h2{
	font-size: 18px;
}
#product-tab-1 .description ul li > h2{
	font-size: 13px;
}

/*   END YEAR SALE  */
img.giftsale {position: absolute; right: 0; top: 0;}
img.soldouts {left: 0;margin: auto;position: absolute;right: 0;top: 50px;width: 120px;}
.collection-tooltip img.soldouts{width:auto; top:80px;}
.collection-popup .soldouts {
    left: 50px;
    right: auto;
    top: 100px;
}
#collection .yearendsale .collection-right-side .product-wrap .product {
  height: 300px;
  width: 262px;
}
#collection .yearendsale .collection-right-side {
  margin: 0 -16px;
  padding-right: 0;
  width: auto;
}
#collection .yearendsale .collection-tooltip{
  margin-left:40px;width:350px !important;
}
#collection .yearendsale .collection-tooltip .link.loupe{
  width:100% !important;
}


.categories-block .with-stripes {
    line-height: 40px;
    margin-bottom: 17px;
    margin-top: -9px;
}
/*  ====================================== =========
===============	Sub collection full width  ================
====================== =====================*/

.collection-full-width li .subcollection-image {
  width: 100%;
}
.collection-full-width ul {
  clear: both;
}
.collection-full-width ul li {
  margin-left: 0;
  margin-right: 5.31%;
  width: 29.75%;
  float: left;
  margin-bottom: 40px;
}
.collection-full-width ul li:nth-child(3n) {
  margin-right: 0;
}
.collection-full-width ul li section {
  position: relative;
}
.collection-full-width ul li a {
  color: #383637;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.collection-full-width ul li img {
  box-shadow: 2px 1px 5px #989898;
  display: block;
  height: auto;
  width: 100%;
}
.collection-full-width ul li section .mid-split {
  height: 115px;
}
.collection-full-width ul li .subcolltitle {
  bottom: 16px;
  font-style: normal;
  left: 0;
  padding: 0 10px;
  position: absolute;
  text-transform: none;
  width: 100%;
}
.collection-full-width ul li .subcolltitle h1 {
  font-size: 24px;
}
.collection-full-width ul li .subcolltitle h1, .collection-full-width ul li .subcolltitle h2 {
  color: #fff;
  margin: 0;
  text-align: center;
}
.collection-full-width ul li .subcolltitle h2 {
  font-size: 1em;
  line-height: 1.1em;
}