/*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 {
  left: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/**
* Hover image
*/
/* line 38, ../sass/theme/mixins/_affect.scss */
.wpb_single_image {
  overflow: hidden;
  display: block;
}
/* line 41, ../sass/theme/mixins/_affect.scss */
.wpb_single_image a {
  display: block !important;
}
/* line 44, ../sass/theme/mixins/_affect.scss */
.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}
/* line 47, ../sass/theme/mixins/_affect.scss */
.wpb_single_image:hover {
  cursor: pointer;
}

/* line 51, ../sass/theme/mixins/_affect.scss */
.attachment-full {
  width: 100%;
  height: auto;
  display: block;
}

/* line 58, ../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 67, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover:before {
  top: 1px;
  left: 0;
}
/* line 71, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover:after {
  top: -1px;
  right: 0;
}
/* line 76, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover div.affect-border-inner:before {
  top: 0;
  left: 0;
}
/* line 80, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover div.affect-border-inner:after {
  bottom: 0;
  left: 0;
}

/* line 88, ../sass/theme/mixins/_affect.scss */
div.affect-border,
div.affect-border-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
}
/* line 94, ../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: #f56032;
}

/* line 104, ../sass/theme/mixins/_affect.scss */
div.affect-border:before, div.affect-border:after {
  height: 100%;
  width: 2px;
}
/* line 108, ../sass/theme/mixins/_affect.scss */
div.affect-border:before {
  top: -100%;
  left: 0;
}
/* line 112, ../sass/theme/mixins/_affect.scss */
div.affect-border:after {
  top: 100%;
  right: 0;
}

/* line 118, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:before, div.affect-border-inner:after {
  height: 2px;
  width: 100%;
}
/* line 122, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:before {
  top: 0;
  left: 100%;
}
/* line 126, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:after {
  bottom: 0;
  left: -100%;
}

/* line 132, ../sass/theme/mixins/_affect.scss */
.affect-plus {
  position: relative;
}
/* line 134, ../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(0, 0, 0, 0.6);
  pointer-events: none;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .affect-plus::before {
  right: 0;
  left: auto;
}
/* line 149, ../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 157, ../sass/theme/mixins/_affect.scss */
.affect-zoom {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 160, ../sass/theme/mixins/_affect.scss */
.affect-zoom:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  pointer-events: none;
}
/* line 169, ../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 175, ../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 182, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 185, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
}
/* line 195, ../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 199, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation:hover img {
  animation: 10s linear 0s alternate none 2 running animation_zoom;
}

@keyframes animation_zoom {
  /* line 206, ../sass/theme/mixins/_affect.scss */
  0% {
    transform: scale(1) translateX(0px);
  }

  /* line 209, ../sass/theme/mixins/_affect.scss */
  50% {
    transform: scale(1.2) translateX(-10px);
  }

  /* line 212, ../sass/theme/mixins/_affect.scss */
  75% {
    transform: scale(1.3) translateX(-20px);
  }

  /* line 215, ../sass/theme/mixins/_affect.scss */
  100% {
    transform: scale(1.4) translateX(-30px);
  }
}

/* line 221, ../sass/theme/mixins/_affect.scss */
.affect-fast {
  position: relative;
}
/* line 224, ../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 236, ../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 250, ../sass/theme/mixins/_affect.scss */
.affect-fast:hover:after {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  left: 100%;
}

/* 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 10, ../sass/theme/common/_add-class.scss */
.first {
  clear: left;
}

/* line 16, ../sass/theme/common/_add-class.scss */
.has-padding.vc_row {
  margin-left: -7px;
  margin-right: -7px;
}
/* line 20, ../sass/theme/common/_add-class.scss */
.has-padding [class*="vc_col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 24, ../sass/theme/common/_add-class.scss */
.has-padding .wpb_wrapper > .wpb_content_element {
  margin-bottom: 14px;
}

/* line 28, ../sass/theme/common/_add-class.scss */
.table-inner {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.table-inner:before, .table-inner:after {
  content: " ";
  display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
.table-inner:after {
  clear: both;
}
/* line 34, ../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 38, ../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 43, ../sass/theme/common/_add-class.scss */
.close {
  font-size: 14px;
}

/* line 46, ../sass/theme/common/_add-class.scss */
.link {
  color: white;
}
/* line 48, ../sass/theme/common/_add-class.scss */
.link:hover {
  color: #f56032;
}
/* line 51, ../sass/theme/common/_add-class.scss */
.link .fa {
  margin-left: 7px;
}

/* line 56, ../sass/theme/common/_add-class.scss */
.box-equal {
  display: table;
  width: 100%;
}
/* line 59, ../sass/theme/common/_add-class.scss */
.box-equal > * {
  width: 50%;
  float: none !important;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}
/* line 66, ../sass/theme/common/_add-class.scss */
.box-equal .wpb_text_column {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 73, ../sass/theme/common/_add-class.scss */
.box-equal .wpb_text_column .wpb_wrapper {
  bottom: 0;
  height: 50%;
  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 89, ../sass/theme/common/_add-class.scss */
  .box-equal {
    display: block;
  }
  /* line 91, ../sass/theme/common/_add-class.scss */
  .box-equal > .wpb_column {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  /* line 98, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column {
    position: relative;
  }
  /* line 100, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 108, ../sass/theme/common/_add-class.scss */
  .box-equal {
    display: block;
  }
  /* line 110, ../sass/theme/common/_add-class.scss */
  .box-equal > .wpb_column {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  /* line 117, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column {
    position: relative;
  }
  /* line 119, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}
@media (max-width: 767px) {
  /* line 128, ../sass/theme/common/_add-class.scss */
  .box-equal {
    display: block;
  }
  /* line 130, ../sass/theme/common/_add-class.scss */
  .box-equal > * {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  /* line 137, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column {
    position: relative;
  }
  /* line 139, ../sass/theme/common/_add-class.scss */
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}
/* line 149, ../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 159, ../sass/theme/common/_add-class.scss */
.padding-10 {
  padding: 10px 0;
}

/* line 162, ../sass/theme/common/_add-class.scss */
.padding-15 {
  padding: 15px 0;
}

/* line 165, ../sass/theme/common/_add-class.scss */
.padding-20 {
  padding: 20px 0;
}

/* line 168, ../sass/theme/common/_add-class.scss */
.padding-25 {
  padding: 25px 0;
}

/* line 3, ../sass/theme/common/_global.scss */
body {
  min-height: 500px;
  margin: auto;
  font-size: 14px;
  font-family: "Lato" serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #4e4d4d;
  background-color: white;
  position: relative;
}

/* line 14, ../sass/theme/common/_global.scss */
a {
  line-height: 1;
  color: #4e4d4d;
}
/* line 18, ../sass/theme/common/_global.scss */
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #f56032;
}

/* line 24, ../sass/theme/common/_global.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000000;
}

/* line 30, ../sass/theme/common/_global.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #000000;
}

/* line 34, ../sass/theme/common/_global.scss */
select {
  height: 30px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

/* line 40, ../sass/theme/common/_global.scss */
label, .label {
  color: #4e4d4d;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

/* line 46, ../sass/theme/common/_global.scss */
.radio, .checkbox {
  display: inline-block;
}

/* line 49, ../sass/theme/common/_global.scss */
blockquote {
  font-size: 18px;
  font-style: italic;
}

/* line 53, ../sass/theme/common/_global.scss */
img {
  max-width: 100%;
}

/* line 56, ../sass/theme/common/_global.scss */
.img.size-full {
  height: auto;
  max-width: 100%;
}

/* line 60, ../sass/theme/common/_global.scss */
.alignright {
  float: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .alignright {
  float: left;
}

/* line 63, ../sass/theme/common/_global.scss */
.alignleft {
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .alignleft {
  float: right;
}

/* line 66, ../sass/theme/common/_global.scss */
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*video responsive*/
/* line 73, ../sass/theme/common/_global.scss */
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
/* line 82, ../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 91, ../sass/theme/common/_global.scss */
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

/*---clear css bootstrap --*/
/* line 97, ../sass/theme/common/_global.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

/* line 100, ../sass/theme/common/_global.scss */
.alert {
  margin: 20px 0;
}

/* line 104, ../sass/theme/common/_global.scss */
.tags-list a, .widget_meta a, .tagcloud a {
  background: none repeat scroll 0 0 #e1e4e7;
  color: #697782;
  display: inline-block;
  margin-bottom: 3px;
  padding: 10px 15px;
  font-size: 14px;
}
/* line 111, ../sass/theme/common/_global.scss */
.tags-list a:hover, .widget_meta a:hover, .tagcloud a:hover {
  color: white;
  background: #f56032;
}

/* line 116, ../sass/theme/common/_global.scss */
.required {
  border: 0 none;
  color: #ff0000;
  font-weight: 700;
}

/* line 126, ../sass/theme/common/_global.scss */
.tagcloud a {
  font-size: 14px !important;
  color: #4e4d4d;
}
/* line 129, ../sass/theme/common/_global.scss */
.tagcloud a:hover {
  color: white;
}

/* line 134, ../sass/theme/common/_global.scss */
pre {
  border: none;
  border-radius: 0;
}

/* line 138, ../sass/theme/common/_global.scss */
.embed-responsive-16by9 {
  padding-bottom: 0;
}

/* btn 1 */
/* line 7, ../sass/theme/components/_buttons.scss */
.btn-outline {
  color: #f56032;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: #f56032;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #f56032;
  background-color: transparent;
  border-color: #f56032;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-outline.dropdown-toggle {
  color: #f56032;
  background-color: transparent;
  border-color: #f56032;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-outline:active, .btn-outline.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #f56032;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-outline .badge {
  color: transparent;
  background-color: #f56032;
}

/* btn 2 */
/* line 11, ../sass/theme/components/_buttons.scss */
.btn-inverse {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #a8ba1d;
  border-color: #f56032;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-inverse.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-inverse.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #a8ba1d;
  border-color: #f56032;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-inverse .badge {
  color: #a8ba1d;
  background-color: white;
}

/* btn-3 */
/* line 15, ../sass/theme/components/_buttons.scss */
.btn-variant {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #f56032;
  border-color: #f56032;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-variant:hover, .btn-variant:focus, .btn-variant:active, .btn-variant.active {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-variant.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-variant:active, .btn-variant.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-variant.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #f56032;
  border-color: #f56032;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-variant .badge {
  color: #f56032;
  background-color: white;
}

/* line 19, ../sass/theme/components/_buttons.scss */
.btn-black {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: black;
  border-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 10px 17px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  color: white;
  background-color: #f56032;
  border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-black.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: transparent;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-black:active, .btn-black.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-black.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: black;
  border-color: transparent;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-black .badge {
  color: black;
  background-color: white;
}

/* line 23, ../sass/theme/components/_buttons.scss */
.btn-greed {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #a1a42e;
  border-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 10px 17px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-greed:hover, .btn-greed:focus, .btn-greed:active, .btn-greed.active {
  color: white;
  background-color: #f56032;
  border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-greed.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: transparent;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-greed:active, .btn-greed.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-greed.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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 47, ../sass/theme/mixins/_buttons.scss */
.btn-greed .badge {
  color: #a1a42e;
  background-color: white;
}

/* line 27, ../sass/theme/components/_buttons.scss */
.btn-green {
  color: #2fbfa2;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: #2fbfa2;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 15px 40px;
}
/* line 14, ../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 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-green.dropdown-toggle {
  color: white;
  background-color: #2fbfa2;
  border-color: #2fbfa2;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-green:active, .btn-green.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-green.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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 47, ../sass/theme/mixins/_buttons.scss */
.btn-green .badge {
  color: transparent;
  background-color: #2fbfa2;
}

/* line 31, ../sass/theme/components/_buttons.scss */
.btn-green-outline {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #f56032;
  border-color: #f56032;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 15px 40px;
}
/* line 14, ../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: #d0390a;
  border-color: #d0390a;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-green-outline.dropdown-toggle {
  color: white;
  background-color: #d0390a;
  border-color: #d0390a;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline:active, .btn-green-outline.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-green-outline.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #f56032;
  border-color: #f56032;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline .badge {
  color: #f56032;
  background-color: white;
}

/* line 35, ../sass/theme/components/_buttons.scss */
.btn-red {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ea4848;
  border-color: #ea4848;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 15px 25px;
}
/* line 14, ../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 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-red.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: black;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-red:active, .btn-red.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-red.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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 47, ../sass/theme/mixins/_buttons.scss */
.btn-red .badge {
  color: #ea4848;
  background-color: white;
}

/* line 39, ../sass/theme/components/_buttons.scss */
.btn-danger {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #f56032;
  border-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 10px 17px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #f56032;
  border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: transparent;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #f56032;
  border-color: transparent;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-danger .badge {
  color: #f56032;
  background-color: white;
}

/* line 44, ../sass/theme/components/_buttons.scss */
.btn-white {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: white;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 15px 40px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-white.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-white:active, .btn-white.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-white.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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 47, ../sass/theme/mixins/_buttons.scss */
.btn-white .badge {
  color: transparent;
  background-color: white;
}

/* line 48, ../sass/theme/components/_buttons.scss */
.btn-lg {
  border-radius: 0px;
  padding: 12px 25px;
  font-size: 14px;
  border-width: 0;
  font-weight: 400;
}

/* line 55, ../sass/theme/components/_buttons.scss */
.btn-default {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: white;
  background-color: #e9400b;
  border-color: #e9400b;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-default.dropdown-toggle {
  color: white;
  background-color: #e9400b;
  border-color: #e9400b;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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 47, ../sass/theme/mixins/_buttons.scss */
.btn-default .badge {
  color: #4a4a4a;
  background-color: white;
}

/* line 58, ../sass/theme/components/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 19, ../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: #e9400b;
  border-color: #df3d0b;
}
/* line 26, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 37, ../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: #f56032;
  border-color: #f56032;
}
/* line 43, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #f56032;
  background-color: white;
}

/* line 61, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more {
  display: block;
  text-align: center;
}

/* line 66, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button {
  color: #4c4c4c;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: #eaeaea;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  border-left: 1px  solid transparent;
  border-right: 1px  solid transparent;
  font-size: 14px;
  padding: 20px 120px;
  cursor: pointer;
  letter-spacing: 1px;
}
/* line 14, ../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: #f56032;
  background-color: transparent;
  border-color: #f56032;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .rit_ajax_load_more_button.dropdown-toggle {
  color: #f56032;
  background-color: transparent;
  border-color: #f56032;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button:active, .rit_ajax_load_more_button.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .rit_ajax_load_more_button.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: transparent;
  border-color: #eaeaea;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button .badge {
  color: transparent;
  background-color: #4c4c4c;
}
/* line 75, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button:hover {
  border-left: 1px  solid transparent;
  border-right: 1px  solid transparent;
}
/* line 79, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button.loading {
  opacity: 0.7;
  position: relative;
}
/* line 82, ../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: 17px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

/* line 100, ../sass/theme/components/_buttons.scss */
.button, .add_to_cart_button, .single_add_to_cart_button {
  float: left;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 7px 8px;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 700;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .button, .rtl .add_to_cart_button, .rtl .single_add_to_cart_button {
  float: right;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.button:hover, .button:focus, .button:active, .button.active, .add_to_cart_button:hover, .add_to_cart_button:focus, .add_to_cart_button:active, .add_to_cart_button.active, .single_add_to_cart_button:hover, .single_add_to_cart_button:focus, .single_add_to_cart_button:active, .single_add_to_cart_button.active {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .button.dropdown-toggle, .open .add_to_cart_button.dropdown-toggle, .open .single_add_to_cart_button.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.button:active, .button.active, .add_to_cart_button:active, .add_to_cart_button.active, .single_add_to_cart_button:active, .single_add_to_cart_button.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .button.dropdown-toggle, .open .add_to_cart_button.dropdown-toggle, .open .single_add_to_cart_button.dropdown-toggle {
  background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button.disabled:active, .button.disabled.active, .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active, .button[disabled].active, fieldset[disabled] .button, fieldset[disabled] .button:hover, fieldset[disabled] .button:focus, fieldset[disabled] .button:active, fieldset[disabled] .button.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, .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, .single_add_to_cart_button.disabled, .single_add_to_cart_button.disabled:hover, .single_add_to_cart_button.disabled:focus, .single_add_to_cart_button.disabled:active, .single_add_to_cart_button.disabled.active, .single_add_to_cart_button[disabled], .single_add_to_cart_button[disabled]:hover, .single_add_to_cart_button[disabled]:focus, .single_add_to_cart_button[disabled]:active, .single_add_to_cart_button[disabled].active, fieldset[disabled] .single_add_to_cart_button, fieldset[disabled] .single_add_to_cart_button:hover, fieldset[disabled] .single_add_to_cart_button:focus, fieldset[disabled] .single_add_to_cart_button:active, fieldset[disabled] .single_add_to_cart_button.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.button .badge, .add_to_cart_button .badge, .single_add_to_cart_button .badge {
  color: #4a4a4a;
  background-color: white;
}
/* line 109, ../sass/theme/components/_buttons.scss */
.button.loading, .add_to_cart_button.loading, .single_add_to_cart_button.loading {
  opacity: 0.7;
  position: relative;
  padding: 7px 28px 7px 5px;
}
/* line 113, ../sass/theme/components/_buttons.scss */
.button.loading:after, .add_to_cart_button.loading:after, .single_add_to_cart_button.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 125, ../sass/theme/components/_buttons.scss */
.button.added, .add_to_cart_button.added, .single_add_to_cart_button.added {
  display: none;
}

/* line 129, ../sass/theme/components/_buttons.scss */
.single_add_to_cart_button {
  padding: 11px 50px;
}

/* line 132, ../sass/theme/components/_buttons.scss */
.added_to_cart {
  float: left;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 7px 16px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 20px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .added_to_cart {
  float: right;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.added_to_cart:hover, .added_to_cart:focus, .added_to_cart:active, .added_to_cart.active {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .added_to_cart.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.added_to_cart:active, .added_to_cart.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .added_to_cart.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.added_to_cart .badge {
  color: #4a4a4a;
  background-color: white;
}
/* line 140, ../sass/theme/components/_buttons.scss */
.added_to_cart:after {
  position: relative;
  content: "\f090";
  left: 5px;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
}

/* line 153, ../sass/theme/components/_buttons.scss */
.add-links a {
  display: inline-block;
}
/* line 155, ../sass/theme/components/_buttons.scss */
.add-links a i {
  margin: 0;
  padding: 0;
}

/* line 163, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist {
  float: right;
  margin: 0;
  position: relative;
  width: 40px;
  height: 35px;
  font-size: 0px;
}
/* line 164, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist a {
  display: inline-block;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #f56032;
  border-color: #f56032;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 7px 12px;
}
/* line 14, ../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: white;
  background-color: #4a4a4a;
  border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-add-to-wishlist a.dropdown-toggle {
  color: white;
  background-color: #4a4a4a;
  border-color: transparent;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a:active, .yith-wcwl-add-to-wishlist a.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-add-to-wishlist a.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #f56032;
  border-color: #f56032;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a .badge {
  color: #f56032;
  background-color: white;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .yith-wcwl-add-to-wishlist {
  float: left;
}
/* line 175, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
/* line 178, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .ajax-loading {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 185, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .add_to_wishlist {
  width: 40px;
  height: 35px;
  font-size: 0px;
  border-radius: 0 !important;
}
/* line 189, ../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: 24px;
  text-align: center;
}
/* line 201, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .add_to_wishlist.added:after {
  content: "\f00c";
}

/* line 207, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse {
  float: right;
  margin: 0;
}
/* line 208, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #f56032;
  border-color: #f56032;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 7px 12px;
}
/* line 14, ../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: white;
  background-color: #4a4a4a;
  border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-wishlistexistsbrowse a.dropdown-toggle, .open .yith-wcwl-wishlistaddedbrowse a.dropdown-toggle {
  color: white;
  background-color: #4a4a4a;
  border-color: transparent;
}
/* line 27, ../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 31, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-wishlistexistsbrowse a.dropdown-toggle, .open .yith-wcwl-wishlistaddedbrowse a.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #f56032;
  border-color: #f56032;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a .badge, .yith-wcwl-wishlistaddedbrowse a .badge {
  color: #f56032;
  background-color: white;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .yith-wcwl-wishlistexistsbrowse, .rtl .yith-wcwl-wishlistaddedbrowse {
  float: left;
}
/* line 216, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  width: 40px;
  height: 35px;
  font-size: 0px;
}
/* line 219, ../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: 20px;
}

/* line 233, ../sass/theme/components/_buttons.scss */
.compare {
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #b7cc16;
  border-color: #b7cc16;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 7px 12px;
  margin-right: 7px;
  position: relative;
  width: 40px;
  height: 35px;
  font-size: 0px;
  float: right;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.compare:hover, .compare:focus, .compare:active, .compare.active {
  color: white;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .compare.dropdown-toggle {
  color: white;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.compare:active, .compare.active {
  background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .compare.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: #b7cc16;
  border-color: #b7cc16;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.compare .badge {
  color: #b7cc16;
  background-color: white;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .compare {
  margin-left: 7px;
  margin-right: inherit;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .compare {
  float: left;
}
/* line 241, ../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: 20px;
}
/* line 252, ../sass/theme/components/_buttons.scss */
.compare.added {
  display: block;
}
/* line 254, ../sass/theme/components/_buttons.scss */
.compare.added:after {
  content: "\f00c";
}

/* line 261, ../sass/theme/components/_buttons.scss */
.quick-view {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -15px auto auto;
  opacity: 0;
  width: 36px;
  height: 36px;
  background: #4a4a4a;
  border-radius: 3px;
}
/* line 271, ../sass/theme/components/_buttons.scss */
.quick-view a {
  color: white;
  width: 100%;
}
/* line 275, ../sass/theme/components/_buttons.scss */
.quick-view:hover {
  background: #f56032;
  opacity: 1;
}

/* line 280, ../sass/theme/components/_buttons.scss */
.button-about {
  padding-top: 10px;
}
/* line 282, ../sass/theme/components/_buttons.scss */
.button-about .btn {
  padding: 8px 12px;
}
/* line 286, ../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 291, ../sass/theme/components/_buttons.scss */
.button-groups .yith-wcqv-button {
  display: none;
}

/* line 296, ../sass/theme/components/_buttons.scss */
.alert .button.wc-forward {
  background: none;
  color: #f56032;
  padding: 0;
  border: 0;
}

/* line 302, ../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;
  text-transform: uppercase;
  height: auto;
}
/* line 313, ../sass/theme/components/_buttons.scss */
.btn-updatecart:hover {
  border: 1px solid #f56032;
  background: #f56032;
  color: white;
}

/* line 319, ../sass/theme/components/_buttons.scss */
.btn-checkout {
  display: inline-block;
  text-align: center;
  padding: 22px 40px;
  width: 100%;
  font-size: 16px;
  background: #f56032;
  border: 1px solid #f56032;
}
/* line 327, ../sass/theme/components/_buttons.scss */
.btn-checkout:hover {
  border: 1px solid #787878;
  background: #787878;
  color: white;
}

/* line 333, ../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: #f56032;
  border: 1px solid #f56032;
}
/* line 343, ../sass/theme/components/_buttons.scss */
.btn-order:hover {
  border: 1px solid #787878;
  background: #787878;
  color: white;
}

/* line 350, ../sass/theme/components/_buttons.scss */
.cart .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: #f56032;
}

/* 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: #f56032;
  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: #f56032;
  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-style: italic;
  font-weight: 300;
}

/* line 55, ../sass/theme/components/_forms.scss */
.input-group-addon, .input-group-btn {
  z-index: 9;
}

/*owl*/
/* line 5, ../sass/theme/components/_carousel.scss */
.owl-wrapper {
  position: relative;
  float: left;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.owl-wrapper:before, .owl-wrapper:after {
  content: " ";
  display: table;
}
/* line 242, ../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 23, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-products-carousel .owl-page span, .owl-carousel.owl-related .owl-page span {
  background: #999999;
}
/* line 27, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-category-carousel {
  padding: 0;
}

/* line 33, ../sass/theme/components/_carousel.scss */
.owl-theme .owl-controls {
  margin-top: 0px;
}

/* line 41, ../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: 24px;
  text-align: center;
  border: 2px solid #cfcfcf;
  cursor: pointer;
  color: #cfcfcf;
  background: transparent;
  border-radius: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  margin-top: -15px;
}
/* line 57, ../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: #f56032;
  color: #f56032;
}
/* line 63, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-buttons .owl-prev {
  left: -5px;
}
/* line 66, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-buttons .owl-next {
  right: -5px;
}

/* line 76, ../sass/theme/components/_carousel.scss */
.owl-carousel [class*="col-"] {
  padding: 0 10px;
}

/* line 80, ../sass/theme/components/_carousel.scss */
.row-product-carousel {
  margin: 0 -10px;
}

/* line 84, ../sass/theme/components/_carousel.scss */
.no-owl-buttons {
  padding: 0 !important;
}
/* line 88, ../sass/theme/components/_carousel.scss */
.no-owl-buttons.owl-carousel .owl-buttons {
  display: none;
}
/* line 93, ../sass/theme/components/_carousel.scss */
.no-owl-buttons .product-block {
  margin-bottom: 0;
}

/* line 100, ../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 107, ../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 113, ../sass/theme/components/_carousel.scss */
.custom.tparrows {
  border-radius: 2px;
}

/* line 116, ../sass/theme/components/_carousel.scss */
.tparrows::before {
  font-size: 30px;
}

/* line 2, ../sass/theme/components/_search.scss */
.searchform, .woocommerce-product-search {
  padding: 0;
}
/* line 4, ../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 9, ../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 15, ../sass/theme/components/_search.scss */
.searchform .form-control:focus, .woocommerce-product-search .form-control:focus {
  border-color: #f56032;
}
/* line 19, ../sass/theme/components/_search.scss */
.searchform button, .woocommerce-product-search button {
  height: 38px;
}

/* line 24, ../sass/theme/components/_search.scss */
.rit-filter-attribute {
  position: relative;
  padding-top: 15px;
}

/* line 28, ../sass/theme/components/_search.scss */
.rit-filter-nav {
  padding-bottom: 15px;
}

/* line 31, ../sass/theme/components/_search.scss */
.rit-list-product-category {
  margin: 0;
  width: 90%;
}
/* line 34, ../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;
}
/* line 43, ../sass/theme/components/_search.scss */
.rit-list-product-category li + li::after {
  content: "/";
  left: -17px;
  position: absolute;
  top: 0;
}

/* line 51, ../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 65, ../sass/theme/components/_search.scss */
.rit-products-wrap.loading .category-tabs-filter {
  opacity: 0.3;
}

/* line 69, ../sass/theme/components/_search.scss */
.category-tabs-filter {
  margin-top: 30px;
}

/* line 73, ../sass/theme/components/_search.scss */
.rit-filter-wrap .widget {
  float: left;
  min-width: 180px;
}
/* line 77, ../sass/theme/components/_search.scss */
.rit-filter-wrap .widget .rit-ajax-load li {
  cursor: pointer;
  line-height: 25px;
}
/* line 81, ../sass/theme/components/_search.scss */
.rit-filter-wrap .widget .rit-ajax-load a {
  color: #777777;
}
/* line 83, ../sass/theme/components/_search.scss */
.rit-filter-wrap .widget .rit-ajax-load a:hover {
  color: #f56032;
}
/* line 89, ../sass/theme/components/_search.scss */
.rit-filter-wrap .chosen {
  color: #f56032 !important;
}
/* line 92, ../sass/theme/components/_search.scss */
.rit-filter-wrap .rit-remove-attribute {
  font-size: 12px;
  color: #f56032;
  margin-right: 10px;
}

/* line 99, ../sass/theme/components/_search.scss */
.filter-title {
  font-size: 16px;
}

/* line 103, ../sass/theme/components/_search.scss */
.tags-list {
  max-width: 180px;
}
/* line 105, ../sass/theme/components/_search.scss */
.tags-list li {
  padding-right: 5px;
  float: left;
}
/* line 109, ../sass/theme/components/_search.scss */
.tags-list a {
  padding: 6px 8px;
}
/* line 111, ../sass/theme/components/_search.scss */
.tags-list a:hover {
  color: white !important;
}

/* line 117, ../sass/theme/components/_search.scss */
#page .site-header .mobile-searchform {
  float: none !important;
  position: relative;
  background: none;
  width: 100%;
  left: 0px;
  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 129, ../sass/theme/components/_search.scss */
#page .site-header .mobile-searchform .woocommerce-product-search {
  width: 100% !important;
}
/* line 132, ../sass/theme/components/_search.scss */
#page .site-header .mobile-searchform .btn {
  background: #ffffff;
  color: #f56032;
  border-color: #ffffff;
  padding: 8px 15px;
}
/* line 137, ../sass/theme/components/_search.scss */
#page .site-header .mobile-searchform .btn:hover, #page .site-header .mobile-searchform .btn:focus, #page .site-header .mobile-searchform .btn:active {
  background: #ffffff;
  color: black;
  box-shadow: none;
}
/* line 143, ../sass/theme/components/_search.scss */
#page .site-header .mobile-searchform .form-control {
  border: 1px solid #ffffff;
}
/* line 145, ../sass/theme/components/_search.scss */
#page .site-header .mobile-searchform .form-control:hover, #page .site-header .mobile-searchform .form-control:focus {
  border-color: #ffffff;
}

/* line 2, ../sass/theme/components/_menu.scss */
#ri-menu-primary {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: white;
}

/* line 7, ../sass/theme/components/_menu.scss */
.menu-full {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: white;
}
/* line 11, ../sass/theme/components/_menu.scss */
.menu-full #ri-menu-primary {
  border-width: 0;
}

/* line 15, ../sass/theme/components/_menu.scss */
#aba-menu {
  margin: 0;
  border: none;
}

/* line 22, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul.mega-menu > li > a {
  color: #4e4d4d;
}
/* line 24, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul.mega-menu > li > a:hover, #ri-menu-primary ul.mega-menu > li > a:focus {
  color: #f56032;
}
/* line 28, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul li a {
  display: inline-block;
}
/* line 31, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary ul:before, #ri-menu-primary ul:after {
  content: " ";
  display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary ul:after {
  clear: both;
}
/* line 36, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li {
  list-style: none;
  position: relative;
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li {
  float: right;
}
/* line 41, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li[class*="-has-children"] > a:before {
  position: absolute;
  content: "\f107";
  color: #4e4d4d;
  font-family: 'fontawesome';
  right: 5px;
  line-height: 50px;
  top: 5px;
  font-size: 12px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li[class*="-has-children"] > a:before {
  left: 5px;
  right: auto;
}
/* line 52, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4e4d4d;
  padding: 22px 20px;
  position: relative;
}
/* line 59, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a:hover, #ri-menu-primary ul > li > a:focus {
  color: #f56032;
  background: transparent;
}
/* line 62, ../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 69, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a:after {
  position: absolute;
  content: "";
  width: 12px;
  left: 0;
  right: 0;
  top: -1px;
  margin: auto;
  background: #f56032;
  height: 2px;
  opacity: 0;
  transtion: 3s all;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 88, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul {
  display: none;
  position: absolute !important;
  min-width: 210px;
  box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
  background: #FFF;
  top: 100%;
  z-index: 99999;
}
/* line 98, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"] a:before {
  content: none;
}
/* line 101, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"]:after {
  position: absolute;
  content: "\f105";
  color: black;
  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 110, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"]:hover:after {
  color: #f56032;
}
/* line 115, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li {
  float: none;
  display: block;
  text-align: left;
  border-top: 1px solid #e0e0e0;
  color: #4e4d4d;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li > ul > li {
  text-align: right;
}
/* line 121, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li a {
  padding: 17px 20px;
  text-transform: capitalize;
}
/* line 127, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul a {
  width: 100%;
  font-size: 14px;
}
/* line 133, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li:hover > ul {
  display: block !important;
}
/* line 139, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-sub-menu > li a, #ri-menu-primary .mega-sub-menu > li a {
  color: #4e4d4d;
}
/* line 145, ../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 153, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li:hover > ul {
  display: block;
}

/* line 165, ../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 170, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu > * {
  border: none;
  padding: 0 15px;
}
/* line 175, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu li > a:after {
  content: none;
}

/* line 184, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu {
  position: static;
}
/* line 187, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul {
  left: 0px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul {
  right: 0px;
  left: auto;
}
/* line 238, ../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 242, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
  clear: both;
}
/* line 190, ../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 194, ../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 198, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item {
  float: none;
}
/* line 200, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a {
  padding: 10px 0px;
  font-size: 14px;
  text-transform: capitalize;
}
/* line 204, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a:after {
  content: none;
}

/* line 216, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-1 {
  width: 100%;
}

/* line 219, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-2 {
  width: 50%;
}

/* line 222, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-2 {
  width: 100%;
}

/* line 225, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-3 {
  width: 33.33333%;
}

/* line 228, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-3 {
  width: 66.66667%;
}

/* line 231, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-3 {
  width: 100%;
}

/* line 234, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-4 {
  width: 25%;
}

/* line 237, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-4 {
  width: 50%;
}

/* line 240, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-4 {
  width: 75%;
}

/* line 243, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-4 {
  width: 100%;
}

/* line 246, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-5 {
  width: 20%;
}

/* line 249, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-5 {
  width: 40%;
}

/* line 252, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-5 {
  width: 60%;
}

/* line 255, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-5 {
  width: 80%;
}

/* line 258, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-5 {
  width: 100%;
}

/* line 261, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-6 {
  width: 16.66667%;
}

/* line 264, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-6 {
  width: 33.33333%;
}

/* line 267, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-6 {
  width: 50%;
}

/* line 270, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-6 {
  width: 66.66667%;
}

/* line 273, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-6 {
  width: 83.33333%;
}

/* line 276, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-6 {
  width: 100%;
}

/* line 279, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-7 {
  width: 14.28571%;
}

/* line 282, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-7 {
  width: 28.57143%;
}

/* line 285, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-7 {
  width: 42.85714%;
}

/* line 288, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-7 {
  width: 57.14286%;
}

/* line 291, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-7 {
  width: 71.42857%;
}

/* line 294, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-7 {
  width: 85.71429%;
}

/* line 297, ../sass/theme/components/_menu.scss */
.mega-menu-columns-7-of-7 {
  width: 100%;
}

/* line 300, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-8 {
  width: 12.5%;
}

/* line 303, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-8 {
  width: 25%;
}

/* line 306, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-8 {
  width: 37.5%;
}

/* line 309, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-8 {
  width: 50%;
}

/* line 312, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-8 {
  width: 62.5%;
}

/* line 315, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-8 {
  width: 75%;
}

/* line 318, ../sass/theme/components/_menu.scss */
.mega-menu-columns-7-of-8 {
  width: 87.5%;
}

/* line 321, ../sass/theme/components/_menu.scss */
.mega-menu-columns-8-of-8 {
  width: 100%;
}

/* line 326, ../sass/theme/components/_menu.scss */
#ri-menu-primary {
  /* widget product list */
  /* widget image widget */
}
/* line 328, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-block-title {
  padding-bottom: 15px;
  color: #4e4d4d;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}
/* line 342, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product_list_widget {
  box-shadow: none;
  max-width: 400px;
  position: relative !important;
}
/* line 346, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product_list_widget > li {
  margin-bottom: 30px;
  border: none;
}
/* line 238, ../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 242, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .product_list_widget > li:after {
  clear: both;
}
/* line 353, ../sass/theme/components/_menu.scss */
#ri-menu-primary .cart_list.product_list_widget > li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}
/* line 359, ../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 365, ../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 369, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-image .hover-image {
  display: none;
}
/* line 373, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details {
  padding: 0;
  overflow: hidden;
}
/* line 376, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details a {
  padding-left: 0px;
  color: #000000;
  font-size: 15px;
  padding-bottom: 10px;
}
/* line 381, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details a:hover {
  color: #f56032;
}
/* line 385, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details .amount {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
/* line 393, ../sass/theme/components/_menu.scss */
#ri-menu-primary .widget_sp_image-image-link {
  padding: 0;
}
/* line 396, ../sass/theme/components/_menu.scss */
#ri-menu-primary .widget_sp_image-description {
  padding: 15px 0;
  font-style: italic;
  text-align: justify;
}

/* ================== Canvas Menu ===================== */
/* line 3, ../sass/theme/components/_offcanvas.scss */
body {
  overflow-x: hidden;
}

/* line 6, ../sass/theme/components/_offcanvas.scss */
.button-offcanvas {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

@media (max-width: 991px) {
  /* line 12, ../sass/theme/components/_offcanvas.scss */
  .slicknav_btn {
    display: block !important;
  }
}
@media (max-width: 991px) {
  /* line 19, ../sass/theme/components/_offcanvas.scss */
  .page-template-default .button-offcanvas {
    display: none;
  }

  /* line 23, ../sass/theme/components/_offcanvas.scss */
  .button-offcanvas {
    background: #f56032;
    color: white;
    cursor: pointer;
    opacity: 1;
    padding: 10px;
    margin-right: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
  }
  /* line 33, ../sass/theme/components/_offcanvas.scss */
  .button-offcanvas > span {
    cursor: pointer;
    padding: 6px 10px;
  }
  /* line 37, ../sass/theme/components/_offcanvas.scss */
  .button-offcanvas:hover {
    background: #E1C7A4;
  }

  /* line 41, ../sass/theme/components/_offcanvas.scss */
  .woocommerce-page .sidebar, .woocommerce-page .ri-sidebar {
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 30px;
    width: 300px;
    z-index: 10000;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
  }
  /* line 54, ../sass/theme/components/_offcanvas.scss */
  .woocommerce-page .sidebar .widget, .woocommerce-page .ri-sidebar .widget {
    box-shadow: none !important;
  }

  /* line 58, ../sass/theme/components/_offcanvas.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 64, ../sass/theme/components/_offcanvas.scss */
  .canvas-menu-inner {
    padding: 40px 20px 40px 40px;
  }

  /* line 67, ../sass/theme/components/_offcanvas.scss */
  .site-content .sidebar .btn-close {
    font-size: 30px;
    cursor: pointer;
  }

  /* line 72, ../sass/theme/components/_offcanvas.scss */
  .canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }

  /* line 83, ../sass/theme/components/_offcanvas.scss */
  .canvas-open .button-offcanvas {
    display: none;
  }

  /* line 87, ../sass/theme/components/_offcanvas.scss */
  .canvas-open.woocommerce-page .sidebar {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }

  /* line 94, ../sass/theme/components/_offcanvas.scss */
  .canvas-open .canvas-overlay {
    opacity: 1;
    visibility: visible;
  }
}
/* line 2, ../sass/theme/components/_element-woo.scss */
.site-logo {
  line-height: 80px;
  position: relative;
  z-index: 997;
}

/* line 9, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .language {
  position: relative;
}
/* line 12, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch {
  background: none;
  border: none;
}
/* line 16, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul {
  margin-top: 0;
  background: #1b1b1b;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
/* line 22, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li {
  border-top: 1px solid #232323;
  list-style: none;
  float: none;
  color: #7f7e7e;
  border-left: none;
  border-right: none;
}
/* line 29, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li a {
  display: inline-block;
}
/* line 32, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li span {
  color: #7f7e7e;
  cursor: pointer;
}
/* line 35, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li span:hover {
  color: #f56032;
}
/* line 41, ../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 44, ../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 47, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch .icl_lang_sel_translated {
  display: none;
}

/* line 54, ../sass/theme/components/_element-woo.scss */
.wrap-select-currency, .wrap-select-country {
  position: relative;
}
/* line 56, ../sass/theme/components/_element-woo.scss */
.wrap-select-currency:after, .wrap-select-country:after {
  background: #1b1b1b;
  color: #7f7e7e;
  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 73, ../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 80, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-pointer {
  display: none !important;
}
/* line 83, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-select {
  background: none !important;
  border: none;
}
/* line 87, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-desc {
  display: none;
}
/* line 90, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-selected {
  padding: 0;
  width: 55px;
  line-height: 24px;
}
/* line 95, ../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: #7f7e7e;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400 !important;
  cursor: pointer;
}
/* line 101, ../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: #f56032;
}
/* line 105, ../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: #1b1b1b;
  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 113, ../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 119, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options li:last-child {
  border-right: none !important;
}
/* line 123, ../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 */
.ri-cart {
  cursor: pointer;
}
/* line 135, ../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 138, ../sass/theme/components/_element-woo.scss */
.ri-cart .mini-cart > * {
  vertical-align: middle;
  display: table-cell;
}
/* line 142, ../sass/theme/components/_element-woo.scss */
.ri-cart .mini-cart .fa {
  line-height: 40px;
  color: #f56032;
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .ri-cart .mini-cart .fa {
  float: right;
}
/* line 148, ../sass/theme/components/_element-woo.scss */
.ri-cart .icon-cart {
  position: relative;
}
/* line 150, ../sass/theme/components/_element-woo.scss */
.ri-cart .icon-cart .mini-cart-items {
  padding: 8px 11px 9px;
  border: 2px solid #4e4d4d;
  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 154, ../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: -8px;
  width: 15px;
  border-color: #4e4d4d;
}
/* 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 170, ../sass/theme/components/_element-woo.scss */
.ri-cart .group-mini-cart {
  position: relative;
  overflow: hidden;
}
/* line 174, ../sass/theme/components/_element-woo.scss */
.ri-cart .text-items {
  color: #f56032;
}
/* line 177, ../sass/theme/components/_element-woo.scss */
.ri-cart .total {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
/* line 181, ../sass/theme/components/_element-woo.scss */
.ri-cart .quantity {
  margin: 0;
}

/* line 186, ../sass/theme/components/_element-woo.scss */
.cart-panel {
  padding: 0px 15px;
  min-width: 300px;
  background: #fff none repeat scroll 0 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 201, ../sass/theme/components/_element-woo.scss */
.cart-panel-title {
  display: block;
  padding-top: 32px;
  overflow: hidden;
}
/* line 205, ../sass/theme/components/_element-woo.scss */
.cart-panel-title > h5 {
  color: white;
}

/* line 209, ../sass/theme/components/_element-woo.scss */
#cart-panel-loader.show {
  visibility: visible;
}
/* line 211, ../sass/theme/components/_element-woo.scss */
#cart-panel-loader.show + * {
  opacity: 0;
  visibility: hidden;
}

/* line 216, ../sass/theme/components/_element-woo.scss */
.icon-cart {
  cursor: pointer;
}

/* line 219, ../sass/theme/components/_element-woo.scss */
#cart-panel-loader {
  visibility: hidden;
  padding: 30px 0;
  position: absolute;
  left: 50px;
  top: 70px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl #cart-panel-loader {
  right: 50px;
  left: auto;
}
/* line 226, ../sass/theme/components/_element-woo.scss */
#cart-panel-loader > * {
  font-size: 16px;
  position: relative;
}
/* line 229, ../sass/theme/components/_element-woo.scss */
#cart-panel-loader > *:before {
  animation: 0.8s ease 0s normal none infinite running dotFade;
  background: #CFA66F none repeat scroll 0 0;
  border-radius: 50%;
  color: #CFA66F;
  content: "";
  height: 15px;
  left: 30px;
  position: absolute;
  top: 0;
  width: 15px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl #cart-panel-loader > *:before {
  right: 30px;
  left: auto;
}

@keyframes dotFade {
  /* line 244, ../sass/theme/components/_element-woo.scss */
  0% {
    opacity: 0;
  }

  /* line 247, ../sass/theme/components/_element-woo.scss */
  50% {
    opacity: 1;
  }

  /* line 250, ../sass/theme/components/_element-woo.scss */
  100% {
    opacity: 0;
  }
}

/* line 254, ../sass/theme/components/_element-woo.scss */
.cart-header {
  position: absolute;
  width: 100%;
  background: #f56032;
  left: 0;
  padding: 0 15px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-header {
  right: 0;
  left: auto;
}

/* line 261, ../sass/theme/components/_element-woo.scss */
.cart-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background: #FFF;
  padding: 0 15px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-bottom {
  right: 0;
  left: auto;
}
/* line 268, ../sass/theme/components/_element-woo.scss */
.cart-bottom .buttons {
  margin: 30px 0;
}

/* line 273, ../sass/theme/components/_element-woo.scss */
.cart-box {
  background: #fff none repeat scroll 0 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  z-index: 999;
  height: 100%;
  border-radius: 0;
  width: 300px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  transform: translateX(320px);
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-box {
  left: 0;
  right: auto;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-box {
  left: 0;
  right: auto;
}
/* line 290, ../sass/theme/components/_element-woo.scss */
.cart-box .empty {
  border: none !important;
}

/* line 294, ../sass/theme/components/_element-woo.scss */
.product-remove {
  vertical-align: middle;
  text-align: center;
}
/* line 297, ../sass/theme/components/_element-woo.scss */
.product-remove a {
  width: 24px;
  height: 24px;
  font-size: 20px;
  border-radius: 100%;
}

/* line 305, ../sass/theme/components/_element-woo.scss */
.mycart {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}

/* line 310, ../sass/theme/components/_element-woo.scss */
.close.pull-right {
  color: #FFF;
  margin: 10px 0;
  font-size: 16px;
  opacity: 1;
  text-shadow: none;
}

/* line 317, ../sass/theme/components/_element-woo.scss */
.cart_list {
  margin: 85px 0 145px;
  list-style: none;
  overflow-y: auto;
}
/* line 322, ../sass/theme/components/_element-woo.scss */
.cart_list .product_list_widget {
  visibility: visible;
  padding: 0;
}
/* line 326, ../sass/theme/components/_element-woo.scss */
.cart_list .empty {
  line-height: 24px;
  border-bottom: none;
  padding-bottom: 0;
}
/* line 331, ../sass/theme/components/_element-woo.scss */
.cart_list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.cart_list li:before, .cart_list li:after {
  content: " ";
  display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
.cart_list li:after {
  clear: both;
}
/* line 337, ../sass/theme/components/_element-woo.scss */
.cart_list li .cart-image {
  width: 30%;
  padding-right: 10px;
  float: left;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .cart_list li .cart-image {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .cart_list li .cart-image {
  float: right;
}
/* line 342, ../sass/theme/components/_element-woo.scss */
.cart_list li .cart-main-content {
  width: 70%;
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .cart_list li .cart-main-content {
  float: right;
}
/* line 346, ../sass/theme/components/_element-woo.scss */
.cart_list li .name {
  margin: 0;
  padding: 0;
  padding-right: 20px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .cart_list li .name {
  padding-left: 20px;
  padding-right: inherit;
}
/* line 350, ../sass/theme/components/_element-woo.scss */
.cart_list li .name a {
  font-size: 14px;
}
/* line 354, ../sass/theme/components/_element-woo.scss */
.cart_list li .cart-item {
  display: block;
  line-height: 24px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  vertical-align: top;
}
/* line 361, ../sass/theme/components/_element-woo.scss */
.cart_list li .cart-item .amount {
  float: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .cart_list li .cart-item .amount {
  float: left;
}
/* line 365, ../sass/theme/components/_element-woo.scss */
.cart_list li .remove {
  float: right;
  text-align: right;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .cart_list li .remove {
  float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .cart_list li .remove {
  text-align: left;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .cart_list li .remove {
  left: 0;
  right: auto;
}
/* line 375, ../sass/theme/components/_element-woo.scss */
.cart_list .wp-post-image {
  width: 80px !important;
  height: 100%;
}
/* line 380, ../sass/theme/components/_element-woo.scss */
.cart_list .variation dt {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  color: #a3a39b;
}
/* line 387, ../sass/theme/components/_element-woo.scss */
.cart_list .variation dt + dd {
  display: inline-block;
  font-size: 12px;
  line-height: 10px;
  color: #a3a39b;
}
/* line 392, ../sass/theme/components/_element-woo.scss */
.cart_list .variation dt + dd > * {
  color: #a3a39b;
}

/* line 397, ../sass/theme/components/_element-woo.scss */
.cart-bottom strong {
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-bottom strong {
  float: right;
}
/* line 404, ../sass/theme/components/_element-woo.scss */
.cart-bottom .mini-cart-subtotal {
  display: inline-block;
  float: right;
  line-height: 20px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-bottom .mini-cart-subtotal {
  float: left;
}

/* line 411, ../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 415, ../sass/theme/components/_element-woo.scss */
.cart-box-open .cart-box {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  z-index: 10000;
}
/* line 422, ../sass/theme/components/_element-woo.scss */
.cart-box-open .canvas-overlay.show {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 998;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
/* line 433, ../sass/theme/components/_element-woo.scss */
.cart-box-open .is-sticky #ri-header:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-box-open .is-sticky #ri-header:after {
  right: 0;
  left: auto;
}

/* line 447, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart {
  padding: 0 15px;
  display: inline-block;
}
/* line 450, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .mini-cart-items::before {
  border-color: #4e4d4d;
  border-style: solid solid none;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-width: 2px 2px 0;
  content: "";
  height: 9px;
  margin-right: -1px;
  position: absolute;
  right: 50%;
  width: 12px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .mobile-cart .mini-cart-items::before {
  margin-left: -1px;
  margin-right: inherit;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .mobile-cart .mini-cart-items::before {
  left: 50%;
  right: auto;
}
/* line 463, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .mini-cart-items {
  border: 2px solid #4e4d4d;
  margin-right: 10px;
  padding: 2px 5px;
  color: #f56032;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .mobile-cart .mini-cart-items {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 470, ../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 477, ../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 482, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart ul > li:last-child {
  border-width: 0;
}
/* line 486, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .buttons a {
  color: white;
}
/* line 488, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .buttons a:hover {
  color: #f56032;
}

/* line 495, ../sass/theme/components/_element-woo.scss */
.country_select > * {
  line-height: 30px;
}

/* line 499, ../sass/theme/components/_element-woo.scss */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 5px;
}

/* line 504, ../sass/theme/components/_element-woo.scss */
.woocommerce table.shop_table {
  border-radius: 5px;
  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 510, ../sass/theme/components/_element-woo.scss */
.f-coupon-code {
  width: 240px;
  display: inline-block;
}

/* line 514, ../sass/theme/components/_element-woo.scss */
.breadcrumb {
  padding: 0;
  margin: 25px 0;
  background: none;
}
/* line 518, ../sass/theme/components/_element-woo.scss */
.breadcrumb a::after {
  color: #4a4a4a;
  content: "/";
  font-size: 13px;
  margin-left: 10px;
  margin-top: 1px;
}

/* line 528, ../sass/theme/components/_element-woo.scss */
.screen-reader-text {
  display: none;
}

/* line 531, ../sass/theme/components/_element-woo.scss */
.pagination {
  display: block;
  border-top: 1px solid #e0e0e0;
  margin: -1px 0 0;
  padding: 30px 0;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
.pagination:after {
  clear: both;
}
/* line 537, ../sass/theme/components/_element-woo.scss */
.pagination .page-numbers {
  border-radius: 0 !important;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .pagination .page-numbers {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 545, ../sass/theme/components/_element-woo.scss */
.pagination .current, .pagination span.current {
  background: #f56032;
  color: white;
  border: 1px solid #f56032;
  padding: 10px 15px;
}
/* line 551, ../sass/theme/components/_element-woo.scss */
.pagination > li {
  display: inline-block;
}

/* line 556, ../sass/theme/components/_element-woo.scss */
.image-pagination .page-numbers {
  padding: 0;
  border: none;
}
/* line 557, ../sass/theme/components/_element-woo.scss */
.image-pagination .page-numbers:hover {
  border: none !important;
  background: none !important;
}

/* line 567, ../sass/theme/components/_element-woo.scss */
#calendar_wrap #today {
  background: #f56032;
  color: white;
}
/* line 571, ../sass/theme/components/_element-woo.scss */
#calendar_wrap td {
  padding: 8px;
  text-align: center;
}

/* line 576, ../sass/theme/components/_element-woo.scss */
.input-group-addon {
  background: white;
}

/* line 580, ../sass/theme/components/_element-woo.scss */
.woocommerce-MyAccount-navigation {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

/* line 586, ../sass/theme/components/_element-woo.scss */
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.woocommerce-MyAccount-navigation ul:before, .woocommerce-MyAccount-navigation ul:after {
  content: " ";
  display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
.woocommerce-MyAccount-navigation ul:after {
  clear: both;
}

/* line 591, ../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 597, ../sass/theme/components/_element-woo.scss */
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f56032;
}

/* line 602, ../sass/theme/components/_element-woo.scss */
.woo-dashboard a {
  color: #f56032;
}

/* line 608, ../sass/theme/components/_element-woo.scss */
.woocommerce-account .page-title {
  display: none;
}
/* line 611, ../sass/theme/components/_element-woo.scss */
.woocommerce-account table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}

/* line 616, ../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 #e0e0e0;
  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: black;
}

/* 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;
  border: 1px solid #e0e0e0;
  margin-right: 3px;
}
/* line 36, ../sass/theme/components/_social.scss */
.author-social .fa {
  font-size: 13px;
}

/* 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 3, ../sass/theme/layouts/_header.scss */
#ri-header {
  position: relative;
}
/* line 5, ../sass/theme/layouts/_header.scss */
#ri-header .group-cart-search {
  padding: 15px 0;
}
/* line 7, ../sass/theme/layouts/_header.scss */
#ri-header .group-cart-search > * {
  display: inline-block;
}
/* line 11, ../sass/theme/layouts/_header.scss */
#ri-header .searchform-wrap {
  width: 300px;
}
/* line 14, ../sass/theme/layouts/_header.scss */
#ri-header .searchform {
  padding: 0;
  border-right: 1px solid #e0e0e0;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-header .searchform {
  border-left: 1px solid #e0e0e0;
  border-right: inherit;
}
/* line 20, ../sass/theme/layouts/_header.scss */
#ri-header .searchform .input-group {
  padding-right: 25px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-header .searchform .input-group {
  padding-left: 25px;
  padding-right: inherit;
}

/* line 28, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  padding: 10px  0;
  position: absolute;
}
/* line 33, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #ri-menu-primary ul > li[class*="-has-children"] > a::before {
  color: #FFF;
}
/* line 36, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #ri-menu-primary ul.mega-menu > li > a {
  color: #FFF;
}
/* line 38, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #ri-menu-primary ul.mega-menu > li > a:hover {
  color: #f56032;
}
/* line 42, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .btn-mini-search, .header-4.menu-transparent #ri-header .btn-mini-close {
  color: #fff;
}
/* line 45, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .searchform-wrap {
  background: transparent;
}
/* line 48, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .ri-cart .icon-cart .mini-cart-items::before {
  border-color: #fff;
}
/* line 51, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .ri-cart .icon-cart .mini-cart-items {
  border: 2px solid #fff;
}
/* line 54, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .text-cart {
  color: #fff;
}
/* line 57, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .menu-transparent-logo {
  display: block;
}
/* line 60, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #logo {
  display: none;
}
/* line 65, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.topbar-hiden #ri-top-navbar {
  display: none;
}
/* line 70, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header {
  background: white none repeat scroll 0 0;
  position: fixed;
}
/* line 74, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #ri-menu-primary ul > li[class*="-has-children"] > a::before {
  color: #4a4a4a;
}
/* line 77, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #ri-menu-primary ul.mega-menu > li > a {
  color: #4a4a4a;
}
/* line 79, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #ri-menu-primary ul.mega-menu > li > a:hover {
  color: #f56032;
}
/* line 83, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .btn-mini-search, .header-4.menu-transparent.keep-header.hide-bar #ri-header .btn-mini-close {
  color: #4a4a4a;
}
/* line 86, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .searchform-wrap {
  background: transparent;
}
/* line 89, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .ri-cart .icon-cart .mini-cart-items::before {
  border-color: #4a4a4a;
}
/* line 92, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .ri-cart .icon-cart .mini-cart-items {
  border: 2px solid #4a4a4a;
}
/* line 95, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .text-cart {
  color: #4a4a4a;
}
/* line 98, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #logo {
  display: block;
}
/* line 101, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .menu-transparent-logo {
  display: none;
}

/* line 108, ../sass/theme/layouts/_header.scss */
.menu-transparent-logo {
  display: none !important;
}

/* line 111, ../sass/theme/layouts/_header.scss */
.keep-logo {
  display: none;
}

/* line 116, ../sass/theme/layouts/_header.scss */
.keep-header {
  position: relative;
  width: 100%;
  margin-top: 0;
}
/* line 121, ../sass/theme/layouts/_header.scss */
.keep-header .ri-menu-primary {
  position: relative;
}
/* line 124, ../sass/theme/layouts/_header.scss */
.keep-header .ri-keep {
  z-index: 999;
  width: 100%;
}
/* line 131, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .ri-keep {
  z-index: 9999;
  background: white;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
}
/* line 136, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .ri-keep .keep-logo {
  display: block;
  float: left;
  margin-right: 30px;
  width: 100px;
  line-height: 60px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .keep-header.hide-bar .ri-keep .keep-logo {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .keep-header.hide-bar .ri-keep .keep-logo {
  margin-left: 30px;
  margin-right: inherit;
}
/* line 143, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .ri-keep #ri-menu-primary {
  border: none;
}
/* line 148, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .ri-cart .icon-cart .mini-cart-items::before {
  border-color: #4a4a4a;
}
/* line 151, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .ri-cart .icon-cart .mini-cart-items {
  border: 2px solid #4a4a4a;
}
/* line 154, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .text-cart {
  color: #4a4a4a;
}
/* line 157, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .btn-mini-search, .keep-header.hide-bar .btn-mini-close {
  color: #4a4a4a;
}

/* line 166, ../sass/theme/layouts/_header.scss */
.header-2 .cart-wrap {
  float: right;
  padding: 15px 0;
}
/* line 171, ../sass/theme/layouts/_header.scss */
.header-2 .nav-menu-primary {
  margin-bottom: 10px;
}
/* line 173, ../sass/theme/layouts/_header.scss */
.header-2 .nav-menu-primary.menu-full {
  margin-bottom: 0px;
}
/* line 178, ../sass/theme/layouts/_header.scss */
.header-2 .searchform-wrap {
  width: 400px;
}
/* line 181, ../sass/theme/layouts/_header.scss */
.header-2 .searchform {
  padding: 10px 0;
}
/* line 183, ../sass/theme/layouts/_header.scss */
.header-2 .searchform .input-group {
  padding-right: 6px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-2 .searchform .input-group {
  padding-left: 6px;
  padding-right: inherit;
}
/* line 191, ../sass/theme/layouts/_header.scss */
.header-2 .site-logo {
  text-align: center;
}

/* line 197, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap {
  float: right;
  padding: 15px 0;
}
/* line 201, ../sass/theme/layouts/_header.scss */
.header-3 #ri-header {
  padding: 35px 0;
}
/* line 205, ../sass/theme/layouts/_header.scss */
.header-3 .ri-cart .mini-cart {
  border: none;
  padding-left: 0;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-3 .ri-cart .mini-cart {
  padding-right: 0;
  padding-left: inherit;
}
/* line 209, ../sass/theme/layouts/_header.scss */
.header-3 .ri-cart .cart-box {
  width: 280px;
}
/* line 214, ../sass/theme/layouts/_header.scss */
.header-3 #ri-menu-primary {
  margin-bottom: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #f3f3f3;
  border-bottom: none;
  background: white;
}
/* line 223, ../sass/theme/layouts/_header.scss */
.header-3 .menu-full #ri-menu-primary {
  margin-bottom: 0px;
  border-width: 0;
  box-shadow: none;
}
/* line 229, ../sass/theme/layouts/_header.scss */
.header-3 .searchform-wrap {
  width: 400px;
  padding: 10px 0;
}
/* line 233, ../sass/theme/layouts/_header.scss */
.header-3 .searchform {
  padding: 10px 0;
}
/* line 235, ../sass/theme/layouts/_header.scss */
.header-3 .searchform .input-group {
  padding-right: 0px;
  border-left: none;
  min-width: 260px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-3 .searchform .input-group {
  padding-left: 0px;
  padding-right: inherit;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-3 .searchform .input-group {
  border-right: none;
  border-left: inherit;
}

/* line 243, ../sass/theme/layouts/_header.scss */
.header-3 .site-logo {
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .header-3 .site-logo {
  text-align: right;
}

/* line 247, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary {
  position: relative;
  background: none;
  border: none;
  padding: 10px 0;
}
/* line 252, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary .cart-wrap {
  float: right;
  padding: 10px 0;
  position: relative;
  z-index: 999;
}
/* line 258, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary ul {
  float: right;
  position: static;
}
/* line 264, ../sass/theme/layouts/_header.scss */
.header-4 .header-content-logo {
  float: left;
}
/* line 267, ../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 275, ../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 284, ../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 292, ../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 301, ../sass/theme/layouts/_header.scss */
.header-4 .searchform .input-group {
  padding-right: 45px !important;
}
/* line 304, ../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 311, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list {
  float: none !important;
  position: absolute !important;
}
/* line 315, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list li a {
  padding: 0 !important;
  margin-right: 5px;
}
/* line 318, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list li a:before, .header-4 .cart_list li a:after {
  content: none;
}
/* line 326, ../sass/theme/layouts/_header.scss */
.header-4.keep-header.hide-bar #ri-header {
  display: block;
  background: white;
  padding: 0;
}

/* line 340, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary {
  background: #343434;
  margin-bottom: 10px;
}
/* line 345, ../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 351, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li:hover, .header-5 #ri-menu-primary .mega-menu > li:hover {
  background: #f56032;
  color: white;
}
/* line 355, ../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 359, ../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 363, ../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 366, ../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: #f56032;
}
/* line 373, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary ul > li[class*="-has-children"] > a::before {
  line-height: 42px;
}
/* line 379, ../sass/theme/layouts/_header.scss */
.header-5.keep-header.hide-bar .ri-menu-primary {
  margin-bottom: 0;
}
/* line 382, ../sass/theme/layouts/_header.scss */
.header-5.keep-header.hide-bar .keep-logo {
  line-height: 50px;
}
/* line 385, ../sass/theme/layouts/_header.scss */
.header-5.keep-header.hide-bar .ri-keep {
  background: #343434;
}

/* line 2, ../sass/theme/layouts/_sidebar.scss */
.sidebar {
  /*widget*/
  /*product*/
}
/* line 3, ../sass/theme/layouts/_sidebar.scss */
.sidebar a {
  color: black;
}
/* line 5, ../sass/theme/layouts/_sidebar.scss */
.sidebar a:hover {
  color: #f56032;
}
/* line 10, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget {
  margin-bottom: 15px;
}
/* line 12, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul {
  padding: 0;
  list-style: none;
}
/* line 15, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li {
  color: #505050;
  font-family: Raleway;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
/* line 21, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li.current-cat > a {
  color: #f56032;
}
/* line 25, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li ul {
  padding-left: 20px;
}
/* line 30, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget img {
  width: 100%;
  height: auto;
}
/* line 34, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget select {
  width: 100%;
}
/* line 38, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget-title {
  margin: 0 0 20px;
  padding: 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
}
/* line 47, ../sass/theme/layouts/_sidebar.scss */
.sidebar .cat-item {
  text-transform: uppercase;
}
/* line 50, ../sass/theme/layouts/_sidebar.scss */
.sidebar .products {
  padding-bottom: 30px;
}
/* line 53, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block {
  padding-top: 15px;
  margin-bottom: 0;
  border: none;
}
/* line 57, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block:hover {
  border: none;
}
/* line 60, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block.border {
  border: none;
}
/* line 62, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block.border:hover {
  border: none;
}
/* line 67, ../sass/theme/layouts/_sidebar.scss */
.sidebar .button-groups, .sidebar .quick-view, .sidebar .labels {
  display: none;
}
/* line 70, ../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 75, ../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 78, ../sass/theme/layouts/_sidebar.scss */
.sidebar .grid-price {
  margin-top: 0;
}
/* line 81, ../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 86, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-image .inner {
  margin: 0;
}
/* line 89, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-image img {
  width: 80px;
  height: 80px;
}
/* line 94, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-details {
  padding-top: 15px;
}
/* line 96, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-details a {
  font-weight: 400;
  display: block;
}
/* line 101, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li {
  clear: both;
  padding-top: 30px;
}
/* line 103, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li:first-child {
  padding-top: 15px;
}
/* line 106, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li:after {
  clear: both;
  content: " ";
  display: table;
}
/* line 115, ../sass/theme/layouts/_sidebar.scss */
.sidebar .caption {
  min-height: 75px;
}
/* line 120, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget {
  padding: 0;
}
/* line 123, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget-title {
  background: #EEEEEE;
  color: #353535;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 20px;
}
/* line 129, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget-title + * {
  padding: 20px;
}
/* line 132, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget.widget_sp_image > * {
  margin: 0px;
}
/* line 137, ../sass/theme/layouts/_sidebar.scss */
.sidebar .entry-header {
  margin: 0;
}
/* line 139, ../sass/theme/layouts/_sidebar.scss */
.sidebar .entry-header > a {
  line-height: 20px;
  text-transform: capitalize;
}
/* line 144, ../sass/theme/layouts/_sidebar.scss */
.sidebar .side-item-text {
  line-height: 24px;
  font-size: 14px;
}
/* line 147, ../sass/theme/layouts/_sidebar.scss */
.sidebar .side-item-text .article-meta {
  font-style: italic;
}
/* line 153, ../sass/theme/layouts/_sidebar.scss */
.sidebar .recent-post-widgets li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 156, ../sass/theme/layouts/_sidebar.scss */
.sidebar .recent-post-widgets li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 162, ../sass/theme/layouts/_sidebar.scss */
.sidebar .post-image {
  width: 40%;
  float: left;
  margin-right: 10px;
}
/* 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 167, ../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 174, ../sass/theme/layouts/_sidebar.scss */
.sidebar.product-list .products {
  padding-bottom: 0;
}
/* line 179, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block:hover .price {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}
/* line 185, ../sass/theme/layouts/_sidebar.scss */
.sidebar .products [class*="col-"] {
  padding: 0;
}
/* line 189, ../sass/theme/layouts/_sidebar.scss */
.sidebar del {
  font-size: 12px;
}
/* line 197, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget .product-categories li, .sidebar .widget .widget_categories li, .sidebar .widget .widget_archive li, .sidebar .widget .widget_meta li {
  line-height: 40px;
}
/* line 200, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget .product-categories li + li, .sidebar .widget .widget_categories li + li, .sidebar .widget .widget_archive li + li, .sidebar .widget .widget_meta li + li {
  border-top: 1px dotted #dddddd;
}

/* line 2, ../sass/theme/layouts/_footer.scss */
.scrollup {
  background: #f56032;
  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;
  cursor: pointer;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .scrollup {
  left: 30px;
  right: auto;
}
/* line 16, ../sass/theme/layouts/_footer.scss */
.scrollup .fa {
  display: block;
  line-height: 36px;
}

/* line 23, ../sass/theme/layouts/_footer.scss */
.footer-center .form {
  margin: 0 0 1em;
}
/* line 27, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .descrition {
  display: none;
}
/* line 30, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .input-newsletter {
  width: auto;
}
/* line 33, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .form-newsletter label {
  display: none;
}

/* line 39, ../sass/theme/layouts/_footer.scss */
.site-logo-footer {
  margin: 15px;
}

/* line 43, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 {
  font-size: 13px;
}
/* line 45, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 .navbar-nav {
  float: none;
  border-bottom: 1px solid #DEDEDE;
  padding: 15px 0 10px;
}
/* line 49, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 .navbar-nav a {
  padding: 0 15px 0 0;
  color: #aeaeaa;
}
/* line 56, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 .nav > li > a:hover, #rit-footer.footer-4 .nav > li > a:focus {
  background: none;
  color: #f56032;
}
/* line 60, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 [class*="ion-social-"] {
  display: inline-block;
  background: transparent;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 27px;
  color: #aeaeaa;
  margin-left: 10px;
  margin-right: 0;
}
/* line 75, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 .coppy-right-right .widget {
  padding: 27px 0;
}

/*
* 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 {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #353535;
  text-transform: uppercase;
}

/* line 21, ../sass/theme/layouts/_pages.scss */
.page-title-woo {
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 0;
  color: #353535;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/**
 * Checkout
 */
/* line 35, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout input, .woocommerce-checkout .checkbox {
  height: 42px;
  color: #777777;
}
/* line 39, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .select2-choice {
  height: 42px;
  line-height: 32px;
}
/* line 43, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout label {
  font-weight: 500;
  text-transform: uppercase;
}
/* line 47, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .title-checkout {
  padding: 20px;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 54, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .woocommerce-billing-fields .title-checkout {
  padding-left: 0;
}
/* line 57, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .woocommerce-billing-fields p {
  padding-bottom: 20px;
}
/* line 60, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
  width: 47.5%;
  float: left;
}
/* line 64, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .form-row-first {
  margin-right: 5%;
}
/* line 67, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .amount {
  float: right;
}
/* line 71, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review {
  background: #FAFAFA;
  border: 1px solid #e7e7e7;
}
/* line 74, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review thead th {
  border: none;
}
/* line 77, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review th {
  padding: 20px;
}
/* line 80, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review td {
  padding: 20px;
}
/* line 83, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout-review .product-total {
  text-align: right;
}
/* line 87, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #order_review {
  border-top: 1px solid #e7e7e7;
}
/* line 91, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment {
  border-radius: 5px;
}
/* line 93, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  list-style: none;
}
/* line 95, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods p {
  font-size: 13px;
}
/* line 98, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 20px 40px;
  border-bottom: 1px solid #e7e7e7;
}
/* line 101, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li label {
  text-transform: capitalize;
  font-weight: 500;
}
/* line 105, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  padding-top: 0;
}
/* line 110, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods label {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  position: relative;
}
/* line 115, ../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 131, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal label:before {
  top: 18px;
}
/* line 139, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .input-radio {
  visibility: hidden;
  display: none;
}
/* line 142, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .input-radio:checked + label::before {
  border-color: #282828;
  border-width: 2px;
}
/* line 148, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
/* line 154, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
/* line 162, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .place-order {
  padding: 20px;
}

/**
 * Check Cart
 */
/* line 170, ../sass/theme/layouts/_pages.scss */
.shop_table {
  text-align: left;
}
/* line 172, ../sass/theme/layouts/_pages.scss */
.shop_table .product-thumbnail {
  text-align: left;
}
/* line 175, ../sass/theme/layouts/_pages.scss */
.shop_table td {
  padding: 20px;
}

/* line 181, ../sass/theme/layouts/_pages.scss */
.cart-item {
  margin-top: 10px;
}

/* line 185, ../sass/theme/layouts/_pages.scss */
.cart_item > * {
  padding: 20px 0px;
  border-bottom: none;
  border-top: 1px solid #e7e7e7;
}
/* line 190, ../sass/theme/layouts/_pages.scss */
.cart_item .add-action {
  display: none;
}
/* line 193, ../sass/theme/layouts/_pages.scss */
.cart_item > * {
  vertical-align: middle;
}

/* line 197, ../sass/theme/layouts/_pages.scss */
.variation {
  display: block;
  margin: 10px 0;
}
/* line 200, ../sass/theme/layouts/_pages.scss */
.variation > * {
  display: inline-block;
  margin: 0;
}
/* line 203, ../sass/theme/layouts/_pages.scss */
.variation > * > p {
  margin: 0;
}

/* line 208, ../sass/theme/layouts/_pages.scss */
.page-cart {
  padding-right: 35px;
}
/* line 210, ../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 220, ../sass/theme/layouts/_pages.scss */
.page-cart .product-name a {
  font-weight: 500;
  line-height: 20px;
}
/* line 225, ../sass/theme/layouts/_pages.scss */
.page-cart .product-subtotal > * {
  font-weight: 500;
}
/* line 228, ../sass/theme/layouts/_pages.scss */
.page-cart .rit-coupon {
  border: 1px solid #e7e7e7;
  padding: 5px;
  margin-bottom: 20px;
}
/* line 232, ../sass/theme/layouts/_pages.scss */
.page-cart .rit-coupon .input-group-btn {
  padding: 0;
}
/* line 235, ../sass/theme/layouts/_pages.scss */
.page-cart .rit-coupon .form-control {
  border: none;
}
/* line 238, ../sass/theme/layouts/_pages.scss */
.page-cart .rit-coupon span {
  border: none;
  padding: 0 15px;
  font-size: 16px;
}
/* line 244, ../sass/theme/layouts/_pages.scss */
.page-cart .shop_table {
  margin-bottom: 50px;
}
/* line 246, ../sass/theme/layouts/_pages.scss */
.page-cart .shop_table thead > tr > * {
  border: none;
}
/* line 249, ../sass/theme/layouts/_pages.scss */
.page-cart .shop_table thead > tr > th:first-child {
  padding-left: 0;
}
/* line 252, ../sass/theme/layouts/_pages.scss */
.page-cart .shop_table tbody > tr > td:first-child {
  padding-left: 0;
}

/* line 259, ../sass/theme/layouts/_pages.scss */
.shipping_address > p {
  margin-bottom: 20px;
}

/* line 263, ../sass/theme/layouts/_pages.scss */
.shipping .amount {
  float: right;
}
/* line 266, ../sass/theme/layouts/_pages.scss */
.shipping input {
  height: auto;
}
/* line 269, ../sass/theme/layouts/_pages.scss */
.shipping ul {
  list-style: none;
}
/* line 270, ../sass/theme/layouts/_pages.scss */
.shipping ul li {
  padding: 2px;
}
/* line 272, ../sass/theme/layouts/_pages.scss */
.shipping ul li label {
  text-transform: capitalize;
  font-weight: 400;
}
/* line 278, ../sass/theme/layouts/_pages.scss */
.shipping ul label {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  position: relative;
}
/* line 283, ../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 298, ../sass/theme/layouts/_pages.scss */
.shipping .shipping_method {
  visibility: hidden;
  display: none;
}
/* line 301, ../sass/theme/layouts/_pages.scss */
.shipping .shipping_method:checked + label::before {
  border-color: #282828;
  border-width: 2px;
}
/* line 306, ../sass/theme/layouts/_pages.scss */
.shipping .shipping-calculator-button {
  padding-left: 40px;
  text-transform: uppercase;
  color: black;
}
/* line 311, ../sass/theme/layouts/_pages.scss */
.shipping select, .shipping input {
  width: 100%;
  height: 33px;
}
/* line 315, ../sass/theme/layouts/_pages.scss */
.shipping .shipping-calculator-form {
  padding-left: 40px;
}

/* line 320, ../sass/theme/layouts/_pages.scss */
.cart-collaterals {
  background: #FAFAFA;
  border: 1px solid #e7e7e7;
}
/* line 323, ../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 331, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table tr > * {
  padding: 20px;
}
/* line 334, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table tr > th {
  font-weight: 400;
}
/* line 337, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table .cart-subtotal > td {
  text-align: right;
}
/* line 342, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table .order-total th {
  font-weight: 500;
}
/* line 345, ../sass/theme/layouts/_pages.scss */
.cart-collaterals .shop_table .order-total .amount {
  float: right;
  font-weight: 500;
}
/* line 351, ../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 357, ../sass/theme/layouts/_pages.scss */
.cart_totals {
  padding-bottom: 20px;
}

/**
 * Thank you
 */
/* line 368, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received .page-title {
  display: none;
}
/* line 371, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received .thankyou-order-details {
  text-align: center;
}
/* line 374, ../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 381, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received ul.order_details li {
  padding: 30px;
  float: left;
  text-align: left;
  color: #777777;
}
/* line 386, ../sass/theme/layouts/_pages.scss */
.woocommerce-order-received ul.order_details li strong {
  margin-top: 10px;
  color: black;
  font-weight: 400;
  display: block;
}

/* line 396, ../sass/theme/layouts/_pages.scss */
.thankyou-order {
  text-align: center;
}

/* line 399, ../sass/theme/layouts/_pages.scss */
.woocommerce-thankyou-order-received {
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #f56032;
}
/* line 404, ../sass/theme/layouts/_pages.scss */
.woocommerce-thankyou-order-received:before {
  position: relative;
  font-family: "fontawesome";
  content: "\f00c";
  margin-right: 10px;
  color: #f56032;
  font-size: 30px;
}

/* line 415, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details > p {
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 419, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details h2 {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 423, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
/* line 427, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details .order_details {
  margin: 0;
}
/* line 430, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details .product-total {
  text-align: right;
}
/* line 433, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details tr > * {
  padding: 20px;
}
/* line 437, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details thead th {
  border-bottom: 1px solid #e7e7e7;
}
/* line 442, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .woocommerce-order-details tfoot > tr:last-child .amount {
  font-weight: bold;
}
/* line 448, ../sass/theme/layouts/_pages.scss */
.thankyou-order-payment-details .order_heading {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

/* line 456, ../sass/theme/layouts/_pages.scss */
.customer_details tr > * {
  border: none;
  vertical-align: middle;
}

/**
 * Wishlist
 */
/* line 466, ../sass/theme/layouts/_pages.scss */
.woocommerce table.wishlist_table {
  font-size: 100%;
}

/* line 469, ../sass/theme/layouts/_pages.scss */
.woocommerce #content table.wishlist_table.cart a.remove {
  padding-left: 15px;
}

/* line 472, ../sass/theme/layouts/_pages.scss */
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background: none;
  color: #f56032;
}

/* line 476, ../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 484, ../sass/theme/layouts/_pages.scss */
.contact .fa {
  color: #f56032;
  font-size: 18px;
  width: 30px;
}

/**
 * error 404
 */
/* line 493, ../sass/theme/layouts/_pages.scss */
.error-404 {
  padding: 200px 0;
  text-align: center;
}
/* line 496, ../sass/theme/layouts/_pages.scss */
.error-404 #searchform {
  max-width: 450px;
  display: inline-block;
}
/* line 499, ../sass/theme/layouts/_pages.scss */
.error-404 #searchform .form-control {
  width: 400px;
}

/**
 * panel
 */
/* line 507, ../sass/theme/layouts/_pages.scss */
.panel-heading > *, .panel-title {
  font-size: 18px;
  text-transform: uppercase;
}

/* line 511, ../sass/theme/layouts/_pages.scss */
.panel-body {
  padding: 30px;
}

/* line 515, ../sass/theme/layouts/_pages.scss */
.edit {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
}

/* line 523, ../sass/theme/layouts/_pages.scss */
.blog .sidebar {
  padding-top: 30px;
}

/* line 528, ../sass/theme/layouts/_pages.scss */
.mfp-wrap #rit-quickview {
  display: block;
}

/* line 531, ../sass/theme/layouts/_pages.scss */
#rit-quicview {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}
/* line 536, ../sass/theme/layouts/_pages.scss */
#rit-quicview .slick-slide img {
  width: 100%;
}
/* line 539, ../sass/theme/layouts/_pages.scss */
#rit-quicview .entry-summary {
  margin: 50px;
}
/* line 542, ../sass/theme/layouts/_pages.scss */
#rit-quicview .product_title {
  font-size: 28px;
}
/* line 545, ../sass/theme/layouts/_pages.scss */
#rit-quicview .product-detail-wrap .cart {
  padding-bottom: 0;
}
/* line 548, ../sass/theme/layouts/_pages.scss */
#rit-quicview .mfp-close {
  top: 0 !important;
}
/* line 552, ../sass/theme/layouts/_pages.scss */
#rit-quicview .flickity-prev-next-button {
  background: none;
  border-radius: none;
  font-size: 14px;
  opacity: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: 0.4s;
  -moz-transform: 0.4s;
  -ms-transform: 0.4s;
  -o-transform: 0.4s;
  transform: 0.4s;
}
/* line 560, ../sass/theme/layouts/_pages.scss */
#rit-quicview .flickity-prev-next-button:focus {
  box-shadow: none;
  outline: none;
}
/* line 565, ../sass/theme/layouts/_pages.scss */
#rit-quicview .na-product-image:hover .flickity-prev-next-button {
  opacity: 1;
  -webkit-transform: 0.4s;
  -moz-transform: 0.4s;
  -ms-transform: 0.4s;
  -o-transform: 0.4s;
  transform: 0.4s;
}
/* line 569, ../sass/theme/layouts/_pages.scss */
#rit-quicview .flickity-prev-next-button:disabled {
  display: none;
}
/* line 572, ../sass/theme/layouts/_pages.scss */
#rit-quicview .full-image {
  width: 100%;
}
/* line 575, ../sass/theme/layouts/_pages.scss */
#rit-quicview .flickity-slider .slide {
  width: 100%;
}
/* line 578, ../sass/theme/layouts/_pages.scss */
#rit-quicview .description {
  margin-bottom: 30px;
}
/* line 581, ../sass/theme/layouts/_pages.scss */
#rit-quicview .cart {
  margin-bottom: 0;
}
/* line 584, ../sass/theme/layouts/_pages.scss */
#rit-quicview .add-links {
  display: none;
}

/* line 589, ../sass/theme/layouts/_pages.scss */
.rit-button {
  line-height: 36px;
}

/* line 594, ../sass/theme/layouts/_pages.scss */
.product-image.loading .quick-view {
  display: none;
  opacity: 0 !important;
}
/* line 598, ../sass/theme/layouts/_pages.scss */
.product-image.loading::after {
  background: white none repeat scroll 0 0;
  color: #f56032;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 610, ../sass/theme/layouts/_pages.scss */
.product-image.loading::before {
  animation: 0.8s ease 0s normal none infinite running dotFade;
  background: #f56032 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  color: #f56032;
  content: "";
  height: 12px;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  z-index: 99;
}

@keyframes dotFade {
  /* line 629, ../sass/theme/layouts/_pages.scss */
  0% {
    opacity: 0;
  }

  /* line 632, ../sass/theme/layouts/_pages.scss */
  50% {
    opacity: 1;
  }

  /* line 635, ../sass/theme/layouts/_pages.scss */
  100% {
    opacity: 0;
  }
}

/* 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;
  padding-bottom: 30px;
}
/* line 25, ../sass/theme/layouts/_home.scss */
#page .site-main .vc_row:last-child {
  margin-bottom: 0px;
}

/* line 31, ../sass/theme/layouts/_home.scss */
#ri-top-navbar {
  background: #1b1b1b;
  font-size: 14px;
  color: #7f7e7e;
  border-bottom: 0px solid transparent;
}
/* line 36, ../sass/theme/layouts/_home.scss */
#ri-top-navbar a {
  color: #7f7e7e;
}
/* line 39, ../sass/theme/layouts/_home.scss */
#ri-top-navbar a:hover, #ri-top-navbar a:focus {
  color: #f56032;
  background: transparent;
}
/* line 44, ../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 48, ../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 51, ../sass/theme/layouts/_home.scss */
#ri-top-navbar ul > li a {
  padding: 0;
  margin: 0;
  line-height: 26px;
}
/* line 59, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left a {
  color: #7f7e7e;
}
/* line 61, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left a:hover {
  color: #f56032;
}
/* line 65, ../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 70, ../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 76, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .navbar {
  margin: 0;
  min-height: auto;
}
/* line 79, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .navbar > a {
  padding: 0;
}
/* line 83, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .fa {
  margin-right: 5px;
}
/* line 88, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
/* line 91, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .widget_nav_menu ul li {
  list-style: none;
}

/* line 98, ../sass/theme/layouts/_home.scss */
#ri-header {
  padding: 20px 0;
}

/* line 103, ../sass/theme/layouts/_home.scss */
#rit-footer {
  background: #f3f3f3;
  position: relative;
  color: #4e4d4d;
}
/* line 107, ../sass/theme/layouts/_home.scss */
#rit-footer ul {
  padding: 0;
  list-style: none;
}
/* line 111, ../sass/theme/layouts/_home.scss */
#rit-footer ul li {
  line-height: 28px;
}
/* line 113, ../sass/theme/layouts/_home.scss */
#rit-footer ul li a {
  color: #4e4d4d;
}
/* line 115, ../sass/theme/layouts/_home.scss */
#rit-footer ul li a:hover {
  color: #f56032;
}
/* line 122, ../sass/theme/layouts/_home.scss */
#rit-footer i {
  width: 20px;
}
/* line 124, ../sass/theme/layouts/_home.scss */
#rit-footer i:hover {
  color: #f56032;
}
/* line 129, ../sass/theme/layouts/_home.scss */
#rit-footer .widget-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 30px 0 20px;
  color: #2c2c2c;
}
/* line 136, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-top {
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #ececec;
  color: #2c2c2c;
  background: whitesmoke;
}
/* line 143, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-center {
  position: relative;
  padding-bottom: 45px;
  padding-top: 15px;
  background: whitesmoke;
}
/* line 149, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom {
  border-top: 1px solid transparent;
  background: #1b1b1b;
  text-align: center;
  padding: 15px 0;
}
/* line 156, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li a {
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  color: #4e4d4d;
  border-right: 1px solid rgba(225, 225, 225, 0.2);
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #rit-footer .footer-bottom li a {
  border-left: 1px solid rgba(225, 225, 225, 0.2);
  border-right: inherit;
}
/* line 162, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li a:hover {
  color: #f56032;
  background: none;
}
/* line 168, ../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 173, ../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 180, ../sass/theme/layouts/_home.scss */
#coppy-right {
  line-height: 32px;
  color: #4e4d4d;
}
/* line 183, ../sass/theme/layouts/_home.scss */
#coppy-right a {
  color: #f56032;
}

/* line 2, ../sass/theme/layouts/_widget.scss */
.widget {
  border: 1px solid transparent;
}
/* line 4, ../sass/theme/layouts/_widget.scss */
.widget img {
  width: 100%;
  height: auto;
}

/* line 8, ../sass/theme/layouts/_widget.scss */
.widget select {
  width: 100%;
}

/* line 14, ../sass/theme/layouts/_widget.scss */
.widget-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
}
/* line 20, ../sass/theme/layouts/_widget.scss */
.widget-title span {
  overflow: hidden;
  display: block;
}
/* line 23, ../sass/theme/layouts/_widget.scss */

/* line 32, ../sass/theme/layouts/_widget.scss */
.widget-title span:before {
  left: -1.25rem;
  margin-left: -100%;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span:before {
  right: -1.25rem;
  left: auto;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span:before {
  margin-right: -100%;
  margin-left: inherit;
}
/* line 36, ../sass/theme/layouts/_widget.scss */
.widget-title span:after {
  margin-right: -100%;
  right: -1.25rem;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span:after {
  margin-left: -100%;
  margin-right: inherit;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span:after {
  left: -1.25rem;
  right: auto;
}
/* line 40, ../sass/theme/layouts/_widget.scss */
.widget-title span span {
  display: inline-block;
  vertical-align: middle;
}
/* line 45, ../sass/theme/layouts/_widget.scss */
.widget-title span.center {
  text-align: center;
}
/* line 48, ../sass/theme/layouts/_widget.scss */
.widget-title span.left {
  text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span.left {
  text-align: right;
}
/* line 51, ../sass/theme/layouts/_widget.scss */
.widget-title span.right {
  text-align: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span.right {
  text-align: left;
}

/* line 58, ../sass/theme/layouts/_widget.scss */
.widget-content {
  padding-top: 30px;
}

/* line 64, ../sass/theme/layouts/_widget.scss */
.style-box .widget-title {
  font-weight: 400;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 70, ../sass/theme/layouts/_widget.scss */
.style-box .widget-title span {
  padding: 0 15px;
}
/* line 72, ../sass/theme/layouts/_widget.scss */
.style-box .widget-title span:after, .style-box .widget-title span:before {
  content: none;
}

/* line 80, ../sass/theme/layouts/_widget.scss */
.style-border .widget-title {
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
  letter-spacing: 1px;
}
/* line 88, ../sass/theme/layouts/_widget.scss */
.style-border .widget-title span:after, .style-border .widget-title span:before {
  content: none;
}

/* line 96, ../sass/theme/layouts/_widget.scss */
.widget_meta a {
  color: black;
  font-weight: 300;
}
/* line 99, ../sass/theme/layouts/_widget.scss */
.widget_meta a:hover {
  color: white;
}

/* line 106, ../sass/theme/layouts/_widget.scss */
.widget_calendar table > thead > tr > th {
  border-bottom: 1px solid #e0e0e0;
}

/* line 113, ../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 117, ../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: #f56032;
  content: "\f00d";
  text-align: center;
  top: 2px;
}
/* line 124, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen > a:before, .widget_layered_nav_filters ul li.chosen > a:before {
  border-color: #f56032;
}
/* line 128, ../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: #f56032;
  content: "\f00d";
}
/* line 134, ../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 138, ../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 149, ../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 160, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:hover:before, .widget_layered_nav_filters ul li a:hover:before {
  border-color: #f56032;
}
/* line 163, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:hover:after, .widget_layered_nav_filters ul li a:hover:after {
  color: #f56032;
  display: block;
}

/* line 170, ../sass/theme/layouts/_widget.scss */
.js-vc_parallax-o-image, .productid-image {
  background-color: gray;
}

/**
* 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: center;
  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 #e0e0e0;
}
/* 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 #f56032;
}
/* 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;
  margin-bottom: 10px;
  min-height: 110px;
}

/**
* Name product
*/
/* line 265, ../sass/theme/products/_product.scss */
.name {
  padding-top: 5px;
  overflow: hidden;
}
/* line 268, ../sass/theme/products/_product.scss */
.name a {
  font-size: 15px;
  color: #555;
}
/* line 271, ../sass/theme/products/_product.scss */
.name a:hover {
  color: #f56032;
}

/**
* 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: black;
  padding: 0 5px;
  border-right: 1px solid #e0e0e0;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-review, .rtl .woocommerce-review-link {
  border-left: 1px solid #e0e0e0;
  border-right: inherit;
}

/**
* Add review product
*/
/* line 311, ../sass/theme/products/_product.scss */
.product-add-review, .woocommerce-write-review-link {
  padding: 0 5px;
  color: black;
}
/* line 314, ../sass/theme/products/_product.scss */
.product-add-review a, .woocommerce-write-review-link a {
  color: black;
}

/**
* Button sale
*/
/* line 321, ../sass/theme/products/_product.scss */
.onsale {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #b7cc16;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  font-size: 13px;
  top: 5px;
  left: 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 113, ../sass/theme/mixins/_rtl.scss */
.rtl .onsale {
  right: 5px;
  left: auto;
}

/**
* Button hot
*/
/* line 340, ../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 356, ../sass/theme/products/_product.scss */
.out-of-stock {
  background: none repeat scroll 0 0 #b7cc16;
  color: #ffffff;
  font-weight: 600;
  padding: 2px 5px;
  position: absolute;
  top: 0px;
  z-index: 99;
  right: 0;
}

/**
* Product button
*/
/* line 369, ../sass/theme/products/_product.scss */
.caption-product {
  position: relative;
}

/* line 372, ../sass/theme/products/_product.scss */
.button-groups {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  bottom: 0px;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  z-index: 999;
  left: -15px;
}

/* line 384, ../sass/theme/products/_product.scss */
.quantity .qty {
  appearance: textfield;
}

/* line 389, ../sass/theme/products/_product.scss */
.cart .group_table tr {
  border-bottom: 1px solid #dddddd;
}
/* line 391, ../sass/theme/products/_product.scss */
.cart .group_table tr + tr .quantity {
  margin-top: 15px !important;
}
/* line 395, ../sass/theme/products/_product.scss */
.cart .group_table td {
  border: none;
}
/* line 398, ../sass/theme/products/_product.scss */
.cart .group_table .label {
  padding: 30px 0;
  display: block;
}
/* line 402, ../sass/theme/products/_product.scss */
.cart .group_table .price {
  border-top: 0;
}
/* line 405, ../sass/theme/products/_product.scss */
.cart .group_table .stock {
  font-size: 14px;
}

/* line 409, ../sass/theme/products/_product.scss */
.cart .single_add_to_cart_button {
  margin-bottom: 20px;
}

/**
* Category Image
*/
/* line 7, ../sass/theme/products/_category.scss */
.wrapper-thumb-cat {
  padding-bottom: 15px;
}

/**
* Category Description
*/
/* line 14, ../sass/theme/products/_category.scss */
.archive_product_description {
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-style: italic;
  min-height: 30px;
}

/* line 20, ../sass/theme/products/_category.scss */
.term-description {
  padding-bottom: 15px;
}

/**
* Category Filter
*/
/* line 27, ../sass/theme/products/_category.scss */
.top-products {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 30, ../sass/theme/products/_category.scss */
.top-products span {
  padding-right: 5px;
  font-size: 12px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .top-products span {
  padding-left: 5px;
  padding-right: inherit;
}
/* line 34, ../sass/theme/products/_category.scss */
.top-products > * {
  padding: 5px;
  display: inline-block;
  line-height: 30px;
}
/* line 39, ../sass/theme/products/_category.scss */
.top-products .woocommerce-result-count {
  float: right;
  margin: 0;
}

/* line 45, ../sass/theme/products/_category.scss */
.switch-layout {
  font-size: 14px;
  margin: 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: #f56032;
}

/* 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-top: 30px;
  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 {
  position: relative;
  display: block;
}

/**
* Product
* Grid and List
*/
/* line 93, ../sass/theme/products/_category.scss */
.grid-price {
  display: block;
}

/* line 96, ../sass/theme/products/_category.scss */
.list-price, .product-review, .product-add-review {
  display: none;
}

/* line 100, ../sass/theme/products/_category.scss */
.description-product {
  display: none;
}

/* line 104, ../sass/theme/products/_category.scss */
.list-view {
  width: 100% !important;
}
/* line 108, ../sass/theme/products/_category.scss */
.list-view.first {
  clear: both;
}
/* line 111, ../sass/theme/products/_category.scss */
.list-view .product-block {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 117, ../sass/theme/products/_category.scss */
.list-view .caption-image {
  float: left;
  width: 30%;
  padding-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 {
  padding-left: 30px;
  padding-right: inherit;
}
/* line 121, ../sass/theme/products/_category.scss */
.list-view .caption-image .inner {
  margin: 10px;
}
/* line 125, ../sass/theme/products/_category.scss */
.list-view .caption-product {
  overflow: hidden;
}
/* line 129, ../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 132, ../sass/theme/products/_category.scss */
.list-view .grid-price {
  display: none;
}
/* line 135, ../sass/theme/products/_category.scss */
.list-view .list-price, .list-view .product-review, .list-view .product-add-review {
  display: block;
  line-height: 30px;
}
/* line 139, ../sass/theme/products/_category.scss */
.list-view .product-review {
  padding: 5px;
}
/* line 142, ../sass/theme/products/_category.scss */
.list-view .name a {
  font-size: 20px;
  font-weight: 300;
}
/* line 146, ../sass/theme/products/_category.scss */
.list-view .price {
  font-size: 30px;
  color: #f56032;
  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 153, ../sass/theme/products/_category.scss */
.list-view del {
  font-size: 14px;
}
/* line 156, ../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 162, ../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 165, ../sass/theme/products/_category.scss */
.list-view .price-review .rating {
  padding: 15px;
}
/* line 170, ../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 177, ../sass/theme/products/_category.scss */
.list-view .button-groups {
  visibility: visible;
  opacity: 1;
  position: relative;
}
/* line 184, ../sass/theme/products/_category.scss */
.list-view .product-block:hover .button-groups {
  left: -15px;
}
/* line 187, ../sass/theme/products/_category.scss */
.list-view .product-block:hover .price {
  opacity: 1;
  visibility: visible;
}

/**
* Title Product
*/
/* line 6, ../sass/theme/products/_detail.scss */
.product_title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: black;
}

/* line 13, ../sass/theme/products/_detail.scss */
.product-detail-wrap, .entry-summary {
  margin-bottom: 50px;
  /**
  * Sale
  */
  /**
  * Thumbnails
  */
  /**
  * Price Product
  */
  /**
  * Description Product
  */
  /**
  * Button after Quantity
  */
  /**
  * Button after Quantity
  */
  /**
  * Meta Product
  */
}
/* line 15, ../sass/theme/products/_detail.scss */
.product-detail-wrap .woocommerce-review-link, .entry-summary .woocommerce-review-link {
  border-right: none;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .woocommerce-review-link, .rtl .entry-summary .woocommerce-review-link {
  border-left: none;
  border-right: inherit;
}
/* line 22, ../sass/theme/products/_detail.scss */
.product-detail-wrap .onsale, .entry-summary .onsale {
  top: 5px;
  left: 20px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .onsale, .rtl .entry-summary .onsale {
  right: 20px;
  left: auto;
}
/* line 26, ../sass/theme/products/_detail.scss */
.product-detail-wrap .onhot, .entry-summary .onhot {
  top: 5px;
  right: 20px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .onhot, .rtl .entry-summary .onhot {
  left: 20px;
  right: auto;
}
/* line 33, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails, .entry-summary .thumbnails {
  padding: 10px 50px !important;
  position: relative;
  display: block;
}
/* line 37, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails li, .entry-summary .thumbnails li {
  border: 1px solid #e0e0e0;
  text-align: center;
  margin: 5px;
}
/* line 42, ../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 44, ../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 #e0e0e0;
  border-radius: 100%;
  display: block;
}
/* line 54, ../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 56, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev:before, .entry-summary .thumbnails #slider-prev:before {
  content: '\f104';
}
/* line 60, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-next, .entry-summary .thumbnails #slider-next {
  right: 15px !important;
}
/* line 62, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-next:before, .entry-summary .thumbnails #slider-next:before {
  content: '\f105';
}
/* line 71, ../sass/theme/products/_detail.scss */
.product-detail-wrap .price, .entry-summary .price {
  margin-top: 5px;
  font-size: 32px;
  color: #f56032;
  font-weight: 400;
  padding: 35px 0 15px;
  border-top: 1px solid #ececec;
  line-height: 35px;
  margin-bottom: 15px;
}
/* line 80, ../sass/theme/products/_detail.scss */
.product-detail-wrap .price del, .entry-summary .price del {
  font-size: 24px;
}
/* line 87, ../sass/theme/products/_detail.scss */
.product-detail-wrap .single_variation_wrap .single_variation, .entry-summary .single_variation_wrap .single_variation {
  float: left;
  margin-right: 15px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .single_variation_wrap .single_variation, .rtl .entry-summary .single_variation_wrap .single_variation {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .single_variation_wrap .single_variation, .rtl .entry-summary .single_variation_wrap .single_variation {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 91, ../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 102, ../sass/theme/products/_detail.scss */
.product-detail-wrap .description, .entry-summary .description {
  padding-top: 10px;
  clear: both;
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 24px;
}
/* line 110, ../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 114, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links, .entry-summary .add-links {
  display: inline-block;
}
/* line 116, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links .yith-wcwl-add-to-wishlist, .entry-summary .add-links .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
/* line 119, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links .yith-compare, .entry-summary .add-links .yith-compare {
  display: inline-block;
}
/* line 122, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links .compare, .entry-summary .add-links .compare {
  display: inline-block;
  float: none;
}
/* line 126, ../sass/theme/products/_detail.scss */
.product-detail-wrap .add-links .clear, .entry-summary .add-links .clear {
  display: none;
}
/* line 135, ../sass/theme/products/_detail.scss */
.product-detail-wrap .yith-wcwl-add-to-wishlist, .product-detail-wrap .compare, .product-detail-wrap .cart, .entry-summary .yith-wcwl-add-to-wishlist, .entry-summary .compare, .entry-summary .cart {
  margin-bottom: 15px;
}
/* line 142, ../sass/theme/products/_detail.scss */
.product-detail-wrap .zoom-image, .entry-summary .zoom-image {
  width: 100%;
  height: auto;
}
/* line 150, ../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 155, ../sass/theme/products/_detail.scss */
.product-detail-wrap .product_meta > *, .entry-summary .product_meta > * {
  display: block;
  padding: 5px 0;
  color: #000000;
}
/* line 159, ../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: #4e4d4d;
  font-style: italic;
}

/**
* Quantity Product
*/
/* line 169, ../sass/theme/products/_detail.scss */
.quantity {
  float: left;
  margin-right: 50px;
  cursor: pointer;
  position: relative;
  width: 90px;
  height: 40px;
}
/* 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 176, ../sass/theme/products/_detail.scss */
.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  height: 40px;
}
/* line 182, ../sass/theme/products/_detail.scss */
.quantity .add-action {
  position: absolute;
  line-height: 19px;
  text-align: center;
  background: #f56032;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 19px;
  height: 19px;
  border-radius: 0px;
}
/* line 192, ../sass/theme/products/_detail.scss */
.quantity .add-action:hover, .quantity .add-action:active {
  background: #f56032;
}
/* line 196, ../sass/theme/products/_detail.scss */
.quantity .qty-plus {
  right: -25px;
  top: 0;
}
/* line 200, ../sass/theme/products/_detail.scss */
.quantity .qty-minus {
  right: -25px;
  bottom: 0;
}

/**
* Image Detail Product
*/
/* line 210, ../sass/theme/products/_detail.scss */
.woocommerce-main-image {
  border: 1px solid #e0e0e0;
}

/**
* Table Product
*/
/* line 219, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .resp-tabs-container {
  border: 1px solid #EEEEEE;
  padding: 15px 30px;
}
/* line 223, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .tab-content {
  padding: 0;
}
/* line 227, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .tab-description {
  line-height: 24px;
}
/* line 232, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews h2 {
  font-size: 16px;
  padding-bottom: 15px;
}
/* line 236, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .commentlist {
  padding: 0;
  margin: 0;
}
/* line 241, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews li {
  list-style: none;
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}
/* line 247, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .tall {
  color: #ececec;
}
/* line 251, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .avatar {
  width: 80px;
  height: 80px;
}
/* line 254, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .description {
  font-weight: 300;
  line-height: 24px;
}
/* line 258, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .comment-reply-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 263, ../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 266, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews label {
  font-weight: 400;
  color: black;
  padding: 10px 0;
}

/* line 275, ../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 279, ../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 286, ../sass/theme/products/_detail.scss */
.variations_form.cart tr label > * {
  margin: 0;
  border: none;
}
/* line 293, ../sass/theme/products/_detail.scss */
.variations_form.cart .quantity.buttons_added {
  margin-bottom: 20px;
}

/* line 298, ../sass/theme/products/_detail.scss */
#yith-quick-view-content .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
}

/* line 304, ../sass/theme/products/_detail.scss */
.single-product.woocommerce .thumbnails #slider-prev, .single-product.woocommerce .thumbnails #slider-next {
  width: 23px !important;
  height: 23px !important;
}

/* line 311, ../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 315, ../sass/theme/products/_detail.scss */
.yith_magnifier_gallery li a {
  margin-top: 0px !important;
}

/* line 320, ../sass/theme/products/_detail.scss */
.yith_magnifier_gallery .yith_magnifier_thumbnail.first {
  clear: none;
}

/* line 325, ../sass/theme/products/_detail.scss */
.related.products-block, .related-wrapper .products-block {
  overflow: visible;
}

/* line 3, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading {
  padding: 30px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 8, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .widget-content {
  padding: 0;
}
/* line 12, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .text-heading {
  float: left;
  line-height: 50px;
  font-size: 30px;
  color: #555;
  font-weight: 300;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .wg-custom-heading .text-heading {
  float: right;
}
/* line 20, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .btn-heading {
  float: right;
  background: #F46032;
  color: white;
  font-size: 14px;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .wg-custom-heading .btn-heading {
  float: left;
}
/* line 30, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .btn-heading:hover {
  background: #454545;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 4, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .tabs-title-product {
  font-size: 18px;
  padding: 0;
  font-weight: 400;
  background: none;
  display: block;
}
/* line 15, ../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: #f56032;
}
/* line 20, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs ul {
  display: inline-block;
  position: relative;
  border: none;
}
/* line 25, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li {
  padding-right: 30px;
}
/* line 27, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li a:hover {
  background: none;
}
/* line 31, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li + li:after {
  content: "/";
  left: -20px;
  position: absolute;
  top: -2px;
}
/* line 39, ../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: #f56032;
}
/* line 46, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widget-title.left {
  text-align: left;
}
/* line 49, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widget-title.center {
  text-align: center;
}
/* line 52, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widget-title.right {
  text-align: right;
}

/* line 58, ../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 .tabs-title-cat {
  font-size: 14px;
  padding: 0;
  font-weight: 300;
  background: none;
  display: block;
  text-transform: uppercase;
}
/* line 19, ../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: #f56032;
}
/* line 25, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .cat-title ul li + li:after {
  content: "/";
  left: -17px;
  position: absolute;
  top: 0;
}
/* line 32, ../sass/theme/widget/_tabscategory.scss */
.category-tabs ul {
  display: inline-block;
  position: relative;
  border: none;
}
/* line 38, ../sass/theme/widget/_tabscategory.scss */
.category-tabs li {
  padding-right: 20px;
}
/* line 40, ../sass/theme/widget/_tabscategory.scss */
.category-tabs li a:hover {
  background: none;
}
/* line 46, ../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: #f56032;
}
/* line 50, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
}
/* line 55, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title span:after, .category-tabs .widget-title span:before {
  content: none;
  border-width: 0;
}
/* line 60, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title.left {
  text-align: left;
}
/* line 63, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title.center {
  text-align: center;
}
/* line 66, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title.right {
  text-align: right;
}
/* line 72, ../sass/theme/widget/_tabscategory.scss */
.category-tabs.category-tabs-filter .widget-title {
  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 12, ../sass/theme/widget/_product-id.scss */
.widget.product-id .name a {
  font-size: 35px;
  color: #90815B;
  font-weight: bold;
}
/* line 19, ../sass/theme/widget/_product-id.scss */
.widget.product-id .description {
  padding: 15px;
  font-size: 18px;
  text-align: center;
  color: #808080;
  line-height: 24px;
  font-weight: 400;
  min-height: 80px;
}
/* line 27, ../sass/theme/widget/_product-id.scss */
.widget.product-id .description p {
  margin: 0;
}
/* line 32, ../sass/theme/widget/_product-id.scss */
.widget.product-id .product-image img {
  width: auto;
}
/* line 36, ../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 48, ../sass/theme/widget/_product-id.scss */
.widget.product-id .ri-button-add-cart {
  padding-bottom: 30px;
  display: block;
  position: relative;
  text-align: center;
}
/* line 53, ../sass/theme/widget/_product-id.scss */
.widget.product-id .ri-button-add-cart > a {
  color: #4a4a4a;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: #4a4a4a;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 12px;
  padding: 10px 35px;
  float: none;
}
/* line 14, ../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: #f56032;
  border-color: #f56032;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .widget.product-id .ri-button-add-cart > a.dropdown-toggle {
  color: white;
  background-color: #f56032;
  border-color: #f56032;
}
/* line 27, ../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 31, ../sass/theme/mixins/_buttons.scss */
.open .widget.product-id .ri-button-add-cart > a.dropdown-toggle {
  background-image: none;
}
/* line 42, ../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: transparent;
  border-color: #4a4a4a;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.widget.product-id .ri-button-add-cart > a .badge {
  color: transparent;
  background-color: #4a4a4a;
}
/* line 60, ../sass/theme/widget/_product-id.scss */
.widget.product-id .productid-content {
  background: white;
  padding: 15px;
}
/* line 63, ../sass/theme/widget/_product-id.scss */
.widget.product-id .productid-content .productid-content-inner {
  background: #F3F3F3;
}
/* line 67, ../sass/theme/widget/_product-id.scss */
.widget.product-id .productid-content.product_center {
  padding: 7px;
}
/* line 73, ../sass/theme/widget/_product-id.scss */
.widget.product-id.no-padding-top .productid-content {
  padding-top: 0px;
}
/* line 78, ../sass/theme/widget/_product-id.scss */
.widget.product-id.no-padding-bottom .productid-content {
  padding-bottom: 0px;
}
/* line 83, ../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 92, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .product-image img {
    width: 100%;
  }
  /* line 96, ../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 105, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .product-image img {
    width: 100%;
  }
  /* line 109, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .product_center .product-image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  /* line 119, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .box-equal {
    display: block;
  }
  /* line 238, ../sass/theme/mixins/_mixins.scss */
  .widget.product-id .box-equal:before, .widget.product-id .box-equal:after {
    content: " ";
    display: table;
  }
  /* line 242, ../sass/theme/mixins/_mixins.scss */
  .widget.product-id .box-equal:after {
    clear: both;
  }
  /* line 122, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .box-equal > * {
    display: block;
    width: 100% !important;
  }
  /* line 127, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .box-equal.product_right > * {
    float: right;
  }
  /* line 132, ../sass/theme/widget/_product-id.scss */
  .widget.product-id .box-equal.product_left > * {
    float: left;
  }
  /* line 137, ../sass/theme/widget/_product-id.scss */
  .widget.product-id.no-padding-top .productid-content {
    padding-top: 15px;
  }
  /* line 140, ../sass/theme/widget/_product-id.scss */
  .widget.product-id.no-padding-bottom .productid-content {
    padding-bottom: 15px;
  }
}
/* line 3, ../sass/theme/widget/_services.scss */
.widget-services-content {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 7, ../sass/theme/widget/_services.scss */
.widget-services-content .icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #f56032;
  text-align: center;
}
/* line 14, ../sass/theme/widget/_services.scss */
.widget-services-content .icon .icon-image {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  width: 30px;
  height: 30px;
}
/* line 26, ../sass/theme/widget/_services.scss */
.widget-services-content .services-content {
  padding: 0 15px;
  overflow: hidden;
}
/* line 31, ../sass/theme/widget/_services.scss */
.widget-services-content .title-service {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
/* line 38, ../sass/theme/widget/_services.scss */
.widget-services-content .des-services {
  text-align: left;
  color: #b1b1b1;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
/* line 45, ../sass/theme/widget/_services.scss */
.widget-services-content .button-services {
  font-weight: 700;
  font-size: 12px;
  color: #f56032;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 52, ../sass/theme/widget/_services.scss */
.widget-services-content .button-services a {
  color: #f56032;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 55, ../sass/theme/widget/_services.scss */
.widget-services-content .button-services a:hover {
  letter-spacing: 2px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 60, ../sass/theme/widget/_services.scss */
.widget-services-content .button-services i {
  margin-left: 5px;
}

/* line 65, ../sass/theme/widget/_services.scss */
.banner_item {
  padding: 15px;
  text-align: center;
}
/* line 68, ../sass/theme/widget/_services.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 75, ../sass/theme/widget/_services.scss */
.banner_item:hover img {
  -webkit-filter: none;
  filter: none;
}

/* line 8, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial {
  padding: 100px 0 80px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center;
}
/* line 14, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial {
  font-size: 18px;
  font-family: 'Droid Serif';
  color: #eeeeee;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
}
/* line 20, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial > * {
  display: inline;
}
/* line 23, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial .fa {
  color: #f56032;
}
/* line 27, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .author {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  color: white;
}
/* line 33, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .testimonial_item {
  padding: 0 30px;
}
/* line 36, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 24px;
  margin: 0;
  font-size: 26px;
}
/* line 43, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widget-title span:before, .widget-testimonial .widget-title span:after {
  content: none;
}
/* line 47, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widget-title: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 61, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .owl-prev, .widget-testimonial .owl-next {
  top: 40% !important;
  background: transparent !important;
}

/* line 67, ../sass/theme/widget/_testimonials.scss */
.testimonial_item {
  display: block;
}
/* line 69, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .img-author {
  margin-top: 35px;
}
/* line 71, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .img-author img {
  width: 100px;
  height: 100px;
  border: 3px solid #FFFFFF;
  background: white;
}
/* line 78, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .testimonial_position {
  font-style: italic;
  font-size: 14px;
  color: #eeeeee;
  font-family: 'Droid Serif';
  margin-bottom: 35px;
  -webkit-font-smoothing: antialiased;
}

/* line 2, ../sass/theme/widget/_service.scss */
.service {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.service:before, .service:after {
  content: " ";
  display: table;
}
/* line 242, ../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 #f56032;
  color: #f56032;
}
/* 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: black;
}
/* 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: 10px;
}

/* line 6, ../sass/theme/widget/_support.scss */
.icon-support {
  float: left;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #f56032;
  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 16, ../sass/theme/widget/_support.scss */
.icon-support .fa {
  font-size: 30px;
  line-height: 55px;
  color: white;
}

/* line 22, ../sass/theme/widget/_support.scss */
.support-description {
  float: left;
  width: 70%;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .support-description {
  float: right;
}
/* line 25, ../sass/theme/widget/_support.scss */
.support-description > * {
  display: inline-block;
  color: #4e4d4d;
}
/* line 29, ../sass/theme/widget/_support.scss */
.support-description .text-support {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 5px;
}
/* line 33, ../sass/theme/widget/_support.scss */
.support-description .text-support b {
  text-transform: uppercase;
  font-weight: 400;
}

/* line 5, ../sass/theme/widget/_newsletter.scss */
.newsletters .form-newsletter label {
  display: inline-block;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1px;
  padding-right: 10px;
  color: #555555;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .form-newsletter label {
  float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .form-newsletter label {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 17, ../sass/theme/widget/_newsletter.scss */
.newsletters .input-newsletter {
  width: 375px;
  float: left;
}
/* line 18, ../sass/theme/widget/_newsletter.scss */
.newsletters .input-newsletter input {
  height: 35px;
  border-radius: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .input-newsletter {
  float: right;
}
/* line 25, ../sass/theme/widget/_newsletter.scss */
.newsletters .descrition {
  float: right;
  font-size: 26px;
  font-weight: 300;
  color: #555555;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .descrition {
  float: left;
}
/* line 30, ../sass/theme/widget/_newsletter.scss */
.newsletters .descrition span {
  color: #f56032;
}

/* line 35, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget {
  padding: 15px 0;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
#rit-footer .widget_newsletterwidget:before, #rit-footer .widget_newsletterwidget:after {
  content: " ";
  display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
#rit-footer .widget_newsletterwidget:after {
  clear: both;
}
/* line 38, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget .widget-title {
  color: #353535;
  float: left;
  font-size: 20px;
  padding: 7px 15px 7px 0;
}
/* line 44, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget > p {
  float: right;
}
/* line 47, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget .descrition {
  color: #555555;
  font-size: 26px;
  font-weight: 300;
}
/* line 51, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget .descrition b {
  color: #f56032;
  font-weight: 400;
}
/* line 57, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget .newsletter-widget {
  float: left;
}
/* line 60, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget .newsletter-widget form p {
  margin: 0;
  float: left;
}
/* line 64, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget .newsletter-widget form .newsletter-email {
  height: 35px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  padding: 5px 10px;
  min-width: 250px;
}
/* line 71, ../sass/theme/widget/_newsletter.scss */
#rit-footer .widget_newsletterwidget .newsletter-widget form .newsletter-submit {
  background: #f56032;
  border: medium none;
  color: white;
  font-size: 12px;
  height: 35px;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
}

/* line 1, ../sass/theme/widget/_social.scss */
[class*="ion-social-"] {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: white;
  font-size: 20px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 10, ../sass/theme/widget/_social.scss */
[class*="ion-social-"]:hover {
  color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 17, ../sass/theme/widget/_social.scss */
.ion-social-facebook:hover {
  background-color: #3b5998;
}

/* line 23, ../sass/theme/widget/_social.scss */
.ion-social-googleplus:hover {
  background-color: #dd4b39;
}

/* line 29, ../sass/theme/widget/_social.scss */
.ion-social-twitter:hover {
  background-color: #00aced;
}

/* line 35, ../sass/theme/widget/_social.scss */
.ion-social-instagram:hover {
  background-color: #517fa4;
}

/* line 41, ../sass/theme/widget/_social.scss */
.ion-social-pinterest:hover {
  background-color: #cb2027;
}

/* line 47, ../sass/theme/widget/_social.scss */
.ion-social-skype:hover {
  background-color: #0078ca;
}

/* line 53, ../sass/theme/widget/_social.scss */
.ion-social-vimeo:hover {
  background-color: #aad450;
}

/* line 58, ../sass/theme/widget/_social.scss */
.ion-social-youtube:hover {
  background-color: #bb0000;
}

/* line 64, ../sass/theme/widget/_social.scss */
.ion-social-dribbble:hover {
  background-color: #ea4c89;
}

/* line 70, ../sass/theme/widget/_social.scss */
.ion-social-linkedin:hover {
  background-color: #007bb6;
}

/* line 76, ../sass/theme/widget/_social.scss */
.ion-social-rss:hover {
  background-color: #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 .price_slider {
  margin: 1em 0 2em;
}
/* line 10, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
/* line 15, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
/* line 19, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount .button {
  float: left;
}
/* line 24, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}
/* line 31, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #f56032;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  margin-left: -0.5em;
}
/* line 47, ../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: 1em;
  background-color: #f56032;
}
/* line 57, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #cccccc;
  border: 0;
}
/* line 63, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
/* line 67, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
/* line 72, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
/* line 76, ../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 7, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .entry-content {
  font-size: 14px;
}
/* line 10, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .entry-title {
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 17, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .article-meta {
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 10px;
}

/*Style category blog*/
/* line 4, ../sass/theme/blog/_category.scss */
.archive-blog article {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 7, ../sass/theme/blog/_category.scss */
.archive-blog article:first-child {
  padding-top: 0;
}
/* line 10, ../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 */
.content-area {
  margin-bottom: 30px;
}

/*Style single blog*/
/* line 3, ../sass/theme/blog/_single.scss */
.post-image {
  text-align: center;
}

/* line 8, ../sass/theme/blog/_single.scss */
.post-image > * {
  display: block;
}
/* line 11, ../sass/theme/blog/_single.scss */
.post-image ul li {
  list-style: none;
}
/* line 14, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel {
  padding: 0;
  z-index: 999;
}
/* line 17, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .fa {
  font-weight: 700;
}
/* line 20, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .owl-prev {
  left: 15px;
  border-width: 2px;
}
/* line 24, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .owl-next {
  right: 15px;
  border-width: 2px;
}
/* line 30, ../sass/theme/blog/_single.scss */
.post-image img {
  float: none !important;
}

/* line 38, ../sass/theme/blog/_single.scss */
.entry-header > header {
  display: inline-block;
}

/* line 42, ../sass/theme/blog/_single.scss */
.entry-title {
  display: inline-block;
  padding: 15px 0;
  font-size: 30px;
  line-height: 24px;
}

/* line 50, ../sass/theme/blog/_single.scss */
.article-meta, .post-comment {
  padding-bottom: 15px;
  line-height: 24px;
}
/* line 54, ../sass/theme/blog/_single.scss */
.article-meta .fa, .post-comment .fa {
  padding-right: 10px;
  color: #f56032;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .article-meta .fa, .rtl .post-comment .fa {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 58, ../sass/theme/blog/_single.scss */
.article-meta span, .post-comment span {
  font-style: italic;
  padding: 0 15px;
}
/* line 61, ../sass/theme/blog/_single.scss */
.article-meta span:first-child, .post-comment span:first-child {
  padding-left: 0px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .article-meta span:first-child, .rtl .post-comment span:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

/* line 69, ../sass/theme/blog/_single.scss */
.tags-link-wrap {
  padding-top: 15px;
}

/* line 73, ../sass/theme/blog/_single.scss */
.tags .fa {
  padding-right: 10px;
  color: #f56032;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .tags .fa {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 77, ../sass/theme/blog/_single.scss */
.tags a {
  background: #fbfbfb;
  padding: 5px 10px;
  color: #888888;
  border: 1px solid #e0e0e0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 83, ../sass/theme/blog/_single.scss */
.tags a:hover {
  color: white;
  background: #f56032;
  border: 1px solid #f56032;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 93, ../sass/theme/blog/_single.scss */
.entry-content {
  font-size: 16px;
}

/* line 99, ../sass/theme/blog/_single.scss */
.author-img > img {
  width: 100px;
  padding: 3px;
  border: 1px solid #e0e0e0;
  max-width: inherit;
}

/* line 107, ../sass/theme/blog/_single.scss */
.avatar > img {
  max-width: inherit;
}

/* line 112, ../sass/theme/blog/_single.scss */
.author-content h5 {
  margin-top: 0;
}
/* line 116, ../sass/theme/blog/_single.scss */
.author-content a {
  font-size: 16px;
  text-transform: capitalize;
}
/* line 120, ../sass/theme/blog/_single.scss */
.author-content .author-social {
  margin-bottom: 5px;
}
/* line 123, ../sass/theme/blog/_single.scss */
.author-content p {
  font-style: italic;
  max-width: 800px;
}

/* line 130, ../sass/theme/blog/_single.scss */
#comments .heading {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 135, ../sass/theme/blog/_single.scss */
#comments .comment-list {
  padding: 0;
  margin: 0;
}
/* line 139, ../sass/theme/blog/_single.scss */
#comments .comment-list li.comment {
  border-top: 1px solid #e0e0e0;
  list-style: outside none none;
  padding: 30px 0;
}
/* line 146, ../sass/theme/blog/_single.scss */
#comments .text-user {
  text-transform: capitalize;
}
/* line 150, ../sass/theme/blog/_single.scss */
#comments .meta-user a {
  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 156, ../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 158, ../sass/theme/blog/_single.scss */
#comments .children li:first-child {
  margin-top: 20px;
}
/* line 161, ../sass/theme/blog/_single.scss */
#comments .children li:last-child {
  padding-bottom: 0;
}
/* line 165, ../sass/theme/blog/_single.scss */
#comments .comment-author {
  padding-bottom: 10px;
}

/* line 173, ../sass/theme/blog/_single.scss */
.post-related {
  padding: 30px 0;
}

/* line 176, ../sass/theme/blog/_single.scss */
.post-box-title {
  text-transform: uppercase;
  line-height: 40px;
  color: black;
}

/* line 181, ../sass/theme/blog/_single.scss */
.item-related {
  padding-top: 15px;
}
/* line 183, ../sass/theme/blog/_single.scss */
.item-related img {
  width: 100%;
}

/* line 187, ../sass/theme/blog/_single.scss */
.post-title {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

/* line 194, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination {
  padding: 20px 0;
  margin: 0;
  border: none;
}
/* line 198, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .fa {
  color: #f56032;
}
/* line 201, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .page-numbers:hover {
  background: #f56032;
  border: 1px solid #f56032;
}
/* line 204, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .page-numbers:hover .fa {
  color: white;
}

@media (max-width: 360px) {
  /* line 5, ../sass/_responsive.scss */
  .product-detail-wrap .compare {
    margin-top: 10px;
    margin-right: 0px;
  }
  /* line 9, ../sass/_responsive.scss */
  .product-detail-wrap .yith-wcwl-add-to-wishlist {
    margin-right: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 18, ../sass/_responsive.scss */
  #menu-topbar-menu {
    float: left;
    margin: 0;
  }
  /* line 20, ../sass/_responsive.scss */
  #menu-topbar-menu .fa + span {
    display: none;
  }

  /* line 26, ../sass/_responsive.scss */
  #ri-top-navbar .user-login {
    display: none;
  }

  /* line 31, ../sass/_responsive.scss */
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }

  /* line 35, ../sass/_responsive.scss */
  #ri-top-navbar ul > li {
    border-left: 1px solid #232323;
    float: left;
    padding: 7px 15px;
  }

  /* line 42, ../sass/_responsive.scss */
  .button-groups .fa-shopping-cart {
    display: block;
    font-size: 16px;
    padding: 1px 15px;
  }
  /* line 46, ../sass/_responsive.scss */
  .button-groups .fa-shopping-cart + * {
    display: none;
  }

  /* line 53, ../sass/_responsive.scss */
  #logo {
    text-align: center;
  }

  /* line 56, ../sass/_responsive.scss */
  .site-header .keep-logo {
    display: none !important;
  }

  /* line 62, ../sass/_responsive.scss */
  .header-4.keep-header {
    position: static;
  }

  /* line 65, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  /* line 67, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  /* line 70, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }

  /* line 74, ../sass/_responsive.scss */
  #menu-footer-navigation {
    display: none !important;
  }

  /* line 77, ../sass/_responsive.scss */
  .header-content-right {
    text-align: center;
  }
  /* line 79, ../sass/_responsive.scss */
  .header-content-right .group-cart-search {
    float: none;
  }

  /* line 83, ../sass/_responsive.scss */
  .header-content-right .cart-wrap {
    float: none;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
  }

  /* line 89, ../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 95, ../sass/_responsive.scss */
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 12px;
  }
  /* line 98, ../sass/_responsive.scss */
  .mobile-cart .group-mini-cart {
    display: none;
  }

  /* line 104, ../sass/_responsive.scss */
  .button.loading::after,
  .add_to_cart_button.loading::after,
  .single_add_to_cart_button.loading::after {
    top: 8px;
  }

  /* line 109, ../sass/_responsive.scss */
  .wg-custom-heading .text-heading {
    font-size: 25px;
  }

  /* line 113, ../sass/_responsive.scss */
  .des-testimonial > p {
    font-size: 18px;
  }

  /* line 116, ../sass/_responsive.scss */
  #rit-footer .widget_newsletterwidget .descrition {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
  }

  /* line 121, ../sass/_responsive.scss */
  #rit-footer .widget_newsletterwidget > p {
    float: left;
    text-align: left;
  }

  /* line 125, ../sass/_responsive.scss */
  #rit-footer .widget_newsletterwidget .newsletter-widget form .newsletter-email {
    min-width: 170px;
  }

  /* line 128, ../sass/_responsive.scss */
  .header-content-header, .header-content {
    display: none;
  }

  /* line 131, ../sass/_responsive.scss */
  #ri-menu-primary {
    display: none !important;
  }

  /* line 134, ../sass/_responsive.scss */
  .quick-view {
    display: none;
  }

  /* line 137, ../sass/_responsive.scss */
  .switch-layout {
    display: none;
  }

  /* line 140, ../sass/_responsive.scss */
  .top-products .woocommerce-result-count {
    display: none;
  }

  /* line 143, ../sass/_responsive.scss */
  .wp-post-image {
    width: 100%;
  }

  /* line 147, ../sass/_responsive.scss */
  .archive_product_info .woocommerce-ordering {
    margin-bottom: 10px;
    float: right !important;
  }

  /* line 152, ../sass/_responsive.scss */
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }

  /* line 155, ../sass/_responsive.scss */
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }

  /* line 159, ../sass/_responsive.scss */
  .footer-4 {
    padding-top: 15px;
  }
  /* line 161, ../sass/_responsive.scss */
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  /* line 165, ../sass/_responsive.scss */
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }

  /* line 173, ../sass/_responsive.scss */
  .shop_table_responsive.cart .product-name, .shop_table_responsive.cart .product-price {
    display: none;
  }
  /* line 176, ../sass/_responsive.scss */
  .shop_table_responsive.cart .input.qty {
    width: 35px !important;
  }
  /* line 181, ../sass/_responsive.scss */
  .shop_table_responsive td {
    padding: 10px;
  }
  /* line 184, ../sass/_responsive.scss */
  .shop_table_responsive tr > * {
    padding: 5px;
  }
  /* line 187, ../sass/_responsive.scss */
  .shop_table_responsive .shipping .amount {
    float: left;
    line-height: 30px;
  }
  /* line 191, ../sass/_responsive.scss */
  .shop_table_responsive .shipping .shipping-calculator-button {
    padding: 0;
    font-size: 12px;
  }

  /* line 197, ../sass/_responsive.scss */
  .rit-coupon .input-group-addon {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 205, ../sass/_responsive.scss */
  .quick-view {
    display: none;
  }

  /* line 209, ../sass/_responsive.scss */
  #menu-topbar-menu {
    float: left;
    margin: 0;
    margin-right: 5px;
  }
  /* line 211, ../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 219, ../sass/_responsive.scss */
  #ri-top-navbar .user-login {
    display: none;
  }

  /* line 224, ../sass/_responsive.scss */
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }

  /* line 230, ../sass/_responsive.scss */
  .button-groups .fa-shopping-cart {
    display: block;
    font-size: 16px;
    padding: 1px 15px;
  }
  /* line 234, ../sass/_responsive.scss */
  .button-groups .fa-shopping-cart + * {
    display: none;
  }

  /* line 239, ../sass/_responsive.scss */
  .switch-layout {
    display: none;
  }

  /* line 243, ../sass/_responsive.scss */
  #menu-footer-navigation {
    display: none !important;
  }

  /* line 247, ../sass/_responsive.scss */
  .header-4.keep-header {
    position: static;
  }

  /* line 250, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  /* line 252, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  /* line 255, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }

  /* line 262, ../sass/_responsive.scss */
  #logo {
    text-align: center;
  }

  /* line 265, ../sass/_responsive.scss */
  .site-header .keep-logo {
    display: none !important;
  }

  /* line 269, ../sass/_responsive.scss */
  .header-content-right {
    text-align: center;
  }
  /* line 271, ../sass/_responsive.scss */
  .header-content-right .group-cart-search {
    float: none;
  }

  /* line 275, ../sass/_responsive.scss */
  .header-content-right .cart-wrap {
    float: none;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
  }

  /* line 281, ../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 287, ../sass/_responsive.scss */
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 12px;
  }
  /* line 290, ../sass/_responsive.scss */
  .mobile-cart .group-mini-cart {
    display: none;
  }

  /* line 296, ../sass/_responsive.scss */
  .button.loading::after,
  .add_to_cart_button.loading::after,
  .single_add_to_cart_button.loading::after {
    top: 8px;
  }

  /* line 299, ../sass/_responsive.scss */
  .header-content-header, .header-content {
    display: none;
  }

  /* line 302, ../sass/_responsive.scss */
  #ri-menu-primary {
    display: none !important;
  }

  /* line 305, ../sass/_responsive.scss */
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }

  /* line 308, ../sass/_responsive.scss */
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }

  /* line 312, ../sass/_responsive.scss */
  .footer-4 {
    padding-top: 15px;
  }
  /* line 314, ../sass/_responsive.scss */
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  /* line 318, ../sass/_responsive.scss */
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 327, ../sass/_responsive.scss */
  .quick-view {
    display: none;
  }

  /* line 332, ../sass/_responsive.scss */
  #menu-topbar-menu .fa + span {
    display: none;
  }

  /* line 337, ../sass/_responsive.scss */
  #ri-top-navbar .user-login {
    display: none;
  }

  /* line 342, ../sass/_responsive.scss */
  .ri-cart .mini-cart {
    border: none;
  }

  /* line 346, ../sass/_responsive.scss */
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 12px;
  }
  /* line 349, ../sass/_responsive.scss */
  .mobile-cart .group-mini-cart {
    display: none;
  }

  /* line 354, ../sass/_responsive.scss */
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }

  /* line 360, ../sass/_responsive.scss */
  .button.loading::after,
  .add_to_cart_button.loading::after,
  .single_add_to_cart_button.loading::after {
    top: 8px;
  }

  /* line 365, ../sass/_responsive.scss */
  .button-groups .fa-shopping-cart {
    display: block;
    font-size: 16px;
    padding: 1px 15px;
  }
  /* line 369, ../sass/_responsive.scss */
  .button-groups .fa-shopping-cart + * {
    display: none;
  }

  /* line 376, ../sass/_responsive.scss */
  .button.loading::after,
  .add_to_cart_button.loading::after,
  .single_add_to_cart_button.loading::after {
    top: 8px;
  }

  /* line 381, ../sass/_responsive.scss */
  .header-4.keep-header {
    position: static;
  }

  /* line 385, ../sass/_responsive.scss */
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }

  /* line 388, ../sass/_responsive.scss */
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }

  /* line 392, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  /* line 394, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  /* line 397, ../sass/_responsive.scss */
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }

  /* line 401, ../sass/_responsive.scss */
  .site-header .keep-logo {
    display: none !important;
  }

  /* line 406, ../sass/_responsive.scss */
  .newsletters .descrition {
    display: none;
  }

  /* line 412, ../sass/_responsive.scss */
  #ri-menu-primary {
    display: none !important;
  }

  /* line 416, ../sass/_responsive.scss */
  .header-content-header, .header-content {
    display: none;
  }

  /* line 420, ../sass/_responsive.scss */
  .footer-4 {
    padding-top: 15px;
  }
  /* line 422, ../sass/_responsive.scss */
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  /* line 426, ../sass/_responsive.scss */
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 439, ../sass/_responsive.scss */
  #menu-topbar-menu .fa + span {
    display: none;
  }

  /* line 444, ../sass/_responsive.scss */
  #ri-top-navbar .user-login {
    display: none;
  }

  /* line 451, ../sass/_responsive.scss */
  .button-groups .fa-shopping-cart {
    display: block;
    font-size: 16px;
    padding: 1px 15px;
  }
  /* line 455, ../sass/_responsive.scss */
  .button-groups .fa-shopping-cart + * {
    display: none;
  }

  /* line 462, ../sass/_responsive.scss */
  .button.loading::after,
  .add_to_cart_button.loading::after,
  .single_add_to_cart_button.loading::after {
    top: 8px;
  }

  /* line 466, ../sass/_responsive.scss */
  .wg-custom-heading .text-heading {
    font-size: 28px;
  }

  /* line 471, ../sass/_responsive.scss */
  .header-2 .searchform-wrap, .header-3 .searchform-wrap, .header-4 .searchform-wrap {
    width: 250px;
  }

  /* line 477, ../sass/_responsive.scss */
  .sidebar .widget {
    padding: 15px;
  }

  /* line 480, ../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 489, ../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 492, ../sass/_responsive.scss */
  .slicknav_nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 500, ../sass/_responsive.scss */
  .add_to_cart_button .fa-shopping-cart, .product_type_variable .fa-shopping-cart {
    display: none;
  }

  /* line 504, ../sass/_responsive.scss */
  .slicknav_nav {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 510, ../sass/_responsive.scss */
  .header-content-logo {
    text-align: center;
  }

  /* line 513, ../sass/_responsive.scss */
  #ri-header {
    padding: 0;
  }
  /* line 515, ../sass/_responsive.scss */
  #ri-header .container {
    position: relative;
  }

  /* line 519, ../sass/_responsive.scss */
  .site-logo {
    max-width: 120px;
    display: inline-block;
  }

  /* line 523, ../sass/_responsive.scss */
  .group-mini-cart {
    display: none !important;
  }

  /* line 527, ../sass/_responsive.scss */
  .ri-cart .icon-cart .mini-cart-items::before {
    border-color: #4e4d4d;
    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: -8px;
    position: absolute;
    right: 50%;
    top: -14px;
    width: 15px;
  }

  /* line 541, ../sass/_responsive.scss */
  .ri-cart .icon-cart .mini-cart-items {
    border: 2px solid #4e4d4d;
    margin-right: 0;
    padding: 5px 10px;
  }

  /* line 546, ../sass/_responsive.scss */
  .header-content-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
  }

  /* line 552, ../sass/_responsive.scss */
  .header-content-right .cart-wrap {
    margin-top: 0;
  }

  /* line 555, ../sass/_responsive.scss */
  .header-4 #ri-menu-primary {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  /* line 561, ../sass/_responsive.scss */
  .header-4 #ri-menu-primary .ri-menu-primary {
    display: none !important;
  }

  /* line 565, ../sass/_responsive.scss */
  .header-4 .header-content-header {
    display: block;
  }
}
/* Woocommerce Fillter */
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:before {
  width: 18px !important;
  height: 15px !important;
  border-radius: 0px !important;
  margin-bottom: 6px !important;
  margin-right: 15px !important;
}

.prdctfltr-widget .prdctfltr_wc span.prdctfltr_reset {
  border-bottom: 1px solid #ececec;
}

.prdctfltr-widget .prdctfltr_wc span.prdctfltr_reset:hover span {
  color: #f56032;
}

.prdctfltr_count {
  font-size: 12px !important;
  padding: 3px 12px !important;
  color: #666 !important;
  border-radius: 10px !important;
  float: right;
  background: #ebebeb;
  height: 25px !important;
  line-height: 20px !important;
  border:none !important;
  opacity: 1 !important;
}

.pf_rngstyle_html5 .irs-from,
.pf_rngstyle_html5 .irs-to {
  color: #f56032 !important;
  background: none !important;
}

.pf_rngstyle_html5 .irs-bar {
  height: 5px !important;
  background: #f56032 !important;
  border: none !important;
  top: 30px !important;
}

.pf_rngstyle_html5 .irs-line {
  height: 5px !important;
  top: 30px !important;
  border: none !important;
}

.pf_rngstyle_html5 .irs-slider {
  border-radius: none !important;
  width: 15px !important;
  height: 15px !important;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span:before {
  content: "\f078 " !important;
  font-family: "FontAwesome";
  border: 1px solid #ccc !important;
  line-height: 15px;
  text-align: center;
}

.prdctfltr_woocommerce_ordering label {
  margin-bottom: 10px;
}
