/* 
 * Copyright (c) 2024 National Garage Remotes & Openers
 * Author: Jared Palmer
 * Contact: jared@ngro.com.au
 * 
 * All rights reserved. This CSS file and its contents are protected by copyright law. 
 * Unauthorized copying, distribution, or modification of this file, via any medium, 
 * is strictly prohibited without the express written permission of the copyright holder.
 *
 * Last edited: October 9, 2024
 */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	text-decoration: none
}

img {
	max-width: 100%;
	display: block
}

a {
	text-decoration: none
}

footer,
header,
menu,
nav,
section {
	display: block
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
	float: left;
	position: relative
}

.col-lg-12 {
	width: 100%
}

.col-lg-11 {
	width: 91.66666667%
}

.col-lg-10 {
	width: 83.33333333%
}

.col-lg-9 {
	width: 75%
}

.col-lg-8 {
	width: 66.66666667%
}

.col-lg-7 {
	width: 58.33333333%
}

.col-lg-6 {
	width: 50%
}

.col-lg-5 {
	width: 41.66666667%
}

.col-lg-4 {
	width: 33.33333333%
}

.col-lg-3 {
	width: 244px
}

.col-lg-2 {
	width: 16.66666667%
}

.col-lg-1 {
	width: 8.33333333%
}

.wrapper {
	float: left;
	width: 100%;
	font-family: Roboto, sans-serif
}

.content {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff
}

.recommended-products {
	width: 100%;
	float: left;
	padding: 35px 0;
	text-align: center
}

.recommended-products h2 {
	font-size: 23px;
	font-weight: 800;
	font-family: Roboto, sans-serif;
	color: #494949;
	text-transform: uppercase;
	text-align: left
}

.recommended-products .product-single {
	display: inline-block;
	width: 22%;
	margin: 0 1.5% 30px;
	text-align: center;
	margin-bottom: 30px
}

.recommended-products .product-single:nth-child(4n+1) {
	margin-right: 0
}

.recommended-products .content {
	text-align: center
}

.recommended-products .product-single p {
	font-size: 15px;
	font-weight: 500;
	color: #252525;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 70px
}

.recommended-products .product-single h6 {
	font-size: 17px;
	font-weight: 700;
	color: #111;
	margin-top: 10px
}

.above-menu-lb-links .lb-overlay {
	width: 0;
	height: 0;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	padding: 0;
	text-align: center
}

.lb-overlay:target {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	padding-top: 34px;
	box-sizing: border-box;
	padding-bottom: 60px;
	z-index: 99;
	padding-left: 34px;
	padding-right: 34px
}

.lb-overlay::-webkit-scrollbar {
	width: 0;
	background: 0 0
}

.lb-overlay::-webkit-scrollbar-thumb {
	background: red
}

.above-menu-lb-links .lb-content {
	width: 100%;
	max-width: 1056px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding-left: 29px;
	padding-right: 29px;
	border-radius: 6px;
	position: relative;
	box-shadow: 1px 5px 9px 1px rgba(0, 0, 0, .75);
	padding-top: 18px;
	box-sizing: border-box;
	padding-bottom: 30px;
	max-height: 90vh;
	overflow-y: auto;
	scrollbar-width: none
}

.above-menu-lb-links .lb-content {
	top: 5%
}

.above-menu-lb-links .bottombtn img {
	position: relative;
	top: 26px;
	margin: 20px 0
}

.above-menu-lb-links .lb-content img {
	padding: 0 !important;
	display: inline-block
}

.above-menu-lb-links .product-single .lb-content {
	top: 56%
}

.above-menu-lb-links .lb-overlay:target .lb-content {
	animation: fadeInScale .8s ease-in-out
}

@keyframes fadeInScale {
	0% {
		transform: scale(.5);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.above-menu-lb-links .lb-content-inner {
	overflow: hidden
}

.above-menu-lb-links .lb-content h1 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	color: #101010;
	text-transform: uppercase;
	border-bottom: 4px solid #287bbc;
	text-align: left;
	padding-bottom: 3px;
	margin-bottom: 22px
}

.above-menu-lb-links .lb-content .about-lb-img {
	float: left;
	width: 30.5%
}

.above-menu-lb-links .lb-content .about-text {
	float: left;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	max-height: 350px;
	overflow-y: hidden
}

.about-text p a {
	color: #06f !important
}

.above-menu-lb-links .lb-content h6 {
	font-size: 20px !important;
	font-weight: 700;
	color: #000 !important;
	border-bottom: 3px solid #494949;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 6px
}

.above-menu-lb-links .lb-content p {
	font-size: 14px !important;
	line-height: 20px;
	font-weight: 400 !important;
	color: #000 !important;
	margin-bottom: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left;
	padding-top: 15px !important
}

.above-menu-lb-links .lb-content p strong {
	font-weight: 700
}

.above-menu-lb-links .lb-close {
	position: absolute;
	top: -30px;
	right: -27px;
	z-index: 10000
}

header {
	width: 100%;
	float: left
}

.logo {
	float: left;
	margin-top: 20px;
	position: relative;
	z-index: 9
}

nav {
	clear: both;
	width: 100%;
	background: #494949;
	margin-top: 7px;
	float: left;
	position: relative;
	font-family: Roboto, sans-serif
}

.nav-container {
	display: flex;
	justify-content: center
}

nav input[type=checkbox] {
	display: none
}

header .above-menu-lb-links {
	list-style-type: none;
	display: block;
	width: 500px;
	float: right;
	clear: both;
	text-align: right;
	margin-top: -17px
}

header .above-menu-lb-links li {
	padding: 0 5px;
	display: inline-block
}

header .above-menu-lb-links li a {
	color: #000;
	font-size: 14px
}

nav .menu {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0
}

nav .menu li {
	display: inline-block;
	padding: 0 10px
}

nav .menu li a {
	font-size: 17px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	display: block;
	text-align: center;
	transition: all .4s;
	padding-left: 4px;
	padding-right: 4px;
	height: 49px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative
}

nav .sub-menu {
	width: 310px;
	position: absolute;
	background: #e0e0e0;
	border: 1px solid #000;
	display: none;
	margin: -1 0 0 -10px;
	z-index: 1000
}

nav ul.menu li a:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 4px);
	right: calc(50% - 2px);
	border-color: #f47920;
	border-top: 7px solid transparent;
	border-bottom: 7px solid #f47920;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}

nav ul.menu li .sub-menu ul li a:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 4px);
	right: calc(50% - 2px);
	border-color: #f47920;
	border-top: 0 solid transparent;
	border-bottom: 0 solid #f47920;
	border-right: 0 solid transparent;
	border-left: 0 solid transparent
}

nav .menu li:hover .sub-menu {
	display: block
}

nav .sub-menu .sub-menu-container {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-top: 10px
}

nav .sub-menu ul {
	list-style: none
}

nav .sub-menu ul li {
	display: inline-block;
	clear: both;
	width: 245px;
	border-bottom: 1px solid #fff;
	padding-left: 0
}

nav .sub-menu ul li a {
	font-size: 17px;
	font-weight: 500;
	color: #000 !important;
	text-transform: uppercase;
	text-align: left;
	transition: all .4s;
	height: 35px;
	position: relative;
	float: left
}

nav .sub-menu ul li:last-child {
	border-bottom: none
}

.sub-menu-container .lev2 {
	padding: 0 23px
}

nav .menu li a:hover {
	color: #ff9401 !important
}

.gallery-container {
	width: 100%;
	float: left
}

.gallery {
	position: relative;
	width: 48%;
	float: left;
	padding-top: 21px
}

.white-box {
	width: 100%;
	max-width: 523px;
	height: 523px;
	float: left
}

.thumbnails {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 18px
}

.thumbnails input[type=radio] {
	display: none
}

.thumbnails label {
	display: inline-block;
	width: 76px;
	height: 76px;
	position: relative;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	margin: 10px 4px 0;
	background: #fff
}

.thumbnails label:last-child {
	margin-right: 0
}

.thumbnails label:hover {
	border: 1px solid #a9a9a9
}

.thumbnails .item-container img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: auto;
	max-height: 74px;
	width: auto;
	max-width: 75px
}

.g-img-con {
	border: 1px solid #d3d3d3;
	background: #fff;
	width: 523px;
	height: 523px;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 15px;
	left: 0;
	box-sizing: border-box
}

.gallery-content {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 557px;
	height: 522px;
	max-height: 522px;
	-webkit-animation: cssAnimation .7661s 1 ease-in-out;
	-moz-animation: cssAnimation .7661s 1 ease-in-out;
	-o-animation: cssAnimation .7661s 1 ease-in-out;
	overflow: hidden;
	z-index: 1
}

#image10:checked~.g-img-con #gallery-content-10,
#image11:checked~.g-img-con #gallery-content-11,
#image12:checked~.g-img-con #gallery-content-12,
#image1:checked~.g-img-con #gallery-content-1,
#image2:checked~.g-img-con #gallery-content-2,
#image3:checked~.g-img-con #gallery-content-3,
#image4:checked~.g-img-con #gallery-content-4,
#image5:checked~.g-img-con #gallery-content-5,
#image6:checked~.g-img-con #gallery-content-6,
#image7:checked~.g-img-con #gallery-content-7,
#image8:checked~.g-img-con #gallery-content-8,
#image9:checked~.g-img-con #gallery-content-9 {
	display: block;
	-webkit-animation: cssAnimation .7661s 1 ease-in-out;
	-moz-animation: cssAnimation .7661s 1 ease-in-out;
	-o-animation: cssAnimation .7661s 1 ease-in-out
}

.thumbnails .item-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden
}

.thumbnails .gallery-content img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 520px
}

.zoom-image {
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
	z-index: -1
}

@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: rotate(0) scale(.48) skew(-180deg) translate(0)
	}

	to {
		-webkit-transform: rotate(0) scale(1) skew(-180deg) translate(0)
	}
}

@-moz-keyframes cssAnimation {
	from {
		-moz-transform: rotate(0) scale(.48) skew(-180deg) translate(0)
	}

	to {
		-moz-transform: rotate(0) scale(1) skew(-180deg) translate(0)
	}
}

@-o-keyframes cssAnimation {
	from {
		-o-transform: rotate(0) scale(.48) skew(-180deg) translate(0)
	}

	to {
		-o-transform: rotate(0) scale(1) skew(-180deg) translate(0)
	}
}

.heropoints {
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
	padding: 15px 0;
	text-align: left;
	margin-top: 30px
}

.heropoints ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 18px;
	font-weight: 400;
	color: #000
}

.heropoints ul li img {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 12px
}

.gallery-detail {
	width: 100%;
	max-width: 580px;
	float: right;
	margin-top: 24px;
	padding-left: 15px;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	color: #111
}

.gallery-detail h1 {
	font-size: 24px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0
}

.gallery-detail h5 {
	font-size: 14px;
	font-weight: 200;
	color: #000;
	padding: 10px 0
}

.gallery-detail .price {
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 20px;
	color: #494949
}

.gallery-detail .price span {
	float: right
}

.gallery-detail .description {
	margin-top: 35px;
	color: #000
}

.description h1 {
	font-size: 23px;
	font-weight: 400;
	padding-bottom: 20px
}

.description h2 {
	font-size: 21px;
	font-weight: 400;
	padding-bottom: 20px
}

.description h3 {
	font-size: 19px;
	font-weight: 400;
	padding-bottom: 20px
}

.description h4 {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px
}

.description h5 {
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 20px
}

.description h6 {
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 20px
}

.description p {
	font-size: 15px;
	font-weight: 400;
	padding: 6px 0;
	line-height: 22px
}

.description ul {
	margin-left: 35px
}

.description ul li {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px
}

.price img {
	float: right;
	display: inline-block !important
}

.tabs-container {
	width: 100%;
	float: left;
	clear: both
}

.tabs {
	width: 100%;
	margin: 0 auto;
	max-width: 1150px;
	padding: 50px 0;
	text-align: center
}

.tabs:after {
	content: '';
	display: table;
	clear: both
}

.tabs input[type=radio] {
	display: none
}

.tabs label {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	padding: 16px;
	background: #494949
}

.tabs .tab1,
.tabs .tab2,
.tabs .tab3,
.tabs .tab4,
.tabs .tab5,
.tabs .tab6 {
	width: 220px;
	padding: 13px 5px
}

.tabs [id^=tab]:checked+label {
	z-index: 1;
	background: #e6e6e6;
	color: #494949
}

.tab-content {
	display: none;
	width: 95%;
	float: left;
	text-align: left;
	padding: 30px;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	background: #e6e6e6
}

.tabs-container .content {
	padding-left: 0;
	padding-right: 0
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4,
#tab5:checked~#tab-content5,
#tab6:checked~#tab-content6 {
	display: block
}

.tab-content * {
	-webkit-animation: scale .7s ease-in-out;
	-moz-animation: scale .7s ease-in-out;
	animation: scale .7s ease-in-out
}

.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5 .tab-content h6 {
	color: #111;
	margin: 15px 0;
	letter-spacing: 1px
}

.tab-content h1 {
	font-size: 26px
}

.tab-content h2 {
	font-size: 24px
}

.tab-content h3 {
	font-size: 22px
}

.tab-content h4 {
	font-size: 20px
}

.tab-content h5 {
	font-size: 18px
}

.tab-content h6 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	line-height: 25px;
	margin-bottom: 0;
	letter-spacing: .7px
}

.tab-content p {
	padding: 5px 0;
	line-height: 25px;
	font-size: 15px;
	font-weight: 300;
	color: #111
}

.tab-content p strong {
	display: block
}

.tab-content a {
	color: #06f
}

.tab-content ol,
.tab-content ul {
	margin-left: 30px
}

.tab-content ul li {
	line-height: 25px;
	font-size: 15px;
	font-weight: 300;
	color: #111
}

.tab-content ol ol li {
	list-style-type: lower-alpha
}

.tab-content ol ol ol li {
	list-style-type: lower-roman
}

.tab-content ul {
	padding-bottom: 6px;
	padding-left: 3px
}

.tab-content ul ul li {
	list-style-type: circle
}

.tab-content ul ul ul li {
	list-style-type: square
}

@keyframes scale {
	0% {
		transform: scale(.9);
		opacity: 0
	}

	50% {
		transform: scale(1.01);
		opacity: .5
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.top-menu .lb-overlay,
footer .above-menu-lb-links .lb-overlay {
	width: 0;
	height: 0;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	padding: 0;
	text-align: center
}

.top-menu .lb-overlay:target,
footer .lb-overlay:target {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	padding-top: 34px;
	box-sizing: border-box;
	padding-bottom: 60px;
	z-index: 99;
	padding-left: 34px;
	padding-right: 34px
}

.top-menu .lb-overlay::-webkit-scrollbar,
footer .lb-overlay::-webkit-scrollbar {
	width: 0;
	background: 0 0
}

.top-menu .lb-overlay::-webkit-scrollbar-thumb,
footer .lb-overlay::-webkit-scrollbar-thumb {
	background: red
}

.top-menu .lb-content,
footer .above-menu-lb-links .lb-content {
	width: 100%;
	max-width: 1056px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding-left: 29px;
	padding-right: 29px;
	border-radius: 6px;
	position: relative;
	box-shadow: 1px 5px 9px 1px rgba(0, 0, 0, .75);
	padding-top: 18px;
	box-sizing: border-box;
	padding-bottom: 30px
}

footer .above-menu-lb-links .lb-content {
	top: 67%
}

.top-menu .lb-content {
	top: 10%
}

.top-menu .bottombtn,
footer .above-menu-lb-links .bottombtn {
	width: 60px;
	height: 23px;
	background: #204289;
	clear: both;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
	padding: 10px 30px;
	position: relative;
	top: 20px
}

.top-menu .product-single .lb-content,
footer .above-menu-lb-links .product-single .lb-content {
	top: 56%
}

.top-menu .lb-overlay:target .lb-content,
footer .above-menu-lb-links .lb-overlay:target .lb-content {
	animation: fadeInScale .8s ease-in-out
}

@keyframes fadeInScale {
	0% {
		transform: scale(.5);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.top-menu .lb-content-inner,
footer .above-menu-lb-links .lb-content-inner {
	overflow: hidden
}

.top-menu .lb-content h1,
footer .above-menu-lb-links .lb-content h1 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	color: #101010;
	text-transform: uppercase;
	border-bottom: 4px solid #287bbc;
	text-align: left;
	padding-bottom: 3px;
	margin-bottom: 22px
}

.top-menu .lb-content .about-text,
footer .above-menu-lb-links .lb-content .about-text {
	float: left;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	max-height: 350px;
	min-height: 100px;
	overflow-y: scroll;
	padding: 0 10px
}

.about-text a {
	color: #00509d !important
}

.top-menu .lb-content h6,
footer .above-menu-lb-links .lb-content h6 {
	font-size: 20px !important;
	font-weight: 700;
	color: #000 !important;
	border-bottom: 3px solid #204289;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 6px
}

.top-menu .lb-content h3,
footer .above-menu-lb-links .lb-content h2 {
	font-weight: 400 !important;
	color: #000 !important;
	padding-top: 13px;
	font-size: 24px
}

.top-menu .lb-content h3,
footer .above-menu-lb-links .lb-content h3 {
	font-weight: 400 !important;
	color: #000 !important;
	padding-top: 13px;
	font-size: 22px
}

.top-menu .lb-content h3,
footer .above-menu-lb-links .lb-content h4 {
	font-weight: 400 !important;
	color: #000 !important;
	padding-top: 13px;
	font-size: 20px
}

.top-menu .lb-content h3,
footer .above-menu-lb-links .lb-content h5 {
	font-weight: 400 !important;
	color: #000 !important;
	padding-top: 13px;
	font-size: 18px
}

.top-menu .lb-content p,
footer .above-menu-lb-links .lb-content p {
	font-size: 15px !important;
	line-height: 30px;
	font-weight: 400 !important;
	color: #000 !important;
	margin-bottom: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left;
	padding-top: 15px !important
}

.top-menu .lb-content p strong,
footer .above-menu-lb-links .lb-content p strong {
	font-weight: 700
}

footer .above-menu-lb-links .lb-close {
	position: absolute;
	top: -30px;
	right: -27px;
	z-index: 10000;
	background: #204289;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding: 15px;
	font-size: 32px;
	color: #fff
}

footer {
	background: #e6e6e6;
	clear: both;
	font-family: Montserrat, sans-serif
}

footer .content {
	background: #4440;
	padding: 20px
}

.footerbtm {
	background: #494949;
	color: #2b2b2b;
	font-family: Montserrat, sans-serif
}

.footerbtm .content {
	background: #494949
}

.copyrights-info {
	clear: both;
	padding: 24px 0 0;
	font-size: 13px;
	color: #fff
}

.footer-links h3 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px
}

.copyrights-info span {
	position: relative;
	top: -11px
}

.copyright {
	background: #546670
}

footer .footer-links {
	float: left;
	color: #464646;
	font-weight: 300;
	padding: 30px 10px 0 0
}

.col-lg-3 {
	width: 254px
}

footer .footer-links ul {
	list-style-type: none
}

footer .footer-links ul li a {
	font-size: 14px;
	color: #464646;
	line-height: 28px;
	font-weight: 400;
	transition: all .3s
}

footer .footer-links ul li strong a {
	color: #d4d4d4;
	font-weight: 600
}

footer .customerservicelinks {
	float: left;
	max-width: 303px;
	padding-right: 55px;
	padding: 25px 55px 25px 0
}

footer .customerservicelinks p {
	font-size: 13px;
	color: #464646;
	font-weight: 400;
	line-height: 21px;
	padding: 20px 0
}

.copyrights-info img {
	float: right;
	margin-top: -20px
}

.desktophidden {
	display: none
}

.mobilehidden {
	display: block
}

.footerbreak {
	background: #494949;
	color: #fff;
	padding: 15px 0
}

.footerbreak .content {
	max-width: 61%;
	padding: 5px 0;
	text-align: center
}

.footerbreak .content img {
	display: inline-block
}

@media (max-width:1200px) {
	.gallery-detail {
		max-width: 550px
	}
}

@media (max-width:1100px) {
	.gallery-detail {
		width: 50%
	}

	.g-img-con {
		width: 520px
	}

	.thumbnails label {
		width: 88px;
		height: 88px
	}

	nav {
		display: none
	}

	header .content .logo {
		float: none
	}

	header .content img {
		margin: 0 auto
	}

	.recommended-products,
	footer .footer-top {
		display: none
	}

	.tabs .tab1,
	.tabs .tab2,
	.tabs .tab3,
	.tabs .tab4,
	.tabs .tab5,
	.tabs .tab6 {
		width: 100% !important;
		text-align: center;
		padding: 9px 0;
		border-bottom: 1px solid #fff
	}

	.tab-content {
		display: none;
		width: 94%;
		padding: 3% !important
	}

	header {
		background: #494949
	}

	header .logo {
		float: none
	}

	header img {
		margin: 0 auto
	}

	header .above-menu-lb-links {
		list-style-type: none;
		width: 97%;
		text-align: center;
		padding: 15px;
		margin-top: 2px
	}

	header .above-menu-lb-links li {
		padding: 0 10px;
		display: inline-block
	}

	header .above-menu-lb-links li a {
		color: #fff;
		font-size: 15px
	}

	header .above-menu-lb-links li:first-child {
		display: none
	}

	.copyrights-info img {
		float: none;
		margin: 20px auto 0
	}
}

@media (max-width:1024px) {
	.gallery-detail {
		width: 41%
	}

	nav {
		display: none
	}

	.gallery {
		width: 49%
	}

	.gallery-detail {
		width: 48%
	}

	.thumbnails label {
		width: 76px;
		height: 76px
	}

	header .content .logo {
		float: none
	}

	header .content .logo img {
		margin: 0 auto
	}

	.recommended-products {
		display: none
	}

	footer .footer-top {
		display: none
	}

	.tabs label:after {
		content: ' ';
		padding: 0 !important
	}

	.gallery-detail .description {
		text-align: left
	}

	.mobilehidden {
		display: none
	}

	.desktophidden {
		display: block
	}
}

@media (max-width:980px) {
	.gallery {
		float: none;
		margin-left: auto;
		margin-right: auto
	}

	.thumbnails label {
		margin-left: 4px;
		margin-right: 4px
	}

	.gallery-detail {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		text-align: center
	}

	.gallery-detail h1 br {
		display: none
	}

	.gallery {
		width: 57%;
		border-right: none
	}
}

@media (max-width:900px) {
	.gallery {
		width: 67%
	}
}

@media (max-width:768px) {
	.gallery {
		width: 95%
	}

	.g-img-con {
		width: 100%
	}

	.thumbnails label {
		width: 86px;
		height: 86px;
		margin-left: 10px;
		margin-right: 10px
	}

	.gallery-content {
		max-width: 689px
	}
}

@media (max-width:736px) {
	.trust-info {
		margin-left: 14%;
		width: 36%
	}
}

@media (max-width:667px) {
	.thumbnails label {
		margin-left: 6px;
		margin-right: 3px
	}

	.trust-info {
		width: 100%;
		border-bottom: 1px solid #e8e8e8
	}
}

@media (max-width:578px) {

	.g-img-con,
	.gallery-content {
		width: 100%;
		height: 523px
	}

	.white-box {
		height: 523px
	}

	.thumbnails {
		text-align: center
	}

	.gallery-detail h1 {
		text-align: center
	}

	.gallery-detail .price {
		margin: 0 auto;
		display: block;
		text-align: center
	}
}

@media (max-width:480px) {

	.g-img-con,
	.gallery-content {
		width: 100%;
		height: 282px;
		max-height: 282px
	}

	.white-box {
		height: 267px
	}

	footer .footer-links {
		display: block
	}
}

@media (max-width:414px) {

	.g-img-con,
	.gallery-content {
		width: 100%;
		height: 282px;
		max-height: 282px
	}

	.thumbnails label {
		width: 74px;
		height: 74px
	}

	.gallery-detail h1 {
		font-size: 24px;
		line-height: normal
	}

	.thumbnails .gallery-content img {
		max-height: 270px
	}

	header {
		width: 100%;
		float: left;
		height: 145px
	}

	header .above-menu-lb-links li {
		padding: 5px 10px;
		display: inline-block
	}
}

@media (max-width:320px) {
	header .content .logo img {
		margin: 0 auto;
		width: 70%
	}
}