@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Concert+One');
@import url('https://fonts.googleapis.com/css?family=Finger+Paint');


/*webkit scroll bar*/  

::-webkit-scrollbar {
    width: 6px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0); 
}
::-moz-scrollbar {
    width: 6px;
}


::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


::-moz-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-moz-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0); 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 999999999;
	height: 100%;
}
#status
{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
 	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.svg) center center no-repeat;
}
body
{
	width:auto;
	margin:0;
	border:0;
	/*font-family: 'Droid Serif', serif;*/
    font-family: 'Oswald', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
	color: #000;
    line-height: 24px;
    font-size: 17px;
    text-align: justify;
    margin: 15px 0;
    font-weight: 300;
    letter-spacing: 1px;
}
p strong
{
	color:#076bdd;
	font-weight:bold;
}
p span
{
	color:#0072bc;
}
a, span, strong, nav
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
} 
a
{
	color:#652f90;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
table
{ 
	color: #000;
    line-height: 24px;
    font-size: 16px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	border:solid 1px #F2F2F2;
}
td
{
	padding:8px 15px;
	border:solid 1px #F2F2F2;
}
td.h3
{ 
	color:#fff;
	background:#f86b26;
	margin:0;
	text-transform:uppercase;
	font-size:18px;
	padding:12px 15px;
}
ul.list
{
	padding:0;
	margin:0;
	list-style:none;
} 
ul.list li
{
    margin-left: 30px;
    line-height: 28px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27;
	margin:15px 0;
	font-weight:400;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	
}
.footer
{
	background:#f2f2f2;
}
.header-home
{
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
}
.header-home h1
{
	position:relative;
	width:330px;
	height:60px;
	margin:30px auto;
	display:inline-block;
}
.header-top
{
    text-align: center;
    background: #fff;
}
.header-top h1
{
	position:relative;
	width:330px;
	height:60px;
	margin:30px auto;
	display:inline-block;
}
.isStuck
{
	z-index:9999; 
}
.isStuck .navbar
{
    background: #2b2b2b;
}
.isStuck .navbar h1
{
	display:block;
	width:auto;
	height:auto;
	margin:10px 0 10px 30px;
}
.isStuck .navbar h1 img
{
    height: 45px;
}
.isStuck .header-home h1
{
	display:none;
}
.isStuck .nav
{
	float:right;
}
.isStuck #cssmenu
{
	margin-right:18px;
}
.isStuck #cssmenu > ul > li
{
    margin: 0 13px;
}
.isStuck #cssmenu > ul > li > a
{
	padding:25px 0;
	color:#888888;
}
.isStuck #cssmenu > ul > li:hover > ul
{
	top: 65px;
}
.navbar
{
}
.navbar h1
{
	display:none;
}
.banner
{
	position:relative;
}
.banner-heading
{
	position:relative;
    text-align: center;
}
.banner-heading-inner
{
	width: 100%;
    position: absolute;
    top: 0;
}
.banner-heading-inner h2
{
    color: #fff;
    margin: 50px 0 0 0;
    font-size: 3.5vw;
    font-weight: 200;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.banner-heading-inner span
{
	color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}
.banner-heading-inner h2:after
{
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:75%;
	height:1px;
	display:none;
	background:#fff;
}
.banner-about
{
	position: relative;
    text-align: center;
}
.banner-about-text
{
	width: 100%;
    position: absolute;
    top: 0;
}
.banner-about-text h2
{
	color: #fff;
    margin: 34px 0 0 0;
    font-size: 3.5vw;
    font-weight: 200;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.banner-about-text span
{
	color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}
.banner-about-text h2:after
{
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:75%;
	height:1px;
	background:#fff;
}
.section-home
{
	margin:50px;
	padding:50px;
	position:relative;
	background:url(../images/section-text-bg.jpg) center center no-repeat;
	background-size:cover;
}
.section-home-img
{
	position:absolute;
	right:-50px;
	bottom:-50px;
}
.section-home-imgtwo
{
	position:absolute;
	left:-50px;
	top:-50px;
}
.section-home-text
{
    width: 42%;
	padding:4% 0px 6% 0;
}
.section-home-text h2
{
	color: #fff;
    font-size: 3vw;
    font-weight: 200;
    margin: 0;
    line-height: 5vw;
	font-family: 'Concert One', cursive;
}
.section-home-text h2 span
{
	color: #000;
    font-size:5vw;
	font-family: 'Finger Paint', cursive;
}
.section-home-text p
{
    font-size:18px;
    font-weight: 400;
    line-height: 28px;
	color:#000;
	text-align:left;
}
.section-home-text a
{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 11px 35px;
    display: inline-block;
    background: linear-gradient(120deg, #77a528, #f29733);
    border-radius: 30px;
    position: relative;
    margin-top: 20px;
}
.section-home-text a:hover
{
    box-shadow: 0px 6px 12px #9f91a4;
	padding:11px 45px 11px 25px;
}
.section-home-text a:after
{
	content: "\f105";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 35px;
    top: 13px;
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-home-text a:hover:after
{
	
    right:25px;
	opacity:1;
}
.new-arrivals
{
	padding:50px;
	background:url(../images/product-bg.png) top center no-repeat;
	position:relative;
}
.new-arrivals h2
{
	background: url(../images/candle-h2.png) left no-repeat;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 3.3vw;
    padding: 30px 0 0 40px;
	font-family: 'Finger Paint', cursive;
}
.new-arrivals-left
{
	width:30%;
	/*position:absolute;
	left:50px;
	height:100%;
	background:url(../images/new-arrival.png) center center no-repeat;
	background-size:cover;*/
}
.new-arrivals-right
{
	width:70%;
	padding-left:30px;
}
.new-arrivals-products
{
	position:relative; 
	overflow:hidden;
}
.new-arrivals-products a
{
	display:block;
	position:relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	text-align:center;
} 
.new-arrivals-products a .text2
{
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
    bottom: 0;
    margin: auto;
	display:table;
	text-align:center;
	box-sizing:border-box;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index:999;
}
.new-arrivals-products a .text2 > div
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.new-arrivals-products a .text2:hover
{
	
}
.new-arrivals-products a .text2 h3
{
	text-transform: uppercase;
    color: #fff;
    margin: 0 0;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    padding: 0 20px;
    font-family: 'Oswald', sans-serif;
}
.new-arrivals-products a:hover .text2 h3
{
	opacity:1;
	-webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px);
}
.new-arrivals-products a .text2 p
{
	width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    margin: auto;
}
.new-arrivals-products a .text2 p:after
{
    content: "\f105";
    color: #000;
    font-size: 14px;
    top: 2px;
    bottom: 0;
    left: 1px;
    display: table;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'FontAwesome';
}
.new-arrivals-products a:hover .text2 p
{
	opacity:1;
	-webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px);
}
.new-arrivals-products a .cover2
{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	background:#000;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index:999;
}
.new-arrivals-products a:hover .cover2
{
	opacity:0.8;
}
.products-bg
{
	
}
.products-bg h2
{
	background: url(../images/candle-h2.png) left no-repeat;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 3.3vw;
    padding: 30px 0 0 40px;
    margin-left: 50px;
	font-family: 'Finger Paint', cursive;
}
.products
{
	position:relative;
	border:solid 3px #fff;
}
.products ul
{
	margin:0; padding:0; list-style:none;
}
.products ul li
{
	float:left;
	list-style:none;
	width:33.333333%;
	box-sizing:border-box;
	border:solid 3px #fff;
}
.products ul li a
{
	display:block;
	position:relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	text-align:center;
	overflow:hidden;
}
.products ul li a img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.products ul li a:hover img
{
	-webkit-transform:scale(1);
	-ms-transform:scale();
	transform:scale(1);
}
.products ul li a .text
{
	position:absolute;
	width:100%;
	height:100%;
	top:42%;
    bottom:50%;
	box-sizing:border-box;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index:999;
	
}
.products ul li a:hover .text
{
	top:34%;
}
.products ul li a .text h3
{
	text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}
.products ul li a .text h3:after
{
	width:40px;
	position:absolute;
	height:2px;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	content:" ";
	background:#fff;
	margin:auto;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.products ul li a:hover .text h3:after
{
	bottom:10px;
	opacity:1;
}
.products ul li a .text p
{
	text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    margin: auto;
    width: 96px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.products ul li a:hover .text p
{
	opacity:1;
	-webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px);
}
.products ul li a .border
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border:solid 2px #fff;
	opacity:0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index:999;
}
.products ul li a:hover .border
{
	
	margin:20px;
	opacity:0.4;
}
.products ul li a .cover
{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.2;
	background:#000;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index:999;
}
.products ul li a:hover .cover
{
	opacity:0.6;
}
.footer_marg
{
	/*width:1200px; margin:auto;*/ padding-top:50px; padding-bottom:50px; text-align:center;
}
.foot
{
	padding:0 50px;
}
.foot p
{
	color: #000;
    font-size:15px;
    margin: 0;
    font-weight: 400;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}
.foot h3
{
	color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 6px 0;
    font-weight:600;
	font-family: 'Oswald', sans-serif;
}
.foot h4
{
	background:#fff; margin:0 0 3px 0; padding:10px 20px; box-shadow:0px 0px 6px #000; 
}
.foot a
{
	color:#678d31;
}
.foot a:hover
{
	color:#000;
}
.foot strong
{
	color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.foot_list
{
	margin:30px 0;
}
.foot_list ul
{
	padding:0; margin:0; list-style:none; display:inline;
}
.foot_list ul li
{
	
}
.foot_list ul li a
{
	color: #fff;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
}
.foot_list ul li a:hover
{
	text-decoration:underline;
}
.social-icon-footer
{
	margin-bottom:20px;
}
.social-icon-footer a
{
	color: #000;
    width: 36px;
    padding: 8px 8px;
    font-size: 20px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    background: #fff;
    border-radius: 50%;
}
.social-icon-footer a:hover
{
	color: #fff;
    background: #000;
}
.about
{
	padding:35px 200px;
	background:url(../images/line.png) bottom center no-repeat;
}
.about p strong
{
    color: #ed670e;
    font-size: 26px;
    font-weight: 200;
}
.about-left
{
    width: 54%;
}
.about-right
{
	padding-top:15px;
    width: 45%;
}
.contact
{
	position: relative;
    padding: 50px;
}
.contact-text
{
    padding: 0 0 50px 0;
}
.contact-text h3
{
    color: #1e2122;
    font-size:28px;
	margin:0;
    text-align: center;
}
.contact-text h4
{
    color: #1e2122;
    font-size:28px;
    margin: 15px 0 0 0;
    text-align: center;
}
.contact-text a
{
	color:#000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
	position:relative;
	display:inline-block;
}
.contact-text a:hover
{
	color:#688233;
}
.contact-text a:after
{
	position:absolute;
	bottom:0;
	left:0%;
	content:" ";
	width:100%;
	height:1px;
	background:#000;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s; 
}
.contact-text a:hover:after
{
	width:0;
	left:50%;
}
.contact-text p
{
    margin-bottom:0;
    text-align: center;
}
.contact-text p strong
{
    font-weight:300;
	color:#eb2725;
}
.contact-inner
{
    position:relative;
}
.contact-left
{
	width:50%;
	padding:0 25px 0 0 ;
}
.contact-left p
{
	margin-top: 0;
    text-align: left;
    font-size: 16px;
    color: #6c8f36;
}
.contact-center
{
	width:30%;
	padding:40px 50px;
}
.contact-center h3
{
	font-size:1.5em; margin-top:0;
}
.contact-center h4
{
	text-transform:uppercase; 
}
.contact-center p
{
	
}
.contact-right
{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 0 0 25px;
    box-sizing: border-box;
}
.contact-right h3
{
	color:#1e2122; font-size:1.5em; 
}
.contact-right p
{
	margin-bottom:12px;
	margin-top:10px;
}
.contact-right i
{
	color: #fff;
    border-radius: 50%;
    width: 33px;
    padding: 11px 10px;
    font-size: 11px;
    margin: 0 6px 0 0;
    text-align: center;
    text-decoration: none;
    background: #fd1f7d;
}
.contact-form
{
	
}
.contact-form span
{
	color:#F00;
}
.contact label
{
    color: #000;
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
    letter-spacing: 0.5px;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number] {
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
}

.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=number]:focus {
    border:solid 1px #333;
}
.contact input[type=file] {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea {
   padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
}
.contact textarea:focus {
	border:solid 1px #333;
}
.select {
	padding: 13px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
	cursor:pointer;
}
.select:focus {
    border:solid 1px #333;
}
.contact-button {
	background: #000;
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.contact-button:hover
{
    background: #f9a63d;
}
.contact-left-form, .contact-right-form
{
    width: 48%;
}
.new-arrivals-img
{
	border:solid 15px #fff;
}
.new-arrivals-img ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.new-arrivals-img ul li
{
	float:left;
    list-style: none;
    width: 25%;
	border:solid 15px #fff;
}
.new-arrivals-img ul li h3
{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 6px;
    font-family: 'Oswald', sans-serif;
}
.new-arrivals-img ul li p
{
	color: #333;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.new-arrivals-img ul li span
{
	margin:0;
	position:relative;
	padding-left:12px;
	color:#333;
    font-size: 13px;
}
.new-arrivals-img ul li span:before
{
	position: absolute;
    content: "\f100";
    color: #000;
    font-size: 10px;
    font-family: "Flaticon";
    line-height: 20px;
    top: 1px;
    left: 0;
    font-weight: 800;
}
.new-arrivals-img ul li table
{ 
	color:#333;
    font-size: 13px;
	margin:0;
}
.new-arrivals-img ul li tr
{
	border:none;
}
.new-arrivals-img ul li td
{
	padding:0 10px 0 0;
	border:none;
}
.new-arrivals-img ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
}
.new-arrivals-img ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.new-arrivals-img ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.new-arrivals-img ul li a span
{
    position: absolute;
    display: block;
    background: #000 url(../images/zoom.png) center center no-repeat;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
	z-index:99;
}
.new-arrivals-img ul li a:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.new-arrivals-img ul li a:hover
{
    background: #d83030;
}
.media
{
	padding:0px 100px 50px 100px;
	text-align:center;
}
.media img
{
	
}
.media p
{
	text-align:center;
}
.media h2
{
	color: #000;
    font-size:3vw;
    font-family: 'Finger Paint', cursive;
}
.media h3
{
	color:#f79d40;
    font-size: 2.5vw;
    font-weight: 200;
    margin: 0;
    font-family: 'Concert One', cursive;
}
.media h4
{
	color:#638938;
    font-size:1.6vw;
    font-weight: 200;
    margin: 0;
    font-family: 'Concert One', cursive;
}
.media h4 span
{
	color:#000;
}
.media a
{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	padding:14px 35px;
	display:inline-block;
	background:linear-gradient(120deg, #77a528, #f29733);
	border-radius:30px;
	position:relative;
	margin-bottom:20px;
}
.media a:hover
{
    box-shadow: 0px 6px 12px #9f91a4;
	padding:14px 45px 14px 25px;
}
.media a:after
{
	content: "\f105";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    right: 35px;
    top: 14px;
	opacity:0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.media a:hover:after
{
    right:25px;
	opacity:1;
}
.media-img
{
	border:solid 15px #fff;
	padding:10px 100px;
}
.media-img ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.media-img ul li
{
	float:left;
    list-style: none;
    width: 50%;
	border:solid 15px #fff;
}
.media-img ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
}
.media-img ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.media-img ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.media-img ul li a span
{
    position: absolute;
    display: block;
    background: #000 url(../images/zoom.png) center center no-repeat;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
	z-index:99;
}
.media-img ul li a:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.media-img ul li a:hover
{
    background: #d83030;
}
.product-links
{
	position:relative; 
	overflow:hidden;
	border:solid 15px #fff;
}
.product-links ul
{
	margin:0; padding:0; list-style:none;
}
.product-links ul li
{
	float:left;
	list-style:none;
	width:33.333333%;
	box-sizing:border-box;
	border-color:transparent;
	border:solid 15px #fff;
}
.product-links ul li a
{
	display:block;
	position:relative;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	text-align:center;
} 
.product-links ul li a img
{
	background:#fff;
} 
.product-links ul li a:hover img
{
	
} 
.product-links ul li a .text-product
{
	position:absolute;
	width:100%;
	top: 0;
    bottom: 0;
	text-align:center;
	box-sizing:border-box;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	z-index:999;
}
.product-links ul li a .text-product:hover
{
	
}
.product-links ul li a .text-product h3
{
	text-transform: uppercase;
    color: #fff;
    margin: 0 0;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    /* background: rgba(247, 150, 51, 0.8); */
    padding: 8px 20px;
    font-family: 'Oswald', sans-serif;
}
.product-links ul li a:hover .text-product h3
{
	top:35%;
	/*background:rgba(94, 134, 44, 0.6);*/
}
.product-links ul li a .text-product p
{
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    opacity: 0;
	text-align: center;
    /*background: #f7a24b;*/
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    margin:0 auto;
    width: 96px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.product-links ul li a:hover .text-product p
{
	opacity:1;
    bottom:40%;
	-webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px);
}
.product-links ul li a .cover-product
{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.2;
	background:#000;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	z-index:999;
}
.product-links ul li a:hover .cover-product
{
	opacity:0.6;
}
.product-page
{
	margin:30px 30px 30px 40px;
}
.sidebar
{
	float: left;
    width: 20%;
}
.product-page-left
{
	width:100%;
	padding-top:15px;
}
.product-page-left ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.product-page-left ul li
{
	list-style:none;
}
.product-page-left ul li a
{
	display: block;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding: 8px 0 8px 12px;
    border-bottom: solid 2px #e0dcd7;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform:uppercase;
}
.product-page-left ul li:nth-of-type(11) a
{
	border:none;
}
.product-page-left ul li a:before
{
	content: "\f105";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top:10px;
}
.product-page-left ul li a:hover
{
    color: #50ab3b;
}
.product-page-right
{
	width:78%;
}
.mypets:after, .mypets2:after{
	content: "\f055";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 10px;
	}
.openpet{margin:0 0 0 0;}
.openpet2{margin:0 0 0 0;}
.openpet:after, .openpet2:after{content:"\f056";color:#000;font-family:'FontAwesome';font-size:14px;position:absolute;right:0;top:11px;}
.thepet{padding:10px 10px 0 10px;border-top:none;position:relative;top:-5px;margin-bottom:0;}
.thepet2{padding:15px 15px;border-top:none;position:relative;top:-5px;margin-bottom:15px;}

.product-page-left-inner
{
	
}
.product-page-left-inner ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.product-page-left-inner ul li
{
	list-style:none;
}
.product-page-left-inner ul li a
{
	display: block;
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 4px 0 5px 12px;
    border: none;
}
.product-page-left-inner ul li:first-of-type a
{
	border:none;
}
.product-page-left-inner ul li a:before
{
	content: "\f105";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 7px;
}
.product-page-left-inner ul li a:hover
{
    color: #50ab3b;
}
.product-img
{
	border:solid 10px #fff;
}
.product-img ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.product-img ul li
{
	float:left;
    list-style: none;
    width: 33.333333%;
	border:solid 10px #fff;
}
.product-img ul li h3
{
	color: #000;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 6px;
    font-family: 'Oswald', sans-serif;
}
.product-img ul li p
{
	color: #333;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.product-img ul li span
{
	margin:0;
	position:relative;
	padding-left:12px;
	color:#333;
    font-size: 13px;
}
.product-img ul li span:before
{
	position: absolute;
    content: "\f100";
    color: #000;
    font-size: 10px;
    font-family: "Flaticon";
    line-height: 20px;
    top: 1px;
    left: 0;
    font-weight: 800;
}
.product-img ul li table
{ 
	color:#333;
    font-size: 13px;
	margin:0;
}
.product-img ul li tr
{
	border:none;
}
.product-img ul li td
{
	padding:0 10px 0 0;
	border:none;
}
.product-img ul li a
{
    display:block;
	position:relative;
	overflow:hidden;
}
.product-img ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.product-img ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.product-img ul li a strong
{
    position: absolute;
    display: block;
    background: #000 url(../images/zoom.png) center center no-repeat;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
	z-index:99;
}
.product-img ul li a:hover strong
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
/*.product-img
{
	
}
.product-img a
{
    display:block;
	position:relative;
	overflow:hidden;
}
.product-img a img
{
    width: 100%;
}
.product-img a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.product-img a span
{
    position: absolute;
    display: block;
    background: #000 url(../images/zoom.png) center center no-repeat;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
	z-index:99;
}
.product-img a:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.product-img a:hover
{
    background: #d83030;
}*/


.gallery-img
{
	border:solid 8px #fff;
	padding:20px;
}
.gallery-img ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gallery-img ul li
{
	float:left;
    list-style: none;
    width: 25%;
	border:solid 8px #fff;
}
.gallery-img ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
}
.gallery-img ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.gallery-img ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.gallery-img ul li a span
{
    position: absolute;
    display: block;
    background: #000 url(../images/zoom.png) center center no-repeat;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
	z-index:99;
}
.gallery-img ul li a:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.gallery-img ul li a:hover
{
    background: #d83030;
}