
@font-face {
  font-family: 'FontAwesome';
  src: url('https://topshops.ro/fonts/fa-solid-900.eot');
  src: url('https://topshops.ro/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
       url('https://topshops.ro/fonts/fa-solid-900.woff2') format('woff2'),
       url('https://topshops.ro/fonts/fa-solid-900.woff') format('woff'),
       url('https://topshops.ro/fonts/fa-solid-900.ttf') format('truetype'),
       url('https://topshops.ro/fonts/fa-solid-900.svg#fontawesomeregular')
 format('svg');
  font-style: normal;
  font-weight: 400;
	font-display: swap;
}

@font-face {font-family: 'Open Sans', sans-serif;
    src: url("https://zipcodes.ro/fonts/d7abfa52675c67654ecc2a8213bc58ae.eot");
    src: url("https://zipcodes.ro/fonts/d7abfa52675c67654ecc2a8213bc58ae.eot?#iefix") format("embedded-opentype"),
    url("https://zipcodes.ro/fonts/d7abfa52675c67654ecc2a8213bc58ae.woff2") format("woff2"),
    url("https://zipcodes.ro/fonts/d7abfa52675c67654ecc2a8213bc58ae.woff") format("woff"),
    url("https://zipcodes.ro/fonts/d7abfa52675c67654ecc2a8213bc58ae.ttf") format("truetype");
		font-display: swap;
}


body{
  background: #f7f7f7;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
	font-family: 'Open Sans', sans-serif;
}
body > .content{
  /*border: 1px solid #d1d1d1;*/
  /*margin: 0px auto;*/
  width: 960px;
	margin-left:14px;
	margin-right:14px;

}
a{
	color: #dc0044;
}
a:visited,a:hover,a:active{
	color: #dc0044;
}

.inner-width{
	width: 960px;
	/*margin:0 auto;*/
	display: block
}

.border-box{
	border:1px solid #d1d1d1;
	background: #fff;
	position: relative;
}
.border-box.with-padding{
	padding: 40px 20px;
}

.border-box.with-padding-12{
	padding: 12px 20px;
}



.border-box.with-margin-top{
	margin-top: 14px;
}
.border-box.with-margin-top-double{
	margin-top: 28px;
}


.border-box.with-margin-top.with-tab{
	margin-top: 56px;
}

.border-box.no-padding{
	padding: 0 !important;
}
.border-box.no-background{
	background: none !important;
}
.border-box.no-border{
	border: none !important;
}

.border-box .title{
	font-size: 23px;
	line-height: 32px;
	color: #434547;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 20px;
}
.border-box .border-box-tab{
	font-size: 19px;
	line-height: 40px;
	position: absolute;
	top:-42px;
	left:0;
}
.border-box .border-box-tab > div{
	display: table-cell;
	padding:0 20px;
	border:1px solid #d1d1d1;
	 border-left:0;
	background: #fff;
	-webkit-border-top-left-radius: 12px; 
	-moz-border-top-left-radius: 12px; 
  border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px; 
	-moz-border-top-right-radius: 12px; 
  border-top-right-radius: 12px;
	cursor: pointer;
}
.border-box .border-box-tab > div:first-of-type{
	border-left:1px solid #d1d1d1;
}
.border-box .border-box-tab > div.active{
	background: #3f9ded;
	color: #fff;
	border-color: #3f9ded;
}

i.search-icon{
	
 }
 i.search-icon:after{
	font-family: 'FontAwesome';
  font-size: 19px;
  line-height: 19px;
  font-style: normal;
  color: #fff;
  
	content: '\f002';
  font-size: 20px;
 }
 i.mail-icon{
	
 }
 i.mail-icon:after{
	font-family: 'FontAwesome';
  font-size: 19px;
  line-height: 19px;
  font-style: normal;
  color: #fff;
  
	content: '\f0e0';
  font-size: 15px;
 }
 
 i.home-icon{
	
 }
 i.home-icon:after{
	font-family: 'FontAwesome';
  font-size: 19px;
  line-height: 19px;
  font-style: normal;
  color: #fff;
  
	content: '\f015';
  font-size: 15px;
 }
 
 i.brand-icon{
	
 }
 i.brand-icon:after{
	font-family: 'FontAwesome';
  font-size: 19px;
  line-height: 19px;
  font-style: normal;
  color: #fff;
  
	content: '\f468';
  font-size: 15px;
 }
 
 
 
 .border-box .border-box-tab > div i{
	position: relative;
	left:-5px;
	
 }
 
 
 
 
 .border-box .border-box-tab > div i:after{
	color: #3f9ded;
 }
 .border-box .border-box-tab > div.active i:after{
	color: #fff;
 }
 
 .border-box.with-left-sidebar{
	border: none;
	background: none;
 }
 
 .border-box.with-left-sidebar > .inner{
		border:1px solid #d1d1d1;
		background: #fff;
		position: relative;
		margin-left: 12px;
		display: table-cell;
		vertical-align: top;
		/*width: 757px;*/
 }
 
 .border-box.with-left-sidebar > .inner.no-border{
	border: 0;
 }
 .border-box.with-left-sidebar > .inner.no-background{
	background: none;
 }
 
 .border-box > .left-sidebar{
	
		width: 203px;
		display: table-cell;
		vertical-align: top;
 }
 .border-box > .left-sidebar > .inner{
	border:1px solid #d1d1d1;
		background: #fff;
		position: relative;
		margin-right: 14px;
 }
 
 .border-box > .left-sidebar > .inner ul{
	margin:0;
	padding: 0;
	
 }
 .border-box > .left-sidebar > .inner li{
	list-style: none;
	margin:0;
	padding: 0 0px;
	font-size: 14px;
	color: #242424;
	line-height: 40px;
	border-bottom:1px solid #d1d1d1;
 }
 .border-box > .left-sidebar > .inner li a{
	color: #242424;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0 10px 0 30px;
 }
 .border-box > .left-sidebar > .inner li:hover a{
	text-decoration: underline;
 }
 

header{
  
  background: #fff;
  
  
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
}
header .inner{
	display: table;
	
	width: 100%;
}

header .inner div{
  font-size: 21px;
  line-height: 21px;
  color: #434547;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
header .inner div a{
  color: #242424;
  font-size: 21px;
  line-height: 21px;
  margin: 0;
  text-decoration: none;
}
header .inner div a:hover, header .inner div a:active{
  color: #000;
  text-decoration: underline;
}

header .inner .logo{
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  text-align: left;
  width: 150px;
}
header .inner .logo picture{
  display: inline-block;
  
  line-height: 0;
  font-size: 0;
  width: 100%;
}
header .inner .logo picture img{
  width: 100%;
}


header .inner div.contact, header .inner div.phone{
  /*width: 270px;*/
  padding-right: 20px;
}

header .inner div i.icon{
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative
}
header .inner div i.icon:after{
  font-family: 'FontAwesome';
  font-size: 19px;
  line-height: 19px;
  font-style: normal;
  color: #8b7923;
  position: absolute;
  top: 4px;
  left: 0;
}
header .inner div i.icon.phone:after{
  content: '\f095';
  font-size: 23px;
  top: 6px;
}

header .inner div i.icon.mail:after{
  content: '\f0e0';
}



.breadcrumb{
	padding: 0;
	margin: 0;
}
.breadcrumb li{
	display: inline-block;
}
.breadcrumb, .breadcrumb a {
    font-size: 11px;
		line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    color: #434547;
}
h1.page-title, h2.page-title{
	  margin: 0;
    color: #434547;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
		/*text-transform: uppercase;*/
		letter-spacing: 0.5px;
}
h2{
	margin: 0;
}
h3{
	margin: 0;
}

h2.page-title-second{
	color: #434547;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
}

.page-description{
	color: #434547;
	font-size: 15px;
	line-height: 21px;
}
.page-description p{
	margin: 10px 0;
	
}
.page-description p:first-of-type{
	margin-top: 0;
}
.page-description h2{
	padding-bottom:10px;
	line-height: 21px;
	font-weight: 600;
	font-size: 18px;
}
.page-description h3{
	padding-top:5px;
	padding-bottom:10px;
	font-size: 18px;
	font-weight: 600;
}
.page-description img.floating{
	float:left;
	margin-top: 21px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #d1d1d1;
	width: 100px;
	padding: 5px;
}
.page-description img.floating.w200{
	width: 200px;
}
.page-description img.w80p{
	width: 80%;
}

footer{
	margin-top: 20px;
}

footer .top{
	background: #60636C;
	/*padding:50px 0;*/
}

footer .top .logo{
	display: table-cell;
	vertical-align: top;
}

footer .top .col{
	display: table-cell;
	vertical-align: top;
}

footer .top .col .title{
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 5px
}
footer .top .col ul {
	margin: 0;
	padding:0;
}
footer .top .col ul li{
	margin: 0;
	padding:0;
}
footer .top .col a{
	font-size: 14px;
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	display: inline-block;
}
footer .top .col a:hover, footer .top .col a:active{
	text-decoration: underline;
}

footer .top .col i.icon{
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
	margin-right: 3px;
}
footer .top .col i.icon:after{
  font-family: 'FontAwesome';
  font-size: 17px;
  line-height: 14px;
  font-style: normal;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0px;
}
footer .top .col i.icon.phone:after{
  content: '\f095';
  font-size: 17px;
  top: 8px;
	left: 2px;
}

footer .top .col i.icon.mail:after{
  content: '\f0e0';
}


footer .copyright{
	background: #242424;
	font-size: 13px;
	line-height: 28px;
	color: #fff;
	min-height: 48px;
	text-align: left;
	padding:14px; 
}

.inner-width{
	width: 960px;
	/*margin:0 auto;*/
	display: block
}
footer .inner{
	width: 100%;
	display: table;
}
footer .inner a{
	color: #fff;
	text-decoration: none;
}
footer .inner a:hover{
	color: #fff;
	text-decoration: underline;
}

footer .inner .col{
	display: table-cell;
	vertical-align: top;
}
footer .inner .col .h2{
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}

footer .inner .col ul{
	margin: 0;
	padding: 0;
	
	padding:10px 0;
	list-style-type:circle;
	font-size: 13px; 
	color: #fff;
}
footer .inner .col ul li{
	display: block;
	list-style-type: none; 
}

.list-body{
	
}

.blue-link{
	color: #dc0044;
	text-decoration: none;
}
.underline{
	text-decoration: underline;
}
.blue-link:hover{
	color: #dc0044;
	text-decoration: underline;
}

.list-body:before{
	content: ' ';
	display: table;
}
.list-body:after{
	content: ' ';
	display: table;
	clear: both;
}

.col4list{
    width: 16.66666667%;
		float: left;
		/*padding-right: 15px;
    padding-left: 15px;*/
		text-overflow: ellipsis;
		overflow: hidden;
		padding: 5px 0;
		border-top: 1px solid #ddd;
}

.col4list a{
	white-space: nowrap;
	
	line-height: 21px;
	margin-right: 10px;
	display: block;
	width: calc(100% - 10px);
	overflow: hidden;
	text-overflow: ellipsis;
}

.zipcode-table{
	display: table;
	width: 100%;
}

.zipcode-table .th{
	display: table-row;
}
.zipcode-table .th .col{
	display: table-cell;
	padding: 5px 0;
	white-space: nowrap;
	min-width: 100px;
	font-weight: bold;
	
}
.zipcode-table .th .col > div{
	padding: 0 10px;
}

.zipcode-table .tr{
	display: table-row;
	background: #f9f9f9;
}
.zipcode-table .tr.tr-2{
	background: #fff;
}
.zipcode-table .tr:hover{
	background: #f1f1f1;
}
.zipcode-table .tr .col{
	display: table-cell;
	padding: 5px 0;
	white-space: nowrap;
	border-top: 1px solid #ddd;
	min-width: 100px
	
}

.zipcode-table .tr .col.zipcode{
	background: #f4f4f4;
}
.zipcode-table .tr.tr-2 .col.zipcode{
	background: #f7f7f7;
}
.zipcode-table .tr .col > div{
	padding: 0 5px;
}
.zipcode-table .tr .col > div a{
	color: #2b2b2b;
	text-decoration: underline;
}
.zipcode-table .tr .col > div a:hover{
	color: #000;
	text-decoration: underline;
}

.zipcode-table .tr .col > div a.blue-link{
	color: #dc0044;
	text-decoration: none;
}

.zipcode-table .tr .col > div a.blue-link:hover{
	color: #3451b2;
	text-decoration: underline;
}
.zipcode-table .tr:last-of-type .col{
	border-bottom: 1px solid #ddd;
}

.zipcode-table .tr .col.only-pc, .zipcode-table .th .col.only-pc{
    display: table-cell;
}
.zipcode-table .tr .col.only-mobile, .zipcode-table .th .col.only-mobile{
	display: none;
}



nav.pagination{
	display: inline-block;
}
nav.pagination ul{
	margin: 0;
	padding: 0;
}
nav.pagination li{
	float: left;
	list-style: none;
	padding-right: 2px;
	line-height: 30px;
}
nav.pagination li.text{
	padding-right: 20px;
}
nav.pagination li a{
	display: block;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 30px;
	border: 1px solid #fff;
	color: #2b2b2b;
	text-decoration: none;
	min-width: 10px;
	text-align: center;
}
nav.pagination li a:hover{
	color: #fff;
	background: #dc0044;
}
nav.pagination li a.current{
	border: 1px solid #2b2b2b;
	background: #d1d1d1;
	color: #2b2b2b;
}
nav.pagination ul:after{
	display: table;
	content: ' ';
	clear:both;
}

.upper{
	text-transform: uppercase;
}
.bold{
	font-weight: 600;
}
header .inner div.megamenu{
	display: none;
	width: 40px;
	height: 40px;
	background: #01b7f2;
	position: relative;
}
.megamenu:after{
	width: 13px;
	height: 12px;
	position: absolute;
	top: 14px;
	left: 13px;
	content: ' ';
	background: url('../imgs/megamenu.png');
}

header .inner .megasearch, header .inner .megacontact{
	display: none;
	width: 40px;
	height: 40px;
	/*background: #01b7f2;*/
	position: relative;
	cursor: pointer;
}
.megasearch:after{
	width: 26px; 
	height: 26px;
	position: absolute;
	top: 4px;
	left: 7px;
	content: '\f002';
  font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 26px;
	color: #434547;
}
.megacontact:after{
	width: 26px; 
	height: 26px;
	position: absolute;
	top: 4px;
	left: 7px;
	content: '\f0e0';
  font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 26px;
	color: #434547;
}


nav.top{
	background: #242424;
	height: 40px;
	line-height: 40px;
	display: block;
	/*border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	*/
	position: relative;
	top: -1px;
	
}


nav.top ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav.top li{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
  display: block;
	padding: 0 15px;
	font-size: 0;
	line-height: 0;
}
nav.top li:hover, nav.top li.selected{
	color: #fff;
	background: #dc0044;
}
nav.top li:hover a, nav.top li.selected a{
	color: #fff;
}

nav.top li a{
	font-size: 13px;
	line-height: 40px;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
}

nav.top li a:hover{
	/*text-decoration: underline;*/
	
}

nav.top li:first-of-type a{
	
}

nav.top li .search-icon:after{
	font-size: 15px;
	font-weight: normal;
	margin-right: 5px;
 }


nav.top li.dropdown:after {
    content: '\f107';
    font-family: 'FontAwesome';
    height: 28px;
    line-height: 28px;
    width: 10px;
    margin-left: 3px;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 0px;
}
nav.top li.dropdown:hover:after, nav.top li.dropdown.selected:after{
	color: #fff;
}

nav.top li.dropdown:hover a{
	text-decoration: none;
}

nav.top li .dropdown-menu {
    background: #F7F7F7;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 0 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding: 10px 0;
    border: 1px solid #cbcbcb;
}

nav.top li:hover .dropdown-menu, nav.top li.open .dropdown-menu, nav.top li.active .dropdown-menu {
    display: block;
}

nav.top li .dropdown-menu li{
	float: none;
}
nav.top li .dropdown-menu li:hover{
	background: none;
}

nav.top li .dropdown-menu li a{
    color: #242424;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    display: block;
		white-space: nowrap;
}
nav.top li .dropdown-menu li a:hover{
	text-decoration: underline;
}

nav.top li .dropdown-menu .dropdown-arrow{
  position: absolute;
	top: -18px;
	left:30px;
}
.navbar-2019 .mega-menu .dropdown-arrow{
	display: none;
}
nav.top li .dropdown-menu .dropdown-arrow:before{
  content: '';
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  display: block;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
nav.top li .dropdown-menu .dropdown-arrow:after{
  content: '';
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #cbcbcb;
  display: block;
  margin-top: -2px;
}
nav.leftNaviMob{
	display: none;
}
.nav-bg{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}

.regions-area{
	font-size: 13px;
	line-height:17px;
}
.regions-area h2{
	padding: 0;
	margin: 0 0 15px;
	color: #434547;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
}
.regions-area h5{
	padding: 0;
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 600;
}
.regions-area ul{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

ul.check li:before {
    content: "\f0da";
    margin-right: 5px;
    color: #98ce44;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 16px;
		position: relative;
		top:2px;
}

.regions-area a{
}

.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}

.col-xs-6, .col-md-4{
	float: left;
	position: relative;
	padding-right: 15px;
  padding-left: 15px;
}

.full-width {
  width: 100% !important;
}


 input[type="text"], input[type="button"], input[type="submit"], button{
	height: 32px;
	line-height: 32px;
	outline: none;
	
	-moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  cursor: text;
	background: #f5f5f5;
  border: 1px solid #d1d1d1;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
	padding: 0 10px;
	color: #242424;
 }
 input[type="button"], input[type="submit"], button{
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	border: 1px solid #f0810f;
	background: #f0810f;
	color: #f2f2f2;
	font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
		font-size: 14px;
		line-height: 34px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 1px;
 }
 
 button .search-icon:after{
	font-size: 16px;
	font-weight: normal;
	margin-right: 5px;
 }
 
 select{
  height: 34px;
	line-height: 34px;
  padding: 0px 8px;
	border: 1px solid #d1d1d1;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
	background: #f5f5f5;
	color: #242424;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
}
 
 
 input[type="text"]:focus, select:focus{
	outline: none;
  border: 1px solid #01b7f2;
  box-shadow: 0 0 8px rgba(1, 183, 242, 0.6);
 }
 
 
 


select option {
  padding: 2px 10px;
}

.input-group{
	
}
.input-group:after{
	display: table;
	content : ' ';
	clear:both;
	
}
.input-group select{
	display:flex;
	float: left;
}
.input-group input[type="text"]{
	display:flex;
	float: left;
	position: relative;
	margin-left:-1px;
}
.input-group input[type="button"], .input-group button{
	-webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius:5px;
  -ms-border-top-right-radius:5px;
  border-top-right-radius:5px;
	-webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius:5px;
  -ms-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
	display:flex;
	float: left;
	position: relative;
	margin-left:-1px;
}

input.input-normal-width{
	width:150px;
}

input.input-double-width{
	width:300px;
}
 
 
 hr{
	border : 0;
	border-top: 1px solid #d1d1d1;
	height: 0;
	margin-bottom: 15px;
	line-height: 0;
 }
.campaigns-table-title{
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	padding: 15px 10px 5px;
}
 
.campaigns-table, .products-table{
	display: block;
	margin: 0;
	padding: 0;
	border-left:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
}

.campaigns-table.with-margin-top, .products-table.with-margin-top{
	margin-top: 14px;
}

.campaigns-table li, .products-table li{
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 188px;
	height: 100px;
	display: block;
	float:left;
	font-size: 13px;
	background: #fff;
	position: relative;
}
.products-table li{
	height: 290px;
}

.campaigns-table li a, .products-table li a{
	font-size: 12px;
	color: #242424;
	display: block;
	height: calc(100% - 24px);
	text-align: center;
	text-decoration: none;
}
.campaigns-table li a center{
	height: 60px;
	display: table-cell;
	padding: 10px 0px;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 24px;
	position: relative;
}

.products-table li a center{
	position: relative;
}

.campaigns-table li img{
	max-width: calc(100% - 40px);
	max-height: 60px;
	padding: 0px 20px;
}
.products-table li img{
	max-width: calc(100% - 20px);
	max-height: 230px;
	padding: 0px 10px;
}

.products-table li a center > span{
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	padding: 10px 5px;
	font-weight: 600;
}

.campaigns-table li a center.no-image, .products-table li a center.no-image{
	display: table;
	width: 100%;
}
.products-table li a center.no-image{
	height: 240px;
}

.campaigns-table li a center.no-image > span, .products-table li a center.no-image > span{
	display: table-cell;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	vertical-align: middle;
}

.campaigns-table li a.c2a, .products-table li a.c2a{
	height: 24px;
}

.campaigns-table li a .c2a, .products-table li a .c2a{
	display: block;
	width:100%;
	position: absolute;
	bottom: 0px;
	background: #fff;
	line-height: 24px;
	text-align: center;
}
.campaigns-table li:hover a .c2a, .products-table li:hover a .c2a{
	background: #ff0000;
	color: #fff;
}
.campaigns-table:after, .products-table:after{
	display: table;
	content: ' ';
	clear:both;
}

.products-table li a .discount{
	position: absolute;
	top: 0;
	right: 0;
	background: #ff0000;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-style:normal;
	z-index: 2;
	display: block;
	line-height: 40px;
	padding: 0 5px;
	font-size: 15px;
	min-width: 40px;
}

.products-table li a .badge-price{
	position: absolute;
	top: 0;
	right: 0;
	background: #45ab69;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-style:normal;
	z-index: 2;
	display: block;
	line-height: 15px;
	padding: 0 5px;
	font-size: 15px;
	padding-bottom: 3px;
	min-width: 40px;
}
.products-table li a .badge-price u{
	display: block;
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 3px;
	/*letter-spacing: 0.5px;*/
}
.products-table li a .badge-price em{
	font-size: 9px;
	line-height: 16px;
	font-stype:normal
	text-decoration: none;
	/*letter-spacing: 0.5px;*/
}



.landscape-image{
	width: 100%;
	border:1px solid #d1d1d1;
	margin-bottom: 12px;
}
a:hover .landscape-image{
	border:1px solid #242424;
}
.action-buttons{
	padding-top: 10px;
}
.btn, .btn:visited, .btn:hover, .btn:active{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	background: #d1d1d1;
	line-height: 36px;
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}
.btn:hover{
	opacity: 0.8;
}
.btn.btn-green{
	background: #45ab69
}
.btn.btn-black{
	background: #000;
}
.btn.btn-red{
	background: #d30000;
	
}
.btn.btn-pdlf-icn{
	padding-left: 50px;
}
.btn.btn-size-2x{
	font-size: 17px;
	line-height: 52px;
	padding: 0 20px;
}
.btn.btn-size-2x.btn-pdlf-icn{
	padding-left: 70px;
}

.btn .cart-icon{
	width: 36px;
	height: 36px;
	display: inline-block;
	background: #242424;
	position: absolute;
	left: 0;
	top: 0;
}
.btn .cart-icon:after{
	font-family: 'FontAwesome';
  line-height: 17px;
  font-style: normal;
  color: #fff;
  
	content: "\f217";
  font-size: 17px;
	text-decoration: none;
	position: absolute;
	top: 9px;
	left: 6px;
}

.btn.btn-size-2x .cart-icon{
	height: 52px;
	width:52px;
}
.btn.btn-size-2x .cart-icon:after{
	font-size: 30px;
	line-height: 30px;
	top: 11px;
	left: 6px;
}


.cats-icon{
	width: 50px;
	height: 50px;
	position: relative;
	display: inline-block;
}
.cats-icon:after{
	font-family: 'FontAwesome';
  font-size: 19px;
  line-height: 19px;
  font-style: normal;
  color: #242424;
  
	content: '';
  font-size: 50px;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: 0;
}
.campaigns-table a:hover .cats-icon:after{
	color: #ff0000;
}
.cats-icon.cat-1:after{ content: '\f2e7'; }
.cats-icon.cat-2:after{ content: '\f77d'; }
.cats-icon.cat-3:after{ content: '\f45f'; }
.cats-icon.cat-4:after{ content: '\f025'; }
.cats-icon.cat-5:after{ content: '\f3a5'; }
.cats-icon.cat-6:after{ content: '\f5aa'; }
.cats-icon.cat-7:after{ content: '\f518'; }
.cats-icon.cat-8:after{ content: '\f017'; }
.cats-icon.cat-9:after{ content: '\f5fc'; }
.cats-icon.cat-10:after{ content: '\f53f'; }
.cats-icon.cat-11:after{ content: '\f6b6'; }
.cats-icon.cat-12:after{ content: '\f030'; }
.cats-icon.cat-13:after{ content: '\f11b'; }
.cats-icon.cat-14:after{ content: '\f290'; }
.cats-icon.cat-15:after{ content: '\f553'; }
.cats-icon.cat-16:after{ content: '\f4b8'; }
.cats-icon.cat-17:after{ content: '\f007'; }
.cats-icon.cat-18:after{ content: '\f21e'; }
.cats-icon.cat-19:after{ content: '\f45d'; }
.cats-icon.cat-20:after{ content: '\f109'; }
.cats-icon.cat-21:after{ content: '\f530'; }
.cats-icon.cat-22:after{ content: '\f492'; }
.cats-icon.cat-23:after{ content: '\f6d3'; }
.cats-icon.cat-24:after{ content: '\e05c'; }
.cats-icon.cat-25:after{ content: '\f085'; }
.cats-icon.cat-26:after{ content: '\f3fa'; }
.cats-icon.cat-27:after{ content: '\f3cd'; }
.cats-icon.cat-28:after{ content: '\f26c'; }
.cats-icon.cat-29:after{ content: '\f072'; }
.cats-icon.cat-30:after{ content: '\f1b9'; }


.left-sidebar .cats-icon{
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 9px;
	left:9px;
}
.left-sidebar .cats-icon:after{
	font-size: 14px;
	line-height: 20px;
	top: 0; 
}
.banner-leftside{
	font-size: 13px;
	display: table-cell;
	vertical-align: top;
}
.banner-leftside.width-15p{ width:15%; }
.banner-leftside.width-20p{ width:20%; }
.banner-leftside.width-25p{ width:25%; }
.banner-leftside a{
	display: block;
}
.banner-leftside img{
	width: 100%;
}
.banner-rightside{
	
	display: table-cell;
	vertical-align: top;
}
.banner-rightside .banner-inner{
	padding-left: 12px;
}
.banner-rightside h2{
	font-size: 17px;
	line-height: 23px;
	padding:12px;
	padding-left: 0;
	letter-spacing: 0.5px;
}
.banner-rightside p{
	font-size: 13px;
	line-height: 21px;
	color: #434547;
	margin: 0;
}



nav.pagination{
	display: inline-block;
}
nav.pagination ul{
	margin: 0;
	padding: 0;
}
nav.pagination li{
	float: left;
	list-style: none;
	padding-right: 2px;
	line-height: 30px;
	
}
nav.pagination li.text{
	padding-right: 20px;
	font-size: 15px;
	line-height: 30px;
}
nav.pagination li a{
	display: block;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 30px;
	border: 1px solid #d1d1d1;
	background: #fff;
	color: #2b2b2b;
	text-decoration: none;
	min-width: 10px;
	text-align: center;
}
nav.pagination li a:hover{
	color: #fff;
	background: #dc0044;
}
nav.pagination li a.current{
	border: 1px solid #2b2b2b;
	background: #d1d1d1;
	color: #2b2b2b;
}
nav.pagination ul:after{
	display: table;
	content: ' ';
	clear:both;
}

.zipcode-paging{
	padding: 14px;
	padding-bottom: 14px;
	display: block;
	/*width: 100%;*/
}
.zipcode-paging > div{
	display: block;
	vertical-align: top;
	line-height: 30px;
	font-size: 15px;
	color: #434547;
}
.zipcode-paging > div.right-part{
	padding-top: 14px;
}




.items{
	padding: 14px 0;
}

article.item{
	width: 278px;
	-webkit-box-shadow : 0px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow : 0px 2px 2px rgba(0,0,0,0.25);
	box-shadow : 0px 2px 2px rgba(0,0,0,0.25);
	overflow: hidden;
	border: 0;
	margin-left: 14px;
	margin-bottom: 14px;
	display: inline-flex;
	background: #fff;
}
article.item:hover{
	-webkit-box-shadow : 0px 2px 2px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 2px 2px rgba(0,0,0,0.7);
	box-shadow : 0px 2px 2px rgba(0,0,0,0.7);
}
article.item a{
	line-height: 17px;
	display: block;
	text-decoration: none;
	width: 100%;
}

article.item .img{
	width: 100%;
	padding-top: 150%;
	position: relative;
	
	animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: preloadImageLoaderAnimate;
  background: #f6f7f8;
  
	background: -webkit-linear-gradient(to right, #eeeeee 8%, #fff 18%, #eeeeee 33%);
	background: -o-linear-gradient(to right, #eeeeee 8%, #fff 18%, #eeeeee 33%);
	background: linear-gradient(to right, #eeeeee 8%, #fff 18%, #eeeeee 33%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  background-size: 800px 100px;
	margin-bottom: 14px;
	overflow: hidden;
}
article.item .img.loaded{
	background: #fff;
	animation-name: none;
}

article.item .img .extra-discount{
	background: rgba(255,0,0,0.7);
	color: #fff;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	padding:5px;
	position: absolute;
	bottom: 0;
	z-index:1;
	left:0;
	right: 0;
	font-weight: bold;
	line-height: 19px;
}
.extra-discount-code{
	padding: 4px;
	background: #e53355;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
  border-radius: 5px;
 	
}

@keyframes preloadImageLoaderAnimate{
 0%{
		background-position: -800px 0
  }
 100%{
	background-position: 800px 0
  }
}


article.item picture, article.item picture img{
	width: 100%;
	position: absolute;
	top:0;
}
article.item .title{
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
	padding: 0 10px;
	text-decoration: none;
	color: #242424;
	height: 42px;
	overflow: hidden;
	text-overflow:ellipsis;
}
article.item .description{
	font-size: 13px;
	line-height: 21px;
	padding: 10px;
	padding-bottom: 0;
	text-decoration: none;
	color: #454545;
	height: 105px;
	overflow: hidden;
	text-overflow:ellipsis;
	margin-bottom: 10px;
}
article.item .cta{
	margin:0 10px 10px 10px;
	background: #dc0044;
	color:#fff;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
	line-height: 13px;
	letter-spacing: 1px;
	text-align: center;
}

article.item .description.h3lines{
	height: 63px;
}

article.item .description ul{
	padding-left: 20px;
	margin: 0;
}

.products-slider{
	
}
.products-slider > .title{
	margin: 0;
    color: #434547;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
		/*text-transform: uppercase;*/
		letter-spacing: 0.5px;
		padding: 0;
		border-bottom: 2px solid #e0e0e0;
		margin-bottom: 14px;
		margin-left: 14px;
		margin-right: 14px;
}
.products-slider > .title > span{
	display: inline-block;
	padding: 14px 7px 3px 7px;
	border-bottom: 2px solid #dc0044;
	position: relative;
	top: 2px;
}
.products-slider article.item{
	width: 200px;
}
.products-slider article.item .title{
	font-size: 15px;
	line-height: 19px;
	height: 38px;
	letter-spacing: 0;
	text-transform: none;
}
.products-slider article.item .cta{
	padding: 7px;
	font-size: 11px;
}
.products-slider article.item .description ul{
	font-size: 11px;
}
.products-slider .container.slick-initialized{
	padding-left: 14px;
}
.products-slider .slick-slide > div{
	padding: 0 14px 0 0;
}
.products-slider .slick-slide > div article.item{
	margin-left: 0;
}

.product-detail{
	margin-left: 14px;
	padding-top: 14px;
	margin-right:20%;
}
.product-detail .col-1.image{
	width: 400px;
}
.product-detail .col-2{
	padding-left: 20px;
	font-size: 14px;
	line-height: 21px;
}
.clear{
 clear:both;	
}
.product-detail .description{
	font-size: 14px;
	line-height: 21px;
	color: #242424;
}
.table{
	display: table;
}
.table > div{
	display: table-cell;
	vertical-align: top;
}
.image img{
	border:1px solid #d1d1d1;
}

.listing-top{
	padding: 10px 14px 20px;
}

ul.combobox{
	border:1px solid #d1d1d1;
	line-height: 30px;
	font-size: 14px;
	color: #242424;
	background: #fff;
	padding: 3px 30px 3px 10px;
	display: inline-block;
	list-style: none;
	margin:0;
	position: relative;
	min-width: 100px
	
}
ul.combobox:after{
	font-family: 'FontAwesome';
  line-height: 20px;
  font-style: normal;
  color: #242424;
  
	content: '\f0d7';
  font-size: 12px;
	position: absolute;
	top: 7px;
	right: 12px;
}
ul.combobox > li{
	display: none;
	background: #fff;
	letter-spacing: 0.2px;
	font-weight: 600;
	
}
ul.combobox > li:first-child{
	display: block;
}
ul.combobox > li.head{
	cursor: pointer;
}
ul.combobox:hover li.dropdown, ul.combobox.active li.dropdown{
	display: block !important;
	position: absolute;
	top: 36px;
	left:-1px;
	z-index: 1;
	border:1px solid #d1d1d1;
}
ul.combobox li.dropdown ul{
	list-style: none;
	margin:0;
	padding: 0;
	min-width: 150px;
}
ul.combobox li.dropdown ul li{
	position: relative;
}
ul.combobox li.dropdown ul li:before{
	content : ' ';
	border:1px solid #d1d1d1;
	width: 10px;
	height: 10px;
	position: absolute;
	left:10px;
	top:11px;
	background: #fff;
}
ul.combobox li.dropdown ul li.selected:before{
	border:1px solid #242424;
}
ul.combobox li.dropdown ul li.selected:after{
	font-family: 'FontAwesome';
	line-height: 15px;
	font-style: normal;
	color: #242424;
	content: '\f00c';
	font-size: 8px;
	position: absolute;
	top: 9px;
	left: 12px;
	font-weight: normal;
}

ul.combobox li.dropdown ul a{
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	line-height: 24px;
	display: block;
	color: #242424;
	text-decoration: none;
	padding-left:30px;
}
ul.combobox li.dropdown ul li a:hover{
	background: #f1f1f1;
	cursor: pointer;
	color: #dc0044;
	
}
ul.combobox li.dropdown ul li.selected a{
	color: #dc0044;
}

.category-box{
	padding-top: 24px;
	margin-left: 14px;
	margin-right: 14px;
	
}

.category-box .box-item{
	display: inline-block;
	width: 200px;
	height: 80px;
	text-align: center;
	background: #fff;
	color: #242424;
	font-size: 15px;
	margin-right: 14px;
	margin-bottom: 14px;
	line-height: 26px;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	
}
.category-box .box-item:hover{
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}
.category-box .box-item > div{
	display: table;
	width:100%;
	height: 100%;
}

.category-box .box-item a{
	font-size: 19px;
	line-height: 26px;
	padding: 0px;
	display: block;
	text-decoration: none;
}
.category-box .box-item a:hover{
	text-decoration: underline;
}

.category-box .box-item > div > a{
	display: table-cell;
	text-align: center;
	width:100%;
	height: 100%;
	vertical-align: middle
}