@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/**
 * $Desc
 *
 * @version    $Id$
 * @package    wpbasez
 * @author     WPOpal  Team <wpopal@gmail.com, support@wpopal.com>
 * @copyright  Copyright (C) 2014 wpopal.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @website  http://www.wpopal.com
 * @support  http://www.wpopal.com/support/forum.html
 */
/* line 11, ../sass/template/_page-layout.scss */
.topbar {
  background: #121212;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: dimgrey;	
  font-size: 13px;
}
/* line 17, ../sass/template/_page-layout.scss */
.topbar a {
  color: white;
}
/* line 19, ../sass/template/_page-layout.scss */
.topbar a:hover {
  color: #ccb48e;
}
/* line 24, ../sass/template/_page-layout.scss */
.topbar .user-login a {
  color: #ccb48e;
  margin: 0px 5px;
}
/* line 28, ../sass/template/_page-layout.scss */
.topbar .user-login > * {
  float: left;
}

/* line 35, ../sass/template/_page-layout.scss */
.topbar-menu ul {
  margin-bottom: 0;
}
/* line 37, ../sass/template/_page-layout.scss */
.topbar-menu ul li {
  display: inline-block;
  margin: 0 4px;
}
/* line 40, ../sass/template/_page-layout.scss */
.topbar-menu ul li .fa {
  margin-right: 10px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .topbar-menu ul li .fa {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 43, ../sass/template/_page-layout.scss */
.topbar-menu ul li a {
  font-size: 10px;
  text-transform: uppercase;
}

/* line 52, ../sass/template/_page-layout.scss */
ul.menu {
  margin: 0;
}
/* line 21, ../sass/core/_mixins.scss */
ul.menu:before, ul.menu:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/core/_mixins.scss */
ul.menu:after {
  clear: both;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
/* line 62, ../sass/template/_page-layout.scss */
#wpo-header {
  background-color: #f6f4f0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 65, ../sass/template/_page-layout.scss */
#wpo-header .header-search {
  position: relative;
  z-index: 1001;
}
/* line 69, ../sass/template/_page-layout.scss */
#wpo-header > div {
  padding-top: 25px;
  position: relative;
}
/* line 74, ../sass/template/_page-layout.scss */
#wpo-header .inner .logo {
  display: block;
  margin: -5px 40px 0 0;
  vertical-align: top;
}

/* line 82, ../sass/template/_page-layout.scss */
.header-wrap {
  min-height: 65px;
}
/* line 84, ../sass/template/_page-layout.scss */
.header-wrap .logo {
  z-index: 99;
  position: relative;
  text-align: left;
  min-height: 55px;
}
/* line 10, ../sass/rtl/_rtl.scss */
.rtl .header-wrap .logo {
  text-align: right;
}
/* line 89, ../sass/template/_page-layout.scss */
.header-wrap .logo img {
  background-color: #ccb48e;
}

/* Search
------------------------------------------------*/
/* line 99, ../sass/template/_page-layout.scss */
.search-from {
  width: 166px;
  height: auto;
  margin: -40px 0 0 0;
  z-index: 9990;
  position: relative;
}

/* line 106, ../sass/template/_page-layout.scss */
.wpo-search {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
/* line 109, ../sass/template/_page-layout.scss */
.wpo-search .filter_type {
  border-right: 1px solid #e5e5e5;
  width: 165px;
  overflow: hidden;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .wpo-search .filter_type {
  border-left: 1px solid #e5e5e5;
  border-right: inherit;
}
/* line 113, ../sass/template/_page-layout.scss */
.wpo-search .filter_type select {
  border: medium none;
  color: #8C8C8C;
  font-size: 13px;
  height: 36px;
  padding: 8px;
  width: 182px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow.png") no-repeat scroll 85% center white;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: '';
}
/* line 129, ../sass/template/_page-layout.scss */
.wpo-search .filter_type span {
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
/* line 139, ../sass/template/_page-layout.scss */
.wpo-search .filter_search {
  position: relative;
}
/* line 142, ../sass/template/_page-layout.scss */
.wpo-search .input-search {
  font-style: italic;
  min-width: 350px;
  background: white;
  border: 0px;
  color: #6f757c;
  font-size: 12px;
  padding: 9px 14px;
  height: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
/* line 154, ../sass/template/_page-layout.scss */
.wpo-search .fa {
  border: 0;
  padding: 0;
  background: none transparent;
  width: 30px;
  height: auto;
  color: dimgrey;
}
/* line 161, ../sass/template/_page-layout.scss */
.wpo-search .btn-search {
  background: transparent;
  border: 0px;
  position: absolute;
  right: -16px;
  top: -3px;
  z-index: 4;
}
/* line 114, ../sass/rtl/_rtl.scss */
.rtl .wpo-search .btn-search {
  left: 18px;
  right: auto;
}

/* line 175, ../sass/template/_page-layout.scss */
.cart-header {
  background-image: url("../images/default/cart.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  padding-top: 6px;
}
/* line 181, ../sass/template/_page-layout.scss */
.cart-header h4 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}
/* line 187, ../sass/template/_page-layout.scss */
.cart-header .dropdown-toggle.cart-dropdown {
  font-size: 13px;
}
/* line 190, ../sass/template/_page-layout.scss */
.cart-header .empty {
  padding: 12px 0;
}

/* line 204, ../sass/template/_page-layout.scss */
#wpo-mainbody {
  margin-top: Infinitypx;
  margin-bottom: Infinitypx;
  overflow: hidden;
}

/*Footer*/
/* line 212, ../sass/template/_page-layout.scss */
#wpo-footer {
  background: transparent;
  color: dimgrey;
  margin-top: 20px;
  font-size: 13px;
}
/* line 218, ../sass/template/_page-layout.scss */
#wpo-footer a {
  color: dimgrey;
  font-size: 15px;
}
/* line 221, ../sass/template/_page-layout.scss */
#wpo-footer a:hover {
  color: #ccb48e;
}
/* line 225, ../sass/template/_page-layout.scss */
#wpo-footer .widget-title {
  color: black;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
}
/* line 235, ../sass/template/_page-layout.scss */
#wpo-footer .footer-top {
  background-color: #111111;
}
/* line 238, ../sass/template/_page-layout.scss */
#wpo-footer .footer-center {
  font-family: "rockwellregular";
  margin-bottom: 20px;
}
/* line 242, ../sass/template/_page-layout.scss */
#wpo-footer .footer-center .widget-title {
  position: relative;
  min-height: 32px;
}
/* line 245, ../sass/template/_page-layout.scss */
#wpo-footer .footer-center .widget-title:before {
  position: absolute;
  content: "";
  left: 0;
  height: 3px;
  background-color: #ccb48e;
  bottom: 0px;
  width: 30px;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl #wpo-footer .footer-center .widget-title:before {
  right: 0;
  left: auto;
}
/* line 256, ../sass/template/_page-layout.scss */
#wpo-footer .inner {
  padding: 14px 0;
}
/* line 259, ../sass/template/_page-layout.scss */
#wpo-footer ul {
  padding: 0;
  list-style: none;
}
/* line 262, ../sass/template/_page-layout.scss */
#wpo-footer ul ul {
  padding-left: 15px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl #wpo-footer ul ul {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 267, ../sass/template/_page-layout.scss */
#wpo-footer li {
  line-height: 30px;
  overflow: hidden;
  list-style: square inside none;
  font-size: 13px;
}
/* line 272, ../sass/template/_page-layout.scss */
#wpo-footer li a {
  padding-left: 6px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl #wpo-footer li a {
  padding-right: 6px;
  padding-left: inherit;
}
/* line 277, ../sass/template/_page-layout.scss */
#wpo-footer .widget_text .textwidget {
  border: none !important;
  padding: 0 !important;
}
/* line 283, ../sass/template/_page-layout.scss */
#wpo-footer .widget_rss li {
  list-style: none !important;
  border-bottom: 1px dashed #e5e5e5;
}
/* line 286, ../sass/template/_page-layout.scss */
#wpo-footer .widget_rss li:last-child {
  border-bottom: none;
}
/* line 289, ../sass/template/_page-layout.scss */
#wpo-footer .widget_rss li a {
  padding: 0;
  color: #ccb48e;
}
/* line 295, ../sass/template/_page-layout.scss */
#wpo-footer .widget_rss .widget-title a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: black;
}
/* line 303, ../sass/template/_page-layout.scss */
#wpo-footer .widget_search .wpo-search {
  width: 100%;
}
/* line 305, ../sass/template/_page-layout.scss */
#wpo-footer .widget_search .wpo-search .input-search {
  min-width: 100%;
}
/* line 311, ../sass/template/_page-layout.scss */
#wpo-footer .wpo-copyright a {
  color: #ccb48e;
}

/* line 318, ../sass/template/_page-layout.scss */
.wpo-copyright {
  padding: 28px 0;
  border-top: 1px solid #e5e5e5;
}

/* line 21, ../sass/core/_mixins.scss */
.copyright:before, .copyright:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/core/_mixins.scss */
.copyright:after {
  clear: both;
}
/* line 325, ../sass/template/_page-layout.scss */
.copyright address {
  margin: 0;
  line-height: 25px;
}

/* line 331, ../sass/template/_page-layout.scss */
.category-image {
  margin-bottom: 20px;
}

/* line 339, ../sass/template/_page-layout.scss */
.box {
  margin-top: 18px;
}
/* line 341, ../sass/template/_page-layout.scss */
.box .box-heading {
  color: black;
  display: inline-block;
  padding: 5px 0;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.1px;
  border-top: 3px double #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
  width: 100%;
  font-size: 21px;
  position: relative;
  text-transform: uppercase;
}
/* line 355, ../sass/template/_page-layout.scss */
.box .box-heading:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #ccb48e;
  width: 35px;
  height: 3px;
  content: "";
}
/* line 21, ../sass/core/_mixins.scss */
.box .box-content:before, .box .box-content:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/core/_mixins.scss */
.box .box-content:after {
  clear: both;
}

/* line 373, ../sass/template/_page-layout.scss */
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}

/* line 379, ../sass/template/_page-layout.scss */
.show .feedback {
  display: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 385, ../sass/template/_page-layout.scss */
#wpo-filter {
  margin: 0 0 18px 0;
  padding: 10px 0;
}
/* line 388, ../sass/template/_page-layout.scss */
#wpo-filter > * {
  margin-bottom: 0;
}
/* line 391, ../sass/template/_page-layout.scss */
#wpo-filter .display {
  list-style: none;
  padding: 0;
}
/* line 21, ../sass/core/_mixins.scss */
#wpo-filter .display:before, #wpo-filter .display:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/core/_mixins.scss */
#wpo-filter .display:after {
  clear: both;
}
/* line 395, ../sass/template/_page-layout.scss */
#wpo-filter .display li {
  float: left;
  margin-right: 5px;
}
/* line 398, ../sass/template/_page-layout.scss */
#wpo-filter .display li a {
  width: 28px;
  height: 28px;
  display: table;
  color: #dbdbdb;
  text-align: center;
  border: 1px solid #e5e5e5;
}
/* line 404, ../sass/template/_page-layout.scss */
#wpo-filter .display li a .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}
/* line 409, ../sass/template/_page-layout.scss */
#wpo-filter .display li a span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
}
/* line 416, ../sass/template/_page-layout.scss */
#wpo-filter .display li a:hover, #wpo-filter .display li a.active, #wpo-filter .display li a:active, #wpo-filter .display li a:focus {
  color: black;
}
/* line 419, ../sass/template/_page-layout.scss */
#wpo-filter .display li a.active {
  cursor: default;
}
/* line 422, ../sass/template/_page-layout.scss */
#wpo-filter .display li a.waiting {
  color: #dbdbdb;
}
/* line 424, ../sass/template/_page-layout.scss */
#wpo-filter .display li a.waiting .fa {
  color: #dbdbdb;
}
/* line 429, ../sass/template/_page-layout.scss */
#wpo-filter .display li span {
  display: none;
  margin: 5px 5px 0 10px;
}

/* line 442, ../sass/template/_page-layout.scss */
.page_not_found {
  padding: 60px 0;
}
/* line 444, ../sass/template/_page-layout.scss */
.page_not_found .bigtext {
  font-size: 112px;
  font-weight: 700;
  color: #ccb48e;
}

/*------------------------------------*\
    Sidebar left and right
\*------------------------------------*/
/* line 455, ../sass/template/_page-layout.scss */
.wpb_content_element.wpb_single_image {
  margin-bottom: 0;
}

/* line 463, ../sass/template/_page-layout.scss */
.no-sidebar .page .box .wpb_content_element {
  margin-bottom: 0;
}

/*------------------------------------*\
    Blog Page
\*------------------------------------*/
/* line 3, ../sass/template/_pages.scss */
.post-area article {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 7, ../sass/template/_pages.scss */
.post-area article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* line 19, ../sass/template/_pages.scss */
#portfolio .portfolio-box .item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 35, ../sass/template/_pages.scss */
.woocommerce,
.woocommerce-page {
  /*a.button{
      background: $theme-color-primary !important;
      @include border-radius(4px);
      box-shadow: none;
      border: none;
      text-transform: uppercase;
      font-weight: 400;
      padding: $padding-base-vertical + 4 $padding-base-horizontal;
      text-shadow: none;
      color: $white;
      &:hover{
          background: $theme-color-default !important;
      }
  }*/
}
/* line 37, ../sass/template/_pages.scss */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register,
.woocommerce-page form.checkout_coupon {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* line 64, ../sass/template/_pages.scss */
.wpb_single_image img {
  border: 1px solid #e5e5e5;
}

/*------------------------------------*\
    Post detail
\*------------------------------------*/
/* line 5, ../sass/template/_post.scss */
.entry-title {
  text-transform: none;
}

/* line 10, ../sass/template/_post.scss */
.title h2 {
  font-size: 24px;
}

/* line 28, ../sass/template/_post.scss */
.post-share {
  margin-bottom: 20px;
}
/* line 30, ../sass/template/_post.scss */
.post-share h4 {
  margin: 10px 0;
}
/* line 33, ../sass/template/_post.scss */
.post-share .social-networks {
  margin: 10px 0;
}
/* line 35, ../sass/template/_post.scss */
.post-share .social-networks li {
  float: left;
}
/* line 37, ../sass/template/_post.scss */
.post-share .social-networks li a {
  color: #333333;
  margin-right: 20px;
  font-size: 16px;
}
/* line 43, ../sass/template/_post.scss */
.post-share .social-networks li:last-child a {
  margin-right: 0;
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
/* line 57, ../sass/template/_post.scss */
.commentlists .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/* line 61, ../sass/template/_post.scss */
.commentlists .the-comment p {
  margin: 0;
}
/* line 65, ../sass/template/_post.scss */
.commentlists div.avatar {
  float: left;
  margin-right: 15px;
}
/* line 69, ../sass/template/_post.scss */
.commentlists .comment-author {
  margin-bottom: 15px;
}
/* line 73, ../sass/template/_post.scss */
.commentlists .children {
  padding-left: 40px;
}

/*------------------------------------*\
    Blog
\*------------------------------------*/
/* line 81, ../sass/template/_post.scss */
.recent-blog {
  margin: 40px 0;
}
/* line 83, ../sass/template/_post.scss */
.recent-blog .wrapper, .recent-blog .term-description {
  min-height: 235px;
}
/* line 86, ../sass/template/_post.scss */
.recent-blog .blog-image {
  margin-right: 20px;
}
/* line 89, ../sass/template/_post.scss */
.recent-blog .description {
  margin-top: 15px;
}
/* line 91, ../sass/template/_post.scss */
.recent-blog .description .blog-description {
  font-family: "rockwellregular";
  font-size: 13px;
}

/* line 97, ../sass/template/_post.scss */
.blog-title {
  line-height: normal;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
}
/* line 103, ../sass/template/_post.scss */
.blog-title a {
  color: black;
}

/* line 107, ../sass/template/_post.scss */
.entry-meta {
  color: #9c9c9c;
  font-size: 11px;
  font-style: italic;
}
/* line 111, ../sass/template/_post.scss */
.entry-meta a {
  color: #9c9c9c;
}
/* line 113, ../sass/template/_post.scss */
.entry-meta a:hover {
  color: #ccb48e;
}

/* line 119, ../sass/template/_post.scss */
.blog-post-icon {
  display: table;
  text-align: center;
  background: #ccb48e;
  width: 40px;
  height: 40px;
  color: white;
}
/* line 125, ../sass/template/_post.scss */
.blog-post-icon .fa {
  display: table-cell;
  vertical-align: middle;
}

/* line 131, ../sass/template/_post.scss */
.blog-post-detail {
  overflow: hidden;
}

/*------------------------------------*\
    Brands
\*------------------------------------*/
/* line 140, ../sass/template/_post.scss */
.brand-logo {
  margin-bottom: 0;
}

/*------------------------------------*\
    Blog Page / Single Blog
\*------------------------------------*/
/* line 148, ../sass/template/_post.scss */
.post-area .entry-title {
  margin: 20px 0 10px 0;
  font-weight: 600;
}
/* line 151, ../sass/template/_post.scss */
.post-area .entry-title a {
  color: black;
}
/* line 153, ../sass/template/_post.scss */
.post-area .entry-title a:hover {
  color: #ccb48e;
}
/* line 158, ../sass/template/_post.scss */
.post-area .readmore {
  margin-top: 20px;
}
/* line 161, ../sass/template/_post.scss */
.post-area .post-link {
  font-size: 18px;
  color: #ccb48e;
  display: block;
  padding: 17px 27px;
  float: left;
  width: 100%;
  height: auto;
  min-height: 60px;
}
/* line 21, ../sass/core/_mixins.scss */
.post-area .post-thumb:before, .post-area .post-thumb:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/core/_mixins.scss */
.post-area .post-thumb:after {
  clear: both;
}
/* line 172, ../sass/template/_post.scss */
.post-area .post-thumb img {
  width: 100%;
  height: auto;
}
/* line 177, ../sass/template/_post.scss */
.post-area.single-blog .blog-title {
  font-size: 20px;
  text-transform: none;
  margin: 20px 0;
}
/* line 182, ../sass/template/_post.scss */
.post-area.single-blog h1, .post-area.single-blog h2, .post-area.single-blog h3, .post-area.single-blog h4 {
  text-transform: none;
}

/* line 11, ../sass/template/_widgets-layout.scss */
.widget.highlight {
  position: relative;
}
/* line 13, ../sass/template/_widgets-layout.scss */
.widget.highlight .widget-title {
  margin-bottom: 10px;
  border: none;
  background-color: #ccb48e;
}
/* line 17, ../sass/template/_widgets-layout.scss */
.widget.highlight .widget-title:before {
  display: none;
}
/* line 20, ../sass/template/_widgets-layout.scss */
.widget.highlight .widget-title span {
  font-size: 15px;
  color: white;
  padding: 12px 16px;
  font-weight: 600;
  width: 100%;
  letter-spacing: 0;
}

/* line 2, ../sass/template/_widgets.scss */
.widget.widget_sp_image {
  background: none;
}
/* line 6, ../sass/template/_widgets.scss */
.widget.widget_sp_image .widget_sp_image-image-link {
  padding: 0;
}
/* line 11, ../sass/template/_widgets.scss */
.widget.widget_products .box-heading {
  padding-bottom: 12px;
}
/* line 16, ../sass/template/_widgets.scss */
.widget.widget_product_categories .box-heading {
  background: #ccb48e;
}
/* line 23, ../sass/template/_widgets.scss */
.widget.widget_categories ul li:before {
  left: 16px;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .widget.widget_categories ul li:before {
  right: 16px;
  left: auto;
}
/* line 30, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .box-heading {
  position: relative;
}
/* line 33, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .media-post-layout {
  text-align: left;
  padding: 26px 16px;
  border: 1px solid #e5e5e5;
}
/* line 37, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .media-post-layout .post-author {
  display: none;
}
/* line 40, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .media-post-layout img {
  width: 90px;
  height: auto;
}
/* line 43, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .media-post-layout .blog-title {
  height: 40px;
  overflow: hidden;
  font-weight: 500;
}
/* line 48, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .media-post-layout .post-date {
  font-style: italic;
}
/* line 52, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .media-post-carousel {
  text-align: center;
  padding: 26px 16px;
  border: 1px solid #e5e5e5;
}
/* line 56, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .media-post-carousel .carousel-image {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
/* line 60, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .media-post-carousel img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 64, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .description {
  font-size: 13px;
}
/* line 66, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .description p {
  margin-bottom: 30px;
}
/* line 70, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .carousel-item {
  display: table;
  text-align: center;
  margin: auto;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0 0;
  width: auto;
  height: auto;
}
/* line 77, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .carousel-item > div {
  display: table-cell;
  vertical-align: top;
}
/* line 82, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .carousel-body {
  text-align: left;
  text-transform: uppercase;
  color: black;
  font-size: 12px;
}
/* line 87, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_post .carousel-body p {
  color: dimgrey;
  font-size: 11px;
  margin-top: 4px;
}
/* line 95, ../sass/template/_widgets.scss */
.widget.widget_product_search #searchform {
  border: 1px solid #e5e5e5;
  padding: 20px 16px;
}
/* line 98, ../sass/template/_widgets.scss */
.widget.widget_product_search #searchform input[type="submit"] {
  background-color: #ccb48e;
  border: medium none;
  box-shadow: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  padding: 9px 20px;
  text-transform: uppercase;
}
/* line 112, ../sass/template/_widgets.scss */
.widget.widget_search .searchform {
  border: 1px solid #e5e5e5;
  padding: 20px 16px;
}
/* line 118, ../sass/template/_widgets.scss */
.widget.widget_calendar #calendar_wrap {
  border: 1px solid #e5e5e5;
  padding: 20px 16px;
}
/* line 124, ../sass/template/_widgets.scss */
.widget.widget_recent_entries, .widget.widget_recent_comments {
  color: #ccb48e;
}
/* line 128, ../sass/template/_widgets.scss */
.widget.widget_recent_entries ul li:before, .widget.widget_recent_comments ul li:before {
  left: 0px;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .widget.widget_recent_entries ul li:before, .rtl .widget.widget_recent_comments ul li:before {
  right: 0px;
  left: auto;
}
/* line 136, ../sass/template/_widgets.scss */
.widget.widget_archive select {
  width: 100%;
  padding: 8px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
}
/* line 144, ../sass/template/_widgets.scss */
.widget.widget_text .textwidget {
  padding: 20px 16px;
  border: 1px solid #e5e5e5;
}
/* line 147, ../sass/template/_widgets.scss */
.widget.widget_text .textwidget select {
  width: 100%;
  padding: 8px;
  border: 1px solid #e5e5e5;
}
/* line 152, ../sass/template/_widgets.scss */
.widget.widget_text .textwidget img {
  height: auto;
  max-width: 100%;
}
/* line 160, ../sass/template/_widgets.scss */
.widget.widget_rss li .rsswidget {
  color: #ccb48e;
}
/* line 162, ../sass/template/_widgets.scss */
.widget.widget_rss li .rsswidget:hover {
  text-decoration: underline;
}
/* line 167, ../sass/template/_widgets.scss */
.widget.widget_rss li .rss-date,
.widget.widget_rss li .rsswidget {
  padding-bottom: 10px;
  display: block;
}
/* line 171, ../sass/template/_widgets.scss */
.widget.widget_rss li .rss-date {
  font-size: 13px;
  font-style: italic;
}
/* line 176, ../sass/template/_widgets.scss */
.widget.widget_rss cite {
  font-weight: bold;
  line-height: 35px;
  font-style: italic;
}
/* line 187, ../sass/template/_widgets.scss */
.widget.widget_nav_menu ul, .widget.widget_nav_menu ol, .widget.widget_categories ul, .widget.widget_categories ol {
  background-color: transparent;
}
/* line 190, ../sass/template/_widgets.scss */
.widget.widget_nav_menu ul li a, .widget.widget_nav_menu ol li a, .widget.widget_categories ul li a, .widget.widget_categories ol li a {
  position: relative;
  padding-left: 16px;
}
/* line 193, ../sass/template/_widgets.scss */
.widget.widget_nav_menu ul li a:hover, .widget.widget_nav_menu ol li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_categories ol li a:hover {
  color: #ccb48e;
}
/* line 199, ../sass/template/_widgets.scss */
.widget.widget_nav_menu ul li:last-child a, .widget.widget_nav_menu ol li:last-child a, .widget.widget_categories ul li:last-child a, .widget.widget_categories ol li:last-child a {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 206, ../sass/template/_widgets.scss */
.widget.widget_nav_menu select, .widget.widget_categories select {
  width: 100%;
  padding: 8px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
}

/* line 215, ../sass/template/_widgets.scss */
.wpo-sidebar .box {
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 218, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical {
  position: relative;
}
/* line 220, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical .box-heading {
  background-color: #ccb48e;
  border: none;
  padding: 14px 16px;
}
/* line 224, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical .box-heading:before {
  display: none;
}
/* line 227, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical .box-heading span {
  font-size: 18px;
  color: white;
  font-weight: 600;
  letter-spacing: 1.8px;
  width: 100%;
}
/* line 234, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical .box-heading .fa {
  background-color: #c4a87c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding-left: 3px;
  margin-top: 2px;
  text-align: center;
}
/* line 244, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical ul {
  border: none;
  padding: 0;
}
/* line 247, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical ul li {
  position: static;
  padding: 0 20px;
  border: 1px solid transparent;
}
/* line 251, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical ul li:hover {
  border: 1px solid #e5e5e5;
  padding-left: 15px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .wpo-sidebar .box.widget_wpo_menu_vertical ul li:hover {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 255, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_wpo_menu_vertical ul li:before {
  left: 45px;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .wpo-sidebar .box.widget_wpo_menu_vertical ul li:before {
  right: 45px;
  left: auto;
}
/* line 261, ../sass/template/_widgets.scss */
.wpo-sidebar .box ul {
  list-style: none;
  padding: 6px 16px;
  border: 1px solid #e5e5e5;
}
/* line 265, ../sass/template/_widgets.scss */
.wpo-sidebar .box ul li {
  padding: 12px 0px;
  position: relative;
}
/* line 268, ../sass/template/_widgets.scss */
.wpo-sidebar .box ul li:last-child {
  border-bottom: none;
}
/* line 270, ../sass/template/_widgets.scss */
.wpo-sidebar .box ul li:last-child:before {
  display: none;
}
/* line 275, ../sass/template/_widgets.scss */
.wpo-sidebar .box ul li:before {
  background-color: #e5e5e5;
  bottom: 0px;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  width: 25px;
  z-index: 9;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .wpo-sidebar .box ul li:before {
  right: 0px;
  left: auto;
}
/* line 286, ../sass/template/_widgets.scss */
.wpo-sidebar .box ul ul {
  border: none;
  padding-right: 0;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .wpo-sidebar .box ul ul {
  padding-left: 0;
  padding-right: inherit;
}
/* line 290, ../sass/template/_widgets.scss */
.wpo-sidebar .box ul ul li:last-child {
  padding-bottom: 0;
}
/* line 300, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_nav_menu ul li:before, .wpo-sidebar .box.widget_categories ul li:before {
  display: none;
}
/* line 303, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_nav_menu ul li a, .wpo-sidebar .box.widget_categories ul li a {
  position: relative;
}
/* line 305, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_nav_menu ul li a:after, .wpo-sidebar .box.widget_categories ul li a:after {
  background-color: #e5e5e5;
  bottom: -12px;
  content: "";
  height: 1px;
  left: 16px;
  position: absolute;
  width: 25px;
  z-index: 9;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .wpo-sidebar .box.widget_nav_menu ul li a:after, .rtl .wpo-sidebar .box.widget_categories ul li a:after {
  right: 16px;
  left: auto;
}
/* line 324, ../sass/template/_widgets.scss */
.wpo-sidebar .box.widget_nav_menu ul li a:before, .wpo-sidebar .box.widget_nav_menu ol li a:before, .wpo-sidebar .box.widget_categories ul li a:before, .wpo-sidebar .box.widget_categories ol li a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  left: 0px;
}
/* line 334, ../sass/template/_widgets.scss */
.wpo-sidebar .box .box-heading {
  margin: 0;
  position: relative;
  padding: 14px 0px;
  font-size: 14px;
  border-bottom: none;
}
/* line 340, ../sass/template/_widgets.scss */
.wpo-sidebar .box .box-heading span {
  float: none;
  padding: 0;
  background: transparent;
}
/* line 346, ../sass/template/_widgets.scss */
.wpo-sidebar .box .box-heading > * {
  margin: 0;
  padding: 20px;
}
/* line 351, ../sass/template/_widgets.scss */
.wpo-sidebar .box .rating {
  color: #FFAE00;
}
/* line 354, ../sass/template/_widgets.scss */
.wpo-sidebar .box .carousel-controls {
  top: 13px;
  right: 10px;
}
/* line 114, ../sass/rtl/_rtl.scss */
.rtl .wpo-sidebar .box .carousel-controls {
  left: 10px;
  right: auto;
}
/* line 357, ../sass/template/_widgets.scss */
.wpo-sidebar .box .carousel-controls a {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: none transparent;
  display: block;
  float: left;
  line-height: normal;
  text-align: center;
  margin: 0 2px;
  padding: 0;
  position: relative;
  float: left;
}
/* line 370, ../sass/template/_widgets.scss */
.wpo-sidebar .box .carousel-controls a:hover {
  background: #ccb48e;
  border-color: #ccb48e;
}
/* line 373, ../sass/template/_widgets.scss */
.wpo-sidebar .box .carousel-controls a:hover .fa {
  color: white;
}
/* line 378, ../sass/template/_widgets.scss */
.wpo-sidebar .box .carousel-controls .fa {
  width: auto;
  height: auto;
  float: left;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  line-height: normal;
  font-size: 12px;
  background: none transparent;
  color: black;
}
/* line 399, ../sass/template/_widgets.scss */
.wpo-sidebar .box .product_list_widget .media {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  padding: 20px 0;
}
/* line 403, ../sass/template/_widgets.scss */
.wpo-sidebar .box .product_list_widget .media:last-child {
  border-bottom: none;
}
/* line 407, ../sass/template/_widgets.scss */
.wpo-sidebar .box .product_list_widget .name {
  margin-top: 5px;
  min-height: 30px;
}
/* line 410, ../sass/template/_widgets.scss */
.wpo-sidebar .box .product_list_widget .name a {
  color: #111111;
  font-size: 13px;
}
/* line 413, ../sass/template/_widgets.scss */
.wpo-sidebar .box .product_list_widget .name a:hover {
  color: #ccb48e;
}
/* line 418, ../sass/template/_widgets.scss */
.wpo-sidebar .box .product_list_widget .price {
  font-size: 14px;
}
/* line 429, ../sass/template/_widgets.scss */
.wpo-sidebar .price_slider_wrapper {
  padding: 10px 0;
}
/* line 432, ../sass/template/_widgets.scss */
.wpo-sidebar .wpb_content_element {
  margin: 0;
}
/* line 440, ../sass/template/_widgets.scss */
.wpo-sidebar input[type="text"],
.wpo-sidebar input[type="email"],
.wpo-sidebar input[type="number"],
.wpo-sidebar input[type="password"],
.wpo-sidebar input[type="tel"],
.wpo-sidebar input[type="url"] {
  padding: 9px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 445, ../sass/template/_widgets.scss */
.wpo-sidebar .wpo-search {
  width: 100%;
  border: none;
}
/* line 448, ../sass/template/_widgets.scss */
.wpo-sidebar .wpo-search .input-search {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  min-width: 100%;
}
/* line 454, ../sass/template/_widgets.scss */
.wpo-sidebar .wpo-search .btn-search {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-style: solid;
  border-color: #e5e5e5;
}

/* line 468, ../sass/template/_widgets.scss */
.widget_calendar table {
  width: 100%;
}
/* line 470, ../sass/template/_widgets.scss */
.widget_calendar table td, .widget_calendar table th {
  padding: 5px;
  text-align: center;
}

/* Recent Widget */
/* line 488, ../sass/template/_widgets.scss */
.post-widget article h6,
.comment-widget article h6 {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}
/* line 493, ../sass/template/_widgets.scss */
.post-widget article p,
.comment-widget article p {
  font-size: 12px;
}

/* Flickr Gallery */
/* line 512, ../sass/template/_widgets.scss */
.flickr-gallery img {
  float: left;
  width: 72px;
  height: 72px;
  padding: 3px;
}

/* Tags Widget */
/* line 521, ../sass/template/_widgets.scss */
.tagcloud {
  border: 1px solid #e5e5e5;
  padding: 20px 16px;
}
/* line 524, ../sass/template/_widgets.scss */
.tagcloud a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 13px !important;
  height: 28px;
  line-height: 28px;
  margin: 2px 0;
  padding: 0 10px;
}
/* line 532, ../sass/template/_widgets.scss */
.tagcloud a:hover {
  background-color: transparent;
  border: 1px solid #ccb48e;
}

/* line 541, ../sass/template/_widgets.scss */
.carousel-inner .product-block.product {
  margin-bottom: 0;
}

/*------------------------------------*\
    Cart
\*------------------------------------*/
/* line 550, ../sass/template/_widgets.scss */
#wpo_modal_cart {
  z-index: 9999;
}
/* line 559, ../sass/template/_widgets.scss */
#wpo_modal_cart img {
  float: left;
}

/*------------------------------------*\
	Widget Megamenu
\*------------------------------------*/
/*
*  Shortcode
*/
/* h1,
h2,
h3 {
  margin-top: ($line-height-computed / 2);
  margin-bottom: ($line-height-computed / 2);
}
h4,
h5,
h6 {
  margin-top: ($line-height-computed / 2);
  margin-bottom: ($line-height-computed / 2);
}

h1, .h1 { font-size: 30px; } // ~30px
h2, .h2 { font-size: 24px; } // ~30px
h3, .h3 { font-size: 18px; } // ~24px
h4, .h4 { font-size: $font-size-base; } // ~18px
h5, .h5 { font-size: 12px; }
h6, .h6 { font-size: 10px; } // ~12px */
/*
 *  Base
 */
/* line 4, ../sass/template/_base.scss */
img {
  max-width: 100%;
}

/* line 8, ../sass/template/_base.scss */
a {
  color: dimgrey;
  font-family: "rockwellregular";
}
/* line 12, ../sass/template/_base.scss */
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #ccb48e;
}

/* line 19, ../sass/template/_base.scss */
body {
  overflow-x: hidden;
}

/* line 23, ../sass/template/_base.scss */
select {
  cursor: pointer;
}

/* line 27, ../sass/template/_base.scss */
iframe {
  border: none;
}

/* line 31, ../sass/template/_base.scss */
label {
  font-weight: normal;
}

/* line 35, ../sass/template/_base.scss */
del {
  font-size: 14px;
}

/* line 39, ../sass/template/_base.scss */
form label {
  font-weight: normal;
}

/* line 43, ../sass/template/_base.scss */
.input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  font-size: 13px;
  line-height: 1.42857;
  color: #787878;
  background-color: white;
  background-image: none;
  border: 1px solid #ededed;
  border-radius: 0px;
}

/* line 58, ../sass/template/_base.scss */
.addthis .addthis_button_google_plusone {
  margin-left: -25px;
  margin-right: -29px;
}

/* line 64, ../sass/template/_base.scss */
.none-style {
  list-style: none;
  padding: 0;
}

/* line 69, ../sass/template/_base.scss */
.media > .pull-left {
  margin-right: 10px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .media > .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}

/* line 75, ../sass/template/_base.scss */
.wpb_content_element {
  margin-bottom: 0 !important;
}

/* line 79, ../sass/template/_base.scss */
.star-rating {
  height: 12px !important;
  font-size: 10px !important;
}
/* line 82, ../sass/template/_base.scss */
.star-rating > span {
  font-size: 10px;
}

/* line 91, ../sass/template/_base.scss */
.margin-none {
  margin: 0 !important;
}

/* line 94, ../sass/template/_base.scss */
.padding-none {
  padding: 0 !important;
}

/* line 99, ../sass/template/_base.scss */
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
/* line 106, ../sass/template/_base.scss */
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 116, ../sass/template/_base.scss */
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

/* line 128, ../sass/template/_base.scss */
.map_canvas img {
  max-width: none;
}

/* line 132, ../sass/template/_base.scss */
.spinner {
  background: url("../images/spinner.gif") no-repeat;
  background-size: 20px 20px;
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

/* line 147, ../sass/template/_base.scss */
.carousel-controls {
  position: absolute;
  top: -75px;
  right: 0;
  z-index: 100;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
/* line 21, ../sass/core/_mixins.scss */
.carousel-controls:before, .carousel-controls:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/core/_mixins.scss */
.carousel-controls:after {
  clear: both;
}
/* line 154, ../sass/template/_base.scss */
.carousel-controls a {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: white;
  float: left;
  margin-left: 4px;
  border: 1px solid #e5e5e5;
  line-height: 14px;
  text-align: center;
}
/* line 163, ../sass/template/_base.scss */
.carousel-controls a:hover {
  background-color: #ccb48e;
  border: 1px solid #ccb48e;
}
/* line 166, ../sass/template/_base.scss */
.carousel-controls a:hover .fa {
  color: white;
}
/* line 171, ../sass/template/_base.scss */
.carousel-controls .fa {
  font-size: 12px;
  color: black;
  font-weight: bold;
}

/* line 178, ../sass/template/_base.scss */
.carousel-control {
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: #ccb48e;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 188, ../sass/template/_base.scss */
.carousel-control.left {
  background-image: none;
  left: 0;
}
/* line 192, ../sass/template/_base.scss */
.carousel-control.right {
  background-image: none;
  right: 0;
}
/* line 196, ../sass/template/_base.scss */
.carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 199, ../sass/template/_base.scss */
.carousel-control span {
  line-height: 50px;
}

/* line 207, ../sass/template/_base.scss */
.parallax {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* line 220, ../sass/template/_base.scss */
.margin-base-bottom {
  margin-bottom: 16px !important;
}

/* line 223, ../sass/template/_base.scss */
.margin-base-top {
  margin-top: 16px !important;
}

/* line 226, ../sass/template/_base.scss */
.padding-base-bottom {
  padding-bottom: 16px !important;
}

/* line 229, ../sass/template/_base.scss */
.padding-base-top {
  padding-top: 16px !important;
}

/*
 *  Comments
 */
/* Offcanvas */
/* line 4, ../sass/template/_offcanvas.scss */
#wpadminbar {
  position: fixed !important;
}

/* line 14, ../sass/template/_offcanvas.scss */
.off-canvas-toggle {
  z-index: 100;
  border-color: #ccb48e;
}

/* line 23, ../sass/template/_offcanvas.scss */
#wpo-off-canvas {
  background: white;
}
/* line 24, ../sass/template/_offcanvas.scss */
#wpo-off-canvas .wpo-search {
  margin: 50px 15px 20px;
}
/* line 26, ../sass/template/_offcanvas.scss */
#wpo-off-canvas .wpo-search .input-search {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 30, ../sass/template/_offcanvas.scss */
#wpo-off-canvas .wpo-search .btn-search {
  background: white;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
}
/* line 37, ../sass/template/_offcanvas.scss */
#wpo-off-canvas .navbar {
  border-top: 1px solid #111417;
  -webkit-box-shadow: 0px -5px 1px -5px #32363a;
  box-shadow: 0px -5px 1px -5px #32363a;
  padding: 12px;
}
/* line 42, ../sass/template/_offcanvas.scss */
#wpo-off-canvas .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 51, ../sass/template/_offcanvas.scss */
  .open .dropdown-menu li.level-2 {
    padding: 5px 15px 5px 10px;
  }
}
/* line 57, ../sass/template/_offcanvas.scss */
.navbar-offcanvas {
  background-color: white;
}
/* line 59, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-brand {
  color: black;
}
/* line 62, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-brand:hover, .navbar-offcanvas .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 68, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-text {
  color: black;
}
/* line 73, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav > li {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 78, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: dimgrey;
  font-size: 13px;
}
/* line 83, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav > li > a:hover, .navbar-offcanvas .navbar-nav > li > a:focus {
  color: #ccb48e;
  background-color: transparent;
}
/* line 91, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav > .active > a, .navbar-offcanvas .navbar-nav > .active > a:hover, .navbar-offcanvas .navbar-nav > .active > a:focus {
  /*color: $navbar-offcanvas-link-active-color;
  background-color: $navbar-offcanvas-link-active-bg;*/
}
/* line 99, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav > .disabled > a, .navbar-offcanvas .navbar-nav > .disabled > a:hover, .navbar-offcanvas .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 107, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-toggle {
  border-color: #333333;
}
/* line 110, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-toggle:hover, .navbar-offcanvas .navbar-toggle:focus {
  background-color: #333333;
}
/* line 113, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 119, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-collapse,
.navbar-offcanvas .navbar-form {
  border-color: #ededed;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
/* line 131, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav .open a, .navbar-offcanvas .navbar-nav .open a:hover, .navbar-offcanvas .navbar-nav .open a:focus {
  background-color: transparent;
}
/* line 135, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav .dropdown > a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}
/* line 139, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav .dropdown > a .caret {
  border-top-color: black;
  border-bottom-color: black;
}
/* line 146, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav .open > a, .navbar-offcanvas .navbar-nav .open > a:hover, .navbar-offcanvas .navbar-nav .open > a:focus {
  color: #ccb48e;
}
/* line 148, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-nav .open > a .caret, .navbar-offcanvas .navbar-nav .open > a:hover .caret, .navbar-offcanvas .navbar-nav .open > a:focus .caret {
  border-top-color: black;
  border-bottom-color: black;
}
@media (max-width: 767px) {
  /* line 158, ../sass/template/_offcanvas.scss */
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e6e6e6;
  }
  /* line 161, ../sass/template/_offcanvas.scss */
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a {
    color: dimgrey;
    font-size: 13px;
  }
  /* line 165, ../sass/template/_offcanvas.scss */
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ccb48e;
    background-color: transparent;
  }
  /* line 173, ../sass/template/_offcanvas.scss */
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a, .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a:focus {
    /*color: $navbar-offcanvas-link-active-color;
    background-color: $navbar-offcanvas-link-active-bg;*/
  }
  /* line 181, ../sass/template/_offcanvas.scss */
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 190, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-link {
  color: black;
}
/* line 192, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .navbar-link:hover {
  color: white;
}

/* line 202, ../sass/template/_offcanvas.scss */
html,
body {
  height: 100%;
}

/* line 206, ../sass/template/_offcanvas.scss */
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

/* line 212, ../sass/template/_offcanvas.scss */
.wpo-wrapper {
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: visible;
}
/* line 221, ../sass/template/_offcanvas.scss */
.wpo-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999999;
}

/* line 237, ../sass/template/_offcanvas.scss */
.off-canvas-open .wpo-wrapper::after {
  width: 100%;
  height: 10000px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 249, ../sass/template/_offcanvas.scss */
.wpo-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 264, ../sass/template/_offcanvas.scss */
.wpo-off-canvas::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 278, ../sass/template/_offcanvas.scss */
.off-canvas-right.wpo-off-canvas {
  display: none;
}

/* line 281, ../sass/template/_offcanvas.scss */
.off-canvas-right .off-canvas-right.wpo-off-canvas {
  display: block;
}

/* line 285, ../sass/template/_offcanvas.scss */
html[dir="ltr"] .off-canvas-right.wpo-off-canvas {
  left: auto;
  right: 0;
}

/* line 291, ../sass/template/_offcanvas.scss */
.off-canvas-open .wpo-off-canvas::after {
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* line 299, ../sass/template/_offcanvas.scss */
.off-canvas-open .off-canvas-current {
  visibility: visible;
}

/* line 320, ../sass/template/_offcanvas.scss */
.wpo-off-canvas .wpo-off-canvas-body .close {
  margin: 5px 15px;
  width: 39px;
  height: 39px;
  line-height: 40px;
  border: 0;
  color: black;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #e5e5e5;
}
/* line 331, ../sass/template/_offcanvas.scss */
.wpo-off-canvas .wpo-off-canvas-body .close:hover, .wpo-off-canvas .wpo-off-canvas-body .close:focus {
  color: black;
  background: #e5e5e5;
}
/* line 335, ../sass/template/_offcanvas.scss */
.wpo-off-canvas .wpo-off-canvas-body .close .fa {
  font-size: 25px;
}
/* line 350, ../sass/template/_offcanvas.scss */
.wpo-off-canvas .wpo-off-canvas-body a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 373, ../sass/template/_offcanvas.scss */
.off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 378, ../sass/template/_offcanvas.scss */
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 383, ../sass/template/_offcanvas.scss */
.off-canvas-effect-1.wpo-off-canvas::after {
  display: none;
}

/* line 388, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 396, ../sass/template/_offcanvas.scss */
.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 401, ../sass/template/_offcanvas.scss */
.off-canvas-effect-2.wpo-off-canvas {
  z-index: 1;
}

/* line 405, ../sass/template/_offcanvas.scss */
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

/* line 410, ../sass/template/_offcanvas.scss */
.off-canvas-effect-2.wpo-off-canvas::after {
  display: none;
}

/* line 415, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 423, ../sass/template/_offcanvas.scss */
.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 428, ../sass/template/_offcanvas.scss */
.off-canvas-effect-3.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 433, ../sass/template/_offcanvas.scss */
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

/* line 438, ../sass/template/_offcanvas.scss */
.off-canvas-effect-3.wpo-off-canvas::after {
  display: none;
}

/* line 443, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 448, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-3.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 456, ../sass/template/_offcanvas.scss */
.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 461, ../sass/template/_offcanvas.scss */
.off-canvas-effect-4.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* line 467, ../sass/template/_offcanvas.scss */
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 474, ../sass/template/_offcanvas.scss */
.off-canvas-effect-4.wpo-off-canvas::after {
  display: none;
}

/* line 479, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 484, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-4.wpo-off-canvas {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

/* line 492, ../sass/template/_offcanvas.scss */
.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 497, ../sass/template/_offcanvas.scss */
.off-canvas-effect-5.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

/* line 503, ../sass/template/_offcanvas.scss */
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 511, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 516, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-5.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* line 525, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-6 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

/* line 530, ../sass/template/_offcanvas.scss */
.off-canvas-effect-6 .wpo-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: auto;
  overflow: hidden;
}

/* line 539, ../sass/template/_offcanvas.scss */
.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0) rotateY(-15deg);
  transform: translate3d(250px, 0, 0) rotateY(-15deg);
}

/* line 544, ../sass/template/_offcanvas.scss */
.off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 549, ../sass/template/_offcanvas.scss */
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 554, ../sass/template/_offcanvas.scss */
.off-canvas-effect-6.wpo-off-canvas::after {
  display: none;
}

/* line 558, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-6 .wpo-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 563, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0) rotateY(15deg);
  transform: translate3d(-250px, 0, 0) rotateY(15deg);
}

/* line 568, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 576, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-7 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

/* line 583, ../sass/template/_offcanvas.scss */
.off-canvas-effect-7 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 588, ../sass/template/_offcanvas.scss */
.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 593, ../sass/template/_offcanvas.scss */
.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 602, ../sass/template/_offcanvas.scss */
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* line 610, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-7.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

/* line 615, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 620, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  transform: translate3d(100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 627, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}

/* line 635, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-8 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

/* line 642, ../sass/template/_offcanvas.scss */
.off-canvas-effect-8 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 647, ../sass/template/_offcanvas.scss */
.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 652, ../sass/template/_offcanvas.scss */
.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 661, ../sass/template/_offcanvas.scss */
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* line 668, ../sass/template/_offcanvas.scss */
.off-canvas-effect-8.wpo-off-canvas::after {
  display: none;
}

/* line 673, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-8.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

/* line 679, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 684, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 691, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}

/* line 699, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-9 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

/* line 704, ../sass/template/_offcanvas.scss */
.off-canvas-effect-9 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 709, ../sass/template/_offcanvas.scss */
.off-canvas-effect-9.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}

/* line 714, ../sass/template/_offcanvas.scss */
.off-canvas-effect-9.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 720, ../sass/template/_offcanvas.scss */
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 727, ../sass/template/_offcanvas.scss */
.off-canvas-effect-9.wpo-off-canvas::after {
  display: none;
}

/* line 732, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-9.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 739, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-10 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

/* line 746, ../sass/template/_offcanvas.scss */
.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 751, ../sass/template/_offcanvas.scss */
.off-canvas-effect-10.wpo-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}

/* line 758, ../sass/template/_offcanvas.scss */
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 766, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-10.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

/* line 771, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 779, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-11 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

/* line 784, ../sass/template/_offcanvas.scss */
.off-canvas-effect-11 .wpo-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 791, ../sass/template/_offcanvas.scss */
.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

/* line 796, ../sass/template/_offcanvas.scss */
.off-canvas-effect-11.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 802, ../sass/template/_offcanvas.scss */
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 809, ../sass/template/_offcanvas.scss */
.off-canvas-effect-11.wpo-off-canvas::after {
  display: none;
}

/* line 814, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
  transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}

/* line 819, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-11.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 827, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-12 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

/* line 832, ../sass/template/_offcanvas.scss */
.off-canvas-effect-12 .wpo-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 841, ../sass/template/_offcanvas.scss */
.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}

/* line 846, ../sass/template/_offcanvas.scss */
.off-canvas-effect-12.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 852, ../sass/template/_offcanvas.scss */
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 859, ../sass/template/_offcanvas.scss */
.off-canvas-effect-12.wpo-off-canvas::after {
  display: none;
}

/* line 864, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-12 .wpo-wrapper {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 869, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}

/* line 874, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-12.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 882, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-13 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

/* line 889, ../sass/template/_offcanvas.scss */
.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 894, ../sass/template/_offcanvas.scss */
.off-canvas-effect-13.wpo-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* line 901, ../sass/template/_offcanvas.scss */
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.wpo-off-canvas {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}

/* line 913, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-13.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

/* line 918, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 926, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-14 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

/* line 933, ../sass/template/_offcanvas.scss */
.off-canvas-effect-14 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 938, ../sass/template/_offcanvas.scss */
.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* line 943, ../sass/template/_offcanvas.scss */
.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 952, ../sass/template/_offcanvas.scss */
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.wpo-off-canvas {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* line 964, ../sass/template/_offcanvas.scss */
body.off-canvas-effect-14.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

/* line 969, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* line 974, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 981, ../sass/template/_offcanvas.scss */
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}

/* line 992, ../sass/template/_offcanvas.scss */
.old-ie .wpo-off-canvas {
  z-index: 100!important;
  left: -250px;
}

/* line 1000, ../sass/template/_offcanvas.scss */
html[dir="ltr"] .off-canvas-right.old-ie .wpo-off-canvas {
  right: -250px;
  left: auto;
}

/* line 1009, ../sass/template/_offcanvas.scss */
.modal-open .wpo-wrapper {
  position: static;
}

/*
*  Main Menu
*/
/* line 4, ../sass/template/_menu.scss */
#wpo-mainnav {
  position: relative;
  border: 0;
  background-color: transparent;
  border-top: 3px double #e5e5e5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-bottom: 0;
}
/* line 9, ../sass/template/_menu.scss */
#wpo-mainnav a {
  font-family: "Lato", sans-serif;
}
/* line 15, ../sass/template/_menu.scss */
#wpo-mainnav .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 20, ../sass/template/_menu.scss */
#wpo-mainnav .product-block:after,
#wpo-mainnav .product-block .onsale,
#wpo-mainnav .product-block .quickview {
  display: none;
}

/* line 25, ../sass/template/_menu.scss */
.navbar-collapse {
  padding: 0;
}

/* line 29, ../sass/template/_menu.scss */
.navbar-default .navbar-nav {
  float: left;
}
/* line 10, ../sass/rtl/_rtl.scss */
.rtl .navbar-default .navbar-nav {
  float: right;
}
/* line 34, ../sass/template/_menu.scss */
.navbar-default .navbar-nav ul li:hover a {
  background: transparent;
}
/* line 38, ../sass/template/_menu.scss */
.navbar-default .navbar-nav ul li.parent {
  position: relative;
}
/* line 44, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li {
  margin: 0px 20px;
  float: left;
}
/* line 10, ../sass/rtl/_rtl.scss */
.rtl .navbar-default .navbar-nav > li {
  float: right;
}
/* line 47, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li:first-child {
  margin-left: 0;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .navbar-default .navbar-nav > li:first-child {
  margin-right: 0;
  margin-left: inherit;
}
/* line 51, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  font-weight: 800;
  padding: 16px 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: black;
}
/* line 58, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li > a .caret {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 2px;
}
/* line 62, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li > a:before {
  position: absolute;
  content: "";
  left: 0;
  height: 3px;
  background-color: #111111;
  top: -3px;
  width: 0;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .navbar-default .navbar-nav > li > a:before {
  right: 0;
  left: auto;
}
/* line 73, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li > a:hover:before {
  width: 100%;
}
/* line 80, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a {
  bottom: 0px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #ccb48e;
  background-color: transparent;
}
/* line 85, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li.active > a:before {
  width: 100%;
}
/* line 89, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 15px 20px;
  min-width: 210px;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 1px 0 -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 -2px 2px rgba(0, 0, 0, 0.2);
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .navbar-default .navbar-nav > li .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 97, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li .dropdown-menu .button-groups {
  display: none;
}
/* line 100, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li .dropdown-menu ul {
  padding: 0;
  list-style: none;
}
/* line 103, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li .dropdown-menu ul li {
  line-height: 30px;
}
/* line 105, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li .dropdown-menu ul li .dropdown-menu {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  left: 100%;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .navbar-default .navbar-nav > li .dropdown-menu ul li .dropdown-menu {
  right: 100%;
  left: auto;
}
/* line 110, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li .dropdown-menu ul li a {
  background: transparent;
  color: dimgrey;
  font-weight: 400;
}
/* line 114, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li .dropdown-menu ul li a:hover {
  color: #ccb48e;
  background: transparent;
}
/* line 122, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > li > .dropdown-menu {
  top: 53px;
}
/* line 129, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #ccb48e;
}
/* line 137, ../sass/template/_menu.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  bottom: 0px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #ccb48e;
  background-color: transparent;
}
/* line 146, ../sass/template/_menu.scss */
.navbar-default .navbar-nav .wpo-widget p {
  line-height: 25px;
}
/* line 150, ../sass/template/_menu.scss */
.navbar-default .navbar-nav .widget-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 155, ../sass/template/_menu.scss */
.navbar-default .navbar-nav .widget-title-sub {
  font-weight: 600;
  margin: 25px 0 10px;
  font-size: 13px;
}
/* line 160, ../sass/template/_menu.scss */
.navbar-default .navbar-nav h1, .navbar-default .navbar-nav h2, .navbar-default .navbar-nav h3 {
  margin-top: 0;
}

/* line 6, ../sass/template/vertical-menu.scss */
.vertical-menu.navbar-collapse {
  position: static;
  padding: 0;
  max-height: 100%;
}
/* line 11, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav {
  list-style: none;
  padding: 0;
  background-color: transparent;
  min-height: 422px;
}
/* line 16, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li {
  height: auto;
  position: static;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: 1px solid transparent;
  padding: 0 20px;
}
/* line 23, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a {
  position: relative;
}
/* line 25, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a:before {
  background-color: #e5e5e5;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 25px;
  position: absolute;
  width: 25px;
  z-index: 9;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .vertical-menu .navbar-nav > li > a:before {
  right: 25px;
  left: auto;
}
/* line 36, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li:last-child {
  border-bottom: none;
}
/* line 38, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li:last-child > a {
  font-size: 13px;
}
/* line 41, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li:last-child > a span:before {
  display: none;
}
/* line 47, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a {
  color: dimgrey;
  font-weight: 500;
  border-bottom: none;
  padding: 10px 0;
}
/* line 52, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a span {
  position: relative;
}
/* line 56, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a:hover, .vertical-menu .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #ccb48e;
}
/* line 59, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a:hover .fa, .vertical-menu .navbar-nav > li > a:focus .fa {
  color: #ccb48e;
}
/* line 62, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a:hover .caret, .vertical-menu .navbar-nav > li > a:focus .caret {
  border-left: 4px solid #ccb48e;
}
/* line 66, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a .caret {
  position: relative;
  border: none;
  float: right;
}
/* line 10, ../sass/rtl/_rtl.scss */
.rtl .vertical-menu .navbar-nav > li > a .caret {
  float: left;
}
/* line 70, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a .caret:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 8px;
  font-weight: lighter;
}
/* line 114, ../sass/rtl/_rtl.scss */
.rtl .vertical-menu .navbar-nav > li > a .caret:before {
  left: 30px;
  right: auto;
}
/* line 80, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li > a .fa {
  font-size: 13px;
  margin-right: 10px;
  text-align: center;
  color: dimgrey;
  width: 15px;
}
/* line 91, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li.dropdown:hover > a:after {
  border: 5px solid white;
  content: "";
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
  width: 0;
  z-index: 9999;
}
/* line 104, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li:hover {
  border: 1px solid #e5e5e5;
  padding-left: 25px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .vertical-menu .navbar-nav > li:hover {
  padding-right: 25px;
  padding-left: inherit;
}
/* line 109, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li:hover > a span:before {
  display: none;
}
/* line 115, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li .widget-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: transparent;
}
/* line 122, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav > li .widget-title-sub {
  font-size: 12px;
  font-weight: 600;
}
/* line 129, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav li.open a {
  background-color: transparent;
}
/* line 132, ../sass/template/vertical-menu.scss */
.vertical-menu .navbar-nav li.open a:hover, .vertical-menu .navbar-nav li.open a:focus {
  background-color: transparent;
}
/* line 139, ../sass/template/vertical-menu.scss */
.vertical-menu .dropdown-menu {
  padding: 10px 24px;
  left: 100% !important;
  font-family: "rockwellregular";
  border: 1px solid #e5e5e5;
  top: 0px;
  min-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  background-color: white !important;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .vertical-menu .dropdown-menu {
  right: 100% !important;
  left: auto;
}
/* line 151, ../sass/template/vertical-menu.scss */
.vertical-menu .dropdown-menu .mega-col-inner ul {
  padding: 0;
  list-style: none;
}
/* line 154, ../sass/template/vertical-menu.scss */
.vertical-menu .dropdown-menu .mega-col-inner ul li {
  line-height: 30px;
  font-weight: 400;
  border: none;
  padding: 0;
}
/* line 159, ../sass/template/vertical-menu.scss */
.vertical-menu .dropdown-menu .mega-col-inner ul li:hover {
  border: none;
  padding: 0;
}
/* line 163, ../sass/template/vertical-menu.scss */
.vertical-menu .dropdown-menu .mega-col-inner ul li:before {
  display: none;
}
/* line 170, ../sass/template/vertical-menu.scss */
.vertical-menu .wpo-widget {
  margin-bottom: 0;
}
/* line 172, ../sass/template/vertical-menu.scss */
.vertical-menu .wpo-widget .product-block {
  background-color: transparent;
}
/* line 175, ../sass/template/vertical-menu.scss */
.vertical-menu .wpo-widget .product-block:hover .button-groups {
  display: none;
}
/* line 179, ../sass/template/vertical-menu.scss */
.vertical-menu .wpo-widget .product-block:hover .image .price {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 183, ../sass/template/vertical-menu.scss */
.vertical-menu .wpo-widget .product-block:hover .price, .vertical-menu .wpo-widget .product-block:hover .rating {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 187, ../sass/template/vertical-menu.scss */
.vertical-menu .wpo-widget .product-block .button {
  display: none;
}
/* line 193, ../sass/template/vertical-menu.scss */
.vertical-menu.menu-right .dropdown-menu {
  right: 100% !important;
  left: auto !important;
}
/* line 114, ../sass/rtl/_rtl.scss */
.rtl .vertical-menu.menu-right .dropdown-menu {
  left: 100% !important;
  right: auto;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .vertical-menu.menu-right .dropdown-menu {
  right: auto !important;
  left: auto;
}
/* line 200, ../sass/template/vertical-menu.scss */
.vertical-menu.menu-right .navbar-nav > li.dropdown:hover > a:after {
  left: -18px;
}

/* Megamenu */
/* line 3, ../sass/template/_megamenu.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
  min-width: 220px;
}

/* line 12, ../sass/template/_megamenu.scss */
.wpo-megamenu [class*="menu-item-"] {
  /*position: relative;*/
}
/* line 15, ../sass/template/_megamenu.scss */
.wpo-megamenu .depth-0.aligned-fullwidth {
  position: inherit;
}
/* line 17, ../sass/template/_megamenu.scss */
.wpo-megamenu .depth-0.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}

@media (min-width: 768px) {
  /* line 26, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate .mega > .dropdown-menu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  /* line 31, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate .mega.animating > .dropdown-menu {
    overflow: hidden;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    display: block !important;
  }
  /* line 38, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate .mega.open > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 42, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate .mega.open.animating > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 52, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.zoom .mega > .dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  /* line 57, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.zoom .mega.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 67, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.elastic .mega > .dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  /* line 72, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.elastic .mega.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 78, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.elastic .depth-0.mega > .dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  /* line 82, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.elastic .depth-0.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 93, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.slide .mega.animating > .dropdown-menu {
    overflow: hidden;
  }
  /* line 97, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.slide .mega > .dropdown-menu > div {
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  /* line 102, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.slide .mega.open > .dropdown-menu > div {
    margin-top: 0%;
  }
  /* line 105, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.slide .mega .mega > .dropdown-menu {
    min-width: 0;
  }
  /* line 107, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.slide .mega .mega > .dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  /* line 113, ../sass/template/_megamenu.scss */
  .wpo-megamenu.animate.slide .mega .mega.open > .dropdown-menu > div {
    margin-left: 0;
  }
}
/*------------------------------------*\
    Megamenu RTL
\*------------------------------------*/
/* line 126, ../sass/template/_megamenu.scss */
body.rtl .dropdown-submenu > .dropdown-menu {
  left: auto;
  right: 100%;
}

/*
*  Breadcrumbs
*/
/* line 7, ../sass/template/_breadcrumb.scss */
.breadcrumb {
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: black;
  padding: 18px 0;
  background-color: transparent;
  font-weight: normal;
}
/* line 14, ../sass/template/_breadcrumb.scss */
.breadcrumb span {
  margin: 0 8px;
}
/* line 17, ../sass/template/_breadcrumb.scss */
.breadcrumb .fa {
  margin: 0;
}
/* line 20, ../sass/template/_breadcrumb.scss */
.breadcrumb a {
  color: dimgrey;
}
/* line 21, ../sass/template/_breadcrumb.scss */
.breadcrumb a:hover {
  color: #ccb48e;
}

/*
*  Form
*/
/* Button
------------------------------------------------*/
/* line 8, ../sass/template/_form.scss */
.btn.btn-slide {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #262a2e;
  border: 0px;
  font-size: 10px;
  padding: 13px !important;
  line-height: normal !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
/* line 19, ../sass/template/_form.scss */
.btn.btn-slide:hover {
  color: white;
  background-color: transparent;
}
/* line 24, ../sass/template/_form.scss */
.btn.btn-shipping {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
/* line 28, ../sass/template/_form.scss */
.btn.btn-shipping:hover, .btn.btn-shipping:focus {
  background: none;
}
/* line 32, ../sass/template/_form.scss */
.btn.btn-close {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: black;
}
/* line 44, ../sass/template/_form.scss */
.btn.btn-close .fa {
  font-size: 15px;
  margin: 5px;
}
/* line 48, ../sass/template/_form.scss */
.btn.btn-close:hover, .btn.btn-close:focus {
  background: black;
}
/* line 52, ../sass/template/_form.scss */
.btn.btn-theme-default, .reset-button-default .btn-primary,
.reset-button-default .btn-default {
  font-size: 11px;
  padding: 9px 15px;
}
/* line 56, ../sass/template/_form.scss */
.btn.btn-readmore {
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 60, ../sass/template/_form.scss */
.btn.btn-readmore span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 66, ../sass/template/_form.scss */
.btn.btn-readmore:before {
  width: 100%;
  height: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -120px;
  margin: auto;
  content: "\f061";
  font-family: fontawesome;
}
/* line 79, ../sass/template/_form.scss */
.btn.btn-readmore:hover span {
  -webkit-transform: translate(200%, 0%);
  -ms-transform: translate(200%, 0%);
  transform: translate(200%, 0%);
}
/* line 82, ../sass/template/_form.scss */
.btn.btn-readmore:hover:before {
  left: 0;
}

/* Wooecommerce - Button - Input
------------------------------------------------*/
/* line 103, ../sass/template/_form.scss */
.woocommerce #content input.button,
.woocommerce #content input#submit,
.woocommerce #respond input.button,
.woocommerce #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce-page #content input#submit,
.woocommerce-page #respond input.button,
.woocommerce-page #respond input#submit {
  text-transform: uppercase;
  background-image: none;
  font-weight: 400;
  border: none;
  background-color: #111111;
  font-size: 14px;
  color: white;
  padding: 8px 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
/* line 116, ../sass/template/_form.scss */
.woocommerce #content input.button:hover, .woocommerce #content input.button:focus,
.woocommerce #content input#submit:hover,
.woocommerce #content input#submit:focus,
.woocommerce #respond input.button:hover,
.woocommerce #respond input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce-page #content input#submit:hover,
.woocommerce-page #content input#submit:focus,
.woocommerce-page #respond input.button:hover,
.woocommerce-page #respond input.button:focus,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus {
  background: #ccb48e;
  color: white;
  border-color: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
/* line 127, ../sass/template/_form.scss */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  background: #ccb48e;
  border-color: #ccb48e;
  color: white;
  box-shadow: none;
  text-shadow: none;
  font-weight: 600;
  padding: 10px 16px;
}
/* line 135, ../sass/template/_form.scss */
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background: #111111;
  color: white;
  border: 1px solid transparent;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
/* line 143, ../sass/template/_form.scss */
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  width: 55px;
}
/* line 146, ../sass/template/_form.scss */
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}

/* Select, Input
------------------------------------------------*/
/* line 157, ../sass/template/_form.scss */
.chosen-container {
  width: 100% !important;
}

/*
*   Font
*/
/*Font Awesome*/
@font-face {
  font-family: 'HelveticaNeueLTCom-Roman';
  src: url("../fonts/HelveticaNeueLTCom-Romand41d.eot?") format("eot");
  src: url("../fonts/HelveticaNeueLTCom-Romand41d.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Roman.svg#HelveticaNeueLTCom-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rockwellbold';
  src: url("../fonts/rockwellbold-webfont.eot");
  src: url("../fonts/rockwellbold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/rockwellbold-webfont.woff") format("woff"), url("../fonts/rockwellbold-webfont.ttf") format("truetype"), url("../fonts/rockwellbold-webfont.svg#rockwellbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rockwellregular';
  src: url("../fonts/rockwell-webfont.eot");
  src: url("../fonts/rockwell-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/rockwell-webfont.woff") format("woff"), url("../fonts/rockwell-webfont.ttf") format("truetype"), url("../fonts/rockwell-webfont.svg#rockwellregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
*
*/
/* line 6, ../sass/template/_style.scss */
.widget_text .contact-desc {
  margin: 20px 0 30px;
}
/* line 10, ../sass/template/_style.scss */
.widget_text .contact li {
  line-height: 22px;
  margin-top: 10px;
  list-style: none !important;
}
/* line 14, ../sass/template/_style.scss */
.widget_text .contact li .media-body {
  display: block;
}
/* line 17, ../sass/template/_style.scss */
.widget_text .contact li .pull-left {
  display: table;
  text-align: center;
  background: dimgrey;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 25, ../sass/template/_style.scss */
.widget_text .contact li .pull-left:hover {
  background: #ccb48e;
  cursor: pointer;
}
/* line 30, ../sass/template/_style.scss */
.widget_text .contact li > span {
  margin-right: 10px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .widget_text .contact li > span {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 33, ../sass/template/_style.scss */
.widget_text .contact li .fa {
  color: white;
  display: table-cell;
  vertical-align: middle;
}

/* line 43, ../sass/template/_style.scss */
.yith-wcwl-add-to-wishlist {
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 47, ../sass/template/_style.scss */
.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
/* line 21, ../sass/core/_mixins.scss */
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/core/_mixins.scss */
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after {
  clear: both;
}

/*------------------------------------*\
    Slideshow
\*------------------------------------*/
/* line 60, ../sass/template/_style.scss */
.slideshow {
  margin-top: 18px;
}

/*------------------------------------*\
    Typographic
\*------------------------------------*/
/* line 68, ../sass/template/_style.scss */
.page-title {
  margin: 0;
  font-size: 18px;
  padding: 0 0 14px 0;
  -webkit-box-shadow: 0px 1px 0px 0px white;
  box-shadow: 0px 1px 0px 0px white;
}

/* line 75, ../sass/template/_style.scss */
.term-description {
  margin-bottom: 18px;
}

/* line 80, ../sass/template/_style.scss */
div.wpcf7-validation-errors {
  margin: 0;
  padding: 15px;
}

/* line 85, ../sass/template/_style.scss */
.contact-form-content {
  background: white;
  padding-bottom: 20px;
  min-height: 200px;
  font-size: 13px;
  padding-right: 15%;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .contact-form-content {
  padding-left: 15%;
  padding-right: inherit;
}
/* line 91, ../sass/template/_style.scss */
.contact-form-content .rounded {
  display: table;
  color: #ccb48e;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccb48e;
  padding-left: 4px;
  margin-top: 5px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .contact-form-content .rounded {
  padding-right: 4px;
  padding-left: inherit;
}
/* line 100, ../sass/template/_style.scss */
.contact-form-content .rounded .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
/* line 106, ../sass/template/_style.scss */
.contact-form-content a {
  color: black;
}
/* line 108, ../sass/template/_style.scss */
.contact-form-content a:hover {
  color: #ccb48e;
}

/* line 113, ../sass/template/_style.scss */
.map_canvas {
  margin-bottom: 10px;
}

/* line 117, ../sass/template/_style.scss */
.rounded {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

/* line 121, ../sass/template/_style.scss */
#breadcrumb {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*------------------------------------*\
    Color
\*------------------------------------*/
/* line 134, ../sass/template/_style.scss */
.blue .box-heading .fa {
  background: #008bba;
}

/* line 141, ../sass/template/_style.scss */
.brown .box-heading .fa {
  background: #eea360;
}

/* line 148, ../sass/template/_style.scss */
.cadillac .box-heading .fa {
  background: #9e4f7b;
}

/* line 155, ../sass/template/_style.scss */
.green .box-heading .fa {
  background: #59a380;
}

/*------------------------------------*\
    Quickview
\*------------------------------------*/
/* line 164, ../sass/template/_style.scss */
#wpo_modal_quickview {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: auto;
  height: auto;
  border: 0;
}
/* line 169, ../sass/template/_style.scss */
#wpo_modal_quickview .modal-dialog {
  overflow: hidden;
}
/* line 172, ../sass/template/_style.scss */
#wpo_modal_quickview .modal-dialog del .amount {
  color: dimgrey;
}
/* line 177, ../sass/template/_style.scss */
#wpo_modal_quickview .modal-content {
  border: 0;
}
/* line 180, ../sass/template/_style.scss */
#wpo_modal_quickview .modal-body {
  padding: 10px 25px 25px;
}
/* line 183, ../sass/template/_style.scss */
#wpo_modal_quickview .modal-header {
  border: 0;
  padding: 0;
}
/* line 187, ../sass/template/_style.scss */
#wpo_modal_quickview #single-product {
  padding: 20px;
}
/* line 189, ../sass/template/_style.scss */
#wpo_modal_quickview #single-product h1 {
  padding-top: 0;
}
/* line 192, ../sass/template/_style.scss */
#wpo_modal_quickview #single-product .qty {
  position: relative;
}

/*------------------------------------*\
    Customize Live Theme Editor
\*------------------------------------*/
/* line 201, ../sass/template/_style.scss */
#wpo-customize {
  top: 0;
  -webkit-box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.15);
}
/* line 204, ../sass/template/_style.scss */
#wpo-customize .panelbutton {
  border-color: #d8d8d8;
  -webkit-box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.15);
}
/* line 208, ../sass/template/_style.scss */
#wpo-customize .panel-heading {
  padding: 3px 10px;
}
/* line 211, ../sass/template/_style.scss */
#wpo-customize .group-input label {
  font-weight: normal;
}
/* line 214, ../sass/template/_style.scss */
#wpo-customize .group-input {
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 6px;
}
/* line 219, ../sass/template/_style.scss */
#wpo-customize .nav {
  border: 0;
}
/* line 221, ../sass/template/_style.scss */
#wpo-customize .nav a {
  padding: 5px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 3px 3px 0;
  border: 1px solid #e5e5e5;
}
/* line 226, ../sass/template/_style.scss */
#wpo-customize .nav a:hover {
  background: white;
}
/* line 231, ../sass/template/_style.scss */
#wpo-customize .label {
  padding: 4px 5px;
}
/* line 234, ../sass/template/_style.scss */
#wpo-customize .panelbutton {
  right: -36px;
  -webkit-box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.15);
}
/* line 238, ../sass/template/_style.scss */
#wpo-customize .panel-heading {
  padding: 2px 5px;
}
/* line 242, ../sass/template/_style.scss */
#wpo-customize .group-input label {
  font-weight: normal;
}
/* line 247, ../sass/template/_style.scss */
#wpo-customize .group-input label {
  font-weight: 700;
}
/* line 250, ../sass/template/_style.scss */
#wpo-customize .group-input select {
  width: 100%;
}
/* line 254, ../sass/template/_style.scss */
#wpo-customize select {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid #e5e5e5;
  padding: 6px;
}
/* line 259, ../sass/template/_style.scss */
#wpo-customize input[type="text"] {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
/* line 263, ../sass/template/_style.scss */
#wpo-customize .panel-group .panel {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 4px;
}
/* line 267, ../sass/template/_style.scss */
#wpo-customize .panel-group .panel-heading {
  background-color: transparent;
}

/* line 274, ../sass/template/_style.scss */
#customize-form .form-group label {
  width: 115px;
}

/* line 281, ../sass/template/_style.scss */
.contact-form {
  margin-top: 10px;
  border-left: 1px solid #e5e5e5;
  padding-left: 35px;
}
/* line 283, ../sass/template/_style.scss */
.contact-form .form-group {
  margin-right: 0;
}
/* line 286, ../sass/template/_style.scss */
.contact-form .box-heading {
  border: none;
  font-size: 15px;
  padding-top: 0;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .contact-form {
  border-right: 1px solid #e5e5e5;
  border-left: inherit;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .contact-form {
  padding-right: 35px;
  padding-left: inherit;
}
/* line 293, ../sass/template/_style.scss */
.contact-form:first-child {
  border-left: none;
  padding-left: 7px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .contact-form:first-child {
  border-right: none;
  border-left: inherit;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .contact-form:first-child {
  padding-right: 7px;
  padding-left: inherit;
}

/* line 302, ../sass/template/_style.scss */
.tabbable {
  margin-top: 40px;
}
/* line 304, ../sass/template/_style.scss */
.tabbable .nav-tabs {
  border-top: 3px double #e5e5e5;
  margin-bottom: 40px;
  position: relative;
}
/* line 308, ../sass/template/_style.scss */
.tabbable .nav-tabs:before {
  background-color: #ccb48e;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  z-index: 999;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .tabbable .nav-tabs:before {
  right: 0;
  left: auto;
}
/* line 318, ../sass/template/_style.scss */
.tabbable .nav-tabs > li {
  background-color: white;
  margin: 0;
  width: 25%;
text-align: center;
}
/* line 322, ../sass/template/_style.scss */
.tabbable .nav-tabs > li:first-child > a {
  padding-left: 0;
}
/* line 326, ../sass/template/_style.scss */
.tabbable .nav-tabs > li > a {
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-color: transparent;
  border-style: solid;
  font-weight: 600;
  font-size: 21px;
  color: #c69999;
  font-family: "Lato", sans-serif;
}

img
{
	background-image:url(img_bg1.jpg);
	}

/* line 336, ../sass/template/_style.scss */
.tabbable .nav-tabs > li > a:before {
  background-color: Black;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 9;
  top: 16px;
}
/* line 114, ../sass/rtl/_rtl.scss */
.rtl .tabbable .nav-tabs > li > a:before {
  left: 0;
  right: auto;
}
/* line 349, ../sass/template/_style.scss */
.tabbable .nav-tabs > li:last-child > a:before {
  display: none;
}
/* line 355, ../sass/template/_style.scss */
.tabbable .nav-tabs > li > a:hover,
.tabbable .nav-tabs > li > a:focus {
  background-color: white;
  color: black;
  position: relative;
  z-index: 99;
  border: none;
}
/* line 366, ../sass/template/_style.scss */
.tabbable .nav-tabs > li > a:hover, .tabbable .nav-tabs > li > a:hover:hover, .tabbable .nav-tabs > li > a:hover:focus, .tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus {
  color: black;
  position: relative;
  z-index: 99;
  border: none;
}
/* line 378, ../sass/template/_style.scss */
.tabbable .box-products.slide .product-cols:last-child {
  border-right: none;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .tabbable .box-products.slide .product-cols:last-child {
  border-left: none;
  border-right: inherit;
}

/* line 389, ../sass/template/_style.scss */
.wpo_productcategory .box-heading {
  padding: 0;
}
/* line 391, ../sass/template/_style.scss */
.wpo_productcategory .box-heading span {
  background-color: #f05423;
  font-size: 14.5px;
}

/* line 402, ../sass/template/_style.scss */
.advertising {
  min-height: 420px;
  background-color: #ccb48e;
  text-align: center;
  position: relative;
  font-family: "rockwellregular";
  color: white;
  font-weight: bold;
  font-size: 12px;
  width: 33%;
  margin-top: -18px;
}
/* line 413, ../sass/template/_style.scss */
.advertising .description {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  margin: auto !important;
  height: 200px;
  text-align: left;
  padding: 0 32px;
  text-transform: uppercase;
}
/* line 425, ../sass/template/_style.scss */
.advertising .description .title-sale {
  font-size: 23px;
  color: white;
  margin-bottom: 0;
}
/* line 430, ../sass/template/_style.scss */
.advertising .description .content-sale {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 43px;
  border-width: 3px 0px 3px 0px;
  border-style: solid;
  padding: 12px 0;
}
/* line 438, ../sass/template/_style.scss */
.advertising .description p {
  letter-spacing: 0.7px;
}
/* line 442, ../sass/template/_style.scss */
.advertising .sale {
  background-color: #111111;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: -60px;
  top: 77px;
  padding: 25px;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 452, ../sass/template/_style.scss */
.advertising .sale:before {
  border: 1px solid #444444;
  position: absolute;
  width: 92%;
  height: 92%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 464, ../sass/template/_style.scss */
.advertising .sale strong {
  color: #ccb48e;
  font-size: 26px;
}

/* line 476, ../sass/template/_style.scss */
.cart-header .dropdown-menu {
  min-width: 320px;
  right: 0;
  left: auto;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 10px 16px;
}
/* line 483, ../sass/template/_style.scss */
.cart-header .dropdown-menu > ul > li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 487, ../sass/template/_style.scss */
.cart-header .dropdown-menu .cart-item {
  font-weight: 600;
  color: #f05423;
  margin-top: 10px;
}
/* line 492, ../sass/template/_style.scss */
.cart-header .dropdown-menu .name {
  font-weight: 600;
  margin-top: 5px;
}
/* line 497, ../sass/template/_style.scss */
.cart-header .amount {
  color: #f05423;
}

/* line 506, ../sass/template/_style.scss */
.newletter {
  margin: 0;
  padding: 20px 0 22px;
}
/* line 509, ../sass/template/_style.scss */
.newletter .box-heading {
  color: white;
  padding: 0;
}
/* line 512, ../sass/template/_style.scss */
.newletter .box-heading .fa {
  font-size: 37px;
}
/* line 515, ../sass/template/_style.scss */
.newletter .box-heading h4 {
  margin-top: 0;
  margin-bottom: 2px;
  color: white;
  font-weight: 800;
  font-family: "Lato", sans-serif;
}
/* line 522, ../sass/template/_style.scss */
.newletter .box-heading p {
  margin-bottom: 0;
}
/* line 526, ../sass/template/_style.scss */
.newletter .title-social {
  line-height: 38px;
}
/* line 529, ../sass/template/_style.scss */
.newletter .form {
  margin-top: 5px;
}
/* line 533, ../sass/template/_style.scss */
.newletter input[type="email"],
.newletter input[type="text"] {
  border-width: 1px 0px 1px 1px;
  width: 75%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 538, ../sass/template/_style.scss */
.newletter input {
  padding: 10px 11px;
  margin-right: 3px;
  border-radius: 2px !important;
  border: 1px solid #D8DCDB;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .newletter input {
  margin-left: 3px;
  margin-right: inherit;
}
/* line 544, ../sass/template/_style.scss */
.newletter input.submit {
  padding: 0;
  margin: 0;
  color: white;
  background: #ccb48e;
  height: 40px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
}
/* line 554, ../sass/template/_style.scss */
.newletter input.submit:hover {
  border: 1px solid white;
  background-color: #111111;
}
/* line 559, ../sass/template/_style.scss */
.newletter .input-group-addon {
  padding: 0;
  position: relative;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  background: none transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/*------------------------------------*\
    Social
\*------------------------------------*/
/* line 574, ../sass/template/_style.scss */
.social {
  margin-top: 5px;
  padding: 0;
}
/* line 577, ../sass/template/_style.scss */
.social li {
  float: left;
  list-style: none !important;
}
/* line 580, ../sass/template/_style.scss */
.social li a {
  width: 34px;
  height: 34px;
  display: table;
  text-align: center;
  margin: 0 7px 0 0;
  background: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding-left: 0px !important;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .social li a {
  padding-right: 0px !important;
  padding-left: inherit;
}
/* line 589, ../sass/template/_style.scss */
.social li .fa {
  color: dimgrey;
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
}
/* line 596, ../sass/template/_style.scss */
.social li:hover .fa {
  color: white;
}
/* line 599, ../sass/template/_style.scss */
.social li:hover .facebook {
  background: #507cbe;
}
/* line 602, ../sass/template/_style.scss */
.social li:hover .twitter {
  background: #00abef;
}
/* line 605, ../sass/template/_style.scss */
.social li:hover .flickr {
  background: #ff0084;
}
/* line 608, ../sass/template/_style.scss */
.social li:hover .google-plus {
  background: #cb4437;
}
/* line 611, ../sass/template/_style.scss */
.social li:hover .linkedin {
  background: #00649b;
}
/* line 614, ../sass/template/_style.scss */
.social li:hover .dribbble {
  background: #f76799;
}
/* line 617, ../sass/template/_style.scss */
.social li:hover .skype {
  background: #ff6f6f;
}

/* line 626, ../sass/template/_style.scss */
.box-reassurances {
  border: 1px solid #e5e5e5;
  border-right: none;
  margin: 0 0 60px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .box-reassurances {
  border-left: none;
  border-right: inherit;
}
/* line 631, ../sass/template/_style.scss */
.box-reassurances .wpb_content_element {
  margin-bottom: 0px;
}
/* line 634, ../sass/template/_style.scss */
.box-reassurances > div {
  padding: 0;
  border-right: 1px solid #e5e5e5;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .box-reassurances > div {
  border-left: 1px solid #e5e5e5;
  border-right: inherit;
}
/* line 637, ../sass/template/_style.scss */
.box-reassurances > div:last-child {
  border-right: 1px solid transparent;
}
/* line 641, ../sass/template/_style.scss */
.box-reassurances .reassurances-center {
  padding: 35px 0;
  text-align: center;
  font-family: "rockwellregular";
  border-right: 1px solid #e5e5e5;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .box-reassurances .reassurances-center {
  border-left: 1px solid #e5e5e5;
  border-right: inherit;
}
/* line 646, ../sass/template/_style.scss */
.box-reassurances .reassurances-center .icon-name {
  display: inline-block;
  font-size: 51.8px;
  margin-right: 10px;
  color: black;
}
/* line 652, ../sass/template/_style.scss */
.box-reassurances .reassurances-center .description {
  display: inline-block;
  font-size: 13px;
  text-align: left;
  color: dimgrey;
}
/* line 654, ../sass/template/_style.scss */
.box-reassurances .reassurances-center .description h4 {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
/* line 658, ../sass/template/_style.scss */
.box-reassurances .reassurances-center .description h4 a {
  color: black;
}
/* line 666, ../sass/template/_style.scss */
.box-reassurances .reassurances-center:hover {
  cursor: pointer;
}
/* line 669, ../sass/template/_style.scss */
.box-reassurances .reassurances-center:hover .icon-name,
.box-reassurances .reassurances-center:hover h4 a {
  color: #ccb48e;
}

/* line 682, ../sass/template/_style.scss */
.banner-home .wpb_wrapper {
  overflow: hidden;
  text-align: center;
}
/* line 687, ../sass/template/_style.scss */
.banner-home .overlay a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 692, ../sass/template/_style.scss */
.banner-home .overlay a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 702, ../sass/template/_style.scss */
.banner-home .overlay a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 713, ../sass/template/_style.scss */
.banner-home .overlay a:hover {
  cursor: pointer;
}
/* line 715, ../sass/template/_style.scss */
.banner-home .overlay a:hover:after, .banner-home .overlay a:hover:before {
  width: 100%;
  height: 100%;
}
/* line 723, ../sass/template/_style.scss */
.banner-home a img {
  text-align: center;
}

/* line 734, ../sass/template/_style.scss */
.no-sidebar .post-area,
.no-sidebar-right .post-area {
  padding-right: 0px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .no-sidebar .post-area, .rtl
.no-sidebar-right .post-area {
  padding-left: 0px;
  padding-right: inherit;
}

/* line 738, ../sass/template/_style.scss */
.post-area {
  padding-right: 10px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .post-area {
  padding-left: 10px;
  padding-right: inherit;
}

/*-------------------------------------------
	Modal
-------------------------------------------*/
/* line 747, ../sass/template/_style.scss */
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* line 752, ../sass/template/_style.scss */
.modal-lg {
  width: 900px;
}
/* line 754, ../sass/template/_style.scss */
.modal-lg.modal-min-width {
  width: 500px;
  height: auto;
  min-height: 90px;
}
/* line 757, ../sass/template/_style.scss */
.modal-lg.modal-min-width .modal-content {
  border: 0;
}
/* line 761, ../sass/template/_style.scss */
.modal-lg .total, .modal-lg .buttons {
  text-align: center;
}
/* line 764, ../sass/template/_style.scss */
.modal-lg .amount {
  color: #ccb48e;
}

/* line 773, ../sass/template/_style.scss */
#accordion-single-product {
  margin: 50px 0;
}
/* line 775, ../sass/template/_style.scss */
#accordion-single-product .panel-default {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none;
  border-top: 1px solid #e5e5e5;
}
/* line 780, ../sass/template/_style.scss */
#accordion-single-product .panel-default > .panel-heading {
  background-color: transparent;
  padding: 15px 0;
  position: relative;
  color: black;
}
/* line 785, ../sass/template/_style.scss */
#accordion-single-product .panel-default > .panel-heading a {
  font-family: "Lato", sans-serif;
}
/* line 787, ../sass/template/_style.scss */
#accordion-single-product .panel-default > .panel-heading a:before {
  background-color: #ccb48e;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 35px;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl #accordion-single-product .panel-default > .panel-heading a:before {
  right: 0;
  left: auto;
}
/* line 797, ../sass/template/_style.scss */
#accordion-single-product .panel-default > .panel-heading a.collapsed:before {
  display: none;
}
/* line 803, ../sass/template/_style.scss */
#accordion-single-product .panel-default .panel-body {
  border-top: none;
  padding: 0;
  font-size: 15px;
}
/* line 808, ../sass/template/_style.scss */
#accordion-single-product .panel-default .panel-collapse.in {
  padding: 20px 0;
}

/*-------------------------------------------
	Pagination
-------------------------------------------*/
/* line 819, ../sass/template/_style.scss */
.pagination {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
/* line 823, ../sass/template/_style.scss */
.pagination > li > a,
.pagination > li > span {
  color: dimgrey;
  padding: 5px 10px;
  margin: 0 2px;
  font-size: 14px;
}
/* line 831, ../sass/template/_style.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 837, ../sass/template/_style.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 841, ../sass/template/_style.scss */
.pagination > li .next, .pagination > li .prev {
  min-width: 90px;
  text-align: center;
}
/* line 844, ../sass/template/_style.scss */
.pagination > li .next:hover, .pagination > li .prev:hover {
  border: 1px solid #ccb48e;
  color: #ccb48e;
}
/* line 853, ../sass/template/_style.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  border-color: #ccb48e;
  background-color: transparent;
  color: #ccb48e;
}
/* line 863, ../sass/template/_style.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: #ccb48e;
  color: #ccb48e;
}
/* line 868, ../sass/template/_style.scss */
.pagination > li > span.current {
  border-color: #ccb48e;
  color: #ccb48e;
}

/* line 874, ../sass/template/_style.scss */
.result-count {
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  color: dimgrey;
}

/*-------------------------------------------
	No Margin
-------------------------------------------*/
/* line 884, ../sass/template/_style.scss */
.no-margin {
  margin: 0 !important;
}
/* line 886, ../sass/template/_style.scss */
.no-margin .pagination {
  margin: 0;
}

/*-------------------------------------------
	No Padding
-------------------------------------------*/
/* line 894, ../sass/template/_style.scss */
.no-padding {
  padding: 0 !important;
}

/*-------------------------------------------
	Wrapper
-------------------------------------------*/
/* line 902, ../sass/template/_style.scss */
.well.small-padding {
  padding: 15px 25px;
  font-size: 12px;
  border: 1px solid #e5e5e5;
}
/* line 907, ../sass/template/_style.scss */
.well.large-padding {
  padding: 30px;
}
/* line 910, ../sass/template/_style.scss */
.well.no-margin {
  margin-bottom: 0;
}
/* line 913, ../sass/template/_style.scss */
.well.no-padding {
  padding-bottom: 0;
}
/* line 916, ../sass/template/_style.scss */
.well .pagination {
  padding: 0;
  margin: 0;
}

/*-------------------------------------------
	Offcanvas
-------------------------------------------*/
/* line 925, ../sass/template/_style.scss */
.wpo-off-canvas-body #searchform {
  margin-right: 35px;
}
/* line 927, ../sass/template/_style.scss */
.wpo-off-canvas-body #searchform .input-search {
  height: 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 931, ../sass/template/_style.scss */
.wpo-off-canvas-body #searchform .input-group-addon {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* line 937, ../sass/template/_style.scss */
.place-order {
  padding: 20px;
}

/*------------------------------------*\
    Mobile
\*------------------------------------*/
/* line 944, ../sass/template/_style.scss */
.icon-mobile {
  width: 30px;
  height: 30px;
  color: white;
  display: table;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  margin: 10px 5px;
  background: #ccb48e;
}
/* line 953, ../sass/template/_style.scss */
.icon-mobile .fa {
  display: table-cell;
  vertical-align: middle;
}

/*------------------------------------*\
    Product Block
\*------------------------------------*/
/* line 5, ../sass/template/_woocommerce.scss */
.box-products {
  position: relative;
}

/* line 8, ../sass/template/_woocommerce.scss */
.product-cols.first {
  clear: left;
}

/* line 12, ../sass/template/_woocommerce.scss */
.product-block {
  position: relative;
  background: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  text-align: center;
  border: 3px solid transparent;
}
/* line 19, ../sass/template/_woocommerce.scss */
.product-block .product-meta {
  padding: 0 5px 0;
}
/* line 21, ../sass/core/_mixins.scss */
.product-block .product-meta:before, .product-block .product-meta:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/core/_mixins.scss */
.product-block .product-meta:after {
  clear: both;
}
/* line 23, ../sass/template/_woocommerce.scss */
.product-block .image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
/* line 27, ../sass/template/_woocommerce.scss */
.product-block .image .image-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: relative;
  top: 0;
  left: auto;
  -webkit-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);
}
/* line 38, ../sass/template/_woocommerce.scss */
.product-block .image .image-effect {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  -webkit-transform: scale3d(1, 1, 2);
  -moz-transform: scale3d(1, 1, 2);
  -ms-transform: scale3d(1, 1, 2);
  -o-transform: scale3d(1, 1, 2);
  transform: scale3d(1, 1, 2);
}
/* line 51, ../sass/template/_woocommerce.scss */
.product-block .image img {
  width: auto;
  height: 200px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
/* line 56, ../sass/template/_woocommerce.scss */
.product-block .category {
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  padding: 0 16px;
  line-height: 40px;
  margin: 8px 0;
  color: #ccb48e;
}
/* line 65, ../sass/template/_woocommerce.scss */
.product-block .category a {
  color: #ccb48e;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
/* line 69, ../sass/template/_woocommerce.scss */
.product-block .category a:hover {
  color: #ccb48e;
}
/* line 73, ../sass/template/_woocommerce.scss */
.product-block .category:before {
  content: "";
  position: absolute;
  background: #ccb48e;
  bottom: 0;
  margin: 0 auto;
  width: 25px;
  height: 1px;
  left: 0;
  right: 0;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .product-block .category:before {
  right: 0;
  left: auto;
}
/* line 114, ../sass/rtl/_rtl.scss */
.rtl .product-block .category:before {
  left: 0;
  right: auto;
}
/* line 85, ../sass/template/_woocommerce.scss */
.product-block .rating .star-rating {
  margin: auto;
  height: 15px;
  color: #FFAE00;
  line-height: normal;
  font-size: 13px;
}
/* line 91, ../sass/template/_woocommerce.scss */
.product-block .rating .star-rating:before {
  color: #B1B1B1;
}
/* line 96, ../sass/template/_woocommerce.scss */
.product-block .price {
  margin: 5px 0 10px;
  min-height: 25px;
}
/* line 99, ../sass/template/_woocommerce.scss */
.product-block .price del {
  font-size: 14px;
}
/* line 103, ../sass/template/_woocommerce.scss */
.product-block .rating {
  margin-bottom: 10px;
  height: 15px;
}
/* line 107, ../sass/template/_woocommerce.scss */
.product-block .hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 110, ../sass/template/_woocommerce.scss */
.product-block .name {
  font-size: 18px;
  line-height: 18px;
  min-height: 36px;
  margin-bottom: 10px;
}
/* line 115, ../sass/template/_woocommerce.scss */
.product-block .name a {
  color: #111111;
  font-weight: 400;
}
/* line 118, ../sass/template/_woocommerce.scss */
.product-block .name a:hover {
  color: #ccb48e;
}
/* line 124, ../sass/template/_woocommerce.scss */
.product-block .button-groups .clear {
  display: none;
}
/* line 127, ../sass/template/_woocommerce.scss */
.product-block .button-groups div:empty {
  clear: none !important;
}
/* line 130, ../sass/template/_woocommerce.scss */
.product-block .button-groups .fa + span {
  display: none;
}
/* line 135, ../sass/template/_woocommerce.scss */
.product-block .product-meta .added_to_cart {
  text-transform: uppercase;
}
/* line 137, ../sass/template/_woocommerce.scss */
.product-block .product-meta .added_to_cart:hover {
  background: #ccb48e;
  border: 1px solid #ccb48e;
}
/* line 143, ../sass/template/_woocommerce.scss */
.product-block .product-meta .added_to_cart,
.product-block .product-meta .btn-cart {
  background: #111111;
  border: none;
  color: white;
  text-shadow: none;
  font-family: "Lato", sans-serif !important;
  font-weight: 800;
  font-size: 11px;
  line-height: 18px;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 6px 16px;
  border: 1px solid #27313C;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/* line 159, ../sass/template/_woocommerce.scss */
.product-block .product-meta .added_to_cart:hover,
.product-block .product-meta .btn-cart:hover {
  background: #ccb48e;
}
/* line 164, ../sass/template/_woocommerce.scss */
.product-block .btn {
  padding: 8px 9px;
  background-color: white;
  color: #666666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid white;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-bottom: 2px;
}
/* line 172, ../sass/template/_woocommerce.scss */
.product-block .btn:hover {
  background-color: #ccb48e;
  border: 1px solid #ccb48e;
  color: white;
}
/* line 180, ../sass/template/_woocommerce.scss */
.product-block .yith-wcwl-add-to-wishlist,
.product-block .btn.btn-compare {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}
/* line 184, ../sass/template/_woocommerce.scss */
.product-block .yith-wcwl-add-to-wishlist {
  background-color: white;
  border: 1px solid white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 189, ../sass/template/_woocommerce.scss */
.product-block .yith-wcwl-add-to-wishlist a {
  color: #666666;
  padding: 8px 9px;
  line-height: 31px;
}
/* line 193, ../sass/template/_woocommerce.scss */
.product-block .yith-wcwl-add-to-wishlist a .fa {
  font-size: 11px;
}
/* line 197, ../sass/template/_woocommerce.scss */
.product-block .yith-wcwl-add-to-wishlist:hover {
  background-color: #ccb48e;
  border: 1px solid #ccb48e;
}
/* line 200, ../sass/template/_woocommerce.scss */
.product-block .yith-wcwl-add-to-wishlist:hover a {
  color: white;
}
/* line 205, ../sass/template/_woocommerce.scss */
.product-block .btn-cart.added {
  display: none !important;
}
/* line 208, ../sass/template/_woocommerce.scss */
.product-block .fa {
  margin: 0;
  font-size: 12px;
}
/* line 214, ../sass/template/_woocommerce.scss */
.product-block:hover {
  border: 3px solid #ccb48e;
  cursor: pointer;
}
/* line 219, ../sass/template/_woocommerce.scss */
.product-block:hover .product-meta .added_to_cart,
.product-block:hover .product-meta .btn-cart {
  border: 1px solid transparent;
  -webkit-transform: translate(0px, -55px);
  -ms-transform: translate(0px, -55px);
  transform: translate(0px, -55px);
}
/* line 225, ../sass/template/_woocommerce.scss */
.product-block:hover .price,
.product-block:hover .rating {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 231, ../sass/template/_woocommerce.scss */
.product-block:hover .added_to_cart,
.product-block:hover .btn.btn-compare,
.product-block:hover .yith-wcwl-add-to-wishlist,
.product-block:hover .btn {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 235, ../sass/template/_woocommerce.scss */
.product-block:hover .image-hover {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/* line 240, ../sass/template/_woocommerce.scss */
.product-block:hover .image-effect {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale3d(0.8, 0.8, 3);
  -moz-transform: scale3d(0.8, 0.8, 3);
  -ms-transform: scale3d(0.8, 0.8, 3);
  -o-transform: scale3d(0.8, 0.8, 3);
  transform: scale3d(0.8, 0.8, 3);
}
/* line 249, ../sass/template/_woocommerce.scss */
.product-block:hover .quick-view {
  left: 0;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .product-block:hover .quick-view {
  right: 0;
  left: auto;
}

/* line 257, ../sass/template/_woocommerce.scss */
.product-grid .image .button-groups {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 7px;
  -webkit-transform: translate(55px, 0px);
  -ms-transform: translate(55px, 0px);
  transform: translate(55px, 0px);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/* line 114, ../sass/rtl/_rtl.scss */
.rtl .product-grid .image .button-groups {
  left: 7px;
  right: auto;
}
/* line 265, ../sass/template/_woocommerce.scss */
.product-grid .image .price {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 999;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .product-grid .image .price {
  right: 10px;
  left: auto;
}
/* line 275, ../sass/template/_woocommerce.scss */
.product-grid .quick-view a > span {
  display: none;
}
/* line 280, ../sass/template/_woocommerce.scss */
.product-grid .name {
  height: 36px;
  overflow: hidden;
}
/* line 284, ../sass/template/_woocommerce.scss */
.product-grid .quick-view {
  display: inline-block;
}
/* line 288, ../sass/template/_woocommerce.scss */
.product-grid .button-groups .compare.added {
  font-size: 10px;
}
/* line 292, ../sass/template/_woocommerce.scss */
.product-grid .product-meta {
  position: relative;
}
/* line 297, ../sass/template/_woocommerce.scss */
.product-grid:hover .image .button-groups {
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
/* line 301, ../sass/template/_woocommerce.scss */
.product-grid:hover .image .price {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 308, ../sass/template/_woocommerce.scss */
.product-list {
  margin: 20px 0;
}
/* line 310, ../sass/template/_woocommerce.scss */
.product-list .product-meta {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 315, ../sass/template/_woocommerce.scss */
.product-list .rating {
  margin-top: 10px;
}
/* line 318, ../sass/template/_woocommerce.scss */
.product-list .name {
  padding: 0 0 12px;
  min-height: inherit;
}
/* line 321, ../sass/template/_woocommerce.scss */
.product-list .name a {
  font-size: 18px;
}
/* line 326, ../sass/template/_woocommerce.scss */
.product-list .yith-wcwl-add-to-wishlist,
.product-list .btn.btn-compare {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: none;
  transition: none;
  float: none;
}
/* line 332, ../sass/template/_woocommerce.scss */
.product-list .button-groups .fa {
  margin: 0 3px;
}
/* line 335, ../sass/template/_woocommerce.scss */
.product-list .button-groups .fa + span {
  display: inline-block;
}
/* line 340, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-to-wishlist,
.product-list .button-groups .add_to_wishlist, .product-list .button-groups .btn,
.product-list .button-groups .btn-cart, .product-list .button-groups .added_to_cart {
  margin: 0;
  display: inline-block;
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
  height: auto;
  font-size: 11px;
}
/* line 348, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-to-wishlist {
  margin: 9px 0;
  display: block;
  text-align: center;
  border: none;
}
/* line 353, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-to-wishlist:hover {
  background-color: transparent;
  border: none;
}
/* line 356, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-to-wishlist:hover a {
  color: #666666;
}
/* line 360, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-to-wishlist a {
  border: 0;
  text-transform: uppercase;
  line-height: normal;
  width: auto;
  height: auto;
  font-size: 11px;
}
/* line 366, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-to-wishlist a:hover {
  background: transparent;
}
/* line 368, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-to-wishlist a:hover span {
  text-decoration: underline;
}
/* line 372, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-to-wishlist a .fa {
  display: none;
}
/* line 378, ../sass/template/_woocommerce.scss */
.product-list .button-groups .added_to_cart,
.product-list .button-groups .btn-cart {
  position: relative;
  text-align: center;
}
/* line 382, ../sass/template/_woocommerce.scss */
.product-list .button-groups .btn-compare {
  border: none;
}
/* line 384, ../sass/template/_woocommerce.scss */
.product-list .button-groups .btn-compare.added {
  width: auto;
  height: auto;
  font-size: 11px;
  line-height: normal;
  color: white;
}
/* line 389, ../sass/template/_woocommerce.scss */
.product-list .button-groups .btn-compare.added:before {
  display: inline-block;
  margin: 0 3px;
}
/* line 394, ../sass/template/_woocommerce.scss */
.product-list .button-groups .btn-compare:hover {
  background-color: transparent;
  border: none;
  color: #666666;
  text-decoration: underline;
}
/* line 401, ../sass/template/_woocommerce.scss */
.product-list .button-groups .add_to_wishlist {
  padding: 0;
  margin: 0;
}
/* line 406, ../sass/template/_woocommerce.scss */
.product-list .button-groups .yith-wcwl-add-button {
  line-height: 12px;
}
/* line 409, ../sass/template/_woocommerce.scss */
.product-list .button-groups .add_to_wishlist, .product-list .button-groups .btn-compare {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 415, ../sass/template/_woocommerce.scss */
.product-list .quick-view {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 30%;
  width: 100%;
  left: -20%;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/* line 107, ../sass/rtl/_rtl.scss */
.rtl .product-list .quick-view {
  right: -20%;
  left: auto;
}
/* line 424, ../sass/template/_woocommerce.scss */
.product-list:after {
  display: none;
}
/* line 429, ../sass/template/_woocommerce.scss */
.product-list:hover .yith-wcwl-add-to-wishlist,
.product-list:hover .btn-compare {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 433, ../sass/template/_woocommerce.scss */
.product-list:hover .price,
.product-list:hover .rating {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 439, ../sass/template/_woocommerce.scss */
.price {
  color: #111111;
  font-size: 18px;
  font-weight: normal;
  font-family: "rockwellregular";
}
/* line 444, ../sass/template/_woocommerce.scss */
.price del {
  color: #f05423;
}
/* line 447, ../sass/template/_woocommerce.scss */
.price ins {
  text-decoration: none;
}

/* line 453, ../sass/template/_woocommerce.scss */
#yith-wcwl-popup-message {
  padding: 10px;
  color: #5c5c5c;
  border-color: #d8d8d8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 458, ../sass/template/_woocommerce.scss */
#yith-wcwl-popup-message #yith-wcwl-message {
  line-height: normal;
  width: auto;
  height: auto;
}

/* line 465, ../sass/template/_woocommerce.scss */
.product-bottom .result-count {
  margin: 0;
}

/*------------------------------------*\
    Related Product
\*------------------------------------*/
/*------------------------------------*\
    Product Info
\*------------------------------------*/
/* line 480, ../sass/template/_woocommerce.scss */
#single-product {
  margin-bottom: 20px;
  background: white;
}
/* line 484, ../sass/template/_woocommerce.scss */
#single-product .thumbnails .caroufredsel_wrapper {
  height: 92px !important;
}
/* line 488, ../sass/template/_woocommerce.scss */
#single-product .thumbnails ul li {
  text-align: center;
  margin-right: 10px;
}
/* line 491, ../sass/template/_woocommerce.scss */
#single-product .thumbnails ul li a {
  margin: 0;
}
/* line 494, ../sass/template/_woocommerce.scss */
#single-product .thumbnails ul li:last-child {
  margin-right: 0;
}
/* line 498, ../sass/template/_woocommerce.scss */
#single-product .thumbnails ul img {
  margin: 0px auto;
  max-height: 92px;
  width: 25%;
  border: 1px solid #e5e5e5;
}
/* line 506, ../sass/template/_woocommerce.scss */
#single-product .yith_magnifier_zoom_wrap {
  z-index: 99;
}
/* line 509, ../sass/template/_woocommerce.scss */
#single-product h1 {
  font-size: 22.4px;
  text-transform: none;
  margin: 0 0 10px 0;
  text-align: left;
  color: #111111;
  font-weight: normal;
}
/* line 517, ../sass/template/_woocommerce.scss */
#single-product .star-rating {
  font-size: 13px;
}
/* line 520, ../sass/template/_woocommerce.scss */
#single-product .description {
  text-align: left;
  padding: 20px 0;
}
/* line 524, ../sass/template/_woocommerce.scss */
#single-product .product_meta {
  margin: 0;
  clear: both;
  text-align: left;
  padding: 20px 0;
}
/* line 529, ../sass/template/_woocommerce.scss */
#single-product .product_meta > div {
  border-left: 3px solid #ccb48e;
  padding-left: 20px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl #single-product .product_meta > div {
  padding-right: 20px;
  padding-left: inherit;
}
/* line 533, ../sass/template/_woocommerce.scss */
#single-product .product_meta a {
  color: #ccb48e;
}
/* line 535, ../sass/template/_woocommerce.scss */
#single-product .product_meta a:hover {
  color: black;
  text-decoration: underline;
}
/* line 541, ../sass/template/_woocommerce.scss */
#single-product .addthis {
  overflow: hidden;
  text-align: left;
  padding: 20px 0;
}
/* line 546, ../sass/template/_woocommerce.scss */
#single-product .woocommerce-product-rating {
  margin: 0;
  line-height: normal;
  text-align: left;
  color: #c6c6c6;
}
/* line 551, ../sass/template/_woocommerce.scss */
#single-product .woocommerce-product-rating span {
  color: #ffae00;
}
/* line 556, ../sass/template/_woocommerce.scss */
#single-product .minus,
#single-product .plus {
  background: white;
  color: #666666;
  border-color: #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 562, ../sass/template/_woocommerce.scss */
#single-product .minus:hover,
#single-product .plus:hover {
  background-image: none;
  background-color: white;
}
/* line 567, ../sass/template/_woocommerce.scss */
#single-product .cart {
  margin: 0;
  text-align: left;
  float: left;
  width: 120px;
}
/* line 572, ../sass/template/_woocommerce.scss */
#single-product .cart .quantity {
  float: none;
  margin: 0 0 14px 0;
  width: 80px;
  height: auto;
  float: left;
}
/* line 577, ../sass/template/_woocommerce.scss */
#single-product .cart .quantity .qty {
  width: 80px;
  background: white;
  color: #777777;
  font-weight: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #e5e5e5;
}
/* line 586, ../sass/template/_woocommerce.scss */
#single-product .cart .button {
  float: none;
  margin: 0 auto;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
/* line 590, ../sass/template/_woocommerce.scss */
#single-product .cart .button:hover {
  color: white;
}
/* line 595, ../sass/template/_woocommerce.scss */
#single-product .cart .btn-cart {
  float: none;
  margin: 0;
  padding: 10px 0;
  background: #111111;
  color: white;
  border: 1px solid #111111;
  font-weight: 800;
  font-size: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 112px;
  height: auto;
}
/* line 613, ../sass/template/_woocommerce.scss */
#single-product .variations_form.cart {
  width: 100% !important;
  margin-bottom: -30px;
}
/* line 616, ../sass/template/_woocommerce.scss */
#single-product .variations_form.cart label {
  color: #111111;
  font-size: 22px;
}
/* line 621, ../sass/template/_woocommerce.scss */
#single-product .variations_form.cart .quantity .input-text {
  height: 37px;
}
/* line 624, ../sass/template/_woocommerce.scss */
#single-product .variations_form.cart .quantity .single_add_to_cart_button {
  margin-left: 10px;
}
/* line 629, ../sass/template/_woocommerce.scss */
#single-product .yith-wcwl-add-to-wishlist {
  float: left;
  background-color: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-size: 12px;
  margin-top: 42px;
  border: 1px solid #e5e5e5;
}
/* line 636, ../sass/template/_woocommerce.scss */
#single-product .yith-wcwl-add-to-wishlist .fa {
  display: none;
}
/* line 639, ../sass/template/_woocommerce.scss */
#single-product .yith-wcwl-add-to-wishlist a {
  text-transform: uppercase;
  padding: 10px 10px;
  float: left;
  line-height: normal;
  color: dimgrey;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  width: 100%;
  height: auto;
}
/* line 648, ../sass/template/_woocommerce.scss */
#single-product .yith-wcwl-add-to-wishlist a:hover {
  background: #ccb48e;
  color: white;
  border-color: #ccb48e;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
/* line 656, ../sass/template/_woocommerce.scss */
#single-product a.button, #single-product button.button, #single-product input.button, #single-product #review_form #submit {
  line-height: normal;
  padding: 10px 12px;
  font-size: 12px;
  color: dimgrey;
  font-weight: normal;
  background-image: none;
  font-weight: 800;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: auto;
  height: auto;
}
/* line 671, ../sass/template/_woocommerce.scss */
#single-product a.button:hover, #single-product button.button:hover, #single-product input.button:hover, #single-product #review_form #submit:hover {
  color: white;
  background: #ccb48e;
  border-color: #ccb48e;
}
/* line 678, ../sass/template/_woocommerce.scss */
#single-product .compare {
  float: left;
  margin-left: 10px;
  margin-top: 42px;
}
/* line 684, ../sass/template/_woocommerce.scss */
#single-product .product-single-price {
  text-align: left;
  padding: 20px 0 0;
}
/* line 687, ../sass/template/_woocommerce.scss */
#single-product .product-single-price .price {
  margin: 0;
  color: #f05423;
  font-size: 22.4px;
  padding: 10px 0;
}
/* line 694, ../sass/template/_woocommerce.scss */
#single-product .summary {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-align: center;
}
/* line 701, ../sass/template/_woocommerce.scss */
#single-product .clear {
  display: none;
}
/* line 705, ../sass/template/_woocommerce.scss */
#single-product .images {
  float: none;
  margin: 0;
  width: auto;
  height: auto;
}
/* line 709, ../sass/template/_woocommerce.scss */
#single-product .images img {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  height: auto;
}

/* line 717, ../sass/template/_woocommerce.scss */
.single-product .product {
  z-index: 999;
}

/*------------------------------------*\
    woocommerce tabs
\*------------------------------------*/
/* line 726, ../sass/template/_woocommerce.scss */
.woocommerce-tabs {
  background: white;
  margin: 50px 0;
  border: 1px solid #e5e5e5;
}
/* line 730, ../sass/template/_woocommerce.scss */
.woocommerce-tabs h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: none;
}
/* line 735, ../sass/template/_woocommerce.scss */
.woocommerce-tabs h3 {
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: none;
}
/* line 740, ../sass/template/_woocommerce.scss */
.woocommerce-tabs .nav-tabs {
  border: 0;
}
/* line 743, ../sass/template/_woocommerce.scss */
.woocommerce-tabs .tab-content {
  border-left: 1px solid #e5e5e5;
  padding: 20px 24px;
  line-height: 25px;
}
/* line 21, ../sass/rtl/_rtl.scss */
.rtl .woocommerce-tabs .tab-content {
  border-right: 1px solid #e5e5e5;
  border-left: inherit;
}
/* line 747, ../sass/template/_woocommerce.scss */
.woocommerce-tabs .tab-content h2 {
  font-weight: 600;
}
/* line 752, ../sass/template/_woocommerce.scss */
.woocommerce-tabs #reviews h3 {
  margin-bottom: 20px;
}
/* line 756, ../sass/template/_woocommerce.scss */
.woocommerce-tabs #reviews #comment {
  height: initial;
}
/* line 759, ../sass/template/_woocommerce.scss */
.woocommerce-tabs .nav-tabs {
  padding: 0;
}
/* line 761, ../sass/template/_woocommerce.scss */
.woocommerce-tabs .nav-tabs li {
  float: none;
  display: block;
  margin: 0;
  border: 0;
}
/* line 766, ../sass/template/_woocommerce.scss */
.woocommerce-tabs .nav-tabs li a {
  margin: 0;
  color: dimgrey;
  padding: 18px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: none transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 779, ../sass/template/_woocommerce.scss */
.woocommerce-tabs .nav-tabs li a:focus, .woocommerce-tabs .nav-tabs li a:hover {
  color: #ccb48e;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-right: 2px solid #ccb48e;
  background: none transparent;
}
/* line 788, ../sass/template/_woocommerce.scss */
.woocommerce-tabs .nav-tabs li.active > a {
  color: #ccb48e;
  border-right: 2px solid #ccb48e;
  background: none transparent;
}
/* line 793, ../sass/template/_woocommerce.scss */
> .woocommerce-tabs .nav-tabs li.active > a:focus, > .woocommerce-tabs .nav-tabs li.active > a:hover {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-right: 2px solid #ccb48e;
}

/*------------------------------------*\
    Table
\*------------------------------------*/
/* line 809, ../sass/template/_woocommerce.scss */
.woocommerce,
.woocommerce-page {
  /*------------------------------------*\
      Sale Label
  \*------------------------------------*/
}
/* line 811, ../sass/template/_woocommerce.scss */
.woocommerce table td, .woocommerce table th,
.woocommerce-page table td,
.woocommerce-page table th {
  font-weight: normal;
}
/* line 813, ../sass/template/_woocommerce.scss */
.woocommerce table td strong, .woocommerce table th strong,
.woocommerce-page table td strong,
.woocommerce-page table th strong {
  font-weight: normal;
}
/* line 818, ../sass/template/_woocommerce.scss */
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  font-weight: normal;
}
/* line 822, ../sass/template/_woocommerce.scss */
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 824, ../sass/template/_woocommerce.scss */
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  border: 0;
  font-weight: normal;
}
/* line 828, ../sass/template/_woocommerce.scss */
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  padding: 12px;
}
/* line 832, ../sass/template/_woocommerce.scss */
.woocommerce table.cart img,
.woocommerce-page table.cart img {
  width: auto;
  height: auto;
}
/* line 839, ../sass/template/_woocommerce.scss */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 100%;
}
/* line 842, ../sass/template/_woocommerce.scss */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  text-align: left;
}
/* line 10, ../sass/rtl/_rtl.scss */
.rtl .woocommerce .cart-collaterals .cart_totals, .rtl
.woocommerce-page .cart-collaterals .cart_totals {
  text-align: right;
}
/* line 845, ../sass/template/_woocommerce.scss */
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
  line-height: 30px;
  text-align: left;
}
/* line 10, ../sass/rtl/_rtl.scss */
.rtl .woocommerce .cart-collaterals .cart_totals tr td, .rtl .woocommerce .cart-collaterals .cart_totals tr th, .rtl
.woocommerce-page .cart-collaterals .cart_totals tr td, .rtl
.woocommerce-page .cart-collaterals .cart_totals tr th {
  text-align: right;
}
/* line 854, ../sass/template/_woocommerce.scss */
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  width: 62px;
  letter-spacing: 2px;
  float: inherit;
}
/* line 859, ../sass/template/_woocommerce.scss */
.woocommerce .star-rating > span:before,
.woocommerce-page .star-rating > span:before {
  letter-spacing: 2px;
}
/* line 868, ../sass/template/_woocommerce.scss */
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  display: inline;
  font-weight: normal;
}
/* line 872, ../sass/template/_woocommerce.scss */
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  width: auto;
  height: auto;
  background: none transparent;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 887, ../sass/template/_woocommerce.scss */
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  padding: 10px 0px;
  border-top: 1px solid #e5e5e5;
}
/* line 897, ../sass/template/_woocommerce.scss */
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  border-radius: 0 50% 50%;
  -webkit-border-radius: 0 50% 50%;
  -moz-border-radius: 0 50% 50%;
  -ms-border-radius: 0 50% 50%;
  -o-border-radius: 0 50% 50%;
  width: auto;
  height: 25px;
  left: 20px;
  top: 25px;
  line-height: 25px;
  z-index: 100;
  min-width: initial;
  min-height: initial;
  display: table;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  color: white;
  background: #ccb48e;
  font-size: 10px;
  padding: 10px;
}
/* line 916, ../sass/template/_woocommerce.scss */
.woocommerce span.onsale:before,
.woocommerce-page span.onsale:before {
  content: "";
  background: #ccb48e;
}
/* line 920, ../sass/template/_woocommerce.scss */
.woocommerce span.onsale .label-sale,
.woocommerce-page span.onsale .label-sale {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
/* line 929, ../sass/template/_woocommerce.scss */
.woocommerce .shipping-calculator-button,
.woocommerce-page .shipping-calculator-button {
  font-size: 19px;
  font-weight: 700;
}
/* line 934, ../sass/template/_woocommerce.scss */
.woocommerce .shipping-calculator-button:active, .woocommerce .shipping-calculator-button:focus, .woocommerce .shipping-calculator-button:hover,
.woocommerce-page .shipping-calculator-button:active,
.woocommerce-page .shipping-calculator-button:focus,
.woocommerce-page .shipping-calculator-button:hover {
  color: #ccb48e;
  box-shadow: none;
}
/* line 941, ../sass/template/_woocommerce.scss */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ccb48e;
}
/* line 944, ../sass/template/_woocommerce.scss */
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #ccb48e;
  border: 1px solid #ccb48e;
}
/* line 950, ../sass/template/_woocommerce.scss */
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #ccb48e;
}
/* line 952, ../sass/template/_woocommerce.scss */
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  background-color: #ccb48e;
}

/* line 958, ../sass/template/_woocommerce.scss */
.wc-forward a:after, .wc-forward:after {
  font-size: inherit;
}

/* line 962, ../sass/template/_woocommerce.scss */
.yith_magnifier_zoom_magnifier {
  right: 100% !important;
}

/*
 *  Revolution Slider
 */
/* line 4, ../sass/template/_slider.scss */
.tp-caption {
  text-transform: uppercase;
}
/* line 6, ../sass/template/_slider.scss */
.tp-caption.text-style-white {
  font-size: 60px;
  color: white;
  letter-spacing: -5px;
  line-height: 10px;
}
/* line 12, ../sass/template/_slider.scss */
.tp-caption.text-style-yellow {
  font-size: 60px;
  color: #f4f716;
  letter-spacing: -5px;
  line-height: 10px;
  text-transform: uppercase;
}
/* line 20, ../sass/template/_slider.scss */
.tp-caption.text-style-white-medium {
  font-size: 36px;
  color: white;
  letter-spacing: -2px;
  line-height: 10px;
}
/* line 26, ../sass/template/_slider.scss */
.tp-caption.text-style-yellow-medium {
  font-size: 48px;
  color: #f4f716;
  letter-spacing: -3px;
  line-height: 10px;
  text-transform: uppercase;
}
/* line 33, ../sass/template/_slider.scss */
.tp-caption.large_bold_white {
  color: #ccb48e;
  font-weight: 800;
}
/* line 37, ../sass/template/_slider.scss */
.tp-caption.medium_thin_grey {
  color: white;
  font-family: "rockwellregular";
  font-weight: 600;
}
/* line 42, ../sass/template/_slider.scss */
.tp-caption.medium_text {
  color: white;
  font-family: "rockwellregular";
  font-weight: 600;
}
/* line 47, ../sass/template/_slider.scss */
.tp-caption.text-style-white-small {
  font-size: 18px;
  color: white;
  line-height: 10px;
  letter-spacing: -1px;
}
/* line 55, ../sass/template/_slider.scss */
.tp-caption .slidebutton {
  text-transform: uppercase;
  font-size: 10px;
  padding: 13px 15px;
  background: #262a2e;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: white;
}
/* line 62, ../sass/template/_slider.scss */
.tp-caption .slidebutton:hover {
  text-decoration: none;
  color: white;
}

/* line 69, ../sass/template/_slider.scss */
.btn-slider {
  background-color: #111111;
  color: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 73, ../sass/template/_slider.scss */
.btn-slider:hover {
  background-color: #ccb48e;
}

/* line 79, ../sass/template/_slider.scss */
.tparrows.default {
  background-image: none;
  width: 28px;
  height: 63px;
  color: white;
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 85, ../sass/template/_slider.scss */
.tparrows.default:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 2px;
  height: 20px;
  color: white;
  font-weight: bold;
  font-size: 15px;
}
/* line 100, ../sass/template/_slider.scss */
.tparrows.default:hover {
  background-color: #ccb48e;
}
/* line 105, ../sass/template/_slider.scss */
.tparrows.tp-leftarrow:before {
  content: "\f104";
}

/* line 113, ../sass/template/_slider.scss */
.tp-bullets .bullet {
  border: 2px solid white;
  background: none !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 119, ../sass/template/_slider.scss */
.tp-bullets .bullet.selected {
  background: #ccb48e !important;
  border: 2px solid #ccb48e;
}

/*
*  Responsive
*/
@media only screen and (max-width: 1200px) {
  /* line 9, ../sass/template/_responsive.scss */
  .vertical-menu .navbar-nav > li > a {
    padding: 11px 9px;
  }

  /* line 17, ../sass/template/_responsive.scss */
  .box-reassurances .reassurances-center .icon-name {
    width: 100%;
  }

  /* line 23, ../sass/template/_responsive.scss */
  .wpo-search .input-search {
    min-width: 250px;
  }

  /* line 28, ../sass/template/_responsive.scss */
  .newletter .box-heading {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 44, ../sass/template/_responsive.scss */
  .newletter .box-heading {
    display: none;
  }

  /* line 49, ../sass/template/_responsive.scss */
  .wpo-search .input-search {
    min-width: 325px;
  }

  /* line 54, ../sass/template/_responsive.scss */
  .wpo-sidebar .box.widget_wpo_menu_vertical {
    display: none;
  }

  /* line 58, ../sass/template/_responsive.scss */
  .social {
    text-align: center;
  }
  /* line 60, ../sass/template/_responsive.scss */
  .social li {
    float: inherit;
    display: inline-block;
  }

  /* line 65, ../sass/template/_responsive.scss */
  .product-cols {
    margin: 20px 0;
  }

  /* line 69, ../sass/template/_responsive.scss */
  .wpo-sidebar .box.widget_sp_image {
    text-align: center;
  }

  /* line 73, ../sass/template/_responsive.scss */
  .advertising {
    width: 53%;
  }

  /* line 78, ../sass/template/_responsive.scss */
  .product-block .image img {
    width: 100%;
  }
  /* line 81, ../sass/template/_responsive.scss */
  .product-block .image .image-hover {
    display: none;
  }
  /* line 84, ../sass/template/_responsive.scss */
  .product-block .image .image-effect {
    position: inherit;
  }
  /* line 89, ../sass/template/_responsive.scss */
  .product-block:hover .image-effect {
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 2);
    -moz-transform: scale3d(1, 1, 2);
    -ms-transform: scale3d(1, 1, 2);
    -o-transform: scale3d(1, 1, 2);
    transform: scale3d(1, 1, 2);
  }
  /* line 99, ../sass/template/_responsive.scss */
  .product-block .quick-view {
    display: none;
  }

  /* line 103, ../sass/template/_responsive.scss */
  .box-slide {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 111, ../sass/template/_responsive.scss */
  .header-wrap .logo {
    text-align: center;
  }

  /* line 116, ../sass/template/_responsive.scss */
  .box-reassurances .reassurances-center {
    border-bottom: 1px solid #e5e5e5;
  }

  /* line 120, ../sass/template/_responsive.scss */
  .wpo-search {
    margin: 20px auto;
  }
  /* line 122, ../sass/template/_responsive.scss */
  .wpo-search .input-search {
    min-width: 280px;
  }

  /* line 127, ../sass/template/_responsive.scss */
  #wpo-mainnav {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    margin-top: -192px;
  }

  /* line 134, ../sass/template/_responsive.scss */
  .navbar-default .navbar-toggle {
    float: left;
    border: 1px solid #e5e5e5;
    margin-left: 7px;
    margin-top: -192px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  /* line 141, ../sass/template/_responsive.scss */
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border: 1px solid #ccb48e;
  }
  /* line 144, ../sass/template/_responsive.scss */
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ccb48e;
  }
  /* line 148, ../sass/template/_responsive.scss */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #e5e5e5;
  }

  /* line 153, ../sass/template/_responsive.scss */
  .advertising .sale {
    top: 0;
    right: 0;
  }
  /* line 114, ../sass/rtl/_rtl.scss */
  .rtl .advertising .sale {
    left: 0;
    right: auto;
  }

  /* line 157, ../sass/template/_responsive.scss */
  .tabbable .nav-tabs > li > a {
    font-size: 14px;
  }

  /* line 160, ../sass/template/_responsive.scss */
  .product-block {
    padding-bottom: 20px;
  }
  /* line 163, ../sass/template/_responsive.scss */
  .product-block .image img {
    width: 100%;
  }
  /* line 166, ../sass/template/_responsive.scss */
  .product-block .image .button-groups {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    display: block;
    z-index: 999;
  }
  /* line 171, ../sass/template/_responsive.scss */
  .product-block .image .price {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  /* line 176, ../sass/template/_responsive.scss */
  .product-block .added_to_cart, .product-block .btn.btn-compare, .product-block .yith-wcwl-add-to-wishlist, .product-block .btn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  /* line 182, ../sass/template/_responsive.scss */
  .product-block .product-meta .added_to_cart, .product-block .product-meta .btn-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  /* line 187, ../sass/template/_responsive.scss */
  .product-block .product-meta .rating,
  .product-block .product-meta .price {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 194, ../sass/template/_responsive.scss */
  .product-block:hover .image .price {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  /* line 199, ../sass/template/_responsive.scss */
  .product-block:hover .product-meta .added_to_cart, .product-block:hover .product-meta .btn-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  /* line 207, ../sass/template/_responsive.scss */
  .box-advertising {
    padding: 0 !important;
  }

  /* line 210, ../sass/template/_responsive.scss */
  .advertising {
    width: 100%;
  }

  /* line 214, ../sass/template/_responsive.scss */
  .recent-blog .blog-title {
    min-height: 20px;
  }
  /* line 217, ../sass/template/_responsive.scss */
  .recent-blog .box-content {
    text-align: center;
  }

  /* line 221, ../sass/template/_responsive.scss */
  .megamenu {
    width: 50px;
  }

  /* line 224, ../sass/template/_responsive.scss */
  .product-cols.first {
    clear: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 230, ../sass/template/_responsive.scss */
  .newletter input[type="email"], .newletter input[type="text"] {
    width: 65%;
  }

  /* line 233, ../sass/template/_responsive.scss */
  .cart-header h4 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 580px) {
  /* line 241, ../sass/template/_responsive.scss */
  .tabbable .nav-tabs > li {
    width: 100%;
  }
  /* line 243, ../sass/template/_responsive.scss */
  .tabbable .nav-tabs > li > a {
    border-bottom: 1px solid !important;
    font-size: 14px;
    padding-left: 0;
  }
  /* line 21, ../sass/rtl/_rtl.scss */
  .rtl .tabbable .nav-tabs > li > a {
    padding-right: 0;
    padding-left: inherit;
  }
  /* line 250, ../sass/template/_responsive.scss */
  .tabbable .carousel-controls {
    top: -25px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 258, ../sass/template/_responsive.scss */
  .product-cols {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 265, ../sass/template/_responsive.scss */
  .wpo-search .input-search {
    min-width: inherit;
  }
}
@media only screen and (max-width: 360px) {
  /* line 274, ../sass/template/_responsive.scss */
  .wpo-search .filter_type,
  .wpo-search .filter_type select {
    width: 129px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 281, ../sass/template/_responsive.scss */
  .product-block .yith-wcwl-add-to-wishlist {
    border: none;
  }
  /* line 283, ../sass/template/_responsive.scss */
  .product-block .yith-wcwl-add-to-wishlist:hover {
    border: none;
  }
}
