@charset "utf-8";
@font-face {
	font-family: 'chivobold';
	src: url('../fonts/chivo-bold-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'chivoregular';
	src: url('../fonts/chivo-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html {
	overflow: auto
}
body {
	font-family: chivoregular;
	color: #000
}
h1, h2, h3, h4, h5, h6 {
	font-family: chivobold;
	font-weight: normal;
}
h1 {
	font-size: 4em;
	line-height: 1
}
h2 {
	font-size: 2.25em;
	text-transform: uppercase;
	padding: 15px 0
}
h3 {
	font-size: 1.2em;
	font-family: chivoregular;
	font-weight: 400;
	line-height: 1.2
}
h4 {
	font-size: 1.875em;
	font-weight: 400;
	line-height: 1.2
}
.container {
	width: 90%;
	margin: auto
}
p {
	font-family: open_sansregular;
	font-size: 1em;
	line-height: 1.2
}
img {
	max-width: 100%
}
hr {
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	border: none
}
a {
	text-decoration: none
}
a, input, textarea {
	outline: 0
}
ul, ul li {
	list-style: none
}
.home header {
	border-bottom: none
}
header {
	background: #fff;
	min-height: 90px;
	display: flex;
	z-index: 999;
	position: relative;
	border-bottom: #efefef solid 1px
}
header .container {
	display: flex;
	padding: 0;
	margin: 0 auto
}
header nav .close-btn, header nav button {
	display: none
}
header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: #efefef solid 1px;
	min-height: auto;
	padding: 10px 0
}
header.sticky .logo-icon {
	display: block;
	top: -8px;
	width: 69px
}
header.sticky .logo-main {
	display: none
}
header .logo-icon {
	display: none
}
header .logo-main {
	display: block
}
.logo {
	position: relative;
	width: 25%
}
.logo a {
	position: absolute;
	top: 0;
	width: 142px
}
header nav {
	text-align: right;
	margin-left: auto;
	align-items: center;
	display: flex
}
nav li {
	display: inline-flex;
	text-transform: uppercase;
	font-family: chivobold;
	flex-direction: row;
	padding: 10px
}
nav li a {
	text-transform: uppercase;
	color: #222
}
.cart {
	margin: auto 0 auto 0;
	width: 25%;
	text-align: right;
}
.cart a {
	text-transform: uppercase;
	color: #222;
	font-family: chivobold
}
.product-listing {
	text-align: center;
	padding: 50px 0
}
.listing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}
.listing .product-box {
	width: 22%;
	margin: 1.5%;
	border: #e1e1e1 solid 1px;
	padding: 15px
}
.listing .product-box figure {
	height: 210px;
	margin-bottom: 10px;
	overflow: hidden
}
.listing .product-box p.category {
	display: none;
	font-family: chivoregular;
	color: #7f7f7f;
	font-size: 1em;
	padding: 5px 0
}
.listing .product-box p.price {
	font-family: chivoregular;
	color: #f19020;
	font-size: 1.125em;
	font-family: chivobold;
	padding: 5px 0 0
}
.listing .product-box a {
	color: #000
}
.listing .product-box h3 {
	text-transform: capitalize;
	font-family: chivobold;
    font-weight: normal;	
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about {
	display: flex;
	padding: 50px 0;
	text-align: center
}
.about p {
	padding: 0 15%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5
}
.newsletter {
	padding: 80px 0;
	text-align: center;
	background: url(../images/newsletter-bg.jpg) left center no-repeat
}
.newsletter h2 {
	text-transform: inherit
}
.newsletter input {
	border: none;
	padding: 12px 15px;
	border-radius: 30px;
	margin: 0 5px
}
.newsletter input[type=submit] {
	border: none;
	background: #ef701b;
	padding: 12px 20px;
	text-transform: uppercase;
	border-radius: 30px;
	color: #fff;
	font-family: chivobold;
	font-size: .9em;
	cursor: pointer
}
.newsletter span.wpcf7-not-valid-tip {
	color: red;
	font-size: .8em;
	font-weight: 400;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 0
}
.newsletter div.wpcf7-acceptance-missing, .newsletter div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	display: none!important
}
footer {
	background: #6a6e73;
	padding: 30px 0 0;
	color: #fff;
	font-family: open_sansregular;
	display: inline-block;
    width: 100%;
}
footer a {
	color: #fff
}
footer h4 {
	margin-bottom: 15px
}
footer .container {
	display: flex;
	justify-content: space-between
}
footer>.container>div {
	width: 33.33%;
	padding-right: 30px;
	padding-bottom: 10px
}
footer .contact-info li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
	line-height: 1.5
}
footer .contact-info li i {
	position: absolute;
	left: 0
}
footer .quicklinks li {
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5
}
footer .socialmedia li {
	display: inline-flex;
	margin-right: 10px
}
footer .socialmedia li a {
	border: #fff solid 2px;
	width: 40px;
	height: 40px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center
}
footer .socialmedia li a img {
	vertical-align: middle
}
.copyright {
	background: #fff;
	padding: 10px 0
}
.copyright .payment {
	order: 2
}
.copyright p {
	order: 0;
	color: #777;
	font-size: 1em;
	padding: 5px 0
}
.copyright .payment li {
	display: inline-flex
}
/*other pages*/
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
main#site-content {
    position: relative;
    z-index: 9;
    padding: 50px 0 0;
}
.page-id-104 #site-content header{ display:none; border:none; text-align:center; justify-content: center;}
.page-id-104 #site-content .wpcf7 ul li input, .page-id-104 #site-content .wpcf7 ul li textarea {
    border: #cacaca solid 1px;
    padding: 10px;
    border-radius: 4px;
	width: 100%;
	font-family: 'open_sansregular';
}
.page-id-104 #site-content .wpcf7 ul li input[type="submit"]{
	text-transform:uppercase;
	background:#ef701b; border:none;
	 cursor:pointer;
	 font-family: 'chivobold';
	 font-size: 1em; color:#fff;
	 padding: 15px;
    width: auto;
}
.page-id-104 #site-content .wpcf7 ul li textarea{ height:90px}
.page-id-104 #site-content .wpcf7 ul li {
    margin-bottom: 15px;
}
.page-id-104 #site-content .wpcf7 {
    width: 600px;
    margin: auto;
    text-align: center;
}
.page-id-104 iframe{ width:100% !important; border: none}
.contact-from {
    border: #e3e3e3 solid 1px;
    padding: 40px 30px 15px 30px;
    border-radius: 4px;
	margin: 30px 0 50px 0;
	position:relative
}
.contact-from .envelope {
    width: 70px;
    height: 70px;
    border: #e3e3e3 solid 2px;
    background: #fff;
    margin: auto;
    position: absolute;
    top: -35px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.contact-from .envelope i {
    background: url(../images/envelop-icon-contact.png) no-repeat;
    width: 42px;
    height: 32px;
    display: block;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{ display:none !important}
span.wpcf7-not-valid-tip {    text-align: left; padding: 5px 0;}

/*page design*/
.woocommerce #sidebar {
	display: none
}
#primary.content-area {
	padding: 100px 0 0 0
}
.woocommerce ul.products li {    display: flex;    justify-content: space-between;
border: #e1e1e1 solid 1px;
	text-align:center;
	padding: 15px !important; align-items: center;}
.woocommerce .related ul.products li {    flex-direction: column;}
.woocommerce .related ul.products li >*{ width:100% !important;}
.woocommerce .related ul.products li .list-title{ text-align:center}
.woocommerce .related ul.products li.product a img {
    height: 180px !important;
    object-fit: contain;
}
.woocommerce .related ul.products li h2{ color:#000 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2 !important}
.woocommerce .related ul.products li .list-title div{ display:none}
.coupon input {    width: 150px !important;    height: 36px;}
.woocommerce ul.products li .list-img, .content-area ul.products li .list-price {    width: 20%;}
.woocommerce ul.products li .list-title {    width: 60%; text-align:left}
.woocommerce ul.products li.product h2{ text-transform:capitalize;
font-size: 1.2em !important;
    line-height: 1.2;
	color: #f19020;
	}
.woocommerce ul.products li.product p {
    line-height: 1.4;
    color: #666;
}
.woocommerce ul.products li.product a{ color:#000; text-transform: capitalize;}
.woocommerce ul.products li.product a img{
	height: 100px !important;
object-fit: contain;
}
.woocommerce ul.products li.product .button{margin-top: 0 !important;
background: #f19020;
color: #fff; }
.woocommerce .woocommerce-ordering select {
    border-radius: 4px;
    padding: 10px;
    border: #e3e3e3 solid 1px;
}
.woocommerce h1{ font-size:2.5em; text-transform: capitalize}
.product .woocommerce-product-gallery{
	border: #efefef solid 1px;
padding: 15px;
}
.woocommerce .product .summary.entry-summary a{
 color:#f19020 !important
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price{color: #f19020 !important;
    font-size: 1.125em !important;
    font-family: 'open_sansbold' !important; }
.woocommerce .product .summary .price {
    font-size: 1.5em !important;
    padding: 10px 0;
}
.woocommerce .product .summary #ni_enquiry {
    margin-bottom: 20px !important;
}
.woocommerce input[type="button"]{margin: 10px 0 !important;
background: #f19020 !important;
color: #fff !important;}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 48%;
    float: right;
    clear: initial !important;
}
section.related.products {
    display: table;
    width: 100%;
    clear: both;
}
.woocommerce-Reviews h2{font-size: 1.5em;}
#commentform .stars a {    color: #f19020;}
#commentform textarea, #commentform input{border: #efefef solid 1px;
    border-radius: 4px; padding: 10px 15px; font-family: open_sansregular;
font-size: 1em; color: #666;}
#commentform input[type="submit"] {
    background: #f19020 !important;
    color: #fff !important;
    font-family: chivoregular;
}
#review_form_wrapper {
    padding-top: 10px;
}
.wc-proceed-to-checkout a, button[type='submit'], input[type='submit'] {
    background: #f19020 !important; color:#fff  !important;
}
.woocommerce a, .woocommerce-table a{ color:#f19020}
.woocommerce input, .woocommerce textarea {
    border: #e3e3e3 solid 1px;
    padding: 15px;
	min-width:5em;
	margin: 15px 0
}
.about{ display:none !important}
.woocommerce table.shop_table td, .woocommerce table.shop_table th{border-right: #dcd7ca solid 1px;}
.woocommerce table.shop_table td:last-child, .woocommerce table.shop_table th:last-child {
    border-right: none;
}
.post-9 .entry-title{ display:none}
.woocommerce-order {    margin: 50px 0}
.woocommerce-order h2 {
    text-transform: capitalize;
    font-size: 1.5rem;
}
.woocommerce-customer-details address {
    font-size: 1.1rem;
    font-weight: 100;
    line-height: 1.2;
}
.woocommerce-customer-details address p {
    font-weight: 600;
    vertical-align: middle;
    padding: 5px 0;
    font-size: 1rem;
}
.page-id-9 #site-content {
    margin: 3em auto;
    padding: 1em;
    display: flex;
}
.cart_totals > div {    padding: 10px 0}
.checkout-two-column-layout .two-column-layout-right {    padding: 10px 20px !important}
table.onestepcheckout-summary thead th {    font-size: 1.1em !important}
button.cclwplus{background:#f19020 !important}
#cclw_order_details_table{ margin-bottom:1em}
.page-template-default .woocommerce #payment #place_order{    background: #f19020 !important; color:#fff !important; margin-top:1em}
/*end*/



@media screen and (min-width:1280px) {
.container {
	width: 1170px;
	margin: auto
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    width: 55%;
    float: left;
}
section.woocommerce-customer-details {
    width: 40%;
    float: right;
}
section.woocommerce-order-details {
    clear: both;
}
.woocommerce ul.order_details li{font-size: 0.8em !important}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    width: 55%;
    float: left;
    font-size: 1.5rem !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.page-id-9 #site-content {    width: 65%}
.checkout-two-column-layout .two-column-layout-right {
    width: 32% !important;
    float: right !important
}
}
@media screen and (min-width:768px) and (max-width:1280px) {
.listing .product-box {
	width: 30%
}
.about p {
	padding: 0
}
footer>.container>div.quicklinks, footer>.container>div.socialmedia {
	width: 28%
}
footer>.container>div.contact-info {
	width: 44%
}
}
@media screen and (max-width:767px) {
html {
	font-size: 90%;
	overflow-x: hidden
}
.about, .product-listing {
	padding: 15px 0
}
.newsletter {
	padding: 50px 0
}
.listing .product-box {
	width: 47%
}
.about p {
	padding: 0;
	text-align: justify
}
.newsletter input {
	width: 190px
}
.newsletter input[type=submit] {
	width: auto
}
.banner figure img {
	min-height: 250px;
	object-fit: cover
}
header nav #menu-main-menu {
	position: fixed;
	right: 0;
	top: 0;
	background: #fff;
	height: 100%;
	width: 70%;
	padding: 15px;
	border-left: #f1f1f1 solid 1px;
	transform: translateX(100%);
	transition: all .2s ease;
	z-index: 999
}
header nav #menu-main-menu.show {
	transform: translateX(0)
}
header nav button {
	border: #ef701b solid 2px;
	background-color: #fff!important;
	padding: 5px 10px;
	border-radius: 4px;
	font-family: chivobold;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer
}
header nav button i {
	background: #ef701b;
	width: 25px;
	height: 18px;
	display: inline-flex;
	position: relative;
	margin: 5px 0 5px 5px
}
header nav button i::before {
	content: "";
	height: 3px;
	width: 100%;
	background: #fff;
	top: 4px;
	position: absolute
}
header nav button i::after {
	content: "";
	height: 3px;
	width: 100%;
	background: #fff;
	bottom: 4px;
	position: absolute
}
header nav #menu-main-menu li {
	display: flex;
	border-bottom: #e8e8e8 solid 1px
}
header nav #menu-main-menu li:last-child {
	border: none
}
header nav .close-btn {
	position: fixed;
	top: 5px;
	right: 15px;
	z-index: 9999;
	display: none
}
header nav .close-btn.show {
	display: block
}
header nav .close-btn::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	background: #000;
	display: flex;
	z-index: 99;
	transform: rotate(45deg);
	top: 0
}
header nav .close-btn::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	background: #000;
	display: flex;
	z-index: 99;
	transform: rotate(-45deg);
	top: 0
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    float: left;
    clear: both !important;
}
.page-id-104 #site-content .wpcf7 {   width: 90%;}
}
@media screen and (min-width:480px) and (max-width:767px) {
header.sticky .logo-icon {
	top: -4px
}
.listing .product-box figure {
	height: 180px
}
footer .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
footer>.container>div {
	width: 50%
}
.woocommerce ul.products li.product a img {
    height: 215px !important;
    object-fit: contain;
}
}
@media screen and (max-width:479px) {
	html {
	font-size: 85%;
}
h1 {
	font-size: 2.5em
}
footer>.container>div {
	width: 100%
}
.listing .product-box figure {
	height: 120px
}
footer .container {
	display: flex;
	justify-content: space-between;
	flex-direction: column
}
.copyright .payment {
	order: 0
}
.copyright {
	text-align: center
}

.woocommerce ul.products li.product a img{
	height: 126px !important;
object-fit: contain;
}
.woocommerce .woocommerce-ordering select {
 	width:150px;
}
.woocommerce ul.products li.product h2{height: 49px;}
}
