/*
 *@developer: Reiyad Alkhatib AKA Onereik - Farwall.com
 *@version: 1.0
*/

/* 
    Created on : Dec 13, 2016, 8:30:28 AM
    Author     : onereik
*/

.fw-main-wrapper {
  padding: 0;
  position: relative;
  width: 30%;
  display: inline-block;
  float: left;
  margin-right: 5%;
  margin-bottom: 40px;
}

.fw-main-wrapper:nth-child(3n+3) {
	margin-right: 0;
}

.fw-main-wrapper h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700;
  padding: 0px !important;
}
.fw-main-wrapper h3 span {
  font-weight: 400;
  padding-left: 8px;
  color: #9f9e9f;
  font-style: italic;
  font-size: 18px;
}
.fw-main-wrapper h3 span i {
  display: inline-block;
  width: 3px;
  margin-right: 6px;
  height: 14px;
  background-color: #6295ca;
  position: relative;
  transform: skewX(-15deg);
}
.fw-main-wrapper h3 span i:before {
  content: "";
  width: 3px;
  height: 14px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 3px;
  background-color: #13274c;
}
.fw-main-wrapper h3 span i:after {
  content: "";
  width: 3px;
  height: 14px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 6px;
  background-color: #d1253b;
}

.card__article p {
  color: #9f9e9f;
  font-size: 14px;
  line-height: 1.6em;
}

.fw-blog-post-wrapper {
  position: relative;
  z-index: 4;
}

.fw-blog-post {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1);
}
.fw-blog-post:hover .fw-blog-post--image img {
  transform: scale(1.05);
}
.fw-blog-post:hover:before {
  top: 140px;
}
.fw-blog-post:before {
  content: "";
  display: block;
  background-color: #ffffff;
  top: 120px;
  left: -20px;
  z-index: 3;
  width: 110%;
  height: 100px;
  position: absolute;
  transform: rotate(6deg);
  transition: all, 0.5s, cubic-bezier(0.55, 0, 0.1, 1);
}
.fw-blog-post--image {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.fw-blog-post--image:hover:before {
  opacity: 1;
}
.fw-blog-post--image:hover:after {
  opacity: 1;
  top: 50%;
}
.fw-blog-post--image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: block;
  z-index: 2;
  transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1);
}
.fw-blog-post--image:after {
  content: "+";
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  top: 60%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 32px;
  line-height: 30px;
  z-index: 2;
  opacity: 0;
  transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1);
}
.fw-blog-post--image img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  transition: all, 0.5s, cubic-bezier(0.55, 0, 0.1, 1);
  backface-visibility: hidden;
}
.fw-blog-post--description {
  text-align: left;
  position: relative;
  z-index: 4;
  padding: 0 20px 40px;
}
.fw-blog-post--tools {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.fw-blog-post--tools:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 30%;
  height: 1px;
  background-color: #e0dfe1;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 8%;
  cursor: pointer;
}
.icon svg {
  fill: #e0dfe1;
  transition: all, 0.2s, ease-in;
}
.icon:hover svg {
  fill: #9f9e9f;
}
.icon span {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 11px;
}

#links {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  font-size: 13px;
  font-family: tahoma;
  color: #fff;
  z-index: 22;
}

#links a {
  text-decoration: none;
  font-size: 2.3em;
  color: #fff;
}

#twitter {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

#pens {
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.fw-card-wrapper a {
	text-decoration: none !important;
	color: #3498db !important;
}

.fw-card-wrapper a:hover {
	color: #2980b9 !important;
}

.fw-card-wrapper h2 {
	line-height: 1.2;
	margin-bottom: 1.6rem;
}



.fw-card-wrapper {
	padding: 0;
	width: 32%;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 40px;
	vertical-align: top;
}

.fw-card-wrapper:nth-child(3n+3) {
	margin-right: 0;
}

/**
 * Helpers
 */
.border-tlr-radius { 
	border-top-left-radius: 2px;
	border-top-right-radius: 2px; 
}

.text-center { text-align: center; }

.radius { border-radius: 2px; }

.padding-tb { padding-top: 1.6rem; padding-bottom: 1.6rem;}

.shadowDepth0 { box-shadow: 0 1px 3px rgba(0,0,0, 0.12); }

.shadowDepth1 {
   box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);      
}


/**
 * Card Styles
 */

.card {
	background-color: #fff;
	margin-bottom: 1.6rem;
}

.card__padding {
	padding: 1.6rem;
}
 
.card__image {
	max-height: 180px;
	height: 180px;
	background-color: #eee;
}
	.card__image img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		object-fit: cover !important;
		display: block;
	}

.card__content {
	position: relative;
	text-align: left;
}

/* card meta */
.card__meta time {
	font-size: 1.5rem;
	color: #bbb;
	margin-left: 0.8rem;
}

/* card article */
.card__article a {
	text-decoration: none !important;
	color: #444 !important;
	transition: all 0.5s ease;
}
	.card__article a:hover {
		color: #2980b9 !important;
	}

/* card action */
.card__action {
	overflow: hidden;
	padding-right: 1.6rem;
	padding-left: 1.6rem;
	padding-bottom: 1.6rem;
}
	 
.card__author {}

	.card__author img,
	.card__author-content {
		display: inline-block;
		vertical-align: middle;
	}

	.card__author img{
		border-radius: 50%;
		margin-right: 0.6em;
	}

.card__share {
	float: right;
	position: relative;
	margin-top: -42px;
}

.card__social {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	width: 160px;
	transform: translateZ(0);
  	transform: translateX(0px);
  	transition: transform 0.35s ease;
}
	.card__social--active {
		visibility: visible;
		/*z-index: 3;*/
		transform: translateZ(0);
 		transform: translateX(-48px);
  		transition: transform 0.35s ease;
	}

.card__social a {
	color: white !important;
}	
	
.share-toggle {
	z-index: 2;
}
.share-toggle:before {
	content: "\f1e0";
	font-family: 'FontAwesome';
	color: #3498db;
}
	.share-toggle.share-expanded:before {
		content: "\f00d";
	}

.share-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease;
	outline: 0;

	box-shadow: 
	  		0 2px 4px rgba(0,0,0, 0.12),
	    	0 2px 4px rgba(0,0,0, 0.24);
}
	.share-icon:hover,
	.share-icon:focus {
		box-shadow: 
	  		0 3px 6px rgba(0,0,0, 0.12),
	    	0 3px 6px rgba(0,0,0, 0.24);

	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
	}

.facebook {
	background-color: #3b5998; 
}
.twitter {
	background-color: #00abe3; 
}
.googleplus {
	background-color: #d3492c;
}

.facebook,
.twitter,
.googleplus {
	color: #fff;
}

.facebook:hover,
.twitter:hover,
.googleplus:hover {
	color: #eee;
}



/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/* carousel */
#quote-carousel 
{
  padding: 30px 20px;
  margin-top: 30px;
  background: white;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel blockquote {
	background: transparent !important;
}

/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 30px;
  margin-right: -19px;
}

#quote-carousel .carousel-inner {
	height: auto !important;
	padding: 20px;
}

#quote-carousel blockquote:before {
	font-size: 7em !important;
	color: #1b97dc;
	margin-right: 0 !important;
}

#quote-carousel ol {
	display: inline-block;
}

#quote-carousel blockquote p {
	padding: 20px 10px !important;
	display: block;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #1b97dc;
  display: inline-block;
}
#quote-carousel .carousel-indicators .active 
{
  background: #1b97dc;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}*/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/


/**
  MEDIA QUERIES
*/


@media screen and (max-width : 620px) {
	.fw-card-wrapper {
		width: 48%;
		margin-right: 4% !important;
	}
	
	.fw-card-wrapper:nth-child(even) {
		margin-right: 0 !important;
	}

	
	
	/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
	
	 #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
	/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
/******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********//******** CAROUSEL VIEW *********/
	
}

@media screen and (max-width : 520px) {
	.fw-card-wrapper {
		width: 100%;
		margin-right: 0 !important;
	}
	
	.fw-scroll-products li.eshop_product a:link {
	    white-space: break-spaces;
	}
}



/*end of mod_fwnews */

/*start of mod_fw_Eshop_category */


.fw-eshopcat-container {
	display: table;
	width: 100%;
}

.fw-cat-box {
	width: 23%;
	display: inline-block;
	position: relative;
	margin-right: 2%;
	margin-bottom: 3px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 40px;
	background: white;
	padding: 0;
	border: solid 1px #e6e6e6;
}

.fw-catimg-container {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	
}

.fw-eshop-layer {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2147483647 !important;
	transition: all 0.7s ease;
	display: none;
}

.fw-catimg-container:hover > .fw-eshop-layer {
	display: block;
	background: rgba(68, 98, 196, 0.5);
}

.fw-eshopcat-container  .fw-cat-box:nth-child(4n) {
	margin-right: 0;
}

.fw-cat-box a {
	display: block;
}

.fw-cat-box a:link, .fw-cat-box a:visited {
	font-weight: 600;
	text-decoration: none;
	color: white;
}

.fw-cat-box a span {
    padding:10px;
	margin-bottom: 0;
	display: block;
    position: relative;
	background: #1b97dc;
	font-weight: lighter !important;
	font-size: 0.95em;
    /*top: -50px;*/
}

.fw-cat-box img {
	width: 100%;
	height: 200px;
	padding: 10px;
	object-fit: contain;
	
}

@media screen and (max-width : 680px)  {
	
	.fw-cat-box, .fw-eshopcat-container .fw-cat-box:nth-child(4n) {
		width: 49%;
		margin: 0 auto 20px;
		margin-right: 2%;
	}
	
	.fw-eshopcat-container  .fw-cat-box:nth-child(even) {
		margin-right: 0;
	}
	
	.fw-eshopcat-container  {
		text-align: center;
	}
}

@media screen and (max-width : 440px) {
	.fw-cat-box {
		width: 100% !important;
		margin: 0 auto 20px !important;
	}

}
/* end of fw_eshop_category */

@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul, ol {
	margin: 0 0 0 0;	
}



html,body {
	font-family: 'Lato', sans-serif;
	height: 100%;
	color: #444;
	line-height: 1.625;
	background-size: 100% 100%;
	background-attachment: fixed;
	font-size: 1em;
        background: #f0f0f0;

/*        background: #fbfbfb;*/
}

#wrapper {
    min-height: 100%;
    margin-bottom: -100px;
}

header#header {
    background: white;
	height: 90px;
	position: relative;
/*    padding-bottom: 13px;*/
}

header#header .centered-container {
	align-self: center;
	position: absolute;
	left: 0; 
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
}

#products-list .clearfix {

    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: flex-end;
    justify-content: space-evenly;
    width: 100%;
  margin-bottom: 15px;
  
}


#products-list .fw-cat-product {
  flex: 0 0 23%;
}

.list .eshop-image-block {
  float: none !important;
  width: 100%;
}

.list .eshop-info-block {
  display: block;
  width: 100%;
  text-align: center;
  float: none;
}

.list .eshop-buttons {
  bottom: 0;
    right: 0px;
    width: auto;
    text-align: center;
    display: block;
    position: relative;
    margin: 20px auto;
}

#logo a {
	display: block;
	position: relative;
}

.fw-push, footer#footer {
    min-height: 100px;
}

#top-bar {
    background: #1b97dc;
    color: white;
    width: 100%;
    font-size: 0.8em;
    z-index: 200;
}

/* #footer, #container, #section2, #section3, #section4 {
	display: none !important;
} */

#top-bar .fw-three-cols:last-child {
	width: 30%;
}

#top-bar .fw-three-cols:first-child {
   width: 70%;
}

#top-bar .fw-inline-cols {
	display: flex;
	justify-content: space-evenly;
	column-gap: 100px;
}

#top-bar .fw-three-cols {
	display: block;
}

#top-bar a {
    text-decoration: none;
}

header#header input#keyword {
    border: none;
    border-bottom: 1px solid #1b97dc;
    background: transparent;
    color: black;
}

header#header .fw-inline-cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: center;
}

#logo.fw-three-cols {
	
}

#cart-search.fw-grd25 {
	width: 30%;
}

.centered-container {
    width: 1180px;
    margin: 0 auto;
    padding: 0;
}

.centered-container-small {
    width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.fw-inline-cols {
    display: table;
    width: 100%;
}

.fw-three-cols {
    display: inline-block;
    width: 33%;

}

#top-bar .fw-three-cols {
    line-height: 30px;
}

.fw-four-cols {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.middle-col {
    text-align: center;
}

.right-col {
    float: right;
}

.fw-padd {
    padding: 40px 0;
}

header#header .fw-padd {
    padding: 0 0;
}


#top-bar .fw-three-cols:last-child, header#header .fw-three-cols:last-child {
    text-align: right;
}



#top-bar p {
    margin: 0;
}

#top-bar ul {
    display: inline-block;
}

#top-bar ul li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin-right: 17px;
}

#top-bar a:link, #top-bar a:visited {
    color: white;
}

nav#nav {

}

nav#nav .centered-container {
    padding: 0;
}

#top-menu {
    margin: 0;
/*     font-family: 'Ubuntu Condensed', sans-serif; */
}



.fw-two-cols-con .fw-two-cols, #top-below-inner-content {
    background: white;
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.below-component {
	display: table;
}

#top-below-inner-content {
    margin-top: 50px;
}

.fw-faqs-title, .fw-faqs-desc {
    max-width: 95%;
}

.fw-two-cols-con .fw-two-cols {
    display: inline-block;
}


.fw-grd15 {
    width: 15%;
}

.fw-grd25 {
    width: 25%;
}

.fw-grd65 {
    width: 65%;
}

.fw-grd8 {
    width: 80%;
}

.fw-grd2 {
    width: 20%;
}

.fw-grd5 {
    width: 48%;
    margin-right: 2%;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 35px 15px 15px;
    vertical-align: middle;
}

.fw-grd4 {
    width: 38%;
    margin-right: 2%;
}

.fw-grd6 {
    width: 58%;
}

.top-align {
    vertical-align: top;
}

.centered-container .fw-grd5:last-child {
    margin-right: 0;
}

nav#nav .fw-two-cols:last-child {
    text-align: right;
}

#top-menu {
    position: absolute;
	left: 210px;
	top: 20px;
}

#top-menu ul {
	display: flex;
	justify-content: space-between;
}

#top-menu a:link, #top-menu a:visited {
	text-decoration: none !important;
}

#top-menu ul li {
    text-transform: uppercase;
    color: #454545;
    position: static;
	margin: 0 10px;
	list-style: none;
}

#top-menu ul.nav > li i.fa {
    display: none;
}

#top-menu ul li:last-child {
    border-right: none;
    margin-right: 0;
}


#top-menu ul li a:link {
	color: inherit;
	transition: color 0.5s ease, background 0.5s ease-out;
	text-decoration: none;
	font-size: 1em;
        display: block;
        width: 100%;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        line-height: 45px;

}


#top-menu ul li a:visited {
	color: inherit;
	font-size: 1em;
	text-decoration: none;
}

#top-menu ul li > span a:hover {
	text-decoration: none;
}

#top-menu ul li.active {
}

#top-menu ul li:hover {
}

#top-menu ul li.active a {

}
 

#top-menu ul.nav > li > ul.nav-child {
    z-index: 99999999 !important;
    position: absolute;
    display: none;
    padding-left: 10px;
    text-align: left;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    background: white;
    border-bottom: 2px solid #1b97dc;
    border-top: 5px solid white;
    padding: 10px 0;
    box-shadow: 0 1px 5px #fefefe;
      
}

#top-menu ul.nav > li > ul.nav-child li a i.fa {
    display: inline-block;
    color: #666;
    font-size: 1em;
    font-weight: light;
    width: unset;
    padding: 0 5px;
	position: absolute;
	right: 15px;
}


#top-menu ul li:hover > ul.nav-child {
    display:block;

}



#top-menu ul.nav > li > ul.nav-child > li {
	float: none;
	display: block;
	border: none;
	text-align: left;
	margin: 0 !important;
	margin-bottom: 0.1em !important; 
	padding: 4px !important;
	font-weight: bold !important;
	font-size: 1em !important;
	line-height: 28px;
        height: 28px;
	
	
}

#top-menu ul.nav > li > ul.nav-child > li.divider {
    margin-right: 10px !important;
}

#top-menu ul.nav > li > ul.nav-child > li .separator img {
    max-height: 150px;
}

#top-menu ul.nav > li > ul.nav-child > li .separator .image-title {
    font-size: 0;
}

#top-menu ul.nav-child li a:link, #top-menu ul.nav-child li a:visited {
	color: #666 !important; 
        font-ize: 0.9em;
        font-weight: lighter;
	text-decoration: none !important;
}

#top-menu ul.nav-child li:hover > li, 
#top-menu ul.nav-child li:hover,  
#top-menu ul.nav-child li:hover > a:link,
#top-menu ul.nav-child li:hover > a:visited {
	background: #1b97dc;
	color: white !important;
}

#top-menu ul li ul.nav-child li a, #top-menu ul.nav-child ul.nav-child li a {
/*     height: 20px; */
    line-height: 20px;
    text-transform: none !important;
}

#top-menu ul.nav-child ul.nav-child {
    display: none;
	position: absolute;
	left: 100%;
	margin-top: -30px;
	/* border: 1px solid #1b97dc; */
	box-shadow: 1px 1px 30px #1b97dc;
	background: white;
	width: 300px;
}

#top-menu ul.nav-child ul.nav-child li {
    display: static;
	width: 100%;
    line-height: auto;
	height: auto;
    padding: 6px 0;
    border: none;
	margin-right: 0;
}

#top-menu ul.nav-child ul.nav-child li a:link {
	font-size: 0.9em;
}

#slideshow {
    position: relative;
    width: 100%;
}

#section1 {
    text-align: center;
}

#section1 h1 {
    font-size: 2.4em;
    font-weight: bolder;
}

#section1 h2 {
    font-size: 2.7em;
    font-weight: 100;
}

#section3 {
    background: white;
    text-align: center;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    display: table;
    width: 100%;
}

#section4 {
    text-align: center;
    display: table;
    width: 100%;
}

.bottom-full {
	display: table;
}

#section3 .fw-card-wrapper {
    margin-bottom: 0;
}

.fw-left-col, .shared_width {
    display: inline-block;
    vertical-align: top;
}

.fw-left-col {
    width: 21%;
    margin-right: 3%;
}

.shared_width {
    width: 74%;
}

.fw-left-col #advancedSearchForm i.fa {
    display: none;
}

.fw-left-col .moduletable h3:first-child {
    text-transform: uppercase;
    background: #1b97dc;
    padding: 10px 15px;
    font-size: 1.1em;
    color: white;
}

.fw-left-col ul.nav {
    margin-top: 20px;
}

.fw-left-col ul.nav li a:link, .fw-left-col ul.nav li a:visited {
    color: black;
    text-decoration: none;
    margin-bottom: 8px;
}

footer#footer {
    color: #727272;
}

footer#footer ul.nav li i.fa {
    display: none;
}

footer#footer ul.nav li a:link, footer#footer ul.nav li a:visited,
footer#footer ul.nav li a:active {
    color: inherit;
    text-decoration: none;
    margin-bottom: 4px;
}

footer#footer .fw-padd {
    padding: 25px 0;
}

footer#footer .fw-four-cols p:last-child, #footer-bot p {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer-top {
    background: #e0e0e0;
}

#footer-bot {
    background: #1b97dc;
    padding: 0;
    text-align: center;
    color: white;
}

#footer h3 {
    color: #434343;
    font-size: 1.6em;
    padding-bottom: 10px;
}

footer#footer .fw-socialicons ul {
    display: inline-block;
}

footer#footer .fw-socialicons ul li {
    display: inline-block;
    float: left;
    list-style: none;
}

footer#footer i.fa {
    border-radius: 0;
    color: #1b97dc;
    margin-right: 10px;
    background: transparent;
    font-size: 1.2em;
/*    background: #555555;
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    margin-right: 7px;
    padding: 3px;
    width: 30px;*/
}


#map {
    width: 100%;
    height: 200px;
}

/* Custom farwall modules */

.fw-socialicons {
    display: inline-block;
}

i.fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: white;
    color: #1b97dc;
    border-radius: 100%;
    text-align: center;
}

.sitemap i.fa {
    color: #01598b;
	background: transparent;
	height: 20px;
	width: 20px;
	position: absolute;
	margin-top: 3px;
    border-radius: 100%;
    text-align: center;
	font-size: 1.3em;
}

.sitemap a:link, .sitemap a:hover {
	text-decoration: none;
}

.sitemap ul.nav-child {
	padding-left: 20px;
}

.sitemap .nav-child {
	display: none;
}


header#header i.fa {
    color: #1b97dc;
    background: transparent;
}

#cart-search .moduletable {
    display: inline-block;
}

#cart-search.fw-three-cols {
	vertical-align: unset;
}

#cart-search .fw-search-toggle i.fa {
    padding: 15px 15px !important;
    font-size: 0.95em;
    font-weight: lighter;
    border: 1px solid #c5c5c5;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 0;
    width: auto;
    height: auto;
    color: black;
    cursor: pointer;
}

#fw-header-search {
    display: none;
    text-align: right;
	position: absolute;
    top: 90px;
    z-index: 99999;
    background: white;
    right: 0;
    padding: 30px;
}

.eshop-items a #eshop-cart-total, .fw_slider_btn-container {
    background: white !important;
    padding: 15px 8px !important;
    font-size: 0.95em;
    font-weight: lighter;
    border: 1px solid #c5c5c5;
}

.fw-eshop-main-cat, .fw-eshop-cat-wrap {
    background: white;
    text-align: center;
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    display: table;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.fw-eshop-cat-wrap {
    padding: 10px 0 0 0;
}

.fw-eshop-cat-wrap .eshop-info-block h5 {
    margin: 10px 0 0;
    padding: 10px;
    display: block;
    position: relative;
    background: #1b97dc;
}

.fw-eshop-cat-wrap .eshop-info-block h5 a:link,
.fw-eshop-cat-wrap .eshop-info-block h5 a:visited {
    text-decoration: none;
    color: white;
}

.eshop-sub-categories-list .row-fluid {
   /* border-bottom: 1px solid #d5d5d5; */
    border: none;
}

.eshop-sub-categories-list hr {
    display: none;
}

.fw_slider_btn-container {
    max-width: 180px;
    margin-top: 20px;
}

.eshop-items a.fw-cart-total, #header #eshop-cart-total i.fa {
    color: #1b97dc;
    font-weight: bolder;
}

.fw_slider_btn-container a:link, .fw_slider_btn-container a:visited, .fw_slider_btn-container a:active,
.fw_slider_btn-container a:hover, .fw_slider_btn-container a {
    text-shadow: none !important;
    font-family: inherit !important;
    font-size: 2em !important;
    color: #1b97dc !important;
    font-weight: bolder !important;
}

#eshop-cart .eshop-items a span.fw-total-products {
    background: white !important;
    color: #1b97dc !important;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin: 0;
}

#eshop-cart-total i.fa {
    color: white;
    background: transparent;
}

.fw-fields input, .fw-fields textarea {
    width: 100%;
    display: block;
}

.fw-fields textarea {
    height: 122px;
}

/* Custom farwall modules ends here */

/* Modules styling overrides */
.eshop-filter {
    padding: 0;
}

header#header #advancedSearchForm .fw-adv-search-btns {
    display: none;
}

header#header #advancedSearchForm, header#header #advancedSearchForm #accordion {
    margin: 0;
}

.nextend-arrow-previous, .nextend-arrow-next {
    border: 3px solid white;
    border-radius: 100%;
}

.fw-eshop-product-list li.eshop_product, .fw-cat-product {
    padding: 10px 0;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    margin-right: -1px !important;
}

/*.fw-eshop-product-list li.eshop_product:only-child, #products-list .fw-cat-product:only-child {
    border: 1px solid #e7e7e7;
}

.fw-eshop-product-list li.eshop_product:first-child , 
.fw-eshop-product-list li.eshop_product:nth-child(4n),
#products-list .fw-cat-product:first-child,
#products-list .fw-cat-product:nth-child(1n+4){
    border-right: 1px solid #e7e7e7;
}*/

#products-list .fw-cat-product {
/*    width: 25% !important;
    margin:0;
    margin-bottom: 10px;*/
    background: white;
}

.fw-shadow-box {
    background: white;
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;    
}

.fw-mar-box {
    margin-top: 20px;
}

.img-polaroid {
    border: none;
    box-shadow: none;
    background: transparent;
}

li.eshop_product .image {
    padding: 20px 10px;
}

#products-list .eshop-image-block {
    padding: 50px 0 20px;
}

li.eshop_product a,
.fw-cat-product a.fw-eshop-product-title, 
.eshop-buttons a.fw-product-button {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
}

li.eshop_product a.fw-eshop-product-title,
.fw-cat-product a.fw-eshop-product-title {
    display: block;
    padding: 0 10px;
    height: 40px;
}

li.eshop_product a.fw-eshop-bestseller-title {
    color: #434343;
    display: block;
    margin: 0 auto;
    max-width: 150px;
}

li.eshop_product a.fw-product-button,
.eshop-buttons a.fw-product-button,
a.fw-product-button i.fa {
    color: #434343;
}

li.eshop_product .price,
.eshop-product-price .price {
    font-size: 1.5em;
    color: black;
}

.eshop-cart-area input {
/*    font-weight: bold;*/
}

li.fw-bestseller {
    border: none !important;
}

.tabbable ul#productTab li {
    margin-right: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.tabbable ul#productTab li a:link {
    color: white;
    text-decoration: none;
    font-size: 1.15em;
    padding: 5px 15px;
    background: #1b97dc;

}

.tabbable ul#productTab li.active a:link {
    color: #1b97dc;
    background: white;
}

.eshop_advanced_search {
    color: #999 !important;
}

.eshop-filter a {
    color: #434343;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    text-transform: uppercase;
}

.eshop-filter a:hover, .eshop-filter a:active {
    text-decoration: underline;
}

.eshop-filter {
    border: none;
    box-shadow: unset;
}

.noUi-connect {
    background: #1b97dc;
}

.noUi-handle::before, .noUi-handle::after {
    background: #999;
}

.fw-left-col input#keyword {
    margin-top: 10px;
}

#fw-login-comp {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 35px 15px 15px;
    background: white;
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}



#fw-login-comp form {
    background: transparent;
    border: none;
    box-shadow: unset;
    border-radius: 0;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

#user-registration, #member-registration, .item-page {
    border-radius: 0;
    background: white;
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.item-page {
    padding: 25px;
}

.fw-products-heading {
    border-bottom: 1px solid #e7e7e7;
}

.fw-products-heading h1 {
    padding: 0 10px;
    margin-bottom: 20px;
    color: #444;
}

#eshop-cart .eshop-content {
    right: 0;
    max-width: auto;
    min-width: 550px;
}

#eshop-cart .eshop-remove-item img{
    display: none !important;
}

.eshop-mini-cart-info .eshop-image img {
    width: 100px;
    border: none;
}

input#min_price, input#max_price, input#min_weight, input#max_weight {
    width: 47%;
}


/*Scroll Featured products */
.fw-scroll-products { 
    display: inline-block;
    overflow: hidden;
    width: 100%;
    min-width: 1030px;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.fw-scroll-products i.fa {
    width: 44px;
    height: 44px;
    line-height: 24px;
    background: white;
    border-radius: 100%;
    text-align: center;
    color: gray;
    background: transparent;
    border: 3px solid gray;
    padding-top: 8px;
    box-shadow: 1px 1px 10px;
}

div.scrollingHotSpotLeft
{
	width: 30px;
	height: 100%;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 99999999;
	left: 0;
	cursor: url(../images/cursors/leftarrow.png), url(../images/cursors/leftarrow.png),w-resize;
}

div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/cursors/leftarrow.png);				
	background-repeat: no-repeat;
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity = 100); 
	zoom: 1;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	width: 30px;
	height: 100%;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 9999999;
	right: 0;
	cursor: url(../images/cursors/rightarrow.png), url(../images/cursors/rightarrow.png),e-resize;

}

div.scrollingHotSpotRightVisible
{
	background-image: url(../images/cursors/rightarrow.png);
	background-repeat: no-repeat;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	zoom: 1;
}


div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

.scrollLeft, .scrollRight {
	position: absolute;
	font-size: 2em;
	height: 100%;
	cursor: pointer;
	top: 50%;
	margin-top: -1.8%;
}

.scrollLeft:hover, .scrollRight:hover {
	color: white;
}

.scrollLeft {
	left: 10px;
}

.scrollRight {
	right: 10px;
}

.fw-scroll-products li.eshop_product {
    float: none;
    display: inline-block;
    margin-right: 25px;
    border: solid 1px #e6e6e6;
    background: white;
}

.fw-scroll-products li.eshop_product a:link {
    padding: 0 10px;
}

/* Modules styling overrides ends here */


span.mobile-parent {
    display: none;
}

.btn-navbar-container {
    display: none;
    position: relative;
    right: 0;
    z-index: 999999999 !important;
    padding-left: 10px;
}

.btn_navbar {
    height: 5px;
    background: black;
    width: 40px;
    margin: 10px 30px 10px 0;
    float: left;
    cursor: pointer;    
    transition-duration: 0.4s, 0.4s;

}

.btn_navbar:before {
    content: "";
    height: 5px;
    top: -10px;
    background: black;
    display: block;
    position: relative;
}

.btn_navbar:after {
    content: "";
    height: 5px;
    bottom: -5px;
    background: black;
    display: block;
    position: relative;
}

.active_bar {
    transform: rotate(90deg);
}


.fw-two-cols h3 {
	padding: 15px 0;
}


/* Category Blog Override CSS Styles */
/*
.fw-cat-box {

	width: 16%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: 3px;
}

.fw-catimg-container {
	display: block;
	position: relative;
	overflow: hidden;
	
}

.fw-eshop-layer {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2147483647 !important;
	transition: all 0.7s ease;
}

.fw-catimg-container:hover > .fw-eshop-layer {
	display: block;
	background: rgba(68, 98, 196, 0.5);
}


.fw-eshopcat-container  .fw-cat-box:nth-child(3n) {
	margin-right: 0;
}

.fw-cat-box {
	transition: all 0.5s ease;
}

.fw-cat-box:hover {
	transform: scale(0.97);
}

.fw-cat-box a {
	display: block;
}

.fw-cat-box a:link, .fw-cat-box a:visited {
	font-weight: 600;
	text-decoration: none;
	color: #4462c4;
}

.fw-cat-box a span {
    padding:10px;
	margin-bottom: 15px;
	display: block;
    position: relative;

}

.fw-cat-box img {
	width: 100%;
	object-fit: cover;
	height: 320px;
}


.cat-pure-link {
	text-align: center;
}

.cat-pure-link a {
	font-weight: lighter;
	font-size: 1.5em;
}
*/

/* Category Blog css styles override */


#payment-address  label.checkbox {
	color: white;
	background: #ce0000;
	font-size: 1.2em;
	padding: 10px 30px;
	cursor: pointer;
}

#payment-address input[type=checkbox] {
	-ms-transform: scale(1.4); /* IE */
  -moz-transform: scale(1.4); /* FF */
  -webkit-transform: scale(1.4); /* Safari and Chrome */
  -o-transform: scale(1.4); /* Opera */
  transform: scale(1.4);
}


.fw-adv-keyword .input-prepend {
	font-size: 0.8em;
	float: none;
	margin: 0 auto;
	margin-right: 80px !important;
}

iframe {
	max-width: 100%;
}

#dynamic_recaptcha_1 {
    margin-bottom: 20px;
}

.fw-scroll-products .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
}

.fw-slick-eshop-product .slick-carousel-nav-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
}

.fw-slick-eshop-product .slick-carousel-nav-arrows .fw-arrow-left {
    left: 0px;
    position: absolute;
}

.fw-slick-eshop-product .slick-carousel-nav-arrows .fw-arrow-right {
    right: 0px;
    position: absolute;
}

.fw-slick-arrow i.fa {
    font-size: 1.5em;
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.fw-news-container {
    display: table;
}

.mod-login__options  li {
    list-style: none;
}

.input-password-toggle, meter {
    display: none;
}


.eshop-sub-categories-list .span3 {
    float: left;
    margin-right: 4%;
    width: 22%;
}

.eshop-sub-categories-list .row-fluid .span3:last-child {
    margin-right: 0;
}

#eshop-main-container .product-info > .row-fluid {
    display: table;
    width: 100%;
}

#eshop-main-container .product-info > .row-fluid .span4.fw-shadow-box,
#eshop-main-container .product-info > .row-fluid .span8.fw-shadow-box {
    float: left;
}

#eshop-main-container .product-info > .row-fluid .span4.fw-shadow-box {
    width: 31%;
}

#eshop-main-container .product-info > .row-fluid .span8.fw-shadow-box {
        width: 65%;
    margin-left: 36px;
}

.eshop-quantity-value {
    border: 2px solid #222;
    margin-bottom: 15px;
}

.fw-checkout-page .checkout-content {
    background: white;
}

#checkout-options .no_margin_left {
    width: 60%;
}

#payment-address .no_margin_left {
    float: none;
    width: 100%;
}

footer#footer ul.nav li {
    display: block;
    width: 100%;
}

.onereik-eshop-checkcart-small {
    max-width: 520px;
}

/* responsive */

@media screen and (max-width: 1110px) {
    .fw-scroll-products li.eshop_product {
        display: block;
        margin-bottom: 35px;
    }
    
    .fw-slick-eshop-product .slick-carousel-nav-arrows {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .centered-container, .centered-container-small, #top-menu ul.nav > li > ul.nav-child,
    #main-component, #top-menu, #top-bar .fw-three-cols:first-child, #top-bar .fw-three-cols:last-child,
	#cart-search.fw-grd25 {
        width: 100%;
    }
	
    .eshop-sub-categories-list .span3 {
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .eshop-sub-categories-list .row-fluid .span3:last-child {
        margin: 0 auto;
    }


  #products-list .clearfix {
    display: block;
  }
  
	#cart-search.fw-grd25 {
		padding-top: 50px;
	}
	
	#top-bar .fw-three-cols:first-child {
		margin-bottom: 30px;
	}
	
	header#header .centered-container, #top-menu {
		position: relative;
	}
	
	#top-menu {
		width: 100%;
		left: 0;
		
	}
	
	#logo {
		text-align: center;
	}
	
	#top-bar .fw-inline-cols, header#header .fw-inline-cols {
		display: block;
	}
    
    header#header {
        display: table;
        width: 100%;
        padding-bottom: 30px;
    }
    
    .fw-three-cols, nav#nav .fw-two-cols:last-child {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
	

    header#header .fw-three-cols:last-child {
        text-align: center;
        margin-top: 20px;
    }
    
    .fw-left-col, .shared_width {
        display: block;
        float: none;
        width: 100%;
        margin: 10px 0 10px;
    }
    
    .eshop_advanced_search .notransition {
        display: none;
    }
    
    .eshop_advanced_search #eshop-price {
        display: block;
    }
    
    #top-bar {
        border-bottom: 1px solid white;
    }
    
    .btn-navbar-container {
        display: block;
    }
    
    #top-menu {
        display: none;
        margin-top: 0;
    }
    
    .nav_toggled_expanded {
        display: block !important;
    }
    
    #top-menu ul {
        width: 100%;
        display: table;
        margin-bottom: 40px;
    }
    
    #top-menu ul li {
        display: table;
        position: relative;
        width: 100%;
        text-align: center;
        border: none;
        margin-right: 0;
        height: auto !important;
    }
    
    #top-menu ul li:hover, #top-menu ul li.active {
        border: none;
    }
    
    #top-menu ul li.active, #top-menu ul li {
        border-bottom: 1px solid white !important;
    }
    
    span.mobile-parent {
        display: inline-block;
        position: absolute;
        left: 10px;
        width: 40px;
        background: #1b97dc;
        color: white;
        font-size: 1.3em;
    }
    
    #top-menu ul li:hover > ul.nav-child {
        display: none;
    }
    
    ul.nav-child {
        position: relative !important;
        width: 100%;
        display: table;
    }
    
    ul.nav-child li ul.nav-child {
        display: none;
    }
    
    ul.fw-nav-child-open {
        display: block !important;
        height: auto !important;
    }
    
    #top-menu ul li > ul.nav-child {
        margin: 0 !important;
        padding: 10px 0 10px;
    }
    
    #top-menu ul.nav > li > ul.nav-child {
        padding: 10px 0 10px;
        border-bottom: none;
    }
    
    #top-menu ul.nav > li > ul.nav-child > li {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    
    #top-menu ul.nav > li > ul.nav-child > li .separator img,
    #top-menu ul.nav li > ul.nav-child li.divider {
        display: none;
    }
    
    #top-menu ul li > ul.nav-child li .nav-header {
        padding: 3px 0;
    }
    
    header#header .fw-three-cols {
        display: table;
    }
    
    .fw-scroll-products {
        min-width: auto;
        max-width: 100%;
    }
    
    #top-bar .fw-three-cols, #top-bar .fw-three-cols:last-child {
        text-align: center;
    }
	
	#top-menu ul.nav > li > ul.nav-child li a i.fa {
		display: none !important;
	}
	
	#top-menu ul.nav-child ul.nav-child {
		display: none;
		left: 0;
		width: 100%;
		position: relative;
		margin-top: 10px;
	}
	
}

@media screen and (max-width: 790px) {
    .fw-four-cols {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 35px;
    }
    .onereik-eshop-checkcart-small {
        margin: 0 auto;
    }
    
    .slick-track {
        width: 100% !important;
    }
    
    #products-list .fw-cat-product {
        width: 100% !important;
        display: block;
        float: none;
    }
    
    .eshop-product-show, .eshop-product-sorting, .eshop-product-sorting .input-large {
        width: 100%;
    }
    
    .fw-two-cols, .fw-grd2, .fw-grd3, .fw-grd4, .fw-grd5,
    .fw-grd6, .fw-grd7, .fw-grd8, .fw-grd9 {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 25px;
    }
    
    #inner-component-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    
    .checkout-content .no_margin_left {
		display: table !important;
		float: none;
		width: 100% !important;
	}
	

    

}

@media screen and (max-width: 690px) {
    textArea {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
      #eshop-cart .eshop-content {
        min-width: 0;
        max-width: auto;
    }
    
/*    div.scrollableArea {
        width: 100% !important;
    }*/
	
	.checkout-content .no_margin_left {
		display: table !important;
		float: none;
		width: 100% !important;
		margin-bottom: 90px !important;
	}
	

}

@media screen and (max-width: 480px) {
     ul.nav-tabs li {
        margin-bottom: 15px;
    }
    
    .product-info .tab-content {
        border: 1px solid #e7e7e7;
    }
}