*{
	padding:0;
	margin:0;
	box-sizing:border-box;
	
	font-family: 'Barlow', sans-serif;
}
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,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
ul{
	margin:0;
	list-style-type:none;
}
.container{
	width:1200px;
	margin:0 auto;
	padding:0 15px;
}
body{
	font-family: 'Barlow', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#5c5c5c;
	font-weight:400;
}
.one-third{
	width:33.33%;
	float:left;
	height:auto;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.half{
	width:50%;
	float:left;
	height:auto;
}
.text-center{
	text-align:center;
}
/*======================= Header =====================*/
.header{
	width:100%;
	float:left;
	height:auto;
	padding:15px 0;
	background:#111111;
}
.logo img {
    float: left;
}
.header ul {
	padding-top:0px;
}
.header ul li{
	float:left;
	color:rgba(255,255,255,0.65);
	font-size:16px;
	margin-left:65px;
}
.header ul li p{
	float:left;
	color:rgba(255,255,255,0.65);
	font-size:16px;
	margin:0;
	letter-spacing:-0.5px;
}
.header ul li h3{
	color:rgba(255,255,255,0.65);
	font-size:16px;
	margin:0 0 1px;
	position:relative;
	font-weight:normal;
	padding-bottom:6px;
	letter-spacing:-0.5px;
}
.header ul li h3::before{
	width:221px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	background:#606060;
}
.header ul li:first-child{
	margin:0;
}
/*======================== Menu Design ==================*/
.menu-container{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	padding:10px 0;
}
#menu-switcher, 
.navbar-header > label,
.switch {
    display: none;
}
.menu-container label::before {
    border-bottom: 2px solid #333;
    box-shadow: 0 5px 0 0 #333, 0 0 0 0 inset, 0 -5px 0 0 #333;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.switch{
	width:100%;
	float:left;
	height:auto;
	min-height:45px;
	position:relative;
}
.menu-container label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0;
    position: absolute !important;
    right: 0;
    top: 4px;
    width: 40px;
    z-index: 9999;
	border:1px solid #333;
}
#navbar{
	width:100%;
	float:left;
	height:auto;
}
#navbar ul{
	float:left;
	width:100%;
	text-align:center;
}
#navbar ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
#navbar ul li a{
	font-size:16px;
	color:#858585;
	line-height:24px;
	display:inline-block;
	padding:0px 15px;
	position:relative;
	z-index:5;
}
#navbar ul li.active a,
#navbar ul li a:hover{
	color:#fff;
}
#navbar ul li a:hover::before,
#navbar ul li.active a::before{
	color:#fff;
	background:#111111;
	position:absolute;
	left:0;
	bottom:0;
	height:100%;
	content:'';
	width:100%;
	z-index:-1;
	-webkit-transform:skewX(-40deg);
	-ms-transform:skewX(-40deg);
	-moz-transform:skewX(-40deg);
	transform:skewX(-40deg);
}
/*========================== Content =========================*/
.content{
	width: 100%;
    float: left;
    height: auto;
    padding: 0 0 2300px;
    background: url(https://addtowatchlist.com/659/images/davide.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.content-inner{
	width:100%;
	float:left;
	height:auto;
	padding:0 30px;
}
.product-slider{
	width:540px;
	float:left;
	height:auto;
	position:relative;
	padding-bottom:22px;
	
	padding-top:40px;
	background:url(https://addtowatchlist.com/185/images/shape1.png) no-repeat center bottom;
}
.product-slider::before{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background:url(https://addtowatchlist.com/185/images/product-bg.png) no-repeat center center;
	height:44px;
	z-index:9999;
}
/* slider*/
.frame {
	width: 540px;
	float: left;
	height: 521px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.frame div {
	margin-left: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 2220px;
	overflow: hidden;
	float: left;
	margin-top:440px;
	padding-left:35px;
	padding-right:35px;
}
.frame .big-img {
	position: absolute;
	width: 100%;
	height: 430px;
	top: 0;
	right: 0;
	opacity: 0;
}
.frame .big-img  img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}
.frame input {
	position: relative;
	left: 0;
	display: none;
}
.frame label.thumb {
	display: block;
	float: left;
	margin-right:20px;
	height: 78px;
	width: 102px;
	border: 1px solid #d7d7d7;
	position:relative;
}
.frame label.thumb img {
	cursor: pointer;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}
.frame label.left {
	position: absolute;
	left: 0;
	bottom: 0px;
	margin: 0;
	cursor: pointer;
	width: 35px;
	height: 84px;
	text-align: center;
	line-height: 20px;
	background:#fff;
}
.frame label.right {
	position: absolute;
	right: 0;
	bottom: 0px;
	margin: 0;
	cursor: pointer;
	width: 35px;
	text-align: center;
	height: 84px;
	line-height: 20px;
	background:#fff;
}
.frame label.left img,
.frame label.right img {
	margin-top: 30px;
}
.frame label.one{
	z-index: 90;
}
.frame input#push1:checked ~ label.one,
.frame input#push2:checked ~ label.one
{
	z-index: 100;
}
.frame input#push1:checked ~ div,
.frame input#push2:checked ~ div {
	margin-left: 0;
}
.frame input#push3:checked ~ div,
.frame input#push4:checked ~ div {
	margin-left: 0;
}
.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,
.frame input#pic9:checked ~ .lab9,
.frame input#pic10:checked ~ .lab10,
.frame input#pic11:checked ~ .lab11,
.frame input#pic12:checked ~ .lab12,
.frame input#pic13:checked ~ .lab13,
.frame input#pic14:checked ~ .lab14,
.frame input#pic15:checked ~ .lab15,
.frame input#pic16:checked ~ .lab16,
.frame input#pic17:checked ~ .lab17,
.frame input#pic18:checked ~ .lab18,
.frame input#pic19:checked ~ .lab19,
.frame input#pic20:checked ~ .lab20 {
	opacity: 0.8;
	pointer-events: none;
}
.frame input#pic1:checked ~ .big-img.p1,
.frame input#pic2:checked ~ .big-img.p2,
.frame input#pic3:checked ~ .big-img.p3,
.frame input#pic4:checked ~ .big-img.p4,
.frame input#pic5:checked ~ .big-img.p5,
.frame input#pic6:checked ~ .big-img.p6,
.frame input#pic7:checked ~ .big-img.p7,
.frame input#pic8:checked ~ .big-img.p8,
.frame input#pic9:checked ~ .big-img.p9,
.frame input#pic10:checked ~ .big-img.p10,
.frame input#pic11:checked ~ .big-img.p11,
.frame input#pic12:checked ~ .big-img.p12,
.frame input#pic13:checked ~ .big-img.p13,
.frame input#pic14:checked ~ .big-img.p14,
.frame input#pic15:checked ~ .big-img.p15,
.frame input#pic16:checked ~ .big-img.p16,
.frame input#pic17:checked ~ .big-img.p17,
.frame input#pic18:checked ~ .big-img.p18,
.frame input#pic19:checked ~ .big-img.p19,
.frame input#pic20:checked ~ .big-img.p20 {
	opacity: 1;
	z-index: 100;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	-ms-box-sizing: border-box!important;
	box-sizing:border-box!important;
}
.desc-right{
	width:525px;
	float:right;
	height:auto;
	padding-top:25px;
}
.product-info{
	width:100%;
	float:left;
	height:auto;
}
.price{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	padding-bottom:10px;
	margin-bottom:11px;
}
.price .sale-price{
	font-size:52px;
	color:#ff291f;
	font-weight:500;
}
.price .regular-price{
	font-size:31px;
	color:#7f7f7f;
	font-weight:200;
	text-decoration:line-through;
	margin-left:12px;
}
.price::before{
	width:60px;
	height:2px;
	content:'';
	background:#252525;
	position:absolute;
	left:0;
	bottom:0;
}
.product-info .title{
	font-size:36px;
	color:#1c1c1c;
	font-weight:300;
	margin:0 0 8px;
}
.description{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:0 0 15px;
}
.description p{
	font-size:14px;
	color:#5c5c5c;
	font-weight:300;
	margin:0 0 23px;
}
.description p:last-child{
	margin:0;
}
.desc-inner{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	z-index:3;
}
/*=================== Info list ======================*/
.list-block{
	width:100%;
	float:left;
	font-size:18px;
	color:#7f7f7f;
	line-height:24px;
	padding:12px 0;
	border-bottom:1px solid #cccccc;
	position:relative;
}
.list-block::before{
	position:absolute;
	left:0;
	bottom:-4px;
	height:7px;
	width:7px;
	content:'';
	background:url(https://addtowatchlist.com/185/images/bullet.png) no-repeat center center;
}
.info-list .list-block:last-child{
	border:none;
}
.info-list .list-block:last-child::before{
	background:none;
}
.list-block label{
	width:160px;
	float:left;
	font-size:18px;
	color:#414141;
	font-weight:500;
	padding-left:32px;
}
.list-block  span{
	color:#434343;
}
.list-block.color a{
	float:left;
	margin-right:5px;
	display:inline-block;
}
.list-block.color .colorbox{
	width:25px;
	height:16px;
	margin-top: 5px;
}
.list-block.size a{
	float:left;
	margin-right:14px;
	display:inline-block;
	color:#b0b0b0;
}
.list-block.size a:hover{
	color:#7f7f7f;
}
.info-list{
	width:100%;
	float:left;
	height:auto;
}
/*========================= tab-outer =====================*/
.tab-outer{
	width:100%;
	float:left;
	height:auto;
	background:url(https://addtowatchlist.com/185/images/tab-bg.jpg) repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
	padding:0 0 336px;
}
.tab-block{
	width:100%;
	float:left;
	height:auto;
	padding:30px 20px 25px 43px;
	border:1px solid #fff;
	border-top:none;
}
.tab-inner{
	width:100%;
	float:left;
	height:auto;
	padding:0 20px;
}
.tab-content{
	position:relative;
}
.tab-content p:last-child{
	margin:0;
}
.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{
	color:#fff;
}
.tabs .tab-selector-1:checked ~ .label-block .tab-label-1::after, .tabs .tab-selector-2:checked ~ .label-block .tab-label-2::after, .tabs .tab-selector-3:checked ~ .label-block .tab-label-3::after, .tabs .tab-selector-4:checked ~ .label-block .tab-label-4::after,
.label-block label:hover::after{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background:#111111;
	-webkit-transform:skewX(-40deg);
	-ms-transform:skewX(-40deg);
	-moz-transform:skewX(-40deg);
	transform:skewX(-40deg);
	z-index:-3;
	color:#fff;
}
.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;
    height: 0;
    position: relative;
    z-index: 1;
	overflow:hidden;
	opacity:0;
}
.label-block{
	text-align:center;
	display:block;
	position:relative;
	margin:0 0 16px;
}
.label-block label{
	font-size:18px;
	color:#575757;
	line-height:38px;
	font-weight:400;
	cursor:pointer;
	display:inline-block;
	margin:0 10px;
	width:180px;
	position:relative;
	z-index:8;
}
.label-block label::after{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background:#fff;
	-webkit-transform:skewX(-40deg);
	-ms-transform:skewX(-40deg);
	-moz-transform:skewX(-40deg);
	transform:skewX(-40deg);
	z-index:-3;
}
.tab-content p{
	color:#fff;
	margin:0 0 23px;
	font-weight:400;
	font-size:16px;
}
.panel-left{
	
	width:50%;
	
	padding-right:15px;
	
	float:left;
	
}
.video-block{
	
	float:right;
	
	height:auto;
	
	width:50%;
	
	padding-left:15px;
	
}
video.responsive-video{
	
	width:100%;
	
}
/*=========================== Featured block ===========================*/
.featured-block{
	width:100%;
	float:left;
	height:auto;
	padding:24px 0 0px;
	border-top:10px solid rgba(255,255,255,0.35);
	margin-top:-250px;
	position:relative;
}
.product-item{
	width:100%;
	float:left;
	height:auto;
	margin-bottom:55px;
}
.section-title{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	padding-bottom:30px;
	margin: 0 0 30px;
	font-size:30px;
	color:#fff;
	font-weight:500;
	position:relative;
}
.section-title::before{
	width:120px;
	height:3px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:0;
	content:'';
	margin-left:-62px;
}
.product-item li{
	width:255px;
	float:left;
	margin-right:27px;
	text-align:center;
	
}
.product-item li:last-child{
	margin-right:0;
}
.product-thumb{
	display:block;
	height:255px;
	width:255px;
	background:#fff;
	border-radius:50%;
	position:relative;
	-webkit-box-shadow:2px 5px 5px rgba(214,214,214,0.75);
	-moz-box-shadow:2px 5px 5px rgba(214,214,214,0.75);
	-ms-box-shadow:2px 5px 5px rgba(214,214,214,0.75);
	box-shadow:2px 5px 5px rgba(214,214,214,0.75);
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	margin:0 0 23px;
	overflow:hidden;
}
.product-thumb a {
	
    display: block;
	
    width: 100%;
	
    height: 100%;
	
    float: left;
	
    border-radius: 50%;
	
    -webkit-transition: all 0s ease-in-out;
	
    -ms-transition: all 0s ease-in-out;
	
    -moz-transition: all 0s ease-in-out;
	
    transition: all 0s ease-in-out;
	
    overflow:hidden;
	
    position:relative;
}
.product-item li:hover .product-thumb{
	-webkit-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	transform:translateY(-10px);
}
.product-thumb img{
	
    position:absolute;
 
    left:0;
 
    right:0;
 
    top:0;
 
    bottom:0;
 
    margin:auto;
 
    -webkit-border-radius:50%;
 
    -moz-border-radius:50%;
 
    border-radius:50%;
 
}
.product-item li p{
	font-size:18px;
	color:#6f6f6f;
	line-height:24px;
}
.product-item li h3{
	font-size:30px;
	color:#ff291f;
	line-height:normal;
	margin:0px 0 11px;
	font-weight:normal;
}
/*=========================== Footer ==========================*/
.footer{
	width:100%;
	float:left;
	height:auto;
}
.footer-top{
	width:100%;
	float:left;
	height:auto;
	background:url(https://addtowatchlist.com/185/images/footer-bg.png) no-repeat left top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	position:relative;
	padding:33px 0 0px;
}
.footer-top::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background:rgba(30,30,30,0.72);
	z-index:1;
}
.footer-top .container{
	position:relative;
	z-index:3;
}
.footer-logo{
	width:670px;
	height:auto;
	text-align:left;
	display:block;
	margin:0 0 19px;
	float:left;
	padding-right:50px;
}
.footer-logo a{
	display:inline-block;
	margin:0 0 12px;
}
.footer-logo p{
	color:#dcdcdc;
	font-size:16px;
	font-weight:300;
	margin:0 0 20px;
	letter-spacing:-0.50px;
}
.footer-logo p:last-child{
	margin:0!important;
}
.quick-link{
	width:167px;
	float:left;
	height:auto;
	padding-top:53px;
}
.quick-link li{
	display:block;
	float:left;
	width:100%;
	position:relative;
	margin:0 0 18px;
}
.quick-link li a{
	font-size:18px;
	color:#cccccc;
	display:inline-block;
	line-height:21px;
	font-weight:500;
}
.quick-link li a:hover{
	color:#ff291f;
}
.footer .info-list {
    display: block;
    margin: 0 auto;
    width: 600px;
    float: none;
}
.footer .info-links li {
	float:left;
	width:100%;
	font-size:16px;
	color:#cccccc;
	margin:0 0 25px;
}
.info-links{
	width:320px;
	float:right;
	height:auto;
	padding-top:49px;
}
.footer .info-links li h3 {
    color: #cccccc;
    font-size: 16px;
    margin: 0 0 1px;
    position: relative;
    font-weight: normal;
    padding-bottom: 6px;
    letter-spacing: -0.5px;
}
.footer .info-links li p {
    color: #cccccc;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    letter-spacing: -0.5px;
}
.footer .info-links h3::before {
    width: 221px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #676969;
}
.footer .info-list li:first-child{
	margin:0;
}
.copyright{
	width:100%;
	height:auto;
	display:block;
	float:left;
	line-height:22px;
	text-align:center;
	font-weight:500;
	color:#a9a9a9;
	font-size:14px;
	padding:14px 0;
	border-top:1px solid #959595;
	margin-top:24px;
}
/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
.product-info .title{
	font-size:25px;
}
.label-block label{
	width:100%;
	margin:0 0 10px;
	text-align:center;
}
.product-item li{
	width:100%!important;
	margin:0 0 30px!important;
}
.product-item{
	margin:0;
}
.quick-links li {
    width: 100%;
    margin: 0;
    text-align: left;
    display: block;
}
.product-slider{
	width:290px;
}
.frame{
	width: 290px;
	float: none;
	margin: 0 auto;
	height: 313px;
}
.frame div{
	margin-top:251px;
}
.frame .big-img{
	height:240px;
}
.frame label.thumb{
	width:45px;
	height:40px;
}
.frame input#push3:checked ~ div,
.frame input#push12:checked ~ div {
	margin-left: 0px;
}
.frame input#push11:checked ~ div,
.frame input#push7:checked ~ div ,
.frame input#push4:checked ~ div ,
.frame input#push8:checked ~ div{
	margin-left: -422px;
}
.frame input#push2:checked ~ div,
.frame input#push10:checked ~ div ,
.frame input#push1:checked ~ div,
.frame input#push5:checked ~ div{
	margin-left: -210px;
}
.frame input#push6:checked ~ div,
.frame input#push9:checked ~ div {
	margin-left: -635px;
}
.frame label.thumb{
	margin-right:8px;
}
.frame label.left,
.frame label.right{
	width:42px;
}
.frame div{
	padding-left:42px;
	padding-right:42px;
}
}
@media only screen and (min-width: 480px) and (max-width:639px) {
.product-slider {
    width: 450px;
    float: left;
    height: auto;
    margin: 0 auto;
    float: none;
}
.label-block label{
	margin: 0 10px 15px;
	width: 100%;
	max-width: 255px;
}
.quick-links li{
	margin:0 15px;
}
.frame{
	width:450px;
	float:none;
	margin:0 auto;
	height:451px
}
.frame label.thumb{
	margin-right:8px;
}
.frame label.left,
.frame label.right{
	width:42px;
}
.frame div{
	padding-left:42px;
	padding-right:42px;
}
.frame .big-img{
	height:360px;
}
.frame div{
	margin-top:375px;
}
.frame label.thumb{
	width:85px;
	height:67px;
}
.frame input#push3:checked ~ div,
.frame input#push12:checked ~ div {
	margin-left: 0px;
}
.frame input#push11:checked ~ div,
.frame input#push7:checked ~ div ,
.frame input#push4:checked ~ div ,
.frame input#push8:checked ~ div{
	margin-left: -742px;
}
.frame input#push2:checked ~ div,
.frame input#push10:checked ~ div ,
.frame input#push1:checked ~ div,
.frame input#push5:checked ~ div{
	margin-left: -371px;
}
.frame input#push6:checked ~ div,
.frame input#push9:checked ~ div {
	margin-left: -1115px;
}
}
@media only screen and (max-width: 639px){
.header .info-list {
    width: 290px;
    float: none;
    text-align: left;
    display: block;
    margin: 0 auto;
}
.header .info-list li{
	margin:0 0 10px!important;
}
.half{
	width:100%;
}
.footer .info-list {
    width: 290px;
    float: none;
    text-align: left;
    display: block;
    margin: 0 auto;
}
.footer .info-list li{
	margin:0 0 10px!important;
}
.product-item li p{
	font-size:16px;
}
.product-item li h3{
	font-size:30px;
}
}
@media only screen and (min-width: 640px) and (max-width:767px) {
.half .list-block:last-child{
	border:none;
}
.label-block label{
	margin:0 5px;
	width: 128px;
}
.product-slider {
    width: 610px;
    float: none;
    height: auto;
    margin: 0 auto;
}
.frame{
	float:none;
}
}
@media only screen and (max-width: 767px){
.container{
	width:100%;
}
.header-right{
	padding:0;
}
.navbar-header > label, .switch,
.menu-container label{
	display:block;
}
#navbar {
    display: none;
}
#menu-switcher:checked + #navbar {
    display: block;
}
.product-item li{
	width:48%;
	margin: 0 4% 30px 0;
}
.product-item li:nth-child(2){
	margin-right:0;
}
.logo {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.logo a{
	display:inline-block;
}
.header-right{
	width:100%;
	float:left;
}
.menu-container{
	position:relative;
	padding:8px 0;
}
#navbar ul li{
	width:100%;
	float:left;
	text-align:left;
}
#navbar ul li a{
	padding:8px 15px;
	display:block;
}
#navbar ul li a:hover::before, #navbar ul li.active a::before{
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.content-inner{
	padding:0;
}
.desc-right{
	width:100%;
	margin:20px 0 0;
}
.price .sale-price{
	font-size:35px;
}
.price .regular-price{
	font-size:25px;
}
#navbar ul li{
	margin:0;
}
.list-block{
	font-size:16px;
}
.list-block.size a{
	margin-right:10px;
}
.service-list{
	margin:50px 0 0;
	padding:30px 15px 0;
}
.service-list h3{
	font-size:18px;
}
.service-list li{
	width:100%;
	padding:0 0 30px;
}
.content{
	padding:30px 0 50px;
}
.tab-content{
	padding:0px 0 30px;
}
.header ul{
	float:left;
	text-align:center;
}
.header ul li{
	width:100%;
	text-align:center;
	margin:0 0 10px;
}
.product-slider{
	margin:0 auto;
}
.header ul{
	padding:0;
}
.footer-logo{
	width:100%;
	padding:0;
	margin:0 0 30px;
}
.quick-link{
	width:100%;
	margin:0 0 30px;
	
}
.info-links{
	width:100%;
}
.info-links li,
.header ul li{
	font-size:16px;
}
.product-thumb{
	margin:0 auto 20px;
	width:216px;
	height:216px;
}
.product-slider{
	float:none;
}
.quick-link,
.info-links{
	padding:0px;
}
.tab-inner{
	padding:0;
}
.tab-block{
	padding:20px;
}
.header ul{
	width:100%;
}
.header ul li p{
	float:none;
}
.header ul li h3::before{
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.info-links li, .header ul li{
	margin:10px 0 0px;
}
.panel-left{
	
	width:100%;
	
	padding:0 0 10px;
	
}
.video-block{
	
	width:100%;
	
	padding-left:0px;
	
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.container{
	width:750px;
}
.header ul li{
	margin-left:15px;
}
.content-inner{
	padding:0;
}
.desc-right{
	width:100%;
	margin:30px 0 0;
}
.product-slider{
	margin:0 auto;
}
.list-block{
	font-size:16px;
}
.list-block.size a{
	margin-right:10px;
}
.content{
	background-size:100% auto;
}
.service-list li{
	padding:0 10px;
}
.product-item li{
	width:48%;
	margin: 0 4% 30px 0;
}
.product-item li:nth-child(2){
	margin-right:0;
}
.product-item li p{
	font-size:16px;
}
.tab-block{
	padding:20px;
}
.tab-inner{
	padding:0;
}
.label-block label{
	margin:0 40px;
}
.footer-logo{
	width:40%;
	padding:0 30px 0 0;
}
.quick-link{
	width:135px;
}
.info-links{
	width:297px;
}
.label-block label{
	margin:0 8px;
	width: 148px;
}
.product-thumb{
	margin:0 auto 20px;
}
.product-slider{
	float:none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container{
	width:970px;
}
.content-inner{
	padding:0;
}
.desc-right{
	width: 360px;
	padding: 0;
}
.tab-inner{
	padding:0;
}
.label-block label{
	margin:0 10px;
}
.footer-logo{
	width:451px;
}
.list-block{
	font-size:16px;
}
.list-block.size a{
	margin-right:10px;
}
.service-list li{
	padding:0 30px;
}
.product-item li{
	width:217px;
	margin-right: 24px;
}
.product-item li p{
	font-size:16px;
}
.tab-block{
	padding:30px 20px 25px 20px;
}
.half .list-block:last-child{
	border:none;
}
.header ul li{
	font-size:13px;
}
.product-thumb{
	width:217px;
	height:217px;
}
}
@media only screen and (min-width: 1200px){
.product-item{
	padding:0 30px;
}
.half .list-block:last-child{
	border:none;
}
}
