*{padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: small;
	color: #333333;
	}


img{border:none;
	outline:none;
	max-width:100%}

a,a:active,a:focus,
a:hover
{outline:none;
text-decoration:none}

a{-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out}

input:focus{outline:none!important;
	box-shadow:none}

ul{
	display: block;
	/* list-style-image: url(https://e-mps.co.uk/ebay-template/images/tick.png);*/
  /*list-style-type: disc;*/
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
	font-size:14px;
	color:#333333;
	line-height:20px;
	font-weight:300;
	margin:0 0 30px;
	font-family:Arial;
list-style-position:outside }

.container{width:1170px;margin:0 auto}

.top-bar
{
	width:100%;
	float:left;
	height:30px;
	background-color:#ffd531;
	align-items: center;
    color: #333333;
    text-align: center;
	
}
body
{
	font-size:14px;
	background: #fff;
    color: #010101;
    font-size: 1.0rem;
    line-height: 1.47;
    letter-spacing: .3px;
    font-family: IBMPlexSans mono,helvetica neue,Helvetica,Arial,sans-serif;
}

.header-info
{width:100%;
	float:left;
	height:auto;
	padding:7px 0}

.header-info ul{margin:20px 0 0 0}
.header-info ul li{margin:0 32px;display:inline-block}
.header-info ul li a
{
	color:#545454;
	font-size:14px;
	font-family:Arial;
	line-height:24px;
	font-weight:300;
	padding:5px 10px;
	background:#fff
}

.header-info ul li a:hover
{
	color:#fff;
	background:#F7786B
}

.header-right
{
	width:38%;
	float:right;
	height:auto;
	position:relative;
	text-align:left
}

.header-left
{
	width:38%;
	float:left;
	height:auto;
	position:relative;
	text-align:right
}

/*.logo
{
	width:auto;
	height:auto;
	float:left
}

.logo img
{
	float:left
}*/

.logo
{
	width:100%;
	text-align:center;
	float:left;
	height:auto;
	margin-top:0px
}
.logo>a
{
	display:inline-block;
	align-content:center 
}

.nav-section
{
	width:100%;
	float:left;
	height:auto;
	padding:5px 0;
	background-color:#fff;
	position:relative;
	line-height:28px;
	min-height:40px
}

#navbar
{
	width:100%;
	float:left;height:auto
}

.header-inner
{
	width:100%;
	float:left;
	height:auto
}

#navbar>ul
{
	width:100%;
	float:left;
	text-align:center
}

#navbar>ul>li
{
	display:inline-block;
	margin:0 5px
}

#navbar>ul>li>a
{
	font-family:Arial;
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#333333;
	display:block;
	line-height:16px;
	padding:5px 26px;
	font-weight:600
}

#navbar>ul>li>a:hover
{
	color:#333333
}

#navbar>ul>li>a:before
{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	bottom:0;
	left:0;
	background-color:#ffd531;
	visibility:hidden;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s
}

#navbar>ul>li>a:hover:before
{
	visibility:visible;
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}

#menu-switcher
{
	display:none
}

.nav-section label::before
{
	border-bottom:2px solid #fff;
	box-shadow:0 5px 0 0 #fff,0 0 0 0 inset,0 -5px 0 0 #fff;
	content:"";
	height:0;
	left:50%;
	margin-left:-10px;
	margin-top:-1px;
	position:absolute;
	top:50%;
	width:20px
}

.nav-section label
{
	background:rgba(0,0,0,0) none repeat scroll 0 0!important;
	cursor:pointer;
	display:block;
	height:35px;
	padding:0;
	position:absolute!important;
	right:15px;
	top:4px;
	width:40px;
	z-index:9999;
	border:1px solid #fff;
	display:none
}

#navbar
{
	width:100%;
	float:left;
	height:auto
}

.product-desc
{
	width:100%;
	float:left;
	height:auto;
	padding:7px 0 7px
}

.product-desc input[type='radio']
{
	display:none
}

.product-desc input[type="radio"]:checked + img
{
	opacity:1;
	visibility:visible
}

.frame
{
	width:568px;
	float:left;
	height:515px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	background:#fff;
	-webkit-box-sizing:border-box!important;
	-moz-box-sizing:border-box!important;
	-ms-box-sizing:border-box!important;
	box-sizing:border-box!important
}

.frame div
{
	margin-left:0;


	width:120px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-ms-transition:1s;
	-o-transition:1s;
	transition:1s;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important;
	width:2220px;
	overflow:hidden;
	float:left;
	margin-top:405px;
	padding-left:30px
}

.frame img.large
{
	position:absolute;
	width:568px;
	height:395px;
	top:0;
	right:0;
	opacity:0;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-ms-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important;
	background:#fff;
	-webkit-object-fit:scale-down;
	-moz-object-fit:scale-down;
	-ms-object-fit:scale-down;
	object-fit:scale-down
}
.frame img.large[data-image=""]
{
	display:none;
}

.frame input
{
	position:relative;
	left:0;
	display:none;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}
.frame label.thumb
{
	display:block;
	float:left;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}
.frame label.thumb[data-image=""]
{
	display:none;
}
.frame label.thumb img
{
	height:106px;
	width:127px;
	float:left;
	cursor:pointer;
	border:1px solid #ebebeb;
	backface-visibility:hidden;
	-webkit-object-fit:scale-down;
	-moz-object-fit:scale-down;
	-ms-object-fit:scale-down;
	object-fit:scale-down
}
.frame label.thumb img[data-image=""]
{
	display:none;
}

.frame label.left
{
	position:absolute;
	left:0;
	bottom:0;
	margin:0;
	cursor:pointer;
	width:20px;
	height:110px;
	padding-right:10px;
	text-align:center;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important;
	line-height:20px;
	background:#fff
}

.frame label.right
{
	position:absolute;
	right:0;
	bottom:0;
	margin:0;
	cursor:pointer;
	width:20px;
	text-align:center;
	height:110px;
	padding-left:10px;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important;
	line-height:20px;background:#fff
}

.frame label.left img,.frame label.right img
{
	margin-top:35px;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}

.frame label.one,.frame label.two
{
	z-index:90;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}

.frame input#push1:checked~label.two,.frame input#push3:checked~label.one,.frame input#push2:checked~label.two,.frame input#push4:checked~label.one
{
	z-index:100;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}

.frame input#push1:checked~div
{
	margin-left:-508px;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}

.frame input#push3:checked~div
{
	margin-left:0;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}

.frame input#push2:checked~div
{
	margin-left:-508px;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}

.frame input#push4:checked~div
{
	margin-left:0;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}
.frame input#pic1:checked~.lab1,.frame input#pic2:checked~.lab2,.frame input#pic3:checked~.lab3,.frame input#pic4:checked~.lab4,.frame input#pic5:checked~.lab5,.frame input#pic6:checked~.lab6,.frame input#pic7:checked~.lab7,.frame input#pic8:checked~.lab8
{
	opacity:.8;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important;
	pointer-events:none
}

.frame input#pic1:checked~img.p1,.frame input#pic2:checked~img.p2,.frame input#pic3:checked~img.p3,.frame input#pic4:checked~img.p4,.frame input#pic5:checked~img.p5,.frame input#pic6:checked~img.p6,.frame input#pic7:checked~img.p7,.frame input#pic8:checked~img.p8

{
	opacity:1;
	z-index:100;
	backface-visibility:hidden;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	-ms-box-sizing:content-box!important;
	box-sizing:content-box!important
}

.desc-right
{
	width:520px;
	float:left;
	height:auto;
	margin-top:0;
	margin-left:3px;
	padding:12px 3px 3px
}

.price-section
{
	width:100%;
	float:left;
	height:auto;
	text-align:center
}

.price
{
	width:100%;
	text-align:left;
	float:left;
	height:auto;
	position:relative
}

.sale-price
{
	font-size:48px;
	color:#545454;
	line-height:44px;
	display:inline-block;
	vertical-align:middle;
	font-weight:300;
	font-family:Arial
}

.regular-price
{
	font-size:24px;
	color:#8b8b8b;
	margin-left:12px;
	line-height:25px;
	display:inline-block;
	vertical-align:bottom;
	text-decoration:line-through;
	font-family:Arial;
	font-weight:300
}

.desc-right h1
{
	font-size:24px;
	color:#333333;
	margin:0 0 20px;
	font-weight:300;
	position:relative;
	width:100%;float:left;
	font-family:'Opens Sans'
}

.desc-right .price-section
{
	margin:0 0 20px
}

.desc-right p
{
	font-size:14px;
	color:#333333;
	line-height:24px;
	font-weight:300;
	margin:0 0 30px;
	font-family:Arial;
}

.tab-block input[type="radio"]
{
	display:none
}

.tabs .tab-selector-1:checked~.label-block .tab-label-1,.tabs .tab-selector-2:checked~.label-block .tab-label-2,.tabs .tab-selector-3:checked~.label-block .tab-label-3,.tabs .tab-selector-4:checked~.label-block .tab-label-4,.label-block label:hover
{
	border-bottom:3px solid #ffd531;
	padding-bottom:4px;width:80%
}

.tabs .tab-selector-1:checked~.tab-content #menu1,.tabs .tab-selector-2:checked~.tab-content #menu2,.tabs .tab-selector-3:checked~.tab-content #menu3,.tabs .tab-selector-4:checked~.tab-content #menu4
{
	height:auto;
	opacity:1;
	width:100%;
	z-index:100;
	visibility:visible;
	padding:0
}

.tab-content>.tab-pane
{
	box-sizing:border-box;
	float:left;
	height:0;
	position:relative;
	z-index:1;
	overflow:hidden;
	opacity:0
}
.tab-content
{
	width:100%;
	padding:0;
	float:left;
	padding-bottom:20px
}
.tab-outer
{
	width:100%;
	float:left;
	height:auto;
	border-top:solid 2px #ebebeb;
	border-bottom:solid 2px #ebebeb;
	margin-bottom:60px;
	background:#fff
}

.tab-block.tabs
{
	width:100%;
	float:left;
	height:auto;
	position:relative
}

.label-block
{
	width:100%;
	float:left;
	height:auto;
	margin-top: -35px;
	padding:7px 0
}

.label-block label
{
	font-size:16px;
	color:#333333;
	line-height:19px;
	font-weight:550;
	margin:0 50px;
	position:relative;
	padding: 12px 0 8px;
	font-family: Open Sans;	
	text-transform: uppercase;
    letter-spacing: 1px;
	cursor:pointer
}

.label-block label:first-child
{
	margin-left:0
}

.panel-left
{
	width:50%;
	float:left;
	height:auto;
	padding-right:25px
}

.panel-right
{
	width:45%;
	float:right;
	height:auto;
	margin:0
}

video
{
	width:100%;
	height:auto;
	float:left;
	max-width:500px
}

.tab-block p
{
	font-size:14px;
	color:#333333;
	line-height:24px;
	font-weight:0;
	margin:0 0 15px;
	font-family:Arial
}

.tab-block p a
{
	color:#F7786B;
	font-weight:0
}

.footer-bottom
{
	width:100%;
	float:left;
	height:auto;
	padding:15px 0;
	background-color:#Ffd531;
	margin-top:36px
}

.bottom-left
{
	float:right;
	width:40%;
	height:auto
}

.bottom-left ul
{
	float:right;
	width:100%;
	text-align:right
}

.bottom-left ul li
{
	display:inline-block;
	vertical-align:middle
}

.copyright
{
	float:left;
	text-align:center;
	margin-top:4px
}

.copyright p
{
	font-weight:400;
	color:#fff;
	margin:0;
	line-height:24px;
	font-size:14px;
	font-family:Arial
}

@media only screen and (max-width:374px)
{
	.header-info ul li
	{
		margin:0 4px!important
	}
	.header-info ul li a
	{
		font-size:11px!important
	}
	
	.frame
	{
		width:288px;
		height:335px;
		float:none
	}
	.frame 
	div
	{
		margin-top:240px;
		padding-left:20px
	}
	.frame img.large
	{
		height:230px
	}
	.frame label.thumb img
	{
		height:62px;
		width:62px
	}
	.frame label.right
	{
		height:105px;
		width:15px;
		padding-left:5px
	}
	.frame label.left
	{
		height:105px;
		width:15px;
		padding-right:5px
	}
	.frame label.left img,.frame label.right img
	{
		margin-top:25px
	}
	.frame input#push1:checked~div,.frame input#push2:checked~div
	{
		margin-left:-248px
	}}
@media only screen and (min-width:375px) and (max-width:413px)
{
	.header-info ul li a
	{
		font-size:12px!important
	}
	.header-info ul li
	{
		margin:0 5px!important
	}
	.frame
	{
		width:344px;height:343px;float:none
	}
	.frame div
	{
		margin-top:240px;padding-left:20px
	}
	
	.frame img.large{height:230px}
	.frame label.thumb img{height:76px;width:76px}
	.frame label.right{height:105px;width:15px;padding-left:5px}
	.frame label.left{height:105px;width:15px;padding-right:5px}
	.frame label.left img,.frame label.right img{margin-top:25px}
	.frame input#push1:checked~div,.frame input#push2:checked~div{margin-left:-304px}}

@media only screen and (min-width:414px) and (max-width:479px){
	.header-info ul li a{font-size:12px!important}
	.header-info ul li{margin:0 10px!important}
	.frame{width:384px;height:343px;float:none}
	.frame div{margin-top:240px;padding-left:20px}
	.frame img.large{height:230px}
	.frame label.thumb img{height:86px;width:86px}
	.frame label.right{height:105px;width:15px;padding-left:5px}
	.frame label.left{height:105px;width:15px;padding-right:5px}
	.frame label.left img,.frame label.right img{margin-top:30px}
	.frame input#push1:checked~div,.frame input#push2:checked~div{margin-left:-344px}}
@media only screen and (max-width:479px){
	.label-block label{width:100%!important;margin:0 0 5px!important;text-align:center;display:block}
	.desc-right{margin:30px 0 30px!important}
	.bottom-left{width:100%}
	.bottom-left ul{text-align:center}
	.bottom-left ul li{margin:0 10px}
	.copyright{width:100%;text-align:center}
	.footer-bottom{margin-top:0}
	.copyright p{font-size:13px}
	.product-desc{padding:60px 0 0}}
@media only screen and (min-width:480px) and (max-width:639px){
	.label-block label{margin:0 30px}
	.bottom-left{width:100%}
	.bottom-left ul{text-align:center}
	.bottom-left ul li{margin:0 10px}
	.copyright{width:100%;text-align:center}
	.footer-bottom{margin-top:0}
	.frame{width:448px;height:480px;float:none}
	.frame div{margin-top:385px}
	.frame img.large{height:370px}
	.frame label.thumb img{height:90px;width:97px}
	.frame label.right{height:105px}
	.frame label.left{height:105px}
	.frame input#push1:checked~div,.frame input#push2:checked~div{margin-left:-388px}}
@media only screen and (max-width:639px){
	.header-info ul li{margin:0 20px}}
@media only screen and (min-width:640px) and (max-width:767px){.frame{float:none}}
@media only screen and (max-width:767px){
	.container{width:100%;padding:0 15px
	}
	
	.header-info ul li a
	{
		padding:5px 5px;
		font-size:12px
	}
	
	.nav-section
	{
		min-height:44px
	}
	
	.navbar-header label
	{
		display:block
	}
	
	.nav-section label
	{
		display:block
	}
	
	#navbar
	{
		display:none
	}
	
	#menu-switcher:checked + #navbar
	{
		display:block
	}
	
	#navbar
	{
		width:100%
	}
	
	#navbar ul
	{
		float:left;
		width:100%
	}
	
	#navbar ul li
	{
		float:left;
		margin:0 0 0 0;
		width:100%
	}
	
	#navbar ul li a
	{
		font-size:14px;
		display:block;
		line-height:18px;
		padding:7px 0
	}
	
	.label-block
	{
		padding:30px 0
	}
	
	.desc-right
	{
		width:100%;
		margin:70px 0 30px;
		padding:20px 0
	}
	
	.header-left
	{
		width:50%
	}
	
	.header-right
	{
		width:50%
	}
	
	.logo
	{
		margin-top:14px
	}
	
	.header-info ul
	{
		margin:0
	}
	
	.panel-left
	{
		width:100%;
		padding:0
	}
	
	.panel-right
	{
		width:100%;
		margin:10px 0 0
	}}

@media only screen and (min-width:768px) and (max-width:991px)
{
	.container
	{
		width:750px
	}
	.header-info ul li a
	{
		padding:5px 5px
	}
	#navbar ul li
	{
		margin-right:18px
	}
	
	#navbar ul li a
	{
		font-size:13px
	}
	
	#navbar>ul>li
	{
		margin:0 0
	}
	
	.desc-right
	{
		width:100%;
		margin:70px 0 0;
		padding:0 15px
	}
	
	.frame
	{
		width:100%
	}
	.frame div
	{
		padding-left:121px
	}
	.frame img.large{width:100%
	}
	.frame label.left
	{
		padding:0 10px 0 91px
	}
	.frame label.right
	{
		padding:0 91px 0 10px
	}
	
	.tab-outer
	{
		margin-bottom:36px
	}
	.tab-block.tabs
	{
		padding:0 15px
	}
	.product-desc
	{
		padding:60px 0
	}}

@media only screen and (min-width:992px) and (max-width:1199px)
{
	.container
	{
		width:970px
	}.desc-right
	{
		width:368px
	}
	.desc-right h1
	{
		margin:0 0 10px;font-size:20px
	}}

/* Specification tab */
.specifications table{
	border-collapse: collapse;
	width: 100%;
}

.col_6[data-spec=""]
{
	display: none;
}

.specifications table th{
	width: 50%;
	vertical-align: top;
	text-align: left;
	padding: 6px 0;
	color: #333333;
	font-size: 14px;
}

.specifications table td{
	width: 50%;
	vertical-align: top;
	text-align: left;
	padding: 6px 0;
	color: #333333;
	font-size: 14px;
}
.box_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}


.col_6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12, .col_f, .col_m_1, .col_m_2, .col_m_3, .col_m_4, .col_m_5, .col_m_6, .col_m_7, .col_m_8, .col_m_9, .col_m_10, .col_m_11, .col_m_12 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.specifications .item_cont {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.specifications .col_6:not(:nth-last-child(-n+2)) .item_cont {
    border-bottom: 1px solid rgba(0,0,0,.11);
	
}

.specifications .content {
    color: #333333;
}
.specifications .content, .specifications .title {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 17px;
    display: inline-block;
	font-family: "helveticaneue bold", helvetica, arial, sans-serif;
	 
}
.specifications .title {
    color: #333333;
    text-transform: capitalize;
    margin-right: 5px;
	font-weight:bold;
}
*, :after, :before {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
.product.data.items>.item.content {
    text-align: left;
}

.product.data.items>.item.content {
    background: #fff;
    margin-top: 31px;
    padding: 40px 112px;
    border: 0;
    border-top: 2px solid rgba(0,0,0,.1);
    border-bottom: 2px solid rgba(0,0,0,.1);
}
.product.data.items>.item.content:after {
    content: "";
    display: table;
    clear: both;
}
.product.data.items>.item.title {
    margin: 0 40px 0 0;
	display: inline-block;
    width: auto;
}

.h4, h4 {
    /*font-family: "Arial", "sans-serif";*/
    font-size: 12px;
    font-size: 1.0rem;
    line-height: 70px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;
	display: block;
	color: #333333;	
	text-rendering: optimizeLegibility;
	letter-spacing: 0;
	
}
.h3, .h4, h3, h4 {
    margin: 0;
    padding: 0;
    color: inherit;
    
}
*, :after, :before {
    box-sizing: inherit;
}
.sub_title {
    display: block;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 6px;
    height: 16px;
}
.title {
    display: block;
    font-size: 14px;
    font-size: 1.2rem;
    line-height: 24px;
    /*text-transform: uppercase;*/
    color: #333333;
    font-family:Arial;
    margin-bottom: 22px;
}


/* End of specs tab */

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

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

/*** Related Promo **/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1 {
  float: left;
  width: 8.333333%;
}

.col-xs-2 {
  float: left;
  width: 16.666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.333333%;
}

.col-xs-5 {
  float: left;
  width: 41.666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.333333%;
}

.col-xs-8 {
  float: left;
  width: 66.666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.333333%;
}

.col-xs-11 {
  float: left;
  width: 91.666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

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

.images{
	position: relative;
	margin-right: -15px;
}

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

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

.images .image{
	width: 20%;
	float: left;
	position: static;
	padding-right: 15px;
}

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

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

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

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

.feedback-heading{
	margin-top: 20px;
	background-color: #333333;

	font-size: 14px;
	color: #fff;

	padding: 15px 40px;
}

@media (max-width: 767px) {
	.feedback-heading{
		padding: 15px;
	}
}

.feedback-container{
    border: 0px solid #dcdcdc;
    padding: 20px 40px;
}

@media (max-width: 767px) {
	.feedback-container{
		padding: 15px;
	}
}

.feedbacks{
	display: none;
}

.feedback{
	display: none;
	padding-top: 15px;
	margin-top: 15px;

	line-height: 1.5;
}

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

.feedback .icon{
	float: left;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.feedback .description{
	font-size: 13px;
	color: #333333;
	padding-right: 129px;
	padding-left: 26px;
}

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

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

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

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

.feedback .date-label{
	float: right;
	clear: right;
	font-size: 12px;
	color: #666666;
	margin-top: 0;
	margin-left: 10px;
}

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

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

@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 18px;
    margin: 15px 0 0;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    background-color: #FFD531;
}

@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: 1200px 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;
}


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

.box-products{
	display: none;
	margin-bottom: 20px;
}

@media (max-width: 1023px){
	.box-products{
		margin-top: 30px;
	}
}

.box-products h2{
	text-align: center;
	font-weight: 500;
	padding: 0 15px 10px;
	font-size: 24px;
	margin: 0;
	color: #333333;
}


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

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

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

/*** Box Hover ***/

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

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

	opacity: 0.75;
	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;
}

@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;
	margin: 20px 0;
}

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

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

.products .product .link{
	display: block;
	color: #333333;
	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: 74px;
	line-height: 18px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
}

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

@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: #349106;
	
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

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



/*
 * 
 ******************** flex **********************/

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: 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;
}

.flex .row:before,
.flex .clearfix:before {
	content: none;
}

.flex > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
/*** Copyright box ***/

.copyright{
	display: inline-block;
	text-align: center;
	padding: 10px 15px 0;
	margin: 0 5px;
	min-height: 7px;
}

.copyright:hover{
	text-decoration: none;
}

.copyright span{
	display: block;
	color: #606060;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 12px;
	width: auto;
	text-align: center;
}

.copyright.emps span{ 
	margin-top: 8px;
text-transform: }

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