/*
Theme Name: RM-Harddepo
Theme URI: https://rastmobile.com
Author: RastMobile
Author URI: https://rastmobile.com
Description: Shopping Theme for Hard Depo
Tags: one-column, two-columns, right-sidebar, left-sidebar,full-width-template,rtl-language-support,sticky-post,theme-options, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: rastmobile
Version: 2.2
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*------------------------------------------------------------------

[Table of contents]

1. Body / body, html
2. General elements / typography, links, buttons, headings, form elements, images
3. Header / header, logo, breadcrumbs, header slider
4. Navigation / main menu, megamenu
5. Content / #content
6. Footer, footer extras, footer social
7. Sidebar / widgets
8. Blog / article, post formats, comments, pagination
9. Contact page
10. Gallery page / gallery single
11. 404 page
12. Unyson elements 

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ 1. Body / body, html ]
*/
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Inter', sans-serif !important;
  color: #737373;
  font-size: 14px;

  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* required for containers to inherit vertical size from window */
html, body {
  min-height: 100%;
  height: 100%;
}

/* Site loader */
body:before,
body:after {
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}

body:not(.pace-done) {
  background: #fff;
}

.spinner_wrapper {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  overflow: hidden;

  justify-content: center;
  align-items: center;

  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

body:not(.pace-done) .spinner_wrapper {
  top: 0;

  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.spinner {
  margin: 0 auto;
  text-align: center; 
}

.spinner > div {
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}

.spinner .spinner__item1 {
  animation-delay: -0.60s;
}

.spinner .spinner__item2 {
  animation-delay: -0.40s;
}

.spinner .spinner__item3 {
  animation-delay: -0.20s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0);
    opacity: 0;
  } 40% { 
    transform: scale(1.0);
    opacity: 1;
  }
}

/* Extend Bootstrap */

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Extend Bootstrap */


/*------------------------------------------------------------------
[ 2. General elements / typography, links, buttons, headings, form elements, images ]
*/

a {
  color: #121416;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:hover,
a:focus {
  color: #121416;
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-family: "Poppins";
  letter-spacing: -3px;
  clear: both;
  font-weight: bold;
}



h2, h3 {
  letter-spacing: -2px;
}

h4, h5, h6 {
  letter-spacing: -1px;
}

h1,.h1 { font-size: 28px;}
h2,.h2 { font-size: 21px;}
h3,.h3 { font-size: 18px;}
h4,.h4 { font-size: 14px;}
h5,.h5 { font-size: 12px;}
h6,.h6 { font-size: 11px;}


@media (min-width: 992px) {
	h1,.h1 { font-size: 36px;}
	h2,.h2 { font-size: 28px;}
	h3,.h3 { font-size: 24px;}
	h4,.h4 { font-size: 16px;}
	h5,.h5 { font-size: 14px;}
	h6,.h6 { font-size: 12px;}
}

@media (min-width: 1200px) {
	h1,.h1 { font-size: 41px;}
	h2,.h2 { font-size: 34px;}
	h3,.h3 { font-size: 28px;}
	h4,.h4 { font-size: 20px;}
	h5,.h5 { font-size: 16px;}
	h6,.h6 { font-size: 14px;}
}

.header-1 {
	margin-bottom: 15px;
	font-size: 28px;
	letter-spacing: -2px;
}

@media (min-width: 992px) {
	.header-1 {
		margin-bottom: 30px;
		font-size: 36px;
		letter-spacing: -3px;
	}
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-color: #d9dee2;
}
@media (min-width: 992px) {
	hr {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.lead {
	    font-size: 18px;
	}
}

@media (min-width: 768px) {
	div[class^="fw-col"]:not(.form-builder-item) {
	    margin-bottom: 50px;
	}
}

@media (max-width: 480px) {
	div[class^="col-xs"],
	li[class^="col-xs"] {
	    width: 100%;
	}
}

ul {
    list-style-type: square;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

/* Elements */
.element-inline {
  display: inline-block;
}

.no-border {
  border: 0 !important;
}

.no-rounded-corners {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}
.align-left {
	
 text-align: left; 	
}

.align-right {
	
 text-align: right; 	
}
.align-justify {
	
 text-align: justify; 	
}
.align-center {
	
 text-align: center; 	
}
.white-text {
  color: #fff !important;
}

.visible-xs-inline {
  display: none;
}

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

.gg-flex-wrapper {
	display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	justify-content: center;
}

@media (min-width: 992px) {
	.gg-flex-wrapper {
		justify-content: flex-start;
	}
}

.gg-flex-wrapper-center {
	display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
	flex-flow: row wrap;

    align-items: center;
}

@media (min-width: 1024px) {
	.gg-flex-wrapper,
	.gg-flex-wrapper-center {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

.gg-flex-column {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	-webkit-justify-content: center;
	justify-content:center;
}

@media (min-width: 1024px) {
	.gg-flex-column {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

body.gg-product-has-thumbs .gg-flex-column {
	-webkit-justify-content: space-between;
	justify-content:space-between;
}

body .gg-display-inline {
  display: inline-block !important;
}

.sticky {
  background: #e3e6e9;
  padding: 30px;
  border: 1px solid #d4d9de;
}

img,
.wp-post-image,
.logo-wrapper img.brand {
  max-height: auto;
  height: auto;
  max-width: 100%;
}

.fw-page-builder-content img {
	width: auto;
}

.gm-style img {
  max-width: none;
}

.gm-style .wrap_controls {
  max-height: inherit !important;
}

.wp-post-image.rounded,
figure.rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.wp-post-image.circle,
figure.circle {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin : 0;
}
input[type=number] {
  -moz-appearance : textfield;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;

  color: #999;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;

  border-radius: 0;
}

caption {
  color: #737373;
}

footer.site-footer caption {
  color: #fff;
}

mark, .mark {
  background-color: #fff200;
  padding: 2px 5px;
  color: #fff;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  width: 100% !important;
}

.screen-reader-text {
  display: none;
}

/*Content lists*/
.entry-content ul,
.entry-content ol,
li.comment ul,
li.comment ol {
  padding-left: 20px;
}

.entry-content ul ul,
.entry-content ol ol,
li.comment ul ul,
li.comment ol ol {
  padding-left: 30px;
}

/* Image align */
img.alignnone,
.alignnone {
  display: block;
  position: relative;
  margin: 30px auto;
}
img.alignright,
.alignright {
  float: right;
  margin: 30px;
  display: inline;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 30px;
  display: inline;
}
img.aligncenter,
.aligncenter {
  display: block;
  text-align: center;
  margin: 30px auto;
}

/*Container*/
body .fw-container-fluid {
	padding: 0;
}

/*Image width*/

.gg-widget img,
article.post .entry-content img {
  max-width: 100%;
  height: auto;
}

/* Captions  */
.wp-caption {
  max-width: 100%;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption,
caption {
  font-size: 13px;
  font-style: italic;
  padding: 15px 0;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}

footer.entry-meta span.edit-link {
	font-weight: bold;
	margin: 45px 0;
	display: block;
}

/*Table*/
.table>thead>tr>th {
	border-color: #dee6e9;
	font-size: 14px;
	font-family: "Poppins";
	font-weight: bold;
	letter-spacing: -1px;
}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-color: #dee6e9;
	font-style: italic;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
	border-color: #dee6e9;
	font-style: italic;
	color: #000;
}

.table>thead>tr>th {
	font-style: normal;
}

/*Forms*/
body .wrap-forms label,
label {
	font-size: 14px;
	color: #000;
	font-family: 'Poppins';
	font-weight: bold;
	letter-spacing: -1px;
}

body .wrap-forms label {
	margin-bottom: 3px;
}

.form-control {
	border: 2px solid #dee6e9;
	background: none;
	font-size: 13px;
	color: #000; 
	font-weight: bold;
	box-shadow: none;
	line-height: 2em;
}

.form-control:focus {
	box-shadow: none;
	border-color: #dee6e9;
	background: #dee6e9;
}

input:not(.btn):not(.button):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="number"]),
select,
body .wrap-forms input,
body .wrap-forms select {
	height: 50px;
}

select {
	border: 2px solid #dee6e9;
	font-style: italic;
  max-width: 100%;
}

input[type="radio"], input[type="checkbox"] {
	height: auto;
	width: auto;
	display: inline-block;
}

/*Password protected form*/

.post-password-form input.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;

  margin-left: -5px;
  height: 50px;

  margin-bottom: 1px;
}

/**buttons */
.btn-black {
	font-size: 14px;
	color: #000;
	font-family: Poppins;
	border: 2px solid #000;
	padding: 5px 15px;
}
.btn-black:hover {
	color: #fff;
	background: #000;
}	

.btn-black-fill{
	font-size: 14px;
	color: #fff;
	background: #000;
	font-family: Poppins;
	border: 2px solid #000;
	padding: 5px 15px;

}
.btn-black-fill:hover{
	color: #000;
	background: none;
}

/* buttons */
input[type="submit"],
button[type="submit"],
.button:not(.add_to_cart_button):not(.product_type_external),
.btn,
.product_widget .price_slider_wrapper .price_slider_amount button,
.more-link {
	color: #121416;
	background: #fff200;

	padding:8px 20px;
	border: none;

	border-radius: 20px ;
	-moz-border-radius: 20px ;
	-webkit-border-radius: 20px;

	font-size: 14px;
	font-family: Poppins;
	font-weight: bold;
	font-style: normal;
	
	letter-spacing: -1px;
	line-height: normal;

	white-space: nowrap;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;

    -webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.btn:hover {
	background: #000;
	color: #fff;
}

button.single_add_to_cart_button,
.btn-primary,
.btn.btn-primary {
	background: #000;
	color: #fff;
}

button.single_add_to_cart_button:hover,
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	background: #fff200;
	color: #121416;
}

.btn-tertiary {
	background: #fff;
	color: #000;
}
.btn-tertiary:hover {
	background: #717171;
	color: #fff;
}

.btn-outline,
.product_widget .price_slider_wrapper .price_slider_amount button {
	background: none;
	border: 2px solid #000;
	
	padding-top: 6px;
	padding-bottom: 6px;
}
.btn-outline:hover,
.product_widget .price_slider_wrapper .price_slider_amount button:hover {
	background: none;
	color: #000;
	border-color: #fff200;
}
.btn span {
	
	padding-right: 6px;	
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	background-color: #dee6e9;	
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	background-color: #dee6e9;
	color: #fff;
}

/*Input group*/

.input-group-addon {
	background-color: #dee6e9;
  border-color: #dee6e9;
}

.input-group-addon:first-child {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	padding-top: 13px;
  padding-bottom: 14px;
  height: 50px;
}

/*WP Gallery*/
.entry-content .gallery .gallery-item img {
  border: 0 !important;
}

/*Posts*/
.page-links a,
.page-links > span:not(.page-links-title) {
	font-style: italic;
	padding: 6px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* Top bar*/
header.site-header {
	border-bottom: 1px solid #e3e6e9;
}

header.site-header > .navbar:not(.navbar-fixed-top)  {
	padding: 25px 0;
}

@media (min-width: 992px) {
	header.site-header > .navbar:not(.navbar-fixed-top) {
		padding: 45px 0;
	}
}

body.gg-page-has-header-slider header.site-header {
	border-bottom: 0;
}

/*Transparent menu*/
body.gg-slider-is-beneath_header .navbar-default:not(.navbar-fixed-top) {
  background: transparent;
  border: 0;
  z-index: 1;
}

.top-bar {
	font-size: 12px;
	font-weight: bold;
	color: #737373;
}

.top-bar a {
	color: #737373;
}

.top-bar ul:not(.dropdown-menu) {
	display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

    align-items: center;

    list-style: none;
    padding: 0;
    margin: 0;
	justify-content:space-between;
}

.top-bar ul.flex-left {
	justify-content: flex-start;
}
.top-bar ul.flex-right {
	justify-content: flex-end;
}

.top-bar > ul > li {
	-webkit-flex: 0 0 20%;
	flex: 0 0 20%;
}

.top-bar > ul > li:nth-of-type(2) {
	-webkit-flex: 0 0 60%;
	flex: 0 0 60%;
}
.top-bar > ul > li:last-child {
	text-align: right;
}

.top-bar > ul > li > ul li {
	padding-left: 15px;
	align-self: center;
}

.top-bar > ul > li > ul li:first-child {
	padding-left: 0;
}

.top-bar a.top-search-button {
    width: 25px;
    height: 25px;
    display: block;
}

@media (min-width: 992px) {
	.top-bar a.top-search-button {
	    width: 30px;
	    height: 30px;
	}
}

body.gg-header-style-dark .top-bar a.top-search-button svg > g > g,
body.gg-header-style-dark .top-bar a.cart-shop-top svg > g > g {
	fill: #fff;
}

.top-bar a > span.gg-account-icn {
	width: 19px;
    height: 19px;
    display: block;
}
@media (min-width: 992px) {
	.top-bar a > span.gg-account-icn {
		width: 24px;
	    height: 24px;
	}
}

.top-bar a > span.gg-logout-icn {
	width: 18px;
    height: 18px;
    display: block;
}
@media (min-width: 992px) {
	.top-bar a > span.gg-logout-icn {
		width: 23px;
	    height: 23px;
	}
}

.top-bar .logo-wrapper {
	text-align: center;
	
}
.top-bar .logo-wrapper h2,
.top-bar .logo-wrapper div{
	padding: 0;
	margin: 0;
	font-family: Poppins;
	font-weight: bold;

	font-size: 28px;
	letter-spacing: -2px;

	line-height: 1.2em;
	height: auto;
	text-align: center;
	color: #121416; 
	font-style: normal;
}

@media (min-width: 468px) {
	.top-bar .logo-wrapper h2,
	.top-bar .logo-wrapper div {
		font-size: 34px;
		letter-spacing: -2px;
	}
}

@media (min-width: 992px) {
	.top-bar .logo-wrapper h2,
	.top-bar .logo-wrapper div {
		font-size: 42px;
		letter-spacing: -3px;
	}
}

.top-bar .logo-wrapper h2 a,
.top-bar .logo-wrapper .site-title a {
	color: #121416;
}

body.gg-header-style-dark .top-bar .logo-wrapper h2 a,
body.gg-header-style-dark .top-bar .logo-wrapper .site-title a {
	color: #fff;
}


/*right top bar language selector*/

.top-bar-flags {
	position: relative;
}

.top-bar-flags ul li{
	list-style-type: none;
	
}

.top-bar > ul > li .top-bar-flags ul li {
	padding-left: 0;
}

.top-bar-flags img {
	padding-right: 0;
	position: relative;
	top: -1px;
}
@media (min-width: 992px) {
	.top-bar-flags img {
		padding-right: 5px;
	}
}

.top-bar-flags .dropdown-menu img {
	padding-right: 5px;
}

.top-bar-flags a {
	font-size: 11px;
	font-style: italic;
}

.top-bar .cart-shop-top {
	width: 25px;
	height: 30px;
	display: inline-block;
	text-align: center;

	color: #121416;
	font-size: 11px;

	position: relative;
}
@media (min-width: 992px) {
	.top-bar .cart-shop-top {
	    width: 30px;
		height: 35px;
	}
}

.top-bar .cart-shop-top span.gg-products-count {
	position: absolute;
	left: 50%;
  	top: 60%;
  	transform: translate(-60%,-50%);
}

/*Default style*/
.whiteModal {
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;

	left: 50%;
	width: 80%;
	max-width: 902px;
	min-width: 320px;
	height: auto;
	z-index: 2000;

	visibility: hidden;
	opacity: 0;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}

.md-show {
	visibility: visible;
	opacity: 1;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Effect*/
.whiteModal .white-modal-item {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.whiteModal .white-modal-item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*End effect*/
.whiteModal .close {
	text-align: center;
	margin-bottom:30px;
	margin-top: 45px;
}

@media (min-width: 992px) {
	.whiteModal .close {
		margin-top: 90px;
	}
}

.whiteModal .gg-header-minicart {
	margin-bottom: 45px;
}

@media (min-width: 992px) {
	.whiteModal .gg-header-minicart {
		margin-bottom: 90px;
	}
}

.whiteModal .gg-header-minicart ul {
	overflow: auto;
	padding: 0;
	border-top: 1px solid #d9dee2;
	border-left: 1px solid #d9dee2;
	margin: 0 auto;
	display: block;


	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	list-style: none;
}
.whiteModal .gg-header-minicart ul.single-item {
	overflow: hidden;
	width: 315px;
}
.whiteModal .gg-header-minicart ul li {
	
	-webkit-flex: 1 0 300px;
	flex: 1 0 300px;

	border: 1px solid #d9dee2;

	border-top: none;
	border-left: none;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.whiteModal .gg-header-minicart ul.single-item li {
	width: 100%;
	display: block;
	float: none;
}
.whiteModal .gg-header-minicart ul li .white-modal-img{
		float: left;
		max-width: 160px;

    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.whiteModal .gg-header-minicart ul li .white-modal-img a img{
	padding: 30px;
}

.whiteModal .gg-header-minicart ul li .white-modal-cnt,
.whiteModal .gg-header-minicart ul li .white-modal-cnt .white-modal-price {
	padding: 0 30px 0 0;
	margin: 0;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.whiteModal .gg-header-minicart ul li .white-modal-cnt .white-modal-remove {
	margin-top: 15px;
}

.whiteModal .gg-header-minicart ul li .white-modal-cnt .white-modal-title {
	font-size: 14px;
	font-family: Poppins;
	margin-top: 30px;
	line-height: 18px;
	max-height: 36px;
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow:ellipsis;
	color: #121416;
	letter-spacing: -1px;
	font-weight: bold; 
}
.whiteModal .gg-header-minicart ul li .white-modal-cnt .white-modal-price {
	font-family: 'Lora', serif;
	font-size: 14px;
	line-height: auto;
	font-weight: bold;
	line-height: 14px;	
}
.whiteModal .gg-header-minicart ul li .white-modal-cnt .white-modal-qty{
	margin: 10px 0 0 0;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #737373; 
}

/* Removing */

.whiteModal .gg-header-minicart ul li.removing > .white-modal-img,
.whiteModal .gg-header-minicart ul li.removing > .white-modal-cnt {
  opacity: .1;
}

.whiteModal .gg-header-minicart .white-modal-remove a {
	margin: 10px 0 0 0;
	font-family: 'Inter', sans-serif ;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	color: #737373; 
}

.whiteModal .gg-header-minicart .white-modal-remove a:hover {
	color: #121416;	
}

.whiteModal .alert {
	
	text-align: center;
	font-style: italic;
	margin-bottom: 15px;
}
.whiteModal .gg-header-minicart .white-modal-subtotal {
	
	font-family: Poppins;
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	color: #121416;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 30px;
	letter-spacing: -3px;
	
}
.whiteModal .gg-header-minicart .white-modal-buttons{
	text-align: center;
	
}
.whiteModal .gg-header-minicart .white-modal-buttons a.btn-black{
	margin-right: 15px;
}
.whiteModal .gg-header-minicart .white-modal-buttons a.btn-black-fill{
	margin-left: 15px;
}

/*main navbar*/


/*Search*/
.gg-searchform-wrapper form {
	margin: 0;
	text-align: center;
}

.gg-searchform-wrapper input {
	border:0;
	height: auto;
	text-align: center;

	font-size: 28px;
  font-family: "Poppins";
  letter-spacing: -2px;
	font-weight: bold;
	line-height: normal;
  
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .gg-searchform-wrapper input {
    font-size: 42px;
    letter-spacing: -3px;

    margin-bottom: 45px;
  }
}

.gg-searchform-wrapper input:focus {
	background: transparent;
}


body.search-results .gg_posts_grid ul {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}

body.search-results .gg_posts_grid ul li {
	margin-bottom: 60px;
}

body.search-results .productsearch ul {
	margin: 0 -15px;
}

/*Main Nav*/
.navbar {
	border: none;
	background: none;
	margin-bottom: 0;

	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s; 
}

.navbar-toggle {
	float: none;
	margin: 0 auto;
	position: relative;
	margin-left: 0;
	
	padding: 6px 7px;
}

@media (min-width: 992px) {
	.navbar-toggle {
	    padding: 9px 10px;
	}
}

.navbar-default .navbar-toggle {
	border-color: #000
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #000;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #000;
	width: 17px;
    height: 2px;
}
@media (min-width: 992px) {
	.navbar-default .navbar-toggle .icon-bar {
	    width: 22px;
    	height: 2px;
	}
}

.navbar-default .navbar-toggle:hover .icon-bar,  .navbar-default .navbar-toggle:focus .icon-bar {
	background: #fff;
}

.navbar-collapse {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin: 0;
	border: 0; 
}

@media (min-width: 992px) {
	.navbar-collapse {
		position: relative;
	}
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-collapse {
    max-height: 200px;
  }
}

#main-menu {
	text-align: center;
	display: block;
	margin: 0;
	font-size: 0;

	width: 100%;
}
#main-menu  li {
	float: none;

	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
	#main-menu  li {
		display: inline-block;
	}
}

#main-menu  li a {
	background: #fff200;
	color: #121416;
	font-size: 18px;
}

body.gg-has-stiky-menu .navbar-fixed-top #main-menu li a {
  background:#fff200;
}

@media (min-width: 992px) {
	#main-menu  li a {
		font-size: 14px;
	}
}

#main-menu  li a.fa:before {
	font-style: normal;
}

/* sub menu item s*/
#main-menu .mega-menu .sub-menu,
#main-menu .dropdown-menu,
.top-bar-flags .dropdown-menu {
	background: #000;
	margin: 0;
	color: #ffffff; 
	border: none; 
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	/*display: block;*/
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: none;
}

#main-menu .dropdown-menu > .dropdown-submenu {
	position: relative;
}

#main-menu .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	left: 100%;
	top: 0;
}

.top-bar-flags .dropdown-menu {
	left: auto;
	right: 0;
	background: #d4d9de;
}

#main-menu .menu-item-has-children:hover > .mega-menu .sub-menu,
#main-menu .open > .dropdown-menu,
.top-bar-flags .open > .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

#main-menu .dropdown-menu li {
	color: #fff;
	display: block;
	line-height: 1em;
}
#main-menu .dropdown-menu li a {
	padding: 10px 30px;
	color: #ffffff; 
	font-family: 'Inter', sans-serif;
	font-style: italic; 
	line-height: 30px;
	background: transparent;
	text-align: center;

	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 992px) {
	#main-menu .dropdown-menu li a  {
		text-align: left;
		border-top: 0;
	}
}

/*  dark header  */
body.gg-header-style-dark #main-menu li a {
	background: #292c30;
	color: #fff;
}

.top-bar .cart-shop-top span.gg-products-count {
	color: #737373;
}

body.gg-header-style-dark .top-bar a:hover {
	color: white;
}
body.gg-header-style-dark .dropdown-menu > li > a,
body.gg-header-style-dark .dropdown-menu > li > a:hover {
	color: #000;
}
body.gg-header-style-dark .site-header, 
body.gg-header-style-dark .navbar-fixed-top,
body.gg-header-style-dark #main-menu  li a:hover {
	background: #000;
}

#main-menu li.open a,
#main-menu li.active a, 
#main-menu li a:hover,
body.gg-has-stiky-menu .navbar-fixed-top #main-menu li.open a,
body.gg-has-stiky-menu .navbar-fixed-top #main-menu li.active a,
body.gg-has-stiky-menu .navbar-fixed-top #main-menu li a:hover {
	background: #000;
	color: #fff;
}

#main-menu li.open ul.dropdown-menu li.active a,
#main-menu li.open ul.dropdown-menu li a:hover {
	background: #fff200;
	color: #000;
}

.navbar-fixed-top {
	background: #fff;
}

/*Stiky nav*/ 
body.gg-has-stiky-menu .navbar-fixed-top {
  left: 0;
  right: 0;
  top: -122px;

  border-bottom: 1px solid #d4d9de;
}

/*content */
#content {
	margin-top: 25px;
}
@media (min-width: 992px) {
	#content {
		margin-top: 45px;
	}
}

/*Page meta*/
.page-meta-wrapper h1 {
	font-size: 28px;
	letter-spacing: -2px;
	line-height: 60px;
	font-weight: 700;
	margin: 0;
}
@media (min-width: 992px) {
	.page-meta-wrapper h1 {
		font-size: 36px;
		letter-spacing: -3px;
	}
}

body.single .page-meta-wrapper h1,
body.archive .page-meta-wrapper h1  {
	text-align: center;
}

.header-page-description {
	padding: 0;
	color: #000;
}

.page-meta-wrapper {
	padding-top: 25px;
}
@media (min-width: 992px) {
	.page-meta-wrapper {
		padding-top: 45px;
	}
}

.gg-page-has-header-image .page-meta-wrapper {
	padding: 45px 0;
}

@media (min-width: 992px) {
	.gg-page-has-header-image .page-meta-wrapper {
		padding: 90px 0;
	}
}

@media (min-width: 1200px) {
	.gg-page-has-header-image .page-meta-wrapper {
		padding: 180px 0;
	}
}

/*Page meta - Align*/

.page-meta {
  background-size: cover;
}

body.gg-page-header-align-left .page-meta {
	text-align: left;
}
body.gg-page-header-align-right .page-meta {
	text-align: right;
}
body.gg-page-header-align-center .page-meta {
	text-align: center;
}

body.gg-page-header-align-center .header-page-description {
	padding: 0 5% 25px 5%;
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width: 992px) {
	body.gg-page-header-align-center .header-page-description {
		padding: 0 10% 45px 10%;
	    font-size: 18px;
	    margin-top: 20px;
	}
}

body.gg-page-header-align-center .header-page-description p {
	margin-bottom: 0;
}

/**
Product carousel
*/

.product-body {
	position: relative;
	display: block;
	text-align:center;
}

.product-body > a {
	flex: 1;
}

.product-body > a > h3,
.product-body > a > h2 {
	display: block;
	margin-top: 15px;
	margin-bottom: 48px;
	color: #121416;
	font-family: Poppins;
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
	letter-spacing: -1px;
}

.products-carousel .product-body a h3,
.products-carousel .product-body a h2 {
	margin-bottom: 35px;
}

.product-body span.price {
	padding-top: 15px;
	font-size: 12px;
	line-height: normal;
	padding-left: 15px;
}
.product-body span.price del{
	color: #a9a9a9;
}

.product-body span.price del,
.product-body span.price ins{
	display: block;
	text-outline: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 18px;
}
.products-carousel .one-product {

}
.products-carousel-nav {
	margin-bottom: 30px;
	clear: both;
}
.products-carousel-nav .prev{
	margin-right: 15px;
	font-size: 30px;
	color: #d4d9de;
}
.products-carousel-nav .next{
	margin-left: 15px;
	font-size: 30px;
	color: #d4d9de;
}
.products-carousel-nav .next:hover,
.products-carousel-nav .prev:hover {
	color: #000;
}
.products-carousel-nav.pcn-center {
	text-align: center;
}
.products-carousel-nav.pcn-left, .leftAlign {
	text-align: left;
}
.products-carousel-nav.pcn-right, .rightAlign {
	text-align: right;
}

/*carousel title */
.posts2.header-align-left .gg-module-title {
	margin-bottom: 45px;
}
.posts2.header-align-center .gg-module-title {
	text-align: center;
	margin-bottom: 45px;
}
.posts2.header-align-right .gg-module-title {
	text-align: right;
	margin-bottom: 45px;
}

.craftit-post1-header,
.products-carousel-title {
	text-align: left;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.craftit-post1-header,
	.products-carousel-title {
		margin-bottom: 45px;
	}
}

.craftit-post1-header.center,
.products-carousel-title.center {
	text-align: center;
}

.craftit-post1-header.right,
.products-carousel-title.right {
	text-align: right;
}

.craftit-post1-header.inline,
.products-carousel-title.inline {
	float: left;
}

.craftit-post1-header.inline + .craftit-post1-categories,
.products-carousel-title.inline + .craftit-categories {
	float: left;
	margin-right: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.craftit-post1-header.inline + .craftit-post1-categories,
	.products-carousel-title.inline + .craftit-categories {
		float: right;
		margin-right: 15px;
		width: auto;
	}
}

.craftit-post1-header.inline + .craftit-post1-categories + .posts1_cnt,
.products-carousel-title.inline + .craftit-categories + .ajax_module_wrapper {
	float:left;
	width: 100%;
}

.craftit-post1-header.inline > h2,
.products-carousel-title.inline > h2 {
	margin-top: 0;
}

.craftit-post1-header h2,
.posts2 .gg-module-title h2,
.products-carousel-title h2 {
	font-family: Poppins;
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.craftit-post1-header h2,
	.posts2 .gg-module-title h2,
	.products-carousel-title h2 {
		font-size: 36px;
	}
}

.craftit-post1-header h6,
.posts2 .gg-module-title h6,
.products-carousel-title h6 {
	font-family: 'Inter', sans-serif ;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 0 0;
	color: #737373;
	letter-spacing: 0;
}
/*blog shortcode */
.products-carousel .blog-image {
	padding: 0 15px 0 0;
}
.products-carousel .blog{
	text-align: center;
	line-height: 1em;
}
.products-carousel .blog a{
	font-size: 13px;
	max-width: 100%;
	margin-top: 27px;	
}

.products-carousel .blog-date {
	line-height: 1em;
	text-align: center;
	margin-top: 5px;
}
.products-carousel .blog-date a{
	font-size: 12px;
	color: #737373;
	font-style: italic;
		
}
/* Product categories*/

.craftit-new-items-wrapper .craftit-categories {
	margin-bottom: 30px;
	margin-left: 15px;
	position: relative;
}
.craftit-new-items-wrapper .craftit-categories  a{
	font-size: 14px;
	font-family: Poppins;
	font-weight: bold;
	display: inline-block;
	margin-right: 15px;
	line-height: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
}

@media (min-width: 992px) {
	.craftit-new-items-wrapper .craftit-categories  a{
	    margin-right: 30px;
	}
}

.craftit-new-items-wrapper .craftit-categories  a:last-child{
	margin-right: 0;
}

.craftit-new-items-wrapper .craftit-categories  a,
.craftit-new-items-wrapper .craftit-categories  a,
.posts1 .craftit-post1-categories a,
.posts2 .craftit-post1-categories a{
		border-bottom: 3px solid transparent;
}
.craftit-new-items-wrapper .craftit-categories a:hover,
.craftit-new-items-wrapper .craftit-categories a.current,
.posts1 .craftit-post1-categories a:hover,
.posts2 .craftit-post1-categories a:hover,
.posts1 .craftit-post1-categories a.active,
.posts2 .craftit-post1-categories a.active {
	border-bottom: 3px solid #c4cccf;
}

/*Box 1 */

.box-1 {
	background: #c4cccf;
	display: -webkit-flex;
	display: flex;
	align-items: center;

	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}

.box-1 .box-1-left-column,
.box-1 .box-1-right-column {
	display: -webkit-flex;
	display: flex;

	align-items: center;

}

@media (min-width: 1024px) {
	.box-1 {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.box-1 .box-1-left-column {
		width: 40%;
	}
	.box-1 .box-1-right-column {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.box-1 .box-1-left-column,
	.box-1 .box-1-right-column {
		width: 50%;
	}
}

.box-1 .box-1-left-column {
	padding: 30px;
}

@media (min-width: 1024px) {
	.box-1 .box-1-left-column {
		padding-top: 40px;
		padding-bottom: 40px;	
	}
}
@media (min-width: 1200px) {
	.box-1 .box-1-left-column {
		padding-top: 80px;
		padding-bottom: 80px;	
	}
}

.box-1 .box-1-left-column .box-item{
	padding: 0;
	margin: 0;
}
.box-1 .box-1-left-column .box-item h4{
	font-weight: bold;
	font-family: Poppins;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 5px 15px 0 15px;
	letter-spacing: 0;
}	

.box-1 .box-1-left-column .box-item p{
	font-family: 'Inter', sans-serif ;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin: 0 15px 15px 15px;
}	
.box-1 .box-1-left-column h2 {
	font-family: Poppins;
	font-size: 36px;
	color: #fff;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}
.box-1 .box-1-left-column .icons {
	
	position: relative;
	text-align: center;
	height: 100px;
}
.box-1 .box-1-left-column .icons span{
	color: #fff;
	font-size: 100px;
	line-height: 1em;	
}
.box-1 .box-1-left-column .icons .icon1{ 
	position: absolute;
	top: 0;
	left: 20%;
}
.box-1 .box-1-left-column .icons .icon2 {
	position: relative;
	height: 100%;
}


.box-1 .box-1-left-column .icons .icon1 img,
.box-1 .box-1-left-column .icons .icon1 .svg { 
	max-width: 100%;
	width: auto;
}

.box-1 .box-1-left-column .icons .icon2 img,
.box-1 .box-1-left-column .icons .icon2 .svg {
	max-width: 100%;
	width: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-1 .box-1-left-column .icons .icon2 span{ 
	font-size: 65px;
	line-height: 100px;
}
.box-1 .box-1-right-column{
	padding: 0;
	
} 
.box-1 .box-1-right-column img{
	padding: 0;
	max-width: 100%;
}
.box-1 .action{
	text-align: center;
	margin: 25px 0 0 0;
	clear: both;
} 

/*instagram */
.instagram {
	overflow: hidden;
	padding: 30px 15px 30px 15px;
}

@media (min-width: 992px) {
	.instagram {
		padding: 60px 45px 30px 45px;
	}
}

.instagram .instagram-left {
	float: left;
}
.instagram .instagram-left h2 {
	margin: 0;
	line-height: 1;
	font-size: 28px;
}
@media (min-width: 992px) {
	.instagram .instagram-left h2 {
		font-size: 36px;
	}
}

.instagram .instagram-right {
	float: left;
	font-size: 12px;
	font-family: 'Inter', sans-serif ;
	line-height: 1em;
	font-weight: bold;
	width: 100%;

	margin-top: 20px;
}

@media (min-width: 768px) {
	.instagram .instagram-right {
	    float: right;
	    width: auto;
	    margin-top: 0;
	}
}

.instagram .instagram-right .followers{
	padding-right: 15px;
}
@media (min-width: 768px) {
	.instagram .instagram-right .followers{
		padding-right: 25px;
	}
}

.instagram-body {
	clear: both;
	padding-top: 15px;	
}

@media (min-width: 992px) {
	.instagram-body {
		padding-top: 45px;
	}
}

.instagram-body .grid.without-space {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	padding: 0 15px;
}

@media (min-width: 768px) {
	.instagram-body .grid.without-space {
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
}

.instagram-body .grid > div {
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
}

@media (min-width: 768px) {
	.instagram-body .grid > div {
		margin-bottom: 30px;
		
		-webkit-flex: 1;
		flex: 1;
	}
}

.instagram-body img {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.instagram-body img:hover {
  opacity: .8;
}

/*Team member*/

body .fw-team .fw-team-name h3 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 0;
    letter-spacing: -1px;
}
body .fw-team .fw-team-name span {
    font-style: italic;
    color: #737373;
}

/*Accordion*/

body .fw-accordion {
	border: 0;
}

body .fw-accordion .fw-accordion-title {
	font-size: 14px;
	color: #121416;
	letter-spacing: -1px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
}
@media (min-width: 992px) {
	body .fw-accordion .fw-accordion-title {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 16px;
	}
}

body .fw-accordion .fw-accordion-content {
	font-style: italic;
}

body .fw-accordion .fw-accordion-content > p {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

body .fw-accordion .fw-accordion-title .ui-icon {
	top: 23px;
}
@media (min-width: 992px) {
	body .fw-accordion .fw-accordion-title .ui-icon {
		top: 38px;
	}
}

body .fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
	top: 25px;
}
@media (min-width: 992px) {
	body .fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
		top: 40px;
	}
}

/*Footer*/
.site-footer {
	margin-top: 25px;
	clear: both;

  font-size: 12px;
}

@media (min-width: 992px) {
	.site-footer {
		margin-top: 45px;
	}
}

.footer-widgets {
	border-top: 1px solid #d4d9de;
	padding-top: 30px;
}

@media (min-width: 992px) {
	.footer-widgets-holder {
		margin-left: 30px;
	}
}



.footer-widgets-holder .gg-widget {
	margin-bottom: 35px;
}

.footer-widgets-holder .footer-left-3columns .menu  { 
	padding: 0;
} 
.footer-widgets-holder .footer-left-3columns .menu li {
	font-size: 12px;
	list-style-type: none;
}

.footer-widgets-holder .footer-right .social-icons-widget {
	overflow: hidden;
}

.footer-widgets-holder .footer-right {
	text-align: left;
}

.footer-widgets-holder .footer-right > .gg-widget {
	padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
	.footer-widgets-holder .footer-right {
		text-align: right;
	}
}

.footer-widgets-holder .footer-right .social-icons{
	text-align: left;
}
.footer-widgets-holder .footer-right .social-icons-widget ul  { 
	padding: 0;
} 
.footer-widgets-holder .footer-right .social-icons-widget ul li{
	font-size: 12px;
	list-style-type: none;
} 

.footer-widgets-holder .footer-right .social-icons-widget ul li a,
.footer-widgets-holder .footer-left-3columns .menu li a
{
	color: #737373;
	font-style: italic;
	font-size: 12px;
}
.footer-widgets-holder .footer-right .social-icons-widget ul li a:hover,
.footer-widgets-holder .footer-left-3columns .menu   li a:hover
{
	color: #000;
}
.footer-widgets-holder .gg-widget > h4 {
	font-size: 14px;
	font-weight: bold;
}
.footer-widgets-holder .footer-right .social-icons-widget ul li a .fa {
	padding-right: 10px;
	color: #000000;
}
/** footer social widget[middle] */
.footer-extras .footer-social {
	overflow: hidden;
	clear: both;
}
.footer-extras .footer-social ul{
	text-align: center;
	padding: 0;
}
.footer-extras .footer-social ul li{
	display: inline-block;
	list-style-type: none;
	padding: 0 10px;
}

.footer-copyright {
	border-top: 1px solid #d4d9de;
	padding: 15px 30px;
	
	font-size: 12px;
	color: #737373; 
	font-style: italic;

	float: left;
	width: 100%;
}

@media (min-width: 992px) {
	.footer-copyright {
		padding: 30px 60px;
	}
}

.footer-copyright a {
	color: #737373; 
	font-weight: bold;
}
.vertical-line{
	border-left: 1px solid #bdbdbd;
	width: 1px;
	line-height: 65px;
	height: 65px;
	text-indent: -600;
	overflow:hidden;
}

/* unyson */
.fw-special-title{
	margin: 0 auto;
	color: #121416;
	margin: 0px;
}

.fw-special-subtitle {
	font-style: italic;
}

.fw-heading-center, .fw-heading-center .fw-special-title {
	text-align: center;
	margin: 0 auto;
}
.fw-heading-left, .fw-heading-left .fw-special-title {
	text-align: left;
}
.fw-heading-right, .fw-heading-right .fw-special-title{
	text-align: right;
}

.ajax_module_wrapper {
	position: relative;
}

.posts1 .posts1_cnt,
.posts2 .posts1_cnt,
.ajax_module_wrapper .product_ajax_content,
.craftit-categories .product_ajax_loader,
.craftit-post1-categories .gallery_ajax_loader,
.craftit-post1-categories .posts_ajax_loader {
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.posts1 .posts1_cnt,
.posts2 .posts1_cnt,
.ajax_module_wrapper .product_ajax_content {
	opacity: 1;

	-webkit-transition: all ease-in-out 1.2s;
	-moz-transition: all ease-in-out 1.2s;
	-ms-transition: all ease-in-out 1.2s;
	-o-transition: all ease-in-out 1.2s;
	transition: all ease-in-out 1.2s;
}

.posts1.loading .posts1_cnt,
.posts2.loading .posts1_cnt,
.ajax_module_wrapper.loading .product_ajax_content {
	opacity: 0.3;

	/*-webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
     transform:scale(0);*/

    /*transform: translate(-9999px,0);
    -webkit-transform: translate(-9999px,0);
    -o-transform: translate(-9999px,0);
    -moz-transform: translate(-9999px,0);*/
}

.craftit-categories .product_ajax_loader,
.craftit-post1-categories .gallery_ajax_loader,
.craftit-post1-categories .posts_ajax_loader {
	opacity: 0;
	visibility: hidden;
}

.craftit-categories .product_ajax_loader.loading,
.craftit-post1-categories .gallery_ajax_loader.loading,
.craftit-post1-categories .posts_ajax_loader.loading {
	opacity: 1;
	visibility: visible;
}

.craftit-categories .product_ajax_loader,
.craftit-categories .product_ajax_loader:after,
.craftit-post1-categories .gallery_ajax_loader,
.craftit-post1-categories .posts_ajax_loader,
.craftit-post1-categories .gallery_ajax_loader:after,
.craftit-post1-categories .posts_ajax_loader:after {
	border-radius: 50%;
	width: 20px;
  height: 20px;
	z-index: 9999;
	overflow: hidden;
}
.craftit-categories .product_ajax_loader,
.craftit-post1-categories .gallery_ajax_loader,
.craftit-post1-categories .posts_ajax_loader {
	margin: 0px auto;
	font-size: 10px;
	position: absolute;
	text-indent: -9999em;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #d4d9de;
	top: 0px;
	right: 0px;
}

.craftit-categories .product_ajax_loader.loading,
.craftit-post1-categories .gallery_ajax_loader.loading,
.craftit-post1-categories .posts_ajax_loader.loading  {
	right: 15px;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.craftit-post1-header.inline + .craftit-post1-categories .posts_ajax_loader,
.craftit-post1-header.inline + .craftit-post1-categories .gallery_ajax_loader,
.products-carousel-title.inline + .craftit-categories .product_ajax_loader {
	right: 0;
	left: auto;
}

@media (min-width: 992px) {
	.craftit-post1-header.inline + .craftit-post1-categories .posts_ajax_loader,
	.craftit-post1-header.inline + .craftit-post1-categories .gallery_ajax_loader,
	.products-carousel-title.inline + .craftit-categories .product_ajax_loader {
		right: auto;
		left: -20px;
	}
}

.craftit-post1-header.inline + .craftit-post1-categories .posts_ajax_loader.loading,
.craftit-post1-header.inline + .craftit-post1-categories .gallery_ajax_loader.loading,
.products-carousel-title.inline + .craftit-categories .product_ajax_loader.loading {
	right: 15px;
	left: auto;
}

@media (min-width: 992px) {
	.craftit-post1-header.inline + .craftit-post1-categories .posts_ajax_loader.loading,
	.craftit-post1-header.inline + .craftit-post1-categories .gallery_ajax_loader.loading,
	.products-carousel-title.inline + .craftit-categories .product_ajax_loader.loading {
		right: auto;
		left: -30px;
	}
}

.craftit-post1-header.inline + .craftit-post1-categories .posts_ajax_loader,
.craftit-post1-header.inline + .craftit-post1-categories .gallery_ajax_loader {
	top: 12px;
}

/*Load more btn animation*/

.ajaxLoadMore span,
.ajaxLoadMore span:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.ajaxLoadMore span {
  margin: 0px;
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff200;

  top: calc(50% - 6px);
  right: 14px;
}

.ajaxLoadMore.loading {
	position: relative;
	padding-right: 40px;
}

.ajaxLoadMore.loading span {

	opacity: 1;
	visibility: visible;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Contact us */
.contact-us-module {
	margin-bottom: 45px;
	padding: 0 5%;

	display: flex;
	display: -webkit-flex;
  	flex-direction: column;
}

.contact-us-module h5 {
	margin-bottom: 20px;
}

.contact-us-module-wrapper {
	flex-grow: 1;
  	display: flex;
	display: -webkit-flex;

	flex-direction: column;
}

@media (min-width: 992px) {
	.contact-us-module-wrapper {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.contact-us-module .address-module,
	.contact-us-module .phones-emails-module {
		width: 50%;
	}
}

.contact-us-module .address-module,
.contact-us-module .phones-emails-module {
	width: 100%;
	
	line-height: 2.4;
	font-style: italic;

	flex-grow: 1;
}

@media (min-width: 992px) {
	.contact-us-module .address-module,
	.contact-us-module .phones-emails-module {
		width: 50%;
	}
}



/*product categories*/

.product_categories{
	padding: 0;
	overflow: hidden;
}
.product_categories li,
.product_categories_light li {
	list-style-type: none;
	margin-bottom: 20px;
}

.product_categories li a,
.product_categories_light li a {
	position: relative;
	display: block;

	min-height: 200px;
	background: #000;
}

.product_categories_light li a {
	background: #fff;
}

@media (max-width: 480px) {
	.product_categories li a,
	.product_categories_light li a {
	    min-height: 150px;
	}
	.product_categories li,
	.product_categories_light li {
		width: 50%;
	}
}

.product_categories li a > .overlay {
	
	position: absolute;
	top: 0;
	left: 0;
	  -webkit-transition: all ease-in-out 0.2s;
	  -moz-transition: all ease-in-out 0.2s;
	  -ms-transition: all ease-in-out 0.2s;
	  -o-transition: all ease-in-out 0.2s;
	  transition: all ease-in-out 0.2s;
	display: block;
	width: 100%;
	background: rgba(0,0,0,.70);
	height: 100%;
}

.product_categories li a > .overlay span.img {
	height: 50px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;

	display: flex;
	justify-content: center;
	align-items: center;

}

.product_categories li a > .overlay span.img .svg,
.product_categories li a > .overlay span.img svg path{
	fill: #ffffff !important;
}
.product_categories li a > .overlay span.img * {
	max-height: 50px;
	max-width: 50px;
}

.product_categories li a > .overlay .wraper{
	display: block;
	transform: translate(0px, -50%);
	position: relative;
	top: 50%;
}
.product_categories li a > .overlay span.title {
	text-align: center;
	display: block;
	color: #fff;
	font-family: Poppins;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
} 
.product_categories li a:hover > .overlay {
	background: rgba(255,255,255,.85);
}
.product_categories li a:hover > .overlay span.img .svg, 
.product_categories li a:hover > .overlay span.img svg path{
	fill: #000000 !important;
}
.product_categories li a:hover > .overlay span.title {
	color: #000;
}

/**product light version */
.product_categories_light {
	padding: 0;
	overflow: inherit;
}

.product_categories_light li a {
	display: block;
	color: #000;
	font-family: Poppins;
	text-transform: lowercase;
	font-size: 14px;
	border: 1px solid #edeff1;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	
	position: relative;

	display: flex;
	-webkit-display: flex;

	justify-content: center;
	align-items: center;
}
.product_categories_light li a > .overlay{
	
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	transform: scale(0,0);
	z-index:2;
	background-color: #f1f1f1;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0);

}
.product_categories_light li a > .overlay img{
	width: 100%;
}
.product_categories_light li a:hover > .overlay{
	transform: scale(1.1,1.1);
  box-shadow: 0px 15px 25px 0px rgba(4, 4, 4, 0.3); 
}

/* mailchimp **/
.craftit_mailchimp {
	background: #000; 
	color: #fff;
	margin: 15px 35px;		
}

@media (min-width: 992px) {
	.craftit_mailchimp {
		margin: 30px 70px;		
	}
}

.craftit_mailchimp h2 {
	color: #fff;
	margin-bottom: 0;
}
.craftit_mailchimp .wrapper  {
	overflow: hidden;
	max-width: 610px;
	margin: 0 auto;
	padding: 25px;
}

@media (min-width: 992px) {
	.craftit_mailchimp .wrapper {
		padding: 55px;		
	}
}

.craftit_mailchimp .wrapper .mc4wp-form {
	margin-bottom: 0;
}

.craftit_mailchimp .wrapper .mc4wp-form p:last-child {
	margin-bottom: 0;
}

.craftit_mailchimp .email p {
	color: #737373;
}
.craftit_mailchimp .email label{
	display: none;
}
.craftit_mailchimp .email input,
.craftit_mailchimp .email input:focus,
.craftit_mailchimp .email input:active
{
	line-height: 1.4em;
	padding: 0;
	font-family: 'Inter', sans-serif ;
    font-size: 19px;
	background: none;
	border: none;
	border-bottom: 1px solid #292c30;
	box-shadow: none;
	color: #fff;
	display: block;
	margin: 0 15px 17px 0;
}
.craftit_mailchimp   .email input::-webkit-input-placeholder {
  font-family: 'Inter', sans-serif ;
  font-size: 19px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 200;
  color: #fff;
}

.craftit_mailchimp   .email input:-moz-placeholder { /* Firefox 18- */
  font-family: 'Inter', sans-serif ;
  font-size: 19px;
  font-style: italic;
  text-transform: capitalize;
  color: #fff;
  font-weight: 200;
}

.craftit_mailchimp   .email input::-moz-placeholder {  /* Firefox 19+ */
  font-family: 'Inter', sans-serif ;
  font-size: 19px;
  font-style: italic;
  font-weight: 200;
  text-transform: capitalize;
  color: #fff;
}

.craftit_mailchimp  .email input:-ms-input-placeholder {  
 font-family: 'Inter', sans-serif ;
  font-size: 19px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 200;
  color: #fff;
}
.craftit_mailchimp  .signup{
	margin-top: 9px;
	
}
.craftit_mailchimp  .signup .btn {
	background: #fff;
	color: #121416;
	
}
/*light version */
.craftit_mailchimp.light {
	background: none;
	color: #737373;
	margin: 0;
}
.craftit_mailchimp.light  form {
	margin-bottom: 0;
}

.craftit_mailchimp.light h2 {
	color: #737373;
}


.craftit_mailchimp.light .email p {
	color: #737373;
}

.craftit_mailchimp.light .email input,
.craftit_mailchimp.light .email input:focus,
.craftit_mailchimp.light .email input:active
{
	
	border-bottom: 1px solid #292c30;
	color: #000;
}
.craftit_mailchimp.light   .email input::-webkit-input-placeholder {

  color: #000;
}
.craftit_mailchimp.light form {
	padding: 0;
}

.craftit_mailchimp.light   .email input:-moz-placeholder { /* Firefox 18- */

  color: #000;
}

.craftit_mailchimp.light   .email input::-moz-placeholder {  /* Firefox 19+ */

  color: #000;
}

.craftit_mailchimp.light  .email input:-ms-input-placeholder {  

  color: #000;
}

.craftit_mailchimp.light  .signup .btn {
	background: none;
	color: #000;
	border: 2px solid #000;	
}

@media (min-width: 768px) {
	.left_separator {
		border-left: 1px solid #d9dee2; 
		padding-left: 30px;
	}
	.right_separator {
		border-right: 1px solid #d9dee2; 
		padding-right: 30px;
	}
}

/*social-icons-widget*/
.social-icons-shortcode ul  {
	padding: 0;
	margin-top: 0;
	line-height: 1em;
}
.social-icons-shortcode  h6 {
	font-size: 13px;
	line-height: 1em;
	margin-bottom:25px;
}

@media (min-width: 768px) {
	.social-icons-shortcode ul,
	.social-icons-shortcode  h6 {
		text-align: right;
	}
}

.social-icons-shortcode ul li {
	display: inline-block;
}
.social-icons-shortcode ul li .fa {
	line-height: 1em;
	font-size: 36px;
	padding: 0 6px;
}
.social-icons-shortcode ul li:last-child .fa {
	padding: 0;
}

/*separator*/

.separator {
	
	border-top: 1px solid #d9dee2;
	margin-top: 60px;
	margin-bottom: 60px;
	height: 1px;
	line-height: 1px;
	
}
/*clear class*/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}
.craftit_column_separator .fw-row > div{
	position: relative;
}
.craftit_column_separator .fw-row > div:after {
	
	position: absolute;
	width: 100%;
	margin: 15px 0;
	border-right: 1px solid #d9dee2;
	height: 100%;
	content:" ";
	top: 0;
	right: 0;
	z-index: -1;
}
.craftit_column_separator .fw-row > div:last-child:after {
 border: none;
}

/*General rule*/
/*Create a space btw 2 btns if they're center aligned */
.fw-row > .align-center > .btn + .btn {
	margin-left: 15px;
}

/*CTA*/

body .fw-call-to-action .fw-action-content h2,
body .fw-call-to-action > div p:last-child {
	margin: 0;
}

body .fw-call-to-action > div p {
	font-style: italic;
}

body .fw-call-to-action > div.fw-action-btn {
	vertical-align: top;
	padding-top: 5px;
}

body .fw-btn-1 {
	background-color: #fff200;
	color: #121416;
}

body .fw-btn-1:hover,
body .fw-btn-1:focus {
	background-color: #000;
	color: #fff;
}


/* Pricing box */

body .fw-pricing {
	margin-bottom: 50px;
	font-size: 16px;
	float: left;
	width: 100%;
}

body .fw-package {
	border-color: #e3e6e9;
}

body .fw-package .fw-heading-row span, 
body .fw-package .fw-pricing-row span {
	line-height: normal;
    font-family: "Poppins";
    letter-spacing: -1px;
    font-weight: bold;

    padding: 15px 0;
}

body .fw-package .fw-heading-row span {
	font-size: 30px;
}

body .fw-package .fw-pricing-row small {
	font-style: italic;
	font-size: 14px;
}

.fw-package .fw-pricing-row {
	padding-bottom: 15px;
}

body .fw-pricing .fw-package-wrap.highlight-col .fw-heading-row,
body .fw-pricing .fw-package-wrap.highlight-col .fw-pricing-row {
	background: #ffde00;
}

body .fw-default-row {
	padding: 15px;
	border-bottom: 1px solid #e3e6e9;
}

body .fw-pricing .fw-package-wrap.highlight-col .fw-default-row {
	padding: 20px;
}

/*Tabs*/

body .fw-tabs-container .fw-tabs ul li:first-child {
	border-left-color: #e3e6e9; 
}

body .fw-tabs-container .fw-tab-content,
body .fw-tabs-container .fw-tabs ul li {
	border-color: #e3e6e9;
}

body .fw-tabs-container .fw-tabs ul li a {
	font-size: 14px;
    font-family: Poppins;
    letter-spacing: -1px;
    font-weight: bold;
}


/*Icon box*/
body .fw-iconbox-1 .fw-iconbox-image {
	width: auto;
	color: #121416;
	min-height: 80px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.craftit-icon-box .graphic span{
	font-size: 43px;
	line-height: 43px;
}

.craftit-icon-box  .fw-iconbox-aside .fw-iconbox-title h3 {
	font-size: 14px;
    letter-spacing: -1px;
}
@media (min-width: 992px) {
	.craftit-icon-box  .fw-iconbox-aside .fw-iconbox-title h3 {
		font-size: 16px;
	    letter-spacing: -1px;
	}
}

.craftit-icon-box  .fw-iconbox-aside .fw-iconbox-text p {
	color: #737373;
	font-style: italic;
}

 /* Iconbox */
body .fw-iconbox {
    padding: 15px 0;
}
@media (min-width: 992px) {
	body .fw-iconbox {
	    padding: 30px 0;
	}
}

/* Testimonials */

body .fw-testimonials {
	margin:0 0 50px 0;
}
body .fw-row > div[class^="fw-col"] > .fw-testimonials {
	margin: 0;
}

body .fw-testimonials .fw-testimonials-title {
	margin-top: 0;
}

body .fw-testimonials-2 .fw-testimonials-author .author-name {
 	font-size: 14px;
 	margin: 0;
    letter-spacing: -1px;
    line-height: normal;
    font-family: "Poppins";
    clear: both;
    font-weight: bold;
    color: #000;
 }

 body .fw-testimonials-2 .fw-testimonials-author em {
 	font-size: 13px;
 }

/*Form builder*/

.form-builder-item .header.title {
	width: 100%;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.form-builder-item .header.title {
		width: 50%;		
	}
}

.form-builder-item .header.title h2 {
 	font-size: 16px;
 	margin: 0px;
 	letter-spacing: -1px;
}

.form-builder-item .header.title p {
 	font-style: italic;
}

/*Map*/
body .fw-map {
	margin:0 -15px;
}
 
 /* blogs page*/
 /*content */

 .gg_posts_grid ul.el-grid  {
	 padding: 0;
	 margin: 0;
 }
 .gg_posts_grid ul.el-grid > li   {
	 list-style-type: none;
	 display: block;
	 padding: 0;
	 margin: 0;
 }

.gg_posts_grid ul.el-grid > li   {
	 border-bottom: 1px solid #e3e6e9;
	 padding-top: 60px;
}

.gg_posts_grid ul.el-grid > li:last-child {
	border: 0;
}

.gg_posts_grid ul.el-grid > li:first-child {
	padding-top: 0;
}

.gg_posts_grid  h2.entry-title{
	line-height: 24px;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
}
@media (min-width: 992px) {
	.gg_posts_grid  h2.entry-title {
		font-size: 16px;
	    letter-spacing: -1px;
	}
}

.gg_posts_grid  h2.entry-title a {
   line-height: 24px;
   color: #000; 
}


.gg_posts_grid .post-meta {
	padding: 0;
	color: #737373; 
	font-size: 13px;
	font-style: italic;
	margin: 0 100px 15px 100px;	 
}

.gg_posts_grid .entry-content {
	margin: 30px 100px 45px 100px;
}

.gg_posts_grid .entry-title {
   padding: 0;
   margin: 0 100px 10px 100px;
}

.gg_posts_grid article.has-post-thumbnail .entry-title,
.gg_posts_grid article.sticky .entry-title {
	margin-top: 58px;
}

.gg_posts_grid .post-meta time,
.gg_posts_grid .post-meta span:not(.cat-links) a{
	margin-right: 30px;
}

.gg_posts_grid .post-meta span:last-child{
	margin-right: 0;
}
.gg_posts_grid .entry-summary {
	padding: 0;
	margin: 30px 100px 45px 100px;
	font-style: italic;
}
.gg_posts_grid .entry-summary p:last-child {
	margin: 0;	
}
.gg_posts_grid .entry-summary  .more-link{
	font-style: normal;
	display: inline-block;
	clear: both;	
	margin-top: 15px;
}


.gg_posts_grid .post-thumbnail > img {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;

  -webkit-backface-visibility: hidden;
}

.gg_posts_grid .post-thumbnail > img:hover {
  opacity: .8;
}


/*sidebar */
aside.sidebar-nav h4 {
	color: #121416;
  font-size: 18px;
  letter-spacing: -1px;
  margin: 0 0 30px;
  font-weight: bold;
}

aside .gg-widget {
	clear: both;
	border-bottom: 1px solid #e3e6e9;
	padding-top: 60px;
	padding-bottom: 30px;

	float: left;
	width: 100%;
}

.gg-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside .gg-widget:first-child {
	padding-top: 0;
}
aside .gg-widget:last-child {
	border: 0;
}

.craftit_blog .pull-right {
	margin: 0;
}

.gg-widget.widget_nav_menu ul li,
.gg-widget.widget_pages ul li,
.gg-widget.widget_categories ul li,
  line-height: 30px;
}
.footer-widgets .gg-widget.widget_nav_menu ul li,
.footer-widgets .gg-widget.widget_pages ul li,
.footer-widgets .gg-widget.widget_categories ul li,
.footer-widgets .gg-widget.widget_archive ul li {
  line-height: 1.916;

}


.gg-widget.widget_nav_menu ul li a,
.gg-widget.widget_pages ul li a,
.gg-widget.widget_categories ul li a,
.gg-widget.widget_archive ul li a {
  font-weight: bold;
}

.footer-widgets .gg-widget.widget_nav_menu ul li a,
.footer-widgets .gg-widget.widget_pages ul li a,
.footer-widgets .gg-widget.widget_categories ul li a,
.footer-widgets .gg-widget.widget_archive ul li a {
  font-weight: normal;
}

.gg-widget ul.children,
.gg-widget ul.sub-menu {
  padding: 0 0 0 20px;
}

.footer-widgets .gg-widget ul.children,
.footer-widgets .gg-widget ul.sub-menu {
  padding: 0 0 0 15px;
}

.gg-widget .tagcloud li {
  display: inline-block;
}

.gg-widget .tagcloud a {
  background: #dee6e9;
  color: #000;
  padding: 3px 7px;
  font-family: Poppins;
  text-transform: uppercase;
  font-size: 10px;

  border-radius: 40px;
  -webkit-border-radius: 40px;
}

/*craftit post widget */
 
.craftit-posts-widget ul{
	padding: 0;
	margin: 0;
}
 .craftit-posts-widget ul li{
	list-style-type: none;
	overflow: hidden;
	border-bottom: 1px solid #e3e6e9;
	padding: 30px 0;
	
	display: flex;
	justify-content: center;

	align-items: center;
}

.craftit-posts-widget ul li:last-child{ 
	border-bottom: none;
	padding-bottom: 0;
 } 

.craftit-posts-widget ul li:first-child{ 
	padding-top: 0;
 } 
 
.craftit-posts-widget ul li .img {
	max-width: 100px;
	float: left;
	border: none;
	margin-right: 14px;
}

.craftit-posts-widget ul li .cnt {
	flex: 1;
} 

.craftit-posts-widget ul li .cnt .title a {
	color: #121416;
    display: block;
    font-family: Poppins;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
 }	 
.craftit-posts-widget ul li .cnt .post-date  {
	font-size: 13px;
	font-style: italic;
	line-height: 1em;
	margin-top: 14px;
}	
/** Archive List */
.widget_archive ul{
	padding: 0;
	margin: 0;
}

aside .widget_search .input-group-btn,
aside .widget_search .input-group-addon,
.craftit_filter_widget .widget_product_search .btn  {
	display: none;
	
}
aside .widget_search  input,
.craftit_filter_widget .widget_product_search  input{
	border: 2px solid #dee6e9;
	background: #fff;
	height: 47px;
	line-height: 47px;
	padding: 0 15px;
}

aside .widget_search  .input-group {
	display: block;
}

aside .widget_search  input::-webkit-input-placeholder ,
.craftit_filter_widget .widget_product_search  input::-webkit-input-placeholder{
	
	font-family: Poppins;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
aside .widget_search  input:-moz-placeholder,
.craftit_filter_widget .widget_product_search  input:-moz-placeholder{
	
	font-family: Poppins;
	color: #000;
	font-size: 13px;
	font-weight: bold;
} 
aside .widget_search  input:-ms-input-placeholder,
.craftit_filter_widget .widget_product_search  input:-ms-input-placeholder {
	
	font-family: Poppins;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
aside .widget_search  input::-moz-placeholder,
.craftit_filter_widget .widget_product_search  input::-moz-placeholder{
	
	font-family: Poppins;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	
}
/* galleries */
.posts1 .craftit-post1-categories,
.posts2 .craftit-post1-categories{
	margin-bottom: 30px;
	position: relative;
}
.posts1 .craftit-post1-categories a,
.posts2 .craftit-post1-categories a{
	font-family: Poppins;
	color: #737373;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	display: inline-block;
	margin: 12px 15px 0 15px;
	text-transform: lowercase;
	
}
.posts1 .craftit-post1-categories a.active,
.posts2 .craftit-post1-categories a.active,
.posts1 .craftit-post1-categories a:hover,
.posts2 .craftit-post1-categories a:hover {
	border-bottom: 3px solid #333;
	color: #000;
}

.posts1 .craftit-post1-grid,
.posts2 .craftit-post1-grid  {
	clear: both;
	padding: 0;
	margin: 0;
}
.posts1 .craftit-post1-grid  .masonry_post .masonry_post_item,
.posts2 .craftit-post1-grid  .masonry_post .masonry_post_item,{
	margin-bottom: 20px;
}
.posts1 .craftit-post1-grid .post1-item  .post1-image img ,
.posts2 .craftit-post1-grid .post1-item  .post1-image img {
	width: 100%;
	
}
.posts1 .craftit-post1	  .post1-item:first-child,
.posts1 .craftit-post1-grid  .post1-item:nth-child(3n+1) ,
.posts2 .craftit-post1	  .post1-item:first-child,
.posts2 .craftit-post1-grid  .post1-item:nth-child(3n+1) {
	padding: 0;
}	
.posts1 .ajaxLoadMorePosts,
.posts2 .ajaxLoadMorePosts {
	clear: both;
	padding-top: 60px;
}

.posts2 .post2-item {
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.posts2 .post2-item {
		margin-bottom: 60px;
	}
}

.posts2 .gg_posts_grid .entry-header {
	text-align: center;
}

.posts2 .gg_posts_grid .entry-title {
	margin: 15px 0px 0px 0px;
}
@media (min-width: 992px) {
	.posts2 .gg_posts_grid .entry-title {
		margin: 30px 30px 0px 30px;
	}
}


.posts2 .gg_posts_grid .entry-header time {
	font-style: italic;
	font-size: 13px;
}

.posts2 .header .categories {
	font-family: Lora;
	font-size: 13px;
	font-style: italic;
	color: #737373;
	text-align: center;
}
/* Post overlay*/
.post1-item .post1-image{
	position: relative;
	margin-bottom: 30px;
}
.post1-item .post1-image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;	
	top: 0;
	left: 0;
	background: rgba(255,255,255,.9);
	visibility: hidden;
	opacity: 0;
	
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
.post1-item .post1-image a:hover .overlay {
	visibility: visible;
 	opacity: 1;
}
.post1-item .post1-image .overlay .wrapper{
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
}
.post1-item .post1-image .overlay .title {

	display: block;
	text-align: center;
	font-size: 13px;
	font-family: Poppins;
	font-weight: bold;
	color: #000;
	max-width: 90%;
	margin: 0 auto ;
	line-height: 1em;
	letter-spacing: -1px;
}
.post1-item .post1-image .overlay .categories  {
		display: block;
	text-align: center;
	font-size: 12px;
	font-family: Lora;
	color: #737373; 
	max-width: 90%;
	margin: 10px auto 0 auto;
	font-style: italic;
	line-height: 1.45em;
}
/* countify plugin */
.countify_wrapper .craftit_countify{
	
	
}
.craftit_countify {
	text-align: center;	
}
.craftit_countify  .countify_before,
.craftit_countify  .countify_after,
.craftit_countify  .countify_number
{
	font-family: Poppins;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.craftit_countify  .countify_label{
	display: block;
	font-family: Lora;
	font-size: 13px;
	color: #000;
	font-style: italic;
}
.craftit-post1SimplePagination .post1-item {
	margin-bottom: 30px;
}

/*Single post */

body.single .post-thumbnail {
	text-align: center;
}

body.single .entry-content:not(.wc-tab) {
	padding-left: 10%;
	padding-right: 10%;
}
@media (min-width: 992px) {
	body.single .entry-content:not(.wc-tab) {
		padding-left: 20%;
		padding-right: 20%;
	}
}

body.single #content .post-meta .updated{
	font-family: Lora;
	font-style: italic;
	color: #121416; 
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}

body.single #content .post-thumbnail img {
	margin-bottom: 45px;
}

body.single footer.entry-meta {
	padding-left: 15px;
	padding-right: 15px;
}

/** single header with pagination */


.single-post .craftit-single-header {
	position: relative;
}
.single-post .craftit-single-header .single_left_header_pagination{
	position: absolute;
	left: 0;
	top: 0;
}

.single-post .craftit-single-header .single_right_header_pagination{
	position: absolute;
	right: 0;
	top: 0;
}
.single-post .craftit-single-header .single_left_header_pagination a,
.single-post .craftit-single-header .single_right_header_pagination a {
	color: #d4d9de ;
	font-size: 30px;
}

.single-post .craftit-single-header .single_left_header_pagination a:hover,
.single-post .craftit-single-header .single_right_header_pagination a:hover{
	color: #000 ;
	
}
.single-post .tags-links {
	display: inline-block;
}
.single-post .tags-links  a{
		
		padding-right: 15px;
	
}
.posts_simple_pagination {
	width: 100%;
}
.inline-categories, .inline-categories ul{
	display: inline-block;

}
.inline-categories ul {
	padding: 0;
}
 .inline-categories ul li {
	display: inline-block;
	font-style: italic;
 }

.single-post .craftit-single-header  h1 {
	max-width: 720px;
	margin: 0 auto;	
	line-height: 1.70em;
	text-align: center;
}

.single-post  .post-date{
	text-align: center;
	font-style: italic;
	color: #121416; 
}

blockquote {
	border-left: none;
	position: relative;
}
blockquote:after{
	position: absolute;
	content: open-quote;
	top: 0;
	left: 0;
	font-family: poppins;
	font-size: 	136px;
	color: #fff200;
	line-height: 136px;
}
blockquote p{
	padding-left: 40px;
	font-family: Lora;
	font-style: italic;
	font-size: 19px;
	line-height: 32px;
}

/** post social icons */
.post-social  {
	text-align: center; 
	margin-top: 30px;
}
.post-social ul{
	padding: 0;
	padding: 0;
}
.post-social ul li{
	display: inline-block;
	margin-right: 15px;
}
.post-social ul li:last-child{
	margin-right: 0;
}
.social-text {
	font-style: italic;
}
.social-text a {
	font-weight: bold;
}
/* social galleries*/
.social-gallery {
	clear: both;
	float: none;
	text-align: center;
	margin: 25px 0;
}
@media (min-width: 992px) {
	.social-gallery {
		margin: 50px 0;
	}
}

/*Comments*/

.comments-area .logged-in-as {
	font-style: italic;
}

.comments-area ul {
	list-style: none;
}

.comments-area ul.children {
}

body.single .comments-area {
	padding-left: 10%;
	padding-right: 10%;
}

@media (min-width: 992px) {
	body.single .comments-area {
		padding-left: 20%;
		padding-right: 20%;
	}
}

.comments-area.gg_has_comments {
	border-top: 1px solid #dee6e9;
	margin: 45px 0;
}

.comments-area li.comment {
  border-top: 1px solid #dee6e9;
  padding-top: 30px;
  margin-top: 5px;
}

.comments-area .comments-title {
  font-size: 18px;
}

.comments-area .media-list .avatar-holder{
	overflow: hidden;
	width: 40px;
	height:40px;
	border-radius: 50% ;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  
  margin: 0;
	padding: 0;	

}
.comments-area .media-list .avatar-holder img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.comments-area .media-list .media .media-body{
	padding-left: 15px;
}
.comments-area .media-list .media .media-body h4 {
	line-height: 1em;
	font-size: 13px;
	margin-bottom: 0;
}
.comments-area .media-list .media .media-body h4 a{
	font-style: normal;
	font-family: Poppins;
	color: #000 ;
	line-height: 1em;
	font-size: 13px;
}
.comments-area .media-list .media .media-body p.meta {
	margin: 0 0 15px 0;
	padding: 0;

	font-style: italic;
}
.comments-area .media-list .media .media-body p.meta a {
	color: #737373;
	line-height: 1em;
	font-size: 13px;	
}
.comments-area .media-list .media .media-body .replay-button a {
	color: #737373;
	line-height: 1em;
	font-size: 13px;	
	font-weight: bold;
}

.comments-area .form-submit .{
	text-align: center;
}
.comments-area .form-inline .form-control {
	width: 100%;
}

.comments-area .comment-respond > h3 {
	margin-bottom: 0;
}

/*single gallery */

.craftit-gallery-single-header {
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

@media (min-width: 992px) {
	.craftit-gallery-single-header {
		padding: 30px 30px 0 30px;
	}
}

.craftit-gallery-single-header h1 {
	float: left;
	font-size: 28px;
	letter-spacing: -2px;	
}
@media (min-width: 992px) {
	.craftit-gallery-single-header h1 {
		font-size: 36px;
		letter-spacing: -3px;
	}
}
.craftit-gallery-single-header .toRight {
	float: right; 

}
.craftit-gallery-single-header .toRight a {
	color: #737373;
	font-size: 13px;
	font-weight: bold;
	font-family: Poppins;
	letter-spacing: 0;
}
/**gallery top info */

.craftit-gallery-info .dl-horizontal {
	margin-left: 0px;
	margin-top: 15px;
}
@media (min-width: 992px) {
	.craftit-gallery-info .dl-horizontal {
		margin-left: 15px;
		margin-top: 35px;
	}
}

.craftit-gallery-info .dl-horizontal dt,
.craftit-gallery-info .dl-horizontal dd{
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	font-family: Lora;
}

.craftit-gallery-info .dl-horizontal dt {
	width: 100px;
	text-align: left;

	float: left;
}
.craftit-gallery-info .dl-horizontal dd {
    margin-left: 100px;
}
.craftit-gallery-info  .gallery-description {
	color: #737373; 
	font-size: 13px;
	font-style: italic;
}

.craftit-gallery-info  .gallery-description h5 {
	font-style: normal;
	margin-top: 0;
}

/* gallery slider */
.gallery-slick-slider {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.gallery-slick-slider {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
.craftit_filter_widget {
	height: 100%;
}
.craftit-order-header{
	margin-bottom: 45px;
	float: left;
	width: 100%;
}

.craftit-order-header .craftit_filter {
	float: left; 
}
.craftit-order-header .craftit_filter span.title {
	font-family: Poppins;
	font-size: 36px;
	font-weight: bold; 
	color: #121416; 
	line-height: 36px;
	letter-spacing: -3px;

	margin-right: 30px;
	float: left;
}

.craftit-order-header .craftit_filter span.title + a {
	float: left;
}

.craftit-order-header .woocommerce-order-right {
	float: left;
	margin-top: 30px;
	width: 100%;
}

@media (min-width: 992px) {
	.craftit-order-header .woocommerce-order-right {
		float: right;
		margin-top: 0;
		width: auto;
	}
}

.craftit-order-header .woocommerce-order-right .woocommerce-result-count,
.craftit-order-header .woocommerce-order-right .woocommerce-ordering
{
	display: inline-block;
}

/* Shop modal widgets */

/* product category filter */
#craftit_filter_widget h4.widget-title {
	font-size: 28px;
	line-height: 28px;
	letter-spacing: -2px;

	color: #121416; 
	text-align: center;	
	font-weight: bold;
	text-transform: lowercase;
}
@media (min-width: 992px) {
	#craftit_filter_widget h4.widget-title {
		font-size: 36px;
		line-height: 36px;
		letter-spacing: -3px;
	}
}

#craftit_filter_widget .gg-widget {
	margin-bottom: 55px;
}

#craftit_filter_widget .widget_product_categories ul.product-categories,
.white-modal-item .widget_layered_nav ul{
	padding: 0;
	text-align: center;
	border: none;
	display: block;
	overflow: hidden;
	
}
#craftit_filter_widget .widget_product_categories ul.product-categories li,
.white-modal-item .widget_layered_nav ul li{
	
	padding: 0 10px 0 0;
	display: inline-block;
	border: none; 
	width: auto ;
	height: auto ;
	font-size: 13px;
	font-family: Lora;
	font-style: italic;
	float: none;
	letter-spacing: 0;
	font-weight: normal;

}
#craftit_filter_widget .widget_product_categories ul.product-categories li a,
.white-modal-item .widget_layered_nav ul li a,
.white-modal-item .widget_product_tag_cloud .tagcloud a{
		color: #737373; 
}
/* Woocommerce products */
.products {
	clear: both;
}
/* mouseover functionality*/
.product-image {
	display: block;
	position: relative;
}

.product-image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0);
	opacity: 0;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
	visibility: hidden;

}
.product-image:hover .overlay {
	visibility: visible;
	background: rgba(255,255,255,.9);
	opacity: 1; 
}
.product-image .overlay .wrapper{
	display: inline-block;
	width: 100%;
	top: 50%;

	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	
	position: relative;
	padding: 25px 0; 
	overflow: hidden;

	display: flex;
}


.product-image .overlay .wrapper a {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    padding: 25px 0;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;

    overflow: hidden;
}

.product-image .overlay .wrapper a .svg {
	z-index: 1; 
	position: relative;

	opacity: 0;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
	
	-webkit-transform: scale(0.0001);
	-ms-transform: scale(0.0001);
	transform: scale(0.0001);

	backface-visibility: hidden;
}

.product-image .overlay .wrapper a.view .svg {
	max-height: 20px;
}
.product-image .overlay .wrapper a.add_to_cart_button .svg,
.product-image .overlay .wrapper a.product_type_external .svg {
	max-height: 30px;
}
.product-image .overlay .wrapper a.added_to_cart img {
	max-height: 20px;
}

.product-image .overlay .wrapper a span {
	opacity: 0;
	visibility: hidden;
	display: block;

	color: #121416;
    font-family: Poppins;
    font-weight: bold;
    line-height: 11px;
    font-size: 11px;
    letter-spacing: 0px;

	position: absolute;
	bottom: -50px;

	-webkit-transform: translate3d(50px,0,0);
	transform: translate3d(50px,0,0);

	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.product-image .overlay .wrapper a:first-child span {
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

.product-image:hover .overlay .wrapper a span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.product-image:hover .overlay .wrapper a:hover span {
	opacity: 1;
	visibility: visible;

	bottom: 0;
}

.product-image .overlay .wrapper a.added_to_cart:before,
.product-image .overlay .wrapper a.add_to_cart_button:before,
.product-image .overlay .wrapper a.product_type_external:before {
 	position: absolute;
 	content: " ";
 	width: 1px;
 	height: 100%;
 	background:#000;
 	opacity: 0;
	
	left: 1px;
	margin-left: 0;
	top: 0;

	-webkit-transform: scaleY(0.0001);
	-ms-transform: scaleY(0.0001);
	transform: scaleY(0.0001);
}


.product-image:hover .overlay .wrapper a.added_to_cart:before,
.product-image:hover .overlay .wrapper a.add_to_cart_button:before,
.product-image:hover .overlay .wrapper a.product_type_external:before {
	
	opacity: 1;

	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);

	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}

.product-image:hover .overlay .wrapper a .svg {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Adding to cart */
.product-image:hover .overlay .wrapper a.loading .svg {
  display: none;
}

/* FW Image */
.fw-single-img-wrapper {
	margin-bottom: 30px;
}

/*FW Heading*/
body .fw-heading span {
	display: inline-block;
}


/*pagination */

.pagination {
	display: block;
	clear: both;
	width: 100%;
 
}
div.pagination ul.pagination {
	position: relative; 
	text-align: center; 
}
.pagination > li > a, .pagination > li > span {
	border: none;
}


div.pagination ul.pagination  li{
	float: none;
}
div.pagination ul.pagination  li{ 
	display: inline-block;
}
div.pagination ul.pagination  li a {
	color: #a9acaf;
	padding: 6px;
	font-style: italic;
}
div.pagination ul.pagination  li a.prev{
	position: absolute; 
	left: 0;
	top: 0;

	font-size: 30px;
}	
div.pagination ul.pagination  li a:hover,
div.pagination ul.pagination  li a:active,
div.pagination ul.pagination  li a:focus,
div.pagination ul.pagination  li.current a{
	background: none;
	color: #000;
}

div.pagination ul.pagination  li a.next{
	position: absolute; 
	right: 0;
	top: 0;

	font-size: 30px;
}	
@media (max-width: 768px){


div.pagination ul.pagination  li a.next,
div.pagination ul.pagination  li a.prev{
	position: static; 
	right: auto;
	top: auto;
}
}

.product_widget {
	margin-bottom: 30px;
}

/*woo slider  */

.widget_price_filter  div{
	margin-top: 30px;
}

.widget_price_filter form {
	width: 80%;
	margin: 0 auto
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider:before {
	background: #fff200;
	height: 2px;
	top: 0;
	left: 5px;
	position: absolute; 
	content: ' ';
	width: 100%;
	margin-top: -3px;
}


.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	display: none;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background: #2b2b2b none repeat scroll 0 0;
    border-radius: 1em;
    box-sizing: border-box;
    cursor: ew-resize;
    height: 14px;
    margin-top: -8px;
    opacity: 1;
    outline: 0 none;
    position: absolute;
    width: 14px;
    z-index: 2;
	text-align: left;
	border: 2px solid #fff;	
}

.widget_price_filter .price_slider_amount {
	position: relative;
}
.widget_price_filter .price_slider_amount .button{
	position: absolute;
	margin: 85px auto 0 auto ;
	left: 50%;
	transform: translate(-37%, 0px);
	
}
.widget_price_filter .price_slider_amount .price_label{
	position: absolute;
	margin-top: 30px;
	font-size: 13px;
	font-family: 'Inter', sans-serif !important;
	font-style: italic;
	text-align: center; 
	width: 100%;
	margin-left: 6px;
}

/** woocommerce login/register form */

.whiteModal .u-columns h2 {
	margin-top: 0;
}

.u-columns .col-1 {
	width: 100%;
	float: left;
	padding-right: 0;
    margin-bottom: 50px;
}
.u-columns .col-2 {
	width: 100%;
	float: right; 
	padding-left: 0;
}

@media (min-width: 768px) {
    .u-columns .col-1 {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 0;

    }
    .u-columns .col-2 {
        width: 50%;
        padding-left: 30px;
    }
}

.u-columns  label.inline {
	margin: 0;
	padding:0;
	float: left;
}
.u-columns  label.inline .woocommerce-Input--checkbox{
	display: inline; 
	margin: 0;
	padding:0;
	width: auto;
	height: auto;
}

.u-columns .forgot-remember {
	position: relative;
	float: left;
	width: 100%;
}
.u-columns .forgot-remember  .rememberme {
	color: #000;
	font-family: Poppins;
	font-size: 13px;
	letter-spacing: 0;
}
.u-columns .forgot-remember .lost-password{
	font-family: 'Inter', sans-serif ;
	font-size: 13px;
	font-style: italic;
	color: #737373 ;
	position: absolute; 
	right: 0;
}
.u-columns .login-button {
	margin-top: 15px;
	float: left;
}
.u-columns .woo-register {
	margin-top: 60px;
}

/* don't remove this is mandatory */
.bypostauthor  {}

/*------------------------------------------------------------------
[ 11. 404 page ]
*/

.not_found_wrapper {
	text-align: center;
}

.not_found_wrapper h1 {
	font-size: 78px;
	letter-spacing: -5px;
}

.not_found_wrapper a.btn {
	margin-bottom: 60px;
}

/* Blog col-md-4 isotope fix */
@media (min-width: 992px) {
  .el-grid li.col-md-4 {
    width: 33.333%;
  }

}

@media (max-width: 992px) {

  body .craftit.tp-bullets,
  body .craftit.tparrows {
    top: auto !important;
    bottom: 15px !important;
    transform: none !important;
  }

  body .craftit.tparrows.tp-leftarrow {
    left: calc(50% - 50px) !important;
    right: auto !important;
  }
  body .craftit.tparrows.tp-rightarrow {
    left: auto !important;
    right: calc(50% - 50px) !important;
    
  }

}

/* Version 1.6 */
.woocommerce form.checkout #customer_details h3#ship-to-different-address input[type="checkbox"] {
    margin-top: 0px;
}

.woocommerce .create-account {
    float: left;
    width: 100%;
}

/*2.0*/
body.gg-page-has-header-slider.gg-slider-is-beneath_header header.site-header {
  position: relative;
  z-index: 2;
}
body.gg-page-has-header-slider.gg-slider-is-beneath_header .subheader-slider {
  position: relative;
  z-index: 1;
}
.categories-card-1{
	background-color:purple;
	height: 100%;
	color:white;
}
.footer-call {
    position: relative !important;
    bottom: 0;
    top: 80px !important;
}


.footer-call a{
	border-radius: 0px;
}
.products-carousel .product-body a h3, .products-carousel .product-body a h2 {
    margin-bottom: 0px;
}
.product-image {
    background-color: #F6F6F6;
    width: 240px;
    height: 310px;
	display: flex;
    justify-content: center;
    align-items: center;
}
img.attachment-full.size-full.wp-post-image {
    width: 150px;
    height: auto;
}
input[type="submit"], button[type="submit"], .button:not(.add_to_cart_button):not(.product_type_external), .btn, .product_widget .price_slider_wrapper .price_slider_amount button, .more-link{
	font-weight:400;
}
.footer-text{
	font-weight:400 !important;
}
.social-icons-widget ul {
	display:flex;
	justify-content:center;
}
footer .social-icons-widget a {
    margin-right: 10px;
}

//rastmobile

nav.navbar.navbar-default{
  padding-bottom:0px !important;
}
#second-menu.nav.navbar-nav{
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #F8F8F8;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
#second-menu.nav.navbar-nav li{
    margin: 0 3px;
}
#second-menu.nav.navbar-nav li:not(:last-child):after{
    content: '|';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    color: white;
}
.w-100{
   width:100% !important;
}
.footer-img{
   width:100%;
}
.footer-call a{
    display: block;
    background: #EFEFEF;
}
.d-flex{
    display: flex;
}
.footer-text{
   font-weight: bold;
   color: black;
}
.wpat_lang_name {
    display: none;
}
li#auto_translate_button_wrapper {
    min-width: 0px !important;
}
.wpat_lang_item.wpat_lang_selected {
    border-width: 0px !important;
}
ul#language-menu {
    z-index: 1;
}
footer .social-icons-widget a{
    padding: 10px 12px;
    background: #EFEFEF;
}
#craftit_social_icons_widget-2{
    text-align: center;
}
#customer_login .col-6{
   width: 50%;
}
#customer_login .login.col-6, #customer_login .register.col-6{
   float: right;
   padding: 30px;
}
#customer_login .register.col-6{
	display: none;
}
#customer_login .logo.col-6{
   border-right: 1px solid;
   padding: 30px;
   float: left;
}
h2.text-login{
	color:#0000004d;
	cursor: pointer;
}

.woocommerce-tabs .tabs li a {
    font-size: 25px;
}


span.onsale, span.soldout {
    background: #3F3F3F;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 7px;
    z-index: 1;
    font-family: Poppins;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
    border-radius: 0px;
}
.woocommerce select.craftit_woo_result_count, .woocommerce form.woocommerce-ordering select, .woocommerce .products-per-page select {
    background: #EFEFEF;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}

element.style {
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #121416;
    background-color: transparent;
}
#language-menu li a{
	padding:0px;
}

#second-menu.nav.navbar-nav {
    position: relative;
}
.navbar-nav>li>.dropdown-menu{
	width:100%;
}
#second-menu.nav.navbar-nav li {
    position: static !important;
}
#second-menu.nav.navbar-nav{
	padding: 0px;
}

	.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
}
#second-menu .dropdown-menu{
   
}
form.search-form  {
    display:flex;
	justify-content:center;
	margin-top: 15px;
    margin-bottom: 15px;
}
form.search-form input {
    width: 415px;
}
form.search-form button {
    background: transparent;
}
#searchsubmit{
	color:transparent;
}
.search-form #searchsubmit:hover{
	background:transparent !important;
	color:#fff;
}
.navbar-nav li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}



/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 767px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

  
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

  
.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}
.dropdown-sub-menu{
	margin-top:25px !important;
}
.nav>.sub-nav-item>a {
	padding:0;
}
.nav-basket{
	flex: 0 0 0% !important;
}

@media (max-width: 768px) { 
	
	.footer-call {
		position: initial !important;
	}
	.phone-number-link{
		display:none !important;
	}
	#language-menu{
		display: flex;
    	width: 120px;
	}
	#sub-navbar{
		display:none;
	}
}
#bs-example-navbar-collapse-1{
	display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.search-form{
	margin-top: 0px;
}