/**
 * Table of Contents:
 *
 * 1 - FONT
 * 2 - BASE STYLE	
 * 3 - LAYOUT STYLE
 * 4 - MENU STYLE
 * 5 - WIDGETS STYLE
 * 6 - POST STYLE
 * 7 - PAGE STYLE
 * 8 - TYPOGRAPHY STYLE
 * 9 - EFFECT STYLE
 * 10 - CUSTOMIZE STYLE
 */
/****/
/*------------------------------------------------------------------*\	
				1 - FONT																											
\*------------------------------------------------------------------*/
/*------------------------------------------------------------------*\	
				2 - BASE STYLE																												
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_base.scss */
body {
  overflow-x: hidden;
}

/* line 6, ../../../sass/template/_base.scss */
a:hover, a:active, a:focus {
  outline: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

/* line 13, ../../../sass/template/_base.scss */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 20, ../../../sass/template/_base.scss */
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
/* line 27, ../../../sass/template/_base.scss */
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 36, ../../../sass/template/_base.scss */
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea, select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 20px;
}
/* line 43, ../../../sass/template/_base.scss */
input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
textarea:focus,
textarea:active,
textarea:hover, select:focus, select:active, select:hover {
  outline: none;
}

/* line 49, ../../../sass/template/_base.scss */
input:focus, input:active, input:hover, textarea:focus, textarea:active, textarea:hover, select:focus, select:active, select:hover {
  outline: none;
}

/* line 54, ../../../sass/template/_base.scss */
.wp-caption {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 59, ../../../sass/template/_base.scss */
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 64, ../../../sass/template/_base.scss */
.alignleft {
  text-align: left;
  display: inline;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 72, ../../../sass/template/_base.scss */
.alignright {
  text-align: right;
  display: inline;
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}

/* line 86, ../../../sass/template/_base.scss */
#wp-calendar {
  width: 100%;
  margin-bottom: 25px;
}
/* line 89, ../../../sass/template/_base.scss */
#wp-calendar td, #wp-calendar th {
  padding: 5px;
  text-align: center;
}
/* line 93, ../../../sass/template/_base.scss */
#wp-calendar caption {
  margin-bottom: 10px;
}
/* line 97, ../../../sass/template/_base.scss */
#wp-calendar > thead > tr > th,
#wp-calendar > thead > tr > td {
  border-bottom-width: 0px !important;
}

/* line 104, ../../../sass/template/_base.scss */
table {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ddd;
}
/* line 112, ../../../sass/template/_base.scss */
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  border-color: #ddd;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}
/* line 121, ../../../sass/template/_base.scss */
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 128, ../../../sass/template/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 132, ../../../sass/template/_base.scss */
a.disable {
  pointer-events: none;
  cursor: default;
}

/* line 137, ../../../sass/template/_base.scss */
ul, ol {
  padding-left: 20px;
}

/* line 142, ../../../sass/template/_base.scss */
ul.medium {
  list-style-type: none;
  padding-left: 0;
}
/* line 145, ../../../sass/template/_base.scss */
ul.medium > li {
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 5px;
}

/* Text meant only for screen readers. */
/* line 153, ../../../sass/template/_base.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 161, ../../../sass/template/_base.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/************************* Pagination ************************/
/* line 182, ../../../sass/template/_base.scss */
.pager .paginations {
  display: inline-block;
  padding: 25px 0px;
}
/* line 185, ../../../sass/template/_base.scss */
.pager .paginations a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  margin: 0 1px;
  text-align: center;
  width: 35px;
  margin-right: 10px;
}
/* line 195, ../../../sass/template/_base.scss */
.pager .paginations a:last-child {
  margin-right: 0;
}
/* line 198, ../../../sass/template/_base.scss */
.pager .paginations a.active {
  background: #cd9385;
  border-color: #cd9385;
  color: #ffffff;
}

/* line 207, ../../../sass/template/_base.scss */
.woocommerce .pager .pages {
  text-align: right;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .woocommerce .pager .pages {
  text-align: left;
}
/* line 209, ../../../sass/template/_base.scss */
.woocommerce .pager .pages > * {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
}
/* line 217, ../../../sass/template/_base.scss */
.woocommerce .pager .pages > *:last-child {
  margin-right: 0;
}
/* line 220, ../../../sass/template/_base.scss */
.woocommerce .pager .pages > *:hover {
  color: #ffffff;
  background-color: #cd9385;
  border-color: #cd9385;
}
/* line 226, ../../../sass/template/_base.scss */
.woocommerce .pager .pages span {
  color: #ffffff;
  background-color: #cd9385;
  border-color: #cd9385;
}

/* line 236, ../../../sass/template/_base.scss */
.nav-tabs > li {
  font-size: 14px;
  text-transform: uppercase;
  color: #858585;
  font-weight: 400;
}

/* line 244, ../../../sass/template/_base.scss */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

/* line 247, ../../../sass/template/_base.scss */
.margin-bottom-10 {
  margin-bottom: 10 !important;
}

/* line 250, ../../../sass/template/_base.scss */
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 253, ../../../sass/template/_base.scss */
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 256, ../../../sass/template/_base.scss */
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

/* line 259, ../../../sass/template/_base.scss */
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 264, ../../../sass/template/_base.scss */
.padding-top-10 {
  padding-top: 10px !important;
}

/* line 267, ../../../sass/template/_base.scss */
.padding-top-20 {
  padding-top: 20px !important;
}

/* line 270, ../../../sass/template/_base.scss */
.padding-top-30 {
  padding-top: 30px !important;
}

/* line 273, ../../../sass/template/_base.scss */
.padding-top-40 {
  padding-top: 40px !important;
}

/* line 277, ../../../sass/template/_base.scss */
.padding-top-50 {
  padding-top: 50px !important;
}

/* line 282, ../../../sass/template/_base.scss */
.padding-50 {
  padding: 50px !important;
}
@media (max-width: 991px) {
  /* line 282, ../../../sass/template/_base.scss */
  .padding-50 {
    padding: 30px !important;
  }
}

/* line 288, ../../../sass/template/_base.scss */
.padding-40 {
  padding: 40px !important;
}

/* line 291, ../../../sass/template/_base.scss */
.padding-30 {
  padding: 30px !important;
}

/* line 294, ../../../sass/template/_base.scss */
.padding-20 {
  padding: 20px !important;
}

/* line 298, ../../../sass/template/_base.scss */
.padding-left-85 {
  padding-left: 85px !important;
}
@media (max-width: 992px) {
  /* line 298, ../../../sass/template/_base.scss */
  .padding-left-85 {
    padding-left: 30px !important;
  }
}

/* line 305, ../../../sass/template/_base.scss */
.padding-right-85 {
  padding-right: 85px !important;
}
@media (max-width: 992px) {
  /* line 305, ../../../sass/template/_base.scss */
  .padding-right-85 {
    padding-right: 30px !important;
  }
}

/* line 313, ../../../sass/template/_base.scss */
.no-bg {
  background: transparent !important;
}

/* line 316, ../../../sass/template/_base.scss */
.bg-theme {
  background: #cd9385 !important;
}

/* line 321, ../../../sass/template/_base.scss */
.no-border {
  border: none !important;
}

/* line 324, ../../../sass/template/_base.scss */
.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 328, ../../../sass/template/_base.scss */
.over-hidden {
  overflow: hidden;
}

/* line 332, ../../../sass/template/_base.scss */
.pstatic {
  position: static !important;
}

/* line 336, ../../../sass/template/_base.scss */
.prelative {
  position: relative !important;
}

/* line 340, ../../../sass/template/_base.scss */
.text-white {
  color: #ffffff;
}

/* line 343, ../../../sass/template/_base.scss */
.text-black {
  color: #000000;
}

/* line 346, ../../../sass/template/_base.scss */
.text-theme {
  color: #cd9385 !important;
}

/* line 349, ../../../sass/template/_base.scss */
.text-dark {
  color: #aaaaaa !important;
}

/* line 352, ../../../sass/template/_base.scss */
.text-green {
  color: #10b73b !important;
}

/* line 356, ../../../sass/template/_base.scss */
.text-medium {
  font-size: 13px;
}

/* line 360, ../../../sass/template/_base.scss */
.letter-spacing-1 {
  letter-spacing: -1px !important;
}

/* line 363, ../../../sass/template/_base.scss */
.letter-spacing-2 {
  letter-spacing: -2px !important;
}

/* line 366, ../../../sass/template/_base.scss */
.btn-theme {
  background: #cd9385;
  padding: 8px 20px;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 374, ../../../sass/template/_base.scss */
.btn-theme:hover {
  background: #242424;
}

/* line 380, ../../../sass/template/_base.scss */
.alert .alert_icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
/* line 385, ../../../sass/template/_base.scss */
.alert .close {
  display: inline-block;
  position: relative;
  top: -25px;
}
/* line 390, ../../../sass/template/_base.scss */
.alert .alert_wrapper {
  padding: 0 30px;
}

/* line 394, ../../../sass/template/_base.scss */
.pagination {
  width: 100%;
  margin: 0;
}
/* line 397, ../../../sass/template/_base.scss */
.pagination .prev_page {
  margin-right: 10px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .pagination .prev_page {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 400, ../../../sass/template/_base.scss */
.pagination .next_page {
  margin-left: 10px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .pagination .next_page {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 403, ../../../sass/template/_base.scss */
.pagination .prev_page,
.pagination .next_page {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 10px 8px;
}
/* line 408, ../../../sass/template/_base.scss */
.pagination .pager {
  margin: 0;
}
/* line 411, ../../../sass/template/_base.scss */
.pagination .pager_wrapper {
  border: none;
}

/* line 416, ../../../sass/template/_base.scss */
.max-width-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 422, ../../../sass/template/_base.scss */
.max-width-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* line 428, ../../../sass/template/_base.scss */
.list-socials {
  text-align: center;
}
/* line 430, ../../../sass/template/_base.scss */
.list-socials a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: left;
  margin-right: 25px;
}
/* line 434, ../../../sass/template/_base.scss */
.list-socials a:last-child {
  margin-right: 0;
}
/* line 437, ../../../sass/template/_base.scss */
.list-socials a i {
  font-size: 17px;
  color: #9E9E9E;
}
/* line 445, ../../../sass/template/_base.scss */
.list-socials.white a:hover i {
  color: #ffffff;
}

/* line 455, ../../../sass/template/_base.scss */
.vc_toggle .vc_toggle_title h4 {
  color: #4d504e !important;
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
}

/*------------------------------------------------------------------*\	
				3 - GRID STYLE																										
\*------------------------------------------------------------------*/
/* #Block grid
--------------------------------------------------------------- */
/* line 17, ../../../sass/template/_grid.scss */
.item-columns {
  padding: 0 10px;
}

/* line 21, ../../../sass/template/_grid.scss */
[class*="block-grid-"] {
  display: block;
  margin: 0 -10px;
  padding: 0;
}

/* line 27, ../../../sass/template/_grid.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  display: table;
  content: " ";
}

/* line 31, ../../../sass/template/_grid.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 32, ../../../sass/template/_grid.scss */
[class*="block-grid-"] > div {
  display: block;
  float: left;
  height: auto;
  padding: 0 10px;
  width: 100%;
}
/* line 38, ../../../sass/template/_grid.scss */
[class*="block-grid-"] > div:after {
  display: block;
}

@media (min-width: 380px) {
  /* line 44, ../../../sass/template/_grid.scss */
  .xs-block-grid-1 > div {
    width: 100%;
  }

  /* line 45, ../../../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 46, ../../../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  /* line 47, ../../../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  /* line 49, ../../../sass/template/_grid.scss */
  .xs-block-grid-2 > div {
    width: 50%;
  }

  /* line 50, ../../../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 51, ../../../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  /* line 52, ../../../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  /* line 54, ../../../sass/template/_grid.scss */
  .xs-block-grid-3 > div {
    width: 33.33333%;
  }

  /* line 55, ../../../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 56, ../../../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  /* line 57, ../../../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  /* line 59, ../../../sass/template/_grid.scss */
  .xs-block-grid-4 > div {
    width: 25%;
  }

  /* line 60, ../../../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 61, ../../../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  /* line 62, ../../../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  /* line 64, ../../../sass/template/_grid.scss */
  .xs-block-grid-5 > div {
    width: 20%;
  }

  /* line 65, ../../../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 66, ../../../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  /* line 67, ../../../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  /* line 69, ../../../sass/template/_grid.scss */
  .xs-block-grid-6 > div {
    width: 16.66667%;
  }

  /* line 70, ../../../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 71, ../../../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  /* line 72, ../../../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  /* line 74, ../../../sass/template/_grid.scss */
  .xs-block-grid-7 > div {
    width: 14.28571%;
  }

  /* line 75, ../../../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 76, ../../../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  /* line 77, ../../../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  /* line 79, ../../../sass/template/_grid.scss */
  .xs-block-grid-8 > div {
    width: 12.5%;
  }

  /* line 80, ../../../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 81, ../../../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  /* line 82, ../../../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  /* line 84, ../../../sass/template/_grid.scss */
  .xs-block-grid-9 > div {
    width: 11.11111%;
  }

  /* line 85, ../../../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 86, ../../../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  /* line 87, ../../../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  /* line 89, ../../../sass/template/_grid.scss */
  .xs-block-grid-10 > div {
    width: 10%;
  }

  /* line 90, ../../../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 91, ../../../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  /* line 92, ../../../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  /* line 94, ../../../sass/template/_grid.scss */
  .xs-block-grid-11 > div {
    width: 9.09091%;
  }

  /* line 95, ../../../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 96, ../../../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  /* line 97, ../../../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  /* line 99, ../../../sass/template/_grid.scss */
  .xs-block-grid-12 > div {
    width: 8.33333%;
  }

  /* line 100, ../../../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 101, ../../../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  /* line 102, ../../../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
@media (min-width: 768px) {
  /* line 106, ../../../sass/template/_grid.scss */
  .sm-block-grid-1 > div {
    width: 100%;
  }

  /* line 107, ../../../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 108, ../../../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  /* line 109, ../../../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  /* line 111, ../../../sass/template/_grid.scss */
  .sm-block-grid-2 > div {
    width: 50%;
  }

  /* line 112, ../../../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 113, ../../../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  /* line 114, ../../../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  /* line 116, ../../../sass/template/_grid.scss */
  .sm-block-grid-3 > div {
    width: 33.33333%;
  }

  /* line 117, ../../../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 118, ../../../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  /* line 119, ../../../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  /* line 121, ../../../sass/template/_grid.scss */
  .sm-block-grid-4 > div {
    width: 25%;
  }

  /* line 122, ../../../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 123, ../../../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  /* line 124, ../../../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  /* line 126, ../../../sass/template/_grid.scss */
  .sm-block-grid-5 > div {
    width: 20%;
  }

  /* line 127, ../../../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 128, ../../../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  /* line 129, ../../../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  /* line 131, ../../../sass/template/_grid.scss */
  .sm-block-grid-6 > div {
    width: 16.66667%;
  }

  /* line 132, ../../../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 133, ../../../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  /* line 134, ../../../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  /* line 136, ../../../sass/template/_grid.scss */
  .sm-block-grid-7 > div {
    width: 14.28571%;
  }

  /* line 137, ../../../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 138, ../../../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  /* line 139, ../../../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  /* line 141, ../../../sass/template/_grid.scss */
  .sm-block-grid-8 > div {
    width: 12.5%;
  }

  /* line 142, ../../../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 143, ../../../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  /* line 144, ../../../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  /* line 146, ../../../sass/template/_grid.scss */
  .sm-block-grid-9 > div {
    width: 11.11111%;
  }

  /* line 147, ../../../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 148, ../../../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  /* line 149, ../../../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  /* line 151, ../../../sass/template/_grid.scss */
  .sm-block-grid-10 > div {
    width: 10%;
  }

  /* line 152, ../../../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 153, ../../../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  /* line 154, ../../../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  /* line 156, ../../../sass/template/_grid.scss */
  .sm-block-grid-11 > div {
    width: 9.09091%;
  }

  /* line 157, ../../../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 158, ../../../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  /* line 159, ../../../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  /* line 161, ../../../sass/template/_grid.scss */
  .sm-block-grid-12 > div {
    width: 8.33333%;
  }

  /* line 162, ../../../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 163, ../../../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  /* line 164, ../../../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
/* Medium */
@media (min-width: 992px) {
  /* line 169, ../../../sass/template/_grid.scss */
  [class*="block-grid-"] {
    margin: 0 -10px;
  }

  /* line 172, ../../../sass/template/_grid.scss */
  [class*="block-grid-"] > div {
    padding: 0 10px;
  }

  /* line 176, ../../../sass/template/_grid.scss */
  .item-columns {
    padding: 0 10px;
  }

  /* line 180, ../../../sass/template/_grid.scss */
  .md-block-grid-1 > div {
    width: 100%;
  }

  /* line 181, ../../../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 182, ../../../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  /* line 183, ../../../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  /* line 185, ../../../sass/template/_grid.scss */
  .md-block-grid-2 > div {
    width: 50%;
  }

  /* line 186, ../../../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 187, ../../../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  /* line 188, ../../../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  /* line 190, ../../../sass/template/_grid.scss */
  .md-block-grid-3 > div {
    width: 33.33333%;
  }

  /* line 191, ../../../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 192, ../../../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  /* line 193, ../../../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  /* line 195, ../../../sass/template/_grid.scss */
  .md-block-grid-4 > div {
    width: 25%;
  }

  /* line 196, ../../../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 197, ../../../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  /* line 198, ../../../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  /* line 200, ../../../sass/template/_grid.scss */
  .md-block-grid-5 > div {
    width: 20%;
  }

  /* line 201, ../../../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 202, ../../../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  /* line 203, ../../../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  /* line 205, ../../../sass/template/_grid.scss */
  .md-block-grid-6 > div {
    width: 16.66667%;
  }

  /* line 206, ../../../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 207, ../../../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  /* line 208, ../../../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  /* line 210, ../../../sass/template/_grid.scss */
  .md-block-grid-7 > div {
    width: 14.28571%;
  }

  /* line 211, ../../../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 212, ../../../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  /* line 213, ../../../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  /* line 215, ../../../sass/template/_grid.scss */
  .md-block-grid-8 > div {
    width: 12.5%;
  }

  /* line 216, ../../../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 217, ../../../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  /* line 218, ../../../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  /* line 220, ../../../sass/template/_grid.scss */
  .md-block-grid-9 > div {
    width: 11.11111%;
  }

  /* line 221, ../../../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 222, ../../../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  /* line 223, ../../../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  /* line 225, ../../../sass/template/_grid.scss */
  .md-block-grid-10 > div {
    width: 10%;
  }

  /* line 226, ../../../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 227, ../../../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  /* line 228, ../../../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  /* line 230, ../../../sass/template/_grid.scss */
  .md-block-grid-11 > div {
    width: 9.09091%;
  }

  /* line 231, ../../../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 232, ../../../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  /* line 233, ../../../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  /* line 235, ../../../sass/template/_grid.scss */
  .md-block-grid-12 > div {
    width: 8.33333%;
  }

  /* line 236, ../../../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 237, ../../../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  /* line 238, ../../../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
/* Large */
@media (min-width: 1200px) {
  /* line 243, ../../../sass/template/_grid.scss */
  [class*="block-grid-"] {
    margin: 0 -15px;
  }

  /* line 246, ../../../sass/template/_grid.scss */
  [class*="block-grid-"] > div {
    padding: 0 15px;
  }

  /* line 250, ../../../sass/template/_grid.scss */
  .item-columns {
    padding: 0 15px;
  }

  /* line 254, ../../../sass/template/_grid.scss */
  .lg-block-grid-1 > div {
    width: 100%;
  }

  /* line 255, ../../../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 256, ../../../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  /* line 257, ../../../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  /* line 259, ../../../sass/template/_grid.scss */
  .lg-block-grid-2 > div {
    width: 50%;
  }

  /* line 260, ../../../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 261, ../../../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  /* line 262, ../../../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  /* line 264, ../../../sass/template/_grid.scss */
  .lg-block-grid-3 > div {
    width: 33.33333%;
  }

  /* line 265, ../../../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 266, ../../../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  /* line 267, ../../../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  /* line 269, ../../../sass/template/_grid.scss */
  .lg-block-grid-4 > div {
    width: 25%;
  }

  /* line 270, ../../../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 271, ../../../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  /* line 272, ../../../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  /* line 274, ../../../sass/template/_grid.scss */
  .lg-block-grid-5 > div {
    width: 20%;
  }

  /* line 275, ../../../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 276, ../../../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  /* line 277, ../../../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  /* line 279, ../../../sass/template/_grid.scss */
  .lg-block-grid-6 > div {
    width: 16.66667%;
  }

  /* line 280, ../../../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 281, ../../../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  /* line 282, ../../../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  /* line 284, ../../../sass/template/_grid.scss */
  .lg-block-grid-7 > div {
    width: 14.28571%;
  }

  /* line 285, ../../../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 286, ../../../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  /* line 287, ../../../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  /* line 289, ../../../sass/template/_grid.scss */
  .lg-block-grid-8 > div {
    width: 12.5%;
  }

  /* line 290, ../../../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 291, ../../../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  /* line 292, ../../../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  /* line 294, ../../../sass/template/_grid.scss */
  .lg-block-grid-9 > div {
    width: 11.11111%;
  }

  /* line 295, ../../../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 296, ../../../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  /* line 297, ../../../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  /* line 299, ../../../sass/template/_grid.scss */
  .lg-block-grid-10 > div {
    width: 10%;
  }

  /* line 300, ../../../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 301, ../../../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  /* line 302, ../../../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  /* line 304, ../../../sass/template/_grid.scss */
  .lg-block-grid-11 > div {
    width: 9.09091%;
  }

  /* line 305, ../../../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 306, ../../../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  /* line 307, ../../../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  /* line 309, ../../../sass/template/_grid.scss */
  .lg-block-grid-12 > div {
    width: 8.33333%;
  }

  /* line 310, ../../../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../../../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 311, ../../../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 3, ../../../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  /* line 312, ../../../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
/* line 317, ../../../sass/template/_grid.scss */
.no-gutter [class*="block-grid-"] {
  margin: 0 !important;
}
/* line 320, ../../../sass/template/_grid.scss */
.no-gutter [class*="block-grid-"] > div {
  padding: 0 !important;
}
/* line 323, ../../../sass/template/_grid.scss */
.no-gutter .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 327, ../../../sass/template/_grid.scss */
.no-gutter [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*------------------------------------------------------------------*\	
				4 - LAYOUT STYLE																										
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_layout.scss */
html {
  overflow-x: hidden !important;
}

/* line 4, ../../../sass/template/_layout.scss */
body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 7, ../../../sass/template/_layout.scss */
body .boxed-layout {
  max-width: 990px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
}
/* line 11, ../../../sass/template/_layout.scss */
body .boxed-layout .container {
  width: auto;
}
/* line 16, ../../../sass/template/_layout.scss */
body.open-off-canvas:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
  z-index: 99;
}
/* line 27, ../../../sass/template/_layout.scss */
body.content-page-bg-white .content-page-wrap {
  background: #ffffff;
  position: relative;
  min-height: 250px;
}
/* line 32, ../../../sass/template/_layout.scss */
body .page {
  position: relative;
}

/* line 36, ../../../sass/template/_layout.scss */
.admin-bar .stuck {
  top: 30px;
}

/* line 41, ../../../sass/template/_layout.scss */
.base-layout.has-sidebar .container {
  width: 100% !important;
  padding: 0 !important;
}

/* line 49, ../../../sass/template/_layout.scss */
.page-fullscreen .custom-breadcrumb, .page-fullscreen .breadcrumb {
  display: none;
}

/* line 56, ../../../sass/template/_layout.scss */
.main-page-content {
  position: relative;
  z-index: 99;
}

/* line 61, ../../../sass/template/_layout.scss */
#wp-content {
  min-height: 150px;
  background: #ffffff;
}

/* line 70, ../../../sass/template/_layout.scss */
.copyright {
  text-align: left;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #171717;
  color: #777777;
  font-weight: 300;
}

/* line 79, ../../../sass/template/_layout.scss */
.return-top {
  background-color: #444444;
  border: 2px solid #444444;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 45px;
  height: 45px;
  text-transform: uppercase;
  line-height: 52px;
  display: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 94, ../../../sass/template/_layout.scss */
.return-top i {
  font-size: 24px;
}
/* line 97, ../../../sass/template/_layout.scss */
.return-top:hover {
  cursor: pointer;
  background: #ffffff;
  color: #444444;
}

/* line 104, ../../../sass/template/_layout.scss */
.info-custom {
  list-style: outside none none;
  text-align: center;
  padding: 0;
  margin: 0;
}
/* line 109, ../../../sass/template/_layout.scss */
.info-custom > li {
  border: 1px solid #6f7c80;
  padding: 18px 30px;
  display: inline-block;
  margin: -3px;
  min-width: 250px;
  font-weight: 500;
  color: #6f7c80;
}
/* line 117, ../../../sass/template/_layout.scss */
.info-custom > li .fa {
  margin-right: 8px;
  color: #cd9385;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .info-custom > li .fa {
  margin-left: 8px;
  margin-right: inherit;
}

/* line 124, ../../../sass/template/_layout.scss */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important;
}

/*------------------------------------------------------------------*\	
				5 - HEADER STYLE																											
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_header.scss */
.topbar {
  background: #f7e9df;
  font-size: 14px;
  color: #6f7c80;
  padding: 0;
  line-height: 11px;
}
/* line 7, ../../../sass/template/_header.scss */
.topbar a {
  font-size: 13px;
  color: #F1F1F1;
}
/* line 10, ../../../sass/template/_header.scss */
.topbar a:hover {
  color: #cd9385;
}
/* line 13, ../../../sass/template/_header.scss */
.topbar a.account-active {
  color: #cd9385;
}
/* line 15, ../../../sass/template/_header.scss */
.topbar a.account-active:hover {
  text-decoration: underline;
}
/* line 21, ../../../sass/template/_header.scss */
.topbar .topbar-meta > a {
  position: relative;
  padding: 0 20px;
}
/* line 24, ../../../sass/template/_header.scss */
.topbar .topbar-meta > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #858585;
  z-index: 11;
}
/* line 34, ../../../sass/template/_header.scss */
.topbar .topbar-meta > a:last-child {
  padding-right: 0;
}
/* line 36, ../../../sass/template/_header.scss */
.topbar .topbar-meta > a:last-child:after {
  display: none;
}
/* line 40, ../../../sass/template/_header.scss */
.topbar .topbar-meta > a:first-child {
  padding-left: 0;
}
/* line 45, ../../../sass/template/_header.scss */
.topbar .socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 49, ../../../sass/template/_header.scss */
.topbar .socials > li {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 50px;
  text-align: center;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .topbar .socials > li {
  float: right;
}
/* line 54, ../../../sass/template/_header.scss */
.topbar .socials > li a {
  display: block;
}
/* line 56, ../../../sass/template/_header.scss */
.topbar .socials > li a i {
  font-size: 14px;
}
/* line 59, ../../../sass/template/_header.scss */
.topbar .socials > li a:hover {
  background: #cd9385;
  color: #ffffff;
}
/* line 64, ../../../sass/template/_header.scss */
.topbar .socials > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 76, ../../../sass/template/_header.scss */
.sticky-is-hidden .gv-sticky-menu.stuck, .sticky-is-hidden .gv-sticky-mobile.stuck {
  top: -200px;
}

/* line 81, ../../../sass/template/_header.scss */
.stuck {
  position: fixed !important;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 0;
}

/* line 90, ../../../sass/template/_header.scss */
.sticky-is-show .stuck {
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
}
/* line 92, ../../../sass/template/_header.scss */
.sticky-is-show .stuck.header-v2 {
  background: #ffffff;
}

/* line 98, ../../../sass/template/_header.scss */
.header-absolute .sticky-wrapper {
  height: 0 !important;
}

@media (min-width: 991px) {
  /* line 103, ../../../sass/template/_header.scss */
  .sticky-wrapper-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /* line 109, ../../../sass/template/_header.scss */
  .sticky-wrapper {
    display: none;
  }
}
/* line 115, ../../../sass/template/_header.scss */
.gva-search-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
}
/* line 125, ../../../sass/template/_header.scss */
.gva-search-content .close-search {
  color: #000000;
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 999;
  line-height: 1;
  display: none;
}
/* line 133, ../../../sass/template/_header.scss */
.gva-search-content .close-search i {
  font-size: 24px;
}
/* line 136, ../../../sass/template/_header.scss */
.gva-search-content .close-search:hover {
  color: #cd9385;
  cursor: pointer;
}
/* line 141, ../../../sass/template/_header.scss */
.gva-search-content .search-content-inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  z-index: 9;
  padding: 0 30px;
}
/* line 148, ../../../sass/template/_header.scss */
.gva-search-content .search-content-inner .content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 153, ../../../sass/template/_header.scss */
.gva-search-content.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 156, ../../../sass/template/_header.scss */
.gva-search-content.active .close-search {
  display: block;
}

@media (max-width: 991px) {
  /* line 163, ../../../sass/template/_header.scss */
  header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* line 168, ../../../sass/template/_header.scss */
header .canvas-menu {
  float: left;
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 25px;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl header .canvas-menu {
  float: right;
}
/* line 175, ../../../sass/template/_header.scss */
header .canvas-menu .fa {
  font-size: 17px;
}
/* line 180, ../../../sass/template/_header.scss */
header.header-default {
  background: #FFF;
  position: relative;
  z-index: 999;
}
/* line 184, ../../../sass/template/_header.scss */
header.header-default .right-header {
  text-align: right;
  padding-top: 10px;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl header.header-default .right-header {
  text-align: left;
}
/* line 188, ../../../sass/template/_header.scss */
header.header-default .right-header > div {
  display: inline-block;
  padding-left: 15px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl header.header-default .right-header > div {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 194, ../../../sass/template/_header.scss */
header.header-default .main-search {
  margin-top: 8px;
  position: relative;
  width: 280px;
}
/* line 199, ../../../sass/template/_header.scss */
header.header-default .main-search a:hover {
  cursor: pointer;
}
/* line 205, ../../../sass/template/_header.scss */
header.header-default .cart-v1 a.mini-cart {
  text-align: left;
  display: inline-block;
  line-height: 30px;
}
/* line 209, ../../../sass/template/_header.scss */
header.header-default .cart-v1 a.mini-cart .title-cart {
  display: none;
}
/* line 212, ../../../sass/template/_header.scss */
header.header-default .cart-v1 a.mini-cart .mini-cart-items {
  font-size: 13px;
  position: relative;
}
/* line 217, ../../../sass/template/_header.scss */
header.header-default .cart-v1 a.mini-cart .amount {
  display: inline-block;
}
/* line 220, ../../../sass/template/_header.scss */
header.header-default .cart-v1 a.mini-cart .woocommerce-Price-amount {
  display: none;
}
/* line 226, ../../../sass/template/_header.scss */
header.header-default .cart-v1.skin-black a.mini-cart {
  font-weight: 500;
}
/* line 232, ../../../sass/template/_header.scss */
header.header-default .inner-top {
  padding: 25px 0;
}
/* line 235, ../../../sass/template/_header.scss */
header.header-default .logo {
  text-align: center;
  position: relative;
  z-index: 9;
}
/* line 241, ../../../sass/template/_header.scss */
header.header-default .mini-cart-header .fa {
  font-size: 16px;
  margin-right: 5px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl header.header-default .mini-cart-header .fa {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 246, ../../../sass/template/_header.scss */
header.header-default .main-search {
  text-align: center;
}
/* line 248, ../../../sass/template/_header.scss */
header.header-default .main-search a {
  color: #4d504e;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: right;
}
/* line 254, ../../../sass/template/_header.scss */
header.header-default .main-search a:hover {
  color: #cd9385;
}
/* line 260, ../../../sass/template/_header.scss */
header.header-default #gva-main-menu ul.navbar-nav.gva-nav-menu {
  text-align: center;
}
/* line 262, ../../../sass/template/_header.scss */
header.header-default #gva-main-menu ul.navbar-nav.gva-nav-menu > li > a {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  padding: 18px 15px;
  color: #4d504e;
}
/* line 269, ../../../sass/template/_header.scss */
header.header-default #gva-main-menu ul.navbar-nav.gva-nav-menu > li > a .fa {
  margin-left: 5px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl header.header-default #gva-main-menu ul.navbar-nav.gva-nav-menu > li > a .fa {
  margin-right: 5px;
  margin-left: inherit;
}
/* line 272, ../../../sass/template/_header.scss */
header.header-default #gva-main-menu ul.navbar-nav.gva-nav-menu > li > a:hover {
  color: #cd9385;
}
/* line 279, ../../../sass/template/_header.scss */
header.header-default .header-meta {
  text-align: center;
  color: #ffffff;
}
/* line 283, ../../../sass/template/_header.scss */
header.header-default .header-meta.item i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
/* line 292, ../../../sass/template/_header.scss */
header.header-default .stuck {
  background: #ffffff;
}
/* line 294, ../../../sass/template/_header.scss */
header.header-default .stuck > div {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
/* line 303, ../../../sass/template/_header.scss */
header.header-v1 #gva-main-menu ul.navbar-nav.gva-nav-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 309, ../../../sass/template/_header.scss */
header.header-v2 {
  position: absolute;
  background: none;
  width: 100%;
  top: 20px;
  z-index: 999;
}
/* line 315, ../../../sass/template/_header.scss */
header.header-v2 #gva-main-menu ul.navbar-nav.gva-nav-menu {
  text-align: left;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl header.header-v2 #gva-main-menu ul.navbar-nav.gva-nav-menu {
  text-align: right;
}
/* line 318, ../../../sass/template/_header.scss */
header.header-v2 .inner-top {
  position: relative;
}
/* line 321, ../../../sass/template/_header.scss */
header.header-v2 .mini-cart-items {
  background: #cd9385;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  right: 10px;
  top: -8px;
}
/* line 115, ../../../sass/rtl/_rtl.scss */
.rtl header.header-v2 .mini-cart-items {
  left: 10px;
  right: auto;
}
/* line 332, ../../../sass/template/_header.scss */
header.header-v2 .left-header {
  float: left;
  min-width: 200px;
  text-align: left;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl header.header-v2 .left-header {
  float: right;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl header.header-v2 .left-header {
  text-align: right;
}
/* line 337, ../../../sass/template/_header.scss */
header.header-v2 .right-header {
  position: absolute;
  padding-top: 0;
  right: 0;
  top: 35px;
  z-index: 99;
}
/* line 346, ../../../sass/template/_header.scss */
header.header-v2 .wishlist-header strong,
header.header-v2 .login-header strong {
  display: none;
}
/* line 350, ../../../sass/template/_header.scss */
header.header-v2 .mini-cart-items-title {
  display: none;
}
/* line 353, ../../../sass/template/_header.scss */
header.header-v2 .main-search {
  margin-top: 0;
}
/* line 355, ../../../sass/template/_header.scss */
header.header-v2 .main-search a {
  display: block;
  width: auto;
  height: auto;
  line-height: 25px;
  text-align: center;
}
/* line 361, ../../../sass/template/_header.scss */
header.header-v2 .main-search a i {
  font-size: 13px;
}
/* line 368, ../../../sass/template/_header.scss */
header.header-v3 .main-menu-wrapper {
  position: relative;
}
/* line 371, ../../../sass/template/_header.scss */
header.header-v3 .inner-middle {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 375, ../../../sass/template/_header.scss */
header.header-v3 .right-header {
  padding-top: 0;
}
/* line 378, ../../../sass/template/_header.scss */
header.header-v3 .gva-search {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: 0;
  z-index: 9;
}
/* line 115, ../../../sass/rtl/_rtl.scss */
.rtl header.header-v3 .gva-search {
  left: 15px;
  right: auto;
}
/* line 386, ../../../sass/template/_header.scss */
header.header-v3 .topbar a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 396, ../../../sass/template/_header.scss */
.header-mobile {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-top: 1px;
}
/* line 402, ../../../sass/template/_header.scss */
.header-mobile img {
  vertical-align: middle;
}
/* line 405, ../../../sass/template/_header.scss */
.header-mobile .canvas-menu {
  margin-top: 10px;
  line-height: 1;
}
/* line 408, ../../../sass/template/_header.scss */
.header-mobile .canvas-menu a {
  color: #ffffff;
  font-size: 24px;
}
/* line 414, ../../../sass/template/_header.scss */
.header-mobile .gva-search i {
  font-size: 14px;
}
/* line 418, ../../../sass/template/_header.scss */
.header-mobile .mini-cart-header {
  line-height: 1;
  background: transparent !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-top: 7px !important;
  text-align: right;
  width: auto !important;
  display: inline-block;
  float: right;
  margin-left: 0 !important;
}
/* line 429, ../../../sass/template/_header.scss */
.header-mobile .mini-cart-header a.mini-cart {
  color: #cd9385;
  display: block;
  margin-top: 5px;
  width: 24px;
  height: 24px;
  line-height: 28px;
  text-align: center;
}
/* line 436, ../../../sass/template/_header.scss */
.header-mobile .mini-cart-header a.mini-cart .title-cart, .header-mobile .mini-cart-header a.mini-cart .mini-cart-items-title, .header-mobile .mini-cart-header a.mini-cart .amount {
  display: none;
}
/* line 439, ../../../sass/template/_header.scss */
.header-mobile .mini-cart-header a.mini-cart .mini-cart-items {
  font-size: 14px;
}
/* line 444, ../../../sass/template/_header.scss */
.header-mobile .main-search {
  margin-top: 0 !important;
  margin-right: 5px;
  float: right;
}

/*------------------------------------------------------------------*\	
				5 - MENU STYLE																											
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu {
  float: none;
  position: relative;
}
/* line 4, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu .vc_wpb_row_inner {
  padding: 0;
}
/* line 7, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  float: none;
  display: inline-block;
}
/* line 14, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li > a {
  font-size: 15px;
  color: #4d504e;
  font-weight: 700;
  padding: 30px 18px;
  line-height: 1.2;
  height: auto;
  position: relative;
  font-family: "Quicksand", serif;
}
/* line 23, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li > a .caret {
  width: 5px;
  height: 5px;
  color: #cd9385;
}
/* line 27, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li > a i.fa {
  font-size: 24px;
  margin-right: 10px;
  width: 25px;
  text-align: left;
}
/* line 33, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li > a:hover, ul.navbar-nav.gva-nav-menu > li > a:active, ul.navbar-nav.gva-nav-menu > li > a:focus {
  color: #cd9385;
}
/* line 38, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li:last-child > a:before {
  display: none;
}
/* line 43, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li:hover > a, ul.navbar-nav.gva-nav-menu > li:active > a, ul.navbar-nav.gva-nav-menu > li:focus > a {
  color: #cd9385;
}
/* line 47, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 51, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  display: block;
  top: 100%;
  z-index: 99999;
  margin-top: 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 240px;
  padding: 25px;
  background: #ffffff;
  list-style-type: none;
}
/* line 66, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner li, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li {
  background: transparent;
  z-index: 9;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl ul.navbar-nav.gva-nav-menu > li .submenu-inner li, .rtl ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li {
  text-align: right;
}
/* line 72, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner li:last-child, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li:last-child {
  border-bottom: none;
}
/* line 75, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner li a, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li a {
  display: block;
  line-height: 1.4;
  padding: 14px 0;
  font-size: 13px;
  color: #4d504e;
}
/* line 81, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner li a .caret, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li a .caret {
  margin-right: 5px;
}
/* line 84, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner li a:hover, ul.navbar-nav.gva-nav-menu > li .submenu-inner li a:focus, ul.navbar-nav.gva-nav-menu > li .submenu-inner li a:active, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li a:hover, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li a:focus, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li a:active {
  color: #cd9385;
}
/* line 93, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner li ul.submenu-inner, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li ul.submenu-inner {
  position: absolute;
  left: 100%;
  top: 0;
}
/* line 99, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li .submenu-inner li:hover > ul.submenu-inner, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li:hover > ul.submenu-inner {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
/* line 109, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li:hover > a {
  color: #cd9385;
}
/* line 112, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li:hover > .submenu-inner {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 123, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main {
  position: static !important;
}
/* line 125, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu {
  left: 0;
  width: 100%;
  max-width: 1170px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 131, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub {
  padding: 0;
  list-style-type: none;
}
/* line 134, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub.megamenu-columns-6 > li {
  width: 16.66667%;
}
/* line 137, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub.megamenu-columns-5 > li {
  width: 20%;
}
/* line 140, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub.megamenu-columns-4 > li {
  width: 25%;
}
/* line 143, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub.megamenu-columns-3 > li {
  width: 33.33333%;
}
/* line 146, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub.megamenu-columns-2 > li {
  width: 50%;
}
/* line 149, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub.megamenu-columns-1 > li {
  width: 100%;
}
/* line 152, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub > li {
  border: none;
  list-style: none;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 158, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub > li > a {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 162, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub > li .submenu-inner {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: static;
  padding: 0;
  min-width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
/* line 172, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub > li .submenu-inner li {
  list-style: none;
}
/* line 174, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub > li .submenu-inner li:last-child {
  border: none;
}
/* line 177, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub > li .submenu-inner li.menu-item-has-children > a {
  font-weight: 700;
}
/* line 180, ../../../sass/template/_menu.scss */
ul.navbar-nav.gva-nav-menu > li.megamenu-main .megamenu ul.megamenu-sub > li .submenu-inner li .submenu-inner {
  padding-left: 20px !important;
  display: block;
}

/* line 198, ../../../sass/template/_menu.scss */
.menu-skin-white #mega-menu-main-menu > li > a {
  text-transform: uppercase;
  font-style: normal !important;
  color: #ffffff !important;
}
/* line 202, ../../../sass/template/_menu.scss */
.menu-skin-white #mega-menu-main-menu > li > a:hover, .menu-skin-white #mega-menu-main-menu > li > a:focus, .menu-skin-white #mega-menu-main-menu > li > a:active {
  color: #000000 !important;
}

/* line 210, ../../../sass/template/_menu.scss */
.gavias-off-canvas-toggle {
  font-size: 24px;
  float: right;
  margin-right: -1px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #cd9385;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 10px;
}
/* line 223, ../../../sass/template/_menu.scss */
.gavias-off-canvas-toggle:hover, .gavias-off-canvas-toggle:focus {
  background: #000000;
  color: #ffffff;
}

/* line 229, ../../../sass/template/_menu.scss */
.gavias-off-canvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: block;
}

/* line 239, ../../../sass/template/_menu.scss */
#gavias-off-canvas {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  height: 100%;
  left: -75%;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 70%;
  z-index: 99998;
  bottom: 0;
}
/* line 250, ../../../sass/template/_menu.scss */
#gavias-off-canvas.active {
  left: 0;
}
/* line 253, ../../../sass/template/_menu.scss */
#gavias-off-canvas .navbar-collapse {
  padding-left: 0 !important;
}
/* line 256, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul {
  padding-left: 25px;
}
/* line 259, ../../../sass/template/_menu.scss */
#gavias-off-canvas .off-canvas-top {
  height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 263, ../../../sass/template/_menu.scss */
#gavias-off-canvas .off-canvas-top .top-social > a {
  line-height: 35px;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  padding: 0 15px;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
}
/* line 270, ../../../sass/template/_menu.scss */
#gavias-off-canvas .off-canvas-top .top-social > a:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 273, ../../../sass/template/_menu.scss */
#gavias-off-canvas .off-canvas-top .top-social > a:hover {
  background: #cd9385;
  color: #ffffff;
  border-color: #cd9385;
}
/* line 280, ../../../sass/template/_menu.scss */
#gavias-off-canvas .off-canvas-top .gavias-off-canvas-close {
  float: right;
  margin-right: 35px;
  line-height: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  color: #000000;
}
/* line 288, ../../../sass/template/_menu.scss */
#gavias-off-canvas .off-canvas-top .gavias-off-canvas-close:hover {
  cursor: pointer;
  background: #cd9385;
  color: #ffffff;
}
/* line 295, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 299, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu > li {
  list-style: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 10px 20px;
}
/* line 306, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu > li > a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
/* line 311, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu > li > a:hover, #gavias-off-canvas ul#menu-main-menu > li > a:focus {
  background: transparent;
}
/* line 314, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu > li > a.active > a {
  color: #cd9385;
  background: transparent;
}
/* line 319, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-left: 15px;
  border: none;
}
/* line 328, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 4px 0;
}
/* line 331, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a:hover, #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a:focus {
  color: #cd9385;
  background: transparent;
}
/* line 336, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li.active > a {
  color: #cd9385;
  background: transparent;
}
/* line 343, ../../../sass/template/_menu.scss */
#gavias-off-canvas ul#menu-main-menu .caret {
  float: right;
  margin-top: 5px;
}

/* line 350, ../../../sass/template/_menu.scss */
.vertical-megamenu-widget {
  position: relative;
}
/* line 352, ../../../sass/template/_menu.scss */
.vertical-megamenu-widget .vertical-megamenu-content {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 99;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
/* line 360, ../../../sass/template/_menu.scss */
.vertical-megamenu-widget .vertical-megamenu-icon a {
  color: #ffffff;
}
/* line 362, ../../../sass/template/_menu.scss */
.vertical-megamenu-widget .vertical-megamenu-icon a:hover {
  cursor: pointer;
}

/* line 372, ../../../sass/template/_menu.scss */
.menu-uppercase-style ul.mega-menu > li > a {
  text-transform: uppercase !important;
}

/* line 382, ../../../sass/template/_menu.scss */
.menu-font-base ul.mega-menu > li > a {
  font-family: "Oxygen", sans-serif !important;
}

/* line 392, ../../../sass/template/_menu.scss */
.menu-light-style .gva-nav-menu > li > a {
  color: #4d504e;
}
/* line 394, ../../../sass/template/_menu.scss */
.menu-light-style .gva-nav-menu > li > a .caret {
  color: #4d504e;
}
/* line 397, ../../../sass/template/_menu.scss */
.menu-light-style .gva-nav-menu > li > a:before {
  background: #ffffff !important;
}

/* line 408, ../../../sass/template/_menu.scss */
#mega-menu-wrap-primary {
  position: static !important;
}
/* line 410, ../../../sass/template/_menu.scss */
#mega-menu-wrap-primary .mega-menu-horizontal {
  position: static !important;
}

/* line 416, ../../../sass/template/_menu.scss */
.gva-offcanvas-content {
  position: fixed;
  left: -300px;
  width: 300px;
  max-width: 85%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #4d504e;
}
/* line 430, ../../../sass/template/_menu.scss */
.gva-offcanvas-content a {
  color: #4d504e;
}
/* line 432, ../../../sass/template/_menu.scss */
.gva-offcanvas-content a:hover {
  color: #cd9385;
}
/* line 433, ../../../sass/template/_menu.scss */
.gva-offcanvas-content a:hover i {
  color: #cd9385 !important;
}
/* line 439, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .close-canvas {
  background: #4d504e;
  position: absolute;
  left: 100%;
  top: 100px;
  z-index: 999;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
}
/* line 448, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .close-canvas a {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #ffffff;
}
/* line 452, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .close-canvas a:hover {
  cursor: pointer;
}
/* line 458, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .instagram-pics > li {
  width: 33.333% !important;
  overflow: hidden;
  padding: 10px !important;
}
/* line 462, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .instagram-pics > li a {
  padding: 0 !important;
}
/* line 468, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .wp-sidebar .widget {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-bottom: 0;
}
/* line 471, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .wp-sidebar .widget:last-child {
  border-bottom: 0;
}
/* line 476, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .wp-sidebar .widget .widget-title {
  color: #ffffff;
  text-align: center;
}
/* line 479, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .wp-sidebar .widget .widget-title span {
  font-size: 22px;
  text-transform: none;
  color: #6f7c80;
}
/* line 484, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .wp-sidebar .widget .widget-title:after, .gva-offcanvas-content .wp-sidebar .widget .widget-title:before {
  display: none;
}
/* line 490, ../../../sass/template/_menu.scss */
.gva-offcanvas-content .wp-sidebar {
  overflow-x: hidden;
  height: 100%;
  padding: 30px;
}
/* line 495, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu {
  padding: 0;
}
/* line 498, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu {
  width: 100%;
  margin: 0;
}
/* line 501, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li {
  position: relative !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}
/* line 506, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a {
  padding: 15px 0px;
  color: #4d504e;
  font-size: 13px;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
  text-transform: uppercase;
}
/* line 513, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a:hover {
  color: #cd9385;
}
/* line 516, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a .icaret {
  display: none;
}
/* line 521, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.has-sub .caret {
  border: none;
  position: absolute;
  top: 25px;
  margin-top: -10px;
  right: 0;
  width: 15px;
  height: 15px;
  z-index: 9;
  color: #85827D;
  background: url("../../../images/plus.png") no-repeat center center transparent;
}
/* line 531, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.has-sub .caret:hover {
  cursor: pointer;
  color: #cd9385;
}
/* line 537, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.has-sub.menu-active .submenu-inner {
  display: block;
}
/* line 540, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.has-sub.menu-active .caret {
  background: url("../../../images/minium.png") no-repeat center center transparent;
}
/* line 545, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > a {
  display: block;
}
/* line 548, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > ul {
  display: none;
}
/* line 551, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
  background: none;
  left: auto;
  top: auto;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
/* line 14, ../../../sass/bootstrap/mixins/_clearfix.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
  content: " ";
  display: table;
}
/* line 19, ../../../sass/bootstrap/mixins/_clearfix.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
  clear: both;
}
/* line 564, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner li a, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner li a {
  padding: 2px 0;
  font-weight: 400;
  text-transform: none;
  font-size: 13px;
}
/* line 571, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner ul, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner ul {
  width: 100%;
  padding-left: 0px;
  display: block !important;
}
/* line 575, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner ul > li, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner ul > li {
  padding: 10px 20px;
  display: block;
  width: 100%;
}
/* line 582, ../../../sass/template/_menu.scss */
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner {
  padding-left: 20px;
}
/* line 588, ../../../sass/template/_menu.scss */
.gva-offcanvas-content.open {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/* line 596, ../../../sass/template/_menu.scss */
.megamenu-main .megamenu-wrap-inner {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 602, ../../../sass/template/_menu.scss */
.megamenu-main .widget {
  text-align: left;
  color: #4d504e;
}
/* line 605, ../../../sass/template/_menu.scss */
.megamenu-main .widget .widget-title,
.megamenu-main .widget .widgettitle {
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding: 0;
  border: none;
}
/* line 615, ../../../sass/template/_menu.scss */
.megamenu-main .widget .widget-title span,
.megamenu-main .widget .widgettitle span {
  padding-left: 0;
  padding-right: 0;
}
/* line 619, ../../../sass/template/_menu.scss */
.megamenu-main .widget .widget-title:before,
.megamenu-main .widget .widgettitle:before {
  display: none;
}
/* line 624, ../../../sass/template/_menu.scss */
.megamenu-main .widget ul {
  list-style: none;
  padding: 0;
}
/* line 631, ../../../sass/template/_menu.scss */
.megamenu-main .widget.widget-html ul li {
  line-height: 32px;
  padding: 5px 0;
}
/* line 634, ../../../sass/template/_menu.scss */
.megamenu-main .widget.widget-html ul li strong {
  color: #cd9385;
  font-weight: 600;
}
/* line 641, ../../../sass/template/_menu.scss */
.megamenu-main .widget .product-block {
  margin-bottom: 10px;
}

/* line 647, ../../../sass/template/_menu.scss */
.gva-vertical-menu {
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px #ccc;
  box-shadow: 0px 0px 2px 0px #ccc;
}
/* line 650, ../../../sass/template/_menu.scss */
.gva-vertical-menu .navbar-collapse {
  padding: 0;
}
/* line 653, ../../../sass/template/_menu.scss */
.gva-vertical-menu.widget > .widget-title {
  background-color: #cd9385 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  margin: 0 !important;
}
/* line 660, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav {
  list-style: none;
  padding: 0;
  position: static;
}
/* line 664, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav.gva-nav-menu > li > a .caret {
  display: none;
}
/* line 667, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li {
  display: block;
}
/* line 669, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li a {
  line-height: 28px;
  padding: 10px 30px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  font-family: "Oxygen", sans-serif;
  color: #4d504e;
}
/* line 679, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li .megamenu-sub {
  padding: 0;
}
/* line 684, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li.megamenu-main .caret, .gva-vertical-menu ul.navbar-nav li.menu-item-has-children .caret {
  display: none;
}
/* line 687, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li.megamenu-main > a, .gva-vertical-menu ul.navbar-nav li.menu-item-has-children > a {
  position: relative;
}
/* line 689, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li.megamenu-main > a:before, .gva-vertical-menu ul.navbar-nav li.menu-item-has-children > a:before {
  content: "\f0da";
  position: absolute;
  color: #4d504e;
  top: 0;
  right: 25px;
  z-index: 9;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 45px;
}
/* line 115, ../../../sass/rtl/_rtl.scss */
.rtl .gva-vertical-menu ul.navbar-nav li.megamenu-main > a:before, .rtl .gva-vertical-menu ul.navbar-nav li.menu-item-has-children > a:before {
  left: 25px;
  right: auto;
}
/* line 704, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li:last-child a {
  border-bottom: none;
}
/* line 708, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li .submenu-inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  background: #ffffff;
  left: 100%;
  position: absolute;
  top: 0;
  right: auto;
  width: auto;
  z-index: 99;
}
/* line 108, ../../../sass/rtl/_rtl.scss */
.rtl .gva-vertical-menu ul.navbar-nav li .submenu-inner {
  right: 100%;
  left: auto;
}
/* line 718, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li .submenu-inner .megamenu-sub {
  max-width: 220px;
}
/* line 721, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li .submenu-inner .megamenu-profile {
  min-width: 600px;
}
/* line 724, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li .submenu-inner li {
  position: relative;
  border-bottom: none !important;
}
/* line 729, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li:hover {
  background-color: #F2F2F2;
}
/* line 731, ../../../sass/template/_menu.scss */
.gva-vertical-menu ul.navbar-nav li:hover > .submenu-inner {
  display: block;
  top: 0;
}
/* line 739, ../../../sass/template/_menu.scss */
.gva-vertical-menu .product-block a {
  padding: 0 !important;
  border: none !important;
}

/*------------------------------------------------------------------*\	
				6 - SHORTCODE STYLE																										
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_vc.scss */
.vc_wpb_row_inner {
  padding: 0 0 80px;
}

/* line 4, ../../../sass/template/_vc.scss */
.vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: auto !important;
}
/* line 9, ../../../sass/template/_vc.scss */
.vc_row.vc_row-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 0 !important;
}
/* line 13, ../../../sass/template/_vc.scss */
.vc_row.vc_row-no-padding > .vc_column_container {
  padding: 0;
}

/* line 19, ../../../sass/template/_vc.scss */
.row-static .wpb_column {
  position: static !important;
}

/* line 24, ../../../sass/template/_vc.scss */
.vc_column_container {
  padding: 0 15px;
}
/* line 26, ../../../sass/template/_vc.scss */
.vc_column_container > .vc_column-inner {
  padding: 0;
  background-position: center center;
  background-size: cover;
}

/* line 33, ../../../sass/template/_vc.scss */
.wpb_revslider_element {
  margin-bottom: 0 !important;
}

/* line 37, ../../../sass/template/_vc.scss */
div[class*="vc_column-gap"] > .vc_column_container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 49, ../../../sass/template/_vc.scss */
.row-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 53, ../../../sass/template/_vc.scss */
.row-border-bottom-dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 56, ../../../sass/template/_vc.scss */
.container .container {
  padding: 0 !important;
  width: 100% !important;
}

/* line 62, ../../../sass/template/_vc.scss */
.col-border .vc_column-inner {
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 69, ../../../sass/template/_vc.scss */
.cols-border {
  overflow: hidden;
}
/* line 72, ../../../sass/template/_vc.scss */
.cols-border .row > div[class*='col-'], .cols-border .row > div[class^='col-'], .cols-border .vc_row > div[class*='col-'], .cols-border .vc_row > div[class^='col-'] {
  position: relative;
}
/* line 74, ../../../sass/template/_vc.scss */
.cols-border .row > div[class*='col-'] .vc_column-inner, .cols-border .row > div[class^='col-'] .vc_column-inner, .cols-border .vc_row > div[class*='col-'] .vc_column-inner, .cols-border .vc_row > div[class^='col-'] .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 79, ../../../sass/template/_vc.scss */
.cols-border .row > div[class*='col-']:first-child .vc_column-inner, .cols-border .row > div[class^='col-']:first-child .vc_column-inner, .cols-border .vc_row > div[class*='col-']:first-child .vc_column-inner, .cols-border .vc_row > div[class^='col-']:first-child .vc_column-inner {
  padding-left: 0;
}
/* line 84, ../../../sass/template/_vc.scss */
.cols-border .row > div[class*='col-']:last-child .vc_column-inner, .cols-border .row > div[class^='col-']:last-child .vc_column-inner, .cols-border .vc_row > div[class*='col-']:last-child .vc_column-inner, .cols-border .vc_row > div[class^='col-']:last-child .vc_column-inner {
  padding-right: 0;
}
/* line 87, ../../../sass/template/_vc.scss */
.cols-border .row > div[class*='col-']:last-child:after, .cols-border .row > div[class^='col-']:last-child:after, .cols-border .vc_row > div[class*='col-']:last-child:after, .cols-border .vc_row > div[class^='col-']:last-child:after {
  content: none;
}
/* line 91, ../../../sass/template/_vc.scss */
.cols-border .row > div[class*='col-']:after, .cols-border .row > div[class^='col-']:after, .cols-border .vc_row > div[class*='col-']:after, .cols-border .vc_row > div[class^='col-']:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 800px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 9;
  display: block;
}
/* line 105, ../../../sass/template/_vc.scss */
.cols-border .vc_row .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 112, ../../../sass/template/_vc.scss */
.cols-border-white {
  overflow: hidden;
  margin-bottom: 0 !important;
}
/* line 116, ../../../sass/template/_vc.scss */
.cols-border-white .row > div[class*='col-'], .cols-border-white .row > div[class^='col-'], .cols-border-white .vc_row > div[class*='col-'], .cols-border-white .vc_row > div[class^='col-'] {
  position: relative;
}
/* line 118, ../../../sass/template/_vc.scss */
.cols-border-white .row > div[class*='col-'] .vc_column-inner, .cols-border-white .row > div[class^='col-'] .vc_column-inner, .cols-border-white .vc_row > div[class*='col-'] .vc_column-inner, .cols-border-white .vc_row > div[class^='col-'] .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 123, ../../../sass/template/_vc.scss */
.cols-border-white .row > div[class*='col-']:first-child .vc_column-inner, .cols-border-white .row > div[class^='col-']:first-child .vc_column-inner, .cols-border-white .vc_row > div[class*='col-']:first-child .vc_column-inner, .cols-border-white .vc_row > div[class^='col-']:first-child .vc_column-inner {
  padding-left: 0;
}
/* line 128, ../../../sass/template/_vc.scss */
.cols-border-white .row > div[class*='col-']:last-child .vc_column-inner, .cols-border-white .row > div[class^='col-']:last-child .vc_column-inner, .cols-border-white .vc_row > div[class*='col-']:last-child .vc_column-inner, .cols-border-white .vc_row > div[class^='col-']:last-child .vc_column-inner {
  padding-right: 0;
}
/* line 131, ../../../sass/template/_vc.scss */
.cols-border-white .row > div[class*='col-']:last-child:after, .cols-border-white .row > div[class^='col-']:last-child:after, .cols-border-white .vc_row > div[class*='col-']:last-child:after, .cols-border-white .vc_row > div[class^='col-']:last-child:after {
  content: none;
}
/* line 139, ../../../sass/template/_vc.scss */
.cols-border-white .vc_row .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 146, ../../../sass/template/_vc.scss */
.cols-nopadding .row, .cols-nopadding .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 149, ../../../sass/template/_vc.scss */
.cols-nopadding .row > div[class*='col-'], .cols-nopadding .row > div[class^='col-'], .cols-nopadding .vc_row > div[class*='col-'], .cols-nopadding .vc_row > div[class^='col-'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 155, ../../../sass/template/_vc.scss */
.vc_progress_bar {
  margin-top: 30px;
}
/* line 157, ../../../sass/template/_vc.scss */
.vc_progress_bar .vc_single_bar {
  height: 3px;
  margin-bottom: 45px;
}
/* line 160, ../../../sass/template/_vc.scss */
.vc_progress_bar .vc_single_bar .vc_bar {
  background: #5F5F5F;
}
/* line 163, ../../../sass/template/_vc.scss */
.vc_progress_bar .vc_single_bar .vc_label {
  top: -20px;
  padding: 0;
  line-height: 1;
  color: #aaaaaa;
}

/* line 172, ../../../sass/template/_vc.scss */
.wpb_single_image {
  margin-bottom: 0 !important;
  background: none;
}

/* line 178, ../../../sass/template/_vc.scss */
.gva-tabs-products {
  overflow: hidden;
}
/* line 180, ../../../sass/template/_vc.scss */
.gva-tabs-products .widget-heading {
  margin-bottom: 30px;
}
/* line 182, ../../../sass/template/_vc.scss */
.gva-tabs-products .widget-heading .widget-title {
  font-size: 30px;
  color: #aaaaaa;
  position: relative;
  text-align: center;
}
/* line 189, ../../../sass/template/_vc.scss */
.gva-tabs-products ul.nav-tabs {
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 196, ../../../sass/template/_vc.scss */
.gva-tabs-products ul.nav-tabs > li > a {
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  line-height: 22px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .gva-tabs-products ul.nav-tabs > li > a {
  border-right: 4px solid rgba(0, 0, 0, 0.1);
  border-left: inherit;
}
/* line 201, ../../../sass/template/_vc.scss */
.gva-tabs-products ul.nav-tabs > li.active > a {
  border-left: 4px solid #cd9385;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .gva-tabs-products ul.nav-tabs > li.active > a {
  border-right: 4px solid #cd9385;
  border-left: inherit;
}
/* line 207, ../../../sass/template/_vc.scss */
.gva-tabs-products .tabs-container {
  margin-top: 45px;
}

/* line 213, ../../../sass/template/_vc.scss */
.vc_tta.vc_general.vc_tta-tabs-position-left .vc_tta-tab > a {
  padding: 20px 20px !important;
}

/* line 216, ../../../sass/template/_vc.scss */
.vc_tta-container {
  margin: 0 !important;
  float: left;
  width: 100%;
  overflow: hidden;
}

/* line 222, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left {
  display: block;
}
/* line 224, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .widget {
  border: none;
}
/* line 227, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  width: 20%;
  background: #F5F5F5;
  border-right: none;
  float: left;
  position: relative;
  overflow: visible;
}
@media (max-width: 767px) {
  /* line 227, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
    width: 100%;
  }
}
/* line 237, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container:after {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 600px;
  background: #F5F5F5;
  z-index: 1;
  position: absolute;
}
/* line 247, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 9;
}
/* line 252, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li {
  position: relative;
}
/* line 254, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li:after {
  content: "";
  background: transparent;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  z-index: 1;
}
/* line 264, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  z-index: 9;
}
/* line 275, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  padding-left: 38px !important;
  position: relative;
  z-index: 99;
  line-height: 20px;
  position: relative;
  font-family: "Quicksand", serif;
}
@media (max-width: 991px) {
  /* line 275, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li > a {
    font-size: 12px !important;
    line-height: 18px;
  }
}
/* line 290, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li > a:after {
  content: "";
  background: transparent;
  width: auto;
  height: 0;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  z-index: 1;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
/* line 303, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_active:after {
  background: #cd9385;
}
/* line 306, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_active a, .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_active i {
  color: #ffffff !important;
}
/* line 310, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li:last-child > a {
  border-bottom: none;
}
/* line 316, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
  width: 80%;
  float: left;
}
@media (max-width: 767px) {
  /* line 316, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
    width: 100%;
  }
  /* line 321, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-heading {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 324, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-heading a {
    font-size: 14px;
    text-transform: uppercase;
  }
  /* line 329, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* line 333, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .tabs-list > li > a {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  font-family: "Oxygen", sans-serif;
}
/* line 341, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel.icon:before {
  display: none !important;
}

/* line 349, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  background: #ffffff;
  margin-bottom: 20px;
}
/* line 352, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li {
  position: relative;
  text-align: left;
  padding: 0;
}
/* line 356, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li > a {
  font-size: 16px;
  border: none !important;
  color: #4d504e;
  padding: 10px;
  font-family: "Quicksand", serif;
  line-height: 20px;
  position: relative;
}
/* line 364, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li > a:after {
  content: "";
  width: 100%;
  height: 1px !important;
  display: block !important;
  background: #cd9385;
  position: absolute;
  bottom: 0;
  left: 0 !important;
  top: auto !important;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 378, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li.vc_active {
  background: none !important;
}
/* line 380, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li.vc_active a {
  color: #cd9385;
  text-decoration: none;
}
/* line 383, ../../../sass/template/_vc.scss */
.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li.vc_active a:after {
  height: 1px !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  /* line 394, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel {
    width: 100%;
  }
  /* line 396, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-heading {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 399, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-heading a {
    font-size: 14px;
    text-transform: uppercase;
  }
  /* line 404, ../../../sass/template/_vc.scss */
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel.vc_active {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  }
}

/* line 412, ../../../sass/template/_vc.scss */
.vc_tta.vc_tta-accordion .vc_tta-panel-body {
  padding: 0 20px !important;
}
/* line 415, ../../../sass/template/_vc.scss */
.vc_tta.vc_tta-accordion .vc_tta-controls-icon {
  float: right;
}

/* line 421, ../../../sass/template/_vc.scss */
.vc_tta.vc_tta-tabs .vc_tta-panel-body {
  padding: 0 !important;
}

/* line 426, ../../../sass/template/_vc.scss */
.vc_toggle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px !important;
}
/* line 429, ../../../sass/template/_vc.scss */
.vc_toggle .vc_toggle_title {
  padding: 0 40px 30px 0 !important;
  border-bottom: 1px solid transparent;
}
/* line 432, ../../../sass/template/_vc.scss */
.vc_toggle .vc_toggle_title h4 {
  font-size: 16px;
  color: #585858;
  font-weight: 400;
  font-weight: 700;
}
/* line 439, ../../../sass/template/_vc.scss */
.vc_toggle .vc_toggle_title:hover h4 {
  color: #cd9385;
}
/* line 443, ../../../sass/template/_vc.scss */
.vc_toggle .vc_toggle_title .vc_toggle_icon {
  right: 0 !important;
  left: auto !important;
  top: 15px !important;
  color: #cd9385;
  background: url("../../../images/toggle_close.png") no-repeat center center transparent !important;
  width: 10px !important;
  height: 10px !important;
  border: none !important;
}
/* line 452, ../../../sass/template/_vc.scss */
.vc_toggle .vc_toggle_title .vc_toggle_icon:after, .vc_toggle .vc_toggle_title .vc_toggle_icon:before {
  content: none !important;
}
/* line 457, ../../../sass/template/_vc.scss */
.vc_toggle .vc_toggle_content {
  padding: 0 !important;
  margin: 30px 0 !important;
}
/* line 460, ../../../sass/template/_vc.scss */
.vc_toggle .vc_toggle_content p {
  margin: 0 !important;
}
/* line 465, ../../../sass/template/_vc.scss */
.vc_toggle.vc_toggle_active .vc_toggle_title {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
/* line 467, ../../../sass/template/_vc.scss */
.vc_toggle.vc_toggle_active .vc_toggle_title h4 {
  color: #cd9385;
}
/* line 471, ../../../sass/template/_vc.scss */
.vc_toggle.vc_toggle_active .vc_toggle_icon {
  background: url("../../../images/toggle_open.png") no-repeat center center transparent !important;
  width: 10px !important;
  height: 10px !important;
}
/* line 475, ../../../sass/template/_vc.scss */
.vc_toggle.vc_toggle_active .vc_toggle_icon:after, .vc_toggle.vc_toggle_active .vc_toggle_icon:before {
  content: none !important;
}
/* line 480, ../../../sass/template/_vc.scss */
.vc_toggle.last-child {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
/* line 483, ../../../sass/template/_vc.scss */
.vc_toggle.last-child .vc_toggle_title {
  padding-bottom: 0 !important;
}
/* line 486, ../../../sass/template/_vc.scss */
.vc_toggle.last-child.vc_toggle_active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* line 489, ../../../sass/template/_vc.scss */
.vc_toggle.last-child.vc_toggle_active .vc_toggle_title {
  padding-bottom: 30px !important;
}

/* line 498, ../../../sass/template/_vc.scss */
.gva-deals .widget-heading .widget-title {
  border-bottom: none;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 55px;
}
/* line 503, ../../../sass/template/_vc.scss */
.gva-deals .widget-heading .widget-title img {
  margin-top: 5px;
  margin-right: 2px;
}
/* line 509, ../../../sass/template/_vc.scss */
.gva-deals .item-product-deals {
  padding: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 512, ../../../sass/template/_vc.scss */
.gva-deals .item-product-deals .product-thumbnail {
  width: 48%;
  float: left;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .gva-deals .item-product-deals .product-thumbnail {
  float: right;
}
/* line 516, ../../../sass/template/_vc.scss */
.gva-deals .item-product-deals .product-meta {
  width: 49%;
  float: right;
  padding-top: 80px;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .gva-deals .item-product-deals .product-meta {
  float: left;
}
/* line 522, ../../../sass/template/_vc.scss */
.gva-deals .item-product-deals .shop-loop-after-title > div {
  margin-bottom: 15px;
}
/* line 526, ../../../sass/template/_vc.scss */
.gva-deals .item-product-deals .time {
  width: 100%;
  z-index: 9;
  margin: 0;
  height: 50px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 532, ../../../sass/template/_vc.scss */
.gva-deals .item-product-deals .time b {
  color: #4d504e;
}

/* line 540, ../../../sass/template/_vc.scss */
.gva-productscategory-navigation {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* line 543, ../../../sass/template/_vc.scss */
.gva-productscategory-navigation .widget-title {
  padding: 0 20px;
  color: #ffffff;
  text-align: left;
  background: #cd9385;
  line-height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 553, ../../../sass/template/_vc.scss */
.gva-productscategory-navigation .col-first {
  position: relative;
}
/* line 555, ../../../sass/template/_vc.scss */
.gva-productscategory-navigation .col-first:after {
  content: "";
  width: 1px;
  height: 5000px;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 555, ../../../sass/template/_vc.scss */
  .gva-productscategory-navigation .col-first:after {
    display: none;
  }
}
/* line 569, ../../../sass/template/_vc.scss */
.gva-productscategory-navigation .banners img {
  width: 100%;
  height: auto;
}

/* line 576, ../../../sass/template/_vc.scss */
.gva-testimonials {
  text-align: center;
  position: relative;
}
/* line 579, ../../../sass/template/_vc.scss */
.gva-testimonials .item-testimonial {
  margin: 0 auto;
}
/* line 582, ../../../sass/template/_vc.scss */
.gva-testimonials:after {
  content: "";
  width: 70px;
  height: 45px;
  top: 0;
  left: 50%;
  position: absolute;
  margin-left: -35px;
}
/* line 590, ../../../sass/template/_vc.scss */
.gva-testimonials .blockquote {
  line-height: 30px;
  padding: 10px 30px;
  font-size: 34px;
  line-height: 42px;
  color: #999999;
  font-family: "Quicksand", serif;
}
@media (max-width: 991px) {
  /* line 590, ../../../sass/template/_vc.scss */
  .gva-testimonials .blockquote {
    padding: 10px 20px;
  }
}
/* line 601, ../../../sass/template/_vc.scss */
.gva-testimonials .name {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #cd9385;
  margin: 0 auto;
  max-width: 180px;
  position: relative;
}
/* line 611, ../../../sass/template/_vc.scss */
.gva-testimonials .name:after, .gva-testimonials .name:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 9;
}
/* line 623, ../../../sass/template/_vc.scss */
.gva-testimonials .name:after {
  right: 0;
}
/* line 626, ../../../sass/template/_vc.scss */
.gva-testimonials .name:before {
  left: 0;
}
/* line 630, ../../../sass/template/_vc.scss */
.gva-testimonials .job {
  font-size: 12px;
  color: #999999;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
/* line 637, ../../../sass/template/_vc.scss */
.gva-testimonials .avata {
  margin: 0px auto;
  text-align: center;
  width: 80px;
  height: 80px;
}
/* line 641, ../../../sass/template/_vc.scss */
.gva-testimonials .avata img {
  width: 80px;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 648, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .widget-title {
  margin-bottom: 40px;
}
/* line 651, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .item-testimonial {
  max-width: 780px;
}
/* line 654, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .blockquote {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}
/* line 659, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .owl-carousel .owl-dots {
  margin-top: 30px;
}
/* line 662, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .owl-nav {
  top: 40%;
}
/* line 664, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .owl-nav > div {
  width: 45px;
  height: 45px;
  border: 2px solid #cd9385;
  background-color: transparent;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 670, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .owl-nav > div .fa {
  color: #cd9385;
  font-size: 20px;
}
/* line 675, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .owl-nav > div:hover .fa {
  color: #ffffff;
}
/* line 683, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .meta > div {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
  display: block !important;
  text-align: center;
}
/* line 690, ../../../sass/template/_vc.scss */
.gva-testimonials.style-v2 .meta > div .avata {
  display: inline-block;
  margin: 10px 0 20px;
}
/* line 698, ../../../sass/template/_vc.scss */
.gva-testimonials.avata-hide .avata {
  display: none;
}
/* line 703, ../../../sass/template/_vc.scss */
.gva-testimonials.text-light .job {
  display: none;
}
/* line 706, ../../../sass/template/_vc.scss */
.gva-testimonials.text-light .name,
.gva-testimonials.text-light .blockquote {
  color: #ffffff;
}
/* line 710, ../../../sass/template/_vc.scss */
.gva-testimonials.text-light .owl-carousel .owl-dots {
  margin-top: 10px;
}
/* line 712, ../../../sass/template/_vc.scss */
.gva-testimonials.text-light .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #ffffff;
}
/* line 714, ../../../sass/template/_vc.scss */
.gva-testimonials.text-light .owl-carousel .owl-dots .owl-dot.active {
  border: 1px solid #cd9385;
}

/* line 723, ../../../sass/template/_vc.scss */
.gva-posts-mini-timeline .post {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
/* line 727, ../../../sass/template/_vc.scss */
.gva-posts-mini-timeline .post:after {
  content: "";
  position: absolute;
  width: 1px;
  height: auto;
  top: 22px;
  bottom: -22px;
  left: 5px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
/* line 737, ../../../sass/template/_vc.scss */
.gva-posts-mini-timeline .post .icon {
  position: absolute;
  top: 5px;
  left: 0;
  color: #999999;
  font-size: 12px;
}
/* line 744, ../../../sass/template/_vc.scss */
.gva-posts-mini-timeline .post .entry-created {
  color: #999999;
  font-size: 12px;
  font-family: "Quicksand", serif;
  font-style: italic;
}
/* line 750, ../../../sass/template/_vc.scss */
.gva-posts-mini-timeline .post .entry-title {
  margin: 0;
  text-transform: none;
  color: #242424;
  font-size: 14px;
  letter-spacing: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/* line 766, ../../../sass/template/_vc.scss */
.gva-products-list .widget-title {
  font-size: 16px;
}
/* line 771, ../../../sass/template/_vc.scss */
.gva-products-list .shop-products > .product-block .product-block-inner {
  padding: 0;
}
/* line 774, ../../../sass/template/_vc.scss */
.gva-products-list .shop-products > .product-block .shop-loop-actions,
.gva-products-list .shop-products > .product-block .add-to-cart {
  display: none;
}
/* line 778, ../../../sass/template/_vc.scss */
.gva-products-list .shop-products > .product-block:first-child {
  margin-top: 0 !important;
  border: none;
}
/* line 782, ../../../sass/template/_vc.scss */
.gva-products-list .shop-products > .product-block:last-child {
  padding-bottom: 20px;
}

/* line 790, ../../../sass/template/_vc.scss */
.gva-products .widget-heading {
  /* overflow: hidden; skin limar blue*/
  margin-bottom: 50px;
}
/* line 795, ../../../sass/template/_vc.scss */
.gva-products .widget-title {
  text-align: center;
}
/* line 797, ../../../sass/template/_vc.scss */
.gva-products .widget-title .subtitle {
  font-size: 14px;
  color: #6f7c80;
  max-width: 660px;
  font-weight: 500;
  text-align: center;
  margin: 30px auto 0;
  line-height: 24px;
  font-family: "Oxygen", sans-serif;
}
/* line 810, ../../../sass/template/_vc.scss */
.gva-products.text-light .shop-loop-price .price,
.gva-products.text-light .shop-loop-title a {
  color: #ffffff;
}
/* line 814, ../../../sass/template/_vc.scss */
.gva-products.text-light .shop-loop-title a:hover {
  text-decoration: underline;
}

/* line 821, ../../../sass/template/_vc.scss */
.gva-social-links ul.socials {
  list-style: none;
  text-align: right;
  margin-bottom: 0;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .gva-social-links ul.socials {
  text-align: left;
}
/* line 825, ../../../sass/template/_vc.scss */
.gva-social-links ul.socials > li {
  display: inline-block;
  margin-right: 20px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .gva-social-links ul.socials > li {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 828, ../../../sass/template/_vc.scss */
.gva-social-links ul.socials > li a {
  float: left;
}
/* line 836, ../../../sass/template/_vc.scss */
.gva-social-links.default ul.socials > li a i {
  font-size: 18px !important;
}
/* line 843, ../../../sass/template/_vc.scss */
.gva-social-links.style-v2 .widget-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
/* line 847, ../../../sass/template/_vc.scss */
.gva-social-links.style-v2 .widget-title span {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Quicksand", serif;
  color: #ffffff;
}
/* line 855, ../../../sass/template/_vc.scss */
.gva-social-links.style-v2 ul.socials {
  float: none;
  padding: 0;
  text-align: center;
}
/* line 859, ../../../sass/template/_vc.scss */
.gva-social-links.style-v2 ul.socials > li {
  line-height: 1;
  padding-top: 0 !important;
}
/* line 862, ../../../sass/template/_vc.scss */
.gva-social-links.style-v2 ul.socials > li > a {
  line-height: 1;
  font-size: 24px !important;
  color: #ffffff;
}
/* line 866, ../../../sass/template/_vc.scss */
.gva-social-links.style-v2 ul.socials > li > a:hover {
  color: #cd9385;
}
/* line 873, ../../../sass/template/_vc.scss */
.gva-social-links.style-v3 {
  text-align: center;
  margin-top: 45px;
}
/* line 876, ../../../sass/template/_vc.scss */
.gva-social-links.style-v3 ul.socials {
  text-align: center;
}
/* line 878, ../../../sass/template/_vc.scss */
.gva-social-links.style-v3 ul.socials > li > a {
  color: #aaaaaa;
}
/* line 880, ../../../sass/template/_vc.scss */
.gva-social-links.style-v3 ul.socials > li > a i {
  font-size: 18px;
}
/* line 883, ../../../sass/template/_vc.scss */
.gva-social-links.style-v3 ul.socials > li > a:hover {
  color: #000000;
}
/* line 889, ../../../sass/template/_vc.scss */
.gva-social-links.style-v4 {
  margin-bottom: 0;
}
/* line 891, ../../../sass/template/_vc.scss */
.gva-social-links.style-v4 ul.socials {
  margin-bottom: 0;
  float: right;
}
/* line 894, ../../../sass/template/_vc.scss */
.gva-social-links.style-v4 ul.socials > li > a {
  color: #aaaaaa !important;
}
/* line 896, ../../../sass/template/_vc.scss */
.gva-social-links.style-v4 ul.socials > li > a i {
  font-size: 16px !important;
}
/* line 899, ../../../sass/template/_vc.scss */
.gva-social-links.style-v4 ul.socials > li > a:hover {
  color: #000000 !important;
}

/* line 907, ../../../sass/template/_vc.scss */
.gva-text {
  color: #ffffff;
  padding-top: 110px;
}
/* line 910, ../../../sass/template/_vc.scss */
.gva-text .sub-title {
  font-size: 13px;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
}
/* line 917, ../../../sass/template/_vc.scss */
.gva-text .title {
  font-size: 28px;
  font-family: "Cabin", sans-serif;
  margin: 10px 0;
}
/* line 922, ../../../sass/template/_vc.scss */
.gva-text .btn {
  margin-top: 25px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
}

/* line 932, ../../../sass/template/_vc.scss */
.gsc-icon-box {
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 936, ../../../sass/template/_vc.scss */
.gsc-icon-box.style-1 .highlight-icon {
  background-color: transparent;
  width: 50px;
  height: 72px;
  line-height: 80px;
}
/* line 940, ../../../sass/template/_vc.scss */
.gsc-icon-box.style-1 .highlight-icon .icon {
  color: #cd9385;
  font-size: 30px;
}
/* line 945, ../../../sass/template/_vc.scss */
.gsc-icon-box.style-1 .highlight_content {
  padding-top: 8px;
}
/* line 950, ../../../sass/template/_vc.scss */
.gsc-icon-box.style-2 .highlight-icon {
  background-color: #cd9385;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 82px;
}
/* line 955, ../../../sass/template/_vc.scss */
.gsc-icon-box.style-2 .highlight-icon .icon {
  color: #ffffff;
  font-size: 30px;
}
/* line 960, ../../../sass/template/_vc.scss */
.gsc-icon-box.style-2 .highlight_content {
  padding-top: 8px;
}
/* line 965, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight_content .title {
  font-size: 14px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
/* line 972, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight_content .desc {
  font-size: 14px;
}
/* line 977, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container {
  text-align: center;
  line-height: 1;
  position: relative;
}
/* line 981, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container .icon {
  position: relative;
  z-index: 11;
}
/* line 985, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container.fa-stack {
  line-height: 2.4em;
}
/* line 989, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
  border-color: #cd9385;
}
/* line 994, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
  border-color: #ffffff;
}
/* line 998, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container.text-black {
  color: inherit;
}
/* line 1000, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
  border-color: inherit;
}
/* line 1005, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container.radius-1x:after {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 1010, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container.radius-2x:after {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 1015, ../../../sass/template/_vc.scss */
.gsc-icon-box .highlight-icon .icon-container.radius-5x:after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 1023, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background .highlight-icon .icon-container {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
/* line 1025, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background .highlight-icon .icon-container:after {
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
/* line 1038, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-black:after {
  background: #222222;
}
/* line 1043, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after {
  background: #cd9385;
}
/* line 1051, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background:hover .highlight-icon .icon-container {
  background: transparent !important;
}
/* line 1053, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background:hover .highlight-icon .icon-container:after {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1058, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background:hover .highlight-icon .icon-container.bg-black .icon {
  color: #222222;
}
/* line 1063, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background:hover .highlight-icon .icon-container.bg-theme .icon {
  color: #cd9385;
}
/* line 1073, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black {
  border-color: #222222;
}
/* line 1076, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme {
  border-color: #cd9385;
}
/* line 1086, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container .icon {
  color: #cd9385;
}
/* line 1089, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container:after {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: #ffffff;
}
/* line 1107, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon {
  color: #ffffff;
}
/* line 1111, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container:after {
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1116, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.text-black:after {
  background: #222222;
}
/* line 1121, ../../../sass/template/_vc.scss */
.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.text-theme:after {
  background: #cd9385;
}
/* line 1129, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-center {
  text-align: center;
}
/* line 1131, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-center .highlight-icon {
  text-align: center;
}
/* line 1134, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-center .title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
}
/* line 1139, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-center .title:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
/* line 1150, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-center .highlight_content {
  text-align: center;
}
/* line 1152, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-center .highlight_content .desc {
  text-align: center;
  font-weight: 400;
  text-transform: normal;
}
/* line 1160, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-left {
  text-align: left;
}
/* line 1163, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-right {
  text-align: right;
}
/* line 1168, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-left-title .title-inner, .gsc-icon-box.top-right-title .title-inner {
  display: table;
  margin-bottom: 15px;
}
/* line 1171, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-left-title .title-inner .highlight-icon, .gsc-icon-box.top-right-title .title-inner .highlight-icon {
  display: table-cell;
  vertical-align: top;
}
/* line 1175, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-left-title .title-inner .title, .gsc-icon-box.top-right-title .title-inner .title {
  display: table-cell;
  vertical-align: middle;
}
/* line 1182, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-left-title .highlight-icon {
  padding-right: 15px;
}
/* line 1186, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-right-title {
  text-align: right;
}
/* line 14, ../../../sass/bootstrap/mixins/_clearfix.scss */
.gsc-icon-box.top-right-title:before, .gsc-icon-box.top-right-title:after {
  content: " ";
  display: table;
}
/* line 19, ../../../sass/bootstrap/mixins/_clearfix.scss */
.gsc-icon-box.top-right-title:after {
  clear: both;
}
/* line 1189, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-right-title .title-inner {
  float: right;
}
/* line 1192, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-right-title .highlight-icon {
  padding-left: 15px;
}
/* line 1195, ../../../sass/template/_vc.scss */
.gsc-icon-box.top-right-title .desc {
  float: right;
  width: 100%;
}
/* line 1201, ../../../sass/template/_vc.scss */
.gsc-icon-box.right, .gsc-icon-box.left {
  display: table;
}
/* line 1203, ../../../sass/template/_vc.scss */
.gsc-icon-box.right .highlight-icon, .gsc-icon-box.left .highlight-icon {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}
/* line 1208, ../../../sass/template/_vc.scss */
.gsc-icon-box.right .highlight_content, .gsc-icon-box.left .highlight_content {
  display: table-cell;
  vertical-align: top;
}
/* line 1213, ../../../sass/template/_vc.scss */
.gsc-icon-box.right {
  text-align: right;
}
/* line 1215, ../../../sass/template/_vc.scss */
.gsc-icon-box.right .highlight-icon {
  padding-left: 15px;
}
/* line 1219, ../../../sass/template/_vc.scss */
.gsc-icon-box.left-center {
  text-align: center;
}
/* line 1221, ../../../sass/template/_vc.scss */
.gsc-icon-box.left-center .highlight-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .gsc-icon-box.left-center .highlight-icon {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 1226, ../../../sass/template/_vc.scss */
.gsc-icon-box.left-center .highlight_content {
  display: inline-block;
  text-align: left;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .gsc-icon-box.left-center .highlight_content {
  text-align: right;
}
/* line 1231, ../../../sass/template/_vc.scss */
.gsc-icon-box.left {
  text-align: left;
}
/* line 1233, ../../../sass/template/_vc.scss */
.gsc-icon-box.left .highlight-icon {
  padding-right: 15px;
}
/* line 1238, ../../../sass/template/_vc.scss */
.gsc-icon-box.text-light .title {
  color: #ffffff;
}
/* line 1240, ../../../sass/template/_vc.scss */
.gsc-icon-box.text-light .title a {
  color: #ffffff;
}
/* line 1244, ../../../sass/template/_vc.scss */
.gsc-icon-box.text-light .desc {
  color: #ffffff;
}
/* line 1248, ../../../sass/template/_vc.scss */
.gsc-icon-box.box-background {
  padding: 30px 30px 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 1252, ../../../sass/template/_vc.scss */
.gsc-icon-box.box-background.active, .gsc-icon-box.box-background:hover, .gsc-icon-box.box-background:focus, .gsc-icon-box.box-background:active {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

/* line 1259, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.widget .widget-title {
  text-align: center;
  margin-bottom: 55px;
}
/* line 1262, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.widget .widget-title .subtitle {
  font-size: 14px;
  color: #6f7c80;
  max-width: 720px;
  font-weight: 500;
  text-align: center;
  margin: 30px auto 0;
  line-height: 24px;
  font-family: "Oxygen", sans-serif;
}
/* line 1276, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v1 .post {
  background-color: #F3F4F6;
}
/* line 1279, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v1 .post .entry-content {
  margin-top: 0px;
  padding: 50px 60px;
}
/* line 1287, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v2 .widget-title:before {
  display: none;
}
/* line 1291, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v2 .owl-carousel .owl-stage-outer,
.gva-blogs-carousel.style-v2 .owl-carousel {
  overflow: initial;
}
/* line 1297, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v2 .owl-carousel .owl-item .post {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 1301, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v2 .owl-carousel .owl-item.active .post {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1310, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .post {
  max-width: 800px;
  margin: 0px auto;
}
/* line 1314, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .owl-nav {
  top: 40%;
}
/* line 1316, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .owl-nav > div {
  width: 45px;
  height: 45px;
  border: 2px solid #cd9385;
  background-color: transparent;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 1322, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .owl-nav > div .fa {
  color: #cd9385;
  font-size: 20px;
}
/* line 1327, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .owl-nav > div:hover .fa {
  color: #ffffff;
}
/* line 1333, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .entry-content {
  margin-top: 30px;
}
/* line 1336, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .owl-dots {
  margin-top: 10px;
}
/* line 1338, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
}
/* line 1342, ../../../sass/template/_vc.scss */
.gva-blogs-carousel.style-v3 .description {
  line-height: 28px;
  max-width: 680px;
  margin: 0px auto;
}
/* line 1350, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .post .entry-content.align-left {
  text-align: left;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .gva-blogs-carousel .post .entry-content.align-left {
  text-align: right;
}
/* line 1353, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .post .entry-content.align-right {
  text-align: right;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .gva-blogs-carousel .post .entry-content.align-right {
  text-align: left;
}
/* line 1356, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .post .entry-content.align-center {
  text-align: center;
}
/* line 1361, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .description {
  line-height: 26px;
  margin-top: 25px;
  padding-bottom: 0;
}
/* line 1367, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .entry-thumb a {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
/* line 1372, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .entry-thumb a img {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  width: 100%;
}
/* line 1376, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .entry-thumb a:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1387, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .entry-thumb a:before {
  content: "\e904";
  font-family: "monia_icon";
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1405, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .entry-thumb a:hover:after, .gva-blogs-carousel .entry-thumb a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1408, ../../../sass/template/_vc.scss */
.gva-blogs-carousel .entry-thumb a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 1415, ../../../sass/template/_vc.scss */
.gva-content-images {
  float: left;
  width: 100%;
}
/* line 14, ../../../sass/bootstrap/mixins/_clearfix.scss */
.gva-content-images:before, .gva-content-images:after {
  content: " ";
  display: table;
}
/* line 19, ../../../sass/bootstrap/mixins/_clearfix.scss */
.gva-content-images:after {
  clear: both;
}
/* line 1419, ../../../sass/template/_vc.scss */
.gva-content-images .images {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  /* line 1419, ../../../sass/template/_vc.scss */
  .gva-content-images .images {
    width: 100%;
    float: left;
  }
}
/* line 1426, ../../../sass/template/_vc.scss */
.gva-content-images .images img {
  border: 2px solid #fff;
}
/* line 1430, ../../../sass/template/_vc.scss */
.gva-content-images .content {
  width: 50%;
}
@media (max-width: 991px) {
  /* line 1430, ../../../sass/template/_vc.scss */
  .gva-content-images .content {
    width: 100%;
    float: left;
  }
}
/* line 1437, ../../../sass/template/_vc.scss */
.gva-content-images .action {
  margin-top: 15px;
}
/* line 1439, ../../../sass/template/_vc.scss */
.gva-content-images .action a {
  color: #cd9385;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 1444, ../../../sass/template/_vc.scss */
.gva-content-images .action a s
i {
  font-size: 12px;
}
/* line 1451, ../../../sass/template/_vc.scss */
.gva-content-images.left .images {
  float: right;
}
/* line 1454, ../../../sass/template/_vc.scss */
.gva-content-images.left .content {
  float: left;
  padding-right: 30px;
}
/* line 1460, ../../../sass/template/_vc.scss */
.gva-content-images.right .images {
  float: left;
}
/* line 1463, ../../../sass/template/_vc.scss */
.gva-content-images.right .content {
  float: right;
  padding-left: 30px;
}
/* line 1469, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1 .images {
  position: relative;
  text-align: center;
}
/* line 1473, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1 .content {
  text-align: center;
  padding-top: 175px;
}
@media (max-width: 1199px) {
  /* line 1473, ../../../sass/template/_vc.scss */
  .gva-content-images.style-v1 .content {
    padding-top: 30px;
  }
}
/* line 1479, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1 .content .content-inner {
  display: inline-block;
  max-width: 480px;
  text-align: left;
}
/* line 1484, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1 .content .description {
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 1489, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1 .content .sub-title span {
  text-transform: uppercase;
  background: #cd9385;
  font-size: 10px;
  padding: 2px 5px;
  letter-spacing: 1.5px;
  color: #000000;
}
/* line 1498, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1 .content .title {
  font-size: 38px;
  font-family: "Quicksand", serif;
  position: relative;
  color: #cd9385;
  line-height: 42px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1498, ../../../sass/template/_vc.scss */
  .gva-content-images.style-v1 .content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
/* line 1509, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1 .content .title span {
  position: relative;
  z-index: 9;
}
/* line 1515, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1 .action a {
  font-size: 14px;
}
@media (max-width: 991px) {
  /* line 1518, ../../../sass/template/_vc.scss */
  .gva-content-images.style-v1.right {
    padding-bottom: 30px;
  }
}
/* line 1522, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1.right .image-1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 1529, ../../../sass/template/_vc.scss */
  .gva-content-images.style-v1.left {
    padding-top: 30px;
  }
}
/* line 1533, ../../../sass/template/_vc.scss */
.gva-content-images.style-v1.left .image-1 {
  position: relative;
  z-index: 1;
}
/* line 1540, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 {
  margin-bottom: 30px;
}
/* line 1542, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .images {
  position: relative;
  width: 52%;
}
/* line 1545, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .images img {
  border: none;
}
@media (max-width: 767px) {
  /* line 1542, ../../../sass/template/_vc.scss */
  .gva-content-images.style-v2 .images {
    width: 100%;
  }
}
/* line 1552, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .content {
  text-align: center;
  padding-top: 80px;
  width: 48%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  /* line 1552, ../../../sass/template/_vc.scss */
  .gva-content-images.style-v2 .content {
    width: 100%;
  }
}
/* line 1561, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .content .content-inner {
  display: inline-block;
  max-width: 480px;
  text-align: left;
}
/* line 1566, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .content .description {
  font-size: 16px;
  margin-top: 10px;
}
/* line 1571, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .content .sub-title span {
  text-transform: uppercase;
  background: #cd9385;
  font-size: 10px;
  padding: 2px 5px;
  letter-spacing: 1.5px;
  color: #000000;
}
/* line 1580, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .content .title {
  font-size: 24px;
  font-family: "Quicksand", serif;
  position: relative;
  color: inherit;
  line-height: 1.3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/* line 1588, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .content .title span {
  position: relative;
  z-index: 9;
}
/* line 1592, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .content .title:before {
  content: '';
  width: 75px;
  height: 2px;
  max-width: 100%;
  background: #111111;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 1605, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .action a {
  font-size: 12px;
  color: #999999;
}
/* line 1608, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2 .action a i {
  position: relative;
  top: 1px;
}
/* line 1614, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2.right {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  /* line 1614, ../../../sass/template/_vc.scss */
  .gva-content-images.style-v2.right {
    padding-bottom: 0;
  }
}
/* line 1619, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2.right .image-1 {
  position: relative;
  left: 0;
  top: 85px;
  z-index: 1;
  width: 50%;
}
/* line 1626, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2.right .image-2 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  width: 50%;
}
/* line 1634, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2.left {
  padding-top: 60px;
}
@media (max-width: 767px) {
  /* line 1634, ../../../sass/template/_vc.scss */
  .gva-content-images.style-v2.left {
    padding-top: 0;
  }
}
/* line 1639, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2.left .image-1 {
  position: relative;
  left: 0;
  z-index: 1;
  width: 50%;
}
/* line 1645, ../../../sass/template/_vc.scss */
.gva-content-images.style-v2.left .image-2 {
  position: absolute;
  top: 85px;
  left: 50%;
  width: 50%;
  z-index: 9;
}

/* line 1655, ../../../sass/template/_vc.scss */
.gva-team {
  position: relative;
  text-align: center;
}
/* line 1658, ../../../sass/template/_vc.scss */
.gva-team .avata {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
/* line 1663, ../../../sass/template/_vc.scss */
.gva-team .name {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-top: 6px;
}
/* line 1669, ../../../sass/template/_vc.scss */
.gva-team .job {
  font-size: 13px;
  font-weight: 700;
}
/* line 1673, ../../../sass/template/_vc.scss */
.gva-team .socials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 1683, ../../../sass/template/_vc.scss */
.gva-team .socials .socials-inner {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
  height: auto;
  z-index: 9;
}
/* line 1690, ../../../sass/template/_vc.scss */
.gva-team .socials .socials-inner > a {
  font-size: 22px;
  color: #242424;
  margin-right: 20px;
}
/* line 1694, ../../../sass/template/_vc.scss */
.gva-team .socials .socials-inner > a:last-child {
  margin-right: 0;
}
/* line 1697, ../../../sass/template/_vc.scss */
.gva-team .socials .socials-inner > a:hover {
  color: #cd9385;
}
/* line 1704, ../../../sass/template/_vc.scss */
.gva-team:hover .socials {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 1707, ../../../sass/template/_vc.scss */
.gva-team:hover .avata {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

/* line 1715, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v1 {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  /* line 1715, ../../../sass/template/_vc.scss */
  .gva-block-heading.style-v1 {
    padding: 20px 15px;
  }
}
/* line 1720, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v1 .subtitle {
  font-size: 14px;
  color: #6f7c80;
  max-width: 600px;
  font-weight: 500;
}
/* line 1725, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v1 .subtitle.text-center {
  margin: 0px auto;
}
/* line 1730, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v1 .title {
  color: #4d504e;
  font-size: 34px;
  font-family: "Quicksand", serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 1730, ../../../sass/template/_vc.scss */
  .gva-block-heading.style-v1 .title {
    font-size: 22px;
  }
}
/* line 1740, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v2 {
  margin-bottom: 55px;
}
/* line 1743, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v2.widget .widget-title:before {
  display: none;
}
/* line 1746, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v2.widget .widget-title span {
  background-color: transparent;
}
/* line 1750, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v2 .subtitle {
  max-width: 600px;
  margin: 0px auto;
  font-size: 14px;
}
/* line 1757, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v3 {
  margin-bottom: 55px;
}
/* line 1759, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v3.widget .widget-title {
  padding-top: 15px;
}
/* line 1761, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v3.widget .widget-title:before {
  background: url("../../../images/icon_title.png") no-repeat center center transparent;
  height: 16px !important;
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: -30px !important;
  width: 100% !important;
  z-index: 99 !important;
  bottom: auto !important;
}
/* line 1774, ../../../sass/template/_vc.scss */
.gva-block-heading.style-v3 .subtitle {
  max-width: 600px;
  margin: 0px auto;
  font-size: 14px;
}

/* line 1783, ../../../sass/template/_vc.scss */
.gva-contact-info {
  background: none;
}
/* line 1785, ../../../sass/template/_vc.scss */
.gva-contact-info .widget-content {
  background: #ffffff;
}
/* line 1787, ../../../sass/template/_vc.scss */
.gva-contact-info .widget-content .description {
  line-height: 20px;
  margin-bottom: 45px;
}
/* line 1791, ../../../sass/template/_vc.scss */
.gva-contact-info .widget-content .image {
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.15);
}
/* line 1794, ../../../sass/template/_vc.scss */
.gva-contact-info .widget-content .content {
  margin-top: 25px;
}
/* line 1796, ../../../sass/template/_vc.scss */
.gva-contact-info .widget-content .content > div {
  margin-top: 10px;
  font-size: 13px;
}
/* line 1799, ../../../sass/template/_vc.scss */
.gva-contact-info .widget-content .content > div i {
  margin: 0 8px 0 0;
}

/* line 1807, ../../../sass/template/_vc.scss */
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
  border: none !important;
}

/* line 1814, ../../../sass/template/_vc.scss */
.gva-grid-posts .layout-sticky-on iframe {
  height: 235px;
}

/* line 1821, ../../../sass/template/_vc.scss */
.gva-blogs-list .post {
  width: 100%;
  float: left;
}
@media (max-width: 991px) {
  /* line 1824, ../../../sass/template/_vc.scss */
  .gva-blogs-list .post .post-thumbnail {
    width: 100%;
  }
}
/* line 1828, ../../../sass/template/_vc.scss */
.gva-blogs-list .post .post-thumbnail iframe {
  height: 250px;
  min-height: 250px;
}
@media (max-width: 991px) {
  /* line 1833, ../../../sass/template/_vc.scss */
  .gva-blogs-list .post .post-content {
    width: 100%;
    padding-left: 0;
  }
}
/* line 1839, ../../../sass/template/_vc.scss */
.gva-blogs-list .post .entry-title {
  margin-top: 15px;
}
@media (max-width: 991px) {
  /* line 1839, ../../../sass/template/_vc.scss */
  .gva-blogs-list .post .entry-title {
    margin-top: 15px;
  }
}

/* line 1848, ../../../sass/template/_vc.scss */
.box-shipping {
  background: #111111;
  padding: 20px 20px;
  text-align: center;
  font-size: 14px;
}

/* line 1857, ../../../sass/template/_vc.scss */
.gva-brands .item-brand img {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
/* line 1867, ../../../sass/template/_vc.scss */
.gva-brands .item-brand:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}

/* line 1878, ../../../sass/template/_vc.scss */
.gva-banner {
  position: relative;
  margin-bottom: 30px;
}
/* line 1881, ../../../sass/template/_vc.scss */
.gva-banner .widget-content {
  display: block;
  position: relative;
}
/* line 1885, ../../../sass/template/_vc.scss */
.gva-banner .content {
  position: absolute;
  display: inline-block;
  z-index: 9;
}
/* line 1889, ../../../sass/template/_vc.scss */
.gva-banner .content .sub-title {
  font-size: 13px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 1894, ../../../sass/template/_vc.scss */
.gva-banner .btn-banner {
  padding: 0;
}
/* line 1896, ../../../sass/template/_vc.scss */
.gva-banner .btn-banner a {
  color: #cd9385;
  text-decoration: underline;
}
/* line 1899, ../../../sass/template/_vc.scss */
.gva-banner .btn-banner a:hover {
  color: #4d504e;
}
/* line 1907, ../../../sass/template/_vc.scss */
.gva-banner.style-v1 .widget-content .image {
  overflow: hidden;
  margin: 0px auto;
}
/* line 1911, ../../../sass/template/_vc.scss */
.gva-banner.style-v1 .widget-content .image a img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
/* line 1919, ../../../sass/template/_vc.scss */
.gva-banner.style-v1 .widget-content:hover .image img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 1926, ../../../sass/template/_vc.scss */
.gva-banner.style-v1 .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 1932, ../../../sass/template/_vc.scss */
.gva-banner.style-v1 .title a {
  color: #4d504e;
}
/* line 1934, ../../../sass/template/_vc.scss */
.gva-banner.style-v1 .title a:hover {
  color: #cd9385;
}
/* line 1941, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.left .content {
  left: 30px;
}
/* line 1946, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.right .content {
  right: 30px;
  text-align: right;
}
/* line 1952, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.center .content {
  width: 100%;
  left: 0;
  text-align: center;
}
/* line 1958, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.center.center .content {
  top: 50%;
  margin-top: -15px;
}
/* line 1965, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.bottom .content {
  bottom: 30px;
  position: relative;
}
/* line 1969, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.bottom .sub-title {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
}
/* line 1974, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.bottom .title {
  background-color: rgba(225, 225, 225, 0.8);
  padding: 15px 0;
  font-weight: 700;
}
/* line 1980, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.bottom.center .content {
  top: -35px;
}
/* line 1986, ../../../sass/template/_vc.scss */
.gva-banner.style-v1.top .content {
  top: 30px;
}
/* line 1992, ../../../sass/template/_vc.scss */
.gva-banner.style-v2 .title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 2000, ../../../sass/template/_vc.scss */
.gva-banner.style-v2 .title a {
  color: #4d504e;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 2003, ../../../sass/template/_vc.scss */
.gva-banner.style-v2 .title a:hover {
  text-decoration: underline;
}
/* line 2009, ../../../sass/template/_vc.scss */
.gva-banner.style-v2 .widget-content .image {
  overflow: hidden;
}
/* line 2011, ../../../sass/template/_vc.scss */
.gva-banner.style-v2 .widget-content .image img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 2015, ../../../sass/template/_vc.scss */
.gva-banner.style-v2 .widget-content .btn-banner a {
  color: #ffffff;
}
/* line 2020, ../../../sass/template/_vc.scss */
.gva-banner.style-v2:hover .title {
  color: #ffffff;
}
/* line 2022, ../../../sass/template/_vc.scss */
.gva-banner.style-v2:hover .title a {
  color: #ffffff;
}
/* line 2026, ../../../sass/template/_vc.scss */
.gva-banner.style-v2:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 2029, ../../../sass/template/_vc.scss */
.gva-banner.style-v2:hover .sub-title {
  color: #ffffff;
}
/* line 2035, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.left .content {
  left: 30px;
  text-align: left;
}
/* line 2041, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.right .content {
  right: 30px;
  text-align: right;
}
/* line 2047, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.center .content {
  width: 100%;
  left: 0;
  text-align: center;
}
/* line 2053, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.center.center .title {
  background-color: #ffffff;
  display: inline;
  margin: 0px auto;
  padding: 15px 25px;
}
/* line 2058, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.center.center .title a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #4d504e;
  letter-spacing: 1px;
}
/* line 2059, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.center.center .title:hover {
  background-color: #FFC219;
}
/* line 2061, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.center.center .title:hover a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
}
/* line 2064, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.center.center .content {
  top: 50%;
  margin-top: -25px;
}
/* line 2071, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.bottom .content {
  bottom: 0;
}
/* line 2075, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.bottom.center .content {
  top: auto;
  bottom: 0;
  margin-top: 0;
}
/* line 2077, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.bottom.center .content .title a {
  color: #4d504e;
  font-size: 16px;
  background: #ffffff;
  line-height: 40px;
  padding: 0px 20px;
  display: inline-block;
}
/* line 2093, ../../../sass/template/_vc.scss */
.gva-banner.style-v2.top .content {
  top: 50px;
}

/* line 2101, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax div[data-loaded="false"] {
  position: relative;
}
/* line 2103, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax div[data-loaded="false"] .ajax-loading {
  width: 100%;
  display: block;
}
/* line 2106, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax div[data-loaded="false"] .ajax-loading:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: url("../../../images//preloader.gif") no-repeat center center transparent;
  position: absolute;
  z-index: 1;
}
/* line 2119, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .product-block {
  margin-bottom: 0;
}
/* line 2122, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .widget-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2132, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .widget-content::before, .gva-tabs-products-ajax .widget-content::after {
  display: none;
}
/* line 2136, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .widget-content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/* line 2145, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .widget-content > div > .content-inner {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 2160, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .widget-content > div > .content-inner::before, .gva-tabs-products-ajax .widget-content > div > .content-inner::after {
  content: " ";
  display: table;
}
/* line 2165, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .widget-content > div > .content-inner::after {
  clear: both;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 2169, ../../../sass/template/_vc.scss */
  .gva-tabs-products-ajax .widget-content > div > .content-inner > * {
    min-height: 1em;
  }
}
/* line 2176, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .tabs-list {
  width: 22%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .gva-tabs-products-ajax .tabs-list {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: inherit;
}
/* line 2180, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .tabs-container {
  width: 78%;
  padding: 30px;
}
/* line 2183, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .tabs-container .tab-content {
  width: 100%;
}
/* line 2187, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .nav-tabs {
  white-space: nowrap;
  padding: 0;
}
/* line 2190, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .nav-tabs > li {
  display: block;
  white-space: nowrap;
  float: none;
}
/* line 2194, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .nav-tabs > li > a {
  position: relative;
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  padding: 10px 20px 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #6f7c80;
}
/* line 2203, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .nav-tabs > li.active > a {
  color: #ffffff;
  background-color: #cd9385;
}
/* line 2206, ../../../sass/template/_vc.scss */
.gva-tabs-products-ajax .nav-tabs > li.active > a:before {
  position: absolute;
  content: "";
  right: -14px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 15px solid #cd9385;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 115, ../../../sass/rtl/_rtl.scss */
.rtl .gva-tabs-products-ajax .nav-tabs > li.active > a:before {
  left: -14px;
  right: auto;
}

/* line 2227, ../../../sass/template/_vc.scss */
.store-wrapper .widget-title {
  font-size: 18px;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}
/* line 2233, ../../../sass/template/_vc.scss */
.store-wrapper .btn-show-store-box {
  left: 0;
  position: fixed;
  top: 80px;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0s;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none !important;
}
/* line 2243, ../../../sass/template/_vc.scss */
.store-wrapper .btn-show-store-box.show {
  transform: translateX(0px);
  background: #000000;
}
/* line 2248, ../../../sass/template/_vc.scss */
.store-wrapper .hidden-caption {
  float: right;
}
/* line 2250, ../../../sass/template/_vc.scss */
.store-wrapper .hidden-caption:hover {
  cursor: pointer;
  color: #cd9385;
}
/* line 2255, ../../../sass/template/_vc.scss */
.store-wrapper .store-box {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  overflow-y: scroll;
  padding: 0;
  position: fixed;
  bottom: 0;
  top: 75px;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0s;
  width: 350px;
  z-index: 9;
}
/* line 2267, ../../../sass/template/_vc.scss */
.store-wrapper .store-box.show {
  transform: translateX(0px);
}
/* line 2271, ../../../sass/template/_vc.scss */
.store-wrapper .store-item {
  border-top: 1px solid #cccccc;
  color: #262626;
  cursor: pointer;
  font-size: 13px;
  padding: 10px 20px;
  transition: all 0.1s ease-in-out 0s;
}
/* line 2278, ../../../sass/template/_vc.scss */
.store-wrapper .store-item h4 {
  color: #5f5f5f;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 2283, ../../../sass/template/_vc.scss */
.store-wrapper .store-item p {
  margin-bottom: 0;
}
/* line 2286, ../../../sass/template/_vc.scss */
.store-wrapper .store-item:hover, .store-wrapper .store-item:active, .store-wrapper .store-item:focus {
  background: rgba(81, 129, 52, 0.2) none repeat scroll 0 0;
}
/* line 2290, ../../../sass/template/_vc.scss */
.store-wrapper .marker-content {
  overflow: hidden;
  padding: 5px 0 0;
}
@media (min-width: 992px) {
  /* line 2294, ../../../sass/template/_vc.scss */
  .store-wrapper .marker-content > * {
    float: left;
    width: 50%;
  }
}
/* line 2299, ../../../sass/template/_vc.scss */
.store-wrapper .marker-content .map-item-info {
  color: #212121;
  padding-left: 30px;
}
/* line 2302, ../../../sass/template/_vc.scss */
.store-wrapper .marker-content .map-item-info .title {
  margin: 15px 0 8px;
}
/* line 2305, ../../../sass/template/_vc.scss */
.store-wrapper .marker-content .map-item-info a {
  color: #518134;
}

/* line 2313, ../../../sass/template/_vc.scss */
.widget-ourstore.default {
  margin-top: 100px;
}
@media (max-width: 991px) {
  /* line 2313, ../../../sass/template/_vc.scss */
  .widget-ourstore.default {
    margin-top: 50px;
  }
}
/* line 2318, ../../../sass/template/_vc.scss */
.widget-ourstore.default .subtitle {
  font-size: 13px;
  color: #aaaaaa;
  text-transform: uppercase;
}
/* line 2323, ../../../sass/template/_vc.scss */
.widget-ourstore.default .widget-title {
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  /* line 2323, ../../../sass/template/_vc.scss */
  .widget-ourstore.default .widget-title {
    margin-bottom: 30px;
  }
}
/* line 2332, ../../../sass/template/_vc.scss */
.widget-ourstore.default .widget-title:after {
  width: 90px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  z-index: 1;
  background: #ffffff;
}
/* line 2343, ../../../sass/template/_vc.scss */
.widget-ourstore.default .item {
  color: #aaaaaa;
  margin-bottom: 45px;
}
/* line 2346, ../../../sass/template/_vc.scss */
.widget-ourstore.default .item a {
  color: #aaaaaa;
}
/* line 2348, ../../../sass/template/_vc.scss */
.widget-ourstore.default .item a:hover {
  color: #cd9385;
}
/* line 2352, ../../../sass/template/_vc.scss */
.widget-ourstore.default .item .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 2363, ../../../sass/template/_vc.scss */
.gva-banner-slide {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 2363, ../../../sass/template/_vc.scss */
  .gva-banner-slide {
    margin-top: 30px;
  }
}
/* line 2368, ../../../sass/template/_vc.scss */
.gva-banner-slide .banner-content-inner {
  padding-top: 100px;
}
/* line 2371, ../../../sass/template/_vc.scss */
.gva-banner-slide .image {
  width: 50%;
  float: left;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 2371, ../../../sass/template/_vc.scss */
  .gva-banner-slide .image {
    width: 100%;
  }
}
/* line 2379, ../../../sass/template/_vc.scss */
.gva-banner-slide .content {
  width: 50%;
  float: left;
  padding-top: 5%;
}
@media (max-width: 991px) {
  /* line 2379, ../../../sass/template/_vc.scss */
  .gva-banner-slide .content {
    width: 100%;
    padding: 20px;
  }
}
/* line 2387, ../../../sass/template/_vc.scss */
.gva-banner-slide .content .content-inner {
  max-width: 510px;
  margin: 0 auto;
  position: relative;
  float: right;
}
@media (max-width: 991px) {
  /* line 2387, ../../../sass/template/_vc.scss */
  .gva-banner-slide .content .content-inner {
    float: left;
  }
}
/* line 2395, ../../../sass/template/_vc.scss */
.gva-banner-slide .content .content-inner .subtitle {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 2395, ../../../sass/template/_vc.scss */
  .gva-banner-slide .content .content-inner .subtitle {
    font-size: 16px;
  }
}
/* line 2405, ../../../sass/template/_vc.scss */
.gva-banner-slide .content .content-inner .title {
  color: #262626;
  font-size: 48px;
  font-family: "Quicksand", serif;
  line-height: 1;
  line-height: 56px;
}
@media (max-width: 991px) {
  /* line 2405, ../../../sass/template/_vc.scss */
  .gva-banner-slide .content .content-inner .title {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 2416, ../../../sass/template/_vc.scss */
.gva-banner-slide .content .content-inner .desc {
  color: #5f5f5f;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  /* line 2416, ../../../sass/template/_vc.scss */
  .gva-banner-slide .content .content-inner .desc {
    font-size: 14px;
  }
}
/* line 2424, ../../../sass/template/_vc.scss */
.gva-banner-slide .content .content-inner .price {
  font-size: 48px;
  font-weight: 700;
  color: #cd9385;
  font-family: "Quicksand", serif;
}
@media (max-width: 991px) {
  /* line 2424, ../../../sass/template/_vc.scss */
  .gva-banner-slide .content .content-inner .price {
    font-size: 36px;
  }
}

/* line 2437, ../../../sass/template/_vc.scss */
.title-custom {
  color: #4d504e;
  letter-spacing: -1px;
}

/*------------------------------------------------------------------*\	
				7 - WIDGETS STYLE																										
\*------------------------------------------------------------------*/
/*
**  Widget layout
*/
/* line 4, ../../../sass/template/_widgets.scss */
.widget, .wpb_single_image, .wpb_content_element {
  border: none;
}
/* line 6, ../../../sass/template/_widgets.scss */
.widget .widget-title, .widget .widgettitle, .widget .wpb_singleimage_heading, .wpb_single_image .widget-title, .wpb_single_image .widgettitle, .wpb_single_image .wpb_singleimage_heading, .wpb_content_element .widget-title, .wpb_content_element .widgettitle, .wpb_content_element .wpb_singleimage_heading {
  font-size: 34px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  color: #4d504e;
}
/* line 12, ../../../sass/template/_widgets.scss */
.widget .widget-title, .wpb_single_image .widget-title, .wpb_content_element .widget-title {
  color: #4d504e;
  line-height: 30px;
  margin-bottom: 30px;
  position: relative;
}
/* line 17, ../../../sass/template/_widgets.scss */
.widget .widget-title:before, .wpb_single_image .widget-title:before, .wpb_content_element .widget-title:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 80%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  content: "";
  top: 0;
  bottom: 0;
}
/* line 29, ../../../sass/template/_widgets.scss */
.widget .widget-title span, .wpb_single_image .widget-title span, .wpb_content_element .widget-title span {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 40, ../../../sass/template/_widgets.scss */
.widget.text-left .widget-title:before, .wpb_single_image.text-left .widget-title:before, .wpb_content_element.text-left .widget-title:before {
  right: auto;
}
/* line 47, ../../../sass/template/_widgets.scss */
.widget.text-right .widget-title:before, .wpb_single_image.text-right .widget-title:before, .wpb_content_element.text-right .widget-title:before {
  left: auto;
}
/* line 53, ../../../sass/template/_widgets.scss */
.widget.text-center .widget-title, .widget.text-center .widgettitle, .widget.text-center .wpb_singleimage_heading, .wpb_single_image.text-center .widget-title, .wpb_single_image.text-center .widgettitle, .wpb_single_image.text-center .wpb_singleimage_heading, .wpb_content_element.text-center .widget-title, .wpb_content_element.text-center .widgettitle, .wpb_content_element.text-center .wpb_singleimage_heading {
  text-align: center !important;
}
/* line 58, ../../../sass/template/_widgets.scss */
.widget.title-black .widget-title, .widget.title-black .widgettitle, .widget.title-black .wpb_singleimage_heading, .wpb_single_image.title-black .widget-title, .wpb_single_image.title-black .widgettitle, .wpb_single_image.title-black .wpb_singleimage_heading, .wpb_content_element.title-black .widget-title, .wpb_content_element.title-black .widgettitle, .wpb_content_element.title-black .wpb_singleimage_heading {
  color: #000000 !important;
}

/* line 65, ../../../sass/template/_widgets.scss */
.color-theme .widget-title, .color-theme .widgettitle {
  color: #cd9385 !important;
}

/*
** Widget for sidebar
*/
/* line 74, ../../../sass/template/_widgets.scss */
.wp-sidebar input, .wp-sidebar textarea, .wp-sidebar select {
  max-width: 100%;
}
/* line 78, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget {
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0 0 30px;
}
/* line 82, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget.woocommerce {
  margin-bottom: 30px;
}
/* line 85, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget .widget-title, .wp-sidebar .widget .widgettitle {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
  padding: 0px;
  color: #4d504e;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .wp-sidebar .widget .widget-title, .rtl .wp-sidebar .widget .widgettitle {
  text-align: right;
}
/* line 95, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget .widget-title span, .wp-sidebar .widget .widgettitle span {
  background-color: transparent;
  padding: 0px;
}
/* line 99, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget .widget-title:before, .wp-sidebar .widget .widgettitle:before {
  display: block;
  width: 15px;
  height: 1px;
  left: auto;
  background-color: #4d504e;
}
/* line 106, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget:last-child {
  border-bottom: 0;
}
/* line 110, ../../../sass/template/_widgets.scss */
.wp-sidebar .gva-vertical-menu {
  overflow: visible;
}
/* line 112, ../../../sass/template/_widgets.scss */
.wp-sidebar .gva-vertical-menu ul.navbar-nav li {
  border: none;
  padding: 0;
}
/* line 116, ../../../sass/template/_widgets.scss */
.wp-sidebar .gva-vertical-menu .widget_nav_menu .widgettitle,
.wp-sidebar .gva-vertical-menu .widgettitle,
.wp-sidebar .gva-vertical-menu .widget-title {
  border: none;
  background-color: transparent;
  padding: 0 0 10px;
}
/* line 127, ../../../sass/template/_widgets.scss */
.wp-sidebar .product-block {
  min-height: auto;
}
/* line 130, ../../../sass/template/_widgets.scss */
.wp-sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0 !important;
}
/* line 134, ../../../sass/template/_widgets.scss */
.wp-sidebar ul li {
  list-style: none;
  padding: 10px 0;
}
/* line 137, ../../../sass/template/_widgets.scss */
.wp-sidebar ul li.recentcomments {
  padding: 8px 0px;
}
/* line 139, ../../../sass/template/_widgets.scss */
.wp-sidebar ul li.recentcomments .comment-author-link,
.wp-sidebar ul li.recentcomments .comment-author-link a {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 147, ../../../sass/template/_widgets.scss */
.wp-sidebar ul li a {
  font-size: 14px;
  display: inline-block;
  color: #6f7c80;
  font-weight: 500;
}
/* line 152, ../../../sass/template/_widgets.scss */
.wp-sidebar ul li a:hover {
  color: #cd9385;
}
/* line 156, ../../../sass/template/_widgets.scss */
.wp-sidebar ul li:first-child {
  /*         > a {
            padding-top: 0;
          } */
}
/* line 161, ../../../sass/template/_widgets.scss */
.wp-sidebar ul li .count {
  margin-left: 3px;
  color: #6f7c80;
}
/* line 166, ../../../sass/template/_widgets.scss */
.wp-sidebar ul > li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
/* line 168, ../../../sass/template/_widgets.scss */
.wp-sidebar ul > li ul {
  padding-left: 20px;
}
/* line 171, ../../../sass/template/_widgets.scss */
.wp-sidebar ul > li:last-child {
  border: none;
}
/* line 178, ../../../sass/template/_widgets.scss */
.wp-sidebar .wpb_single_image {
  margin-bottom: 30px !important;
}
/* line 182, ../../../sass/template/_widgets.scss */
.wp-sidebar .post-author, .wp-sidebar .post-date {
  font-size: 13px;
  margin: 0 0 2px;
  color: #aaa;
}
/* line 188, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget_nav_menu {
  padding: 0;
}
/* line 190, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget_nav_menu .widgettitle {
  margin: 0;
  padding: 20px;
}
/* line 194, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget_nav_menu ul > li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 197, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget_nav_menu ul > li:last-child {
  border-bottom: none;
}
/* line 200, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget_nav_menu ul > li > a {
  padding: 0;
}
/* line 202, ../../../sass/template/_widgets.scss */
.wp-sidebar .widget_nav_menu ul > li > a:hover {
  color: #cd9385;
}

/* line 212, ../../../sass/template/_widgets.scss */
.gva-main-search .gva-search {
  position: relative;
}
/* line 214, ../../../sass/template/_widgets.scss */
.gva-main-search .gva-search input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 40px;
}
/* line 219, ../../../sass/template/_widgets.scss */
.gva-main-search .gva-search input.input-search {
  background: #ffffff;
}
/* line 223, ../../../sass/template/_widgets.scss */
.gva-main-search .gva-search .btn-search {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 234, ../../../sass/template/_widgets.scss */
.gva-main-search .gva-search .btn-search input {
  border: none;
}

/* line 243, ../../../sass/template/_widgets.scss */
#wp-footer a {
  color: #6f7c80;
  font-size: 14px;
  font-weight: 500;
}
/* line 247, ../../../sass/template/_widgets.scss */
#wp-footer a:hover {
  color: #cd9385;
}
/* line 251, ../../../sass/template/_widgets.scss */
#wp-footer .widget {
  margin-bottom: 30px;
}
/* line 253, ../../../sass/template/_widgets.scss */
#wp-footer .widget select {
  width: 100%;
}
/* line 258, ../../../sass/template/_widgets.scss */
#wp-footer .widget .widget-title, #wp-footer .widget .widgettitle, #wp-footer .widget .wpb_singleimage_heading, #wp-footer .wpb_single_image .widget-title, #wp-footer .wpb_single_image .widgettitle, #wp-footer .wpb_single_image .wpb_singleimage_heading {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
  border-bottom: none;
  color: #4d504e;
  margin-top: 0;
  position: relative;
  line-height: 30px;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl #wp-footer .widget .widget-title, .rtl #wp-footer .widget .widgettitle, .rtl #wp-footer .widget .wpb_singleimage_heading, .rtl #wp-footer .wpb_single_image .widget-title, .rtl #wp-footer .wpb_single_image .widgettitle, .rtl #wp-footer .wpb_single_image .wpb_singleimage_heading {
  text-align: right;
}
/* line 267, ../../../sass/template/_widgets.scss */
#wp-footer .widget .widget-title:before, #wp-footer .widget .widgettitle:before, #wp-footer .widget .wpb_singleimage_heading:before, #wp-footer .wpb_single_image .widget-title:before, #wp-footer .wpb_single_image .widgettitle:before, #wp-footer .wpb_single_image .wpb_singleimage_heading:before {
  display: none;
}
/* line 270, ../../../sass/template/_widgets.scss */
#wp-footer .widget .widget-title > span, #wp-footer .widget .widgettitle > span, #wp-footer .widget .wpb_singleimage_heading > span, #wp-footer .wpb_single_image .widget-title > span, #wp-footer .wpb_single_image .widgettitle > span, #wp-footer .wpb_single_image .wpb_singleimage_heading > span {
  padding: 0;
}
/* line 272, ../../../sass/template/_widgets.scss */
#wp-footer .widget .widget-title > span:after, #wp-footer .widget .widget-title > span:before, #wp-footer .widget .widgettitle > span:after, #wp-footer .widget .widgettitle > span:before, #wp-footer .widget .wpb_singleimage_heading > span:after, #wp-footer .widget .wpb_singleimage_heading > span:before, #wp-footer .wpb_single_image .widget-title > span:after, #wp-footer .wpb_single_image .widget-title > span:before, #wp-footer .wpb_single_image .widgettitle > span:after, #wp-footer .wpb_single_image .widgettitle > span:before, #wp-footer .wpb_single_image .wpb_singleimage_heading > span:after, #wp-footer .wpb_single_image .wpb_singleimage_heading > span:before {
  content: none;
}
/* line 277, ../../../sass/template/_widgets.scss */
#wp-footer .widget ul, #wp-footer .wpb_single_image ul {
  padding: 0;
  list-style: none;
}
/* line 280, ../../../sass/template/_widgets.scss */
#wp-footer .widget ul li, #wp-footer .wpb_single_image ul li {
  padding-top: 8px;
}
/* line 282, ../../../sass/template/_widgets.scss */
#wp-footer .widget ul li a, #wp-footer .wpb_single_image ul li a {
  font-size: 14px;
}
/* line 284, ../../../sass/template/_widgets.scss */
#wp-footer .widget ul li a:hover, #wp-footer .wpb_single_image ul li a:hover {
  color: #cd9385;
}
/* line 291, ../../../sass/template/_widgets.scss */
#wp-footer .column {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 296, ../../../sass/template/_widgets.scss */
#wp-footer .footer-light .widget, #wp-footer .footer-light .wpb_single_image {
  background: none;
}
/* line 303, ../../../sass/template/_widgets.scss */
#wp-footer .footer-light ul li a:hover {
  color: #cd9385;
}

/* line 314, ../../../sass/template/_widgets.scss */
.widget_tag_cloud .tagcloud > a {
  background: #F4F3F2;
  padding: 6px 10px;
  font-size: 14px !important;
  font-weight: 400;
  margin-right: 2px;
  margin-bottom: 5px;
  display: inline-block;
  color: #242424;
}
/* line 323, ../../../sass/template/_widgets.scss */
.widget_tag_cloud .tagcloud > a:hover {
  background: #cd9385;
  color: #ffffff;
}

/*
** Widget Newletter
*/
/* line 334, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"].instagram-style-2 {
  position: relative;
  padding: 0;
}
/* line 337, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"].instagram-style-2 .instagram-pics {
  margin: 0 0 59px;
}
/* line 340, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"].instagram-style-2 .widget-title {
  position: absolute;
  bottom: 0;
  background-color: #cd9385;
  margin: 0;
  font-size: 14px;
  width: 100%;
  padding: 0;
  height: 60px;
  line-height: 60px;
}
/* line 351, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"].instagram-style-2 .widget-title:before {
  display: none;
}
/* line 354, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"].instagram-style-2 .widget-title span {
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}

/* line 366, ../../../sass/template/_widgets.scss */
.newsletter .widget-title {
  text-transform: none;
  width: 45%;
  margin-bottom: 0 !important;
}
/* line 371, ../../../sass/template/_widgets.scss */
.newsletter .close {
  display: none;
}
/* line 374, ../../../sass/template/_widgets.scss */
.newsletter .mc4wp-form {
  width: 55%;
}
/* line 377, ../../../sass/template/_widgets.scss */
.newsletter .widget-title,
.newsletter .mc4wp-form {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
/* line 383, ../../../sass/template/_widgets.scss */
.newsletter .description {
  display: none;
}

/* line 389, ../../../sass/template/_widgets.scss */
.newsletter-form .description {
  font-size: 14px;
  line-height: 24px;
}
/* line 394, ../../../sass/template/_widgets.scss */
.newsletter-form .description-v2 {
  display: none;
}
/* line 397, ../../../sass/template/_widgets.scss */
.newsletter-form input {
  padding: 5px 10px;
  display: block;
  float: left;
  line-height: 35px;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .newsletter-form input {
  float: right;
}
/* line 404, ../../../sass/template/_widgets.scss */
.newsletter-form input[type="email"] {
  width: 68%;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  /* line 404, ../../../sass/template/_widgets.scss */
  .newsletter-form input[type="email"] {
    width: 65%;
  }
}
/* line 411, ../../../sass/template/_widgets.scss */
.newsletter-form input.newsletter-submit {
  border: 1px solid #cd9385;
  background: #cd9385;
  width: 32%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (max-width: 767px) {
  /* line 411, ../../../sass/template/_widgets.scss */
  .newsletter-form input.newsletter-submit {
    width: 35%;
  }
}
/* line 424, ../../../sass/template/_widgets.scss */
.newsletter-form input.newsletter-submit:hover {
  background: #a6829c;
}

/* line 432, ../../../sass/template/_widgets.scss */
.style-v2 .newsletter .widget-title {
  display: block;
  width: 100%;
  margin-bottom: 25px !important;
}
/* line 437, ../../../sass/template/_widgets.scss */
.style-v2 .newsletter .mc4wp-form {
  width: 100%;
}

/* line 444, ../../../sass/template/_widgets.scss */
.social-store .widget-title {
  margin-right: 10px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .social-store .widget-title {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 447, ../../../sass/template/_widgets.scss */
.social-store .widget-title, .social-store ul {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  padding: 8px 0;
}
/* line 454, ../../../sass/template/_widgets.scss */
.social-store ul li {
  display: inline-block;
  text-align: center;
  padding-top: 0 !important;
}
/* line 458, ../../../sass/template/_widgets.scss */
.social-store ul li a {
  width: 25px;
  display: block;
  color: #999999 !important;
}
/* line 462, ../../../sass/template/_widgets.scss */
.social-store ul li a:hover {
  color: #cd9385 !important;
}

/* line 471, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] {
  padding: 30px 0;
}
/* line 473, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .widget-title {
  text-align: center !important;
  border: medium none;
  margin: 0 0 60px;
  position: relative;
}
/* line 478, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .widget-title:before {
  display: none;
}
/* line 481, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .widget-title span {
  color: #4d504e;
  text-transform: capitalize;
}
/* line 486, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics {
  overflow: hidden;
  padding: 0;
  list-style: none;
}
/* line 492, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics.instagram-size-large > li {
  width: 25%;
}
/* line 496, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics.instagram-size-small {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 500, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics.instagram-size-small > li {
  width: 16.66%;
  padding: 15px;
}
/* line 505, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics > li {
  float: left;
  text-align: center;
}
/* line 509, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics > li a {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 513, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics > li a img {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
/* line 516, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics > li a:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 527, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics > li a:before {
  content: "\e904";
  font-family: "monia_icon";
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 545, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics > li a:hover:after, .widget[class*="instagram-feed"] .instagram-pics > li a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 548, ../../../sass/template/_widgets.scss */
.widget[class*="instagram-feed"] .instagram-pics > li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 991px) {
  /* line 505, ../../../sass/template/_widgets.scss */
  .widget[class*="instagram-feed"] .instagram-pics > li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 505, ../../../sass/template/_widgets.scss */
  .widget[class*="instagram-feed"] .instagram-pics > li {
    width: 50%;
    margin-bottom: 20px;
  }
}

/* line 567, ../../../sass/template/_widgets.scss */
.widget_categories ul > li {
  text-align: right;
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
/* line 573, ../../../sass/template/_widgets.scss */
.widget_categories ul > li:last-child {
  border-bottom: 0;
}
/* line 576, ../../../sass/template/_widgets.scss */
.widget_categories ul > li > a {
  display: inline-block;
  text-align: left;
  float: left;
}

/* line 585, ../../../sass/template/_widgets.scss */
.widget_rss ul > li, .widget_recent_entries ul > li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
/* line 587, ../../../sass/template/_widgets.scss */
.widget_rss ul > li a, .widget_recent_entries ul > li a {
  padding: 0;
  line-height: 23px;
}
/* line 590, ../../../sass/template/_widgets.scss */
.widget_rss ul > li a .post-date, .widget_recent_entries ul > li a .post-date {
  color: #999;
}
/* line 594, ../../../sass/template/_widgets.scss */
.widget_rss ul > li:last-child, .widget_recent_entries ul > li:last-child {
  border: none;
}

/*
**  Widget Custom Text
*/
/* line 604, ../../../sass/template/_widgets.scss */
.widget-custom-text {
  color: #ffffff;
}
/* line 606, ../../../sass/template/_widgets.scss */
.widget-custom-text .widget-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Quicksand", serif;
  font-weight: 700;
  padding: 20px 0;
}
/* line 614, ../../../sass/template/_widgets.scss */
.widget-custom-text .signature {
  margin-top: 50px;
}

/*
 *  Widget Feature Category
 */
/* line 623, ../../../sass/template/_widgets.scss */
.feature-category {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 629, ../../../sass/template/_widgets.scss */
.feature-category .image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  z-index: 1;
  top: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 108, ../../../sass/rtl/_rtl.scss */
.rtl .feature-category .image-bg {
  right: -100%;
  left: auto;
}
/* line 637, ../../../sass/template/_widgets.scss */
.feature-category img {
  height: 100%;
}
/* line 640, ../../../sass/template/_widgets.scss */
.feature-category .content-feature {
  left: 0%;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 108, ../../../sass/rtl/_rtl.scss */
.rtl .feature-category .content-feature {
  right: 0%;
  left: auto;
}
/* line 648, ../../../sass/template/_widgets.scss */
.feature-category:hover .image-bg {
  left: 0%;
}
/* line 108, ../../../sass/rtl/_rtl.scss */
.rtl .feature-category:hover .image-bg {
  right: 0%;
  left: auto;
}
/* line 651, ../../../sass/template/_widgets.scss */
.feature-category:hover .content-feature {
  left: 150%;
}
/* line 108, ../../../sass/rtl/_rtl.scss */
.rtl .feature-category:hover .content-feature {
  right: 150%;
  left: auto;
}
/* line 656, ../../../sass/template/_widgets.scss */
.feature-category .image .fa {
  color: #ffffff;
  font-size: 40px;
}
/* line 662, ../../../sass/template/_widgets.scss */
.feature-category .heading a {
  font-family: "Oxygen", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

/* line 671, ../../../sass/template/_widgets.scss */
.counter_box {
  display: inline-block;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 100%;
}
/* line 678, ../../../sass/template/_widgets.scss */
.counter_box .counterup {
  font-size: 30px;
  color: #cd9385;
  position: relative;
  margin-bottom: 20px;
  display: block;
}
/* line 684, ../../../sass/template/_widgets.scss */
.counter_box .counterup:before {
  content: "";
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #cd9385;
  width: 20px;
  height: 2px;
  position: absolute;
}
/* line 696, ../../../sass/template/_widgets.scss */
.counter_box h4 {
  color: #4d504e;
  font-size: 20px;
  font-weight: 500;
  font-family: "Oxygen", sans-serif;
}

/*
*  Widget block heading
*/
/* line 710, ../../../sass/template/_widgets.scss */
.text-about {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
}

/* line 716, ../../../sass/template/_widgets.scss */
.opening-time {
  padding: 20px 35px;
}
@media (max-width) {
  /* line 716, ../../../sass/template/_widgets.scss */
  .opening-time {
    padding: 20px 25px;
  }
}
/* line 721, ../../../sass/template/_widgets.scss */
.opening-time .phone {
  font-size: 36px;
  color: #cd9385;
  font-weight: 700;
  font-family: "Quicksand", serif;
}
/* line 727, ../../../sass/template/_widgets.scss */
.opening-time .hr {
  width: 180px;
  display: inline-block;
  margin: 30px 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
/* line 734, ../../../sass/template/_widgets.scss */
.opening-time h3 {
  margin-top: 0;
  font-family: "Oxygen", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #262626;
}

/* line 744, ../../../sass/template/_widgets.scss */
.store-info .item {
  margin-bottom: 5px;
  min-height: 30px;
}
/* line 14, ../../../sass/bootstrap/mixins/_clearfix.scss */
.store-info .item:before, .store-info .item:after {
  content: " ";
  display: table;
}
/* line 19, ../../../sass/bootstrap/mixins/_clearfix.scss */
.store-info .item:after {
  clear: both;
}
/* line 748, ../../../sass/template/_widgets.scss */
.store-info .item i {
  float: left;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  line-height: 25px;
}

/* line 758, ../../../sass/template/_widgets.scss */
.info-shop {
  padding-top: 10px;
}
/* line 760, ../../../sass/template/_widgets.scss */
.info-shop .item {
  padding: 8px 0;
}
/* line 762, ../../../sass/template/_widgets.scss */
.info-shop .item a {
  color: #4d504e;
  font-size: 13px;
}
/* line 765, ../../../sass/template/_widgets.scss */
.info-shop .item a i {
  margin-right: 10px;
  font-size: 16px;
}
/* line 769, ../../../sass/template/_widgets.scss */
.info-shop .item a:hover {
  color: #cd9385;
}

/*
 * widget slider
 */
/* line 782, ../../../sass/template/_widgets.scss */
.tp-caption span {
  color: #cd9385 !important;
}
/* line 785, ../../../sass/template/_widgets.scss */
.tp-caption.large_text {
  text-shadow: none;
}
/* line 788, ../../../sass/template/_widgets.scss */
.tp-caption .btn-slider {
  background-color: #cd9385;
  padding: 12px 25px;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 793, ../../../sass/template/_widgets.scss */
.tp-caption .btn-slider:hover {
  background-color: #9b7391;
  color: #ffffff;
}
/* line 798, ../../../sass/template/_widgets.scss */
.tp-caption .btn-slider.white {
  background-color: #ffffff;
  color: #4d504e;
  padding: 12px 25px;
}
/* line 802, ../../../sass/template/_widgets.scss */
.tp-caption .btn-slider.white:hover {
  background-color: #f0f0f0;
  color: #4d504e;
}

/* line 809, ../../../sass/template/_widgets.scss */
.newletter-popups {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 817, ../../../sass/template/_widgets.scss */
.newletter-popups.active {
  display: block;
}
/* line 820, ../../../sass/template/_widgets.scss */
.newletter-popups .close {
  position: absolute;
  right: 0;
  top: -30px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 115, ../../../sass/rtl/_rtl.scss */
.rtl .newletter-popups .close {
  left: 0;
  right: auto;
}
/* line 829, ../../../sass/template/_widgets.scss */
.newletter-popups .close i {
  margin-left: 5px;
}
/* line 832, ../../../sass/template/_widgets.scss */
.newletter-popups .close:hover {
  text-decoration: underline;
}

/* line 838, ../../../sass/template/_widgets.scss */
.newsletter-popup {
  max-width: 640px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: url("../../../images/bg-newletter-popup.jpg") no-repeat top center transparent;
  padding: 260px 80px 80px;
  text-align: center;
  background-color: #ffffff;
  height: 675px;
}
/* line 853, ../../../sass/template/_widgets.scss */
.newsletter-popup .widget-title {
  text-align: center !important;
  font-size: 32px !important;
  margin-bottom: 30px !important;
}
/* line 862, ../../../sass/template/_widgets.scss */
.newsletter-popup .newsletter-form .description {
  margin-bottom: 40px;
  line-height: 28px;
}
/* line 867, ../../../sass/template/_widgets.scss */
.newsletter-popup .newsletter-form .content-form input[type="email"] {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
/* line 871, ../../../sass/template/_widgets.scss */
.newsletter-popup .newsletter-form .content-form input[type="email"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
}
/* line 875, ../../../sass/template/_widgets.scss */
.newsletter-popup .newsletter-form .content-form input[type="email"]::-webkit-input-placeholder {
  text-align: center;
}
/* line 878, ../../../sass/template/_widgets.scss */
.newsletter-popup .newsletter-form .content-form input[type="email"]:-moz-placeholder {
  text-align: center;
}
/* line 881, ../../../sass/template/_widgets.scss */
.newsletter-popup .newsletter-form .content-form input[type="email"]::-moz-placeholder {
  text-align: center;
}
/* line 884, ../../../sass/template/_widgets.scss */
.newsletter-popup .newsletter-form .content-form input[type="email"]:-ms-input-placeholder {
  text-align: center;
}
/* line 888, ../../../sass/template/_widgets.scss */
.newsletter-popup .newsletter-form .content-form input.newsletter-submit {
  float: none;
  margin: 0px auto;
}

/* line 898, ../../../sass/template/_widgets.scss */
.copyright-bottom {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
/* line 907, ../../../sass/template/_widgets.scss */
.copyright-bottom a {
  color: #cd9385;
}

/* line 913, ../../../sass/template/_widgets.scss */
.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  z-index: 99;
  margin: 0 !important;
  background: #ffffff;
  padding: 20px 60px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  /* line 913, ../../../sass/template/_widgets.scss */
  .footer-fixed {
    padding: 20px 30px 10px;
  }
}
/* line 926, ../../../sass/template/_widgets.scss */
.footer-fixed .wpb_button, .footer-fixed .wpb_content_element, .footer-fixed ul.wpb_thumbnails-fluid > li {
  margin: 0;
}

/* line 933, ../../../sass/template/_widgets.scss */
.store-info ul li {
  clear: both;
  line-height: 25px;
}
/* line 936, ../../../sass/template/_widgets.scss */
.store-info ul li.phone {
  color: #cd9385;
  font-size: 18px;
  font-weight: 600;
}
/* line 941, ../../../sass/template/_widgets.scss */
.store-info ul li .fa {
  width: 28px;
  float: left;
  color: #cd9385;
  padding-top: 6px;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl .store-info ul li .fa {
  float: right;
}

/* line 953, ../../../sass/template/_widgets.scss */
.widget.related .widget-title {
  text-align: center;
  margin-bottom: 60px;
}

/*------------------------------------------------------------------*\	
				8 - POST STYLE																										
\*------------------------------------------------------------------*/
/* line 2, ../../../sass/template/_post.scss */
.post .entry-content {
  margin-top: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 6, ../../../sass/template/_post.scss */
.post .entry-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Cabin", sans-serif;
}
/* line 13, ../../../sass/template/_post.scss */
.post .entry-meta {
  font-family: "Oxygen", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f7c80;
}
/* line 18, ../../../sass/template/_post.scss */
.post .entry-meta a {
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
/* line 23, ../../../sass/template/_post.scss */
.post .entry-meta a:hover {
  color: #cd9385;
}
/* line 27, ../../../sass/template/_post.scss */
.post .entry-meta i {
  margin-right: 5px;
  font-size: 12px;
}
/* line 31, ../../../sass/template/_post.scss */
.post .entry-meta .meta-sep {
  padding: 0 6px;
}
/* line 35, ../../../sass/template/_post.scss */
.post .entry-meta .author a {
  color: #cd9385;
}
/* line 37, ../../../sass/template/_post.scss */
.post .entry-meta .author a:hover {
  text-decoration: underline;
}
/* line 42, ../../../sass/template/_post.scss */
.post .entry-meta .author, .post .entry-meta .comment {
  color: #999999;
}
/* line 45, ../../../sass/template/_post.scss */
.post .entry-meta > span {
  margin-right: 10px;
}
/* line 47, ../../../sass/template/_post.scss */
.post .entry-meta > span:last-child {
  margin-right: 0;
}
/* line 53, ../../../sass/template/_post.scss */
.post .post-thumbnail iframe {
  width: 100%;
  min-height: 350px;
}
/* line 59, ../../../sass/template/_post.scss */
.post .tag-links a {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 66, ../../../sass/template/_post.scss */
.post .tag-links a:hover {
  color: #ffffff !important;
  background: #cd9385;
}
/* line 72, ../../../sass/template/_post.scss */
.post .btn.btn-default {
  background-color: #cd9385;
  color: #ffffff;
  margin-top: 30px;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
}
/* line 82, ../../../sass/template/_post.scss */
.post .btn.btn-default:hover {
  background-color: #9b7391;
}

/* line 89, ../../../sass/template/_post.scss */
.gva-masonry-posts .post-items .post {
  text-align: center;
  background-color: #F3F4F6;
}
/* line 92, ../../../sass/template/_post.scss */
.gva-masonry-posts .post-items .post .post-content {
  padding: 30px 30px 50px;
}

/* line 98, ../../../sass/template/_post.scss */
.page-links, .paginations {
  clear: both;
  margin: 0 0 1.75em;
  padding-top: 20px;
  float: left;
  width: 100%;
}
/* line 104, ../../../sass/template/_post.scss */
.page-links span, .paginations span {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #cd9385;
  color: #ffffff;
  display: inline-block;
}
/* line 112, ../../../sass/template/_post.scss */
.page-links span.page-links-title, .paginations span.page-links-title {
  border: none;
  width: auto;
  background-color: transparent;
  color: #4d504e;
  margin-right: 10px;
}
/* line 22, ../../../sass/rtl/_rtl.scss */
.rtl .page-links span.page-links-title, .rtl .paginations span.page-links-title {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 121, ../../../sass/template/_post.scss */
.page-links a span, .paginations a span {
  background-color: #ffffff;
  color: #4d504e;
}
/* line 124, ../../../sass/template/_post.scss */
.page-links a span:hover, .paginations a span:hover {
  background-color: #cd9385;
  color: #ffffff;
}

/* line 134, ../../../sass/template/_post.scss */
.gva-grid-posts .post-items .post {
  text-align: center;
}
/* line 136, ../../../sass/template/_post.scss */
.gva-grid-posts .post-items .post .post-content {
  max-width: 680px;
  margin: 0px auto;
  padding: 20px 0 60px;
}

/* line 148, ../../../sass/template/_post.scss */
div[class*="col-md-6"] .post-thumbnail iframe, div[class*="col-md-4"] .post-thumbnail iframe {
  min-height: 235px;
  height: 235px;
}

/* line 156, ../../../sass/template/_post.scss */
.post-items .post {
  margin-bottom: 35px;
}
/* line 159, ../../../sass/template/_post.scss */
.post-items .entry-title {
  font-size: 24px;
  color: #4d504e;
  text-transform: none;
  line-height: 26px;
  font-weight: 700;
  margin: 10px 0px 20px;
  word-break: break-word;
  font-family: "Oxygen", sans-serif;
}
/* line 169, ../../../sass/template/_post.scss */
.post-items .entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 172, ../../../sass/template/_post.scss */
.post-items .entry-meta {
  margin: 10px 0 12px;
  color: #6f7c80;
}
/* line 178, ../../../sass/template/_post.scss */
.post-items.layout-sticky-on .posts-child .post {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 181, ../../../sass/template/_post.scss */
.post-items.layout-sticky-on .posts-child .post .entry-title {
  font-size: 20px;
}

/* line 191, ../../../sass/template/_post.scss */
.single.single-post #wp-content {
  margin-bottom: 30px;
}
/* line 194, ../../../sass/template/_post.scss */
.single.single-post .entry-title {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0;
  color: #242424;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 205, ../../../sass/template/_post.scss */
.single.single-post .entry-meta {
  margin: 15px 0 10px;
  color: #999999;
}
/* line 208, ../../../sass/template/_post.scss */
.single.single-post .entry-meta .author a {
  color: #cd9385;
}
/* line 210, ../../../sass/template/_post.scss */
.single.single-post .entry-meta .author a:hover {
  text-decoration: underline;
}
/* line 217, ../../../sass/template/_post.scss */
.single.single-post .post-content strong img {
  margin-right: 10px;
}
/* line 220, ../../../sass/template/_post.scss */
.single.single-post .post-content .wp-caption {
  max-width: 100%;
}
/* line 223, ../../../sass/template/_post.scss */
.single.single-post .post-content input[type="text"],
.single.single-post .post-content input[type="tel"],
.single.single-post .post-content input[type="password"],
.single.single-post .post-content input[type="email"] {
  padding: 0 8px;
}
/* line 229, ../../../sass/template/_post.scss */
.single.single-post .post-content input[type="submit"] {
  background: #cd9385;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 10px;
}
/* line 238, ../../../sass/template/_post.scss */
.single.single-post .post-content input[type="submit"]:hover {
  background: #000000;
}

/* line 245, ../../../sass/template/_post.scss */
.post-navigation {
  width: 100%;
  float: left;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 251, ../../../sass/template/_post.scss */
.post-navigation a {
  display: inline-block;
  width: 50%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 257, ../../../sass/template/_post.scss */
.post-navigation a[rel*="next"] {
  float: right;
  text-align: right;
}
/* line 261, ../../../sass/template/_post.scss */
.post-navigation a span {
  display: block;
}
/* line 263, ../../../sass/template/_post.scss */
.post-navigation a span.meta-nav {
  font-size: 14px;
  color: #888888;
}
/* line 266, ../../../sass/template/_post.scss */
.post-navigation a span.meta-nav i {
  font-size: 12px;
  background: #cd9385;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
/* line 276, ../../../sass/template/_post.scss */
.post-navigation a span.meta-nav.next i {
  margin-left: 8px;
  margin-top: 1px;
}
/* line 280, ../../../sass/template/_post.scss */
.post-navigation a span.meta-nav.prev i {
  margin-right: 8px;
  margin-top: 1px;
}
/* line 285, ../../../sass/template/_post.scss */
.post-navigation a span.title {
  font-size: 16px;
  color: #4d504e;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  /* line 295, ../../../sass/template/_post.scss */
  .post-navigation a span.title {
    font-size: 14px;
  }
}
/* line 301, ../../../sass/template/_post.scss */
.post-navigation a:hover i {
  background-color: #364561;
}
/* line 304, ../../../sass/template/_post.scss */
.post-navigation a:hover .prev, .post-navigation a:hover .next {
  text-decoration: underline;
}
/* line 307, ../../../sass/template/_post.scss */
.post-navigation a:hover .title {
  text-decoration: none;
}

/*------------------------------------------------------------------*\	
				9 - PAGE STYLE																										
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_page.scss */
.ajax-loading {
  display: none;
}

/* line 4, ../../../sass/template/_page.scss */
.index-main-page {
  margin-top: 30px;
}

/* line 9, ../../../sass/template/_page.scss */
.wrapper-page .heading-title {
  margin-bottom: 0;
  display: block;
  font-size: 28px;
  margin-top: 15px;
  color: #4d504e;
}

/* line 19, ../../../sass/template/_page.scss */
#wp-main-content {
  min-height: 50px;
}

/* line 25, ../../../sass/template/_page.scss */
.single-blog .post-title {
  color: #000000;
  margin-top: 15px;
}
/* line 28, ../../../sass/template/_page.scss */
.single-blog .post-title .entry-title {
  font-size: 30px;
}
/* line 32, ../../../sass/template/_page.scss */
.single-blog .post-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 35, ../../../sass/template/_page.scss */
.single-blog .post-desc-wrapper {
  padding: 0 !important;
}
/* line 37, ../../../sass/template/_page.scss */
.single-blog .post-desc-wrapper .meta {
  margin-bottom: 15px;
  overflow: hidden;
}
/* line 40, ../../../sass/template/_page.scss */
.single-blog .post-desc-wrapper .meta > div {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
/* line 44, ../../../sass/template/_page.scss */
.single-blog .post-desc-wrapper .meta > div i {
  margin-right: 8px;
}
/* line 47, ../../../sass/template/_page.scss */
.single-blog .post-desc-wrapper .meta > div a {
  color: #cd9385;
}
/* line 49, ../../../sass/template/_page.scss */
.single-blog .post-desc-wrapper .meta > div a:hover {
  color: #000000;
}
/* line 56, ../../../sass/template/_page.scss */
.single-blog .author-about {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
/* line 62, ../../../sass/template/_page.scss */
.single-blog .author-about .img-author {
  float: left;
}
/* line 65, ../../../sass/template/_page.scss */
.single-blog .author-about .name-author {
  line-height: 1;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  margin-left: 20px;
}
/* line 72, ../../../sass/template/_page.scss */
.single-blog .author-about .description {
  font-size: 13px;
  font-weight: 400;
  margin-left: 90px;
  margin-top: 5px;
}
/* line 79, ../../../sass/template/_page.scss */
.single-blog .comments {
  background: #ffffff;
  padding: 1px 30px 30px;
  margin-bottom: 30px;
}
/* line 84, ../../../sass/template/_page.scss */
.single-blog .comments .comment-form .form-group {
  margin-bottom: 20px;
  display: table;
  width: 100%;
  padding: 0;
}
/* line 89, ../../../sass/template/_page.scss */
.single-blog .comments .comment-form .form-group input {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 94, ../../../sass/template/_page.scss */
.single-blog .comments .comment-form .form-group .area-comment {
  margin-top: 41px;
}
/* line 96, ../../../sass/template/_page.scss */
.single-blog .comments .comment-form .form-group .area-comment #comment {
  background: #F2F2F2;
  border: none !important;
}
/* line 104, ../../../sass/template/_page.scss */
.single-blog .btn-linka {
  margin-top: 10px;
}
/* line 106, ../../../sass/template/_page.scss */
.single-blog .btn-linka:hover a {
  color: #ffffff;
}

/* line 113, ../../../sass/template/_page.scss */
.pagination .disabled {
  background: #cd9385;
  color: #ffffff;
}
/* line 117, ../../../sass/template/_page.scss */
.pagination .current {
  background: #cd9385;
  color: #ffffff;
}

/* line 124, ../../../sass/template/_page.scss */
.page.white .wp-content article {
  background: #ffffff;
  padding: 20px;
}

/*
**	Page 404
*/
/* line 133, ../../../sass/template/_page.scss */
.not-found-wrapper {
  padding: 200px 0;
}
@media (max-width: 991px) {
  /* line 133, ../../../sass/template/_page.scss */
  .not-found-wrapper {
    padding: 150px 0 100px;
  }
}
/* line 138, ../../../sass/template/_page.scss */
.not-found-wrapper .not-found-title h1 {
  font-family: "Quicksand", serif;
  font-weight: 700;
  font-size: 180px;
  text-transform: uppercase;
  color: #4d504e;
  margin-bottom: 30px;
  line-height: 165px;
}
@media (max-width: 991px) {
  /* line 138, ../../../sass/template/_page.scss */
  .not-found-wrapper .not-found-title h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
/* line 151, ../../../sass/template/_page.scss */
.not-found-wrapper .not-found-desc {
  font-size: 16px;
  color: #4d504e;
  max-width: 535px;
  margin: 0 auto;
}
/* line 157, ../../../sass/template/_page.scss */
.not-found-wrapper .not-found-subtitle {
  font-size: 40px;
  font-weight: 700;
  font-family: "Quicksand", serif;
  color: #4d504e;
}
@media (max-width: 991px) {
  /* line 157, ../../../sass/template/_page.scss */
  .not-found-wrapper .not-found-subtitle {
    font-size: 32px;
  }
}
/* line 166, ../../../sass/template/_page.scss */
.not-found-wrapper .not-found-home {
  text-align: center;
  margin-top: 50px;
}
/* line 169, ../../../sass/template/_page.scss */
.not-found-wrapper .not-found-home > a {
  padding: 15px 30px;
  background: #cd9385;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #ffffff;
}
/* line 174, ../../../sass/template/_page.scss */
.not-found-wrapper .not-found-home > a i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/* line 179, ../../../sass/template/_page.scss */
.not-found-wrapper .not-found-home > a:hover, .not-found-wrapper .not-found-home > a:active, .not-found-wrapper .not-found-home > a:after {
  background: #a6829c;
  color: #ffffff;
}

/*
** Page contact us
*/
/* line 190, ../../../sass/template/_page.scss */
.contact-information {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

/* line 194, ../../../sass/template/_page.scss */
.wpcf7-form {
  background: #ffffff;
}
/* line 196, ../../../sass/template/_page.scss */
.wpcf7-form p {
  margin-bottom: 20px;
  font-weight: 700;
}
/* line 200, ../../../sass/template/_page.scss */
.wpcf7-form input[type*="email"], .wpcf7-form input[type*="text"] {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}
/* line 205, ../../../sass/template/_page.scss */
.wpcf7-form input[type*="email"]::-webkit-input-placeholder, .wpcf7-form input[type*="text"]::-webkit-input-placeholder {
  color: #888888;
  font-weight: 400;
}
/* line 209, ../../../sass/template/_page.scss */
.wpcf7-form input[type*="email"]::-moz-placeholder, .wpcf7-form input[type*="text"]::-moz-placeholder {
  color: #888888;
  font-weight: 400;
}
/* line 213, ../../../sass/template/_page.scss */
.wpcf7-form input[type*="email"]:-ms-input-placeholder, .wpcf7-form input[type*="text"]:-ms-input-placeholder {
  color: #888888;
  font-weight: 400;
}
/* line 217, ../../../sass/template/_page.scss */
.wpcf7-form input[type*="email"]:-moz-placeholder, .wpcf7-form input[type*="text"]:-moz-placeholder {
  color: #888888;
  font-weight: 400;
}
/* line 222, ../../../sass/template/_page.scss */
.wpcf7-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px 15px;
  max-height: 195px;
}
/* line 227, ../../../sass/template/_page.scss */
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #888888;
  font-weight: 400;
}
/* line 231, ../../../sass/template/_page.scss */
.wpcf7-form textarea::-moz-placeholder {
  color: #888888;
  font-weight: 400;
}
/* line 235, ../../../sass/template/_page.scss */
.wpcf7-form textarea:-ms-input-placeholder {
  color: #888888;
  font-weight: 400;
}
/* line 239, ../../../sass/template/_page.scss */
.wpcf7-form textarea:-moz-placeholder {
  color: #888888;
  font-weight: 400;
}
/* line 244, ../../../sass/template/_page.scss */
.wpcf7-form .wpcf7-submit {
  padding: 10px 45px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #cd9385;
  border: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 252, ../../../sass/template/_page.scss */
.wpcf7-form .wpcf7-submit:hover {
  background: #000000;
  color: #ffffff;
}

/* line 261, ../../../sass/template/_page.scss */
.woocommerce-cart h2 {
  text-transform: uppercase;
  font-size: 25px;
}
/* line 265, ../../../sass/template/_page.scss */
.woocommerce-cart .shipping_calculator {
  margin-bottom: 30px;
}
/* line 268, ../../../sass/template/_page.scss */
.woocommerce-cart .cart-collaterals {
  margin-bottom: 40px;
}
/* line 272, ../../../sass/template/_page.scss */
.woocommerce-cart .actions input[name^="update_cart"] {
  float: right;
  margin-top: 5px;
}
/* line 276, ../../../sass/template/_page.scss */
.woocommerce-cart .actions .coupon {
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  /* line 276, ../../../sass/template/_page.scss */
  .woocommerce-cart .actions .coupon {
    width: 100%;
  }
}

/* line 288, ../../../sass/template/_page.scss */
.content-page-index .post-items article.post.sticky {
  padding: 20px;
  border: 1px solid #000000;
}

/*------------------------------------------------------------------*\	
				10 - COMMENT STYLE																											
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_comment.scss */
#comments {
  float: left;
  width: 100%;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
/* line 7, ../../../sass/template/_comment.scss */
#comments .comments-title {
  font-size: 20px;
  color: #4d504e;
  font-family: "Cabin", sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 13, ../../../sass/template/_comment.scss */
#comments input, #comments textarea {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 40px;
}
/* line 18, ../../../sass/template/_comment.scss */
#comments #add_review_button,
#comments #submit {
  width: 100%;
  background: #cd9385;
  color: #ffffff;
  padding: 10px 15px;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 27, ../../../sass/template/_comment.scss */
#comments #add_review_button:hover,
#comments #submit:hover {
  background: #242424;
}
/* line 31, ../../../sass/template/_comment.scss */
#comments #add_review_button {
  margin-bottom: 20px;
}
/* line 34, ../../../sass/template/_comment.scss */
#comments .headline {
  height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
/* line 38, ../../../sass/template/_comment.scss */
#comments .headline h2 {
  padding: 0;
}
/* line 41, ../../../sass/template/_comment.scss */
#comments .headline a {
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  font-size: 12px;
}
/* line 48, ../../../sass/template/_comment.scss */
#comments #reply-title {
  font-size: 28px;
  color: #cd9385;
  font-weight: 300;
  margin: 5px 0 10px;
  float: left;
  width: 100%;
}
/* line 55, ../../../sass/template/_comment.scss */
#comments #reply-title small {
  float: right;
  font-weight: 500;
  color: #cf0e29;
  font-size: 13px;
  line-height: 39px;
}
/* line 63, ../../../sass/template/_comment.scss */
#comments .comment-notes {
  margin-bottom: 20px;
}
/* line 67, ../../../sass/template/_comment.scss */
#comments ol.comment-list {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 30px 0;
  display: block;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 67, ../../../sass/template/_comment.scss */
  #comments ol.comment-list {
    padding: 30px;
  }
}
/* line 79, ../../../sass/template/_comment.scss */
#comments ol.comment-list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ececec;
  margin-bottom: 35px;
}
/* line 85, ../../../sass/template/_comment.scss */
#comments ol.comment-list li:before {
  display: none;
}
/* line 89, ../../../sass/template/_comment.scss */
#comments ol.comment-list li li:last-child {
  padding-bottom: 0;
}
/* line 94, ../../../sass/template/_comment.scss */
#comments ol.comment-list li #respond {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: block !important;
}
/* line 99, ../../../sass/template/_comment.scss */
#comments ol.comment-list li #respond #reply-title {
  display: block;
}
/* line 106, ../../../sass/template/_comment.scss */
#comments ol.comment-list > li:first-child .comment-inner {
  margin-top: 0;
}
/* line 110, ../../../sass/template/_comment.scss */
#comments ol.comment-list > li:last-child {
  border: 0;
}
/* line 115, ../../../sass/template/_comment.scss */
#comments ol.comment-list .vcard {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
/* line 120, ../../../sass/template/_comment.scss */
#comments ol.comment-list .vcard .avatar {
  float: left;
  width: 70px;
  margin: 0 30px 0 0;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
/* line 125, ../../../sass/template/_comment.scss */
.rtl #comments ol.comment-list .vcard .avatar {
  float: right;
  margin: 0 0 0 30px;
  left: auto;
  right: 0;
}
/* line 132, ../../../sass/template/_comment.scss */
#comments ol.comment-list .vcard .says {
  display: none;
}
/* line 135, ../../../sass/template/_comment.scss */
#comments ol.comment-list .vcard .fn {
  font-style: normal;
  display: block;
  color: #cd9385;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 144, ../../../sass/template/_comment.scss */
#comments ol.comment-list .vcard .fn a {
  color: #cd9385;
  text-transform: none;
}
/* line 151, ../../../sass/template/_comment.scss */
#comments ol.comment-list .comment-meta {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
  color: #676767;
}
/* line 159, ../../../sass/template/_comment.scss */
#comments ol.comment-list .comment-body {
  position: relative;
}
/* line 162, ../../../sass/template/_comment.scss */
#comments ol.comment-list .awaiting_moderation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  padding: 2px 4px;
  font-style: normal;
}
/* line 174, ../../../sass/template/_comment.scss */
#comments ol.comment-list .comment-reply-link {
  display: inline-block;
  float: right;
  color: #cd9385;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 184, ../../../sass/template/_comment.scss */
.rtl #comments ol.comment-list .comment-reply-link {
  right: auto;
  left: 0;
}
/* line 189, ../../../sass/template/_comment.scss */
#comments ol.comment-list .comment-container {
  width: auto;
  margin-left: 100px;
}
/* line 192, ../../../sass/template/_comment.scss */
.rtl #comments ol.comment-list .comment-container {
  margin-right: 100px;
  margin-left: 0;
}
/* line 196, ../../../sass/template/_comment.scss */
#comments ol.comment-list .comment-container .star-rating {
  float: right;
}
@media only screen and (max-width: 991px) {
  /* line 196, ../../../sass/template/_comment.scss */
  #comments ol.comment-list .comment-container .star-rating {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 206, ../../../sass/template/_comment.scss */
#comments ol.comment-list .children {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding-left: 30px;
  list-style: none;
}
@media only screen and (min-width: 991px) {
  /* line 206, ../../../sass/template/_comment.scss */
  #comments ol.comment-list .children {
    padding-left: 100px;
  }
}
/* line 217, ../../../sass/template/_comment.scss */
.rtl #comments ol.comment-list .children {
  padding: 0 30px 0 0;
}
@media only screen and (min-width: 991px) {
  /* line 217, ../../../sass/template/_comment.scss */
  .rtl #comments ol.comment-list .children {
    padding-right: 100px;
  }
}
/* line 224, ../../../sass/template/_comment.scss */
#comments ol.comment-list .children .vcard .avatar {
  float: left;
  width: 52px;
  margin-right: 20px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
}
@media (max-width: 767px) {
  /* line 224, ../../../sass/template/_comment.scss */
  #comments ol.comment-list .children .vcard .avatar {
    width: 36px;
  }
}
/* line 232, ../../../sass/template/_comment.scss */
.rtl #comments ol.comment-list .children .vcard .avatar {
  float: right;
  margin: 0 0 0 20px;
}
/* line 240, ../../../sass/template/_comment.scss */
#comments ol.comment-list .children .comment-body {
  padding-left: 72px;
}
@media (max-width: 767px) {
  /* line 240, ../../../sass/template/_comment.scss */
  #comments ol.comment-list .children .comment-body {
    padding-left: 46px;
  }
}
/* line 245, ../../../sass/template/_comment.scss */
.rtl #comments ol.comment-list .children .comment-body {
  padding: 0 72px 0 0;
}
@media (max-width: 767px) {
  /* line 245, ../../../sass/template/_comment.scss */
  .rtl #comments ol.comment-list .children .comment-body {
    padding: 0 46px 0 0;
  }
}
/* line 255, ../../../sass/template/_comment.scss */
#comments ol.comment-list .children > li:first-child > .comment-inner {
  margin-top: 0;
}
/* line 259, ../../../sass/template/_comment.scss */
#comments ol.comment-list .children > li:last-child {
  border: 0;
}
/* line 263, ../../../sass/template/_comment.scss */
#comments ol.comment-list .children .children {
  padding-left: 50px;
}
@media (max-width: 991px) {
  /* line 263, ../../../sass/template/_comment.scss */
  #comments ol.comment-list .children .children {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  /* line 263, ../../../sass/template/_comment.scss */
  #comments ol.comment-list .children .children {
    padding-left: 20px;
  }
}
/* line 271, ../../../sass/template/_comment.scss */
.rtl #comments ol.comment-list .children .children {
  padding: 0 50px 0 0;
}
@media (max-width: 991px) {
  /* line 271, ../../../sass/template/_comment.scss */
  .rtl #comments ol.comment-list .children .children {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 271, ../../../sass/template/_comment.scss */
  .rtl #comments ol.comment-list .children .children {
    padding: 0 20px 0 0;
  }
}

/* line 284, ../../../sass/template/_comment.scss */
#respond {
  clear: left;
}
/* line 286, ../../../sass/template/_comment.scss */
#respond input,
#respond textarea {
  width: 100%;
}
/* line 290, ../../../sass/template/_comment.scss */
#respond .form-submit {
  float: left;
  margin: 16px 0;
  display: block;
}
/* line 11, ../../../sass/rtl/_rtl.scss */
.rtl #respond .form-submit {
  float: right;
}

/* line 296, ../../../sass/template/_comment.scss */
#reviews {
  float: left;
  width: 100%;
}
/* line 299, ../../../sass/template/_comment.scss */
#reviews #comments {
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
}
/* line 303, ../../../sass/template/_comment.scss */
#reviews #comments ol.commentlist {
  padding: 30px 0 0;
}
/* line 306, ../../../sass/template/_comment.scss */
#reviews #comments ol.commentlist .comment-container {
  margin-left: 0;
}
/* line 309, ../../../sass/template/_comment.scss */
#reviews #comments ol.commentlist .comment-container .authorname {
  display: none;
}
/* line 312, ../../../sass/template/_comment.scss */
#reviews #comments ol.commentlist .comment-container .commentmeta strong {
  float: left;
}
/* line 316, ../../../sass/template/_comment.scss */
#reviews #comments ol.commentlist .comment-text {
  text-align: left;
  clear: both;
  margin-bottom: 20px;
}
/* line 323, ../../../sass/template/_comment.scss */
#reviews .comment-reply-title {
  display: none;
}

/* line 327, ../../../sass/template/_comment.scss */
#comment_popup {
  background: #fff;
  padding: 50px;
  max-width: 50%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  /* line 327, ../../../sass/template/_comment.scss */
  #comment_popup {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 327, ../../../sass/template/_comment.scss */
  #comment_popup {
    padding: 30px;
  }
}

/*------------------------------------------------------------------*\	
				11 - EFFECT STYLE																											
\*------------------------------------------------------------------*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------------------------------------------------*\	
				12 - CUSTOMIZE STYLE																										
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_breadcrumb.scss */
.breadcrumb {
  -ms-word-break: break-all;
  word-break: break-all;
}
/* line 4, ../../../sass/template/_breadcrumb.scss */
.breadcrumb > li {
  font-size: 14px;
  font-weight: 400;
  color: #4d504e;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 10, ../../../sass/template/_breadcrumb.scss */
.breadcrumb a {
  margin: 0 6px;
}
/* line 12, ../../../sass/template/_breadcrumb.scss */
.breadcrumb a:first-child {
  margin-left: 0;
  font-weight: 700;
}
/* line 17, ../../../sass/template/_breadcrumb.scss */
.breadcrumb li.active {
  margin-left: 6px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 23, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb {
  position: relative;
  margin-bottom: 30px;
}
/* line 26, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb .heading-title {
  padding-top: 30px;
  margin-bottom: -18px;
}
/* line 30, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb .breadcrumb-in {
  margin-top: 30px;
  background-color: #f9f2eb;
}
/* line 35, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb .breadcrumb {
  padding: 30px 0;
  margin-bottom: 0;
}
/* line 40, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb .breadcrumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
/* line 47, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.background {
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
@media (max-width: 991px) {
  /* line 47, ../../../sass/template/_breadcrumb.scss */
  .custom-breadcrumb.background {
    margin-bottom: 0;
    min-height: 200px;
    padding-top: 80px;
  }
}
/* line 56, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.background .breadcrumb {
  color: #000000;
  position: relative;
  z-index: 99;
  padding-top: 5px;
}
/* line 61, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.background .breadcrumb a {
  color: #000000;
}
/* line 65, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.background .heading-title {
  font-size: 30px;
  margin-top: 0;
  line-height: 36px;
  position: relative;
  z-index: 99;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  /* line 65, ../../../sass/template/_breadcrumb.scss */
  .custom-breadcrumb.background .heading-title {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 79, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.background {
  margin-bottom: 0 !important;
  min-height: 370px;
}
@media (max-width: 991px) {
  /* line 79, ../../../sass/template/_breadcrumb.scss */
  .custom-breadcrumb.background {
    min-height: 250px;
  }
}
/* line 85, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.background .heading-title {
  margin-top: 10px;
  font-size: 36px;
  line-height: 36px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  /* line 85, ../../../sass/template/_breadcrumb.scss */
  .custom-breadcrumb.background .heading-title {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 97, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.text-light .breadcrumb {
  color: #cccccc;
}
/* line 99, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.text-light .breadcrumb a {
  color: #cccccc;
}
/* line 103, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.text-light .active {
  color: #ffffff;
}
/* line 106, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb.text-light .heading-title {
  color: #ffffff;
}

/* line 113, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb {
  margin-bottom: 45px;
  text-align: center;
}
/* line 117, ../../../sass/template/_breadcrumb.scss */
.custom-breadcrumb a:hover {
  text-decoration: underline;
}

/* line 124, ../../../sass/template/_breadcrumb.scss */
.title-layout-hero .main-page-content {
  background: #ffffff;
  padding: 40px 10px 20px;
}

/*------------------------------------------------------------------*\	
				13 - PLUGIN STYLE																										
\*------------------------------------------------------------------*/
/* line 1, ../../../sass/template/_plugins.scss */
.owl-carousel, .flex-control-nav {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
/* line 5, ../../../sass/template/_plugins.scss */
.owl-carousel:after, .flex-control-nav:after {
  content: "";
  background: url("../../../images/preloader-18.gif") no-repeat center center #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
/* line 14, ../../../sass/template/_plugins.scss */
.owl-carousel.owl-loaded, .flex-control-nav.owl-loaded {
  max-height: none;
  overflow: visible;
}
/* line 17, ../../../sass/template/_plugins.scss */
.owl-carousel.owl-loaded:after, .flex-control-nav.owl-loaded:after {
  display: none !important;
}
/* line 22, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-nav > div, .flex-control-nav .owl-nav > div {
  position: absolute;
  top: 30%;
  z-index: 99;
  width: 26px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #ffffff;
  background-color: #FFC219;
}
/* line 32, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-nav > div i, .flex-control-nav .owl-nav > div i {
  margin: 0;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}
/* line 38, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-nav > div.owl-prev, .flex-control-nav .owl-nav > div.owl-prev {
  left: 15px;
}
/* line 42, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-nav > div.owl-next, .flex-control-nav .owl-nav > div.owl-next {
  right: 15px;
}
/* line 45, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-nav > div:hover, .flex-control-nav .owl-nav > div:hover {
  background-color: #cd9385;
  border-color: #cd9385;
}
/* line 48, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-nav > div:hover i, .flex-control-nav .owl-nav > div:hover i {
  color: #ffffff;
}
/* line 57, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-stage .active.last .product-block:after, .flex-control-nav .owl-stage .active.last .product-block:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 65, ../../../sass/template/_plugins.scss */
.owl-carousel:hover .owl-nav > div, .flex-control-nav:hover .owl-nav > div {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 67, ../../../sass/template/_plugins.scss */
.owl-carousel:hover .owl-nav > div.disabled, .flex-control-nav:hover .owl-nav > div.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  pointer: disabled;
  color: #000000;
}
/* line 71, ../../../sass/template/_plugins.scss */
.owl-carousel:hover .owl-nav > div.disabled:hover, .flex-control-nav:hover .owl-nav > div.disabled:hover {
  cursor: no-drop;
}
/* line 78, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-dots, .flex-control-nav .owl-dots {
  width: 100%;
  text-align: center;
}
/* line 81, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-dots .owl-dot, .flex-control-nav .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 4px;
}
/* line 87, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-dots .owl-dot.active, .flex-control-nav .owl-dots .owl-dot.active {
  background: #cd9385;
}

/* line 93, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  transform-style: unset !important;
  -webkit-transform-style: unset !important;
  -o-transform-style: unset !important;
  -ms-transform-style: unset !important;
}

/* line 102, ../../../sass/template/_plugins.scss */
.owl-carousel {
  margin: 0 -15px;
  width: auto;
}
/* line 105, ../../../sass/template/_plugins.scss */
.owl-carousel .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 113, ../../../sass/template/_plugins.scss */
.gva-products.carousel-v2 .owl-carousel .owl-nav > div,
.gva-products.carousel-v2 .flex-control-nav .owl-nav > div {
  top: -95px;
}

/* line 124, ../../../sass/template/_plugins.scss */
.related .owl-nav,
.gva-blogs-carousel .owl-nav,
.gva-tabs-products-ajax .owl-nav,
.products-deals .owl-nav {
  position: absolute;
  width: 100%;
  height: 56px;
}
/* line 127, ../../../sass/template/_plugins.scss */
.related .owl-nav > div,
.gva-blogs-carousel .owl-nav > div,
.gva-tabs-products-ajax .owl-nav > div,
.products-deals .owl-nav > div {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 133, ../../../sass/template/_plugins.scss */
.gva-tabs-products-ajax .owl-nav {
  right: -17px;
  top: -106px;
}
/* line 115, ../../../sass/rtl/_rtl.scss */
.rtl .gva-tabs-products-ajax .owl-nav {
  left: -17px;
  right: auto;
}

/* line 140, ../../../sass/template/_plugins.scss */
.related .owl-nav,
.gva-blogs-carousel .owl-nav {
  top: -115px;
}

/* line 146, ../../../sass/template/_plugins.scss */
.products-deals .owl-nav {
  right: 0px;
  top: -18px;
}
/* line 115, ../../../sass/rtl/_rtl.scss */
.rtl .products-deals .owl-nav {
  left: 0px;
  right: auto;
}

/* line 155, ../../../sass/template/_plugins.scss */
.gva-tabs-products ul.nav-tabs > li > a {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 157, ../../../sass/template/_plugins.scss */
.gva-tabs-products ul.nav-tabs > li > a:hover, .gva-tabs-products ul.nav-tabs > li > a:focus, .gva-tabs-products ul.nav-tabs > li > a:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 162, ../../../sass/template/_plugins.scss */
.gva-tabs-products ul.nav-tabs > li.active > a {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 170, ../../../sass/template/_plugins.scss */
ul.nav-tabs {
  display: inline-block;
}
/* line 172, ../../../sass/template/_plugins.scss */
ul.nav-tabs > li {
  white-space: nowrap;
  display: inline-block;
}
/* line 175, ../../../sass/template/_plugins.scss */
ul.nav-tabs > li > a {
  background: transparent;
  padding: 0 20px;
  padding-left: 10px;
  font-family: "Quicksand", serif;
  color: #6f7c80;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 175, ../../../sass/template/_plugins.scss */
  ul.nav-tabs > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 188, ../../../sass/template/_plugins.scss */
ul.nav-tabs > li > a:hover, ul.nav-tabs > li > a:focus, ul.nav-tabs > li > a:active {
  color: #cd9385;
}
/* line 193, ../../../sass/template/_plugins.scss */
ul.nav-tabs > li.active > a {
  color: #cd9385;
}

/* line 200, ../../../sass/template/_plugins.scss */
.service-icon {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
}
/* line 207, ../../../sass/template/_plugins.scss */
.service-icon .icon {
  font-size: 22px;
  width: 35px;
  height: auto;
  display: inline-block;
  text-align: left;
  float: left;
  margin-top: 3px;
}
/* line 215, ../../../sass/template/_plugins.scss */
.service-icon:hover {
  color: #ffffff;
}

/* line 222, ../../../sass/template/_plugins.scss */
.intro-about {
  font-size: 13px;
  color: #262626;
  line-height: 28px;
}
/* line 226, ../../../sass/template/_plugins.scss */
.intro-about .heading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #aaaaaa;
  font-family: "Quicksand", serif;
}
/* line 234, ../../../sass/template/_plugins.scss */
.intro-about .dropcap:first-child:first-letter {
  float: left;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
  font-weight: 400;
  width: 60px;
  height: 60px;
  margin: 10px 10px 0 5px;
  padding: 15px;
  background: #262626;
}

/* line 249, ../../../sass/template/_plugins.scss */
#gva-filter-overlay, #gva-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
/* line 257, ../../../sass/template/_plugins.scss */
#gva-filter-overlay.open, #gva-overlay.open {
  display: block;
}
/* line 260, ../../../sass/template/_plugins.scss */
#gva-filter-overlay:hover, #gva-overlay:hover {
  cursor: pointer;
}

/* line 267, ../../../sass/template/_plugins.scss */
#fp-nav ul > li > a span {
  background: #ccc !important;
}
/* line 271, ../../../sass/template/_plugins.scss */
#fp-nav ul > li > a.active span {
  background: #858585 !important;
}

/* perfect-scrollbar v0.6.7 */
/* line 279, ../../../sass/template/_plugins.scss */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

/* line 282, ../../../sass/template/_plugins.scss */
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

/* line 285, ../../../sass/template/_plugins.scss */
.ps-container.ps-in-scrolling {
  pointer-events: none;
}

/* line 287, ../../../sass/template/_plugins.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 290, ../../../sass/template/_plugins.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

/* line 292, ../../../sass/template/_plugins.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 295, ../../../sass/template/_plugins.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

/* line 297, ../../../sass/template/_plugins.scss */
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}

/* line 310, ../../../sass/template/_plugins.scss */
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}

/* line 322, ../../../sass/template/_plugins.scss */
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 4px;
}

/* line 335, ../../../sass/template/_plugins.scss */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px;
}

/* line 347, ../../../sass/template/_plugins.scss */
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

/* line 349, ../../../sass/template/_plugins.scss */
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 352, ../../../sass/template/_plugins.scss */
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

/* line 354, ../../../sass/template/_plugins.scss */
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 357, ../../../sass/template/_plugins.scss */
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

/* line 359, ../../../sass/template/_plugins.scss */
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 362, ../../../sass/template/_plugins.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 365, ../../../sass/template/_plugins.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

/* line 367, ../../../sass/template/_plugins.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 370, ../../../sass/template/_plugins.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

/*------------------------------------------------------------------*\	
				14 - RESPONSIVE																											
\*------------------------------------------------------------------*/
@media (max-width: 991px) {
  /* line 2, ../../../sass/template/_responsive.scss */
  header.header-default .main-search {
    background: none;
  }

  /* line 5, ../../../sass/template/_responsive.scss */
  .header-mobile .mini-cart-header a.mini-cart {
    width: 50px;
  }

  /* line 8, ../../../sass/template/_responsive.scss */
  .header-mobile .canvas-menu a i {
    font-size: 25px;
  }

  /* line 11, ../../../sass/template/_responsive.scss */
  .header-mobile img {
    max-width: 150px;
  }

  /* line 14, ../../../sass/template/_responsive.scss */
  .product-block .product-thumbnail-inner .swap-thumbnail .image-second {
    display: none;
  }

  /* line 17, ../../../sass/template/_responsive.scss */
  .product-block .product-thumbnail-inner .swap-thumbnail .attachment-shop_catalog {
    position: relative;
  }

  /* line 20, ../../../sass/template/_responsive.scss */
  .product-block:hover .swap-thumbnail .attachment-shop_catalog {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }

  /* line 24, ../../../sass/template/_responsive.scss */
  .product-block .product-thumbnail .shop-loop-actions {
    bottom: 0;
  }

  /* line 28, ../../../sass/template/_responsive.scss */
  #wp-footer .widget {
    margin-bottom: 30px;
  }

  /* line 33, ../../../sass/template/_responsive.scss */
  #gva-mobile-menu .widget-title {
    display: none;
  }
  /* line 36, ../../../sass/template/_responsive.scss */
  #gva-mobile-menu .widget_nav_menu .widgettitle {
    padding: 0 0 10px;
  }
  /* line 39, ../../../sass/template/_responsive.scss */
  #gva-mobile-menu .widget.gva-products-list {
    padding-bottom: 0;
  }
  /* line 42, ../../../sass/template/_responsive.scss */
  #gva-mobile-menu .product-block {
    margin-bottom: 20px;
  }
  /* line 44, ../../../sass/template/_responsive.scss */
  #gva-mobile-menu .product-block .product-thumbnail {
    width: 34%;
  }
  /* line 46, ../../../sass/template/_responsive.scss */
  #gva-mobile-menu .product-block .product-thumbnail img {
    width: 100%;
  }
  /* line 53, ../../../sass/template/_responsive.scss */
  #gva-mobile-menu .megamenu-profile .product-block .wp-post-image {
    width: 100%;
  }
  /* line 57, ../../../sass/template/_responsive.scss */
  #gva-mobile-menu .megamenu-profile .product-block a {
    padding: 0 !important;
    text-transform: none !important;
    font-weight: 700;
  }

  /* line 66, ../../../sass/template/_responsive.scss */
  header.header-default {
    height: 75px;
  }
  /* line 68, ../../../sass/template/_responsive.scss */
  header.header-default .main-search a {
    color: #4d504e;
  }
  /* line 72, ../../../sass/template/_responsive.scss */
  header.header-v2 {
    position: relative;
    top: 0;
  }
  /* line 75, ../../../sass/template/_responsive.scss */
  header.header-v2 .header-mobile .main-search {
    margin-right: 12px;
  }

  /* line 82, ../../../sass/template/_responsive.scss */
  .header-mobile .canvas-menu a {
    color: #4d504e;
  }

  /* line 87, ../../../sass/template/_responsive.scss */
  .gva-deals .item-product-deals .product-meta {
    padding-top: 0;
  }
  /* line 90, ../../../sass/template/_responsive.scss */
  .gva-deals .item-product-deals .time {
    bottom: 40px;
  }

  /* line 94, ../../../sass/template/_responsive.scss */
  .custom-breadcrumb {
    padding: 0;
  }

  /* line 97, ../../../sass/template/_responsive.scss */
  .gva-block-heading.style-v1 {
    margin-bottom: 0;
  }

  /* line 100, ../../../sass/template/_responsive.scss */
  .gva-mobile-menu .wpb_column {
    width: 100%;
  }

  /* line 103, ../../../sass/template/_responsive.scss */
  .gva-banner.style-v2.center.center .title {
    font-size: 13px;
  }

  /* line 106, ../../../sass/template/_responsive.scss */
  .widget[class*="instagram-feed"] .instagram-pics.instagram-size-small > li {
    width: 25%;
  }

  /* line 109, ../../../sass/template/_responsive.scss */
  .gva-text {
    padding-top: 10px;
  }

  /* line 112, ../../../sass/template/_responsive.scss */
  header.header-v3 .gva-search {
    position: relative;
  }

  /* line 115, ../../../sass/template/_responsive.scss */
  .admin-bar .stuck {
    top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 120, ../../../sass/template/_responsive.scss */
  .product-block .product-thumbnail .shop-loop-actions {
    height: 90px;
  }

  /* line 123, ../../../sass/template/_responsive.scss */
  .widget[class*="instagram-feed"] .instagram-pics.instagram-size-small > li {
    width: 33.3333%;
  }

  /* line 126, ../../../sass/template/_responsive.scss */
  .widget .widget-title,
  .wpb_single_image .widget-title,
  .wpb_content_element .widget-title {
    font-size: 22px;
  }

  /* line 131, ../../../sass/template/_responsive.scss */
  .gva-testimonials .blockquote {
    font-size: 22px;
  }

  /* line 134, ../../../sass/template/_responsive.scss */
  .gsc-icon-box {
    margin-bottom: 20px;
  }

  /* line 137, ../../../sass/template/_responsive.scss */
  .product-block .add-to-cart {
    padding: 2px 10px;
  }

  /* line 140, ../../../sass/template/_responsive.scss */
  .vc_wpb_row_inner {
    padding: 0 0 30px !important;
  }

  /* line 143, ../../../sass/template/_responsive.scss */
  .gva-banner {
    margin: 0 auto 30px;
    max-width: 320px;
    position: relative;
  }

  /* line 149, ../../../sass/template/_responsive.scss */
  .gva-tabs-products-ajax .tabs-container,
  .gva-tabs-products-ajax .tabs-list {
    width: 100%;
  }
  /* line 153, ../../../sass/template/_responsive.scss */
  .gva-tabs-products-ajax .widget-content {
    border: none;
  }
  /* line 156, ../../../sass/template/_responsive.scss */
  .gva-tabs-products-ajax .tabs-list {
    border: none;
  }
  /* line 159, ../../../sass/template/_responsive.scss */
  .gva-tabs-products-ajax .tabs-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 162, ../../../sass/template/_responsive.scss */
  .gva-tabs-products-ajax .nav-tabs > li {
    float: left;
  }
  /* line 11, ../../../sass/rtl/_rtl.scss */
  .rtl .gva-tabs-products-ajax .nav-tabs > li {
    float: right;
  }
  /* line 164, ../../../sass/template/_responsive.scss */
  .gva-tabs-products-ajax .nav-tabs > li > a {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 170, ../../../sass/template/_responsive.scss */
  .gva-tabs-products-ajax .nav-tabs > li.active > a:before {
    display: none;
  }

  /* line 176, ../../../sass/template/_responsive.scss */
  .counter_box {
    margin-bottom: 20px;
    background: #ffffff;
  }

  /* line 180, ../../../sass/template/_responsive.scss */
  .megamenu-main .megamenu-wrap-inner {
    width: auto;
  }

  /* line 183, ../../../sass/template/_responsive.scss */
  .custom-breadcrumb {
    padding: 0;
    margin: 0;
  }

  /* line 188, ../../../sass/template/_responsive.scss */
  .gva-deals .item-product-deals .product-meta,
  .gva-deals .item-product-deals .product-thumbnail {
    width: 100%;
  }
  /* line 192, ../../../sass/template/_responsive.scss */
  .gva-deals .item-product-deals .product-meta {
    padding-top: 30px;
  }

  /* line 196, ../../../sass/template/_responsive.scss */
  .title-custom {
    margin-top: 20px;
  }

  /* line 199, ../../../sass/template/_responsive.scss */
  #wp-footer .newsletter, .newsletter {
    float: left;
  }

  /* line 202, ../../../sass/template/_responsive.scss */
  .newsletter .widget-title {
    margin: 10px 0 !important;
  }

  /* line 205, ../../../sass/template/_responsive.scss */
  .newsletter .widget-title, .newsletter .mc4wp-form {
    display: block;
    width: 100%;
  }

  /* line 209, ../../../sass/template/_responsive.scss */
  .widget[class*="instagram-feed"] .instagram-pics.instagram-size-large > li {
    width: 50%;
  }

  /* line 212, ../../../sass/template/_responsive.scss */
  #wp-footer .newsletter, .newsletter {
    float: none;
  }
}
@media (max-width: 640px) {
  /* line 217, ../../../sass/template/_responsive.scss */
  .gv-search-category {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  /* line 220, ../../../sass/template/_responsive.scss */
  .gv-search-category .category-select {
    width: 100%;
  }

  /* line 223, ../../../sass/template/_responsive.scss */
  .gv-search-category .input-form {
    width: 100%;
  }

  /* line 227, ../../../sass/template/_responsive.scss */
  .gva-tabs-products li {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  /* line 233, ../../../sass/template/_responsive.scss */
  .header-mobile .row > div {
    padding: 0px 5px;
  }

  /* line 236, ../../../sass/template/_responsive.scss */
  .gva-tabs-products-ajax .owl-nav {
    top: -195px;
  }
}
