a {
  color:inherit;
  text-decoration: none;
}
.ecig {
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: auto;
  	margin-right: auto;
  	width: 98.5%;
}
.ecig-box {
	display: inline-block;
	background-position: center right;
	background-repeat: no-repeat;
    background-size: 25% 95%;
    /* opacity: 0.7; */
    opacity: 1;
    /* width: 279.4px; */
    width: 271px;
    /* height: 100px; */
    height: 55px;
    /* padding-bottom: 20px; */
    /* margin-bottom: 5px; */
    border: 1px solid lightgrey;
	transition: opacity .5s ease-out, background-color .5s ease-out;
    -moz-transition: opacity .5s ease-out, background-color .5s ease-out;
    -webkit-transition: opacity .5s ease-out, background-color .5s ease-out;
    -o-transition: opacity .5s ease-out, background-color .5s ease-out;
}
.ecig-box:hover {
	opacity: 1;
	background-color: #F2F2F2;
}
.ecig-text {
    font-size: 22px;
    padding-top: 19px;
	padding-bottom: 8px;
	margin-bottom: 0;
    padding-left: 12px;
    float: left;
	max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ecig-box img {
	float: right;
	height: 100%;
    width: auto;
}
.ecig-manufacturers {
	text-align: center;
	font-size: 1.5em;
}
.category-title {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 0;
}
.separator {
	width: 150px;
	margin: auto;
	margin-bottom: 15px;
	border-bottom: 2px solid lightgrey;
}
hr {
	border-top: 0.5px solid lightgrey;
}

.ecig-box-outer {
    margin: 0 1.2%;
    padding-top: 15px;
    /* padding-bottom: 13px; */
    border-bottom: 2px solid #D3D3D3;
    display: inline-block;
    width: 97.6%;
    float: left;
    box-sizing: border-box;	
	/* text-align: center; */
	margin-bottom: 15px;
}
.ecig-box-outer .listing {
	display: inline-block;
	float: left; 
    margin: 0 1px;
	margin-right: 15px;
	margin-bottom: 13px;
	vertical-align: top;
}
.ecig-box-outer .listing a {color: #000;}
.ecig-box-outer .listing:nth-child(4n + 4) {
	margin-right: 0;
}
.menu_box_outer {
    display: inline-block;
    width: 98%;
    float: left;
    margin: 0 1%;
	margin-top: 0; 
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.menu_box_outer .manufacturers_menu_box, .menu_box_outer .manufacturers_menu_box_ecig,
.menu_box_outer .manufacturers_menu_box_access {
    display: inline-table;
    /* margin: 0 2px; */
    vertical-align: top;
	margin-bottom: 10px;
}
.menu_box_outer .pg_vg {display: inline-block;margin-right: 2px;vertical-align: top;}
.pgvg_bg {
	background-color: lightgrey;
	text-align: center;
	margin-top: -10px;
}
/* .pgvg {background-color: lightgrey;} */

.manufacturer-tabs .menu-tab {
	background-color: #fff;
	border: 1px solid lightgrey;
	border-bottom: 0;
	margin-right: 5px;
    margin-top: 10px;
	margin-bottom: 0;
	max-width: 16%;
	flex: 1 1 16%;
	font-weight: bold;
    color: black;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
}
.manufacturer-tabs .menu-tab:hover {
	background-color: lightgrey;
	/* border: 0; */
}
.manufacturer-tab.menu-tab:hover:not(.selected) {	
	border: 1px solid lightgrey;
	border-bottom: 0;
}
.manufacturer-tabs .bordered_tab {
	margin-bottom: 0;
	border-bottom: 1px solid lightgrey;
}

.manufacturers_menu_box, .manufacturers_menu_box_ecig , .manufacturers_menu_box_access {
	position: relative;
	display: inline-block;
    height: 55px;
    /* width: 115.34px; */ 
	width: 11.6%;
    border: 1px solid lightgrey;
    opacity: 0.8;
    white-space: nowrap;
    text-align: center;
    /* margin: 5px; */
	margin: 0 .25%;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.manufacturers_menu_box.first, .manufacturers_menu_box_ecig.first, .manufacturers_menu_box_access.first {
	margin-left: 0;
}
.manufacturers_menu_box img, .manufacturers_menu_box_ecig img, .manufacturers_menu_box_access img {
    vertical-align: middle;
    max-height: 45px;
    max-width: 105px;
}
.manufacturers_menu_box:hover, .manufacturers_menu_box_ecig:hover, .manufacturers_menu_box_access:hover {
	/* opacity: 1;
	transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out; */
}

/* Menu Liquid */

.liquid {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: -8px;
}
/* .manufacturers_menu_box {
    display: none;
	position: relative;
	display: inline-block;
    height: 56px;
    width: 116px;
    border: 1px solid #E6E6E6;
    opacity: 0.8;
    white-space: nowrap;
    text-align: center;
    margin: 5px;
} */
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/* .manufacturers_menu_box img {
    vertical-align: middle;
    max-height: 46px;
    max-width: 106px;			
} */
/* .manufacturers_menu_box:hover {
	opacity: 1;
	transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
} */
/* .manufacturer-tabs {
    display: flex;
	cursor: pointer; 
    width: 100%;
} */
.manufacturer-tab {
    flex: 1 1 100%;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 14px;
	line-height: 24px;
    /* border-bottom: 2px solid lightgrey; */
    border-bottom: 2px solid transparent;
}
.manufacturer-tab img {
	display: inline-block;
	vertical-align: top;
}
.manufacturer-tab:first-child {
	/* margin-left: 0; */
}
.manufacturer-tab:last-child {
	/* margin-right: 0; */
}
.manufacturer-tab:hover:not(.selected) {
    border-bottom: 2px solid lightgrey;
}
.selected {
    border-bottom: 2px solid;
}
.category-title {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 0;
}
.separator {
    width: 234px;
    margin-bottom: 15px;
    border-bottom: 2px solid lightgrey;
}
.left-top {
    display: inline-block;
    width: 14%;
}
.right-top {
    position: relative;
    display: inline-block;
    width: 85.6%;
}
.pgvg-box {
    position: absolute;
    right: 0;
    top: 70px;
    display: none;
    width: 98.2%;
    margin-top: -15px;
    margin-right: 1px;
    background-color: lightgrey;
    padding: 10px;
    text-align: center;
}
.pgvg-littlebox {
    display: inline-block;
    opacity: 0.7;
    width: 80px;
    height: 50px;
    border: 0.5px solid;
    border-radius: 5px;
    margin-bottom: 4px;
	overflow: hidden;
}
.pgvg-littlebox:hover {
    opacity: 1;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}
.pgvg-littlebox > * {
    text-align: center;
    line-height: 28px;
    height: 50%;
}
.pgvg-littlebox > .pg {
    margin-top: 0;
    margin-bottom: 0;
}
.pgvg-littlebox > .vg {
    height: 52%;
    /* margin-top: -15px; */
    background-color: black;
    color: white;
	margin-top: 0;
	margin-bottom: 0;
}

/* Menu accessories */

.accessories {
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: auto;
  	margin-right: auto;
  	width: 98.5%;
}
.accessories-box {
	display: inline-block;
	background-position: center right;
	background-repeat: no-repeat;
    background-size: 25% 95%;
    opacity: 0.8;
    width: 279.4px;
    height: 100px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    border: 1px solid lightgrey;
}
.accessories-box:hover {
	opacity: 1;
	background-color: #F2F2F2;
	transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}
.accessories-text {
	font-size: 2em;
	padding-top: 10px;
	padding-left: 20px;
}
.accessories-manufacturers {
	text-align: center;
	font-size: 1.5em;
}
.category-title {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 0;
}
.separator {
	width: 150px;
	margin: auto;
	margin-bottom: 15px;
	border-bottom: 2px solid lightgrey;
}
hr {
	border-top: 0.5px solid lightgrey;
}

/* .manufacturers_menu_box {
	position: relative;
	display: inline-block;
    height: 55px;
    width: 115.34px;
    border: 1px solid lightgrey;
    opacity: 0.8;
    white-space: nowrap;
    text-align: center;
    margin: 5px;
} */
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/* .manufacturers_menu_box.first {
	margin-left: 0;
} */
/* .manufacturers_menu_box img {
    vertical-align: middle;
    max-height: 45px;
    max-width: 105px;
} */
/* .manufacturers_menu_box:hover {
	opacity: 1;
	transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
} */
.accs_menu {
	float: left;
	width: 100%;
	display: table;
}
.accs_menu .ecig-box  {
	height: auto;
	text-align: center;
	border: 0;
	width: 100%;
	padding: 15px 0;
	padding-bottom: 0;
}
.accs_menu .ecig-box img {
    float: none;
    max-width: 35px;
    height: auto;
}
.accs_menu .ecig-text {
	float: none;
    width: 100%;
    margin: 0;
    max-width: none;
    box-sizing: border-box;
    padding: 10px 10px;
    font-size: 18px;
	/* white-space: normal; */
    line-height: 20px;
	color: #000;
}
.accs_menu .ecig-box-outer {
	width: 20%;
	border: 0;
	border-right: 1px solid #D3D3D3;
	margin: 0;
	/* padding: 0 1.2%; */
	padding: 0;
	float: none;
	display: table-cell; 
	vertical-align: top;
}
.accs_menu .ecig-box-outer .listing {width: 100%;margin: 0;}
.accs_menu .menu_box_outer {
	width: 80%;
    margin: 0;
    margin-top: 1.2%;
	padding: 0 1%;
	font-size: 0;
	text-align: center;
	float: none;
	display: table-cell; 
	vertical-align: top;
}
.accs_menu .menu_box_outer .listing {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
}
.accs_menu .manufacturers_menu_box_access {width: 19.065%;}


/* Menu DIY */

a {
  color:inherit;
  text-decoration: none;
}
.diy {
	font-family: 'Roboto Condensed', sans-serif;
}
.diy-categories {
	float: left;
	margin-right: 10px;
	width: 32%;
	height: 100%;
	border-right: 0.5px solid lightgrey;
}
.diy-manufacturers {
	float: right;
	width: 67%;
}
.diy-box {
	display: inline-block;
	background-position: center right;
	background-repeat: no-repeat;
    background-size: 32% 80%;
    opacity: 0.8;
    width: 49%;
    height: 100px;
    padding-bottom: 10px;
}

.diy-box:hover {
	opacity: 1;
	background-color: #F2F2F2;
	transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}
.diy-text {
	font-size: 1.8em;
	padding-top: 10px;
	padding-left: 20px;
}
.diy-manufacturers {
	text-align: center;
}
.category-title {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 10px;
}
.separator {
	width: 150px;
	margin: auto;
	margin-bottom: 15px;
	border-bottom: 2px solid lightgrey;
}

.manufacturers_menu_box, .manufacturers_menu_box_ecig, .manufacturers_menu_box_access {
    /* display: none; */
	position: relative;
	/* display: inline-block; */
	display: table;
    height: 56px;
    /* width: 116px; */
    width: 11.59%;
    border: 1px solid lightgrey;
    opacity: 1;
    white-space: nowrap;
    text-align: center;
    /* margin-right: 5px; */
	margin: 0 .25%;
    margin-bottom: 5px;
	/* transition: opacity .5s ease, box-shadow .2s ease-out;
	-webkit-transition: opacity .5s ease, -webkit-box-shadow .2s ease-out;
	-moz-transition: opacity .5s ease, -moz-box-shadow .2s ease-out;
	-o-transition: opacity .5s ease, box-shadow .2s ease-out; */
	transition: opacity .5s ease, background-color .2s ease-out;
	-webkit-transition: opacity .5s ease, background-color .2s ease-out;
	-moz-transition: opacity .5s ease, background-color .2s ease-out;
	-o-transition: opacity .5s ease, background-color .2s ease-out;
}
.manufacturers_menu_box a, .manufacturers_menu_box_ecig a, .manufacturers_menu_box_access a {
	display: table-cell;
    vertical-align: middle;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.manufacturers_menu_box img, .manufacturers_menu_box_ecig img, .manufacturers_menu_box_access img {
    vertical-align: middle;
    max-height: 46px;
    max-width: 106px;			
}
.manufacturers_menu_box:hover, .manufacturers_menu_box_ecig:hover, .manufacturers_menu_box_access:hover {
	opacity: 1;
	background-color: #F2F2F2;
	/* box-shadow: 1px 1px 3px 0px grey;
	-webkit-box-shadow: 1px 1px 3px 0px grey;
	-moz-box-shadow: 1px 1px 3px 0px grey; */
	/* transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out; */
}
.manufacturer-tabs {
    /* display: flex; */
	display: inline-block;
    /* cursor: pointer; */
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    padding-bottom: 10px;
}
.country-tabs {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* display: block; */
    width: 98%;
    margin: 0 1%;
	position: relative;
	/* padding-right: 65px; */
	box-sizing: border-box;
	margin-top: 15px;
}
.diy_menu .country-tabs {padding-right: 0;}
.manufacturer-tab {
	flex: 1 1 10%;
    /* width: 16%; */
    max-width: 10%;
    text-align: center;
	padding: 0 5px;
    padding-top: 8px;
    padding-bottom: 8px;
	cursor: pointer;
    /* margin: 0 12px; */
	/* float: left; */
	border-bottom: 2px solid transparent;
	/* margin-right: 40px; */
	margin-bottom: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	box-sizing: border-box;
}
.diy_menu .manufacturer-tab {
	flex: 0 0 12.2%;
    /* width: 16%; */
    max-width: 12.2%;
}
.manufacturer-tab.pgvg {
	/* float: right; */
	/* margin-bottom: 0; */
	/* position: absolute;
    right: 0;
    top: 0; */
	/* flex: 1 1 65px;
	max-width:65px; */
	width:65px;
}
.manufacturer-tab:hover:not(.selected) {
    border-bottom: 2px solid lightgrey;
}
.selected {
    border-bottom: 2px solid #141414;
}
/* DIY menu */

.diy_menu .left-side {
    width: 18%;
    margin-right: 0.8%;
    padding-right: 1.2%;
    border-right: 1px solid #D3D3D3;
	border-bottom: 0;
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	display: table-cell;
	float: none;
	vertical-align: top;
}
.diy_menu .listing {width: 100%;}
.diy_menu .ecig-box {/* width: 200px; */width: 100%;border: 0;}
.diy_menu .menu_box_outer {margin: 0 .6%;width: 98.8%;}
.diy_menu .menu_box_outer .manufacturers_menu_box, .diy_menu .menu_box_outer .manufacturers_menu_box_ecig, 
.diy_menu .menu_box_outer .manufacturers_menu_box_access {
	width: 18%;
    margin-right: .8%;
    margin-left: .8%;
}
.diy_menu .menu_box_outer .manufacturers_menu_box {
	width: 14%;
    margin-right: .2%;
    margin-left: .2%;
}
.diy_menu .right-side {
    width: 79.3%;
	/* float: left; */
    display: table-cell;
	vertical-align: top;
    /* margin-right: 1.2%;
    display: inline-flex; */
}

/* MENU BUTTONS */

.btn_listing {
	display: inline-block;
	width: 100%;
}
.btn_listing .btn_listing_inner {
	display: inline-block;
	margin-bottom: 15px;
    width: 273px;
    margin-right: 15px;
}
.btn_listing .btn_listing_inner a {
    margin-top: 0;
	width: 100%;
    box-sizing: border-box;
    padding: 11px 25px;
    text-align: center;
    box-shadow: 1px 1px 4px 0 rgb(177, 175, 175);
    border-radius: 4px;
    background-color: #5D5D5D;
	background: #5D5D5D;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
}
.btn_listing .btn_listing_inner a:hover {background-color: #8C8C8C;}

/* MENU BUTTONS END */

/* No results found */

.no_result {color: red;text-align: center;}


/* Responsive */

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	/* .ecig-box {
		height: 100px;
		margin-top: 3px;
	}
	.ecig-box-others {
		width: 240px;
		height: 82px;
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
		padding-top: 18px;
	}
	.ecig-text {
		padding-top: 18px;
	}
	.batteries {
		width: 49%;
	}
	.clearomisers {
		width: 49%;
	} */
	/* .ecig-text {
		font-size: 30px;
	} */
}
/* @media only screen and (max-width: 767px) and (min-width: 1px) {
	.ecig-box {
		height: 80px;
		border: 0;
	}
	.ecig-box-others {
		height: 80px;
		width: 360px;
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
	}
	.ecig-text {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.accessories-box {
		height: 100px;
		margin-top: 3px;
	}
	.accessories-box-others {
		width: 240px;
		height: 82px;
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
		padding-top: 18px;
	}
	.accessories-text {
		padding-top: 18px;
	}
	.batteries {
		width: 49%;
	}
	.clearomisers {
		width: 49%;
	}
}
@media only screen and (max-width: 767px) and (min-width: 1px) {
	.accessories-box {
		height: 80px;
	}
	.accessories-box-others {
		height: 80px;
		width: 360px;
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
	}
	.accessories-text {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.diy-box {
		height: 100px;
		margin-top: 5px;
	}
	.diy-box-others {
		width: 240px;
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
		padding-top: 18px;
	}
	.diy-text {
		padding-top: 18px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 1px) {
	.diy-box {
		height: 80px;
	}
	.diy-box-others {
		height: 80px;
		width: 360px;
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
	}
	.diy-text {
		padding-top: 0;
	}
} */
@media only screen and (max-width: 1200px) {
	.diy_menu .left-side {width: 23%;}
	.diy_menu .right-side {width: 74.3%;}
	.manufacturers_menu_box, .manufacturers_menu_box_ecig, .manufacturers_menu_box_access, 
	.diy_menu .menu_box_outer .manufacturers_menu_box, .diy_menu .menu_box_outer .manufacturers_menu_box_ecig, 
	.diy_menu .menu_box_outer .manufacturers_menu_box_access {width: 130px;}
	.ecig-text {font-size: 22px;}
	.ecig-box-outer .listing {
		margin-left: .5%;
		margin-right: .5%;
		float: left;
		width: 24%;
	}
	.ecig-box {width: 100%;}
	.diy_menu .ecig-box {}
	.diy_menu .ecig-box-outer .listing {/* width: auto; */width: 100%;}
}
@media only screen and (max-width: 980px) {
	#adtm_menu ul#menu {overflow: hidden;}
}
@media only screen and (max-width: 979px) {
	.ecig-box-outer .listing {
		/* width: 24%;
		float: left;
		margin-left: .5%;
		margin-right: .5%; */
	}
	.ecig-box {
		height: 65px;
	}
	.ecig-text {
		font-size: 18px;
		padding-left: 10px;
		padding-top: 23px;
	}
	.manufacturer-tab {font-size: 13px;}
	.diy_menu .left-side {padding-right: 1.2%;}
	.diy_menu .ecig-box-outer .listing {width: 100%;}
	.diy_menu .ecig-box {width: 100%}
	.accs_menu .ecig-box-outer {width: 30%;}
	.accs_menu .menu_box_outer {width: 70%;}
}
@media only screen and (max-width: 767px) {
	.ecig-box-outer .listing {
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}
	.ecig-text {
		font-size: 24px;
	}
	.diy_menu .left-side {
		width: 98%;
		border: 0;
	    display: inline-block;
	}
	.diy_menu .right-side {
		width: 98%;
		display: inline-block;
	}
	.diy_menu .ecig-box-outer .listing {
		width: 48%;
	}
	.country-tabs {/* display: inline-block;vertical-align: top; */}
	.manufacturer-tab {
		/* display: inline-block;
		float: left;
		width: 33.3333%;
		margin: 0; */
		flex: 1 1 25%;
		max-width: 25%;
	}
	.menu_box_outer .pg_vg {margin-left: 2px;}
}
@media only screen and (max-width: 640px) { 
	.ecig-box-outer .listing {width: 98%;}
	.diy_menu .ecig-box-outer .listing {width: 98%;}
	.manufacturer-tab {
		flex: 1 1 33.3333%;
		max-width: 33.3333%;
	}
	.accs_menu .menu_box_outer .listing {width: 50%;}
}
@media only screen and (max-width: 480px) {
	.accs_menu .menu_box_outer .listing {
		width: 100%;
	}
	.accs_menu .ecig-box-outer {width: 50%;}
	.accs_menu .menu_box_outer {width: 50%;}
}