/*
Theme Name: Balloon Inflation
Theme URI: https://ballooninflation.com.au
Author: Waqas @SwiftProductions
Description: Fully customized design base wordpress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


====================================

Last Modified By: Danny
Modified Date: 19 October 2018

====================================

*/


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


/* Custom */

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	display:block;
}

.woocommerce div.product div.images img {
    outline: 2px solid white;
    outline-offset: -2px;
}

.gallery-detail .variations tr:nth-child(odd) {
	float:left;
	margin:15px 0;
}

.woocommerce div.product form.cart .variations label {
	font-weight:500;
}

.woocommerce div.product form.cart .variations select {
    min-width: 78%;
	border: 1px solid #dad8d8;
    padding: 8px;
	cursor:pointer;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a .fa.fa-angle-up {
	display:none !important;
}
.woocommerce div.product form.cart .reset_variations {
	background: #bbbbbb;
	color: #fff;
	padding: 3px 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
	display:none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
  background-color:transparent !important;
  display:none;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	overflow:hidden;
}

.woocommerce form .form-row select {
	border: 1px solid #e5e5e5;
    padding: 10px;
}

/*
.woocommerce ul.products li.product a img {
  border: 1px solid #dedede;
    border-radius: 30px;
    margin: 5px;
    padding: 0 7px;
    max-width: 22%;
    max-height: 250px;
}


.woocommerce ul.products li.product a img:hover {
  background:#caba9b;
}

.woocommerce ul.products li.product .wk_prod-img {
	border:0 !important;
}
.woocommerce ul.products li.product .wk_prod-img:hover {
	background:none !important;
}
*/



.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-left .wvs-archive-variation-wrapper .variations {
	display:none;
}


.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
    max-height: 350px !important;
    overflow: hidden !important;
}

.woocommerce-products-header h1 {
    font-size: 19px;
    font-weight: 400;
    margin: 19px 0;
    border-top: 1px solid #dadada;
    padding-top: 27px;
}


.woocommerce-products-header .term-description {
    margin: 19px 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}

.woocommerce-products-header .term-description ol li {
	list-style:none;
}

.woocommerce-products-header .term-description p {
  font-size: 16px;
    font-weight: 400;
    color: #0a0905;
    line-height: 22px;
    padding-bottom: 12px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 16px !important;
    line-height: 22px !important;
    padding: 7px 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel ul {
  margin-left:35px;
}

.woocommerce div.product .woocommerce-tabs .panel li {
  font-size: 16px !important;
    line-height: 22px !important;
  padding:2px 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  clear:both;
    font-size: 19px;
}

.woocommerce div.product .stock {
  display:none !important;
}

.woocommerce div.product .woocommerce-tabs .panel h6 {
	font-size: 18px;
    border: 1px solid #ffffff;
    padding: 11px;
    margin: 10px 0;
    max-width: 360px;
    text-align: center;
    background: #eec87d;
    font-weight: 500;
	color:#000;
}
.woocommerce div.product .woocommerce-tabs .panel h6 a {
	color:#000;
}
.woocommerce div.product .woocommerce-tabs .panel h6 a:hover {
	color:#423c3c;
}
.woocommerce div.product .woocommerce-tabs .panel h6 a:active {
	color:#423c3c;
}



.woocommerce div.product .woocommerce-tabs .panel blockquote {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
    border: 1px dotted #000;
    background: #ffe6fa;
    text-align: left;
    padding: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel blockquote strong a {
	color:#06F;
}

.woocommerce ul.products li.product a img {
  max-width: 175px !important;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  overflow:hidden;
}


.home_featured-categories .woocommerce ul.products li.product a img {
  max-width: 265px !important;
}

nav.woocommerce-breadcrumb ul li a {
  font-size:13px !important;
  color:#909090 !important;
  margin-right: -5px !important;
  padding-right: 12px !important;
}

nav.woocommerce-breadcrumb ul li a:hover {
  color:#231f20 !important;
}


nav.woocommerce-breadcrumb ul li {
  font-size:0 !important;
}

.woocommerce-products-header .page-description p img,
.products-catalogue .term-description p img {

    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 30px;
    margin: 5px;
    padding: 0 7px;
	max-width:22%;
	max-width:250px;
	max-height:250px;
}

@media (max-width: 896px) {
	.woocommerce-products-header .page-description p img,
	.products-catalogue .term-description p img {
		max-width:33%;
		max-width:248px;
  }
}

@media (max-width: 768px) {
	.woocommerce-products-header .page-description p img,
	.products-catalogue .term-description p img {
		max-width:33%;
		max-width:158px;
  }
}

@media (max-width: 500px) {
	.woocommerce-products-header .page-description p img,
	.products-catalogue .term-description p img {
		max-width:33%;
		max-width:146px;
  }
}

@media (max-width: 375px) {
	.woocommerce-products-header .page-description p img,
	.products-catalogue .term-description p img {
		max-width:33%;
		max-width:144px;
  }
}

@media (max-width: 373px) {
	.woocommerce-products-header .page-description p img,
	.products-catalogue .term-description p img {
		max-width:33%;
		max-width:139px;
  }
  
  .woocommerce div.product form.cart .variations select {
	  max-wdith:90%;
  }
}

@media (max-width: 359px) {
	.woocommerce-products-header .page-description p img,
	.products-catalogue .term-description p img {
		max-width:138px;
  }
}

.woocommerce-products-header .page-description p img:hover,
.products-catalogue .term-description p img:hover {
  background:#caba9b;
}

.pagination-bar {
  clear:both;
  text-align:center;
}

.pagination-bar ul {
}

.pagination-bar ul li {
    display: inline-block;
    border: 1px solid #b5a67f99;
    color: #b5a67f;
    padding: 7px;
    width: 22px;
    font-weight: 300;
}

.pagination-bar ul li a:hover {
  color:#000;
}

.pagination-bar ul li a {
  color:#b5a67f;
}

.pagination-bar span.page-numbers.current {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.calculated_shipping h2,
.cross-sells h2,
.entry-header h2 {
  margin-bottom:20px;
  font-weight: 400;
}

.cart-collaterals .woocommerce ul.products li.product a img {
  max-width:176px !important;
}


/* Custom // END */

*{
  margin:0;
  padding: 0;
  outline: none;
  border:none;
  text-decoration : none;
}
img {
  max-width: 100%;
  display: block;
}
a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

.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;
}






/* ========== Header STYLES // START ========== */

header {
  width: 100%;
  float: left;
}

header .header-top {
  width: 100%;
  float: left;
  background: url(assets/images/header-top-bg.png) repeat-x left top;
}

header .header-top-right-con {
  float: right;
  padding-top: 10px;
  padding-bottom: 14px;
}

header .search-top {
  position: relative;
  width: 291px;
  float: left;
  margin-top: 3px;
  margin-right: 21px;
}

header .search-top .srch-field-top {
  width: calc(100% - 50px);
  height: 31px;
  line-height: 31px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  padding-left: 2px;float:left;
}

header .search-top .srch-field-top::placeholder {
  color: #fff;
}

header .search-top .srch-btn-top {
  width: 34px;
  height: 31px;
  text-indent: -9999px;
  background: transparent url(assets/images/search-icon-top.png) no-repeat center center;
  cursor: pointer;
}

header .usr-cart {
  float: left;
  position: relative;
  margin-right: 16px;
  margin-top: 7px;
}

header .usr-cart .cart-item-num {
    position: absolute;
    top: -16px;
    right: -23px;
    background: #d17265;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    border-radius: 50%;
    padding: 5px;
    min-width: 17px;
    text-align: center;
}

header .header-bottom {
  position: relative;
  width:  100%;
  float:  left;
}

header .content {
  overflow: visible;
}

.logo {
  float: left;
  width: 38%;
  max-width: 393px;
  margin-top: 14px;
  margin-left: -5px;
  position:  relative;
  z-index: 1;
}

nav {
  float: right;
  width: 59.2%;
  margin-top: 51px;
}

.nav-container {
  width: 100%;
  max-width: 100%;
}

nav input[type=checkbox] {
  display: none;
}

nav .burgermenu {
  width: 40px;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 6px 5px;
  display: none;
  box-sizing:  border-box;
  margin-top: -90px;
}

#nav-icon {
  float: left;
  width: 26px;
  height: 22px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  left: 0;

  width: 100%;
  height: 4px;

  border-radius: 9px;
  background: #111111;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(1),
nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}

nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav .menu {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}

/*
nav .menu li {
  height: 36px;
  line-height: 36px;
}
*/

nav .menu li a {
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding:0 13px 4px 2px;
}

nav .menu li:first-child > a {
  padding-left: 0;
}

nav .menu li:last-child > a {
  padding-right: 0;
}

nav .menu li.dropdown > a {
  background: url(assets/images/nav-dropdown-img.png) no-repeat right 8px;
}

nav .sub-menu {
    max-width: 360px;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 0;
    display: none;
    margin: 0 auto;
    z-index: 999;
}

nav .menu li:hover .sub-menu-desk {
  display: block;
}

nav .sub-menu .sub-menu-container {
  width: 100%;
  position: relative;
  overflow:  hidden;
  margin-top: 61px;
  float:  left;
}


nav .sub-menu .sub-menu-inner {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	background: #f5f5f5;
}
nav .sub-menu .lev2 {
    max-width: 335px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 28px;
}

nav .sub-menu .lev3 {
	display:none !important;
}

/* 


nav .sub-menu {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 144px;
  top: 86px;
  padding-top: 0;
  display: none;
  z-index: 999;
}

nav .menu li:hover .sub-menu-desk {
  display: block;
}

nav .sub-menu .sub-menu-container {
  width: 100%;
  position: relative;
  overflow:  hidden;
  background: #f5f5f5;
  margin-top: 58px;
  float:  left;
}

nav .sub-menu .sub-menu-inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  overflow:  hidden;
}



nav .sub-menu .lev2 {
  width: 29.5%;
  float: left;
  padding-top: 28px;
  padding-bottom: 80px;
}

nav .sub-menu .lev3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  width: 29%;
  float:  left;
  padding-top: 27px;
  padding-left: 24px;
  background: #eaeaea;
  box-sizing:  border-box;
  display:  none;
}

nav .sub-menu .lev4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  float:  left;
  padding-top:  29px;
  padding-left: 30px;
  box-sizing:  border-box;
  display: none;
}
*/

nav input[type=checkbox]:checked ~ div.menu-top-menu-container ul.menu {
  display: block;
}

nav .sub-menu ul {
  list-style: none;
}

nav .sub-menu ul li {
  height: auto;
  line-height: normal;
  padding:10px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  transition: all 0.5s;
}

nav .sub-menu ul li:hover {
  background: #eaeaea;
}

nav .sub-menu ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  line-height: 22px;
  text-transform: unset;
  position: static;
  padding-left: 0;
  padding-right: 5px;
  padding-bottom: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
}

nav .sub-menu ul li a span {
  display: block;
}

nav .sub-menu ul li:first-child > a {
  padding-left: 0;
}

nav .sub-menu ul li:last-child > a {
  padding-right: 0;
}

/*
nav .sub-menu ul li.dropdown2 > a, nav .sub-menu ul li.dropdown2 ul li.dropdown3 > a {
  background: url(assets/images/nav-dropdown-img2.png) no-repeat right center;
}
*/
nav .sub-menu ul.lev3 li {
  padding:7px 20px;
  border-bottom:  none;
}

nav .sub-menu ul.lev3 li:hover {
  background: #f5f5f5;
}

nav .sub-menu ul.lev3 li a {
  font-weight: 400;
}

nav .sub-menu ul.lev2 li:hover ul.lev3-desk {
  display: block;
}

nav .sub-menu ul.lev3 li:hover ul.lev4-desk {
  display: block;
}

/* ========== Header STYLES // END ========== */






/* ========== Banner STYLES // START ========== */

.banner {
  width: 100%;
  float: left;
}

.banner.banner-main {
  margin-top: 12px;
}

.banner.banner-small {
  margin-top: 15px; 
  background-size: cover;
  height: 205px;
}
.banner-small span {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: table;
    vertical-align: middle;
    font-size: 61px;
    line-height: 206px;
}
.banner img {
  width: 100%;
}

/* ========== Banner STYLES // END ========== */






/* ========== Categories STYLES // START ========== */

.categories {
  width: 100%;
  float: left;
  padding-top: 38px;
}

.sect-title {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #111111;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.categories .sect-title {
  margin-bottom: 50px;
}

.sect-title span {
  font-weight: 400;
}

.categories .cat-single {
  float: left;
  width: 23.66071%;
  margin-right: 1.78571%;
  margin-bottom: 24px;
}

.categories .cat-single:nth-child(4n+1) {
  margin-right: 0;
}

.categories .cat-single:nth-child(9n+1),
.categories .cat-single:nth-child(10n+1),
.categories .cat-single:nth-child(11n+1) {
  margin-top: -6px;
}

.categories .cat-single:nth-child(3n+1) {
  width: 49.10714%;
}

.categories .cat-single:nth-child(11n+1) {
  margin-right: 0;
}

.categories .cat-link {
  font-size: 17px;
  font-weight: 400;
  color: #111111;
  font-family: "Roboto", sans-serif;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
  height: 40px;
}

/* ========== Categories STYLES // END ========== */





/* ========== Featured Products STYLES // START ========== */

.featured-products {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 28px;
  padding-bottom: 58px;
}

.featured-products .content {
  overflow: hidden;
}

.featured-products .sect-title {
  padding-bottom: 8px;
  margin-bottom: 34px;
}

.featured-products .featured-products-con {
  width: 100%;
  float: left;
/*   max-width: 1080px;
  margin-left: auto;
  margin-right: auto; */
  position:  relative;
}

.featured-products .featured-products-inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow:  hidden;
}


.featured-products .c-product-single {
  text-align: center;
/*   width: 25%; */
/*   float: left; */ border:0 !important;
  position: relative;
  padding-top: 38px; margin-bottom:25px;
}

.featured-products .c-product-single img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: inline;
  width: 170px;
  height: 170px;
}

.featured-products .c-product-single h2 {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #111111;
  margin-top: 0px;
  float:  left;
  height: 36px;
  width: 100%;
}

.featured-products .c-product-single p span {
  display: block;
}

.featured-products .c-product-single .price {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
  float: left;
  width: 100%;
}

.featured-products .c-product-single .new-price {
  color: #111111;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}

.featured-products .c-product-single .old-price {
  color: #ff0000;
  display: inline-block;
  text-decoration: line-through;
  padding-left: 3px;
  padding-right: 3px;
}

.featured-products .c-product-single .add-to-cart {
  font-size: 15px;
  font-weight: 700;
  color: #b5a67f;
  font-family: "Roboto", sans-serif;
  margin-top: 6px;
  text-align: center;
  display: inline-block;
  border: 1px solid #b5a67f;
  width: 141px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.5s;
}

a.added_to_cart wc-forward {
  background: #b5a67f;
    color: #fff;
    padding: 13px;
    text-transform: uppercase;
}

.featured-products .c-product-single .add-to-cart:hover {
  background: #b5a67f;
  color: #fff;
}

.featured-products .c-product-single .onsale {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #b5a67f;
  border-radius: 50%;
  display: block;
  width: 52px;
  height: 52px;
  line-height: 50px;
}

.lSSlideOuter {
  overflow: visible;
}

.lSSlideWrapper {
  overflow: visible;
}

.lSAction > .lSNext {
  top: -96px;
  right: -8px;
  background: url(assets/images/featured-product-next.png) no-repeat center center;
}

.lSAction > .lSPrev {
  top: -96px;
  right: 46px;
  background: url(assets/images/featured-product-prev.png) no-repeat center center;
  left: auto;
}

#prevFeaturedProduct {
  top: 30%;
  left: -8px;
  width: 29px;
  height: 52px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  position: absolute;
  background: url(assets/images/featured-product-prev.png) no-repeat center center;
}

#nextFeaturedProduct {
  top: 30%;
  right: -6px;
  width: 29px;
  height: 52px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  cursor: pointer;
  background: url(assets/images/featured-product-next.png) no-repeat center center;
}

/* ========== Featured Products STYLES // END ========== */






/* ========== Subscribe STYLES // START ========== */

.subscribe {
  width: 100%;
  float: left;
  background: #f3f3f3;
  padding-top: 31px;
  padding-bottom: 46px;
}

.subscribe h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  line-height: 26px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.6px;
  margin-bottom: 24px;
}

.subscribe .sub-input {
  width: 100%;
  max-width: 531px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe .sub-input .sub-input-field {
  width: calc(100% - 106px);
  height: 55px;
  line-height: 53px;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  font-size: 19px;
  font-weight: 700;
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  float:  left;
}

.subscribe .sub-input .sub-input-field::placeholder {
  color: #d7d7d7;
}

.subscribe .sub-input .sub-btn {
  width: 106px;
  height: 55px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #1c1c1c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  float:  left;
  transition: 0.5s all;
}

.subscribe .sub-input .sub-btn:hover {
  background: #b5a67f;
  color: #fff;
}


/* ========== Subscribe STYLES // END ========== */







/* ========== Footer STYLES // START ========== */

footer {
  width: 100%;
  float: left;
  padding-top: 23px;
}

footer .footer-top {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}

footer ul {
  list-style: none;
  margin-bottom: 11px;
}

footer .footer-q-links {
  float: left;
  margin-top: 7px;
  padding-left: 2px;
}

footer .footer-social-links {
  float: right;
  padding-right: 6px;
  display:none;
}

footer ul li {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

footer .footer-social-links li {
  padding-left: 13px;
  padding-right: 13px;
}

footer .footer-q-links li {
  position: relative;
}

footer ul li:first-child {
  padding-left: 0;
}

footer ul li:last-child {
  padding-right: 0;
}

footer .footer-q-links li:after {
  content: "";
  width: 1px;
  height: 11px;
  background: #6c6c6c;
  position: absolute;
  left: 0;
  top: 4px;
}

footer .footer-q-links li:first-child:after {
  display: none;
}

footer .footer-q-links li a {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  font-family: "Roboto", sans-serif;
}

footer .footer-social-links li a:hover img,
footer .payment-info ul li a:hover img {
  opacity: 0.6;
  transition: 0.5s all;
}

footer .footer-bottom {
  width: 100%;
  float: left;
  padding-top: 13px;
  padding-bottom: 33px;
}

footer .footer-copyrights {
  float: left;
}

footer .footer-copyrights p {
  color: #111111;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 13px; 
}

footer .footer-copyrights p a {
  color: #0072ff;
}

footer .payment-info {
  float: right;
  margin-top: 9px;
}

footer .payment-info ul li {
  padding-left: 0px;
  padding-right: 1px;
}

footer .payment-info ul li:first-child {
  padding-left: 0;
}

footer .payment-info ul li:last-child {
  padding-right: 0;
}

/* ========== Footer STYLES // END ========== */






/* ========== Catalogue Page STYLES // START ========== */

.products-catalogue {
  width: 100%;
  float: left;
  padding-bottom: 29px;
}

.products-info-bar {
  width: 100%;
  float: left;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 9px;
}

.breadcrumb {
  float: left;
  margin-top: 19px;
  margin-bottom: 6px;
  padding-left: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #909090;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb a {
  font-size: 13px;
  font-weight: 400;
  color: #909090;
  font-family: "Roboto", sans-serif;
  margin-right: 8px;
  padding-right: 9px;
  background: url(assets/images/bc-list-img.png) no-repeat right center;
}

.breadcrumb a:hover {
  color: #000; text-decoration:underline;
}

.products-catalogue .products-info-bar h5 {
  float: left;
  border-left: 1px solid #d6d6d6;
  margin-left: 13px;
  margin-top: 3px;
  height: 42px;
  font-size:  15px;
  font-weight: 700;
  color: #231f20;
  font-family: "Roboto", sans-serif;
  padding-top: 14px;
  padding-left: 19px;
  box-sizing: border-box;
}

.products-catalogue .products-info-bar .products-filter {
  float: right;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  margin-top: 12px;
  padding: 4px 4px 4px 24px;
}

.products-catalogue .products-info-bar .products-filter span {
  font-size: 15px;
  font-weight: 700;
  color: #231f20;
  font-family: "Roboto", sans-serif;
}

.products-catalogue .products-info-bar .products-filter select {
  background-color: #fff;
  background-image: url(assets/images/products-filter-select-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  cursor: pointer;
  moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #231f20;
  height: 32px;
  width: 207px;
  margin-left: 0px;
  padding-left: 8px;
  font-family: "Roboto", sans-serif;
}

.products-catalogue .c-products-container {
  width: 100%;
  float: left;
  padding-top: 39px;
}

.products-catalogue .c-product-single {
  text-align: center;
  width: 100%;
  float: left;
  /* margin-right: 1.7%; */
  position: relative;
  padding: 9px 12px 14px;
  /* margin-bottom: 19px; */
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.products-catalogue .c-product-single:nth-child(4n) {
  margin-right: 0;
}

.products-catalogue .c-product-single img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.products-catalogue .c-product-single p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #231f20;
  line-height: 22px;
  float:  left;
  width: 100%;
  text-align:  left;
}

.products-catalogue .c-product-single p span {
  display: block;
}

.products-catalogue .c-product-single .price {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  font-family: "Roboto", sans-serif;
  margin-top: 13px;
  margin-bottom: 13px;
  text-align: center;
  float: left;
  width: 100%;
}

.products-catalogue .c-product-single .new-price {
  color: #000000;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}

.products-catalogue .c-product-single .old-price {
  color: #f60000;
  display: inline-block;
  text-decoration: line-through;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
}

.products-catalogue .c-product-single .btn-buy-now {
  font-size: 15px;
  font-weight: 700;
  color: #b5a67f;
  font-family: "Roboto", sans-serif;
  margin-top: 6px;
  text-align: center;
  display: inline-block;
  border: 1px solid #b5a67f;
  width:141px;
  height: 38px;
  line-height: 41px;
  overflow:hidden;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  background: #fff;
  padding: 0 12px;
}

.products-catalogue .c-product-single .btn-buy-now:hover {
  background: #b5a67f;
  color: #fff;
}

.products-catalogue .c-product-single .sale {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  position: absolute;
  top: 11px;
  right: 9px;
  background: #b5a67f;
  border-radius: 50%;
  display: block;
  width: 53px;
  height: 53px;
  line-height: 50px;
}

/* ========== Catalogue Page STYLES // END ========== */






/* ========== Gallery Page STYLES // START ========== */

.products-gallery {
  width: 100%;
  float: left;
  padding-bottom: 22px;
}

.products-gallery .p-gallery-container {
  width: 100%;
  float: left;
  padding-top: 37px;
}

.products-gallery .p-gallery-single {
  float: left;
  width: 31.9%;
  border: 1px solid #dedede;
  margin-right: 2.15%;
  display:  table;
  height: 359px;
  margin-bottom: 26px;
  box-sizing:  border-box;
}

.products-gallery .p-gallery-single:nth-child(3n) {
  margin-right: 0;
}

.products-gallery .p-gallery-single .p-gallery-img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position:  relative;
  height: 100%;
  width: 100%;
}

.products-gallery .p-gallery-single .p-gallery-img img {
  display: inline-block;
}

.products-gallery .p-gallery-single .p-gallery-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  width: 100%;
  height: 359px;
  transition: 0.5s all;
}

.products-gallery .p-gallery-single .p-gallery-icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position:  relative;
}

.products-gallery .p-gallery-single:hover .p-gallery-content {
  display: table;
}

.products-gallery .p-gallery-single p.img-title {
  font-size: 25px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 106px;
  background: rgba(0,0,0,0.4);
  padding-top: 19px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing:  border-box;
}

.products-gallery .p-gallery-single .p-gallery-icon img {
  transition: 0.4s all;
}

.products-gallery .p-gallery-single .p-gallery-icon img:hover {
  transform: scale(1.3);
}

.fancybox-infobar,
.fancybox-toolbar {
  display: none;
}

.fancybox-navigation .fancybox-button {
  width: 68px;
  height: 137px;
  top: 40%;
  opacity: 1;
}

.fancybox-button svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 4%;
  background: url(assets/images/p-gallery-next.png) no-repeat center center;
  background-size: contain;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 4%;
  background: url(assets/images/p-gallery-prev.png) no-repeat center center;
  background-size: contain;
}

.fancybox-caption {
  opacity: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  padding-top: 20px;
  padding-left: 90px;
  padding-right: 90px;
}

.fancybox-slide--image {
  padding: 68px 90px;
}

.fancybox-caption:after {
  border-bottom: none;
}

/* ========== Gallery Page STYLES // END ========== */







/* ========== Gallery Container STYLES // START ========== */

.gallery-container {
  width: 100%;
  float: left;
  padding-bottom: 23px;
}

.gallery {
  /* position: relative; */
  /* width: 611px !important; */
  /* float: left; */
  /* margin-top: 28px; */
}

.gallery-detail {
  width: 100%;
  max-width: 486px;
  float: right;
  margin-top: 4px;
  padding-left: 2.8%;
  padding-top: 33px;
  box-sizing:  border-box;
  border-left: 1px solid #dcdcdc;
}

.gallery-detail h1 {
  font-size: 27px;
  font-weight: 400;
  color: #111111;
  line-height: 37px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
}

.gallery-detail .p-model {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  font-family: "Roboto", sans-serif;
  margin-bottom: 17px;
}

.gallery-detail .price {
  font-size: 26px;
  font-weight: 700;
  padding-bottom:13px;
  color: #ed1c24;
  font-family: "Roboto", sans-serif;
}

.gallery-detail .desc {
  width: 100%;
  float: left;
  padding-top: 27px;
  margin-top: 41px;
  box-sizing:  border-box;
  padding-bottom: 0px;
}

.gallery-detail .p-colors {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.gallery-detail .p-colors span {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

.gallery-detail .p-quantity-input {
  width: 100%;
  max-width: 157px;
  float: left;
  background: #efefef;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 93px;
}

.gallery-detail .p-quantity-input .qty-dec,
.gallery-detail .p-quantity-input .qty-input,
.gallery-detail .p-quantity-input .qty-inc {
  float: left;
  width: 51px;
  height: 45px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 26px;
  font-weight: 400;
  color: #050202;
  font-family: "Roboto", sans-serif;
}

.gallery-detail .btn-add-p-to-cart {
  width: 100%;
  max-width: 245px;
  height: 54px;
  line-height: 54px;
  float: left;
  clear: both;
  background: url(assets/images/btn-add-p-to-cart-bg.png) no-repeat center center;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #0a0a0a;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  margin-top: 19px;
  cursor: pointer;
}

.tabs-container {
  width: 100%;
  float: left;
  background: #f6f6f6;
  margin-top: 38px;
  padding: 0 5%;
  box-sizing: border-box;
}

.tabs {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-top: 56px;
}

.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
  /* float: left; */
  /* font-size: 19px; */
  /* font-weight: 400; */
  /* font-family: "Roboto", sans-serif; */
  /* color: #898989; */
  /* text-transform:  uppercase; */
  /* height: 61px; */
  /* display:  flex; */
  /* align-items:  center; */
  /* justify-content:  center; */
  /* text-align: center; */
  /* box-sizing: border-box; */
  /* cursor: pointer; */
  /* padding-left: 4px; */
  /* padding-right: 4px; */
  /* border: 1px solid #f6f6f6; */
  /* position: relative; */
  /* top: 0px; */
  /* background: #f6f6f6; */
  /* line-height: 59px; */
}

.tabs .tab1,
.tabs .tab2,
.tabs .tab3,
.tabs .tab4,
.tabs .tab5,
.tabs .tab6 {
  width: 17.2%;
}

.tabs [id^="tab"]:checked + label {
  color: #111111;
  background: #f6f6f6;
  border: 1px solid #111111;
  z-index: 1;
}

.tab-content {
  display: none;
  width: 100%;
  float: left;
  padding: 26px 13px 38px 0px;
  min-height: 168px;
  box-sizing: border-box;
  background: #f6f6f6;
  position:  relative;
  top: 0;
  font-family:  "Roboto", sans-serif;
}

#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 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5  .tab-content h6 {
  color: #111111;
  margin: 15px 0px;
  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: #000000;
  line-height: 25px;
  margin-bottom: 0px;
  letter-spacing: 0.7px;
}

.tab-content p {
  padding: 5px 0;
  line-height: 26px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 17px;
}

.tab-content p strong {
  display: block;
}

.tab-content p,
.tab-content a {
  color: #231f20;
}

.tab-content ol, .tab-content ul {
  font-size: 15px;
  color: #231f20;
  line-height: 26px;
}

.tab-content ul li {
  position: relative;
  padding-left: 13px;
  background: #f5fbff;
  width: 100%;
  float: left;
  box-sizing: border-box;
  height:  45px;
  line-height: 45px;
}

.tab-content ul li:nth-child(2n) {
  background: #fff;
}

.tab-content ol ol li {
  list-style-type: lower-alpha;
}

.tab-content ol ol ol li {
  list-style-type: lower-roman;
}

.tab-content ul {
  list-style-type: none;
  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(0.9);
  opacity: 0;
    }

  50% {
  transform: scale(1.01);
  opacity: 0.5;
    }

  100% { 
  transform: scale(1);
  opacity: 1;
  }
}

/* ========== Gallery Container STYLES // END ========== */

/* New custom styles */

.subpage-inner-container {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding-bottom: 50px;
}
.subpage-inner-container p {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-bottom:30px;
    margin-top: 30px;
}
.subpage-inner-container p a, .subpage-inner-container a{
    color:#000;
}
.subpage-inner-container p a:hover, .subpage-inner-container a:hover{
    color:#000; text-decoration:underline;
}
.subpage-inner-container ul, .subpage-inner-container ol {
  margin-left:20px; list-style-type:disc;
}

.home_featured-products .wk_prod-img {
    width: 170px;
    /* height: 170px; */
    margin: 0 auto;
    /* overflow: hidden; */
}
span.price del span {
    color: #f60000 !important;
    padding-left: 3px;
    font-size: 15px !important;
    padding-right: 3px;
}
.home_featured-categories h2.woocommerce-loop-category__title {
    font-size: 17px;
    font-weight: 400;
    color: #111111;
    font-family: "Roboto", sans-serif;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    justify-content: center;
    letter-spacing: 0.3px;
    height: 65px !important;
    padding-top: 10px;
}
.home_featured-categories h2.woocommerce-loop-category__title .count{display:none;}

.home_featured-categories img {
    /* max-height: 182px; */
    /* max-width: 265px !important; */
    margin: 0 auto 0 auto !important;
    width: auto !important;
    height: 185px !important;
}
.rl-gallery .rl-gallery-link .rl-gallery-item-title {
    color: #ffffff;
    font-size: 19px;
    color: #fff;
    font-family: 'Roboto', sans-serif; line-height: 22px;
}
.rl-hover-icon-1 .rl-gallery-link:before { font-size:30px; }
.rl-gallery .rl-gallery-link { padding:20px; }
.rl-basicgrid-gallery .rl-gallery-item img {   width:auto; height:200px; }

[class^="rl-hover-icon-"] .rl-gallery-link:before, [class*="rl-hover-icon-"] .rl-gallery-link:before {
  left:45% !important;
}

.rl-gallery .rl-gallery-link .rl-gallery-caption {
  left:0 !important;
}

/* contact page */

.content-left.contact-us {
    width: 62%;
    float: left;
    padding-top: 44px;
    padding-bottom: 32px;
}
.content-right.contact-us {
  width: 35%;
  max-width: 410px;
  float: right;
  padding-top: 44px;
  padding-bottom: 32px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-brown {
    background: #fff !important;
    color: #b5a67f;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    max-width:130px !important;
    height: 48px;
    line-height: 40px;
    clear: both;
    margin-bottom: 55px;
    border: 1px solid #b5a67f;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-brown:hover {
    background: #b5a67f !important;
    color: #fff;
}
.top-contact-head{
  float:left;
  width:100%;
  padding-bottom:40px;
  border-bottom: 1px solid #cecece;

}
.contact-us .main-content-title {
    margin-top: 33px;
  margin-bottom: 33px;
}

.contact-us .content-right .main-content-title {
  margin-bottom: 62px;
}

.contact-form {
  float: left;
  width: 100%;
/*  border-top: 1px solid #cecece;*/
/*  margin-top: 46px;
  padding-top: 43px;*/
}
.contact-us .contact-form .main-content-title {
  margin-bottom: 36px;
}
.contact-us-map {
    float: left;
    width: 100%;
    margin-top: 38px;
    padding:10px;
}

.contact-us .contact-form form {
  width: 100%;
  float: left;
}
.contact-form .field-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 19px;
}

.contact-form label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 4px;
  letter-spacing: -0.1px;
  display:  block;
}

.contact-form label span {
  color: #ed1c24;
  padding-left: 4px;
}

.contact-form input{
  border: 1px solid #f5f5f5;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #f5f5f5 !important;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  transition: all 0.6s;
  margin-bottom: 0 !important;
  max-width: 100% !important;
}

.contact-form input[type='text']:focus,
.contact-form input[type='text']:active {
  background: #fff;
  border-color: #ccc;
}

.contact-form textarea {
  width: 100% !important;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
  max-height: 176px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: -3px !important;
  transition: all 0.6s;
}

.contact-form textarea:focus,
.contact-form textarea:active {
  background: #fff;
  border-color: #ccc;
}

.contact-form .btn-submit-form {
  background: #7cced1 !important;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  font-family:  "Montserrat", sans-serif;
  width: 153px !important;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding-left: 0;
  margin-top: 6px;
  cursor: pointer;
  transition: all 0.5s;
}

.contact-form .btn-submit-form:hover {
  background-color: #000 !important;
}

.c-products-container ul.products li.product {
    margin-right: 1.7% !important;
    width: 23.3% !important;
    margin-bottom: 1.7%;
}
.wk_search-results header.page-header {
    margin-top:  25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 25px;
}

.wk_search-results header.page-header h1.page-title {
    font-size: 28px;
}

.wk_search-results article {
    float: left;
    width: 100%;
    border-bottom: 2px dashed #ececec;
    margin-bottom: 25px;
}
.products-catalogue.wk_catalogue .content nav.woocommerce-breadcrumb {
    display: none;
}

.products-catalogue.wk_inner-content .products-info-bar nav.woocommerce-breadcrumb {
    display: block;
}

body.single .products-catalogue.wk_catalogue .content nav.woocommerce-breadcrumb {display:block;border-bottom: 2px solid #f0f0f0;width: 100%;}
figure.gallery-item {
    width: 85px;
    height: 85px;
    border: 1px solid #c8c8c8;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

figure.woocommerce-product-gallery__wrapper {
    /* margin-left: 85px !important;
    float: right;
    max-width: 520px; */
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
    max-width: 611px;
    float: left;
    position: relative;
}

div#gallery-1 {}

.woocommerce div.product div.images.woocommerce-product-gallery div.gallery {
    float: left;
    width: 85px;
    /* display: inline; */
    margin-top: 25px;
}

.gallery-detail ins span.woocommerce-Price-amount.amount, .gallery-detail ins span.woocommerce-Price-amount.amount span {
    font-size: 23px;
    font-weight: 700;
    color: #ed1c24;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.woocommerce-product-details__short-description p {
	padding:10px 0 20px;
}

.woocommerce-product-details__short-description a {
	color:#06F;
}

p.stock.in-stock {
    margin: 15px 0;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
	display:none;
}
.woocommerce-page div.product div.summary.entry-summary {
width:45% !important;
}
span.posted_in a {
    color: #1c1c1c;
}span.posted_in a:hover{
    color: #1c1c1c; text-decoration:underline;
}
.comment-form-rating {
    float: left;
    width: 100%;
}
.featured-products .c-product-single .star-rating {
    float: right;
    /* text-align: center; */
    width: 100%;
    font-size: 14px;
    color: #1c1c1c;
    font-family: star;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
}


.woocommerce .woocommerce-product-rating a.woocommerce-review-link {
    color: #1c1c1c;
    font-size: 14px;
}

.featured-products-con .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    /* top: 0; */
    /* left: 0; */
    position: absolute;
    /* display: flex; */
    /* justify-content: center; */
}

.featured-products-con .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    /* left: 0; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.gallery-detail .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    /* top: 0; */
     left: 0; 
    position: absolute;
    /* display: flex; */
    /* justify-content: center; */
}

.gallery-detail .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
     left: 0; 
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.featured-products-con .star-rating span {
    overflow: hidden;
    float: left;
    /* top: 0; */
    /* left: 0; */
    position: relative;
    padding-top: 1.5em;
    display: flex;
    justify-content: center;
}


.cross-sells h2 { margin-bottom:25px;}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.up-sells.upsells.products
{
  float:left;margin-top:30px;
}

.home_featured-products a.added_to_cart {
  width: 76%;
    font-size: 20px;
    position: absolute;
    color: #fff;
    background: #b5a67f;
    padding: 20px 0px;
    left: 32px;
}

body.post-type-archive header.woocommerce-products-header {
   /* display: none; */
}

span.woocommerce-input-wrapper select.state_select option {
    font-family: Roboto, arial !important;
    /* font-size: 25px !important; */
}

p.woocommerce-customer-details--phone::before {content:"\e03b" !important;  }


p.woocommerce-customer-details--email::before {
    content: "\e02d" !important;
}



/**** quote form ****/

.quoteform .full-form-field {
    float: left;
    width: 100%;
}
.quoteform .checkbox-buttons{
  float:left;
  width:100%;
  margin-top:20px;
  margin-bottom:20px;
}
.checkbox-buttons p.updated-check-box {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}
.checkbox-buttons p.updated-check-box:first-child {
    margin-left: 0;
}
.quoteform .field-wrapper-left {
    float: left;
    width: 49%;
    margin-bottom:10px;
}
.quoteform .field-wrapper-right {
    float: right;
    width: 49%;
    margin-bottom:10px;
}
input.submit.btn.btn-submit-form {
    background: #fff !important;
    color: #8b7b54;
    border: 1px solid #8b7b54;
}
input.submit.btn.btn-submit-form:hover {
    background:#8b7b54 !important;
    color:  #fff;
    border: 1px solid #8b7b54;
}












.field-wrapper-right .file-upload{
    display:block;
    text-align:center;
    font-size: 12px;
}
.field-wrapper-right .file-upload .file-select{
    display:block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor:pointer;
    height:40px;
    line-height:40px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}
.field-wrapper-right .file-upload .file-select .file-select-button{
    background:#dce4ec;
    padding:0 10px;
    display:inline-block;
    height:40px;
    line-height:40px;
}
.field-wrapper-right.file-upload .file-select .file-select-name{
    line-height:40px;
    display:inline-block;
    padding:0 10px;
}
.field-wrapper-right .file-upload .file-select:hover{
    border-color:#8b7b54;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .field-wrapper-right .file-select:hover .file-select-button{
    background:#8b7b54;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .field-wrapper-right .file-upload.active .file-select{
    border-color:#3fa46a;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.field-wrapper-right .file-upload.active .file-select .file-select-button{
    background:#3fa46a;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .field-wrapper-right .file-upload .file-select input[type=file]{
    z-index: 100;
    cursor: pointer;
    /* position: absolute; */
    /* height: 100%; */
    width: 100%;
    top: 0;
    left: 0;
    /* opacity: 0; */
    filter: alpha(opacity=0);
    background: #fff;
    font-size: 15px;
    padding-top: 7px;
    line-height: 20px !important;
}
 .field-wrapper-right .file-upload .file-select.file-select-disabled{
    opacity:0.65;
}
 .field-wrapper-right .file-upload .file-select.file-select-disabled:hover{
    cursor:default;
    display:block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor:pointer;
    height:40px;
    line-height:40px;
    margin-top:5px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}
 .field-wrapper-right .file-upload .file-select.file-select-disabled:hover .file-select-button{
    background:#dce4ec;
    color:#666666;
    padding:0 10px;
    display:inline-block;
    height:40px;
    line-height:40px;
}
 .field-wrapper-right .file-upload .file-select.file-select-disabled:hover .file-select-name{
    line-height:40px;
    display:inline-block;
    padding:0 10px;
}









.field-wrapper-left .file-upload{
    display:block;
    text-align:center;
    font-size: 12px;
}
.field-wrapper-left .file-upload .file-select{
    display:block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor:pointer;
    height:40px;
    line-height:40px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}
.field-wrapper-left .file-upload .file-select .file-select-button{
    background:#dce4ec;
    padding:0 10px;
    display:inline-block;
    height:40px;
    line-height:40px;
}
.field-wrapper-left .file-upload .file-select .file-select-name{
    line-height:40px;
    display:inline-block;
    padding:0 10px;
}
.field-wrapper-left .file-upload .file-select:hover{
    border-color:#8b7b54;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.field-wrapper-left .file-select:hover .file-select-button{
    background: #8b7b54;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.field-wrapper-left .file-upload.active .file-select{
    border-color:#3fa46a;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.field-wrapper-left .file-upload.active .file-select .file-select-button{
    background:#3fa46a;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.field-wrapper-left .file-upload .file-select input[type=file]{
    z-index:100;
    cursor:pointer;
    
    height:100%;
    width:100%;
    top: 0;
    left:0;
    /* opacity:0; */
    filter:alpha(opacity=0);
    background: #fff;
    font-size: 15px;
    padding-top: 7px;
    line-height: 20px !important;
}
.field-wrapper-left .file-upload .file-select.file-select-disabled{
    opacity:0.65;
}
.field-wrapper-left .file-upload .file-select.file-select-disabled:hover{
    cursor:default;
    display:block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor:pointer;
    height:40px;
    line-height:40px;
    margin-top:5px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}
.field-wrapper-left .file-upload .file-select.file-select-disabled:hover .file-select-button{
    background:#dce4ec;
    color:#666666;
    padding:0 10px;
    display:inline-block;
    height:40px;
    line-height:40px;
}
.field-wrapper-left .file-upload .file-select.file-select-disabled:hover .file-select-name{
    line-height:40px;
    display:inline-block;
    padding:0 10px;
}






















.checkbox-cat p.updated-check-box label {
    margin-top: 28px;
    padding-left: 0;
}
.quoteform [type="radio"]:checked,
.quoteform [type="radio"]:not(:checked) {
    position: absolute;
    /* left: -9999px; */
    width: 20px;
    height: 23px;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
}
.quoteform [type="radio"]:checked + span,
.quoteform [type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.quoteform [type="radio"]:checked + span:before,
.quoteform [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.quoteform [type="radio"]:checked + span:after,
.quoteform [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #8b7b54;
    position: absolute;
    top: 4px;
    left: 4px;
    margin:auto;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.quoteform [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.quoteform [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox-cat p.updated-check-box [type="radio"]:checked + span:before,
.checkbox-cat p.updated-check-box [type="radio"]:not(:checked) + span:before{
 /* top: -28px;*/
}

.checkbox-cat p.updated-check-box [type="radio"]:checked + span:after,
.checkbox-cat p.updated-check-box [type="radio"]:not(:checked) + span:after {
  /*top: -24px;*/
}   






.quoteform [type="checkbox"]:checked,
.quoteform [type="checkbox"]:not(:checked) {
    position: absolute;
    /* left: -9999px; */
    width:47px;
    height:43px;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
}
.quoteform [type="checkbox"]:checked + span,
.quoteform [type="checkbox"]:not(:checked) + span {
    position: relative;
    padding-left: 59px;
    min-width: 75px;
    /* cursor: pointer; */
    line-height: 41px;
    display: inline-block;
    color: #666;
}
.quoteform [type="checkbox"]:checked + span:before,
.quoteform [type="checkbox"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width:45px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}
.quoteform [type="checkbox"]:checked + span:after,
.quoteform [type="checkbox"]:not(:checked) + span:after {
    content: '';
    width: 39px;
    height: 36px;
    background: #8b7b54;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.quoteform [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    cursor: pointer;
}
.quoteform [type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*.checkbox-cat p.updated-check-box [type="checkbox"]:checked + label:before,
.checkbox-cat p.updated-check-box [type="checkbox"]:not(:checked) + label:before{

}

.checkbox-cat p.updated-check-box [type="checkbox"]:checked + label:after,
.checkbox-cat p.updated-check-box [type="checkbox"]:not(:checked) + label:after {

}
.checkbox-cat p.updated-check-box [type="checkbox"]:checked + label,
.checkbox-cat p.updated-check-box [type="checkbox"]:not(:checked) + label
{
}
*/
.links-of-balloon{
  float:left;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
}
.links-of-balloon ul {
    list-style: none;
}
.links-of-balloon ul li {
    float: left;
    padding-left: 12px;
    font-weight: 600;
    padding-right: 20px;
    box-sizing: border-box;
    background: url(../images/bc-list-img.png)no-repeat right;
}
.links-of-balloon ul li:first-child{
    padding-left:0;
}
.links-of-balloon ul li:last-child{
    background:unset;
}
.checkbox-cat {
    float: left;
    width: 31%;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 2px;
    border-right: 1px solid #cecece;
    padding: 0 1%;
}
.checkbox-cat:nth-child(3n){
    border-right:unset;
}
.checkbox-submit-btn {
    float: right;
    text-align: right;
}
.checkbox-buttons h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}
.checkbox-cat h3{
  font-size:18px;
  font-weight:700;
  margin-top:20px;
  margin-bottom:20px;
}
.checkbox-cat p.updated-check-box {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
}
.two-side-radio p.updated-check-box {
    float: left;
    margin-top: 25px;
    margin-left: 20px;
}
.two-side-radio p.updated-check-box:nth-child(2n) {
    margin-left: 0;
}
.two-side-radio {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.two-side-radio h3 {
    font-size: 25px;
    font-weight: 700;
}
.ballon-img {
    float: left;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ballon-img img.ballon-img-sm {
    margin: auto;
    width: 250px;
    float:none;
}
.ballon-img p.updated-check-box {
    float: none;
    margin: auto;
    text-align: center;
    padding-top: 23px;
}
.two-side-radio.sink p.updated-check-box {
    float: left;
    width: 100%;
    margin-left: 0;
}
.uploaded-field {
    margin-top: 25px;
}
textarea.bottom-text {
    margin-top: 30px;
    height: 350px;
    background: #f5f5f5 !important;
    border:1px solid #f5f5f5;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 1em 1em;
}
span.wpcf7-form-control-wrap.checkbox-addservices span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    width: 100%;
}

.quoteform h3 {
    font-size: 16px;
    font-weight: 400;
}


/* ========== RESPONSIVE STYLES // START ========== */

@media (max-width: 1150px) {
  .gallery-detail {
    width: 42%;
  }
}

@media (max-width: 1100px) {
  nav .menu li a {
    font-size: 16px;
  }

  .gallery-detail {
    width: 39.5%;
  }
}

@media (max-width: 1050px) {
  nav .menu li a {
    font-size: 15px;
  }

  .products-gallery .p-gallery-single p.img-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-detail {
    width: 37.5%;
  }
}

@media (max-width: 1020px) {
  .gallery-detail {
    width: 35%;
  }
}

@media (max-width: 980px){
  .logo {
    width: 100%;
  }

  nav {
    width: 100%;
    margin-top: 10px;
  }

   nav .burgermenu {
    display: block;
  }

  nav .menu {
    display: none;
    height: auto;
  }

  nav .menu {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  nav .menu li {
    width: 100%;
    height: auto;
    line-height: normal;
    float:  left;
  }

  nav .menu li a {
    display: block;
    padding-bottom: 6px;
    padding-left:  0;
    padding-right: 0;
    padding-top: 6px;
  }

  nav .menu li a:hover {
    border-bottom: none;
  }

  nav .sub-menu {
    padding-top: 0;
    position: static;
    top: 0;
    margin-top: 5px;
    margin-bottom:  5px;
    float:  left;
  }

  nav .sub-menu .sub-menu-container {
    margin-top: 0;
  }

  nav .sub-menu .lev2,
  nav .sub-menu .lev3,
  nav .sub-menu .lev4 {
    width: 100%;
    float: left;
    position: static;
    padding-bottom: 10px;
  }

  nav .sub-menu .lev2 {
    padding-top: 5px;
  }

  nav .sub-menu .lev3 {
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  nav .sub-menu .lev4 {
    padding: 10px;
  }

  nav .menu li.dropdown > a,
  nav .sub-menu ul li.dropdown2 > a {
    /* background: url(assets/images/nav-dropdown-img.png) no-repeat right 8px; */
  }

  .mobile-menu .dropdown .li-arrow {
    float: right;
    display: block;
    border: 1px solid red;
    padding: 5px;
    position: relative;
    z-index: 1;
  }

  .mobile-menu .dropdown .li-arrow img {
    width: 16px;
  }

  .mobile-menu .dropdown .li-arrow img.active-state {
    display: none;
  }

  .mobile-menu .dropdown.active > .li-arrow img.active-state {
    display: block;
  }

  .mobile-menu .dropdown.active > .li-arrow img.normal-state {
    display: none;
  }
  nav .menu li:hover .sub-menu-desk {
     display: none;
}
nav .sub-menu ul.lev2 li:hover ul.lev3-desk {
    display: none;
}
nav .sub-menu ul.lev3 li:hover ul.lev4-desk {
  display: none;
}

  .products-gallery .p-gallery-single,
  .products-gallery .p-gallery-single .p-gallery-content {
    height: 320px;
  }

  .products-gallery .p-gallery-single p.img-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .gallery,
  .gallery-detail {
    width: 100%;
    max-width: 100%;
  }

  .gallery-detail {
    border-left: none;
  }
.woocommerce-page div.product div.summary.entry-summary {width:100% !important;}
  .gallery img {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 22%;
  }

}

@media (max-width: 900px) {
  .products-catalogue .c-product-single {
    /* width: 31.5%; */
    /* margin-right: 2.75%; */
  }

  .products-catalogue .c-product-single:nth-child(4n) {
    margin-right: 2.75%;
  }

  .products-catalogue .c-product-single:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 800px){
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width:48% !important;margin-right: 0 !important;}
}

@media (max-width: 768px){
  .products-gallery .p-gallery-single, 
  .products-gallery .p-gallery-single .p-gallery-content {
    height: 240px;
  }

  .products-gallery .p-gallery-single p.img-title {
    font-size: 20px;
    height: 90px;
    padding-top: 10px;
  }

  .fancybox-navigation .fancybox-button {
    width: 38px;
    height: 77px;
    top: 40%;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 3%;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 3%;
  }

  .fancybox-caption {
    padding-left: 60px;
    padding-right: 60px;
  }

  .fancybox-slide--image {
    padding: 68px 62px;
  }

  .tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 100%;
  }
  .content-left.contact-us, .content-right.contact-us{width:100%;}
  .quoteform .field-wrapper-left, .quoteform .field-wrapper-right { width:100%;}
}

@media (max-width: 736px){
  .products-catalogue .products-info-bar .products-filter {
    clear: both;
    float: left;
  }
   .checkbox-cat {
    width: 100%;
    border:unset;
}
.ballon-img {
    width: 100%;
}
.contact-us .field-wrapper-left {
    width: 100%;
}
.contact-us .field-wrapper-right {
    width: 100%;
}
}

@media (max-width: 667px){
  .products-gallery .p-gallery-single {
    width: 48%;
    margin-right: 4%;
  }

  .products-gallery .p-gallery-single:nth-child(3n) {
    margin-right: 4%;
  }

  .products-gallery .p-gallery-single:nth-child(2n) {
    margin-right: 0;
  }

  .products-gallery .p-gallery-single,
  .products-gallery .p-gallery-single .p-gallery-content {
    height: 320px;
  }

  .products-gallery .p-gallery-single p.img-title {
    font-size: 22px;
  }
}

@media (max-width: 640px){
  .logo {
    max-width: 300px;
  }

  nav .burgermenu {
    margin-top: -74px;
  }

  .categories .cat-single {
    width: 48%;
    margin-right: 4%;
  }

  .categories .cat-single:nth-child(3n+1) {
    margin-right: 4%;
  }

  .categories .cat-single:nth-child(2n+1) {
    margin-right: 0;
  }

  .categories .cat-single img {
    /* width: 100% !important; */
    /* height: auto !important; */
  }

  .categories .cat-single:nth-child(2n+1), 
  .categories .cat-single:nth-child(3n+1), 
  .categories .cat-single:nth-child(3n+1) {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
    background: #0a0a0a;
  }

  .categories .cat-single:nth-child(3n+1) {
    background: transparent url(assets/images/cat-num-bg.png) repeat center center;
  }

  .categories .cat-single:nth-child(2n+1) img, 
  .categories .cat-single:nth-child(3n+1) img, 
  .categories .cat-single:nth-child(11n+1) img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  footer .footer-copyrights,
  footer .payment-info {
    width: 100%;
    text-align: center;
  }

  .products-catalogue .c-product-single {
    /* width: 48%; */
    margin-right: 0;
  }

  .products-catalogue .c-product-single:nth-child(4n) {
    margin-right: 4%;
  }

  .products-catalogue .c-product-single:nth-child(3n) {
    margin-right: 4%;
  }

  .products-catalogue .c-product-single:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 568px){
  .subscribe h4 br {
    display: none;
  }

  .products-gallery .p-gallery-single, 
  .products-gallery .p-gallery-single .p-gallery-content {
    height: 240px;
  }

  .products-gallery .p-gallery-single p.img-title {
    font-size: 20px;
    height: 90px;
    padding-top: 10px;
  }
  .banner.banner-small {
	  height:110px;
  }
  
  .banner-small span {
	font-size: 32px;
    line-height: 111px;
  }
}

@media (max-width: 480px) {
  .logo {
    max-width: 220px;
    margin-left: 0;
  }

  nav .burgermenu {
    margin-top: -66px;
    margin-right: -9px;
  }

  footer .footer-q-links,
  footer .footer-social-links {
    width: 100%;
    text-align: center;
  }

  .products-catalogue .products-info-bar h5 {
    float: left;
    clear: both;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .products-gallery .p-gallery-single {
    width: 100%;
    margin-right: 0 !important;
  }

  .products-gallery .p-gallery-single, 
  .products-gallery .p-gallery-single .p-gallery-content {
    height: 359px;
  }

  .products-gallery .p-gallery-single p.img-title {
    font-size: 24px;
    height: 106px;
    padding-top: 20px;
  }

  .fancybox-navigation .fancybox-button {
    width: 28px;
    height: 56px;
    top: 48%;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 2%;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 2%;
  }

  .fancybox-caption {
    padding-left: 44px;
    padding-right: 44px;
  }

  .fancybox-slide--image {
    padding: 68px 44px;
  }
 .home_featured-categories .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product { width:100% !important;
  margin: 0 0 2.992em;
	}

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product { width:49% !important;
  margin: 0 0 0.992em;
	}
	
	.home_featured-categories img {
		height:auto !important;
	}
}

@media (max-width: 414px){
  header .search-top {
    width: 240px;
    margin-right: 10px;
  }

  .categories .cat-single {
    width: 100%;
    margin-right: 0 !important;
  } 

  footer .footer-q-links {
    padding-left: 0;
  }
  
  footer .footer-q-links li {
    padding-left: 11px;
    padding-right: 4px;
  }

  .products-catalogue .c-product-single {
    width: 100%;
    margin-right: 0 !important;
  }
}

@media (max-width: 375px){
  
}

@media (max-width: 360px){
  .products-catalogue .products-info-bar .products-filter {
    padding-left: 10px;
  }
}

@media (max-width: 320px){
  .products-gallery .p-gallery-single, 
  .products-gallery .p-gallery-single .p-gallery-content {
    height: 320px;
  }
}

/* ========== RESPONSIVE STYLES // END ========== */