/*btn*/
/**/
/*fonts*/
/* line 2, ../sass/theme/mixins/_rtl.scss */
.rtl .pull-left {
  float: right !important;
}

/* line 5, ../sass/theme/mixins/_rtl.scss */
.rtl .pull-right {
  float: left !important;
}

/**
* Hover image product
*/
/* line 7, ../sass/theme/mixins/_affect.scss */
.wp-post-image {
  margin-left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 11, ../sass/theme/mixins/_affect.scss */
.hover-image {
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}

/* line 23, ../sass/theme/mixins/_affect.scss */
.img-effect:hover .wp-post-image {
  margin-left: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 27, ../sass/theme/mixins/_affect.scss */
.img-effect:hover .hover-image {
  right: 0;
  left: 0%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/**
* Hover image
*/
/* line 40, ../sass/theme/mixins/_affect.scss */
.wpb_single_image {
  overflow: hidden;
  display: block;
}
/* line 43, ../sass/theme/mixins/_affect.scss */
.wpb_single_image a {
  display: block !important;
}
/* line 46, ../sass/theme/mixins/_affect.scss */
.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}
/* line 49, ../sass/theme/mixins/_affect.scss */
.wpb_single_image:hover {
  cursor: pointer;
}

/* line 53, ../sass/theme/mixins/_affect.scss */
.attachment-full {
  width: 100%;
  height: auto;
  display: block;
}

/* line 60, ../sass/theme/mixins/_affect.scss */
.product-block:hover .quick-view {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 69, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover:before {
  top: 1px;
  left: 0;
}
/* line 73, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover:after {
  top: -1px;
  right: 0;
}
/* line 78, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover div.affect-border-inner:before {
  top: 0;
  left: 0;
}
/* line 82, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover div.affect-border-inner:after {
  bottom: 0;
  left: 0;
}

/* line 90, ../sass/theme/mixins/_affect.scss */
div.affect-border,
div.affect-border-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
}
/* line 96, ../sass/theme/mixins/_affect.scss */
div.affect-border:before, div.affect-border:after,
div.affect-border-inner:before,
div.affect-border-inner:after {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: " ";
  display: block;
  position: absolute;
  z-index: 99;
  background: #6d604c;
}

/* line 106, ../sass/theme/mixins/_affect.scss */
div.affect-border:before, div.affect-border:after {
  height: 100%;
  width: 2px;
}
/* line 110, ../sass/theme/mixins/_affect.scss */
div.affect-border:before {
  top: -100%;
  left: 0;
}
/* line 114, ../sass/theme/mixins/_affect.scss */
div.affect-border:after {
  top: 100%;
  right: 0;
}

/* line 120, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:before, div.affect-border-inner:after {
  height: 2px;
  width: 100%;
}
/* line 124, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:before {
  top: 0;
  left: 100%;
}
/* line 128, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:after {
  bottom: 0;
  left: -100%;
}

/* line 135, ../sass/theme/mixins/_affect.scss */
.affect-zoo-border {
  position: relative;
}

/* line 138, ../sass/theme/mixins/_affect.scss */
.affect-zoo-border-inner {
  -webkit-transform: translate3d(-20px, 0px, 0px);
  -ms-transform: translate3d(-20px, 0px, 0px);
  -moz-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
/* line 141, ../sass/theme/mixins/_affect.scss */
.affect-zoo-border-inner img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 144, ../sass/theme/mixins/_affect.scss */
.affect-zoo-border-inner:hover {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* line 149, ../sass/theme/mixins/_affect.scss */
.affect-zoo-border:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  border: 1px solid transparent;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 162, ../sass/theme/mixins/_affect.scss */
.affect-zoo-border:hover:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #fff;
}

/* line 169, ../sass/theme/mixins/_affect.scss */
.slide-border .overlay_border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* line 179, ../sass/theme/mixins/_affect.scss */
.slide-border .overlay_border:before,
.slide-border .overlay_border:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}

/* line 191, ../sass/theme/mixins/_affect.scss */
.slide-border .overlay_border:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* line 198, ../sass/theme/mixins/_affect.scss */
.slide-border .overlay_border:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

/* line 208, ../sass/theme/mixins/_affect.scss */
.slide-border:hover .overlay_border:before,
.slide-border:hover .overlay_border:after,
.slide-border.hover .overlay_border:before,
.slide-border.hover .overlay_border:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 216, ../sass/theme/mixins/_affect.scss */
.slide-border .overlay_border:before,
.slide-border .overlay_border:before,
.slide-border .overlay_border:after,
.slide-border .overlay_border:after {
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 14px;
}

/* line 224, ../sass/theme/mixins/_affect.scss */
.rit-banners .slide-border {
  overflow: hidden;
  position: relative;
}

/* line 229, ../sass/theme/mixins/_affect.scss */
.slide-border .border-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* line 239, ../sass/theme/mixins/_affect.scss */
.slide-border .border-mask:before,
.slide-border .border-mask:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}

/* line 251, ../sass/theme/mixins/_affect.scss */
.slide-border .border-mask:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* line 258, ../sass/theme/mixins/_affect.scss */
.slide-border .border-mask:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

/* line 268, ../sass/theme/mixins/_affect.scss */
.slide-border:hover .border-mask:before,
.slide-border:hover .border-mask:after,
.slide-border.hover .border-mask:before,
.slide-border.hover .border-mask:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 276, ../sass/theme/mixins/_affect.scss */
.slide-border .border-mask:before,
.slide-border .border-mask:before,
.slide-border .border-mask:after,
.slide-border .border-mask:after {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

/* line 283, ../sass/theme/mixins/_affect.scss */
.slide-border .affect-border-inner {
  display: block;
  -webkit-transform: translate3d(-20px, 0px, 0px);
  -ms-transform: translate3d(-20px, 0px, 0px);
  -moz-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
/* line 287, ../sass/theme/mixins/_affect.scss */
.slide-border .affect-border-inner img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 292, ../sass/theme/mixins/_affect.scss */
.slide-border:hover .affect-border-inner {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* line 301, ../sass/theme/mixins/_affect.scss */
.affect-plus {
  position: relative;
}
/* line 303, ../sass/theme/mixins/_affect.scss */
.affect-plus::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(0.4) rotateY(180deg);
  -moz-transform: scale(0.4) rotateY(180deg);
  -ms-transform: scale(0.4) rotateY(180deg);
  -o-transform: scale(0.4) rotateY(180deg);
  transform: scale(0.4) rotateY(180deg);
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(40, 40, 40, 0.6);
  pointer-events: none;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .affect-plus::before {
  right: 0;
  left: auto;
}
/* line 318, ../sass/theme/mixins/_affect.scss */
.affect-plus:hover::before {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

/* line 326, ../sass/theme/mixins/_affect.scss */
.affect-zoom {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 329, ../sass/theme/mixins/_affect.scss */
.affect-zoom:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  pointer-events: none;
}
/* line 338, ../sass/theme/mixins/_affect.scss */
.affect-zoom img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 344, ../sass/theme/mixins/_affect.scss */
.affect-zoom:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 351, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 354, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
}
/* line 364, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation:hover:after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.3);
}
/* line 368, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation:hover img {
  animation: 10s linear 0s alternate none 2 running animation_zoom;
}

@keyframes animation_zoom {
  /* line 375, ../sass/theme/mixins/_affect.scss */
  0% {
    transform: scale(1) translateX(0px);
  }

  /* line 378, ../sass/theme/mixins/_affect.scss */
  50% {
    transform: scale(1.2) translateX(-10px);
  }

  /* line 381, ../sass/theme/mixins/_affect.scss */
  75% {
    transform: scale(1.3) translateX(-20px);
  }

  /* line 384, ../sass/theme/mixins/_affect.scss */
  100% {
    transform: scale(1.4) translateX(-30px);
  }
}

/* line 390, ../sass/theme/mixins/_affect.scss */
.affect-fast {
  position: relative;
}
/* line 393, ../sass/theme/mixins/_affect.scss */
.affect-fast:after {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background: url("../images/mlass.png") no-repeat;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  pointer-events: none;
}
/* line 405, ../sass/theme/mixins/_affect.scss */
.affect-fast:before {
  border: 6px solid rgba(255, 255, 255, 0.5);
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
/* line 419, ../sass/theme/mixins/_affect.scss */
.affect-fast:hover:after {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  left: 100%;
}

/* line 428, ../sass/theme/mixins/_affect.scss */
.group-btn-image {
  color: #000;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -20px;
  margin-right: -60px;
  z-index: 99;
}
/* line 436, ../sass/theme/mixins/_affect.scss */
.group-btn-image .btn-image {
  padding: 15px 40px;
  background: #FFF;
  text-align: center;
  text-transform: uppercase;
}
/* line 441, ../sass/theme/mixins/_affect.scss */
.group-btn-image .btn-image:hover {
  background: #c69f73;
  color: #fff;
}

/* line 4, ../sass/theme/common/_add-class.scss */
.no-padding {
  padding: 0;
}

/* line 7, ../sass/theme/common/_add-class.scss */
.no-margin {
  margin: 0 !important;
}

/* line 11, ../sass/theme/common/_add-class.scss */
.products-block .first {
  clear: left;
}

/* line 16, ../sass/theme/common/_add-class.scss */
.inline input {
  height: auto;
}

/* line 21, ../sass/theme/common/_add-class.scss */
.has-padding {
  margin: 0 -7px !important;
}
/* line 23, ../sass/theme/common/_add-class.scss */
.has-padding .wpb_column {
  padding: 0 7px;
}
/* line 26, ../sass/theme/common/_add-class.scss */
.has-padding .vc_row {
  margin-left: -7px;
  margin-right: -7px;
}
/* line 30, ../sass/theme/common/_add-class.scss */
.has-padding .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 34, ../sass/theme/common/_add-class.scss */
.has-padding .wpb_content_element {
  margin-bottom: 14px;
}

/* line 39, ../sass/theme/common/_add-class.scss */
.table-inner {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
.table-inner:before, .table-inner:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
.table-inner:after {
  clear: both;
}
/* line 45, ../sass/theme/common/_add-class.scss */
.table-inner > * {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .table-inner > * {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 49, ../sass/theme/common/_add-class.scss */
.table-inner > *:first-child {
  padding-left: 0px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .table-inner > *:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

/* line 54, ../sass/theme/common/_add-class.scss */
.close {
  font-size: 14px;
}

/* line 57, ../sass/theme/common/_add-class.scss */
.link {
  color: white;
}
/* line 59, ../sass/theme/common/_add-class.scss */
.link:hover {
  color: #6d604c;
}
/* line 62, ../sass/theme/common/_add-class.scss */
.link .fa {
  margin-left: 7px;
}

/* line 67, ../sass/theme/common/_add-class.scss */
.box-equal {
  display: table;
  width: 100%;
}
/* line 70, ../sass/theme/common/_add-class.scss */
.box-equal > * {
  width: 50%;
  float: none !important;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}
/* line 77, ../sass/theme/common/_add-class.scss */
.box-equal .wpb_content_element {
  margin-bottom: 0px;
}
/* line 81, ../sass/theme/common/_add-class.scss */
.box-equal .wpb_text_column {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 88, ../sass/theme/common/_add-class.scss */
.box-equal .wpb_text_column .wpb_wrapper {
  bottom: 0;
  height: 30%;
  left: 0;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 70%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 104, ../sass/theme/common/_add-class.scss */
  .box-equal {
    display: block;
  }
  /* line 106, ../sass/theme/common/_add-class.scss */
  .box-equal > .wpb_column {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  /* line 113, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column {
    position: relative;
  }
  /* line 115, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 123, ../sass/theme/common/_add-class.scss */
  .box-equal {
    display: block;
  }
  /* line 125, ../sass/theme/common/_add-class.scss */
  .box-equal > .wpb_column {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  /* line 132, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column {
    position: relative;
  }
  /* line 134, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}
@media (max-width: 767px) {
  /* line 143, ../sass/theme/common/_add-class.scss */
  .box-equal {
    display: block;
  }
  /* line 145, ../sass/theme/common/_add-class.scss */
  .box-equal > * {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  /* line 152, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column {
    position: relative;
  }
  /* line 154, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}
/* line 164, ../sass/theme/common/_add-class.scss */
.js-vc_parallax-o-image {
  background-attachment: fixed;
  background-clip: padding-box;
  background-position: 0 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 174, ../sass/theme/common/_add-class.scss */
.padding-10 {
  padding: 10px 0;
}

/* line 177, ../sass/theme/common/_add-class.scss */
.padding-15 {
  padding: 15px 0;
}

/* line 180, ../sass/theme/common/_add-class.scss */
.padding-20 {
  padding: 20px 0;
}

/* line 183, ../sass/theme/common/_add-class.scss */
.padding-25 {
  padding: 25px 0;
}

/* line 3, ../sass/theme/common/_global.scss */
body {
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  color: #282828;
  background-color: white;
  overflow-x: hidden;
}

/* line 11, ../sass/theme/common/_global.scss */
a {
  line-height: 1;
  color: #282828;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 16, ../sass/theme/common/_global.scss */
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #6d604c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 23, ../sass/theme/common/_global.scss */
btn {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 26, ../sass/theme/common/_global.scss */
btn:hover, btn:focus {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 30, ../sass/theme/common/_global.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 400;
}

/* line 37, ../sass/theme/common/_global.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #000000;
}

/* line 41, ../sass/theme/common/_global.scss */
th {
  font-weight: 500;
}

/* line 44, ../sass/theme/common/_global.scss */
select {
  height: 36px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  font-size: 14px;
}

/* line 50, ../sass/theme/common/_global.scss */
label {
  color: #282828;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

/* line 57, ../sass/theme/common/_global.scss */
.radio, .checkbox {
  display: inline-block;
}

/* line 60, ../sass/theme/common/_global.scss */
blockquote {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  position: relative;
  border-left: 0;
  padding-left: 50px;
}
/* line 67, ../sass/theme/common/_global.scss */
blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 22px;
  font-style: normal;
  color: #c69f73;
}

/* line 77, ../sass/theme/common/_global.scss */
img {
  max-width: 100%;
}

/* line 80, ../sass/theme/common/_global.scss */
.img.size-full {
  height: auto;
  max-width: 100%;
}

/* line 84, ../sass/theme/common/_global.scss */
.alignright {
  float: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .alignright {
  float: left;
}

/* line 87, ../sass/theme/common/_global.scss */
.alignleft {
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .alignleft {
  float: right;
}

/* line 90, ../sass/theme/common/_global.scss */
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 96, ../sass/theme/common/_global.scss */
input {
  height: 36px;
}

/*video responsive*/
/* line 100, ../sass/theme/common/_global.scss */
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
/* line 109, ../sass/theme/common/_global.scss */
.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

/* line 118, ../sass/theme/common/_global.scss */
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

/*---clear css bootstrap --*/
/* line 124, ../sass/theme/common/_global.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

/* line 127, ../sass/theme/common/_global.scss */
.alert {
  margin: 20px 0;
}

/* line 131, ../sass/theme/common/_global.scss */
.tags-list a, .tagcloud a {
  background: none repeat scroll 0 0 #6d604c;
  color: white;
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px 10px;
  font-size: 14px;
}
/* line 138, ../sass/theme/common/_global.scss */
.tags-list a:hover, .tagcloud a:hover {
  color: white;
  background: #6d604c;
}

/* line 143, ../sass/theme/common/_global.scss */
.required {
  border: 0 none;
  color: #ff0000;
  font-weight: 700;
}

/* line 150, ../sass/theme/common/_global.scss */
.tagcloud a {
  font-size: 14px !important;
  color: #282828;
}
/* line 153, ../sass/theme/common/_global.scss */
.tagcloud a:hover {
  color: white;
}

/* line 158, ../sass/theme/common/_global.scss */
pre {
  border: none;
  border-radius: 0;
}

/* line 162, ../sass/theme/common/_global.scss */
.panel-heading > * {
  margin: 10px 0;
}

/* line 4, ../sass/theme/common/_font.scss */
body {
  font-family: "Lato", Arial, serif;
}

/* line 8, ../sass/theme/common/_font.scss */
blockquote {
  font-family: "Playfair Display";
}

/* line 13, ../sass/theme/common/_font.scss */
#ri-menu-primary a {
  font-family: "Poppins";
}

/* line 18, ../sass/theme/common/_font.scss */
.widgettitle {
  font-family: "Playfair Display";
}

/* line 23, ../sass/theme/common/_font.scss */
#rit-footer .widgettitle, .sidebar .widgettitle, .related .widgettitle, .post-related .widgettitle, .rit-member-wrap .widgettitle, .upsells .widgettitle, .cross-sells .widgettitle {
  font-family: "Poppins";
}

/* line 27, ../sass/theme/common/_font.scss */
.commentform .heading {
  font-family: "Poppins";
}

/* line 35, ../sass/theme/common/_font.scss */
.cover-heading {
  font-family: "Poppins";
}

/* line 38, ../sass/theme/common/_font.scss */
.cover-des {
  font-family: "Playfair Display";
}

/* line 41, ../sass/theme/common/_font.scss */
.text-heading {
  font-family: "Poppins";
}

/* line 44, ../sass/theme/common/_font.scss */
.parallax-heading {
  font-family: "Poppins";
}

/* line 50, ../sass/theme/common/_font.scss */
.wg-custom-heading .text-heading {
  font-family: "Poppins";
}
/* line 53, ../sass/theme/common/_font.scss */
.wg-custom-heading .btn-inverse {
  font-family: "Poppins";
}

/* line 57, ../sass/theme/common/_font.scss */
.rit-heading {
  font-family: "Poppins";
}

/* line 62, ../sass/theme/common/_font.scss */
.rit-member-wrap .rit-member-list h5 {
  font-family: "Poppins";
}

/* line 69, ../sass/theme/common/_font.scss */
.widget-services-image .title-service {
  font-family: "Poppins";
}

/* line 5, ../sass/theme/components/_buttons.scss */
.btn {
  padding: 10px 30px;
}

/* btn 1 */
/* line 9, ../sass/theme/components/_buttons.scss */
.btn-outline {
  color: #6d604c;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: #6d604c;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #6d604c;
  background-color: transparent;
  border-color: #6d604c;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-outline.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: #6d604c;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-outline:active, .btn-outline.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  background-color: transparent;
  border-color: #6d604c;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-outline .badge {
  color: transparent;
  background-color: #6d604c;
}

/* btn 2 */
/* line 13, ../sass/theme/components/_buttons.scss */
.btn-inverse {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #c69f73;
  border-color: #c69f73;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 14px 35px;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  border-width: 1px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
  color: white;
  background-color: #6d604c;
  border-color: #6d604c;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-inverse.dropdown-toggle {
  color: white;
  background-color: #6d604c;
  border-color: #6d604c;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-inverse.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  background-color: #c69f73;
  border-color: #c69f73;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-inverse .badge {
  color: #c69f73;
  background-color: white;
}

/* btn-3 */
/* line 23, ../sass/theme/components/_buttons.scss */
.btn-variant {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 35px;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-variant:hover, .btn-variant:focus, .btn-variant:active, .btn-variant.active {
  color: white;
  background-color: #c69f73;
  border-color: #c69f73;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-variant.dropdown-toggle {
  color: white;
  background-color: #c69f73;
  border-color: #c69f73;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-variant:active, .btn-variant.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-variant.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-variant.disabled, .btn-variant.disabled:hover, .btn-variant.disabled:focus, .btn-variant.disabled:active, .btn-variant.disabled.active, .btn-variant[disabled], .btn-variant[disabled]:hover, .btn-variant[disabled]:focus, .btn-variant[disabled]:active, .btn-variant[disabled].active, fieldset[disabled] .btn-variant, fieldset[disabled] .btn-variant:hover, fieldset[disabled] .btn-variant:focus, fieldset[disabled] .btn-variant:active, fieldset[disabled] .btn-variant.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-variant .badge {
  color: #4a4a4a;
  background-color: white;
}

/* line 31, ../sass/theme/components/_buttons.scss */
.btn-black {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #282828;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 10px 17px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  color: white;
  background-color: #6d604c;
  border-color: transparent;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-black.dropdown-toggle {
  color: white;
  background-color: #6d604c;
  border-color: transparent;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-black:active, .btn-black.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-black.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-black.disabled, .btn-black.disabled:hover, .btn-black.disabled:focus, .btn-black.disabled:active, .btn-black.disabled.active, .btn-black[disabled], .btn-black[disabled]:hover, .btn-black[disabled]:focus, .btn-black[disabled]:active, .btn-black[disabled].active, fieldset[disabled] .btn-black, fieldset[disabled] .btn-black:hover, fieldset[disabled] .btn-black:focus, fieldset[disabled] .btn-black:active, fieldset[disabled] .btn-black.active {
  background-color: #282828;
  border-color: transparent;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-black .badge {
  color: #282828;
  background-color: white;
}

/* line 35, ../sass/theme/components/_buttons.scss */
.btn-greed {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #a1a42e;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 10px 17px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-greed:hover, .btn-greed:focus, .btn-greed:active, .btn-greed.active {
  color: white;
  background-color: #6d604c;
  border-color: transparent;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-greed.dropdown-toggle {
  color: white;
  background-color: #6d604c;
  border-color: transparent;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-greed:active, .btn-greed.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-greed.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-greed.disabled, .btn-greed.disabled:hover, .btn-greed.disabled:focus, .btn-greed.disabled:active, .btn-greed.disabled.active, .btn-greed[disabled], .btn-greed[disabled]:hover, .btn-greed[disabled]:focus, .btn-greed[disabled]:active, .btn-greed[disabled].active, fieldset[disabled] .btn-greed, fieldset[disabled] .btn-greed:hover, fieldset[disabled] .btn-greed:focus, fieldset[disabled] .btn-greed:active, fieldset[disabled] .btn-greed.active {
  background-color: #a1a42e;
  border-color: transparent;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-greed .badge {
  color: #a1a42e;
  background-color: white;
}

/* line 39, ../sass/theme/components/_buttons.scss */
.btn-green {
  color: #2fbfa2;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: #2fbfa2;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 40px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
  color: white;
  background-color: #2fbfa2;
  border-color: #2fbfa2;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-green.dropdown-toggle {
  color: white;
  background-color: #2fbfa2;
  border-color: #2fbfa2;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-green:active, .btn-green.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-green.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
  background-color: transparent;
  border-color: #2fbfa2;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-green .badge {
  color: transparent;
  background-color: #2fbfa2;
}

/* line 43, ../sass/theme/components/_buttons.scss */
.btn-green-outline {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #6d604c;
  border-color: #6d604c;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 40px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline:hover, .btn-green-outline:focus, .btn-green-outline:active, .btn-green-outline.active {
  color: white;
  background-color: #40382d;
  border-color: #40382d;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-green-outline.dropdown-toggle {
  color: white;
  background-color: #40382d;
  border-color: #40382d;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline:active, .btn-green-outline.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-green-outline.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline.disabled, .btn-green-outline.disabled:hover, .btn-green-outline.disabled:focus, .btn-green-outline.disabled:active, .btn-green-outline.disabled.active, .btn-green-outline[disabled], .btn-green-outline[disabled]:hover, .btn-green-outline[disabled]:focus, .btn-green-outline[disabled]:active, .btn-green-outline[disabled].active, fieldset[disabled] .btn-green-outline, fieldset[disabled] .btn-green-outline:hover, fieldset[disabled] .btn-green-outline:focus, fieldset[disabled] .btn-green-outline:active, fieldset[disabled] .btn-green-outline.active {
  background-color: #6d604c;
  border-color: #6d604c;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline .badge {
  color: #6d604c;
  background-color: white;
}

/* line 47, ../sass/theme/components/_buttons.scss */
.btn-red {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #ea4848;
  border-color: #ea4848;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 25px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
  color: white;
  background-color: black;
  border-color: black;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-red.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: black;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-red:active, .btn-red.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-red.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
  background-color: #ea4848;
  border-color: #ea4848;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-red .badge {
  color: #ea4848;
  background-color: white;
}

/* line 51, ../sass/theme/components/_buttons.scss */
.btn-danger {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #6d604c;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 10px 17px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #6d604c;
  border-color: transparent;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #6d604c;
  border-color: transparent;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #6d604c;
  border-color: transparent;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-danger .badge {
  color: #6d604c;
  background-color: white;
}

/* line 56, ../sass/theme/components/_buttons.scss */
.btn-white {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: white;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 40px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  color: white;
  background-color: #6d604c;
  border-color: #6d604c;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-white.dropdown-toggle {
  color: white;
  background-color: #6d604c;
  border-color: #6d604c;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-white:active, .btn-white.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-white.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: white;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-white .badge {
  color: transparent;
  background-color: white;
}

/* line 60, ../sass/theme/components/_buttons.scss */
.btn-lg {
  border-radius: 0px;
  padding: 12px 25px;
  font-size: 14px;
  border-width: 0;
  font-weight: 400;
}

/* line 67, ../sass/theme/components/_buttons.scss */
.btn-default {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: white;
  background-color: #b7864f;
  border-color: #b7864f;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-default.dropdown-toggle {
  color: white;
  background-color: #b7864f;
  border-color: #b7864f;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-default .badge {
  color: #4a4a4a;
  background-color: white;
}

/* line 70, ../sass/theme/components/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #c69f73;
  border-color: #c69f73;
  border-width: 0px;
  border-style: solid;
  font-size: 12px;
}
/* line 18, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #b7864f;
  border-color: #b38149;
}
/* line 25, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 36, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #c69f73;
  border-color: #c69f73;
}
/* line 42, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #c69f73;
  background-color: white;
}

/* line 73, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more {
  display: block;
  text-align: center;
  padding: 30px 0 90px;
}

/* line 79, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 15px 110px;
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #6d604c;
  border-color: #6d604c;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  text-transform: uppercase;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button:hover, .rit_ajax_load_more_button:focus, .rit_ajax_load_more_button:active, .rit_ajax_load_more_button.active {
  color: white;
  background-color: #c39d72;
  border-color: #c39d72;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .rit_ajax_load_more_button.dropdown-toggle {
  color: white;
  background-color: #c39d72;
  border-color: #c39d72;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button:active, .rit_ajax_load_more_button.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .rit_ajax_load_more_button.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button.disabled, .rit_ajax_load_more_button.disabled:hover, .rit_ajax_load_more_button.disabled:focus, .rit_ajax_load_more_button.disabled:active, .rit_ajax_load_more_button.disabled.active, .rit_ajax_load_more_button[disabled], .rit_ajax_load_more_button[disabled]:hover, .rit_ajax_load_more_button[disabled]:focus, .rit_ajax_load_more_button[disabled]:active, .rit_ajax_load_more_button[disabled].active, fieldset[disabled] .rit_ajax_load_more_button, fieldset[disabled] .rit_ajax_load_more_button:hover, fieldset[disabled] .rit_ajax_load_more_button:focus, fieldset[disabled] .rit_ajax_load_more_button:active, fieldset[disabled] .rit_ajax_load_more_button.active {
  background-color: #6d604c;
  border-color: #6d604c;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button .badge {
  color: #6d604c;
  background-color: white;
}
/* line 88, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button.loading {
  opacity: 0.7;
  position: relative;
}
/* line 91, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button.loading:after {
  font-family: "fontawesome";
  content: "\f110";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  right: 40px;
  top: 15px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

/* line 109, ../sass/theme/components/_buttons.scss */
.button {
  color: white;
  background-color: #c69f73;
  border-color: #c69f73;
  border-width: 0px;
  border-style: solid;
  font-size: 12px;
  padding: 10px 20px;
  line-height: 20px;
}
/* line 18, ../sass/bootstrap/mixins/_buttons.scss */
.button:hover, .button:focus, .button.focus, .button:active, .button.active, .open > .button.dropdown-toggle {
  color: white;
  background-color: #b7864f;
  border-color: #b38149;
}
/* line 25, ../sass/bootstrap/mixins/_buttons.scss */
.button:active, .button.active, .open > .button.dropdown-toggle {
  background-image: none;
}
/* line 36, ../sass/bootstrap/mixins/_buttons.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button.disabled.focus, .button.disabled:active, .button.disabled.active, .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled].focus, .button[disabled]:active, .button[disabled].active, fieldset[disabled] .button, fieldset[disabled] .button:hover, fieldset[disabled] .button:focus, fieldset[disabled] .button.focus, fieldset[disabled] .button:active, fieldset[disabled] .button.active {
  background-color: #c69f73;
  border-color: #c69f73;
}
/* line 42, ../sass/bootstrap/mixins/_buttons.scss */
.button .badge {
  color: #c69f73;
  background-color: white;
}

/* line 115, ../sass/theme/components/_buttons.scss */
.button.single_add_to_cart_button {
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 0.1em;
  color: white;
  background-color: #282828;
  font-family: "Poppins";
  font-size: 12px;
}
/* line 127, ../sass/theme/components/_buttons.scss */
.button.single_add_to_cart_button:hover, .button.single_add_to_cart_button:focus, .button.single_add_to_cart_button:active, .button.single_add_to_cart_button.active {
  background-color: #6d604c;
}

/* line 132, ../sass/theme/components/_buttons.scss */
.add_to_cart_button, .button.product_type_simple {
  float: left;
  color: #282828;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #cfcfcf;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .add_to_cart_button, .rtl .button.product_type_simple {
  float: right;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.add_to_cart_button:hover, .add_to_cart_button:focus, .add_to_cart_button:active, .add_to_cart_button.active, .button.product_type_simple:hover, .button.product_type_simple:focus, .button.product_type_simple:active, .button.product_type_simple.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .add_to_cart_button.dropdown-toggle, .open .button.product_type_simple.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.add_to_cart_button:active, .add_to_cart_button.active, .button.product_type_simple:active, .button.product_type_simple.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .add_to_cart_button.dropdown-toggle, .open .button.product_type_simple.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.add_to_cart_button.disabled, .add_to_cart_button.disabled:hover, .add_to_cart_button.disabled:focus, .add_to_cart_button.disabled:active, .add_to_cart_button.disabled.active, .add_to_cart_button[disabled], .add_to_cart_button[disabled]:hover, .add_to_cart_button[disabled]:focus, .add_to_cart_button[disabled]:active, .add_to_cart_button[disabled].active, fieldset[disabled] .add_to_cart_button, fieldset[disabled] .add_to_cart_button:hover, fieldset[disabled] .add_to_cart_button:focus, fieldset[disabled] .add_to_cart_button:active, fieldset[disabled] .add_to_cart_button.active, .button.product_type_simple.disabled, .button.product_type_simple.disabled:hover, .button.product_type_simple.disabled:focus, .button.product_type_simple.disabled:active, .button.product_type_simple.disabled.active, .button.product_type_simple[disabled], .button.product_type_simple[disabled]:hover, .button.product_type_simple[disabled]:focus, .button.product_type_simple[disabled]:active, .button.product_type_simple[disabled].active, fieldset[disabled] .button.product_type_simple, fieldset[disabled] .button.product_type_simple:hover, fieldset[disabled] .button.product_type_simple:focus, fieldset[disabled] .button.product_type_simple:active, fieldset[disabled] .button.product_type_simple.active {
  background-color: transparent;
  border-color: transparent;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.add_to_cart_button .badge, .button.product_type_simple .badge {
  color: transparent;
  background-color: #282828;
}
/* line 143, ../sass/theme/components/_buttons.scss */
.add_to_cart_button .fa-shopping-cart, .button.product_type_simple .fa-shopping-cart {
  display: none;
}
/* line 146, ../sass/theme/components/_buttons.scss */
.add_to_cart_button:hover, .button.product_type_simple:hover {
  border-bottom: 1px solid #cfcfcf;
}
/* line 149, ../sass/theme/components/_buttons.scss */
.add_to_cart_button.loading, .button.product_type_simple.loading {
  opacity: 0.7;
  position: relative;
  padding: 0px 30px 0px 0px;
}
/* line 153, ../sass/theme/components/_buttons.scss */
.add_to_cart_button.loading:after, .button.product_type_simple.loading:after {
  font-family: "fontawesome";
  content: "\f110";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  right: 10px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
/* line 165, ../sass/theme/components/_buttons.scss */
.add_to_cart_button.added, .button.product_type_simple.added {
  display: none;
}

/* line 169, ../sass/theme/components/_buttons.scss */
.added_to_cart {
  float: left;
  color: #282828;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #cfcfcf;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .added_to_cart {
  float: right;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.added_to_cart:hover, .added_to_cart:focus, .added_to_cart:active, .added_to_cart.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .added_to_cart.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.added_to_cart:active, .added_to_cart.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .added_to_cart.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.added_to_cart.disabled, .added_to_cart.disabled:hover, .added_to_cart.disabled:focus, .added_to_cart.disabled:active, .added_to_cart.disabled.active, .added_to_cart[disabled], .added_to_cart[disabled]:hover, .added_to_cart[disabled]:focus, .added_to_cart[disabled]:active, .added_to_cart[disabled].active, fieldset[disabled] .added_to_cart, fieldset[disabled] .added_to_cart:hover, fieldset[disabled] .added_to_cart:focus, fieldset[disabled] .added_to_cart:active, fieldset[disabled] .added_to_cart.active {
  background-color: transparent;
  border-color: transparent;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.added_to_cart .badge {
  color: transparent;
  background-color: #282828;
}
/* line 179, ../sass/theme/components/_buttons.scss */
.added_to_cart:hover {
  border-bottom: 1px solid #cfcfcf;
}
/* line 182, ../sass/theme/components/_buttons.scss */
.added_to_cart:after {
  position: relative;
  content: "\f090";
  left: 5px;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
}

/* line 196, ../sass/theme/components/_buttons.scss */
.add-links a i {
  margin: 0;
  padding: 0;
}

/* line 204, ../sass/theme/components/_buttons.scss */
.button-groups .add-links {
  float: right;
  display: inline-block;
  padding-right: 5px;
}
/* line 208, ../sass/theme/components/_buttons.scss */
.button-groups .add-links > * {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 15px;
}
/* line 217, ../sass/theme/components/_buttons.scss */
.button-groups .add-links .yith-compare {
  line-height: 12px;
}
/* line 220, ../sass/theme/components/_buttons.scss */
.button-groups .add-links .compare {
  display: inline-block;
  float: none;
}
/* line 224, ../sass/theme/components/_buttons.scss */
.button-groups .add-links .clear {
  display: none;
}

/* line 232, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist {
  margin: 0;
  position: relative;
  padding: 0 15px;
  font-size: 0px;
}
/* line 233, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist a {
  display: inline-block;
  color: #8c8c8c;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 0;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist a:active, .yith-wcwl-add-to-wishlist a.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-add-to-wishlist a.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a:active, .yith-wcwl-add-to-wishlist a.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-add-to-wishlist a.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a.disabled, .yith-wcwl-add-to-wishlist a.disabled:hover, .yith-wcwl-add-to-wishlist a.disabled:focus, .yith-wcwl-add-to-wishlist a.disabled:active, .yith-wcwl-add-to-wishlist a.disabled.active, .yith-wcwl-add-to-wishlist a[disabled], .yith-wcwl-add-to-wishlist a[disabled]:hover, .yith-wcwl-add-to-wishlist a[disabled]:focus, .yith-wcwl-add-to-wishlist a[disabled]:active, .yith-wcwl-add-to-wishlist a[disabled].active, fieldset[disabled] .yith-wcwl-add-to-wishlist a, fieldset[disabled] .yith-wcwl-add-to-wishlist a:hover, fieldset[disabled] .yith-wcwl-add-to-wishlist a:focus, fieldset[disabled] .yith-wcwl-add-to-wishlist a:active, fieldset[disabled] .yith-wcwl-add-to-wishlist a.active {
  background-color: transparent;
  border-color: transparent;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a .badge {
  color: transparent;
  background-color: #8c8c8c;
}
/* line 242, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
/* line 245, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .ajax-loading {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 252, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .add_to_wishlist {
  font-size: 0px;
  border-radius: 0 !important;
}
/* line 255, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .add_to_wishlist:after {
  position: absolute;
  content: "\f004";
  left: 0;
  right: 0;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
/* line 267, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .add_to_wishlist.added:after {
  content: "\f00c";
}

/* line 273, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse {
  margin: 0;
}
/* line 274, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  color: #8c8c8c;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:focus, .yith-wcwl-wishlistexistsbrowse a:active, .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistaddedbrowse a:focus, .yith-wcwl-wishlistaddedbrowse a:active, .yith-wcwl-wishlistaddedbrowse a.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-wishlistexistsbrowse a.dropdown-toggle, .open .yith-wcwl-wishlistaddedbrowse a.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a:active, .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a:active, .yith-wcwl-wishlistaddedbrowse a.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-wishlistexistsbrowse a.dropdown-toggle, .open .yith-wcwl-wishlistaddedbrowse a.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a.disabled, .yith-wcwl-wishlistexistsbrowse a.disabled:hover, .yith-wcwl-wishlistexistsbrowse a.disabled:focus, .yith-wcwl-wishlistexistsbrowse a.disabled:active, .yith-wcwl-wishlistexistsbrowse a.disabled.active, .yith-wcwl-wishlistexistsbrowse a[disabled], .yith-wcwl-wishlistexistsbrowse a[disabled]:hover, .yith-wcwl-wishlistexistsbrowse a[disabled]:focus, .yith-wcwl-wishlistexistsbrowse a[disabled]:active, .yith-wcwl-wishlistexistsbrowse a[disabled].active, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:hover, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:focus, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:active, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a.disabled, .yith-wcwl-wishlistaddedbrowse a.disabled:hover, .yith-wcwl-wishlistaddedbrowse a.disabled:focus, .yith-wcwl-wishlistaddedbrowse a.disabled:active, .yith-wcwl-wishlistaddedbrowse a.disabled.active, .yith-wcwl-wishlistaddedbrowse a[disabled], .yith-wcwl-wishlistaddedbrowse a[disabled]:hover, .yith-wcwl-wishlistaddedbrowse a[disabled]:focus, .yith-wcwl-wishlistaddedbrowse a[disabled]:active, .yith-wcwl-wishlistaddedbrowse a[disabled].active, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:hover, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:focus, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:active, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a.active {
  background-color: transparent;
  border-color: transparent;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a .badge, .yith-wcwl-wishlistaddedbrowse a .badge {
  color: transparent;
  background-color: #8c8c8c;
}
/* line 280, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0px;
}
/* line 282, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a:after, .yith-wcwl-wishlistaddedbrowse a:after {
  position: absolute;
  content: "\f00c";
  left: 0;
  right: 0;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

/* line 296, ../sass/theme/components/_buttons.scss */
.compare {
  display: inline-block;
  color: #8c8c8c;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  position: relative;
  font-size: 0px;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.compare:hover, .compare:focus, .compare:active, .compare.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .compare.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.compare:active, .compare.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .compare.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.compare.disabled, .compare.disabled:hover, .compare.disabled:focus, .compare.disabled:active, .compare.disabled.active, .compare[disabled], .compare[disabled]:hover, .compare[disabled]:focus, .compare[disabled]:active, .compare[disabled].active, fieldset[disabled] .compare, fieldset[disabled] .compare:hover, fieldset[disabled] .compare:focus, fieldset[disabled] .compare:active, fieldset[disabled] .compare.active {
  background-color: transparent;
  border-color: transparent;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.compare .badge {
  color: transparent;
  background-color: #8c8c8c;
}
/* line 301, ../sass/theme/components/_buttons.scss */
.compare:after {
  position: absolute;
  content: "\f0ec";
  left: 0;
  right: 0;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
  text-align: center;
  line-height: 10px;
}
/* line 312, ../sass/theme/components/_buttons.scss */
.compare.added {
  di24splay: block;
}
/* line 314, ../sass/theme/components/_buttons.scss */
.compare.added:after {
  content: "\f00c";
}

/* line 321, ../sass/theme/components/_buttons.scss */
.quick-view {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
/* line 327, ../sass/theme/components/_buttons.scss */
.quick-view a {
  background: rgba(255, 255, 255, 0.5);
  border-width: 0;
  color: #282828;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
}
/* line 334, ../sass/theme/components/_buttons.scss */
.quick-view a:hover {
  border-width: 0;
  background: white;
  color: #6d604c;
}
/* line 340, ../sass/theme/components/_buttons.scss */
.quick-view:hover {
  opacity: 1;
}

/* line 344, ../sass/theme/components/_buttons.scss */
.button-about {
  padding-top: 10px;
}
/* line 346, ../sass/theme/components/_buttons.scss */
.button-about .btn {
  padding: 8px 12px;
}
/* line 350, ../sass/theme/components/_buttons.scss */
.button-about i {
  padding-left: 10px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .button-about i {
  padding-right: 10px;
  padding-left: inherit;
}

/* line 355, ../sass/theme/components/_buttons.scss */
.button-groups .yith-wcqv-button {
  display: none;
}

/* line 360, ../sass/theme/components/_buttons.scss */
.alert .button.wc-forward {
  background: none;
  color: #6d604c;
  padding: 0;
  border: 0;
}

/* line 366, ../sass/theme/components/_buttons.scss */
.btn-fillter {
  text-transform: uppercase;
  line-height: 20px;
  margin: 10px 0;
  float: right;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 500;
}

/* line 375, ../sass/theme/components/_buttons.scss */
.btn-newsletter {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.btn-newsletter:hover, .btn-newsletter:focus, .btn-newsletter:active, .btn-newsletter.active {
  color: white;
  background-color: #b7864f;
  border-color: #b7864f;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .btn-newsletter.dropdown-toggle {
  color: white;
  background-color: #b7864f;
  border-color: #b7864f;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.btn-newsletter:active, .btn-newsletter.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .btn-newsletter.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.btn-newsletter.disabled, .btn-newsletter.disabled:hover, .btn-newsletter.disabled:focus, .btn-newsletter.disabled:active, .btn-newsletter.disabled.active, .btn-newsletter[disabled], .btn-newsletter[disabled]:hover, .btn-newsletter[disabled]:focus, .btn-newsletter[disabled]:active, .btn-newsletter[disabled].active, fieldset[disabled] .btn-newsletter, fieldset[disabled] .btn-newsletter:hover, fieldset[disabled] .btn-newsletter:focus, fieldset[disabled] .btn-newsletter:active, fieldset[disabled] .btn-newsletter.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.btn-newsletter .badge {
  color: #4a4a4a;
  background-color: white;
}

/* line 382, ../sass/theme/components/_buttons.scss */
.btn-readmore {
  border-bottom: 1px solid #282828;
  color: #282828;
  font-size: 12px;
  margin-top: 30px;
  margin-left: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 390, ../sass/theme/components/_buttons.scss */
.btn-readmore .fa {
  font-size: 16px;
  margin-left: 5px;
}
/* line 394, ../sass/theme/components/_buttons.scss */
.btn-readmore:hover {
  color: #282828;
}

/* line 399, ../sass/theme/components/_buttons.scss */
.btn-updatecart {
  display: inline-block;
  text-align: center;
  padding: 15px 40px;
  width: 100%;
  font-size: 16px;
  background: #787878;
  color: #FFF;
  border: 1px solid #787878;
  height: auto;
}
/* line 409, ../sass/theme/components/_buttons.scss */
.btn-updatecart:hover {
  border: 1px solid #6d604c;
  background: #6d604c;
  color: white;
}

/* line 415, ../sass/theme/components/_buttons.scss */
.btn-checkout {
  display: inline-block;
  text-align: center;
  padding: 22px 40px;
  width: 100%;
  font-size: 16px;
  background: #6d604c;
  border: 1px solid #6d604c;
}
/* line 423, ../sass/theme/components/_buttons.scss */
.btn-checkout:hover {
  border: 1px solid #787878;
  background: #787878;
  color: white;
}

/* line 429, ../sass/theme/components/_buttons.scss */
.btn-order {
  display: inline-block;
  text-align: center;
  padding: 15px 40px;
  width: 100%;
  font-size: 16px;
  color: white !important;
  height: auto !important;
  background: #6d604c;
  border: 1px solid #6d604c;
}
/* line 439, ../sass/theme/components/_buttons.scss */
.btn-order:hover {
  border: 1px solid #787878;
  background: #787878;
  color: white;
}

/* line 445, ../sass/theme/components/_buttons.scss */
.button {
  line-height: 16px;
}

/* line 1, ../sass/theme/components/_forms.scss */
.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
}
/* line 5, ../sass/theme/components/_forms.scss */
.form-control:focus {
  box-shadow: none;
  border-color: #6d604c;
}

/* line 11, ../sass/theme/components/_forms.scss */
.input-group input, .input-group .form-control {
  height: 36px;
}
/* line 14, ../sass/theme/components/_forms.scss */
.input-group .btn {
  padding: 9px 17px;
}

/* line 20, ../sass/theme/components/_forms.scss */
.nav-tabs > li {
  float: left;
  padding-right: 15px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .nav-tabs > li {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .nav-tabs > li {
  padding-left: 15px;
  padding-right: inherit;
}
/* line 23, ../sass/theme/components/_forms.scss */
.nav-tabs > li > a {
  padding: 10px 20px;
  font-size: 16px;
  background: #ededed;
  border: none;
  border-radius: 0;
}
/* line 32, ../sass/theme/components/_forms.scss */
.nav-tabs > li.active > a {
  background: #6d604c;
  color: #fff;
}
/* line 37, ../sass/theme/components/_forms.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background: #6d604c;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 48, ../sass/theme/components/_forms.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: none;
}

/* line 51, ../sass/theme/components/_forms.scss */
.form-control::-moz-placeholder {
  font-weight: 400;
}

/* line 55, ../sass/theme/components/_forms.scss */
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  position: relative;
  display: block;
}
/* line 60, ../sass/theme/components/_forms.scss */
.wpcf7-form .form-control {
  border-width: 0 0 1px;
  padding: 0;
}

/*owl*/
/* line 5, ../sass/theme/components/_carousel.scss */
.owl-wrapper {
  position: relative;
  float: left;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
.owl-wrapper:before, .owl-wrapper:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
.owl-wrapper:after {
  clear: both;
}

/* line 10, ../sass/theme/components/_carousel.scss */
.owl-carousel {
  position: relative;
  padding: 0 50px;
}
/* line 14, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-products-carousel, .owl-carousel.owl-related {
  padding: 0;
}
/* line 17, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-products-carousel .owl-prev,
.owl-carousel.owl-products-carousel .owl-next, .owl-carousel.owl-related .owl-prev,
.owl-carousel.owl-related .owl-next {
  margin-top: -70px !important;
}
/* line 20, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-products-carousel .product-block, .owl-carousel.owl-related .product-block {
  margin-bottom: 0;
}
/* line 24, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-category-carousel {
  padding: 0;
}

/* line 30, ../sass/theme/components/_carousel.scss */
.owl-theme .owl-controls {
  margin-top: 0px;
}

/* line 38, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #cfcfcf;
  background: transparent;
  border-radius: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  margin-top: -15px;
  font-size: 30px;
}
/* line 53, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover {
  border-color: #6d604c;
  color: #6d604c;
}
/* line 59, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-buttons .owl-prev {
  left: -40px;
}
/* line 62, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-buttons .owl-next {
  right: -40px;
}

/* line 72, ../sass/theme/components/_carousel.scss */
.owl-carousel [class*="col-"] {
  padding: 0 10px;
}

/* line 76, ../sass/theme/components/_carousel.scss */
.row-product-carousel {
  margin: 0 -10px;
}

/* line 80, ../sass/theme/components/_carousel.scss */
.no-owl-buttons {
  padding: 0 !important;
}
/* line 84, ../sass/theme/components/_carousel.scss */
.no-owl-buttons.owl-carousel .owl-buttons {
  display: none;
}
/* line 89, ../sass/theme/components/_carousel.scss */
.no-owl-buttons .product-block {
  margin-bottom: 0;
}

/* line 96, ../sass/theme/components/_carousel.scss */
.product-carousel .owl-controls .owl-prev, .product-carousel .owl-controls .owl-next, .related-wrapper .owl-controls .owl-prev, .related-wrapper .owl-controls .owl-next {
  opacity: 0;
  z-index: 999;
}
/* line 103, ../sass/theme/components/_carousel.scss */
.product-carousel:hover .owl-controls .owl-prev, .product-carousel:hover .owl-controls .owl-next, .related-wrapper:hover .owl-controls .owl-prev, .related-wrapper:hover .owl-controls .owl-next {
  opacity: 1;
}

/* line 109, ../sass/theme/components/_carousel.scss */
.custom.tparrows {
  border-radius: 2px;
}

/* line 112, ../sass/theme/components/_carousel.scss */
.tparrows::before {
  font-size: 30px;
}

/* line 117, ../sass/theme/components/_carousel.scss */
.owl-theme .owl-controls .owl-page span {
  background: #e4d1bb;
  border-radius: 0px;
  height: 6px;
  margin: 0 6px;
  opacity: 0.5;
  width: 20px;
}
/* line 125, ../sass/theme/components/_carousel.scss */
.owl-theme .owl-controls .owl-page.active span {
  background: #c69f73;
}

/* line 4, ../sass/theme/components/_search.scss */
.searchform, .woocommerce-product-search {
  padding: 6px 0;
}
/* line 6, ../sass/theme/components/_search.scss */
.searchform .btn, .woocommerce-product-search .btn {
  z-index: 10;
  margin-left: -4px;
  padding: 8px 15px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .searchform .btn, .rtl .woocommerce-product-search .btn {
  margin-right: -4px;
  margin-left: inherit;
}
/* line 11, ../sass/theme/components/_search.scss */
.searchform .form-control, .woocommerce-product-search .form-control {
  width: 100%;
  border-radius: 0;
  padding: 7px 10px;
  font-size: 12px;
  height: 38px;
}
/* line 17, ../sass/theme/components/_search.scss */
.searchform .form-control:focus, .woocommerce-product-search .form-control:focus {
  border-color: #c69f73;
}
/* line 21, ../sass/theme/components/_search.scss */
.searchform button, .woocommerce-product-search button {
  height: 38px;
}

/* line 26, ../sass/theme/components/_search.scss */
.searchform-wrap.transition {
  opacity: 1;
  padding: 0 30px 50px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
/* line 31, ../sass/theme/components/_search.scss */
.searchform-wrap.transition .form-control {
  background: none;
  border: none;
  font-size: 14px;
  color: #FFF;
  height: 40px;
  padding: 0;
}
/* line 39, ../sass/theme/components/_search.scss */
.searchform-wrap.transition .input-group {
  border-bottom: 1px solid #353535;
  padding: 0 !important;
}
/* line 43, ../sass/theme/components/_search.scss */
.searchform-wrap.transition .btn {
  background: none;
  font-size: 14px;
  padding: 0;
}

/* line 51, ../sass/theme/components/_search.scss */
.mobile-searchform {
  float: none !important;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 20px;
  padding-right: 15px;
  width: auto !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
/* line 59, ../sass/theme/components/_search.scss */
.mobile-searchform .woocommerce-product-search {
  width: 100% !important;
}
/* line 62, ../sass/theme/components/_search.scss */
.mobile-searchform .btn {
  background: #ffffff;
  color: #c69f73;
  border-color: #ffffff;
  padding: 8px 15px;
}
/* line 67, ../sass/theme/components/_search.scss */
.mobile-searchform .btn:hover, .mobile-searchform .btn:focus, .mobile-searchform .btn:active {
  background: #ffffff;
  color: #282828;
  box-shadow: none;
}
/* line 73, ../sass/theme/components/_search.scss */
.mobile-searchform .form-control {
  border: 1px solid #ffffff;
}
/* line 75, ../sass/theme/components/_search.scss */
.mobile-searchform .form-control:hover, .mobile-searchform .form-control:focus {
  border-color: #ffffff;
}

/* line 86, ../sass/theme/components/_search.scss */
.rit-filter-attribute {
  position: relative;
}

/* line 90, ../sass/theme/components/_search.scss */
.rit-list-product-category {
  margin: 0;
}
/* line 92, ../sass/theme/components/_search.scss */
.rit-list-product-category li {
  float: left;
  font-size: 12px;
  padding-right: 30px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}
/* line 102, ../sass/theme/components/_search.scss */
.rit-list-product-category li + li::after {
  content: "/";
  left: -17px;
  position: absolute;
  top: 0;
  color: #cfcfcf;
}

/* line 111, ../sass/theme/components/_search.scss */
.small .widgettitle {
  font-size: 20px;
}
/* line 113, ../sass/theme/components/_search.scss */
.small .widgettitle > span {
  font-family: "Poppins";
  border: none;
  padding: 0;
}
/* line 119, ../sass/theme/components/_search.scss */
.small .category-tabs-filter {
  padding-top: 15px;
}

/* line 124, ../sass/theme/components/_search.scss */
.rit-products-wrap.loading .rit-wrapper-products-shortcode:after {
  background: url("../images/loader.gif") repeat 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 31px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  z-index: 900;
}
/* line 138, ../sass/theme/components/_search.scss */
.rit-products-wrap.loading .category-tabs-filter {
  opacity: 0.3;
}

/* line 142, ../sass/theme/components/_search.scss */
.category-tabs-filter {
  padding: 30px 0;
}

/* line 145, ../sass/theme/components/_search.scss */
.rit-list-filter {
  font-size: 13px;
}

/* line 150, ../sass/theme/components/_search.scss */
.rit-products-wrap .filter-content {
  padding: 0;
}

/* line 156, ../sass/theme/components/_search.scss */
.rit-filter-wrap #rit-filter .widget {
  min-width: 180px;
  float: left;
}
/* line 160, ../sass/theme/components/_search.scss */
.rit-filter-wrap #rit-filter .widget .rit-ajax-load li {
  cursor: pointer;
  line-height: 25px;
}
/* line 165, ../sass/theme/components/_search.scss */
.rit-filter-wrap #rit-filter .widget .rit-ajax-load a {
  color: #777777;
}
/* line 167, ../sass/theme/components/_search.scss */
.rit-filter-wrap #rit-filter .widget .rit-ajax-load a:hover {
  color: #6d604c;
}
/* line 173, ../sass/theme/components/_search.scss */
.rit-filter-wrap .chosen {
  color: #6d604c !important;
}
/* line 176, ../sass/theme/components/_search.scss */
.rit-filter-wrap .rit-remove-attribute {
  font-size: 12px;
  color: #6d604c;
  margin-right: 10px;
}

/* line 183, ../sass/theme/components/_search.scss */
.filter-title {
  font-size: 14px;
}

/* line 187, ../sass/theme/components/_search.scss */
.tags-list {
  max-width: 180px;
}
/* line 189, ../sass/theme/components/_search.scss */
.tags-list li {
  padding-right: 5px;
  float: left;
}
/* line 193, ../sass/theme/components/_search.scss */
.tags-list a {
  padding: 6px 8px;
}
/* line 195, ../sass/theme/components/_search.scss */
.tags-list a:hover {
  color: white !important;
}

/* line 2, ../sass/theme/components/_menu.scss */
#ri-menu-primary {
  border: 1px solid #f1f1f1;
  border-left: 0;
}

/* line 6, ../sass/theme/components/_menu.scss */
.menu-full {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: white;
  z-index: 999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
/* line 12, ../sass/theme/components/_menu.scss */
.menu-full #ri-menu-primary {
  border-width: 0;
}

/* line 16, ../sass/theme/components/_menu.scss */
#aba-menu {
  margin: 0;
  border: none;
}

/* line 23, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul.mega-menu > li > a {
  color: #282828;
  line-height: 20px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
/* line 27, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul.mega-menu > li > a:hover, #ri-menu-primary ul.mega-menu > li > a:focus {
  color: #c69f73;
  background: transparent;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
/* line 34, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul.mega-menu > li[class*="mega-current-"] > a {
  color: #c69f73 !important;
}
/* line 36, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul.mega-menu > li[class*="mega-current-"] > a:before {
  color: #c69f73 !important;
}
/* line 40, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul li a {
  display: inline-block;
}
/* line 43, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary ul:before, #ri-menu-primary ul:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary ul:after {
  clear: both;
}
/* line 48, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li {
  border-right: 1px solid #f1f1f1;
  list-style: none;
  position: relative;
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li {
  float: right;
}
/* line 53, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li:first-child {
  border-left: 1px solid #f1f1f1;
}
/* line 56, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li[class*="-has-children"] > a:before {
  position: absolute;
  content: "\f107";
  color: #282828;
  font-family: 'fontawesome';
  right: 15px;
  line-height: 60px;
  top: 5px;
  font-size: 12px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li[class*="-has-children"] > a:before {
  left: 15px;
  right: auto;
}
/* line 67, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #282828;
  padding: 25px 40px;
  position: relative;
}
/* line 74, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a:hover, #ri-menu-primary ul > li > a:focus {
  color: #6d604c;
  background: transparent;
}
/* line 77, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a:hover:after, #ri-menu-primary ul > li > a:focus:after {
  opacity: 1;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 89, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul {
  visibility: hidden;
  opacity: 0;
  top: 120%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  position: absolute !important;
  min-width: 210px;
  box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
  background: #FFF;
  z-index: 99999;
}
/* line 101, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"] a:before {
  content: none;
}
/* line 104, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"]:after {
  position: absolute;
  content: "\f105";
  color: #282828;
  font-family: 'fontawesome';
  right: 10px;
  line-height: 50px;
  top: 0;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li > ul li[class*="-has-children"]:after {
  left: 10px;
  right: auto;
}
/* line 113, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"]:hover:after {
  color: #6d604c;
}
/* line 118, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li {
  float: none;
  display: block;
  border-right: none;
  text-align: left;
  border-top: 1px solid #f1f1f1;
  color: #282828;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li > ul > li {
  text-align: right;
}
/* line 125, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li:first-child {
  border-left: none;
}
/* line 128, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li a {
  padding: 15px 40px;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 20px;
}
/* line 136, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul a {
  width: 100%;
  font-size: 12px;
}
/* line 142, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 151, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-sub-menu > li a, #ri-menu-primary .mega-sub-menu > li a {
  color: #282828;
}
/* line 157, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li ul {
  float: none !important;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li > ul > li ul {
  right: 100%;
  left: auto;
}
/* line 165, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li:hover > ul {
  display: block;
  top: 0;
}

/* line 178, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu {
  width: 100%;
  padding: 15px 15px 30px;
  border-top: 1px solid #f3f3f3;
}
/* line 182, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu li {
  border-right: none;
}
/* line 184, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu li:first-child {
  border-left: none;
}
/* line 188, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu > * {
  border: none;
  padding: 0 15px;
}
/* line 193, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu li > a:after {
  content: none;
}

/* line 202, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu {
  position: static;
}
/* line 205, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul {
  right: 0px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul {
  left: 0px;
  right: auto;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:before, #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
  clear: both;
}
/* line 208, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
  float: right;
}
/* line 212, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
  display: block;
  position: relative;
  left: 0;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
  right: 0;
  left: auto;
}
/* line 216, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item {
  float: none;
}
/* line 218, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a {
  padding: 15px 0px !important;
  font-size: 12px;
  text-transform: capitalize;
}
/* line 222, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a:after {
  content: none;
}

/* line 234, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-1 {
  width: 100%;
}

/* line 237, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-2 {
  width: 50%;
}

/* line 240, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-2 {
  width: 100%;
}

/* line 243, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-3 {
  width: 33.33333%;
}

/* line 246, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-3 {
  width: 66.66667%;
}

/* line 249, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-3 {
  width: 100%;
}

/* line 252, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-4 {
  width: 25%;
}

/* line 255, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-4 {
  width: 50%;
}

/* line 258, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-4 {
  width: 75%;
}

/* line 261, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-4 {
  width: 100%;
}

/* line 264, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-5 {
  width: 20%;
}

/* line 267, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-5 {
  width: 40%;
}

/* line 270, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-5 {
  width: 60%;
}

/* line 273, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-5 {
  width: 80%;
}

/* line 276, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-5 {
  width: 100%;
}

/* line 279, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-6 {
  width: 16.66667%;
}

/* line 282, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-6 {
  width: 33.33333%;
}

/* line 285, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-6 {
  width: 50%;
}

/* line 288, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-6 {
  width: 66.66667%;
}

/* line 291, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-6 {
  width: 83.33333%;
}

/* line 294, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-6 {
  width: 100%;
}

/* line 297, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-7 {
  width: 14.28571%;
}

/* line 300, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-7 {
  width: 28.57143%;
}

/* line 303, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-7 {
  width: 42.85714%;
}

/* line 306, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-7 {
  width: 57.14286%;
}

/* line 309, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-7 {
  width: 71.42857%;
}

/* line 312, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-7 {
  width: 85.71429%;
}

/* line 315, ../sass/theme/components/_menu.scss */
.mega-menu-columns-7-of-7 {
  width: 100%;
}

/* line 318, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-8 {
  width: 12.5%;
}

/* line 321, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-8 {
  width: 25%;
}

/* line 324, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-8 {
  width: 37.5%;
}

/* line 327, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-8 {
  width: 50%;
}

/* line 330, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-8 {
  width: 62.5%;
}

/* line 333, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-8 {
  width: 75%;
}

/* line 336, ../sass/theme/components/_menu.scss */
.mega-menu-columns-7-of-8 {
  width: 87.5%;
}

/* line 339, ../sass/theme/components/_menu.scss */
.mega-menu-columns-8-of-8 {
  width: 100%;
}

/* line 344, ../sass/theme/components/_menu.scss */
#ri-menu-primary {
  /* widget product list */
  /* widget image widget */
}
/* line 346, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-block-title {
  padding-bottom: 15px;
  color: #282828;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f1;
  margin: 10px 0;
}
/* line 361, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product_list_widget {
  box-shadow: none;
  max-width: 400px;
  position: relative !important;
}
/* line 365, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product_list_widget > li {
  margin-bottom: 30px;
  border: none;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .product_list_widget > li:before, #ri-menu-primary .product_list_widget > li:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .product_list_widget > li:after {
  clear: both;
}
/* line 369, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product_list_widget > li .product-image {
  padding: 0 !important;
}
/* line 375, ../sass/theme/components/_menu.scss */
#ri-menu-primary .cart_list.product_list_widget > li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}
/* line 381, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-image {
  margin-right: 10px;
  width: auto;
  padding: 0;
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .product-image {
  float: right;
}
/* line 387, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-image .img-effect:hover .wp-post-image {
  margin-left: 0%;
  transition: all 0.4s ease 0s;
}
/* line 391, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-image .hover-image {
  display: none;
}
/* line 395, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details {
  padding: 0;
  overflow: hidden;
}
/* line 398, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details a {
  padding-left: 0px;
  color: #000000;
  font-size: 15px;
  padding-bottom: 10px;
}
/* line 403, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details a:hover {
  color: #6d604c;
}
/* line 407, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details .amount {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
/* line 415, ../sass/theme/components/_menu.scss */
#ri-menu-primary .widget_sp_image-image-link {
  padding: 0;
}
/* line 418, ../sass/theme/components/_menu.scss */
#ri-menu-primary .widget_sp_image-description {
  padding: 15px 0;
  font-style: italic;
  text-align: justify;
}

/* line 424, ../sass/theme/components/_menu.scss */
.ri-keep {
  z-index: 9999;
}

/* ================== Canvas Menu ===================== */
/* line 3, ../sass/theme/components/_offcanvas.scss */
body {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  /* line 8, ../sass/theme/components/_offcanvas.scss */
  .slicknav_btn {
    display: block !important;
  }
}
/* line 2, ../sass/theme/components/_element-woo.scss */
.site-logo {
  line-height: 70px;
}

/* line 5, ../sass/theme/components/_element-woo.scss */
.site-title {
  font-size: 36px;
}

/* line 10, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .language {
  position: relative;
}
/* line 13, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch {
  background: none;
  border: none;
}
/* line 17, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul {
  margin-top: 0;
  background: #1f1f1f;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
/* line 23, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li {
  border-top: 1px solid #232323;
  list-style: none;
  float: none;
  color: #aaaaaa;
  border-left: none;
  border-right: none;
}
/* line 30, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li a {
  display: inline-block;
}
/* line 33, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li span {
  color: #aaaaaa;
  cursor: pointer;
}
/* line 36, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li span:hover {
  color: #6d604c;
}
/* line 42, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch img {
  margin-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar #language-switch img {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 45, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch .fa {
  margin-left: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar #language-switch .fa {
  margin-right: 5px;
  margin-left: inherit;
}
/* line 48, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch .icl_lang_sel_translated {
  display: none;
}

/* line 55, ../sass/theme/components/_element-woo.scss */
.wrap-select-currency, .wrap-select-country {
  position: relative;
}
/* line 57, ../sass/theme/components/_element-woo.scss */
.wrap-select-currency:after, .wrap-select-country:after {
  background: transparent;
  color: #aaaaaa;
  content: "\f107";
  font-family: "FontAwesome";
  height: 100%;
  line-height: 27px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 10px;
  font-size: 14px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .wrap-select-currency:after, .rtl .wrap-select-country:after {
  left: 0;
  right: auto;
}

/* line 74, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher {
  background: none;
  border: none;
  margin-right: 10px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .currency_switcher .woocommerce-currency-switcher {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 81, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-pointer {
  display: none !important;
}
/* line 84, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-select {
  background: none !important;
  border: none;
}
/* line 88, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-desc {
  display: none;
}
/* line 91, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-selected {
  padding: 0;
  width: 55px;
  line-height: 24px;
}
/* line 96, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text, .currency_switcher .woocommerce-currency-switcher-form .dd-option-text {
  color: #aaaaaa;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400 !important;
  cursor: pointer;
  font-size: 12px;
}
/* line 103, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text:hover, .currency_switcher .woocommerce-currency-switcher-form .dd-option-text:hover {
  color: #6d604c;
}
/* line 107, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options {
  position: absolute;
  width: 95px !important;
  top: 32px;
  left: -20px;
  box-shadow: none;
  background: #1f1f1f;
  border: 1px solid #232323;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .currency_switcher .woocommerce-currency-switcher-form .dd-options {
  right: -20px;
  left: auto;
}
/* line 115, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options li {
  display: block;
  width: 100%;
  float: none;
  border-left: none !important;
  border-bottom: 1px solid #232323;
}
/* line 121, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options li:last-child {
  border-right: none !important;
}
/* line 125, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options a {
  background: none;
  border-bottom: none;
}

/* line 133, ../sass/theme/components/_element-woo.scss */
.cart-wrap {
  position: relative;
}
/* line 135, ../sass/theme/components/_element-woo.scss */
.cart-wrap .cart-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120%;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-wrap .cart-box {
  left: 0;
  right: auto;
}
/* line 145, ../sass/theme/components/_element-woo.scss */
.cart-wrap .cart-box .name {
  margin: 0;
}
/* line 147, ../sass/theme/components/_element-woo.scss */
.cart-wrap .cart-box .name a {
  font-size: 13px;
}
/* line 153, ../sass/theme/components/_element-woo.scss */
.cart-wrap:hover .cart-box {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 161, ../sass/theme/components/_element-woo.scss */
.ri-cart {
  cursor: pointer;
}
/* line 163, ../sass/theme/components/_element-woo.scss */
.ri-cart .mini-cart {
  padding-left: 22px;
  display: table;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .ri-cart .mini-cart {
  padding-right: 22px;
  padding-left: inherit;
}
/* line 166, ../sass/theme/components/_element-woo.scss */
.ri-cart .mini-cart > * {
  vertical-align: middle;
  display: table-cell;
}
/* line 170, ../sass/theme/components/_element-woo.scss */
.ri-cart .mini-cart .fa {
  line-height: 40px;
  color: #6d604c;
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .ri-cart .mini-cart .fa {
  float: right;
}
/* line 176, ../sass/theme/components/_element-woo.scss */
.ri-cart .icon-cart {
  position: relative;
  z-index: 1;
}
/* line 179, ../sass/theme/components/_element-woo.scss */
.ri-cart .icon-cart .mini-cart-items {
  padding: 4px 10px;
  border: 2px solid #282828;
  margin-right: 10px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .ri-cart .icon-cart .mini-cart-items {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 183, ../sass/theme/components/_element-woo.scss */
.ri-cart .icon-cart .mini-cart-items:before {
  border-style: solid solid none;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-width: 2px 2px 0;
  content: "";
  height: 12px;
  margin-right: -3px;
  position: absolute;
  right: 50%;
  top: -5px;
  width: 15px;
  border-color: #282828;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .ri-cart .icon-cart .mini-cart-items:before {
  margin-left: -3px;
  margin-right: inherit;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .ri-cart .icon-cart .mini-cart-items:before {
  left: 50%;
  right: auto;
}
/* line 199, ../sass/theme/components/_element-woo.scss */
.ri-cart .group-mini-cart {
  position: relative;
  overflow: hidden;
}
/* line 203, ../sass/theme/components/_element-woo.scss */
.ri-cart .text-items {
  color: #c69f73;
}
/* line 206, ../sass/theme/components/_element-woo.scss */
.ri-cart .total {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
/* line 210, ../sass/theme/components/_element-woo.scss */
.ri-cart .quantity {
  margin: 0;
}

/* line 214, ../sass/theme/components/_element-woo.scss */
.cart-box {
  border-radius: 0;
  min-height: 50px;
  width: 315px;
  padding: 15px 20px 5px;
  cursor: pointer;
  left: auto;
  right: 0;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-box {
  left: 0;
  right: auto;
}
/* line 222, ../sass/theme/components/_element-woo.scss */
.cart-box .empty {
  border: none !important;
}

/* line 226, ../sass/theme/components/_element-woo.scss */
.rit_product_remove {
  display: table-cell !important;
  vertical-align: middle;
}
/* line 229, ../sass/theme/components/_element-woo.scss */
.rit_product_remove:after {
  content: none!important;
}

/* line 233, ../sass/theme/components/_element-woo.scss */
.product-remove {
  vertical-align: middle;
  text-align: center;
}
/* line 236, ../sass/theme/components/_element-woo.scss */
.product-remove a {
  width: 24px;
  height: 24px;
  font-size: 20px;
  border-radius: 100%;
}

/* line 243, ../sass/theme/components/_element-woo.scss */
.cart_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 247, ../sass/theme/components/_element-woo.scss */
.cart_list .empty {
  line-height: 24px;
  border-bottom: none;
  padding-bottom: 0;
}
/* line 252, ../sass/theme/components/_element-woo.scss */
.cart_list li {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}
/* line 256, ../sass/theme/components/_element-woo.scss */
.cart_list .wp-post-image {
  width: 100%;
  height: 100%;
}

/* line 262, ../sass/theme/components/_element-woo.scss */
.btn-viewcart {
  margin-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .btn-viewcart {
  margin-left: 5px;
  margin-right: inherit;
}

/* line 266, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart {
  padding: 0 15px;
  display: inline-block;
  line-height: 24px;
}
/* line 270, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .mini-cart-items {
  font-size: 12px;
  color: #282828;
  padding: 2px 6px;
  border: none;
  background: #c69f73;
  border-radius: 100%;
  margin-left: 20px;
}
/* line 278, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .mini-cart-items:before {
  content: '\e760';
  font-family: 'icomoon';
  font-size: 24px;
  border: none;
  color: #aaaaaa;
  margin-right: 0px;
  top: 0px;
  width: 20px;
  z-index: -1;
}
/* line 291, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .total {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 10px;
}
/* line 298, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart ul > li {
  border: none;
  float: none;
  padding: 0;
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .mobile-cart ul > li {
  text-align: right;
}
/* line 303, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart ul > li:last-child {
  border-width: 0;
}
/* line 307, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .buttons a {
  color: white;
}
/* line 309, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .buttons a:hover {
  color: #6d604c;
}

/* line 316, ../sass/theme/components/_element-woo.scss */
.country_select > * {
  line-height: 30px;
}

/* line 320, ../sass/theme/components/_element-woo.scss */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 5px;
}

/* line 325, ../sass/theme/components/_element-woo.scss */
.woocommerce table.shop_table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .woocommerce table.shop_table {
  text-align: right;
}

/* line 330, ../sass/theme/components/_element-woo.scss */
.select2-container .select2-choice {
  border-radius: 0;
  padding: 5px;
  line-height: 24px;
  height: 36px;
}

/* line 336, ../sass/theme/components/_element-woo.scss */
.f-coupon-code {
  width: 240px;
  display: inline-block;
}

/* line 340, ../sass/theme/components/_element-woo.scss */
.breadcrumb {
  padding: 0;
  margin: 20px 0;
  background: none;
  font-size: 12px;
  color: #c69f73;
}
/* line 346, ../sass/theme/components/_element-woo.scss */
.breadcrumb a {
  color: #282828;
}
/* line 348, ../sass/theme/components/_element-woo.scss */
.breadcrumb a:hover {
  color: #c69f73;
}
/* line 351, ../sass/theme/components/_element-woo.scss */
.breadcrumb a:after {
  content: ">";
  font-size: 13px;
  color: #CCC;
  margin-left: 10px;
  margin-top: 1px;
}

/* line 361, ../sass/theme/components/_element-woo.scss */
.ri-breadcrumb {
  position: relative;
  text-align: left;
  min-height: 1px;
  background: #F9F9FA;
  margin-bottom: 60px;
}

/* line 370, ../sass/theme/components/_element-woo.scss */
.screen-reader-text {
  display: none;
}

/* line 373, ../sass/theme/components/_element-woo.scss */
.pagination {
  display: block;
  border-top: 1px solid #dddddd;
  margin: -1px 0 0;
  padding: 30px 0;
  text-align: center;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
.pagination:after {
  clear: both;
}
/* line 380, ../sass/theme/components/_element-woo.scss */
.pagination .page-numbers {
  border-radius: 3px !important;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
  color: #282828;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .pagination .page-numbers {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 388, ../sass/theme/components/_element-woo.scss */
.pagination .page-numbers:hover {
  color: #FFF;
  background: #282828;
  border-color: #282828;
}
/* line 394, ../sass/theme/components/_element-woo.scss */
.pagination .current, .pagination span.current {
  background: #282828;
  color: white;
  border: 1px solid #282828;
  padding: 10px 15px;
}
/* line 400, ../sass/theme/components/_element-woo.scss */
.pagination > li {
  display: inline-block;
}
/* line 403, ../sass/theme/components/_element-woo.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 3px !important;
}

/* line 409, ../sass/theme/components/_element-woo.scss */
.image-pagination .page-numbers {
  padding: 0;
  border: none;
}
/* line 410, ../sass/theme/components/_element-woo.scss */
.image-pagination .page-numbers:hover {
  border: none !important;
  background: none !important;
}

/* line 420, ../sass/theme/components/_element-woo.scss */
#calendar_wrap #today {
  background: #6d604c;
  color: white;
}
/* line 424, ../sass/theme/components/_element-woo.scss */
#calendar_wrap td {
  padding: 8px;
  text-align: center;
}

/* line 431, ../sass/theme/components/_element-woo.scss */
.woocommerce-tabs li.resp-tab-item {
  background: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins";
}
/* line 436, ../sass/theme/components/_element-woo.scss */
.woocommerce-tabs li.resp-tab-item.resp-tab-active {
  border-bottom: 1px solid #c69f73;
  color: #c69f73;
  background: none;
}

/* line 444, ../sass/theme/components/_element-woo.scss */
#yith-quick-view-modal .yith-wcqv-wrapper {
  padding: 0;
}

/* line 448, ../sass/theme/components/_element-woo.scss */
.expand-icon {
  display: block;
  height: 10px;
  position: relative;
  width: 10px;
}

/* line 454, ../sass/theme/components/_element-woo.scss */
.expand-icon::after, .expand-icon::before {
  background: #212121 none repeat scroll 0 0;
  content: "";
  display: block;
  position: absolute;
}

/* line 460, ../sass/theme/components/_element-woo.scss */
.expand-icon:hover::after, .expand-icon:hover::before {
  background: #c69f73 none repeat scroll 0 0;
}

/* line 463, ../sass/theme/components/_element-woo.scss */
.expand-icon::after {
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
}

/* line 469, ../sass/theme/components/_element-woo.scss */
.expand-icon::before {
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
}

/* line 475, ../sass/theme/components/_element-woo.scss */
.triggernav.active .expand-icon::after {
  display: none;
}

/* line 478, ../sass/theme/components/_element-woo.scss */
.widget .product-categories span.triggernav {
  float: right;
  padding: 5px;
  margin-right: 15px;
  cursor: pointer;
}

/* line 484, ../sass/theme/components/_element-woo.scss */
.widget .product-categories .unvisible {
  height: 0 !important;
}

/* line 487, ../sass/theme/components/_element-woo.scss */
.widget .product-categories .children {
  display: list-item;
  overflow: hidden;
  transition: all 300ms ease 0s;
  margin-top: 15px;
}
/* line 492, ../sass/theme/components/_element-woo.scss */
.widget .product-categories .children.unvisible {
  margin-top: 0px;
}

/* line 496, ../sass/theme/components/_element-woo.scss */
.contact-maps iframe {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  -o-filter: grayscale(1);
}

/* line 505, ../sass/theme/components/_element-woo.scss */
.cover-heading {
  font-size: 80px;
  color: #252525;
  letter-spacing: -5px;
  font-weight: 600;
  line-height: 42px;
}

/* line 512, ../sass/theme/components/_element-woo.scss */
.cover-des {
  font-size: 22px;
  line-height: 45px;
  font-style: italic;
  color: #252525;
}

/* line 518, ../sass/theme/components/_element-woo.scss */
.text-heading {
  line-height: 36px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 524, ../sass/theme/components/_element-woo.scss */
.parallax-heading {
  font-weight: 600;
  font-size: 80px;
  color: #FFF;
  line-height: 60px;
}

/* line 530, ../sass/theme/components/_element-woo.scss */
.parallax-heading-h3 {
  font-weight: 600;
  font-size: 50px;
  color: #FFF;
  line-height: 60px;
}

/* line 536, ../sass/theme/components/_element-woo.scss */
.parallax-des {
  font-weight: 100;
  font-size: 36px;
  color: #FFF;
  line-height: 60px;
}

/* line 542, ../sass/theme/components/_element-woo.scss */
.input-group-addon {
  background: white;
}

/* line 550, ../sass/theme/components/_element-woo.scss */
.woocommerce-MyAccount-navigation {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

/* line 556, ../sass/theme/components/_element-woo.scss */
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
.woocommerce-MyAccount-navigation ul:before, .woocommerce-MyAccount-navigation ul:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
.woocommerce-MyAccount-navigation ul:after {
  clear: both;
}

/* line 561, ../sass/theme/components/_element-woo.scss */
.woocommerce-MyAccount-navigation ul li {
  float: left;
  list-style: outside none none;
  padding: 10px 30px 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 567, ../sass/theme/components/_element-woo.scss */
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #6d604c;
}

/* line 572, ../sass/theme/components/_element-woo.scss */
.woo-dashboard a {
  color: #c69f73;
}

/* line 578, ../sass/theme/components/_element-woo.scss */
.woocommerce-account .page-title {
  display: none;
}
/* line 581, ../sass/theme/components/_element-woo.scss */
.woocommerce-account table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}

/* line 586, ../sass/theme/components/_element-woo.scss */
.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
}

/* line 3, ../sass/theme/components/_social.scss */
.social {
  padding: 30px 0 10px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
/* line 7, ../sass/theme/components/_social.scss */
.social .social-item {
  padding: 0 8px;
}

/* line 11, ../sass/theme/components/_social.scss */
.share-text {
  text-transform: uppercase;
  line-height: 40px;
  color: #282828;
}

/* line 17, ../sass/theme/components/_social.scss */
.social-icons {
  margin: 0;
}

/* line 21, ../sass/theme/components/_social.scss */
.social-item > a {
  display: inline-block;
  color: #000000;
  text-align: center;
  font-size: 16px;
}

/* line 29, ../sass/theme/components/_social.scss */
.author-social {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
}
/* line 35, ../sass/theme/components/_social.scss */
.author-social .fa {
  font-size: 16px;
  padding-right: 15px;
}

/* line 44, ../sass/theme/components/_social.scss */
.facebook:hover {
  color: #3b5998;
}

/* line 51, ../sass/theme/components/_social.scss */
.twitter:hover {
  color: #00aced;
}

/* line 58, ../sass/theme/components/_social.scss */
.googleplus:hover {
  color: #dd4b39;
}

/* line 65, ../sass/theme/components/_social.scss */
.pinterest:hover {
  color: #cb2027;
}

/* line 72, ../sass/theme/components/_social.scss */
.mail:hover {
  color: #666;
}

/* line 78, ../sass/theme/components/_social.scss */
.fa-facebook:hover {
  color: #3b5998;
}

/* line 83, ../sass/theme/components/_social.scss */
.fa-twitter:hover {
  color: #00aced;
}

/* line 88, ../sass/theme/components/_social.scss */
.fa-google-plus:hover {
  color: #dd4b39;
}

/* line 93, ../sass/theme/components/_social.scss */
.fa-pinterest:hover {
  color: #cb2027;
}

/* line 98, ../sass/theme/components/_social.scss */
.fa-envelope:hover {
  color: #666;
}

/* line 4, ../sass/theme/layouts/_header.scss */
#ri-header .group-cart-search {
  padding: 15px 0;
}
/* line 6, ../sass/theme/layouts/_header.scss */
#ri-header .group-cart-search > * {
  display: inline-block;
}
/* line 10, ../sass/theme/layouts/_header.scss */
#ri-header .searchform-wrap {
  width: 300px;
}
/* line 13, ../sass/theme/layouts/_header.scss */
#ri-header .searchform, #ri-header .woocommerce-product-search {
  padding: 0;
}
/* line 15, ../sass/theme/layouts/_header.scss */
#ri-header .searchform .input-group, #ri-header .woocommerce-product-search .input-group {
  padding-right: 25px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-header .searchform .input-group, .rtl #ri-header .woocommerce-product-search .input-group {
  padding-left: 25px;
  padding-right: inherit;
}

/* line 22, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent {
  position: absolute;
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  width: 100%;
  z-index: 999;
}
/* line 27, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent.topbar-show #ri-header {
  border-bottom: none;
}
/* line 31, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent .is-sticky .ri-keep {
  background: #303032;
}
/* line 35, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
/* line 39, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li[class*="-has-children"] > a::before {
  color: #FFF;
  line-height: 55px;
  right: 5px;
}
/* line 45, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li > a {
  color: #FFF;
}
/* line 47, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li > a:hover {
  color: #6d604c;
}
/* line 49, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li > a:hover:before {
  color: #6d604c;
}
/* line 56, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li .mega-sub-menu a, .wrapper .menu-transparent #ri-header #ri-menu-primary ul > li .sub-menu a {
  color: #282828;
}
/* line 58, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li .mega-sub-menu a:hover, .wrapper .menu-transparent #ri-header #ri-menu-primary ul > li .sub-menu a:hover {
  color: #6d604c;
}
/* line 64, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header .btn-mini-search, .wrapper .menu-transparent #ri-header .btn-mini-close {
  color: #fff;
}
/* line 67, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header .ri-cart .icon-cart .mini-cart-items::before {
  color: #FFF;
}
/* line 70, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header .text-cart {
  color: #fff;
}
/* line 73, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header .menu-transparent-logo {
  display: block;
  line-height: 60px;
  position: relative;
  z-index: 999;
}
/* line 79, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header #logo {
  display: none;
}
/* line 82, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-header .fa-close {
  color: #FFF;
}
/* line 86, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-top-navbar {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 89, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-top-navbar ul > li, .wrapper .menu-transparent #ri-top-navbar .topbar-left .list-unstyled {
  border-left: none;
}
/* line 91, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent #ri-top-navbar ul > li:last-child, .wrapper .menu-transparent #ri-top-navbar .topbar-left .list-unstyled:last-child {
  border-right: none;
}
/* line 97, ../sass/theme/layouts/_header.scss */
.wrapper .menu-transparent.topbar-hiden #ri-top-navbar {
  display: none;
}

/* line 104, ../sass/theme/layouts/_header.scss */
.menu-transparent-logo {
  display: none;
}

/* line 108, ../sass/theme/layouts/_header.scss */
.keep-logo {
  display: none;
}

/* line 113, ../sass/theme/layouts/_header.scss */
.keep-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  margin-top: 0;
}
/* line 119, ../sass/theme/layouts/_header.scss */
.keep-header .ri-menu-primary {
  position: relative;
}

/* line 127, ../sass/theme/layouts/_header.scss */
.header-1 #ri-top-navbar .cart-wrap {
  border: none;
}
/* line 131, ../sass/theme/layouts/_header.scss */
.header-1 .cart-wrap {
  border-left: 1px solid #f1f1f1;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-1 .cart-wrap {
  border-right: 1px solid #f1f1f1;
  border-left: inherit;
}

/* line 138, ../sass/theme/layouts/_header.scss */
.header-2 .cart-wrap {
  float: right;
  padding: 20px 0 15px;
}
/* line 143, ../sass/theme/layouts/_header.scss */
.header-2 .nav-menu-primary {
  margin-bottom: 10px;
}
/* line 145, ../sass/theme/layouts/_header.scss */
.header-2 .nav-menu-primary.menu-full {
  margin-bottom: 0px;
}
/* line 150, ../sass/theme/layouts/_header.scss */
.header-2 .searchform-wrap {
  width: 260px;
  float: right;
}
/* line 154, ../sass/theme/layouts/_header.scss */
.header-2 .searchform, .header-2 .woocommerce-product-search {
  padding: 15px 0;
}
/* line 156, ../sass/theme/layouts/_header.scss */
.header-2 .searchform .input-group, .header-2 .woocommerce-product-search .input-group {
  padding-right: 6px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-2 .searchform .input-group, .rtl .header-2 .woocommerce-product-search .input-group {
  padding-left: 6px;
  padding-right: inherit;
}
/* line 164, ../sass/theme/layouts/_header.scss */
.header-2 .site-logo {
  text-align: center;
}

/* line 172, ../sass/theme/layouts/_header.scss */
.menu-vertical #content, .menu-vertical #rit-footer {
  margin-left: 300px !important;
}
/* line 175, ../sass/theme/layouts/_header.scss */
.menu-vertical .rev_slider_wrapper {
  margin-left: 300px !important;
}

/* line 182, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical {
  background: #151515;
  position: fixed;
  z-index: 999;
  width: 300px;
  height: 100%;
}
/* line 189, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical .header-content-logo {
  float: none;
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 198, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul, .header-3.header-vertical #ri-menu-primary ul.mega-menu {
  float: none;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 202, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li {
  float: none;
  text-align: left;
  border-top: 1px solid #1c1c1c;
}
/* line 207, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li[class*="-has-children"] > a:before, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li[class*="-has-children"] > a:before {
  content: "\f0da";
  right: 0px;
  font-size: 16px;
  color: white;
  line-height: 40px;
  color: white;
}
/* line 215, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > a, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a {
  font-size: 12px;
  padding: 15px 0;
  display: block;
  color: white;
}
/* line 220, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > a:hover, .header-3.header-vertical #ri-menu-primary ul > li > a:focus, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a:hover, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a:focus {
  color: #c69f73;
  background: none;
}
/* line 223, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > a:hover:before, .header-3.header-vertical #ri-menu-primary ul > li > a:focus:before, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a:hover:before, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a:focus:before {
  color: #c69f73;
}
/* line 231, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li {
  position: relative;
}
/* line 233, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li.mega-menu-flyout ul.mega-sub-menu {
  min-width: 300px;
}
/* line 235, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li.mega-menu-flyout ul.mega-sub-menu li {
  border-top: 1px solid #f1f1f1;
}
/* line 237, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li.mega-menu-flyout ul.mega-sub-menu li:first-child {
  border-top: none;
}
/* line 242, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > ul {
  top: 10%;
  right: auto;
  left: 100%;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 248, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > ul.mega-sub-menu {
  min-width: 900px;
}
/* line 252, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > ul li {
  border: none;
}
/* line 255, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > ul ul {
  padding: 0;
  margin: 0;
}
/* line 258, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > ul ul.mega-sub-menu {
  padding: 0margin-left 30px;
}
/* line 262, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > ul a {
  color: #282828;
}
/* line 265, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li > ul a:hover, .header-3.header-vertical #ri-menu-primary ul > li > ul a:before {
  content: none !important;
}
/* line 270, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical #ri-menu-primary ul > li:hover > ul {
  top: 0;
  right: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 279, ../sass/theme/layouts/_header.scss */
.header-3.header-vertical .site-logo {
  display: inline-block;
}
/* line 284, ../sass/theme/layouts/_header.scss */
.header-3 .widget {
  background: #151515;
  border-top: 1px solid #1c1c1c;
  bottom: 30px;
  margin: 0 30px;
  padding-top: 30px;
  position: absolute;
  color: white;
}
/* line 292, ../sass/theme/layouts/_header.scss */
.header-3 .widget ul {
  list-style: none;
  padding: 0;
}
/* line 296, ../sass/theme/layouts/_header.scss */
.header-3 .widget li {
  padding: 10px 0;
  color: #959595;
  overflow: hidden;
  font-size: 13px;
}
/* line 302, ../sass/theme/layouts/_header.scss */
.header-3 .widget li span, .header-3 .widget li a {
  padding-left: 30px;
  color: #959595;
  font-size: 13px;
  display: block;
  cursor: pointer;
}
/* line 310, ../sass/theme/layouts/_header.scss */
.header-3 .widget li:hover span, .header-3 .widget li:hover a, .header-3 .widget li:hover .fa {
  color: #c69f73;
}
/* line 315, ../sass/theme/layouts/_header.scss */
.header-3 .widget .fa {
  font-size: 16px;
  float: left;
  vertical-align: middle;
}
/* line 319, ../sass/theme/layouts/_header.scss */
.header-3 .widget .fa.fa-mobile {
  font-size: 20px;
}
/* line 322, ../sass/theme/layouts/_header.scss */
.header-3 .widget .fa.fa-envelope-o {
  font-size: 14px;
}
/* line 328, ../sass/theme/layouts/_header.scss */
.header-3 .widgettitle {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 30px 0 10px;
  font-family: "Poppins";
}
/* line 337, ../sass/theme/layouts/_header.scss */
.header-3 .description {
  color: #959595;
  font-size: 13px;
  padding-bottom: 15px;
}
/* line 342, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap {
  float: right;
  padding-top: 25px;
  padding-right: 5px;
}
/* line 346, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap .cart-wrap {
  float: right;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}
/* line 352, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap .group-mini-cart {
  display: none;
}
/* line 355, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap .ri-cart .mini-cart {
  padding-left: 30px;
}
/* line 358, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap .mini-cart-items {
  font-size: 12px;
  color: #fff;
  padding: 2px 7px;
  border: none;
  background: #c69f73;
  border-radius: 100%;
}
/* line 365, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap .mini-cart-items:before {
  content: '\e760';
  font-family: 'icomoon';
  font-size: 24px;
  border: none;
  color: white;
  margin-right: 10px;
  top: 0px;
  width: 20px;
  z-index: -1;
}
/* line 377, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap:hover .cart-box {
  top: 30px;
}
/* line 380, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap .cart-box {
  right: auto;
  left: 100%;
  padding: 0;
}
/* line 385, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap .cart_list {
  padding: 15px 20px 5px;
  background: white;
}

/* line 397, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary {
  position: relative;
  background: none;
  border: none;
  padding: 10px 0;
}
/* line 402, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary .cart-wrap {
  float: right;
  padding: 10px 0;
  position: relative;
  z-index: 999;
}
/* line 408, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary ul {
  float: right;
  position: static;
}
/* line 414, ../sass/theme/layouts/_header.scss */
.header-4 .header-content-logo {
  float: left;
}
/* line 417, ../sass/theme/layouts/_header.scss */
.header-4 .searchform-mini {
  cursor: pointer;
  float: right;
  margin-left: 20px;
  padding: 10px;
  position: relative;
  right: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .header-4 .searchform-mini {
  float: left;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-4 .searchform-mini {
  margin-right: 20px;
  margin-left: inherit;
}
/* line 426, ../sass/theme/layouts/_header.scss */
.header-4 .btn-mini-search {
  border: none;
  color: #000000;
  padding: 10px 12px;
  background: none;
  cursor: pointer;
  z-index: 99;
  position: relative;
}
/* line 435, ../sass/theme/layouts/_header.scss */
.header-4 .searchform-wrap {
  background: white;
  padding: 20px 0;
  position: absolute;
  right: 130px;
  top: 0;
  width: 70% !important;
  z-index: 999;
}
/* line 443, ../sass/theme/layouts/_header.scss */
.header-4 .searchform-wrap .btn-mini-close {
  color: #505050;
  position: absolute;
  right: 15px;
  top: 30px;
  background: none;
  border: none;
}
/* line 453, ../sass/theme/layouts/_header.scss */
.header-4 .searchform .input-group, .header-4 .woocommerce-product-search .input-group {
  padding-right: 45px !important;
}
/* line 457, ../sass/theme/layouts/_header.scss */
.header-4 #ri-header {
  padding: 20px 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
}
/* line 464, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list {
  float: none !important;
  position: absolute !important;
}
/* line 468, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list li a {
  padding: 0 !important;
  margin-right: 5px;
}
/* line 471, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list li a:before, .header-4 .cart_list li a:after {
  content: none;
}

/* line 482, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary {
  background: #343434;
  margin-bottom: 10px;
}
/* line 487, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary ul.mega-menu > li > a:hover, .header-5 #ri-menu-primary ul.mega-menu > li > a:focus {
  color: white;
}
/* line 493, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li:hover, .header-5 #ri-menu-primary .mega-menu > li:hover {
  background: #6d604c;
  color: white;
}
/* line 497, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li > a, .header-5 #ri-menu-primary .mega-menu > li > a {
  padding: 18px 20px;
  border-right: 1px solid #343434;
  color: white;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-5 #ri-menu-primary .ri-menu > li > a, .rtl .header-5 #ri-menu-primary .mega-menu > li > a {
  border-left: 1px solid #343434;
  border-right: inherit;
}
/* line 501, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li > a:after, .header-5 #ri-menu-primary .mega-menu > li > a:after {
  content: none;
}
/* line 505, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li[class*="-has-children"] > a:before, .header-5 #ri-menu-primary .mega-menu > li[class*="-has-children"] > a:before {
  color: white;
}
/* line 508, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li.current-menu-item, .header-5 #ri-menu-primary .mega-menu > li.current-menu-item {
  background: #6d604c;
}
/* line 515, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary ul > li[class*="-has-children"] > a::before {
  line-height: 42px;
}

/* line 522, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary {
  position: relative;
  background: none;
  border: none;
  padding: 0;
}
/* line 527, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary ul.mega-menu {
  float: right;
  position: static;
}
/* line 531, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary ul.mega-menu > li {
  border: none;
}
/* line 533, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary ul.mega-menu > li > a {
  padding: 25px;
}
/* line 536, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary ul.mega-menu > li[class*="-has-children"] > a::before {
  right: 5px;
}
/* line 540, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary ul.mega-menu .mega-sub-menu {
  max-width: 1170px;
}
/* line 545, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary .cart-wrap {
  float: right;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}
/* line 551, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary .group-mini-cart {
  display: none;
}
/* line 554, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary .ri-cart .mini-cart {
  padding-left: 30px;
}
/* line 557, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary .mini-cart-items {
  font-size: 12px;
  color: #fff;
  padding: 2px 7px;
  border: none;
  background: #c69f73;
  border-radius: 100%;
}
/* line 564, ../sass/theme/layouts/_header.scss */
.header-full #ri-menu-primary .mini-cart-items:before {
  content: '\e760';
  font-family: 'icomoon';
  font-size: 24px;
  border: none;
  color: #282828;
  margin-right: 10px;
  top: 0px;
  width: 20px;
  z-index: -1;
}
/* line 577, ../sass/theme/layouts/_header.scss */
.header-full .header-content-logo {
  float: left;
}
/* line 580, ../sass/theme/layouts/_header.scss */
.header-full .searchform-mini {
  cursor: pointer;
  float: right;
  margin-left: 30px;
  padding: 10px 0;
  position: relative;
  right: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .header-full .searchform-mini {
  float: left;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-full .searchform-mini {
  margin-right: 30px;
  margin-left: inherit;
}
/* line 588, ../sass/theme/layouts/_header.scss */
.header-full .btn-mini-search {
  border: none;
  color: #000000;
  padding: 15px 12px;
  background: none;
  cursor: pointer;
  z-index: 99;
  position: relative;
}
/* line 597, ../sass/theme/layouts/_header.scss */
.header-full .ri-header .rit-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
/* line 601, ../sass/theme/layouts/_header.scss */
.header-full .ri-header .rit-hidden .searchform, .header-full .ri-header .rit-hidden .woocommerce-product-search {
  opacity: 0;
  padding: 50px !important;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
/* line 607, ../sass/theme/layouts/_header.scss */
.header-full .ri-header .rit-hidden .btn-mini-close {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 612, ../sass/theme/layouts/_header.scss */
.header-full .search-transition-wrap {
  opacity: 1;
  visibility: visible;
  background: rgba(20, 22, 24, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100% !important;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  z-index: 999;
}
/* line 625, ../sass/theme/layouts/_header.scss */
.header-full .search-transition-wrap .search-transition-inner {
  padding: 0 25% !important;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  border: none !important;
}
/* line 633, ../sass/theme/layouts/_header.scss */
.header-full .search-transition-wrap .searchform, .header-full .search-transition-wrap .woocommerce-product-search {
  opacity: 1;
  padding: 50px !important;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
/* line 638, ../sass/theme/layouts/_header.scss */
.header-full .search-transition-wrap .searchform .form-control, .header-full .search-transition-wrap .woocommerce-product-search .form-control {
  background: none;
  border: none;
  font-size: 20px;
  color: #FFF;
  height: 50px;
  padding: 0;
}
/* line 646, ../sass/theme/layouts/_header.scss */
.header-full .search-transition-wrap .searchform .input-group, .header-full .search-transition-wrap .woocommerce-product-search .input-group {
  border-bottom: 1px solid #fff;
  padding: 0 !important;
}
/* line 650, ../sass/theme/layouts/_header.scss */
.header-full .search-transition-wrap .searchform .btn, .header-full .search-transition-wrap .woocommerce-product-search .btn {
  background: none;
  font-size: 16px;
  padding: 0 15px;
}
/* line 656, ../sass/theme/layouts/_header.scss */
.header-full .search-transition-wrap .btn-mini-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -10px;
  right: 25%;
  margin-right: 50px;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 671, ../sass/theme/layouts/_header.scss */
.header-full #ri-header {
  padding: 20px 0;
}
/* line 673, ../sass/theme/layouts/_header.scss */
.header-full #ri-header.header-logo-left {
  padding: 0;
  background: white;
}
/* line 678, ../sass/theme/layouts/_header.scss */
.header-full .cart_list {
  float: none !important;
  position: absolute;
}
/* line 682, ../sass/theme/layouts/_header.scss */
.header-full .cart_list li a {
  padding: 0 !important;
  margin-right: 5px;
}
/* line 685, ../sass/theme/layouts/_header.scss */
.header-full .cart_list li a:before, .header-full .cart_list li a:after {
  content: none;
}

/* line 2, ../sass/theme/layouts/_sidebar.scss */
.sidebar {
  /*widget*/
}
/* line 3, ../sass/theme/layouts/_sidebar.scss */
.sidebar a {
  color: #282828;
}
/* line 5, ../sass/theme/layouts/_sidebar.scss */
.sidebar a:hover {
  color: #6d604c;
}
/* line 10, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget {
  margin-top: 35px;
  margin-bottom: 15px;
}
/* line 13, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget:first-child {
  margin-top: 0px;
}
/* line 16, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget:last-child {
  margin-bottom: 50px;
}
/* line 19, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul {
  padding: 0;
  list-style: none;
}
/* line 22, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
/* line 29, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li:first-child {
  padding-top: 0;
}
/* line 32, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 36, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li.current-cat > a {
  color: #6d604c;
}
/* line 39, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li ul li {
  padding-left: 20px;
}
/* line 41, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li ul li:first-child {
  padding-top: 15px;
}
/* line 48, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget img {
  width: 100%;
  height: auto;
}
/* line 52, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget select {
  width: 100%;
}
/* line 56, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widgettitle {
  margin: 0 0 20px;
  padding-bottom: 5px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}
/* line 64, ../sass/theme/layouts/_sidebar.scss */
.sidebar .products {
  padding-bottom: 30px;
}
/* line 66, ../sass/theme/layouts/_sidebar.scss */
.sidebar .products [class*="col-md-"] {
  float: none;
}
/* line 70, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block {
  padding-top: 15px;
  border: none;
}
/* line 73, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block:hover {
  border: none;
}
/* line 76, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block.border {
  border: none;
}
/* line 78, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block.border:hover {
  border: none;
}
/* line 83, ../sass/theme/layouts/_sidebar.scss */
.sidebar .button-groups, .sidebar .quick-view, .sidebar .labels {
  display: none;
}
/* line 86, ../sass/theme/layouts/_sidebar.scss */
.sidebar .name {
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .name {
  text-align: right;
}
/* line 91, ../sass/theme/layouts/_sidebar.scss */
.sidebar .price-review {
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .price-review {
  text-align: right;
}
/* line 94, ../sass/theme/layouts/_sidebar.scss */
.sidebar .grid-price {
  margin-top: 0;
}
/* line 97, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-image {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .product-image {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 102, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-image .inner {
  margin: 0;
}
/* line 105, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-image img {
  width: 80px;
  height: 100px;
}
/* line 110, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-details {
  padding-top: 15px;
}
/* line 112, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-details a {
  font-weight: 400;
  display: block;
}
/* line 117, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li {
  clear: both;
  padding-top: 30px;
}
/* line 119, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li:first-child {
  padding-top: 15px;
}
/* line 122, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li:after {
  clear: both;
  content: " ";
  display: table;
}
/* line 131, ../sass/theme/layouts/_sidebar.scss */
.sidebar .caption {
  min-height: 75px;
}
/* line 136, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget {
  padding: 0;
}
/* line 139, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widgettitle {
  background: #EEEEEE;
  color: #353535;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 20px;
}
/* line 145, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widgettitle + * {
  padding: 20px;
}
/* line 148, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget.widget_sp_image > * {
  margin: 0px;
}
/* line 153, ../sass/theme/layouts/_sidebar.scss */
.sidebar .entry-header {
  padding: 0;
  margin: 0;
}
/* line 156, ../sass/theme/layouts/_sidebar.scss */
.sidebar .entry-header > a {
  line-height: 20px;
  text-transform: capitalize;
}
/* line 161, ../sass/theme/layouts/_sidebar.scss */
.sidebar .side-item-text {
  line-height: 24px;
  font-size: 14px;
}
/* line 164, ../sass/theme/layouts/_sidebar.scss */
.sidebar .side-item-text .article-meta, .sidebar .side-item-text .post-comment {
  font-size: 10px;
  padding: 0;
}
/* line 171, ../sass/theme/layouts/_sidebar.scss */
.sidebar .recent-post-widgets li {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}
/* line 174, ../sass/theme/layouts/_sidebar.scss */
.sidebar .recent-post-widgets li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 180, ../sass/theme/layouts/_sidebar.scss */
.sidebar .post-image {
  width: 40%;
  float: left;
  margin-right: 10px;
  padding-bottom: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .post-image {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .post-image {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 186, ../sass/theme/layouts/_sidebar.scss */
.sidebar .side-item-text {
  width: 55%;
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .side-item-text {
  float: right;
}
/* line 193, ../sass/theme/layouts/_sidebar.scss */
.sidebar.product-list .products {
  padding-bottom: 0;
}
/* line 198, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block:hover .price {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}
/* line 204, ../sass/theme/layouts/_sidebar.scss */
.sidebar .products [class*="col-"] {
  padding: 0;
}
/* line 208, ../sass/theme/layouts/_sidebar.scss */
.sidebar del {
  font-size: 12px;
}
/* line 212, ../sass/theme/layouts/_sidebar.scss */
.sidebar .entry-title {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
/* line 220, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget_layered_nav ul li {
  padding: 0;
  border: none;
  font-size: 14px;
}
/* line 231, ../sass/theme/layouts/_sidebar.scss */
po
.sidebar .widget.dropdown .widgettitle:after {
  color: #282828;
  content: "\f067";
  font-family: "fontawesome";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 0px;
}
/* line 241, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget.dropdown .widgetcontent.dropdown-menu {
  position: relative;
  float: none;
  border: none;
  box-shadow: none;
}
/* line 249, ../sass/theme/layouts/_sidebar.scss */
.sidebar .vc_column_container > .vc_column-inner {
  padding: 0;
}

/* line 2, ../sass/theme/layouts/_footer.scss */
.scrollup {
  background: #6d604c;
  bottom: 30px;
  display: none;
  position: fixed;
  right: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff!important;
  text-transform: uppercase;
  padding: 2px;
  z-index: 9999;
  border-radius: 3px;
  cursor: pointer;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .scrollup {
  left: 30px;
  right: auto;
}
/* line 17, ../sass/theme/layouts/_footer.scss */
.scrollup .fa {
  display: block;
  line-height: 34px;
}

/* line 24, ../sass/theme/layouts/_footer.scss */
.footer-center .form {
  margin: 0 0 1em;
}
/* line 28, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .descrition {
  display: none;
}
/* line 31, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .input-newsletter {
  width: auto;
}
/* line 34, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .form-newsletter label {
  display: none;
}

/* line 41, ../sass/theme/layouts/_footer.scss */
#rit-footer .footer-bottom {
  text-align: left;
  font-size: 13px;
}
/* line 44, ../sass/theme/layouts/_footer.scss */
#rit-footer .footer-bottom .navbar-nav {
  float: none;
  border-bottom: 1px solid #424242;
}
/* line 47, ../sass/theme/layouts/_footer.scss */
#rit-footer .footer-bottom .navbar-nav a {
  padding: 0 10px;
  color: white;
}
/* line 54, ../sass/theme/layouts/_footer.scss */
#rit-footer .footer-bottom ul.bottom_nav li {
  border: none;
  display: inline-block;
}
/* line 58, ../sass/theme/layouts/_footer.scss */
#rit-footer .footer-bottom .nav > li > a:hover, #rit-footer .footer-bottom .nav > li > a:focus {
  background: none;
  color: #6d604c;
}
/* line 64, ../sass/theme/layouts/_footer.scss */
#rit-footer .footer-bottom .coppy-right-right .widget {
  padding-top: 10px;
}

/*
* Style Page
*/
/* line 5, ../sass/theme/layouts/_pages.scss */
.main-content {
  overflow: hidden;
}

/* line 8, ../sass/theme/layouts/_pages.scss */
.page-header {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: none;
}

/* line 13, ../sass/theme/layouts/_pages.scss */
.page-title {
  margin-top: 0px;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}
/* line 18, ../sass/theme/layouts/_pages.scss */
.page-title > h1 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
}

/* line 24, ../sass/theme/layouts/_pages.scss */
.radio, .checkbox {
  margin: 0;
}

/**
 * Checkout
 */
/* line 32, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout input, .woocommerce-checkout .checkbox {
  height: 42px;
  color: #777777;
}
/* line 36, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .select2-choice {
  height: 42px;
  line-height: 32px;
}
/* line 40, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout label {
  font-weight: 500;
  text-transform: uppercase;
}
/* line 44, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .title-checkout {
  padding: 20px;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 51, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .woocommerce-billing-fields .title-checkout {
  padding-left: 0;
}
/* line 54, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .woocommerce-billing-fields p {
  padding-bottom: 20px;
}
/* line 57, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
  width: 47.5%;
  float: left;
}
/* line 61, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .form-row-first {
  margin-right: 5%;
}
/* line 64, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .amount {
  float: right;
}
/* line 68, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review {
  background: #FAFAFA;
  border: 1px solid #e7e7e7;
}
/* line 71, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review thead th {
  border: none;
}
/* line 74, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review th {
  padding: 20px;
}
/* line 77, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review td {
  padding: 20px;
}
/* line 80, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review .product-total {
  text-align: right;
}
/* line 84, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #order_review {
  border-top: 1px solid #e7e7e7;
}
/* line 88, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment {
  border-radius: 5px;
}
/* line 90, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  list-style: none;
}
/* line 92, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods p {
  font-size: 13px;
}
/* line 95, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 20px 40px;
  border-bottom: 1px solid #e7e7e7;
}
/* line 98, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li label {
  text-transform: capitalize;
  font-weight: 500;
}
/* line 102, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  padding-top: 0;
}
/* line 107, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods label {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  position: relative;
}
/* line 112, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods label:before {
  border-radius: 50%;
  height: 12px;
  left: -20px;
  top: 5px;
  width: 12px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  content: " ";
  cursor: pointer;
  display: block;
  position: absolute;
}
/* line 128, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal label:before {
  top: 18px;
}
/* line 136, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .input-radio {
  visibility: hidden;
  display: none;
}
/* line 139, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .input-radio:checked + label::before {
  border-color: #282828;
  border-width: 2px;
}
/* line 145, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
/* line 151, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
/* line 159, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .place-order {
  padding: 20px;
}

/**
 * Check Cart
 */
/* line 167, ../sass/theme/layouts/_pages.scss */
.shop_table {
  text-align: left;
}
/* line 169, ../sass/theme/layouts/_pages.scss */
.shop_table .product-thumbnail {
  text-align: left;
}
/* line 172, ../sass/theme/layouts/_pages.scss */
.shop_table td {
  padding: 20px;
}

/* line 178, ../sass/theme/layouts/_pages.scss */
.cart-item {
  margin-top: 10px;
}

/* line 182, ../sass/theme/layouts/_pages.scss */
.cart_item > * {
  padding: 20px 0px;
  border-bottom: none;
  border-top: 1px solid #e7e7e7;
}
/* line 187, ../sass/theme/layouts/_pages.scss */
.cart_item .add-action {
  display: none;
}
/* line 190, ../sass/theme/layouts/_pages.scss */
.cart_item > * {
  vertical-align: middle;
}

/* line 194, ../sass/theme/layouts/_pages.scss */
.variation {
  display: block;
  margin: 10px 0;
}
/* line 197, ../sass/theme/layouts/_pages.scss */
.variation > * {
  display: inline-block;
  margin: 0;
}
/* line 200, ../sass/theme/layouts/_pages.scss */
.variation > * > p {
  margin: 0;
}

/* line 205, ../sass/theme/layouts/_pages.scss */
.page-cart {
  padding-right: 35px;
}
/* line 207, ../sass/theme/layouts/_pages.scss */
.page-cart .cart .quantity input.qty, .page-cart .cart .quantity {
  width: 70px;
  margin: 0;
  height: 32px;
  border: none;
  background: #E3E5E6;
  font-weight: 400;
  font-size: 15px;
}
/* line 217, ../sass/theme/layouts/_pages.scss */
.page-cart .product-name a {
  font-weight: 500;
  line-height: 20px;
}
/* line 222, ../sass/theme/layouts/_pages.scss */
.page-cart .product-subtotal > * {
  font-weight: 500;
}
/* line 225, ../sass/theme/layouts/_pages.scss */
.page-cart .rit-coupon {
  border: 1px solid #e7e7e7;
  padding: 5px;
  margin-bottom: 20px;
}
/* line 229, ../sass/theme/layouts/_pages.scss */
.page-cart .rit-coupon .input-group-btn {
  padding: 0;
}
/* line 232, ../sass/theme/layouts/_pages.scss */
.page-cart .rit-coupon .form-control {
  border: none;
}
/* line 235, ../sass/theme/layouts/_pages.scss */
.page-cart .rit-coupon span {
  border: none;
  padding: 0 15px;
  font-size: 16px;
}
/* line 241, ../sass/theme/layouts/_pages.scss */
.page-cart .shop_table {
  margin-bottom: 50px;
}
/* line 243, ../sass/theme/layouts/_pages.scss */
.page-cart .shop_table thead > tr > * {
  border: none;
}
/* line 246, ../sass/theme/layouts/_pages.scss */
.page-cart .shop_table thead > tr > th:first-child {
  padding-left: 0;
}
/* line 249, ../sass/theme/layouts/_pages.scss */
.page-cart .shop_table tbody > tr > td:first-child {
  padding-left: 0;
}

/* line 256, ../sass/theme/layouts/_pages.scss */
.shipping_address > p {
  margin-bottom: 20px;
}

/* line 260, ../sass/theme/layouts/_pages.scss */
.shipping .amount {
  float: right;
}
/* line 263, ../sass/theme/layouts/_pages.scss */
.shipping input {
  height: auto;
}
/* line 266, ../sass/theme/layouts/_pages.scss */
.shipping ul {
  list-style: none;
}
/* line 267, ../sass/theme/layouts/_pages.scss */
.shipping ul li {
  padding: 2px;
}
/* line 269, ../sass/theme/layouts/_pages.scss */
.shipping ul li label {
  text-transform: capitalize;
  font-weight: 400;
}
/* line 275, ../sass/theme/layouts/_pages.scss */
.shipping ul label {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  position: relative;
}
/* line 280, ../sass/theme/layouts/_pages.scss */
.shipping ul label:before {
  border-radius: 50%;
  height: 12px;
  left: -20px;
  top: 1px;
  width: 12px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  content: " ";
  cursor: pointer;
  display: block;
  position: absolute;
}
/* line 295, ../sass/theme/layouts/_pages.scss */
.shipping .shipping_method {
  visibility: hidden;
  display: none;
}
/* line 298, ../sass/theme/layouts/_pages.scss */
.shipping .shipping_method:checked + label::before {
  border-color: #282828;
  border-width: 2px;
}
/* line 303, ../sass/theme/layouts/_pages.scss */
.shipping .shipping-calculator-button {
  padding-left: 40px;
  text-transform: uppercase;
  color: #282828;
}
/* line 308, ../sass/theme/layouts/_pages.scss */
.shipping select, .shipping input {
  width: 100%;
  height: 33px;
}
/* line 312, ../sass/theme/layouts/_pages.scss */
.shipping .shipping-calculator-form {
  padding-left: 40px;
}

/* line 317, ../sass/theme/layouts/_pages.scss */
.cart-collaterals {
  background: #FAFAFA;
  border: 1px solid #e7e7e7;
}
/* line 320, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .title-cart {
  padding: 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
}
/* line 328, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table tr > * {
  padding: 20px;
}
/* line 331, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table tr > th {
  font-weight: 400;
}
/* line 334, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table .cart-subtotal > td {
  text-align: right;
}
/* line 339, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table .order-total th {
  font-weight: 500;
}
/* line 342, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table .order-total .amount {
  float: right;
  font-weight: 500;
}
/* line 348, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .wc-btn-updatecart, .cart-collaterals .wc-proceed-to-checkout {
  display: block;
  padding: 0  40px;
  margin-bottom: 10px;
}

/* line 354, ../sass/theme/layouts/_pages.scss */
.cart_totals {
  padding-bottom: 20px;
}

/**
 * Thank you
 */
/* line 365, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received .page-title {
  display: none;
}
/* line 368, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received .thankyou-order-details {
  text-align: center;
}
/* line 371, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received ul.order_details {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #F7F7F7;
  list-style: none;
  padding: 0;
}
/* line 378, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received ul.order_details li {
  padding: 30px;
  float: left;
  text-align: left;
  color: #777777;
}
/* line 383, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received ul.order_details li strong {
  margin-top: 10px;
  color: #282828;
  font-weight: 400;
  display: block;
}

/* line 393, ../sass/theme/layouts/_pages.scss */
.thankyou-order {
  text-align: center;
}

/* line 396, ../sass/theme/layouts/_pages.scss */
.woocommerce-thankyou-order-received {
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #c69f73;
}
/* line 401, ../sass/theme/layouts/_pages.scss */
.woocommerce-thankyou-order-received:before {
  position: relative;
  font-family: "fontawesome";
  content: "\f00c";
  margin-right: 10px;
  color: #c69f73;
  font-size: 30px;
}

/* line 412, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details > p {
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 416, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details h2 {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 420, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
/* line 424, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details .order_details {
  margin: 0;
}
/* line 427, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details .product-total {
  text-align: right;
}
/* line 430, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details tr > * {
  padding: 20px;
}
/* line 434, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details thead th {
  border-bottom: 1px solid #e7e7e7;
}
/* line 439, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details tfoot > tr:last-child .amount {
  font-weight: bold;
}
/* line 445, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .order_heading {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

/* line 453, ../sass/theme/layouts/_pages.scss */
.customer_details tr > * {
  border: none;
  vertical-align: middle;
}

/**
 * Wishlist
 */
/* line 463, ../sass/theme/layouts/_pages.scss */
.woocommerce table.wishlist_table {
  font-size: 100%;
}

/* line 466, ../sass/theme/layouts/_pages.scss */
.woocommerce #content table.wishlist_table.cart a.remove {
  padding-left: 15px;
}

/* line 469, ../sass/theme/layouts/_pages.scss */
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background: none;
  color: #6d604c;
}

/* line 473, ../sass/theme/layouts/_pages.scss */
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
  text-align: left;
  vertical-align: middle;
}

/**
 * Contact form
 */
/* line 483, ../sass/theme/layouts/_pages.scss */
.contact .fa {
  color: #6d604c;
  font-size: 18px;
  width: 30px;
}

/**
 * error 404
 */
/* line 492, ../sass/theme/layouts/_pages.scss */
.error-404 {
  padding: 200px 0;
  text-align: center;
}
/* line 495, ../sass/theme/layouts/_pages.scss */
.error-404 #searchform {
  max-width: 450px;
  display: inline-block;
}
/* line 498, ../sass/theme/layouts/_pages.scss */
.error-404 #searchform .form-control {
  width: 400px;
}

/**
 * panel
 */
/* line 508, ../sass/theme/layouts/_pages.scss */
.panel-heading > *, .panel-title {
  font-size: 18px;
  text-transform: uppercase;
}

/* line 512, ../sass/theme/layouts/_pages.scss */
.panel-body {
  padding: 30px;
}
/* line 514, ../sass/theme/layouts/_pages.scss */
.panel-body .form-row {
  margin-bottom: 20px;
}

/* line 519, ../sass/theme/layouts/_pages.scss */
.edit {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
}

/* ================= One Page ===================== */
/* line 525, ../sass/theme/layouts/_pages.scss */
.rit-one-page {
  position: fixed;
  right: 45px;
  top: 40%;
  z-index: 100;
}

/* line 531, ../sass/theme/layouts/_pages.scss */
.one-pager a {
  position: relative;
}

/* line 534, ../sass/theme/layouts/_pages.scss */
.rit-one-page ul {
  list-style: none;
  margin: 0;
}

/* line 538, ../sass/theme/layouts/_pages.scss */
.rit-one-page ul li {
  display: block;
  text-align: right;
  padding: 5px 0;
}

/* line 543, ../sass/theme/layouts/_pages.scss */
.rit-one-page span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 550, ../sass/theme/layouts/_pages.scss */
.rit-one-page span.text {
  background-color: #252525;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 11px;
  opacity: 0;
  padding: 7px 15px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  top: 3px;
  visibility: hidden;
}
/* line 563, ../sass/theme/layouts/_pages.scss */
.rit-one-page span.text:after {
  border-color: transparent transparent transparent #252525;
  border-style: solid;
  border-width: 12px;
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
}

/* line 574, ../sass/theme/layouts/_pages.scss */
.rit-one-page .icon {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  vertical-align: -5px;
  margin-left: 5px;
}

/* line 582, ../sass/theme/layouts/_pages.scss */
.rit-one-page a:hover .text {
  opacity: 1;
  visibility: visible;
}

/* line 586, ../sass/theme/layouts/_pages.scss */
.rit-one-page a:hover .icon {
  background-color: #c69f73;
}

/* line 591, ../sass/theme/layouts/_pages.scss */
.page-search {
  margin-top: 60px;
}
/* line 593, ../sass/theme/layouts/_pages.scss */
.page-search article {
  padding: 30px 0;
}

/* line 599, ../sass/theme/layouts/_pages.scss */
.woocommerce .login input.form-control {
  border-width: 0 0 1px !important;
  padding: 0;
  margin-bottom: 30px;
}

/* line 609, ../sass/theme/layouts/_pages.scss */
.button-offcanvas {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991px) {
  /* line 616, ../sass/theme/layouts/_pages.scss */
  .button-offcanvas {
    opacity: 1;
    cursor: pointer;
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 99999;
  }
  /* line 623, ../sass/theme/layouts/_pages.scss */
  .button-offcanvas > i {
    padding: 25px 4px;
    color: #FFF;
    background: #6d604c;
    opacity: 0.5;
    font-size: 12px;
  }
  /* line 631, ../sass/theme/layouts/_pages.scss */
  .button-offcanvas:hover > i {
    opacity: 1;
  }

  /* line 636, ../sass/theme/layouts/_pages.scss */
  .site-content .sidebar, .ri-sidebar {
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    z-index: 10000;
    padding-top: 30px;
    -webkit-transform: translate3d(-250px, 0px, 0px);
    -ms-transform: translate3d(-250px, 0px, 0px);
    -moz-transform: translate3d(-250px, 0px, 0px);
    transform: translate3d(-250px, 0px, 0px);
  }
  /* line 646, ../sass/theme/layouts/_pages.scss */
  .site-content .sidebar .widget, .ri-sidebar .widget {
    box-shadow: none !important;
  }

  /* line 650, ../sass/theme/layouts/_pages.scss */
  #page, .site-content .sidebar, .ri-sidebar {
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
  }

  /* line 656, ../sass/theme/layouts/_pages.scss */
  .canvas-menu-inner {
    padding: 40px 20px 40px 40px;
  }

  /* line 659, ../sass/theme/layouts/_pages.scss */
  .site-content .sidebar .btn-close {
    font-size: 30px;
    cursor: pointer;
  }

  /* line 664, ../sass/theme/layouts/_pages.scss */
  .canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }

  /* line 675, ../sass/theme/layouts/_pages.scss */
  .canvas-open .button-offcanvas {
    display: none;
  }

  /* line 680, ../sass/theme/layouts/_pages.scss */
  .canvas-open .site-content .sidebar, .canvas-open .ri-sidebar {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  /* line 685, ../sass/theme/layouts/_pages.scss */
  .canvas-open .canvas-overlay {
    opacity: 1;
    visibility: visible;
  }
}
/* line 5, ../sass/theme/layouts/_home.scss */
.home .wrap-breadcrumb {
  display: none;
}
/* line 8, ../sass/theme/layouts/_home.scss */
.home .page-header {
  display: none;
}
/* line 11, ../sass/theme/layouts/_home.scss */
.home .header-3, .home .header-4 #ri-menu-primary {
  box-shadow: none;
  margin-bottom: 0px;
}

/* line 16, ../sass/theme/layouts/_home.scss */
.site-main {
  min-height: 600px;
}

/* line 19, ../sass/theme/layouts/_home.scss */
#page {
  position: relative;
}
/* line 22, ../sass/theme/layouts/_home.scss */
#page .site-main {
  background: white;
}
/* line 24, ../sass/theme/layouts/_home.scss */
#page .site-main .vc_row:last-child {
  margin-bottom: 0px;
}

/* line 30, ../sass/theme/layouts/_home.scss */
.rit-breadcrumb + {
  padding-top: 30px;
}

/* line 35, ../sass/theme/layouts/_home.scss */
#ri-top-navbar {
  background: #1f1f1f;
  font-size: 12px;
  color: #aaaaaa;
  border-bottom: 0px solid transparent;
}
/* line 40, ../sass/theme/layouts/_home.scss */
#ri-top-navbar a {
  color: #aaaaaa;
  font-size: 12px;
}
/* line 44, ../sass/theme/layouts/_home.scss */
#ri-top-navbar a:hover, #ri-top-navbar a:focus {
  color: #6d604c;
  background: transparent;
}
/* line 49, ../sass/theme/layouts/_home.scss */
#ri-top-navbar ul > li {
  float: left;
  padding: 7px 20px;
  border-left: 1px solid #232323;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar ul > li {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar ul > li {
  border-right: 1px solid #232323;
  border-left: inherit;
}
/* line 53, ../sass/theme/layouts/_home.scss */
#ri-top-navbar ul > li:last-child {
  border-right: 1px solid #232323;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar ul > li:last-child {
  border-left: 1px solid #232323;
  border-right: inherit;
}
/* line 56, ../sass/theme/layouts/_home.scss */
#ri-top-navbar ul > li a {
  padding: 0;
  margin: 0;
  line-height: 26px;
}
/* line 64, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left a {
  color: #aaaaaa;
}
/* line 66, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left a:hover {
  color: #6d604c;
}
/* line 70, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left > * {
  display: block;
  float: left;
  line-height: 26px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .topbar-left > * {
  float: right;
}
/* line 75, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left .list-unstyled {
  padding: 7px 20px;
  border-left: 1px solid #232323;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .topbar-left .list-unstyled {
  border-right: 1px solid #232323;
  border-left: inherit;
}
/* line 81, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .navbar {
  margin: 0;
  min-height: auto;
}
/* line 84, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .navbar > a {
  padding: 0;
}
/* line 88, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .fa {
  margin-right: 5px;
}
/* line 93, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
/* line 96, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .widget_nav_menu ul li {
  list-style: none;
}

/* line 103, ../sass/theme/layouts/_home.scss */
#ri-header {
  padding: 20px 0;
}

/* line 108, ../sass/theme/layouts/_home.scss */
#rit-footer {
  background: url("../images/bg-footer.jpg") repeat 0 0;
  position: relative;
  color: white;
  background-position: center center;
  background-size: cover;
}
/* line 114, ../sass/theme/layouts/_home.scss */
#rit-footer ul {
  padding: 0;
  list-style: none;
}
/* line 118, ../sass/theme/layouts/_home.scss */
#rit-footer ul li {
  line-height: 40px;
  border-bottom: 1px solid #424242;
}
/* line 121, ../sass/theme/layouts/_home.scss */
#rit-footer ul li:last-child {
  border-bottom: none;
}
/* line 124, ../sass/theme/layouts/_home.scss */
#rit-footer ul li a {
  font-size: 14px;
  line-height: 24px;
  color: white;
}
/* line 128, ../sass/theme/layouts/_home.scss */
#rit-footer ul li a:hover {
  color: #c69f73;
}
/* line 134, ../sass/theme/layouts/_home.scss */
#rit-footer select {
  color: #282828;
}
/* line 137, ../sass/theme/layouts/_home.scss */
#rit-footer .widgettitle {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 30px 0 10px;
  color: white;
}
/* line 144, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-top {
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #424242;
  color: white;
  background: whitesmoke;
}
/* line 151, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-center {
  position: relative;
  padding: 45px 0 30px;
  background: rgba(41, 41, 41, 0.9);
}
/* line 156, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom {
  border-top: 1px solid transparent;
  background: rgba(31, 31, 31, 0.9);
  padding: 15px 0 5px;
}
/* line 162, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li a {
  font-size: 11px;
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  color: white;
}
/* line 168, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li a:hover {
  color: #c69f73;
  background: none;
}
/* line 174, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li:first-child a {
  padding-left: 0;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #rit-footer .footer-bottom li:first-child a {
  padding-right: 0;
  padding-left: inherit;
}
/* line 179, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li:last-child a {
  border-right: none;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #rit-footer .footer-bottom li:last-child a {
  border-left: none;
  border-right: inherit;
}

/* line 186, ../sass/theme/layouts/_home.scss */
#coppy-right {
  line-height: 32px;
  color: white;
  font-size: 11px;
}
/* line 190, ../sass/theme/layouts/_home.scss */
#coppy-right a {
  color: #c69f73;
}

/* line 3, ../sass/theme/layouts/_widget.scss */
.widget img {
  width: 100%;
  height: auto;
}
/* line 7, ../sass/theme/layouts/_widget.scss */
.widget select {
  width: 100%;
}

/* line 12, ../sass/theme/layouts/_widget.scss */
.widgettitle {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
/* line 19, ../sass/theme/layouts/_widget.scss */
.widgettitle.center {
  text-align: center;
}
/* line 22, ../sass/theme/layouts/_widget.scss */
.widgettitle.left {
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .widgettitle.left {
  text-align: right;
}
/* line 25, ../sass/theme/layouts/_widget.scss */
.widgettitle.right {
  text-align: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .widgettitle.right {
  text-align: left;
}
/* line 29, ../sass/theme/layouts/_widget.scss */
.widgettitle span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
}

/* line 39, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  font-family: "Poppins";
}
/* line 46, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small span {
  border-bottom: none;
  overflow: hidden;
  display: block;
}
/* line 50, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small span:after, .widgettitle.style-small span:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
/* line 59, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small span:before {
  left: -2.5rem;
  margin-left: -100%;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .widgettitle.style-small span:before {
  right: -2.5rem;
  left: auto;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widgettitle.style-small span:before {
  margin-right: -100%;
  margin-left: inherit;
}
/* line 63, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small span:after {
  margin-right: -100%;
  right: -2.5rem;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widgettitle.style-small span:after {
  margin-left: -100%;
  margin-right: inherit;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .widgettitle.style-small span:after {
  left: -2.5rem;
  right: auto;
}
/* line 67, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small span span {
  display: inline-block;
  vertical-align: middle;
}
/* line 72, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small span.center {
  text-align: center;
}
/* line 75, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small span.left {
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .widgettitle.style-small span.left {
  text-align: right;
}
/* line 78, ../sass/theme/layouts/_widget.scss */
.widgettitle.style-small span.right {
  text-align: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .widgettitle.style-small span.right {
  text-align: left;
}

/* line 86, ../sass/theme/layouts/_widget.scss */
.widget-content {
  padding: 30px 0;
}

/* line 92, ../sass/theme/layouts/_widget.scss */
.style-box .widgettitle {
  font-weight: 400;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 98, ../sass/theme/layouts/_widget.scss */
.style-box .widgettitle span {
  padding: 0 15px;
}
/* line 100, ../sass/theme/layouts/_widget.scss */
.style-box .widgettitle span:after, .style-box .widgettitle span:before {
  content: none;
}

/* line 108, ../sass/theme/layouts/_widget.scss */
.style-border .widgettitle {
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f1;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
  letter-spacing: 1px;
}
/* line 116, ../sass/theme/layouts/_widget.scss */
.style-border .widgettitle span:after, .style-border .widgettitle span:before {
  content: none;
}

/* line 124, ../sass/theme/layouts/_widget.scss */
.widget_calendar table > thead > tr > th {
  border-bottom: 1px solid #f1f1f1;
}

/* line 131, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen, .widget_layered_nav_filters ul li.chosen {
  margin-right: 20px;
  vertical-align: top;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widget_layered_nav ul li.chosen, .rtl .widget_layered_nav_filters ul li.chosen {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 135, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen > a:after, .widget_layered_nav_filters ul li.chosen > a:after {
  display: block;
  color: #6d604c;
  content: "\f00d";
  text-align: center;
  top: 2px;
}
/* line 142, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen > a:before, .widget_layered_nav_filters ul li.chosen > a:before {
  border-color: #6d604c;
}
/* line 146, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen > a:hover:after, .widget_layered_nav_filters ul li.chosen > a:hover:after {
  color: #6d604c;
  content: "\f00d";
}
/* line 152, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a, .widget_layered_nav_filters ul li a {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widget_layered_nav ul li a, .rtl .widget_layered_nav_filters ul li a {
  padding-right: 32px;
  padding-left: inherit;
}
/* line 156, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:before, .widget_layered_nav_filters ul li a:before {
  content: "" !important;
  width: 15px;
  height: 15px;
  border: 1px solid #dfdfdf;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 5;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .widget_layered_nav ul li a:before, .rtl .widget_layered_nav_filters ul li a:before {
  right: 0;
  left: auto;
}
/* line 167, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:after, .widget_layered_nav_filters ul li a:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10;
  font-size: 13px;
  color: #dfdfdf;
  display: none;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .widget_layered_nav ul li a:after, .rtl .widget_layered_nav_filters ul li a:after {
  right: 2px;
  left: auto;
}
/* line 178, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:hover:before, .widget_layered_nav_filters ul li a:hover:before {
  border-color: #6d604c;
}
/* line 181, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:hover:after, .widget_layered_nav_filters ul li a:hover:after {
  color: #6d604c;
  display: block;
}

/* line 191, ../sass/theme/layouts/_widget.scss */
.information_widget .logo-footer {
  width: auto;
  margin-top: 15px;
}
/* line 195, ../sass/theme/layouts/_widget.scss */
.information_widget .description {
  margin: 20px 0 15px;
  line-height: 30px;
}

/* line 200, ../sass/theme/layouts/_widget.scss */
.page-content .wpb_revslider_element {
  margin-bottom: 0;
}

/**
* Star ratings
*/
/* line 6, ../sass/theme/products/_product.scss */
p.stars {
  position: relative;
  font-size: 1em;
}
/* line 9, ../sass/theme/products/_product.scss */
p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
}
/* line 17, ../sass/theme/products/_product.scss */
p.stars a:last-child {
  border-right: 0;
}
/* line 25, ../sass/theme/products/_product.scss */
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
/* line 28, ../sass/theme/products/_product.scss */
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  font-family: "fontawesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 38, ../sass/theme/products/_product.scss */
p.stars a.star-1 {
  width: 2em;
}
/* line 41, ../sass/theme/products/_product.scss */
p.stars a.star-1:after {
  content: "\f006";
  color: #C8C8C8;
}
/* line 47, ../sass/theme/products/_product.scss */
p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
  content: "\f005";
  color: #F4C100;
}
/* line 53, ../sass/theme/products/_product.scss */
p.stars a.star-2 {
  width: 3em;
}
/* line 56, ../sass/theme/products/_product.scss */
p.stars a.star-2:after {
  content: "\f006\f006";
  color: #C8C8C8;
}
/* line 62, ../sass/theme/products/_product.scss */
p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
  content: "\f005\f005";
  color: #F4C100;
}
/* line 68, ../sass/theme/products/_product.scss */
p.stars a.star-3 {
  width: 4em;
}
/* line 71, ../sass/theme/products/_product.scss */
p.stars a.star-3:after {
  content: "\f006\f006\f006";
  color: #C8C8C8;
}
/* line 77, ../sass/theme/products/_product.scss */
p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
  color: #F4C100;
}
/* line 83, ../sass/theme/products/_product.scss */
p.stars a.star-4 {
  width: 5em;
}
/* line 86, ../sass/theme/products/_product.scss */
p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
  color: #C8C8C8;
}
/* line 92, ../sass/theme/products/_product.scss */
p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
  color: #F4C100;
}
/* line 98, ../sass/theme/products/_product.scss */
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
/* line 102, ../sass/theme/products/_product.scss */
p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
  color: #C8C8C8;
}
/* line 108, ../sass/theme/products/_product.scss */
p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
  color: #F4C100;
}

/* line 116, ../sass/theme/products/_product.scss */
.rating {
  display: inline-block;
  text-align: center;
}

/* line 120, ../sass/theme/products/_product.scss */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 5.4em;
  font-family: 'fontawesome';
}
/* line 128, ../sass/theme/products/_product.scss */
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #C8C8C8;
}
/* line 137, ../sass/theme/products/_product.scss */
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
/* line 146, ../sass/theme/products/_product.scss */
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #F4C100;
}

/* line 154, ../sass/theme/products/_product.scss */
.woocommerce-product-rating {
  line-height: 2;
  display: block;
  margin-bottom: 15px;
}
/* line 158, ../sass/theme/products/_product.scss */
.woocommerce-product-rating .star-rating {
  margin: .8em 5px 0 0;
  float: left;
}

/* line 164, ../sass/theme/products/_product.scss */
.products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none;
}

/**
* Product
*/
/* line 174, ../sass/theme/products/_product.scss */
.product-block {
  background: #fff;
  display: block;
  position: relative;
  text-align: left;
  border: 1px solid #fff;
  margin-bottom: 30px;
}

/**
* Product affect hover
*/
/* line 186, ../sass/theme/products/_product.scss */
.product-block {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
}
/* line 189, ../sass/theme/products/_product.scss */
.product-block.border {
  border: 1px solid #f1f1f1;
}
/* line 191, ../sass/theme/products/_product.scss */
.product-block.border:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #6d604c;
}
/* line 197, ../sass/theme/products/_product.scss */
.product-block:hover .price {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
/* line 202, ../sass/theme/products/_product.scss */
.product-block:hover .button-groups {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  left: 0;
}

/* line 212, ../sass/theme/products/_product.scss */
.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}

/**
* Image product responsive
*/
/* line 219, ../sass/theme/products/_product.scss */
.product-thumbnail {
  text-align: center;
}

/* line 222, ../sass/theme/products/_product.scss */
.product-image {
  display: block;
  position: relative;
}
/* line 228, ../sass/theme/products/_product.scss */
.product-image .inner {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}
/* line 233, ../sass/theme/products/_product.scss */
.product-image .inner .wp-post-image, .product-image .inner .hover-image {
  display: inline-block;
}

/* line 238, ../sass/theme/products/_product.scss */
.wp-post-image {
  display: block;
  height: auto;
}

/**
* Caption product image
*/
/* line 246, ../sass/theme/products/_product.scss */
.caption-image {
  position: relative;
}

/**
* Caption product
*/
/* line 253, ../sass/theme/products/_product.scss */
.caption {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
  background: #fff;
  min-height: 110px;
}

/**
* Name product
*/
/* line 264, ../sass/theme/products/_product.scss */
.name {
  padding-top: 5px;
  margin: 10px 0;
}
/* line 267, ../sass/theme/products/_product.scss */
.name a {
  font-size: 16px;
  line-height: 20px;
  color: #282828;
}
/* line 271, ../sass/theme/products/_product.scss */
.name a:hover {
  color: #6d604c;
}

/**
* Price product
*/
/* line 279, ../sass/theme/products/_product.scss */
.grid-price {
  margin-top: 10px;
}

/* line 282, ../sass/theme/products/_product.scss */
.price {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
  font-size: 16px;
  color: #555;
  line-height: 20px;
  padding: 5px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 291, ../sass/theme/products/_product.scss */
.price ins {
  text-decoration: none;
}
/* line 294, ../sass/theme/products/_product.scss */
.price del {
  color: #aeafb1;
  font-size: 12px;
}

/**
* Review product
*/
/* line 302, ../sass/theme/products/_product.scss */
.product-review, .woocommerce-review-link {
  color: #282828;
  padding: 0 5px;
  border-left: 1px solid #f1f1f1;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-review, .rtl .woocommerce-review-link {
  border-right: 1px solid #f1f1f1;
  border-left: inherit;
}

/**
* Add review product
*/
/* line 311, ../sass/theme/products/_product.scss */
.product-add-review, .woocommerce-write-review-link {
  padding: 0 5px;
  color: #282828;
}
/* line 314, ../sass/theme/products/_product.scss */
.product-add-review a, .woocommerce-write-review-link a {
  color: #282828;
}

/**
* Button sale
*/
/* line 321, ../sass/theme/products/_product.scss */
.onsale {
  width: 60px;
  height: 24px;
  background: #FFA726;
  position: absolute;
  color: #ffffff;
  z-index: 1 !important;
  font-size: 14px;
  text-transform: uppercase;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 50px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .onsale {
  left: 10px;
  right: auto;
}

/**
* Button hot
*/
/* line 339, ../sass/theme/products/_product.scss */
.onhot {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F56032;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  font-size: 13px;
  top: -5px;
  right: 5px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .onhot {
  left: 5px;
  right: auto;
}

/* line 355, ../sass/theme/products/_product.scss */
.out-of-stock {
  background: none repeat scroll 0 0 #282828;
  color: #ffffff;
  font-weight: 600;
  padding: 2px 5px;
  position: absolute;
  top: 0px;
  z-index: 99;
  right: 0;
}

/**
* Product button
*/
/* line 368, ../sass/theme/products/_product.scss */
.caption-product {
  position: relative;
}

/* line 371, ../sass/theme/products/_product.scss */
.button-groups {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  left: -15px;
}

/* line 382, ../sass/theme/products/_product.scss */
.quantity .qty {
  appearance: textfield;
}

/**
* Title
*/
/* line 6, ../sass/theme/products/_category.scss */
.page-title-woo {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 500;
}

/**
* Category Image
*/
/* line 16, ../sass/theme/products/_category.scss */
.wrapper-thumb-cat {
  margin-bottom: 30px;
}
/* line 18, ../sass/theme/products/_category.scss */
.wrapper-thumb-cat .category-image {
  width: 100%;
}

/**
* Category Description
*/
/* line 27, ../sass/theme/products/_category.scss */
.term-description {
  margin-bottom: 30px;
  font-size: 16px;
  color: #a2a2a2;
}

/**
* Category Filter
*/
/* line 36, ../sass/theme/products/_category.scss */
.top-products {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
/* line 39, ../sass/theme/products/_category.scss */
.top-products span {
  padding-right: 5px;
  font-size: 14px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .top-products span {
  padding-left: 5px;
  padding-right: inherit;
}

/* line 45, ../sass/theme/products/_category.scss */
.switch-layout {
  font-size: 14px;
  margin: 7px 0;
}
/* line 48, ../sass/theme/products/_category.scss */
.switch-layout > li {
  padding: 0;
}
/* line 51, ../sass/theme/products/_category.scss */
.switch-layout a {
  padding: 6px 10px;
  background: #ECECEC;
  cursor: pointer;
}
/* line 55, ../sass/theme/products/_category.scss */
.switch-layout a.active {
  color: #6d604c;
}

/* line 61, ../sass/theme/products/_category.scss */
.products-per-page {
  padding: 0 15px;
}

/**
* Category info
*/
/* line 68, ../sass/theme/products/_category.scss */
.archive_product_info {
  position: relative;
  overflow: hidden;
  display: block;
}

/* line 73, ../sass/theme/products/_category.scss */
.products-block {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

/* line 78, ../sass/theme/products/_category.scss */
.products-row {
  margin: 0 -10px;
  clear: both;
}

/* line 82, ../sass/theme/products/_category.scss */
.product-col {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: block;
}

/**
* Product
* Grid and List
*/
/* line 94, ../sass/theme/products/_category.scss */
.grid-price {
  display: block;
}

/* line 97, ../sass/theme/products/_category.scss */
.list-price, .product-review, .product-add-review {
  display: none;
}

/* line 101, ../sass/theme/products/_category.scss */
.description-product {
  display: none;
}

/* line 105, ../sass/theme/products/_category.scss */
.list-view {
  width: 100% !important;
}
/* line 109, ../sass/theme/products/_category.scss */
.list-view.first {
  clear: both;
}
/* line 112, ../sass/theme/products/_category.scss */
.list-view .product-block {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 118, ../sass/theme/products/_category.scss */
.list-view .caption-image {
  float: left;
  width: 30%;
  margin-right: 30px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .caption-image {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .caption-image {
  margin-left: 30px;
  margin-right: inherit;
}
/* line 122, ../sass/theme/products/_category.scss */
.list-view .caption-image .inner {
  margin: 10px;
}
/* line 126, ../sass/theme/products/_category.scss */
.list-view .caption-product {
  overflow: hidden;
}
/* line 130, ../sass/theme/products/_category.scss */
.list-view .caption {
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .caption {
  text-align: right;
}
/* line 133, ../sass/theme/products/_category.scss */
.list-view .grid-price {
  display: none;
}
/* line 136, ../sass/theme/products/_category.scss */
.list-view .list-price, .list-view .product-review, .list-view .product-add-review {
  display: block;
  line-height: 30px;
}
/* line 140, ../sass/theme/products/_category.scss */
.list-view .product-review {
  padding: 5px 20px;
}
/* line 143, ../sass/theme/products/_category.scss */
.list-view .name a {
  font-size: 20px;
  font-weight: 300;
}
/* line 147, ../sass/theme/products/_category.scss */
.list-view .price {
  font-size: 30px;
  color: #6d604c;
  font-weight: 400;
  padding-right: 30px;
  line-height: 40px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .price {
  padding-left: 30px;
  padding-right: inherit;
}
/* line 154, ../sass/theme/products/_category.scss */
.list-view del {
  font-size: 14px;
}
/* line 157, ../sass/theme/products/_category.scss */
.list-view .price-review {
  display: block;
  position: relative;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
}
/* line 163, ../sass/theme/products/_category.scss */
.list-view .price-review > * {
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .price-review > * {
  float: right;
}
/* line 166, ../sass/theme/products/_category.scss */
.list-view .price-review .rating {
  padding: 15px;
}
/* line 171, ../sass/theme/products/_category.scss */
.list-view .description-product {
  padding: 15px 0;
  line-height: 22px;
  display: block;
  font-weight: 300;
  border-bottom: 1px solid #ececec;
}
/* line 178, ../sass/theme/products/_category.scss */
.list-view .button-groups {
  visibility: visible;
  opacity: 1;
  position: relative;
  padding-left: 15px;
  padding-top: 30px;
}
/* line 187, ../sass/theme/products/_category.scss */
.list-view .product-block:hover .button-groups {
  left: -15px;
}
/* line 190, ../sass/theme/products/_category.scss */
.list-view .product-block:hover .price {
  opacity: 1;
  visibility: visible;
}
/* line 197, ../sass/theme/products/_category.scss */
.list-view .quick-view {
  bottom: 10px;
  right: 10px;
}

/**
* Title Product
*/
/* line 6, ../sass/theme/products/_detail.scss */
.product_title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
}

/**
* Detail-wrap Product
*/
/* line 17, ../sass/theme/products/_detail.scss */
.product-detail-wrap, .entry-summary {
  margin-bottom: 50px;
  /**
  * Sale
  */
  /**
  * Availability
  */
  /**
  * Thumbnails
  */
  /**
  * Price Product
  */
  /**
  * Description Product
  */
  /**
  * Button after Quantity
  */
  /**
  * Button after Quantity
  */
  /**
  * Meta Product
  */
}
/* line 19, ../sass/theme/products/_detail.scss */
.product-detail-wrap .woocommerce-review-link, .product-detail-wrap .woocommerce-write-review-link, .entry-summary .woocommerce-review-link, .entry-summary .woocommerce-write-review-link {
  border-right: none;
  padding: 0 15px;
  border-left: 1px solid #f1f1f1;
  font-size: 12px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .woocommerce-review-link, .rtl .product-detail-wrap .woocommerce-write-review-link, .rtl .entry-summary .woocommerce-review-link, .rtl .entry-summary .woocommerce-write-review-link {
  border-left: none;
  border-right: inherit;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .woocommerce-review-link, .rtl .product-detail-wrap .woocommerce-write-review-link, .rtl .entry-summary .woocommerce-review-link, .rtl .entry-summary .woocommerce-write-review-link {
  border-right: 1px solid #f1f1f1;
  border-left: inherit;
}
/* line 25, ../sass/theme/products/_detail.scss */
.product-detail-wrap .woocommerce-product-rating, .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
/* line 34, ../sass/theme/products/_detail.scss */
.product-detail-wrap .onsale, .entry-summary .onsale {
  top: 10px;
  left: 40px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .onsale, .rtl .entry-summary .onsale {
  right: 40px;
  left: auto;
}
/* line 38, ../sass/theme/products/_detail.scss */
.product-detail-wrap .onhot, .entry-summary .onhot {
  top: 10px;
  right: 40px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .onhot, .rtl .entry-summary .onhot {
  left: 40px;
  right: auto;
}
/* line 46, ../sass/theme/products/_detail.scss */
.product-detail-wrap .availability, .entry-summary .availability {
  display: inline-block;
  font-weight: 500;
  margin-top: 15px;
  padding-right: 5px;
  position: relative;
}
/* line 53, ../sass/theme/products/_detail.scss */
.product-detail-wrap .stock, .entry-summary .stock {
  color: #00bc0d;
  font-size: 13px;
}
/* line 57, ../sass/theme/products/_detail.scss */
.product-detail-wrap .out-of-stock, .entry-summary .out-of-stock {
  position: relative;
  background: none;
}
/* line 61, ../sass/theme/products/_detail.scss */
.product-detail-wrap .variations, .entry-summary .variations {
  margin: 0;
}
/* line 64, ../sass/theme/products/_detail.scss */
.product-detail-wrap .variations_button, .entry-summary .variations_button {
  padding: 15px 0;
}
/* line 71, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails, .entry-summary .thumbnails {
  padding: 10px 50px !important;
  position: relative;
  display: block;
}
/* line 75, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails li, .entry-summary .thumbnails li {
  text-align: center;
  margin: 5px;
}
/* line 79, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev, .product-detail-wrap .thumbnails #slider-next, .entry-summary .thumbnails #slider-prev, .entry-summary .thumbnails #slider-next {
  background: none !important;
}
/* line 81, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev:before, .product-detail-wrap .thumbnails #slider-next:before, .entry-summary .thumbnails #slider-prev:before, .entry-summary .thumbnails #slider-next:before {
  font-family: 'FontAweSome';
  text-align: center;
  height: 26px;
  height: 26px;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  display: block;
}
/* line 91, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev, .entry-summary .thumbnails #slider-prev {
  left: 15px !important;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .thumbnails #slider-prev, .rtl .entry-summary .thumbnails #slider-prev {
  right: 15px !important;
  left: auto;
}
/* line 93, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev:before, .entry-summary .thumbnails #slider-prev:before {
  content: '\f104';
}
/* line 97, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-next, .entry-summary .thumbnails #slider-next {
  right: 15px !important;
}
/* line 99, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-next:before, .entry-summary .thumbnails #slider-next:before {
  content: '\f105';
}
/* line 108, ../sass/theme/products/_detail.scss */
.product-detail-wrap .price, .entry-summary .price {
  margin-top: 5px;
  font-size: 32px;
  color: #c69f73;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  line-height: 35px;
  margin-bottom: 15px;
}
/* line 117, ../sass/theme/products/_detail.scss */
.product-detail-wrap .price del, .entry-summary .price del {
  font-size: 18px;
  color: #282828;
}
/* line 125, ../sass/theme/products/_detail.scss */
.product-detail-wrap .single_variation_wrap .single_variation, .entry-summary .single_variation_wrap .single_variation {
  display: block;
}
/* line 128, ../sass/theme/products/_detail.scss */
.product-detail-wrap .single_variation_wrap .price, .entry-summary .single_variation_wrap .price {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* line 139, ../sass/theme/products/_detail.scss */
.product-detail-wrap .description, .product-detail-wrap .woocommerce-variation-description, .entry-summary .description, .entry-summary .woocommerce-variation-description {
  border-bottom: 1px solid #ececec;
  clear: both;
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-top: 15px;
  color: #282828;
}
/* line 153, ../sass/theme/products/_detail.scss */
.product-detail-wrap .cart, .entry-summary .cart {
  margin-left: 0px;
  margin-bottom: 0px;
  line-height: 20px;
  display: inline-block;
  padding-bottom: 15px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .cart, .rtl .entry-summary .cart {
  margin-right: 0px;
  margin-left: inherit;
}
/* line 159, ../sass/theme/products/_detail.scss */
.product-detail-wrap .cart .single_add_to_cart_button, .entry-summary .cart .single_add_to_cart_button {
  margin: 0;
}
/* line 163, ../sass/theme/products/_detail.scss */
.product-detail-wrap .yith-wcwl-add-to-wishlist, .product-detail-wrap .compare, .entry-summary .yith-wcwl-add-to-wishlist, .entry-summary .compare {
  display: none;
}
/* line 167, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links, .entry-summary .add-links {
  display: inline-block;
  padding-left: 15px;
}
/* line 170, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links > *, .entry-summary .add-links > * {
  display: inline-block;
  height: 36px;
  width: 36px;
  vertical-align: middle;
  float: none;
  padding: 0 10px;
  float: none;
  line-height: 18px;
}
/* line 181, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links .yith-compare, .entry-summary .add-links .yith-compare {
  line-height: 15px;
}
/* line 184, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links .compare, .entry-summary .add-links .compare {
  display: inline-block;
  float: none;
}
/* line 188, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links .clear, .entry-summary .add-links .clear {
  display: none;
}
/* line 193, ../sass/theme/products/_detail.scss */
.product-detail-wrap .reset_variations, .entry-summary .reset_variations {
  font-size: 12px;
}
/* line 200, ../sass/theme/products/_detail.scss */
.product-detail-wrap .zoom-image, .entry-summary .zoom-image {
  width: 100%;
  height: auto;
}
/* line 208, ../sass/theme/products/_detail.scss */
.product-detail-wrap .product_meta, .entry-summary .product_meta {
  border-top: 1px solid #ececec;
  clear: both;
  padding-top: 10px;
  margin: 0;
}
/* line 213, ../sass/theme/products/_detail.scss */
.product-detail-wrap .product_meta > *, .entry-summary .product_meta > * {
  display: block;
  padding: 5px 0;
  color: #000000;
  font-weight: bold;
}
/* line 218, ../sass/theme/products/_detail.scss */
.product-detail-wrap .product_meta > * span, .product-detail-wrap .product_meta > * a, .entry-summary .product_meta > * span, .entry-summary .product_meta > * a {
  color: #282828;
  font-size: 13px;
  font-weight: 400;
}

/**
* Quantity Product
*/
/* line 229, ../sass/theme/products/_detail.scss */
.quantity {
  float: left;
  margin-right: 50px;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 50px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .quantity {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .quantity {
  margin-left: 50px;
  margin-right: inherit;
}
/* line 236, ../sass/theme/products/_detail.scss */
.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  height: 50px;
  border-radius: 2px;
}
/* line 243, ../sass/theme/products/_detail.scss */
.quantity .add-action {
  position: absolute;
  line-height: 25px;
  text-align: center;
  background: #282828;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 25px;
  height: 25px;
  border-radius: 0px;
}
/* line 253, ../sass/theme/products/_detail.scss */
.quantity .add-action:hover, .quantity .add-action:active {
  color: #6d604c;
}
/* line 257, ../sass/theme/products/_detail.scss */
.quantity .qty-plus {
  right: -25px;
  top: 0;
}
/* line 261, ../sass/theme/products/_detail.scss */
.quantity .qty-minus {
  right: -25px;
  bottom: 0;
}

/**
* Image Detail Product
*/
/**
* Table Product
*/
/* line 280, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .resp-tabs-container {
  border-top: 1px solid #EEEEEE;
  padding: 45px 0px;
}
/* line 284, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .tab-content {
  padding: 0;
}
/* line 288, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .tab-description {
  line-height: 24px;
}
/* line 293, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .commentlist {
  padding: 0;
  margin: 0;
}
/* line 298, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews li {
  list-style: none;
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}
/* line 304, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .tall {
  color: #ececec;
}
/* line 308, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .avatar {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
/* line 313, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .description {
  line-height: 24px;
}
/* line 316, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .comment-reply-title {
  font-size: 18px;
}
/* line 319, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .star-rating {
  float: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .woocommerce-tabs #reviews .star-rating {
  float: left;
}
/* line 322, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews label {
  font-weight: 400;
  color: #282828;
  padding: 10px 0;
}
/* line 327, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .bypostauthor .comment-text .meta > strong {
  color: #c69f73;
}

/* line 334, ../sass/theme/products/_detail.scss */
.variations_form.cart tr td {
  border: none;
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .variations_form.cart tr td {
  text-align: right;
}
/* line 338, ../sass/theme/products/_detail.scss */
.variations_form.cart tr label {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  border: none;
  line-height: 40px;
  min-width: 100px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .variations_form.cart tr label {
  text-align: right;
}
/* line 345, ../sass/theme/products/_detail.scss */
.variations_form.cart tr label > * {
  margin: 0;
  border: none;
}
/* line 352, ../sass/theme/products/_detail.scss */
.variations_form.cart .price {
  padding-top: 15px;
  display: block;
}

/* line 359, ../sass/theme/products/_detail.scss */
#yith-quick-view-content .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
}

/* line 365, ../sass/theme/products/_detail.scss */
.single-product.woocommerce .thumbnails #slider-prev, .single-product.woocommerce .thumbnails #slider-next {
  width: 23px !important;
  height: 23px !important;
}

/* line 372, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev::before,
.product-detail-wrap .thumbnails #slider-next::before,
.entry-summary .thumbnails #slider-prev::before,
.entry-summary .thumbnails #slider-next::before {
  width: 23px !important;
  height: 23px !important;
}

/* line 376, ../sass/theme/products/_detail.scss */
.yith_magnifier_gallery li a {
  margin-top: 0px !important;
}

/* line 379, ../sass/theme/products/_detail.scss */
.related.products-block, .related-wrapper .products-block {
  overflow: visible;
}

/* line 384, ../sass/theme/products/_detail.scss */
.thumbnails.slider #slider-prev, .thumbnails.slider #slider-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

/* line 3, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading {
  text-align: center;
}
/* line 6, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .widget-content {
  padding: 60px 0;
}
/* line 10, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .text-heading {
  display: inline;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
}
/* line 18, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .buttom-heading {
  line-height: 50px;
  display: inline;
  padding: 0 15px;
}
/* line 23, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .buttom-heading .btn-inverse {
  border-radius: 60px;
  letter-spacing: 2px;
  padding: 17px 25px;
  font-weight: 500;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 31, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .buttom-heading .btn-inverse:hover {
  color: #c69f73;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 39, ../sass/theme/widget/_custom_heading.scss */
.rit-heading {
  line-height: 24px;
}

/* ================= Team Member =================== */
/* line 2, ../sass/theme/widget/_member.scss */
.rit-member-wrap {
  margin-bottom: 30px;
}
/* line 3, ../sass/theme/widget/_member.scss */
.rit-member-wrap .widgettitle {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
/* line 10, ../sass/theme/widget/_member.scss */
.rit-member-wrap .widgettitle span {
  border-bottom: none;
}
/* line 15, ../sass/theme/widget/_member.scss */
.rit-member-wrap ul.rit-member-list {
  padding: 0;
  margin: 0 -15px;
}
/* line 18, ../sass/theme/widget/_member.scss */
.rit-member-wrap ul.rit-member-list > li {
  padding: 0 15px;
}

/* line 24, ../sass/theme/widget/_member.scss */
.rit-member-list {
  list-style: none;
  margin: 0;
  text-align: center;
}

/* line 29, ../sass/theme/widget/_member.scss */
.rit-member-list h5 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 26px 15px 8px;
}

/* line 35, ../sass/theme/widget/_member.scss */
.member-position {
  color: #7d7d7d;
  font-size: 14px;
}

/* line 39, ../sass/theme/widget/_member.scss */
.rit-member-item .rit-social ul li a {
  border: 2px solid #ebebeb;
  border-radius: 50%;
  color: #7d7d7d;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 37px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 40px;
}

/* line 52, ../sass/theme/widget/_member.scss */
.rit-member-item .rit-social {
  margin-top: 15px;
}
/* line 54, ../sass/theme/widget/_member.scss */
.rit-member-item .rit-social ul {
  padding: 0;
}

/* line 58, ../sass/theme/widget/_member.scss */
.rit-social {
  text-align: center;
}

/* line 61, ../sass/theme/widget/_member.scss */
.rit-social ul {
  list-style: outside none none;
  margin: 0;
}

/* line 65, ../sass/theme/widget/_member.scss */
.rit-social ul li {
  display: inline-block;
}

/* line 68, ../sass/theme/widget/_member.scss */
.rit-social ul li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 17px;
  text-transform: uppercase;
}

/* line 4, ../sass/theme/widget/_product.scss */
.products_shortcode_wrap .owl-wrapper-outer {
  margin-bottom: 15px;
}

/* line 8, ../sass/theme/widget/_product.scss */
.title-filter {
  margin-bottom: 30px;
}

/* line 12, ../sass/theme/widget/_product.scss */
.related, .upsells, .cross-sells {
  border-top: 1px solid #EEEEEE;
}
/* line 14, ../sass/theme/widget/_product.scss */
.related .widgettitle, .upsells .widgettitle, .cross-sells .widgettitle {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
/* line 18, ../sass/theme/widget/_product.scss */
.related .widgettitle > span, .upsells .widgettitle > span, .cross-sells .widgettitle > span {
  border-bottom: none;
}

/* line 25, ../sass/theme/widget/_product.scss */
.cross-sells {
  border-top: none;
}

/* line 29, ../sass/theme/widget/_product.scss */
.js-vc_parallax-o-image, .productid-image {
  background-color: gray;
}

/* line 33, ../sass/theme/widget/_product.scss */
.sidebar .widget-boxed {
  background: #e6e6e6;
}
/* line 35, ../sass/theme/widget/_product.scss */
.sidebar .widget-boxed .widgettitle {
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  background: #c69f73;
  padding: 15px;
  color: white;
  margin-bottom: 15px;
}
/* line 43, ../sass/theme/widget/_product.scss */
.sidebar .widget-boxed ul li {
  border-bottom: 1px solid #dcdcdc;
}
/* line 45, ../sass/theme/widget/_product.scss */
.sidebar .widget-boxed ul li a {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 50, ../sass/theme/widget/_product.scss */
.sidebar .widget-boxed ul li:last-child {
  padding-bottom: 15px;
}
/* line 54, ../sass/theme/widget/_product.scss */
.sidebar .widget-boxed ul li li:first-child {
  border-top: 1px solid #dcdcdc;
}
/* line 57, ../sass/theme/widget/_product.scss */
.sidebar .widget-boxed ul li li:last-child {
  padding-bottom: 0px;
}
/* line 65, ../sass/theme/widget/_product.scss */
.sidebar .widget-product .widget-content {
  padding-top: 0;
}

/* line 4, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widget-content {
  padding-top: 0;
}
/* line 7, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .tabs-title-product {
  font-size: 18px;
  padding: 0;
  font-weight: 400;
  background: none;
  display: block;
}
/* line 18, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .tabs-title-product:focus, .product-tabs .tabs-title-product.focus, .product-tabs .tabs-title-product:active:focus, .product-tabs .tabs-title-product.focus:active, .product-tabs .tabs-title-product.active:focus, .product-tabs .tabs-title-product.active.focus {
  background: none;
  color: #6d604c;
}
/* line 23, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs ul {
  display: inline-block;
  position: relative;
  border: none;
}
/* line 28, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li {
  padding-right: 30px;
}
/* line 30, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li a:hover {
  background: none;
}
/* line 34, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li + li:after {
  content: "/";
  left: -20px;
  position: absolute;
  top: -2px;
}
/* line 42, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li.active > a,
.product-tabs li.active > a:hover,
.product-tabs li.active > a:focus {
  background: none;
  color: #6d604c;
}
/* line 47, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widgettitle span {
  border: none;
}
/* line 51, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widgettitle.left {
  text-align: left;
}
/* line 54, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widgettitle.center {
  text-align: center;
}
/* line 57, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widgettitle.right {
  text-align: right;
}

/* line 64, ../sass/theme/widget/_tabsproduct.scss */
.category-product .widgettitle {
  margin-top: 50px;
}
/* line 67, ../sass/theme/widget/_tabsproduct.scss */
.category-product .widget-content {
  padding-top: 20px;
}

/* line 4, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .center {
  text-align: center;
}
/* line 7, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widgettitle {
  font-family: "Poppins";
}
/* line 10, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .tabs-title-cat {
  font-size: 14px;
  padding: 0;
  background: none;
  display: block;
  text-transform: uppercase;
  font-family: "Poppins";
}
/* line 22, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .tabs-title-cat:focus, .category-tabs .tabs-title-cat.focus, .category-tabs .tabs-title-cat:active:focus, .category-tabs .tabs-title-cat.focus:active, .category-tabs .tabs-title-cat.active:focus, .category-tabs .tabs-title-cat.active.focus {
  background: none;
  color: #6d604c;
}
/* line 28, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .cat-title ul li + li:after {
  content: "/";
  left: -17px;
  position: absolute;
  top: 0;
}
/* line 35, ../sass/theme/widget/_tabscategory.scss */
.category-tabs ul {
  display: inline-block;
  position: relative;
  border: none;
}
/* line 41, ../sass/theme/widget/_tabscategory.scss */
.category-tabs li {
  padding-right: 20px;
}
/* line 43, ../sass/theme/widget/_tabscategory.scss */
.category-tabs li a:hover {
  background: none;
}
/* line 49, ../sass/theme/widget/_tabscategory.scss */
.category-tabs li.active > a,
.category-tabs li.active > a:hover,
.category-tabs li.active > a:focus {
  background: none;
  color: #6d604c;
}
/* line 53, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widgettitle {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
}
/* line 57, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widgettitle span {
  border: none;
}
/* line 59, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widgettitle span:after, .category-tabs .widgettitle span:before {
  content: none;
  border-width: 0;
}
/* line 64, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widgettitle.left {
  text-align: left;
}
/* line 67, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widgettitle.center {
  text-align: center;
}
/* line 70, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widgettitle.right {
  text-align: right;
}
/* line 75, ../sass/theme/widget/_tabscategory.scss */
.category-tabs.category-tabs-filter .widgettitle {
  font-size: 30px;
  padding-bottom: 30px;
}

/* line 4, ../sass/theme/widget/_product-id.scss */
.widget.product-id .productid-content-inner {
  padding: 8%;
}
/* line 7, ../sass/theme/widget/_product-id.scss */
.widget.product-id .name {
  text-align: center;
  padding-top: 30px;
  white-space: normal;
  margin: 0;
  line-height: 34px;
}
/* line 13, ../sass/theme/widget/_product-id.scss */
.widget.product-id .name a {
  font-size: 35px;
  color: #90815B;
  font-weight: bold;
}
/* line 20, ../sass/theme/widget/_product-id.scss */
.widget.product-id .description {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  color: #808080;
  line-height: 24px;
  font-weight: 400;
  min-height: 80px;
}
/* line 28, ../sass/theme/widget/_product-id.scss */
.widget.product-id .description p {
  margin: 0;
}
/* line 33, ../sass/theme/widget/_product-id.scss */
.widget.product-id .product-image img {
  width: auto;
}
/* line 37, ../sass/theme/widget/_product-id.scss */
.widget.product-id .price {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #4a4a4a;
  font-size: 28px;
  line-height: 30px;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
}
/* line 49, ../sass/theme/widget/_product-id.scss */
.widget.product-id .ri-button-add-cart {
  padding: 15px 0 30px;
  display: block;
  position: relative;
  text-align: center;
}
/* line 54, ../sass/theme/widget/_product-id.scss */
.widget.product-id .ri-button-add-cart > a {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 35px;
  text-transform: uppercase;
  float: none;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.widget.product-id .ri-button-add-cart > a:hover, .widget.product-id .ri-button-add-cart > a:focus, .widget.product-id .ri-button-add-cart > a:active, .widget.product-id .ri-button-add-cart > a.active {
  color: white;
  background-color: #c69f73;
  border-color: #c69f73;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .widget.product-id .ri-button-add-cart > a.dropdown-toggle {
  color: white;
  background-color: #c69f73;
  border-color: #c69f73;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.widget.product-id .ri-button-add-cart > a:active, .widget.product-id .ri-button-add-cart > a.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .widget.product-id .ri-button-add-cart > a.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.widget.product-id .ri-button-add-cart > a.disabled, .widget.product-id .ri-button-add-cart > a.disabled:hover, .widget.product-id .ri-button-add-cart > a.disabled:focus, .widget.product-id .ri-button-add-cart > a.disabled:active, .widget.product-id .ri-button-add-cart > a.disabled.active, .widget.product-id .ri-button-add-cart > a[disabled], .widget.product-id .ri-button-add-cart > a[disabled]:hover, .widget.product-id .ri-button-add-cart > a[disabled]:focus, .widget.product-id .ri-button-add-cart > a[disabled]:active, .widget.product-id .ri-button-add-cart > a[disabled].active, fieldset[disabled] .widget.product-id .ri-button-add-cart > a, fieldset[disabled] .widget.product-id .ri-button-add-cart > a:hover, fieldset[disabled] .widget.product-id .ri-button-add-cart > a:focus, fieldset[disabled] .widget.product-id .ri-button-add-cart > a:active, fieldset[disabled] .widget.product-id .ri-button-add-cart > a.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.widget.product-id .ri-button-add-cart > a .badge {
  color: #4a4a4a;
  background-color: white;
}
/* line 59, ../sass/theme/widget/_product-id.scss */
.widget.product-id .ri-button-add-cart > a:after {
  top: 8px;
}
/* line 65, ../sass/theme/widget/_product-id.scss */
.widget.product-id .productid-content {
  background: white;
  padding: 20px;
}
/* line 68, ../sass/theme/widget/_product-id.scss */
.widget.product-id .productid-content .productid-content-inner {
  background: #F3F3F3;
}
/* line 72, ../sass/theme/widget/_product-id.scss */
.widget.product-id .productid-content.product_center {
  padding: 10px;
}
/* line 78, ../sass/theme/widget/_product-id.scss */
.widget.product-id.no-padding-top .productid-content {
  padding-top: 0px;
}
/* line 83, ../sass/theme/widget/_product-id.scss */
.widget.product-id.no-padding-bottom .productid-content {
  padding-bottom: 0px;
}
/* line 88, ../sass/theme/widget/_product-id.scss */
.widget.product-id .productid-image {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .product-image img {
    width: 100%;
  }
  /* line 101, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .product_center .product-image img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 110, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .product-image img {
    width: 100%;
  }
  /* line 114, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .product_center .product-image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  /* line 124, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .box-equal {
    display: block;
  }
  /* line 273, ../sass/theme/mixins/_mixins.scss */
  .widget.product-id .box-equal:before, .widget.product-id .box-equal:after {
    content: " ";
    display: table;
  }
  /* line 277, ../sass/theme/mixins/_mixins.scss */
  .widget.product-id .box-equal:after {
    clear: both;
  }
  /* line 127, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .box-equal > * {
    display: block;
    width: 100% !important;
  }
  /* line 132, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .box-equal.product_right > * {
    float: right;
    margin-bottom: 10px;
  }
  /* line 138, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .box-equal.product_left > * {
    float: left;
    margin-top: 10px;
  }
  /* line 144, ../sass/theme/widget/_product-id.scss */
  .widget.product-id.no-padding-top .productid-content {
    padding-top: 15px;
  }
  /* line 147, ../sass/theme/widget/_product-id.scss */
  .widget.product-id.no-padding-bottom .productid-content {
    padding-bottom: 15px;
  }
}
/* line 4, ../sass/theme/widget/_services-box.scss */
.widget-services-box .widget-services-content {
  padding: 30px 0;
  color: #FFF;
}
/* line 8, ../sass/theme/widget/_services-box.scss */
.widget-services-box .services-content {
  padding: 120px 80px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 13, ../sass/theme/widget/_services-box.scss */
.widget-services-box .title {
  letter-spacing: 1px;
  font-weight: 300px;
  margin-bottom: 15px;
}
/* line 17, ../sass/theme/widget/_services-box.scss */
.widget-services-box .title a {
  color: #FFF;
}
/* line 21, ../sass/theme/widget/_services-box.scss */
.widget-services-box .des-services {
  height: 50px;
  overflow: hidden;
  letter-spacing: 1px;
  font-style: italic;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 30, ../sass/theme/widget/_services-box.scss */
.widget-services-box .btn-services {
  color: white;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: white;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  border-width: 1px;
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
}
/* line 13, ../sass/theme/mixins/_buttons.scss */
.widget-services-box .btn-services:hover, .widget-services-box .btn-services:focus, .widget-services-box .btn-services:active, .widget-services-box .btn-services.active {
  color: black;
  background-color: white;
  border-color: white;
}
/* line 19, ../sass/theme/mixins/_buttons.scss */
.open .widget-services-box .btn-services.dropdown-toggle {
  color: black;
  background-color: white;
  border-color: white;
}
/* line 26, ../sass/theme/mixins/_buttons.scss */
.widget-services-box .btn-services:active, .widget-services-box .btn-services.active {
  background-image: none;
}
/* line 30, ../sass/theme/mixins/_buttons.scss */
.open .widget-services-box .btn-services.dropdown-toggle {
  background-image: none;
}
/* line 41, ../sass/theme/mixins/_buttons.scss */
.widget-services-box .btn-services.disabled, .widget-services-box .btn-services.disabled:hover, .widget-services-box .btn-services.disabled:focus, .widget-services-box .btn-services.disabled:active, .widget-services-box .btn-services.disabled.active, .widget-services-box .btn-services[disabled], .widget-services-box .btn-services[disabled]:hover, .widget-services-box .btn-services[disabled]:focus, .widget-services-box .btn-services[disabled]:active, .widget-services-box .btn-services[disabled].active, fieldset[disabled] .widget-services-box .btn-services, fieldset[disabled] .widget-services-box .btn-services:hover, fieldset[disabled] .widget-services-box .btn-services:focus, fieldset[disabled] .widget-services-box .btn-services:active, fieldset[disabled] .widget-services-box .btn-services.active {
  background-color: transparent;
  border-color: white;
}
/* line 46, ../sass/theme/mixins/_buttons.scss */
.widget-services-box .btn-services .badge {
  color: transparent;
  background-color: white;
}
/* line 39, ../sass/theme/widget/_services-box.scss */
.widget-services-box.style-2 .title {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 43, ../sass/theme/widget/_services-box.scss */
.widget-services-box.style-2 .title-service {
  font-size: 12px;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}
/* line 49, ../sass/theme/widget/_services-box.scss */
.widget-services-box.style-2 .widget-services-content {
  padding: 0;
  margin: 10px 0;
}
/* line 54, ../sass/theme/widget/_services-box.scss */
.widget-services-box.style-2 .services-content {
  padding: 7px;
}
/* line 57, ../sass/theme/widget/_services-box.scss */
.widget-services-box.style-2 .des-services {
  font-size: 12px;
  font-style: normal;
  height: auto;
  margin-bottom: 0;
}
/* line 62, ../sass/theme/widget/_services-box.scss */
.widget-services-box.style-2 .des-services > * {
  margin: 0;
}
/* line 66, ../sass/theme/widget/_services-box.scss */
.widget-services-box.style-2 .overlay_border {
  display: none;
}

/* line 5, ../sass/theme/widget/_services-image.scss */
.widget-services-image .title-service {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}
/* line 11, ../sass/theme/widget/_services-image.scss */
.widget-services-image .image {
  margin-bottom: 30px;
}
/* line 14, ../sass/theme/widget/_services-image.scss */
.widget-services-image .services-content {
  line-height: 26px;
  color: #7d7d7d;
  text-align: center;
}
/* line 19, ../sass/theme/widget/_services-image.scss */
.widget-services-image .widget-content {
  padding-top: 0;
}

/* line 3, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon {
  margin: 15px 0;
}
/* line 5, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon .icon {
  float: left;
  position: relative;
  display: inline-block;
  color: #282828;
}
/* line 10, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon .icon .fa {
  font-size: 40px;
}
/* line 13, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon .icon .icon-image {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  width: 30px;
  height: 30px;
}
/* line 25, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon .services-content {
  float: left;
  padding: 0 15px;
  overflow: hidden;
  display: inline-block;
}
/* line 32, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon .title-service {
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0;
  text-transform: uppercase;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
/* line 41, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon .des-services {
  text-align: left;
  color: #282828;
  line-height: 24px;
  font-size: 14px;
}
/* line 48, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon.center {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
/* line 55, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon.left {
  text-align: left;
}
/* line 58, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon.right {
  text-align: right;
}
/* line 61, ../sass/theme/widget/_services-icon.scss */
.widget-services-icon .widget-content {
  padding: 15px 0;
  display: inline-block;
}

/* line 69, ../sass/theme/widget/_services-icon.scss */
.banner_item {
  padding: 15px;
  text-align: center;
}
/* line 72, ../sass/theme/widget/_services-icon.scss */
.banner_item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
/* line 79, ../sass/theme/widget/_services-icon.scss */
.banner_item:hover img {
  -webkit-filter: none;
  filter: none;
}

/* line 3, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial {
  width: 100%;
  margin: auto;
  text-align: left;
}
/* line 7, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial {
  font-size: 14px;
  color: white;
  padding: 15px;
  background: #c69f73;
  border-radius: 5px;
  margin-right: 3px;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
/* line 16, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial > * {
  display: inline;
}
/* line 19, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial .fa {
  color: #c69f73;
}
/* line 22, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #c69f73;
  bottom: -10px;
  content: "";
  height: 0;
  left: 25px;
  position: absolute;
  width: 0;
}
/* line 35, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .author {
  color: #282828;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 43, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .group-author-position {
  overflow: hidden;
}
/* line 48, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widgettitle {
  color: #fff;
  position: relative;
  padding-bottom: 24px;
  margin: 0;
  font-size: 26px;
}
/* line 55, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widgettitle span:before, .widget-testimonial .widgettitle span:after {
  content: none;
}
/* line 59, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widgettitle:after {
  content: "";
  border: none;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  margin: auto;
  border-width: 0;
}
/* line 73, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .owl-prev, .widget-testimonial .owl-next {
  top: 40% !important;
  background: transparent !important;
}
/* line 77, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .rit-testimonial {
  padding: 0;
}

/* line 82, ../sass/theme/widget/_testimonials.scss */
.testimonial_item {
  display: block;
}
/* line 84, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .img-author {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
/* line 88, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .img-author img {
  width: 80px;
  height: 80px;
  border: 3px solid #FFFFFF;
  background: white;
}
/* line 95, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .testimonial_position {
  color: #9a9a9f;
  font-size: 12px;
  margin-top: 3px;
  -webkit-font-smoothing: antialiased;
}

/* line 3, ../sass/theme/widget/_banner-slider.scss */
.widget-banner-slider {
  margin: 50px 0;
}

/* line 3, ../sass/theme/widget/_banner-images.scss */
.rit-banners {
  position: relative;
}
/* line 5, ../sass/theme/widget/_banner-images.scss */
.rit-banners .image-banner {
  position: absolute;
  left: 30px;
  bottom: 0;
}
/* line 10, ../sass/theme/widget/_banner-images.scss */
.rit-banners .bannertitle {
  text-transform: uppercase;
  font-size: 26px;
  color: white;
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-family: "Poppins";
}
/* line 18, ../sass/theme/widget/_banner-images.scss */
.rit-banners .bannertitle, .rit-banners .subtitle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-20px, 0px, 0px);
  -ms-transform: translate3d(-20px, 0px, 0px);
  -moz-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 25, ../sass/theme/widget/_banner-images.scss */
.rit-banners .subtitle {
  display: block;
  margin-top: 0px;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Playfair Display";
}
/* line 35, ../sass/theme/widget/_banner-images.scss */
.rit-banners:hover .bannertitle, .rit-banners:hover .subtitle {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 2, ../sass/theme/widget/_service.scss */
.service {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
.service:before, .service:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
.service:after {
  clear: both;
}
/* line 7, ../sass/theme/widget/_service.scss */
.service:hover .icon-service {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #6d604c;
  color: #6d604c;
}
/* line 12, ../sass/theme/widget/_service.scss */
.service .icon-service {
  float: left;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
  line-height: 42px;
  text-align: center;
  color: #b3b3b3;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .service .icon-service {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .service .icon-service {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 23, ../sass/theme/widget/_service.scss */
.service .service-description {
  float: left;
  width: 70%;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .service .service-description {
  float: right;
}
/* line 27, ../sass/theme/widget/_service.scss */
.service .title-service {
  text-align: left;
  text-transform: uppercase;
  color: #282828;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .service .title-service {
  text-align: right;
}
/* line 32, ../sass/theme/widget/_service.scss */
.service .description {
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
  font-style: italic;
  line-height: 12px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .service .description {
  text-align: right;
}

/* line 2, ../sass/theme/widget/_support.scss */
.support {
  display: block;
  margin-top: 30px;
}

/* line 6, ../sass/theme/widget/_support.scss */
.icon-support {
  float: left;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .icon-support {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .icon-support {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 14, ../sass/theme/widget/_support.scss */
.icon-support .fa {
  font-size: 24px;
  line-height: 30px;
  color: #c69f73;
}

/* line 20, ../sass/theme/widget/_support.scss */
.support-description {
  float: left;
  width: 70%;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .support-description {
  float: right;
}
/* line 23, ../sass/theme/widget/_support.scss */
.support-description > * {
  display: inline-block;
  color: #282828;
}
/* line 27, ../sass/theme/widget/_support.scss */
.support-description .text-support {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
/* line 31, ../sass/theme/widget/_support.scss */
.support-description .text-support b {
  text-transform: uppercase;
  font-weight: 400;
}

/* line 3, ../sass/theme/widget/_newsletter.scss */
.newsletters {
  text-align: center;
  padding: 30px 0;
}
/* line 7, ../sass/theme/widget/_newsletter.scss */
.newsletters .form-newsletter label {
  padding: 15px 0;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1px;
  padding-right: 10px;
  color: #333333;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .form-newsletter label {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 19, ../sass/theme/widget/_newsletter.scss */
.newsletters .descrition {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
  color: #333333;
}
/* line 24, ../sass/theme/widget/_newsletter.scss */
.newsletters .descrition span {
  color: #c69f73;
}
/* line 28, ../sass/theme/widget/_newsletter.scss */
.newsletters .group-input-newsletter {
  text-align: center;
  display: inline-block;
}
/* line 32, ../sass/theme/widget/_newsletter.scss */
.newsletters .input-newsletter {
  width: 550px;
  padding-bottom: 30px;
}
/* line 35, ../sass/theme/widget/_newsletter.scss */
.newsletters .input-newsletter input {
  height: 50px;
  border-radius: 0;
}
/* line 40, ../sass/theme/widget/_newsletter.scss */
.newsletters .input-newsletter #mc4wp {
  border: none;
  border-bottom: 2px solid #dddddd;
  background: none;
  width: 97%;
  padding: 0;
}
/* line 46, ../sass/theme/widget/_newsletter.scss */
.newsletters .input-newsletter #mc4wp:focus {
  border-color: #6d604c;
}
/* line 51, ../sass/theme/widget/_newsletter.scss */
.newsletters .btn-newsletter {
  letter-spacing: 1px;
  background: #6d604c;
}
/* line 54, ../sass/theme/widget/_newsletter.scss */
.newsletters .btn-newsletter:hover {
  background: #c69f73;
}

/* line 60, ../sass/theme/widget/_newsletter.scss */
.sidebar .newsletters {
  padding: 0;
  text-align: left;
}
/* line 63, ../sass/theme/widget/_newsletter.scss */
.sidebar .newsletters .form-newsletter label {
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 20px;
  padding-bottom: 5px;
  display: block;
  font-family: "Poppins";
}
/* line 74, ../sass/theme/widget/_newsletter.scss */
.sidebar .newsletters .input-newsletter {
  width: 100%;
}
/* line 76, ../sass/theme/widget/_newsletter.scss */
.sidebar .newsletters .input-newsletter input {
  height: 40px;
}
/* line 80, ../sass/theme/widget/_newsletter.scss */
.sidebar .newsletters .descrition {
  font-size: 14px;
  color: #707070;
}
/* line 84, ../sass/theme/widget/_newsletter.scss */
.sidebar .newsletters .btn-newsletter {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px !important;
  letter-spacing: 0;
  text-transform: capitalize;
}
/* line 92, ../sass/theme/widget/_newsletter.scss */
.sidebar .newsletters .group-input-newsletter {
  display: block;
}

/* line 1, ../sass/theme/widget/_social.scss */
[class*="ion-social-"] {
  width: 30px;
  height: 30px;
  background: transparent;
  color: white;
  border: 2px solid white;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100%;
}
/* line 13, ../sass/theme/widget/_social.scss */
[class*="ion-social-"]:hover {
  color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 21, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-facebook:hover {
  color: #3b5998;
  border: 2px solid #3b5998;
}
/* line 28, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-googleplus:hover {
  color: #dd4b39;
  border: 2px solid #dd4b39;
}
/* line 35, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-twitter:hover {
  color: #00aced;
  border: 2px solid #00aced;
}
/* line 42, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-instagram:hover {
  color: #517fa4;
  border: 2px solid #517fa4;
}
/* line 49, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-pinterest:hover {
  color: #cb2027;
  border: 2px solid #cb2027;
}
/* line 56, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-skype:hover {
  color: #0078ca;
  border: 2px solid #0078ca;
}
/* line 63, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-vimeo:hover {
  color: #aad450;
  border: 2px solid #aad450;
}
/* line 69, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-youtube:hover {
  color: #bb0000;
  border: 2px solid #bb0000;
}
/* line 76, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-dribbble:hover {
  color: #ea4c89;
  border: 2px solid #ea4c89;
}
/* line 83, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-linkedin:hover {
  color: #007bb6;
  border: 2px solid #007bb6;
}
/* line 90, ../sass/theme/widget/_social.scss */
.RIT_social .ion-social-rss:hover {
  color: #FF9900;
  border: 2px solid #FF9900;
}

/**
	 * Price filter widget
	 */
/* line 4, ../sass/theme/widget/_slide.scss */
.widget_price_filter {
  margin-bottom: 50px !important;
}
/* line 6, ../sass/theme/widget/_slide.scss */
.widget_price_filter .widgettitle {
  margin-bottom: 40px;
}
/* line 9, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider {
  margin: 1em 0 2em;
}
/* line 13, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
/* line 18, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
/* line 22, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount .button {
  float: left;
}
/* line 27, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}
/* line 34, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #282828;
  border-radius: 0;
  cursor: ew-resize;
  outline: none;
  top: -7px;
  margin-left: -0.5em;
}
/* line 50, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 0;
  background-color: #282828;
}
/* line 61, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  background-color: #cccccc;
  border: 0;
}
/* line 66, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_wrapper .button {
  padding: 7px 20px;
  border-radius: 3px;
}
/* line 70, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_wrapper .price_label {
  font-size: 14px;
}
/* line 75, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal {
  height: 2px;
}
/* line 79, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 2px;
}
/* line 84, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
/* line 88, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/* line 4, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-des {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  left: 0;
  margin: 0 10px;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 75%;
}
/* line 16, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-count {
  font-size: 14px;
  color: #d1d1d1;
}
/* line 20, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-name {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}
/* line 25, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-image {
  overflow: hidden;
}
/* line 27, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-image .category_thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 33, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-image:hover .category_thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 4, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .rit-recent-post {
  padding: 0 15px;
}
/* line 6, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .rit-recent-post .post-image {
  padding-bottom: 20px;
}
/* line 9, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .rit-recent-post .entry-header {
  margin: 0;
  padding: 0;
}
/* line 14, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .entry-content {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 5px;
}
/* line 23, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .entry-title {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 24px;
  margin: 0;
}
/* line 30, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .post-date {
  font-size: 12px;
}
/* line 33, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .article-meta {
  padding-left: 0;
  padding-right: 0;
  color: #666666;
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 0px;
}
/* line 41, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .btn-recent-blog {
  padding: 15px 0;
  display: block;
}

/* line 48, ../sass/theme/widget/_rit-recent-post.scss */
.sidebar .blog-recent-post .widget-content {
  padding: 0;
}
/* line 51, ../sass/theme/widget/_rit-recent-post.scss */
.sidebar .blog-recent-post .post-image {
  float: none;
  width: 100%;
}
/* line 55, ../sass/theme/widget/_rit-recent-post.scss */
.sidebar .blog-recent-post .rit-carousel {
  margin: 0 -15px;
}
/* line 59, ../sass/theme/widget/_rit-recent-post.scss */
.sidebar .widgettitle span {
  border: none;
  padding: 0;
}

/*Style category blog*/
/* line 4, ../sass/theme/blog/_category.scss */
.archive-blog article {
  padding: 30px 0;
}
/* line 6, ../sass/theme/blog/_category.scss */
.archive-blog article:first-child {
  padding-top: 0;
}
/* line 9, ../sass/theme/blog/_category.scss */
.archive-blog article:last-child {
  border-bottom: none;
}
/* line 14, ../sass/theme/blog/_category.scss */
.archive-blog .entry-content {
  text-align: justify;
}
/* line 18, ../sass/theme/blog/_category.scss */
.archive-blog .entry-action {
  padding-top: 5px;
}
/* line 22, ../sass/theme/blog/_category.scss */
.archive-blog .entry-title {
  font-size: 26px;
}

/* line 26, ../sass/theme/blog/_category.scss */
.content-area {
  margin-bottom: 30px;
}

/*Style single blog*/
/* line 3, ../sass/theme/blog/_single.scss */
.post-image {
  text-align: center;
  padding-bottom: 30px;
}

/* line 7, ../sass/theme/blog/_single.scss */
.post-video {
  margin-bottom: 30px;
}

/* line 12, ../sass/theme/blog/_single.scss */
.post-image > * {
  display: block;
}
/* line 15, ../sass/theme/blog/_single.scss */
.post-image ul li {
  list-style: none;
}
/* line 18, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel {
  padding: 0;
  z-index: 999;
}
/* line 21, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .fa {
  font-weight: 700;
}
/* line 24, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .owl-prev {
  left: 15px;
  border-width: 2px;
}
/* line 28, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .owl-next {
  right: 15px;
  border-width: 2px;
}
/* line 34, ../sass/theme/blog/_single.scss */
.post-image img {
  float: none !important;
}

/* line 39, ../sass/theme/blog/_single.scss */
.post-cat {
  font-weight: 500;
  color: #c69f73;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
}
/* line 45, ../sass/theme/blog/_single.scss */
.post-cat a {
  color: #c69f73;
}
/* line 48, ../sass/theme/blog/_single.scss */
.post-cat:after {
  content: "/";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -5px;
  color: #7c7c7e;
}

/* line 58, ../sass/theme/blog/_single.scss */
.post-date {
  color: #7c7c7e;
  padding-left: 7px;
}

/* line 63, ../sass/theme/blog/_single.scss */
.entry-header {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 66, ../sass/theme/blog/_single.scss */
.entry-header > header {
  display: inline-block;
}
/* line 69, ../sass/theme/blog/_single.scss */
.entry-header .entry_pagination {
  display: none;
}

/* line 73, ../sass/theme/blog/_single.scss */
.entry-title {
  display: inline-block;
  padding-top: 0px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  color: #282828;
}
/* line 82, ../sass/theme/blog/_single.scss */
.entry-title > a {
  color: #282828;
}
/* line 84, ../sass/theme/blog/_single.scss */
.entry-title > a:hover {
  color: #c69f73;
}

/* line 89, ../sass/theme/blog/_single.scss */
.archive-header .entry-title {
  padding: 15px 0;
}

/* line 93, ../sass/theme/blog/_single.scss */
.article-meta {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  line-height: 24px;
}
/* line 99, ../sass/theme/blog/_single.scss */
.article-meta .fa {
  padding-right: 10px;
  color: #6d604c;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .article-meta .fa {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 103, ../sass/theme/blog/_single.scss */
.article-meta span {
  font-size: 12px;
}
/* line 105, ../sass/theme/blog/_single.scss */
.article-meta span:first-child {
  padding-left: 0px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .article-meta span:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

/* line 111, ../sass/theme/blog/_single.scss */
post-comment {
  padding-bottom: 25px;
  line-height: 24px;
}
/* line 114, ../sass/theme/blog/_single.scss */
post-comment .fa {
  padding-right: 10px;
  color: #6d604c;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl post-comment .fa {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 118, ../sass/theme/blog/_single.scss */
post-comment span {
  font-size: 12px;
}
/* line 120, ../sass/theme/blog/_single.scss */
post-comment span:first-child {
  padding-left: 0px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl post-comment span:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

/* line 128, ../sass/theme/blog/_single.scss */
.tags > span {
  font-weight: bold;
  font-size: 16px;
}
/* line 132, ../sass/theme/blog/_single.scss */
.tags .fa {
  padding-right: 10px;
  color: #6d604c;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .tags .fa {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 136, ../sass/theme/blog/_single.scss */
.tags a {
  color: #c69f73;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 5px;
  text-decoration: none;
}
/* line 141, ../sass/theme/blog/_single.scss */
.tags a:hover {
  text-decoration: underline;
}

/* line 149, ../sass/theme/blog/_single.scss */
.entry-content {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 28px;
}
/* line 154, ../sass/theme/blog/_single.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 40px;
  margin-top: 30px;
}

/* line 160, ../sass/theme/blog/_single.scss */
.author-img {
  padding-right: 15px;
}
/* line 162, ../sass/theme/blog/_single.scss */
.author-img > img {
  width: 100px;
  border-radius: 100%;
  max-width: inherit;
}

/* line 169, ../sass/theme/blog/_single.scss */
.avatar > img {
  max-width: inherit;
  border-radius: 100%;
}

/* line 175, ../sass/theme/blog/_single.scss */
.author-content h5 {
  margin-top: 0;
}
/* line 179, ../sass/theme/blog/_single.scss */
.author-content a {
  font-size: 16px;
  text-transform: capitalize;
}
/* line 183, ../sass/theme/blog/_single.scss */
.author-content .author-social {
  margin-bottom: 5px;
}
/* line 186, ../sass/theme/blog/_single.scss */
.author-content p {
  max-width: 800px;
  font-size: 14px;
}

/* line 192, ../sass/theme/blog/_single.scss */
.commentform {
  padding-bottom: 30px;
}

/* line 196, ../sass/theme/blog/_single.scss */
#comments .heading {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
  text-transform: uppercase;
}
/* line 202, ../sass/theme/blog/_single.scss */
#comments .comment-list {
  padding: 0;
  margin: 0;
}
/* line 206, ../sass/theme/blog/_single.scss */
#comments .comment-list li.comment {
  border-top: 1px solid #f1f1f1;
  list-style: outside none none;
  padding: 30px 0;
}
/* line 213, ../sass/theme/blog/_single.scss */
#comments .text-user {
  text-transform: capitalize;
  font-weight: 500;
}
/* line 217, ../sass/theme/blog/_single.scss */
#comments .meta-user {
  color: #7c7c7e;
}
/* line 219, ../sass/theme/blog/_single.scss */
#comments .meta-user a {
  color: #7c7c7e;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #comments .meta-user a {
  padding-right: 5px;
  padding-left: inherit;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #comments .meta-user a {
  padding-left: 5px;
  padding-right: inherit;
}
/* line 226, ../sass/theme/blog/_single.scss */
#comments .children {
  padding-left: 85px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #comments .children {
  padding-right: 85px;
  padding-left: inherit;
}
/* line 228, ../sass/theme/blog/_single.scss */
#comments .children li:first-child {
  margin-top: 20px;
}
/* line 231, ../sass/theme/blog/_single.scss */
#comments .children li:last-child {
  padding-bottom: 0;
}
/* line 235, ../sass/theme/blog/_single.scss */
#comments .comment-author {
  padding-bottom: 10px;
}
/* line 239, ../sass/theme/blog/_single.scss */
#comments .h-info {
  padding-bottom: 30px;
}
/* line 243, ../sass/theme/blog/_single.scss */
#comments .the-comment > .avatar {
  padding-right: 15px;
}

/* line 248, ../sass/theme/blog/_single.scss */
#commentform .form-control {
  border-width: 0 0 1px;
  padding-left: 0;
}
/* line 252, ../sass/theme/blog/_single.scss */
#commentform > * {
  padding-bottom: 15px;
}
/* line 255, ../sass/theme/blog/_single.scss */
#commentform .comment-text {
  text-transform: lowercase;
}

/* line 261, ../sass/theme/blog/_single.scss */
.post-related {
  padding: 30px 0;
}

/* line 264, ../sass/theme/blog/_single.scss */
.post-box-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  margin-bottom: 25px;
  font-weight: 500;
}
/* line 270, ../sass/theme/blog/_single.scss */
.post-box-title > span {
  font-size: 16px;
}

/* line 274, ../sass/theme/blog/_single.scss */
.item-related {
  padding-top: 15px;
}
/* line 276, ../sass/theme/blog/_single.scss */
.item-related img {
  width: 100%;
}

/* line 280, ../sass/theme/blog/_single.scss */
.post-title {
  font-size: 16px;
  margin: 10px 0;
  line-height: 24px;
}

/* line 287, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination {
  padding: 20px 0 0;
  margin: 0;
  border: none;
}
/* line 291, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .fa {
  color: #6d604c;
}
/* line 294, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .page-numbers:hover {
  background: #6d604c;
  border: 1px solid #6d604c;
}
/* line 297, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .page-numbers:hover .fa {
  color: white;
}

/* line 303, ../sass/theme/blog/_single.scss */
.form-submit {
  margin-top: 30px;
}
/* line 273, ../sass/theme/mixins/_mixins.scss */
.form-submit:before, .form-submit:after {
  content: " ";
  display: table;
}
/* line 277, ../sass/theme/mixins/_mixins.scss */
.form-submit:after {
  clear: both;
}

@media (max-width: 480px) {
  /* line 6, ../sass/_responsive.scss */
  #menu-topbar-menu {
    float: left;
    margin: 0;
  }
  /* line 8, ../sass/_responsive.scss */
  #menu-topbar-menu .fa + span {
    display: none;
  }

  /* line 14, ../sass/_responsive.scss */
  #ri-top-navbar .user-login {
    display: none;
  }

  /* line 19, ../sass/_responsive.scss */
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }

  /* line 23, ../sass/_responsive.scss */
  #ri-top-navbar ul > li {
    padding: 7px 15px;
  }

  /* line 27, ../sass/_responsive.scss */
  #logo {
    text-align: center;
  }

  /* line 32, ../sass/_responsive.scss */
  .header-3.header-vertical {
    position: relative;
  }

  /* line 35, ../sass/_responsive.scss */
  .header-3.header-vertical .sticky-wrapper {
    display: none;
  }

  /* line 38, ../sass/_responsive.scss */
  .menu-vertical #content, .menu-vertical #rit-footer {
    margin-left: 0 !important;
  }

  /* line 41, ../sass/_responsive.scss */
  .menu-vertical .rev_slider_wrapper {
    margin-left: 0!important;
  }

  /* line 45, ../sass/_responsive.scss */
  .header-4.keep-header {
    position: static;
  }

  /* line 48, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  /* line 50, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  /* line 53, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }

  /* line 57, ../sass/_responsive.scss */
  #menu-footer-navigation {
    display: none !important;
  }

  /* line 60, ../sass/_responsive.scss */
  .header-content-right {
    text-align: center;
  }
  /* line 62, ../sass/_responsive.scss */
  .header-content-right .group-cart-search {
    float: none;
  }

  /* line 66, ../sass/_responsive.scss */
  .header-content-right .cart-wrap {
    float: none;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
  }

  /* line 72, ../sass/_responsive.scss */
  .ri-cart .mini-cart {
    border-left: 0;
    padding: 0px;
    text-align: center;
  }
  /* line 27, ../sass/theme/mixins/_rtl.scss */
  .rtl .ri-cart .mini-cart {
    border-right: 0;
    border-left: inherit;
  }

  /* line 78, ../sass/_responsive.scss */
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 8px;
  }
  /* line 81, ../sass/_responsive.scss */
  .mobile-cart .group-mini-cart {
    display: none;
  }

  /* line 90, ../sass/_responsive.scss */
  .wg-custom-heading .text-heading {
    font-size: 25px;
  }

  /* line 94, ../sass/_responsive.scss */
  .des-testimonial > p {
    font-size: 18px;
  }

  /* line 97, ../sass/_responsive.scss */
  .newsletters .input-newsletter {
    width: 300px;
  }

  /* line 100, ../sass/_responsive.scss */
  .header-content-header, .header-content {
    display: none;
  }

  /* line 103, ../sass/_responsive.scss */
  #ri-menu-primary {
    display: none !important;
  }

  /* line 106, ../sass/_responsive.scss */
  .quick-view {
    display: none;
  }

  /* line 109, ../sass/_responsive.scss */
  .switch-layout .products-list {
    display: none;
  }

  /* line 112, ../sass/_responsive.scss */
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }

  /* line 115, ../sass/_responsive.scss */
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }

  /* line 119, ../sass/_responsive.scss */
  .footer-4 {
    padding-top: 15px;
  }
  /* line 121, ../sass/_responsive.scss */
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  /* line 125, ../sass/_responsive.scss */
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }

  /* line 130, ../sass/_responsive.scss */
  .header-full .cart_list {
    position: relative;
  }
  /* line 132, ../sass/_responsive.scss */
  .header-full .cart_list li a {
    margin-right: 5px !important;
  }

  /* line 136, ../sass/_responsive.scss */
  #ri-top-navbar .mobile-cart {
    padding: 0;
  }

  /* line 139, ../sass/_responsive.scss */
  .attachment-shop_thumbnail.size-shop_thumbnail {
    height: 100%;
    width: 100%;
  }

  /* line 143, ../sass/_responsive.scss */
  .caroufredsel_wrapper {
    height: 80px !important;
  }

  /* line 146, ../sass/_responsive.scss */
  .buttons_added {
    margin-bottom: 15px;
  }

  /* line 149, ../sass/_responsive.scss */
  .product_title {
    margin-top: 30px;
  }

  /* line 153, ../sass/_responsive.scss */
  .woocommerce-tabs .tab-content {
    padding: 30px;
  }

  /* line 159, ../sass/_responsive.scss */
  .widget-services-box .des-services {
    height: auto;
  }

  /* line 163, ../sass/_responsive.scss */
  .rit-banners {
    margin-bottom: 30px;
  }

  /* line 167, ../sass/_responsive.scss */
  .product-col {
    width: 100%;
  }

  /* line 170, ../sass/_responsive.scss */
  .wp-post-image {
    width: 100%;
    max-width: 100%;
  }

  /* line 178, ../sass/_responsive.scss */
  .shop_table_responsive.cart .product-name, .shop_table_responsive.cart .product-price {
    display: none;
  }
  /* line 181, ../sass/_responsive.scss */
  .shop_table_responsive.cart .input.qty {
    width: 35px !important;
  }
  /* line 186, ../sass/_responsive.scss */
  .shop_table_responsive td {
    padding: 10px;
  }
  /* line 189, ../sass/_responsive.scss */
  .shop_table_responsive tr > * {
    padding: 5px;
  }
  /* line 192, ../sass/_responsive.scss */
  .shop_table_responsive .shipping .amount {
    float: left;
    line-height: 30px;
  }
  /* line 196, ../sass/_responsive.scss */
  .shop_table_responsive .shipping .shipping-calculator-button {
    padding: 0;
    font-size: 12px;
  }

  /* line 202, ../sass/_responsive.scss */
  .rit-coupon .input-group-addon {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 211, ../sass/_responsive.scss */
  .quick-view {
    display: none;
  }

  /* line 215, ../sass/_responsive.scss */
  #menu-topbar-menu {
    float: left;
    margin: 0;
    margin-right: 5px;
  }
  /* line 217, ../sass/_responsive.scss */
  #menu-topbar-menu .fa + span {
    display: none;
  }
  /* line 27, ../sass/theme/mixins/_rtl.scss */
  .rtl #menu-topbar-menu {
    margin-left: 5px;
    margin-right: inherit;
  }

  /* line 225, ../sass/_responsive.scss */
  #ri-top-navbar .user-login {
    display: none;
  }

  /* line 230, ../sass/_responsive.scss */
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }

  /* line 235, ../sass/_responsive.scss */
  #menu-footer-navigation {
    display: none !important;
  }

  /* line 239, ../sass/_responsive.scss */
  .header-3.header-vertical {
    position: relative;
  }

  /* line 242, ../sass/_responsive.scss */
  .header-3.header-vertical .sticky-wrapper {
    display: none;
  }

  /* line 245, ../sass/_responsive.scss */
  .menu-vertical #content, .menu-vertical #rit-footer {
    margin-left: 0 !important;
  }

  /* line 248, ../sass/_responsive.scss */
  .menu-vertical .rev_slider_wrapper {
    margin-left: 0!important;
  }

  /* line 251, ../sass/_responsive.scss */
  .header-4.keep-header {
    position: static;
  }

  /* line 254, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  /* line 256, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  /* line 259, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }

  /* line 268, ../sass/_responsive.scss */
  #logo {
    text-align: center;
  }

  /* line 272, ../sass/_responsive.scss */
  .header-content-right {
    text-align: center;
  }
  /* line 274, ../sass/_responsive.scss */
  .header-content-right .group-cart-search {
    float: none;
  }

  /* line 278, ../sass/_responsive.scss */
  .header-content-right .cart-wrap {
    float: none;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
  }

  /* line 284, ../sass/_responsive.scss */
  .ri-cart .mini-cart {
    border-left: 0;
    padding: 0px;
    text-align: center;
  }
  /* line 27, ../sass/theme/mixins/_rtl.scss */
  .rtl .ri-cart .mini-cart {
    border-right: 0;
    border-left: inherit;
  }

  /* line 290, ../sass/_responsive.scss */
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 12px;
  }
  /* line 293, ../sass/_responsive.scss */
  .mobile-cart .group-mini-cart {
    display: none;
  }

  /* line 297, ../sass/_responsive.scss */
  .header-content-header, .header-content {
    display: none;
  }

  /* line 300, ../sass/_responsive.scss */
  #ri-menu-primary {
    display: none !important;
  }

  /* line 303, ../sass/_responsive.scss */
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }

  /* line 306, ../sass/_responsive.scss */
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }

  /* line 310, ../sass/_responsive.scss */
  .footer-4 {
    padding-top: 15px;
  }
  /* line 312, ../sass/_responsive.scss */
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  /* line 316, ../sass/_responsive.scss */
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }

  /* line 321, ../sass/_responsive.scss */
  .header-full .cart_list {
    position: relative;
  }
  /* line 323, ../sass/_responsive.scss */
  .header-full .cart_list li a {
    margin-right: 5px !important;
  }

  /* line 327, ../sass/_responsive.scss */
  .rit-banners {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 334, ../sass/_responsive.scss */
  .quick-view {
    display: none;
  }

  /* line 339, ../sass/_responsive.scss */
  #menu-topbar-menu .fa + span {
    display: none;
  }

  /* line 344, ../sass/_responsive.scss */
  #ri-top-navbar .user-login {
    display: none;
  }

  /* line 349, ../sass/_responsive.scss */
  .ri-cart .mini-cart {
    border: none;
  }

  /* line 353, ../sass/_responsive.scss */
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 12px;
  }
  /* line 356, ../sass/_responsive.scss */
  .mobile-cart .group-mini-cart {
    display: none;
  }

  /* line 361, ../sass/_responsive.scss */
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }

  /* line 367, ../sass/_responsive.scss */
  .header-3.header-vertical {
    position: relative;
  }

  /* line 370, ../sass/_responsive.scss */
  .header-3.header-vertical .sticky-wrapper {
    display: none;
  }

  /* line 373, ../sass/_responsive.scss */
  .menu-vertical #content, .menu-vertical #rit-footer {
    margin-left: 0 !important;
  }

  /* line 376, ../sass/_responsive.scss */
  .menu-vertical .rev_slider_wrapper {
    margin-left: 0!important;
  }

  /* line 381, ../sass/_responsive.scss */
  .header-4.keep-header {
    position: static;
  }

  /* line 387, ../sass/_responsive.scss */
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }

  /* line 390, ../sass/_responsive.scss */
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }

  /* line 394, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  /* line 396, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  /* line 399, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }

  /* line 405, ../sass/_responsive.scss */
  .newsletters .descrition {
    display: none;
  }

  /* line 411, ../sass/_responsive.scss */
  #ri-menu-primary {
    display: none !important;
  }

  /* line 415, ../sass/_responsive.scss */
  .header-content-header, .header-content {
    display: none;
  }

  /* line 419, ../sass/_responsive.scss */
  .footer-4 {
    padding-top: 15px;
  }
  /* line 421, ../sass/_responsive.scss */
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  /* line 425, ../sass/_responsive.scss */
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }

  /* line 430, ../sass/_responsive.scss */
  .header-full .cart_list {
    position: relative;
  }
  /* line 432, ../sass/_responsive.scss */
  .header-full .cart_list li a {
    margin-right: 5px !important;
  }

  /* line 436, ../sass/_responsive.scss */
  .attachment-shop_thumbnail.size-shop_thumbnail {
    height: 100%;
    width: 100%;
  }

  /* line 440, ../sass/_responsive.scss */
  .caroufredsel_wrapper {
    height: 80px !important;
  }

  /* line 444, ../sass/_responsive.scss */
  .woocommerce-tabs .tab-content {
    padding: 30px;
  }

  /* line 449, ../sass/_responsive.scss */
  .mobile-cart .ri-cart .mini-cart {
    padding: 0;
    margin-top: 7px;
  }
  /* line 453, ../sass/_responsive.scss */
  .mobile-cart .text-items {
    position: relative;
    z-index: 99;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 466, ../sass/_responsive.scss */
  #menu-topbar-menu .fa + span {
    display: none;
  }

  /* line 471, ../sass/_responsive.scss */
  #ri-top-navbar .user-login {
    display: none;
  }

  /* line 476, ../sass/_responsive.scss */
  .wg-custom-heading .text-heading {
    font-size: 28px;
  }

  /* line 481, ../sass/_responsive.scss */
  .header-2 .searchform-wrap, .header-3 .searchform-wrap, .header-4 .searchform-wrap {
    width: 250px;
  }

  /* line 486, ../sass/_responsive.scss */
  .header-3.header-vertical #ri-menu-primary ul > li > ul.mega-sub-menu {
    min-width: 700px;
  }

  /* line 492, ../sass/_responsive.scss */
  .sidebar .post-image {
    margin-right: 5px;
  }
  /* line 27, ../sass/theme/mixins/_rtl.scss */
  .rtl .sidebar .post-image {
    margin-left: 5px;
    margin-right: inherit;
  }

  /* line 501, ../sass/_responsive.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 {
    padding: 5px;
  }

  /* line 504, ../sass/_responsive.scss */
  .slicknav_nav {
    display: none;
  }

  /* line 507, ../sass/_responsive.scss */
  .blog-recent-post {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 515, ../sass/_responsive.scss */
  .add_to_cart_button .fa-shopping-cart, .product_type_variable .fa-shopping-cart {
    display: none;
  }

  /* line 519, ../sass/_responsive.scss */
  .slicknav_nav {
    display: none;
  }
}
