

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

/*
/ Global
/ ------------------------------ */

#page + center{
	display: none;
}

video{
	background: #000000;
}

#page{
	font-family: 'Outfit', sans-serif;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.margin-top{
	margin-top: 20px;
}

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

.clearfix::after{
	content: "";
	display: table;
	clear: both;
}

.hidden{
	display: none;
}

.subheading{
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 10px 0;
}

/*
/ Typography
/ ------------------------------ */

h1{
	font-size: 16px;
	color: #000000;
}

h2{
	font-size: 15px;
	color: #000000;
}

h3{
	font-size: 16px;
	color: #000000;
}

h4{
	font-size: 16px;
	color: #000000;
}

h5{
	font-size: 16px;
	color: #000000;
}

a{
  color: #0275d8;
}

a:focus, a:hover{
  color: #014c8c;
}

/*
/ Images
/ ------------------------------ */

.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
 

@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 16px;
	color: #000000;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

/*
/ Buttons
/ ------------------------------ */

.buttons{
	margin: 20px 0 0;
}

.btn{
	float: left;
	display: inline-block;
	padding: 10px 15px;
	font-size: 12px;
	border: 1px solid;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0 10px 10px 0;
	
	cursor: pointer;
	-ms-touch-action: manipulation;
 	touch-action: manipulation;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.buttons .btn:last-child{
	margin-right: 0;
}

/*** Button colours ***/

.btn-default{
	background-color: #ffffff;
	border-color: #dedede;
	color: #000000;
}

.btn-default:hover{
	text-decoration: none;
	background-color: #f0f0f0;
	color: #000000;
}

.btn-primary{
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
}

.btn-primary:hover{
	text-decoration: none;
	background-color: #444444;
	color: #ffffff;
}

/*
/ Header Top
/ ------------------------------ */

#header-top{
	background-color: #000;
	text-align: center;
	padding: 0px 0;
}

#header-top a{
	display: inline-block;
	line-height: 0px;
	font-size: 15px;
	color: #fff;

	background-image: url(images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	    margin-top: 18px;
}

#header-top a strong{
	text-transform: capitalize;
	font-size: 12px;
}

@media (max-width: 575px){
	#header-top{
		padding: 3px 0;
	}
	#header-top a span{
		display: none;
	}
}

/*
/ Header
/ ------------------------------ */

#header{
	text-align: center;

	
}

#header .logo{
	display: inline-block;

margin:9px 0;
}

@media (max-width: 575px){
	#header .logo{
		float: none;
		margin: 8px 0;
	}
	#header .logo img{
		width: 312px;
	}
}

/*** Nav ***/

#header nav{
	float: right;
	margin-top: 40px;
	text-align: left;
}

#header nav div{
	float: left;
	margin-left: 30px;
}

#header nav a{
	display: block;
	margin-bottom: 3px;
	font-size: 13px;
	color: #000000;

	background-image: url(images/arrow-red.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

@media (max-width: 767px){
	#header nav{
		display: none;
	}
}

/*
/ Header Menu
/ ------------------------------ */

/*** Flex ***/

#header-menu ul.categories{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header-menu ul.categories .row:before,
#header-menu ul.categories .clearfix:before {
	content: none;
}

#header-menu ul.categories > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*** End Flex ***/

#header-menu,
#header-menu-mobile{
	border-top: 1px solid #e0e2e3;
}

#header-menu ul.categories{
	position: relative;
	padding: 0;
	margin: 0;
}

#header-menu ul.categories > li{
	flex-grow: 1;
	position: relative; /* Remove for Mega Menu */
	list-style: none;
}

#header-menu ul.categories > li.hide,
#header-menu ul.categories > li#ID-1{
	display: none;
}

#header-menu ul.categories > li:nth-of-type(7),
#header-menu ul.categories > li:nth-of-type(8),
#header-menu ul.categories > li:nth-of-type(9),
#header-menu ul.categories > li:nth-of-type(10),
#header-menu ul.categories > li:nth-of-type(11),
#header-menu ul.categories > li:nth-of-type(12){ /* hide unwanted top categories at menu */

}

#header-menu ul.categories > li > a{
cursor: pointer;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    height: 52px;
    line-height: 52px;
    color: #000000;
    margin: 0;
}

#header-menu ul.categories > li:hover > a,
#header-menu ul.categories > li > a:hover{
	text-decoration: none;
	color: #000;
	background-color: #fafafa;
}

/*** All Cats ***/

#header-menu ul.categories > li#dropdown-all-cats{
	display: block;
}

/*** Second Level ***/

#header-menu ul.categories > li > ul{
	position: absolute;
	width: 165px;
	background-color: #fff;
	box-shadow: 0 4px 3px rgba(0,0,0,0.2);
	display: none;
	z-index: 10;
	padding: 10px 0;
}

#header-menu ul.categories > li:hover > ul{ display: block; }

#header-menu ul.categories > li > ul > li{
	position: relative;
	list-style: none;
}

#header-menu ul.categories > li > ul > li > a{
	display: block;
	font-size: 13px;
	padding: 8px 25px;
	color: #000000;
}

#header-menu ul.categories > li > ul > li > a:hover,
#header-menu ul.categories > li > ul > li:hover{
	text-decoration: ;
	color: #000;
}

/*** Third Level ***/

#header-menu ul.categories > li > ul > li > ul{
	display: none !important;
}

/*
/ Mobile Menu
/ ------------------------------ */

/*** Toggle ***/

#header-menu-mobile .mobile-menu-toggle{
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #000000;
	margin: 0;
	font-weight: 600;
}

/*** Toggle Icon ***/

#header-menu-mobile .mobile-menu-toggle .icon{
	float: left;
	width: 22px;
	margin-right: 8px;
	margin-top: 9px;
	padding: 3px 0;
}

#header-menu-mobile .mobile-menu-toggle .icon span{
	display: block;
	background-color: #000000;
	width: 100%;
	height: 3px;
}

#header-menu-mobile .mobile-menu-toggle .icon span + span{
	margin-top: 3px;
}

/*** First Level ***/

#header-menu-mobile .categories{
	display: none;
	padding: 0 0 10px;
	margin: 0;
}

#header-menu-mobile .categories > li{
	list-style: none;
}

#header-menu-mobile .categories > li > a{
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 3px 0;
	color: #000000;
	margin: 0;
}

#header-menu-mobile .categories > li > a label{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

/*** Second level ***/

#header-menu-mobile .categories > li > ul{
	display: none !important;
}

/*** Third level ***/

#header-menu-mobile .categories > li > ul > li > ul{
	display: none !important;
}

/*** View All ***/

#header-menu-mobile .categories > li > ul > li.view-all{
	display: block !important;
}

#header-menu-mobile .categories > li > ul > li.view-all a{
	color: red;
}

/*** Control ***/

#header-menu-mobile .mobile-control{ display: none; }
#header-menu-mobile .mobile-control:checked ~ ul { display: block !important; }

/*
/ Selling Points
/ ------------------------------ */

#selling-points{
	background-color: #f40106;
	text-align: center;
}

#selling-points .row{
	margin: 0;
}

#selling-points .row div{
	border-right: 1px solid #fff;
	padding: 14px 0;
}

#selling-points .row div:first-child{
	border-left: 1px solid #fff;
}

#selling-points .row div:nth-of-type(1){

}

#selling-points span{
	display: inline-block;
	line-height: 25px;

	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	

	background-repeat: no-repeat;
	background-position: left center;
}

#selling-points .row div:nth-of-type(1) span{
	background-image: url(images/icon-8.png);
padding-left: 37px;
}

#selling-points .row div:nth-of-type(2) span{
	background-image: url(images/icon-3.png);
	padding-left: 45px;
}

#selling-points .row div:nth-of-type(3) span{
	background-image: url(images/icon-6.png);
	padding-left: 34px;
}

#selling-points .row div:nth-of-type(4) span{
	background-image: url(images/icon-4.png);
	padding-left: 30px;
}

@media (max-width: 1023px){
	#selling-points span{
		font-size: 10px;
	}
}

@media (max-width: 575px){
	#selling-points .row{
		margin: 0 -15px;
	}
	#selling-points .row div{
		border: none !important;
		padding: 10px 0;
	}
	#selling-points span{
		background-position: center top;
		padding: 30px 10px 0 !important;
		line-height: 10px;
	}
}

/*
/ Main
/ ------------------------------ */

#main{
	padding-top: 20px;
	padding-bottom: 20px;

	background-color: #f5f5f5;
}

@media (max-width: 767px) {
	#main{
		padding-top: 15px;
	}
}

#main-section > .row{
	margin: 0;
	background-color: #fff;
}

/*
/ Images
/ ------------------------------ */

.images{
	position: relative;
	margin-right: -15px;
	text-align: center;
	padding-bottom: 40px;
}

#free-pp{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #4daed6;
	padding-top: 30px;
	z-index: 1;

	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

@media (max-width: 575px){
	#free-pp{
		width: 60px;
		height: 60px;
		padding-top: 18px;

		font-size: 13px;
		line-height: 13px;
	}
}

@media (max-width: 767px){
	.images{
		padding-bottom: 0;
	}
}

@media (max-width: 575px){
	.images{
		margin-right: 0;
	}
}

.images .main-sentinel{
	width: 100%;
}

.images .image{
	width: 14.28%;
	display: inline-block;
	position: static;
	padding-right: 15px;
}

@media (max-width: 1023px){
	.images .image{
		width: 16.66%;
	}
}

@media (max-width: 767px){
	.images .image{
		width: 20%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 100%;
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
	border-color: #000;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 575px) {
	.images{
		text-align: center;
		margin-bottom: 15px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 13px;
		height: 13px;
		border-radius: 100%;
		margin: 10px 5px 0;
		padding-bottom: 0;
		border: 1px solid #000000;
	}
	.image .thumbnails-control:checked + label{
		background-color: #000;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
    animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 15px;
}

@media (max-width: 575px){
	.image .main{
		padding-right: 0;
	}
	
	#header .logo {
   
    margin: 12px 0 !important;
}
	
}

.image .main .main-content{
	position: relative;
	padding-bottom: 100%;
}

/*** Video ***/

.image .main video{
	width: 100%;
}

/*** Arrows ***/

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

	background-color: #000;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -5px;
	background-image: url('images/prev.png');
}

.image .main .next{
	right: -5px;
	background-image: url('images/next.png');
}

/***
.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 30px;
	height: 75px;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;

	background-color: #c1c1c1;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -15px;
	background-image: url('images/prev2.png');
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.image .main .next{
	right: -15px;
	background-image: url('images/next2.png');
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
***/

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 576px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 768px) {
	.image .main-control:checked + .main{
		animation-name: fadeInImage;
  		animation-duration: 0.5s;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.65);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 600px;
		height: 600px;
		padding: 0;
		background-color: #ffffff;
		margin: 50px auto 0;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "Click image to zoom";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 32px;
		line-height: 21px;
		position: absolute;
		bottom: 0;
		right: 0;
		color: #000000;
		font-size: 10px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		left: auto;
		top: 10px;
		right: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('images/close.png');
	}
}

@media (min-width: 1024px) {
	.image .main-control:checked + .main .main-content{
		width: 800px;
		height: 800px;
	}
}

/*
/ Left Menu Categories
/ ------------------------------ */

#main aside > div{
	background-color: #fff;
	padding: 20px 25px 40px 25px;
}

#main ul.categories{
	padding: 0;
	list-style: none;

	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

#main ul.categories > li{
	
}

#main ul.categories > li > a{
	display: block;
	padding: 7px 0;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
}

#main ul.categories > li > a:hover{
	text-decoration: ;
	color: #000000;
}

/*** Second Level ***/

#main ul.categories > li > ul{
	padding: 0 0 15px;
	list-style: none;
}

#main ul.categories > li > ul > li{
	
}

#main ul.categories > li > ul > li > a{
	display: block;
	padding: 5px 0 5px 15px;
	font-size: 12px;
	color: #000000;

	background-image: url(images/arrow-cat.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#main ul.categories > li > ul > li > a:hover{
	text-decoration: ;
	color: #000000;
}

/*** Third Level ***/

#main ul.categories > li > ul > li > ul{
	display: none;
}

/*
/ Item Description
/ ------------------------------ */

/*** Title ***/

h1.title{

margin-bottom: 16px;
font-size: 18px;
font-weight: 600;
    color: #000000;
    text-align: center;
    line-height: 1.2;
	}

@media (max-width: 767px){
	h1.title{
		margin-top: 20px;
		margin-bottom: 15px;
	}
}

/*** Dispatch ***/

.dispatch{
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.dispatch span{
	display: inline-block;
	background-image: url(images/icon-clock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

@media (max-width: 767px){
	.dispatch{
		margin-bottom: 15px;
	}
	
	.buttonsAll {

    display: none !important;
}
	
	
	
	
	
	
	
}

/*** Description ***/

.item-description{
	
}

/*** Description Overides ***/

.item-description img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.item-description ul li,
.item-description ol li{
	margin-bottom: 4px;
}

.item-description table{
	font-size: 13px;
}

.item-description font,
.item-description b font,
.item-description strong font,
.item-description p font,
.item-description ul li font,
.item-description ol li font,
.item-description th font,
.item-description td font,
.item-description h2 font,
.item-description h3 font,
.item-description h4 font,
.item-description h5 font,
.item-description b,
.item-description strong{
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.item-description p,
.item-description ul li,
.item-description ol li,
.item-description th,
.item-description td,
.item-description h2,
.item-description h3,
.item-description h4,
.item-description h5,
.item-description span,
.item-description div{
	font-family: inherit !important;
	line-height: inherit !important;
}

/*
/ Feedback
/ ------------------------------ */

.feedbacks{
	display: none;
}

.feedback{
	display: none;
	padding-top: 15px;
	margin-top: 15px;
	line-height: 16px;
}

h2 + .feedback,
h2 + .latest-feedbacks {
	border: 0;
	margin: ;
	padding: ;
}

.feedback .icon{
	width: 100%;
	height: 14px;
	margin-bottom: 5px;
	
	background-image: url(images/Stars-10.png) !important;
	background-repeat: no-repeat;
}

.feedback .description{
	font-size: 13px;
	color: #000000;
	padding-right: 0;
	padding-left: 0;
}

.feedback .buyer{
	float: right;
	font-size: 12px;
	color: #000000;
	display: none;
}

.feedback .buyer:before{
	content: "Buyer:\0020";
}

.feedback .buyer .brackets:before{
	content: "(\0020";
}

.feedback .buyer .brackets:after{
	content: "\0020)";
}

.feedback .date-label{
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}

.feedback .date-label:before{
	content: "Date:\0020";
}

.feedback .title{
	font-size: 11px;
	margin-top: 5px;
	color: #666;
	padding-left: 26px;
	display: none;
}

@media (max-width: 767px) {
	.feedback .buyer{
		display: none;
	}
	.feedback .description{
		float: left;
		width: 100%;
		margin-top: 5px;
		padding: 0;
	}
	.feedback .title{
		float: left;
		width: 100%;
		padding: 0;
	}
	.feedback .date-label{
		margin-top: 2px;
	}
}

/*
/ Feedback Pop Up
/ ------------------------------ */

.feedback-button{
}

.feedback-button label{
	display: inline-block;
	padding: 12px 15px;
	margin: 30px 0 0;

	font-size: 10px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;

	cursor: pointer;

	background-color: #000;
}

@media (max-width: 767px) {
	.feedback-button label{
		display: none;
	}
}

#popup-closed,
#popup-opened,
#popup-closed-2,
#popup-opened-2{
	display: none;
}

#popup-closed:checked ~ .popup { display: none; }
#popup-opened:checked ~ .popup { display: block; }

#popup-closed-2:checked ~ .popup { display: none; }
#popup-opened-2:checked ~ .popup { display: block; }

.popup{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;

    background-color: rgba(0,0,0,0.65);
    animation-name: fadeInImage;
    animation-duration: 0.5s;
}

.popup > div{
    position: relative;
    margin: 400px auto 0;
    width: 850px;
    padding: 10px 10px;

    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

@media (max-width: 1023px){
	.popup > div{
	    width: 720px;
	}
}

.popup .popup-header{
	padding-bottom: 10px;
}

.popup .popup-header label{
	float: right;
	margin: 0;
}

.popup .popup-body{
	padding: 0 20px 0 0;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*
/ Tabs
/ ------------------------------ */

.tabs{
	margin-top: 30px;
	background-color: #000;
}

.tabs .tab-control{
	display: none;
}

.tabs > label{
	display: block;

	float: left;
	position: relative;
	z-index: 10;
	
	padding: 15px 35px;
	margin: 0;
	  
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	
	color: #fff;

	border-right: 1px solid #fff;
}

.tabs > label:hover{
	color: #000000;
	background-color: #fff;
	cursor: pointer;
}

.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
.tabs #tab-control-6:checked ~ label[for="tab-control-6"]{
background-color:#f40106;
    color: #fff;
}

@media (max-width: 767px) {
	.tabs{
		border-top: 0;
	}
	.tabs > label{
		width: 100%;
		margin: 0;
		padding: 15px 15px;
		border: 0;
		border-bottom: 1px solid #fff;

		background-image: url(images/tab-arrow-mobile.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.tabs > label:hover,
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"]{
		background-image: url(images/tab-arrow-mobile-open.png);
		border-bottom: 0;
	}
}

.tabs .tab-content{
	display: none;
	/*animation-name: fadeIn;
  	animation-duration: 1.0s;*/

	float: left;
	width: 100%;
	padding: 25px 40px;

	font-size: 15px;
	line-height: 1.5;
	color: #000000;

	background-color: #fff;
}

.tabs .tab-content img,
.tabs .tab-content img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.tabs .tab-content ul li,
.tabs .tab-content ol li{
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.tabs .tab-content{
		border: 0;
		padding: 15px;
	}	
}

#tab-control-1:checked ~ #tab-content-1,
#tab-control-2:checked ~ #tab-content-2,
#tab-control-3:checked ~ #tab-content-3,
#tab-control-4:checked ~ #tab-content-4,
#tab-control-5:checked ~ #tab-content-5,
#tab-control-6:checked ~ #tab-content-6{
	display: block;
}

@media (max-width: 767px) {
	.tabs .desktop-label{
		display: none;
	}
	
	.buttonsAll {

	margin: 4px 0 12px 0 !important;

}
	
	
	
}

@media (min-width: 768px) {
	.tabs .mobile-label{
		display: none;
	}
}

/*
/ Product Box
/ ------------------------------ */

.box-products{
	display: none;
	margin-top: 30px;

	background-color: #fff;
	padding: 10px 0 20px;
}

.box-products h2{
	font-weight: 600;
	padding: 20px 15px 0;
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	color: #000000;
}

.box-products h2 a{
	color: #000000;
}

/*
/ Product
/ ------------------------------ */

.products{
	position: relative;
	padding: 0 35px 0;
}

@media (max-width: 1023px){
	.products{
		padding: 0 15px;
	}	
}

/*** Box Hover ***/

.products .product-hover{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	padding: 0 15px;
	left: 0;
	top: 0;

	opacity: 0;
	display: none;
}

.products .product-hover div{
	position: relative;
	height: 100%;
	background-color: #000000;
}

.products .product-link{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.products .product-link span{
	display: inline-block;
	position: relative;
	top: 45%;
	margin: 0;
	padding: 0 20px;

	line-height: 26px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.025em;
	text-decoration: ;

	background-image: url(images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: none;
}

@media (min-width: 576px){
	.products:hover .product-hover,
	.products:hover .product-link{
		display: block;
	}
}

@media (max-width: 576px){
	.products .product-link{
		display: block;
	}
	.products .product-link span{
		display: none;
	}
}

/*** End Box Hover ***/

.products .product{
	display: none;
	position: relative;
	margin: 20px 0;
}

.products .free-pp{
	position: absolute;
	right: 0;
	top: 0;

	font-size: 11px;
	line-height: 11px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	z-index: 100;

	background-color: #4daed6;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 14px;
	letter-spacing: 0.05em;
}

@media (max-width: 1023px){
	.products .free-pp{
		display: none;
	}
}

@media (min-width: 1024px){
	.products .product{
		padding: 0 30px;
	}
}

.products .product.hidden{
	display: none !important;
}

.products .product .link{
	display: block;
	color: #000000;
	text-decoration: none;
}

.products .product .image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 100%;
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.products .product > .image:hover{
	opacity: 0.85;
}

.products .product .image img{
	width: 100%;
}

/*** Enlarge ***/

.products .product .image .enlarge{
	display: none;
	z-index: 100;
	position: absolute;
	left: 108%;
	top: -25%;
	width: 320px;
	height: 320px;
	padding: 10px;
	border: 1px solid #666;
	border-radius: 3px;
	background-color: #fff;
}

.products .product:nth-of-type(3) .image .enlarge,
.products .product:nth-of-type(4) .image .enlarge,
.products .product:nth-of-type(7) .image .enlarge,
.products .product:nth-of-type(8) .image .enlarge{
	left: auto;
	right: 108%;
}

.products .product .image .enlarge:after{
	width: 23px;
	height: 22px;
	background-image: url(images/popup.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin: -11px 0 0 -23px;
	content: "";
}

.products .product:nth-of-type(3) .image .enlarge:after,
.products .product:nth-of-type(4) .image .enlarge:after,
.products .product:nth-of-type(7) .image .enlarge:after,
.products .product:nth-of-type(8) .image .enlarge:after{
	left: auto;
	right: 0;
	margin: -11px -23px 0 0;
	background-position: -23px top;
}

@media(min-width: 1024px){
	.products .product .image:hover .enlarge{
		display: block;
	}
	.products .product .image:hover .enlarge:hover{
		display: none;
	}
}

/*** Enlarge End ***/

.products .product .title{
	height: 85px;
	line-height: 17px;
	overflow: hidden;
	display: block;
	font-size: 13px;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
}

.products .product .title:hover{
	/*text-decoration: underline;*/
}

@media (min-width: 1024px){
	.products .product .title{
		height: 55px;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	.products .product .title{
		height: 55px;
	}
}

.products .product .rrp{
	overflow: hidden;
	margin: 0;
	height: 19px;
	display: block;
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	display: none;
}

.products .product .price{
	display: block;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

/*
/ Offers
/ ------------------------------ */

.offers.row > div{
	margin-top: 30px;
	text-align: center;
}

/*
/ Newsletter
/ ------------------------------ */

#newsletter{
	background-color: #000;
	padding: 25px 0;
	text-align: center;
}

#newsletter h2{
	display: inline-block;
	margin: 0 15px 10px;

	color: #fff;
	font-size: 16px;
	font-weight:700;
	text-transform: capitalize;


	background-image: url(images/icon-mail-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}

@media (max-width: 575px){
	#newsletter h2{
		background-position: center top;
		padding: 22px 0 0;
	}
}

#newsletter a {
    display: inline-block;
    background-color: #000;
    padding: 10px 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*
/ Footer
/ ------------------------------ */

#footer{
	padding: 20px 0 0px;

}

#footer .row > div{
	margin-bottom: 20px;
}

/*** Nav ***/

#footer ul{
	list-style: none;
	padding: 0;
}

#footer ul li{
	margin-bottom: 10px;
}

#footer ul li a{
	display: block;
	font-size: 15px;
	color: #000;
}

#footer p{
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
}

@media (min-width: 768px){
	#footer img{
		float: right;
	}
}

#footer .row > div > a{
	display: inline-block;
	padding: 12px 25px;
background-color: #f40106;
    color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;

}

/*
/ Footer Sub
/ ------------------------------ */

#footer-sub{
	padding: 60px 0 10px;
	text-align: center;
	background-color: #fff;
}



.tabsAll2 {
	display: block;
	width: 100%;
	height: auto;

}


.descT {
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: underline;
	line-height: 50px;
	background: #000;
}
.descT span {
	background:#f40106;
	display: inline-block;
	width: auto;
	padding: 0 35px;
	margin: 0;
}
.descT {
	text-align: left;
	color: #fff;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 50px;
}
.desAll {
	display: block;
	width: 100%;
	height: auto;

	padding: 25px;
	background: #fff;
	text-align: left;
}

/*** Copyright box ***/

.copyright{
	display: inline-block;
	text-align: center;
}

.copyright span{
	color: #999;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 12px;
	width: auto;
}

.copyright img{
	margin-top: 5px;
}


.buttonsAll {
    display: block;
    width: auto;
    height: auto;
 
    margin: 52px 0 12px 0;

    padding: 0;
    float: right;
}

#header .txxt1 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#header .linK.LK1 {
	background: url(images/icon_about.png) no-repeat 0 50%;
}

#header .linK {
	display: inline-block;
	height: auto;
	margin: 0;
padding: 10px 23px 10px 40px;
	text-align: left;
	color: #000000;
	line-height: 15px;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
}
#header .linK.LK2 {
	background: url(images/icon_email.png) no-repeat 0 50%;
}

#header .linK.LK3 {
	background: url(images/icon_fav.png) no-repeat 0 50%;
}

 .descW2 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: initial;
	text-decoration: none;
}


 .newsAll01 {
	display: block;
	width: 100%;

	padding: 25px;
	text-align: center;
	background: #000;
}

 .newsAll01 p {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 0 55px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	background: url(images/newsletter.png) no-repeat 0 50%;
	text-transform: capitalize;
}

 .newsAll01 a {
	display: inline-block;
	width: auto;
	margin: 0 0 0 30px;
	padding: 0 20px;
	background: #000;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	text-transform: capitalize;
}

 .txxt10 {
	display: block;
	width: 100%;
	height: 114px;

	margin: auto;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;

}


.btt2.prev {
	background: url(images/icon3_prev.jpg) no-repeat 0 50% #000;
}

 .btt2 {
	display: block;
	width: 100%;
	height: 47px;
	line-height: 47px;
	margin: 0 0 20px 0;
	padding: 0 0 0 47px;
	text-align: center;
	color: #fff;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
	background: #000;
	line-height: 47px;
}

.btt2.addL {
	background: url(images/icon3_plus.jpg) no-repeat 0 50% #000;
	margin: 0;
}


.btt2.addL:hover {
	background: url(images/icon3_plus.jpg) no-repeat 0 50% #000;
	margin: 0;
	color: #fff;
	text-decoration:none ;
}

.btt2.prev:hover {
	background: url(images/icon3_prev.jpg) no-repeat 0 50% #000;
	color: #fff;
	text-decoration:none ;
}

#inkfrog_credit
{
	display:none !important;
}

