@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
 @import url('https://fonts.googleapis.com/css?family=Dancing+Script');
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	float: left;
	width: 100%;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul, li {
	display: block;
}
a, li, i, img, button, input, textarea {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	text-decoration: none;
}
input, textarea, select {
	border: 1px #ddd solid;
	padding: 8px 11px;
	background: none;
}
input:focus, textarea:focus {
	border-color: #e60a2e !important;
}
button:hover, a:hover {
	text-decoration: none;
	cursor:pointer;
}
a:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	float: left;
	width: 100%;
}
p {
	float: left;
	width: 100%;
	line-height: 26px;
}
strong {
	font-weight: bold;
}
header, section, footer {
	float: left;
	width: 100%;
}
.red-btn {
	float: left;
	font-size: 14px;
	background: #be1522;
	color: #fff;
	padding: 9px 20px;
	border: none;
	text-transform: uppercase;
}
.red-btn:hover {
	color: #fff;
	background: #664b1f;
}
.red-btn:focus {
	background: #e60a2e;
	color: #fff;
}
/*header*/


.header {
	padding: 20px 0px 23px 0px;
	position:relative;
	background: #efd8ad;
	background: -moz-linear-gradient(left, #efd8ad 0%, #ffffff 50%, #efd8ad 100%);
	background: -webkit-linear-gradient(left, #efd8ad 0%, #ffffff 50%, #efd8ad 100%);
	background: linear-gradient(to right, #efd8ad 0%, #ffffff 50%, #efd8ad 100%);
}
.header::before {
	content: "";
	float: left;
	width: 100%;
	height: 16px;
	background-image: url(../img/pat.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	top: 0;
}
.header .row {
	justify-content: center;
	align-items: center;
	align-content: center;
}
.h-right {
	float: right;
}
.h-right li {
	float: left;
	display: inline-block;
	margin-left: 24px;
}
.h-right li a {
	float: left;
}
.h-right li a:hover {
	color: #664b1f;
}
.menus {
	background:#805a1c;
}
.login .dropdown-menu {
	min-width: 9.26rem;
	left: -20px;
}
.login .dropdown-item:hover, .dropdown-item:focus {
	color: #fff !important;
}
.cart .dropdown-menu {
	right: 0px;
	left: auto;
	min-width: 23rem;
}
.cart .dropdown-menu ol {
	float:left;
	width:100%;
	padding:0px 20px;
	font-size: 14px;
}
.cart .dropdown-menu ol li {
	float: left;
	width: 100%;
	margin-left: 0px !important;
	margin-top: 15px;
}
.cart .dropdown-menu ol li:first-child {
	margin-top:5px;
}
.cart .dropdown-menu ol li:last-child {
	margin-bottom:10px;
	margin-top:12px;
}
.cart .dropdown-menu ol li span {
	float:left;
	width: 31%;
}
.cart .dropdown-menu ol li span:first-child {
	margin-right:2%
}
.cart .dropdown-menu ol li span:last-child {
	width:62%;
}
.cart .dropdown-menu ol li span a {
	float:left;
	width:100%;
	color:#111;
}
.cart .dropdown-menu ol li span a img {
	float: left;
	max-height: 100px;
	display: table;
	margin: 0 auto;
	border: 3px #333 solid;
}
.cart .dropdown-menu ol li span strong {
	font-size: 20px;
	color: #be1522;
	margin-top: 4px;
	float: left;
	width: 100%;
	font-weight:normal;
}
.cart .c-times {
	font-size: 30px;
	line-height: 22px;
	width: auto !important;
}
.cart .dropdown-menu ol li p {
	float: left;
	width: 100%;
	border-top: 1px #ccc solid;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 12px;
	margin-bottom: 0px;
}
.cart .dropdown-menu ol li p b {
	float: right;
	font-size: 20px;
	color: #be1522;
	font-weight:normal;
}
.cart .dropdown-menu ol li:last-child a {
	float:left;
	width:100%;
	padding: 9px 14px;
	text-transform: uppercase;
	color: #fff;
	text-align:center;
	font-size:15px;
}
.cart .dropdown-menu::before {
	left: auto;
	right:26px;
}
.header .dropdown-toggle::after {
	display:none;
}
.h-i-btn {
	font-size:22px;
	color: #be1522;
}
.h-i-btn span {
	font-size:17px;
}
.h-t-frm form {
	float: left;
	width: 100%;
	position: relative;
}
.h-t-frm form input {
	background: #fff;
	border: none;
	width: 150px;
	opacity:0;
}
.h-t-frm form button {
	position:absolute;
	background:none;
	border:none;
	font-size: 22px;
	color: #be1522;
	right:0;
	top:0;
}
.h-t-frm form:hover input {
	width: 250px;
	opacity:1;
}
/*end*/





/*banner*/


.banner {
	background: #222;
	position:relative;
}
.banner::after {
	content: "";
	position: absolute;
	float: left;
	width: 100%;
	height: 16px;
	background-image: url(../img/pat.png);
	background-repeat: repeat-x;
	background-position: left top;
	bottom: -16px;
}
.b-heading {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-moz-transition: none !important;
}
.b-caption {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
}
/*end*/





/*category*/


.category {
	padding-bottom: 50px;
}
.m-heading {
	float: left;
	width: 100%;
	font-size: 43px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 35px;
	font-family: 'Dancing Script', cursive;
}
.m-heading b {
	color:#be1522;
	font-weight:normal;
}
.m-heading span {
	float: left;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	margin: 2px 0px 12px 0px;
	color: #666;
}
.cat-40 {
	float:left;
	width:47%;
	margin-right:5px;
}
.cat-60 {
	float: left;
	width: 52.5%;
}
.cat {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.cat:hover .cat-txt {
	bottom: 0px;
	opacity:1;
}
.cat:hover img {
	transform: scale(1.1);
	-webkit-filter: grayscale(50%) brightness(90%);
	filter: grayscale(50%) brightness(90%);
}
.cat-txt {
	float: left;
	width: 100%;
	background: rgba(128,90,28,0.88);
	position: absolute;
	z-index:1;
	bottom: -102px;
	opacity:0;
	padding: 17px 25px 18px 25px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.cat-txt h3 {
	float: left;
	width: 80%;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.cat-txt h3 span {
	float:left;
	width:100%;
	font-size:16px;
	text-transform:none;
	margin-top:6px;
	color:#dbba89;
}
.cat .c-i-btn {
	float:left;
	width:100%;
}
.cat-txt .c-t-btn {
	float: right;
	width:auto;
	color: #fff;
	font-size: 21px;
	margin: 16px 0px;
}
.cat-60 .cat {
	width:49.5%;
	margin-right:5px;
	margin-top:5px;
}
.cat-60 .cat:first-child {
	width:100%;
	margin-right:0px;
	margin-top:0px;
}
.cat-60 .cat:last-child {
	margin-right:0px;
	margin-top:5px;
}
.category .red-btn {
	display: table;
	margin: 35px auto 0px auto;
	float: none;
}
/*end*/





/*products*/


.products {
	background-image: url(../img/p-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	/*background-attachment: fixed;*/


	position: relative;
	padding-bottom: 35px;
}
.products::before {
	content: "";
	position: absolute;
	float: left;
	width: 100%;
	height: 16px;
	background-image: url(../img/pat-2.png);
	background-repeat: repeat-x;
	background-position: left top;
	top: -16px;
}
.products::after {
	content: "";
	position: absolute;
	float: left;
	width: 100%;
	height: 16px;
	background-image: url(../img/pat.png);
	background-repeat: repeat-x;
	background-position: left top;
	bottom: -16px;
}
.products .m-heading span {
	color: #e7879c;
	margin-bottom: 0px;
}
.pro-slider {
	float: left;
	width: 100%;
}
.pro-type {
	float:left;
	width:100%;
}
.pro-type:hover {
	cursor:pointer;
}
.pro-type:hover .pro-img ul {
	opacity:1;
	top:40%;
}
.pro-type:hover .pro-img img {
	opacity:0.3;
}
.pro-img {
	float: left;
	width: 100%;
	position: relative;
	padding: 38px 28px 37px 31px;
	background-image: url(../img/frame.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 282px;
	content: "";
	overflow: hidden;
}
.pro-img ul {
	float:left;
	width:100%;
	position:absolute;
	left:0;
	top:10%;
	opacity:0;
	z-index:1;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.pro-img ul li {
	float:left;
	width:100%;
}
.pro-img ul li a {
	display: table;
	margin: 5px auto;
	background: #333;
	color: #fff;
	padding: 5px 12px;
	font-size: 14px;
}
.pro-img ul li a:hover {
	background: #555;
}
.pro-img ul li:first-child a {
	background: #805a1c;
}
.pro-img ul li:first-child a:hover {
	background: #a17224;
}
.pro-img img {
	/*height: 100%;*/
}
.pro-name {
	color: #fff;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 1px;
}
.pro-name:hover {
	color: #e7879c;
}
.pro-type p {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #fff;
	margin-top: 3px;
}
.pro-type p strike {
	font-size: 14px;
	margin-left: 6px;
	color: #e7879c;
}
.pro-slider .owl-nav.disabled {
	display: block !important;
}
/*end*/





/*about*/


.about {
	padding: 80px 0px 30px 0px;
}
.about-wrap {
	float:left;
	width:100%;
}
.about-img {
	float:left;
	width:50%;
}
.about-img a {
	float:left;
	width:100%;
}
.about-img a img {
	float:left;
	width:100%;
}
.about-txt {
	float: left;
	width: 50%;
	background: #805a1c;
	color: #fff;
	text-align: center;
	min-height: 323px;
	padding: 67px 40px;
}
.about-txt h3 {
	font-size: 27px;
	margin-bottom: 8px;
}
.about-txt p {
	color: #c3a778;
}
.about-txt a {
	float:none;
	display:table;
	margin:0 auto;
}
/*end*/





/*footer*/


.newsletter {
	background-image: url(../img/news-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 38px;
	background-position-y: 0px;
	padding-top: 49px;
}
.news-bg {
	float: left;
	width: 100%;
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	padding: 28px 42px;
}
.news-bg h4 {
	float: left;
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	width: auto;
}
.news-bg h4 i {
	float: left;
	margin-right: 10px;
	color: #664b1f;
	font-size: 39px;
}
.news-bg form {
	float:right;
}
.news-bg form input {
	float: left;
	background: #fff;
	padding: 6px 11px 7px 11px;
	width: 430px;
}
.news-bg form button {
	float:right;
}
.footer {
	background:#664b1f;
	color:#fff;
	padding-bottom:50px;
}
.footer h5 {
	font-family: 'Dancing Script', cursive;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 13px;
}
.footer ul {
	float:left;
	width:100%;
	color:#baa27c;
}
.footer ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.footer ul li a {
	color:#baa27c;
}
.footer ul li a:hover {
	color:#fff;
}
.footer ul li i {
	float: left;
	margin-right: 6px;
	margin-top: 5px;
	width: 6%;
	text-align: center;
	color:#fff;
}
.footer ul li span {
	float: left;
	width: 90%;
}
.footer ol {
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.footer ol li {
	float:left;
	display:inline-block;
	margin-right:4px;
}
.footer ol li a {
	float: left;
	color: #fff;
	background: #87642b;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 6px;
}
.footer form {
	float: left;
	width: 100%;
}
.footer form input, .footer form textarea {
	float: left;
	width: 100%;
	background:#7e5e2b;
	border:none;
	color: #d6c19f;
	margin-bottom: 7px;
}
 .footer form input::placeholder, .footer form textarea::placeholder {
 color: #d6c19f;
}
.footer form button:hover {
	background: #d11d2b;
}
.copy {
	background: #7e5e2b;
	padding: 18px 0px;
	font-size: 14px;
	color: #baa27c;
}
.copy p {
	margin:0px;
	line-height:31px;
}
.copy img {
	float:right;
}
/*end*/





/*inner-page*/


.i-banner {
	background-image: url(../img/i-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding: 50px 0px;
}
.banner::after {
	content: "";
	position: absolute;
	float: left;
	width: 100%;
	height: 16px;
	background-image: url(../img/pat.png);
	background-repeat: repeat-x;
	background-position: left top;
	bottom: -16px;
}
.i-banner h1 {
	font-family: 'Dancing Script', cursive;
	font-size: 43px;
	text-align:center;
}
.i-banner h1 span {
	color: #be1522;
}
.inner-page {
	padding-bottom: 20px;
	padding-top: 30px;
}
.i-heading {
	float: left;
	width: 100%;
	font-size: 22px;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
	color: #805a1c;
}
.c-form {
	float: left;
	width: 100%;
}
.c-form input, .c-form textarea, .c-form select {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.c-form label {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.c-form label a:hover {
	color:#333;
	text-decoration:underline;
}
.c-form label input {
	width: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 9px;
}
.c-icons {
	float: left;
	width: 100%;
	margin-bottom:25px;
}
.c-icons li {
	float: left;
	width: 100%;
	margin-bottom:12px;
}
.c-icons li i {
	float: left;
	width: 28px;
	color: #fff;
	margin-top: 0px;
	text-align: center;
	background: #be1522;
	height: 28px;
	padding-top: 6px;
}
.c-icons li span {
	float: left;
	width: 83%;
	margin-left: 10px;
}
.g-map {
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:10px;
}
.login-txt {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 15px 17px 17px 17px;
	margin-top: 30px;
}
.login-txt {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 15px 17px 17px 17px;
	margin-top: 30px;
}
.login-txt ul {
	float: left;
	width: 100%;
}
.login-txt ul li {
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.login-txt ul li i {
	float: left;
	color: #be1522;
	margin-right: 5px;
	margin-top: 5px;
}
.login-txt ul li span {
	float: left;
	width: 90%;
}
/*end*/





/*checkout*/


.c-l-btns {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.c-l-btns li {
	float:left;
	margin-right:15px;
}
.c-heading {
	float: left;
	width: 100%;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 17px;
	text-transform: uppercase;
}
.c-heading span {
	color: #fff;
	background: #be1522;
	float: left;
	font-size: 15px;
	padding: 3px 5px 5px 5px;
	height: 24px;
	width: 24px !important;
	text-align: center;
	margin-right: 7px;
	margin-top: 3px;
}
.checkout-frm {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.checkout-frm input, .checkout-frm select, .checkout-frm textarea {
	float: left;
	width: 100%;
	padding: 7px 14px;
	margin-bottom: 7px;
}
.checkout-frm label {
	float: left;
	width: 100%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	position:relative;
}
.checkout-frm label button {
	background: #333;
	color: #fff;
	border: none;
	padding: 8px 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.checkout-frm label .c-apply {
	font-size: 12px;
	margin-bottom: 5px;
	color: #21a051;
}
.checkout-frm .c-f-span {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.checkout-frm .c-f-span label {
	margin-bottom: 2px;
	cursor:pointer;
}
.checkout-frm input[type="radio"] {
	width: auto;
	margin-right: 8px;
	margin-top: 5px;
}
.checkout-frm input[type="checkbox"] {
	width: auto;
	margin-right: 8px;
	margin-top: 5px;
}
.checkout-frm .c-submit {
	color: #fff;
	float: left;
	font-size: 16px;
	padding: 9px 5px;
	width: 100%;
	text-transform: uppercase;
	margin-top: 5px;
}
.c-f-table {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.c-f-table li {
	float: left;
	width: 100%;
	margin-left: 0px !important;
	margin-top: 19px;
}
.c-f-table li:first-child {
	margin-top:5px;
}
.c-f-table li span {
	float:left;
}
.c-f-table li span:first-child {
	width: 28%;
	margin-right: 2%;
}
.c-f-table li span a {
	float:left;
	width:100%;
	color:#111;
}
.c-f-table li span a img {
	float: none;
	max-height: 80px;
	display: table;
	margin: 0 auto;
	border: 3px #333 solid;
}
.c-f-table li span strong {
	font-size: 18px;
	color: #be1522;
	margin-top: 4px;
	float: left;
	width: 100%;
	font-weight: normal;
}
.c-f-table .c-times {
	font-size: 30px;
	line-height: 22px;
	width: auto !important;
}
.c-f-table li p {
	float: left;
	width: 100%;
	border-top: 1px #ccc solid;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 1px;
	margin-bottom: 4px;
}
.c-f-table li p b {
	float: right;
	font-size: 18px;
	color: #be1522;
	font-weight: normal;
}
.c-f-table li p b.dis {
	color: #21a051;
}
/*end*/





/*panel*/


.dash-sidebar {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.dash-sidebar li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 1px;
}
.dash-sidebar li i {
	margin-right: 2px;
	width: 17px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.dash-sidebar li a {
	background: #f0f0f0;
	color: #222;
	width: 100%;
	float: left;
	padding: 8px 15px;
}
.dash-sidebar li a:hover i {
	color: #be1522;
}
.dash-sidebar .active a {
	background: #be1522;
	color: #fff;
	position: relative;
}
.dash-sidebar .active a:hover i {
	margin-right: 5px;
	color: #fff;
}
.dash-sidebar .active::after {
	position: absolute;
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid #be1522;
}
.panel-frm label {
	float:left;
	width:100%;
}
.panel-frm label input {
	width: auto;
	margin-bottom: 0px;
	margin-top: 6px;
	margin-right: 10px;
}
.res-table {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 15px;
}
.res-table table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
.res-table table tr {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}
.res-table table th, .res-table table td {
	padding: .625em;
	text-align: center;
}
.res-table table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.res-table table a {
	padding: 5px 17px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.go-back {
	padding: 6px 17px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	margin: 10px 0px;
}
.contact-frm {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.contact-frm input:nth-child(2n+1) {
	clear:both;
}
.contact-frm input, .contact-frm select {
	float: left;
	width: 47%;
	margin-right: 15px;
	margin-bottom: 11px;
	padding: 7px 14px;
}
.c-f-100 input, .c-f-100 select .c-f-100 textarea {
	width: 100%;
}
.contact-frm textarea {
	float: left;
	width: 98%;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 9px 22px;
}
.contact-frm button {
	padding: 7px 21px;
	text-transform: uppercase;
	color: #fff;
}
.contact-frm label {
	font-weight:normal;
}
.i-p {
	margin-bottom:5px;
}
/*end*/





/*products*/


.pro-grid {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-top: 22px;
}
.pro-grid-2 {
	grid-template-columns: repeat(4, 1fr);
}
.pro-grid .pro-type {
	border: 2px #c29347 solid;
	padding: 8px;
	text-align: center;
}
.pro-grid .pro-type:hover {
	border-color:#be1522;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.pro-grid .pro-type:hover .pro-img {
	border: 1px #999 solid;
}
.pro-grid .pro-img {
	float: left;
	width: 100%;
	background-image: none;
	padding: 0px;
	border: 1px #c29347 solid;
	min-height:inherit;
}
.pro-grid .pro-name {
	color: #222;
	font-size: 16px;
	margin-top: 10px;
	padding: 0px 12px;
}
.pro-grid .pro-type p {
	font-size: 22px;
	color: #be1522;
	margin-top: 6px;
	padding: 0px 12px;
	margin-bottom: 9px;
}
.pro-grid .pro-type p strike {
	color: #8d8d8d;
}
.pro-code {
	float: left;
	width: 100%;
	border-top: 1px #d8d8d8 solid;
	border-bottom: 1px #d8d8d8 solid;
	margin: 8px 0px 2px 0px;
	padding: 3px 0px;
}
.pro-filter {
	float: left;
	width: 100%;
	border-top: 1px #e4e4e4 solid;
	padding-top: 22px;
	padding-bottom: 24px;
	margin-top: 8px;
}
.pro-filter label {
	float: left;
	margin-bottom: 0px;
	margin-right:16px;
}
.pro-filter select {
	padding: 7px 14px 7px 9px;
}
.pro-filter button {
	background: #be1522;
	color: #fff;
	border: none;
	padding: 5px 12px;
}
.pro-filter button:hover {
	background: #664b1f;
}
.pro-pagi {
	float: left;
	width: 100%;
	margin-top: 35px;
	padding-top: 15px;
	margin-bottom: 13px;
}
.pro-pagi ul {
	display:table;
	margin:0 auto;
}
.pro-pagi ul li {
	float: left;
	margin: 0 3px;
}
.pro-pagi ul li.active a {
	border: 1px #be1522 solid;
	color: #fff;
	background:#be1522;
}
.pro-pagi ul li.active a:hover {
	border: 1px #be1522 solid;
}
.pro-pagi ul li a {
	float: left;
	border: 1px #d8d8d8 solid;
	padding: 4px 10px;
	color: #222;
}
.pro-pagi ul li a:hover {
	border: 1px #999 solid;
}
/*end*/





/*details*/


.pro-s-thumb {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.pro-s-ul {
	float: left;
	width: 18%;
	margin-right: 3%;
}
.pro-s-ul li {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.pro-s-ul li a {
	float:left;
	width:100%;
	border: 1px #e4e4e4 solid;
	padding:5px;
}
.pro-s-thumb a {
	transition:none;
}
.pro-s-thumb a:hover {
	border-color: #be1522;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.pro-s-main {
	float: left;
	width: 77%;
}
.pro-s-main a {
	float:left;
	width:100%;
	border: 1px #e4e4e4 solid;
	padding:5px;
}
.pro-details {
	float:left;
	width:100%;
}
.pro-details h3 {
	float: left;
	width: 100%;
	font-size: 23px;
	margin-bottom: 0px;
	text-transform: uppercase;
	margin-top: 17px;
	padding-bottom: 11px;
}
.pro-details h3 span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}
.pro-d-table {
	float: left;
	width: 100%;
	margin-top: 6px;
	padding: 0px;
}
.pro-d-table li {
	float:left;
	width:100%;
	border:1px #e1e1e1 solid;
	margin-top:-1px;
}
.pro-d-table li b {
	float:left;
	border-right:1px #e1e1e1 solid;
	padding:5px 12px;
	width:42%;
	font-weight:700;
}
.pro-d-table li span {
	padding:5px 12px;
	float:left;
	width:58%;
}
.pro-price {
	float: left;
	width: 100%;
	font-size: 31px;
	margin-top: 18px;
}
.pro-price span {
	font-size: 13px;
	color: #fff;
	background: #519b2e;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px 8px;
}
.pro-qty {
	float:left;
}
.pro-qty a {
	float: left;
	color: #fff;
	background: #CBCBCB;
	padding: 9px 14px 8px 13px;
	border-radius: 0px;
	font-size: 15px;
}
.pro-qty input {
	width: 40px;
	line-height: 21px;
	float: left;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	border: solid 1px #d3d3d3;
	border-left: none;
	border-right: none;
}
.pro-qty input:focus {
	box-shadow:none;
	border: solid 1px #d3d3d3;
}
.pro-d-btns {
	float: left;
	width: 100%;
	margin-bottom: 23px;
	margin-top: 5px;
}
.pro-d-btns .red-btn {
	margin-left: 14px;
}
.pro-d-btns li {
	float:left;
}
.pro-d-btns li .red-btn:hover {
	background: #d42835;
}
.pro-d-btns li:last-child a {
	background: #664b1f;
}
.pro-d-btns li:last-child a:hover {
	background: #88652c;
}
.p-d-tabber {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.p-d-tabber ul {
	float:left;
	width:100%;
}
.p-d-tabber ul li {
	float:left;
	text-align:center;
	transition: none;
}
.p-d-tabber ul li a.active {
	background: #be1522;
	color: #fff;
}
.p-d-tabber .nav-tabs {
	border-bottom: 2px solid #dee2e6;
}
.p-d-tabber ul li a {
	color: #222;
	float: left;
	width: auto;
	transition: none;
	padding: 7px 20px 9px 20px;
	background: #e7e7e7;
	margin-right: 2px;
}
.p-d-tabber ul li.active {
	color:#111;
}
.p-d-tabber .tab-content {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.p-d-tabber .tab-pane {
	float:left;
	width:100%;
}
.p-d-tabber p {
	float:left;
	width:100%;
}
.news {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.news-type {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 20px 20px 30px 25px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin-bottom: 27px;
}
.news-type p {
	margin-bottom:0px;
}
.news-type p strong {
	float:left;
	width:100%;
}
.news-type ul {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.news-type ul li {
	float:left;
	width:15%;
	margin-right:10px;
	border: 1px #ccc solid;
	padding: 3px;
}
.test-grid {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin-top: 17px;
}
.test-slider {
	float:left;
	width:100%;
	margin-top:10px;
}
.test-types {
	float: left;
	width: 100%;
	text-align: left;
	background: #f1f1f1;
	padding: 7px 27px 12px 27px;
}
.test-types h3 {
	float: left;
	width: 100%;
	font-size: 20px;
	margin: 16px 0px 18px 0px;
}
.test-types h3 span {
	display:block;
	font-size:16px;
	color: #b89b5f;
}
.test-types p i {
	color: #b89b5f;
	margin: 0px 7px;
}
.about-gallery {
	float: left;
	width: 100%;
}
.about-gallery li {
	float: left;
	width: 30%;
	margin:10px 15px;
}
.about-gallery li a {
	float: left;
	width: 100%;
	border: 1px #e4e4e4 solid;
	padding: 5px;
}
.about-gallery li a:hover {
	border-color: #be1522;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.g-recaptcha {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
/*end*/
