/***********************************************************************/
.no-margin {
  margin: 0 !important; }

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

a a:hover, a a:focus {
  outline: none; }

.container {
  position: relative; }

#page {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  overflow: hidden; }

.errors {
  color: #C83A3A; }

#topbar {
  height: 49px;
  font-size: 12px;
  background: #444444;
  color: #fff;
  border-top: 3px solid #414042; }
  #topbar a {
    /* font-family: $font-family; */
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
    #topbar a:hover, #topbar a:focus {
      color: #ca912b; }
  #topbar nav {
    max-height: 49px; }
    #topbar nav:before, #topbar nav:after {
      content: "";
      display: table; }
    #topbar nav:after {
      clear: both; }
  #topbar .login_links a {
    line-height: 49px;
    color: #FFFFFF; }
    #topbar .login_links a:hover {
      color: #ca912b; }

.header-container {
  z-index: 1; }

#header-main {
  background: #FFFFFF; }

.header-wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .header-wrap:before, .header-wrap:after {
    content: " ";
    display: table; }
  .header-wrap:after {
    clear: both; }
  .header-wrap .header-left {
    float: left;
    width: 25%; }
    .rtl .header-wrap .header-left {
      float: right; }
    @media (max-width: 767px) {
      .header-wrap .header-left {
        width: 100%; } }
  .header-wrap .header-right {
    float: left;
    width: 75%; }
    @media (max-width: 767px) {
      .header-wrap .header-right {
        width: 100%; } }

#header_logo {
  padding: 5px 0px;
  width: 100px;
  text-align: left; }
  .rtl #header_logo {
    text-align: right; }
  #header_logo h1 {
    margin: 0px; }
  #header_logo a {
    margin: 0px auto; }
  #header_logo img {
    max-width: 100%; }

.main-content #slider {
  margin: 0 -14px; }

.template-index .main-content {
  padding-top: 10px; }

.center_column .widget-banner {
  margin-top: 28px; }

.center_column .banner_header .widget-banner {
  margin-top: 0; }

.products_block {
  margin-top: 70px;
  overflow: hidden; }

.block__col {
  padding: 0 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .block__col .item {
    border-right: 1px solid #e5e5e5; }
    .rtl .block__col .item {
      border-left: 1px solid #e5e5e5;
      border-right: inherit; }
    .block__col .item:last-child {
      border-right: none; }
      .rtl .block__col .item:last-child {
        border-left: none;
        border-right: inherit; }
  .block__col .featured-box {
    padding-top: 15px;
    padding-bottom: 15px; }
  .block__col .featured-box-img {
    position: relative;
    margin-bottom: 20px; }
    .block__col .featured-box-img .img-category img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .block__col .featured-box-img .img-category img:hover {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0); }
    .block__col .featured-box-img .text-category {
      position: absolute;
      padding: 0 12px;
      background-color: #ca912b;
      color: #FFFFFF;
      bottom: 0;
      left: 0; }
      .rtl .block__col .featured-box-img .text-category {
        right: 0;
        left: auto; }
  .block__col .box-link .featured-box-title {
    margin: 0;
    display: inline-block;
    float: left;
    padding: 0 15px;
    color: #383737;
    font-size: 22px;
    line-height: 26px;
    position: relative; }
    .rtl .block__col .box-link .featured-box-title {
      float: right; }
    .block__col .box-link .featured-box-title:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 50%;
      background-color: #efefef;
      width: 100%;
      z-index: -1; }
  .block__col .box-link .link_collection {
    float: right;
    font-size: 14px; }
    .rtl .block__col .box-link .link_collection {
      float: left; }

#footer {
  background: transparent; }
  #footer:before, #footer:after {
    content: " ";
    display: table; }
  #footer:after {
    clear: both; }

.footer-center {
  background: #383737;
  color: #c2c2c2; }

.footer-center-wrap {
  padding: 40px 0px; }

.footer_boxed {
  padding-top: 30px;
  border-top: 1px solid #e5e5e5; }

.footer-nav {
  background: #fff; }

#powered {
  padding: 25px 0px;
  /* font-family: $font-family; */
  font-size: 13px;
  color: #383737;
  text-transform: uppercase;
  margin-bottom: 0; }
  #powered a:hover {
    color: #ca912b; }

.link-nav {
  padding: 25px 0px;
  text-align: right; }
  .link-nav li {
    display: inline-block;
    font-size: 13px;
    padding: 0 15px; }
    .link-nav li:first-child {
      border-right: 1px solid #000; }

body.layout-boxed-lg {
  background: white; }
  body.layout-boxed-lg #page {
    max-width: 1200px;
    box-shadow: 0px 0px 5px #D5D5D5;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    overflow: visible; }
    body.layout-boxed-lg #page .container {
      max-width: 1200px; }
  body.layout-boxed-lg #header.navbar-fixed-top {
    width: 1200px;
    left: 50%;
    margin-left: -600px; }

body.layout-boxed-md {
  background: white; }
  body.layout-boxed-md #page {
    max-width: 960px;
    box-shadow: 0px 0px 5px #D5D5D5;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    overflow: visible; }
    body.layout-boxed-md #page .container {
      max-width: 960px; }
  body.layout-boxed-md #header.navbar-fixed-top {
    width: 960px;
    left: 50%;
    margin-left: -480px; }

/* ---Header--- */
body.keep-header .mini-bar {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  body.header-one .welcome-msg {
    display: none; }
  body.header-one .customer-service {
    display: none; }
  body.header-one .blockcart_top {
    position: absolute;
    top: -40px;
    right: 0px;
    margin: 0px;
    z-index: 1; }
    body.header-one .blockcart_top .cart-inner > span {
      color: #aeaeae; }
      body.header-one .blockcart_top .cart-inner > span.cart-title {
        color: #FFFFFF;
        padding: 4px 0px 0px; }
    body.header-one .blockcart_top .title-cart span {
      width: 40px;
      height: 40px; }
      body.header-one .blockcart_top .title-cart span:after {
        border-right: 6px solid #444444; }
  body.header-one .header-wrap .header-left {
    width: 100%; }
  body.header-one #header_logo {
    text-align: center; }
    body.header-one #header_logo a {
      display: inline-block; }
  body.header-one #block_currencies {
    float: left;
    border: 0px; }
    body.header-one #block_currencies .fa {
      font-size: 14px; }
      body.header-one #block_currencies .fa:before {
        content: "\f0d6"; }
    body.header-one #block_currencies .dropdown-menu {
      left: 0px;
      right: auto; }
  body.header-one #pre-currencies {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold; }
  body.header-one .header_user_info {
    float: left;
    margin: 5px 15px;
    position: relative; }
    body.header-one .header_user_info .popup-title {
      display: block;
      position: relative;
      display: block;
      padding: 5px 15px;
      line-height: 18px;
      cursor: pointer; }
      body.header-one .header_user_info .popup-title span {
        padding: 0px 12px 0px 8px; }
      body.header-one .header_user_info .popup-title:before {
        content: "\f107";
        position: absolute;
        font-family: "FontAwesome";
        font-size: 14px;
        top: 5px;
        right: 10px; }
    body.header-one .header_user_info .links {
      position: absolute;
      top: 100%;
      z-index: 1000;
      float: left;
      min-width: 160px;
      padding: 5px 10px;
      margin: 2px 0px 0px;
      list-style: outside none none;
      font-size: 13px;
      background-color: #FFF;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 0px;
      left: 0px;
      right: auto;
      background-clip: padding-box;
      -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      body.header-one .header_user_info .links li {
        display: block;
        line-height: 30px; }
        body.header-one .header_user_info .links li a {
          font-size: 13px;
          border: 0px;
          color: #383737 !important; }
        body.header-one .header_user_info .links li:hover {
          background: #F5F5F5; }
    body.header-one .header_user_info.popup-over {
      border: 0px; }
    body.header-one .header_user_info:hover .links {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  body.header-one #search-icon {
    display: block;
    float: right;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    z-index: 1; }
  body.header-one form#searchbox {
    width: 0px;
    padding: 0px;
    overflow: hidden;
    float: right;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .rtl body.header-one form#searchbox {
      float: left; }
    body.header-one form#searchbox.show {
      width: 250px;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
  body.header-one #search_query_top {
    padding: 3px 10px 0px 10px; }
  body.header-one #search_button {
    display: none; }
  body.header-two .welcome-msg {
    display: none; }
  body.header-two .customer-service {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 50%;
    padding: 0px; }
    body.header-two .customer-service .box-icon {
      width: 40px;
      height: 40px;
      line-height: 38px;
      background: #777777;
      margin-right: 10px; }
      body.header-two .customer-service .box-icon:after {
        border-right: 6px solid #444444; }
      body.header-two .customer-service .box-icon .fa {
        color: #c2c2c2; }
    body.header-two .customer-service .media-body {
      padding: 8px 0px; }
    body.header-two .customer-service h4 {
      color: #c2c2c2; }
  body.header-two #block_currencies {
    float: right;
    border: 0px; }
    body.header-two #block_currencies .fa {
      font-size: 14px; }
      body.header-two #block_currencies .fa:before {
        content: "\f0d6"; }
  body.header-two #pre-currencies {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold; }
  body.header-two .header_user_info {
    float: right;
    margin: 5px 15px;
    position: relative; }
    body.header-two .header_user_info .popup-title {
      display: block;
      position: relative;
      display: block;
      padding: 5px 15px;
      line-height: 18px;
      cursor: pointer; }
      body.header-two .header_user_info .popup-title span {
        padding: 0px 12px 0px 8px; }
      body.header-two .header_user_info .popup-title:before {
        content: "\f107";
        position: absolute;
        font-family: "FontAwesome";
        font-size: 14px;
        top: 5px;
        right: 10px; }
    body.header-two .header_user_info .links {
      position: absolute;
      top: 100%;
      z-index: 1000;
      float: left;
      min-width: 160px;
      padding: 5px 10px;
      margin: 2px 0px 0px;
      list-style: outside none none;
      font-size: 13px;
      background-color: #FFF;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 0px;
      right: 0px;
      left: auto;
      background-clip: padding-box;
      -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      body.header-two .header_user_info .links li {
        display: block;
        line-height: 30px; }
        body.header-two .header_user_info .links li a {
          font-size: 13px;
          border: 0px;
          color: #383737 !important; }
        body.header-two .header_user_info .links li:hover {
          background: #F5F5F5; }
    body.header-two .header_user_info.popup-over {
      border: 0px; }
    body.header-two .header_user_info:hover .links {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  body.header-two #search_block_top {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    width: 40%;
    margin: 26px 20px 0px 0px; }
  body.header-two #search_query_top {
    height: 38px;
    line-height: 38px; } }

@media (min-width: 991px) {
  body.header-two #search_block_top {
    width: 53%; } }

/* ---End Header--- */
.e-scale .dropdown-menu {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-scale.popup-over:hover .dropdown-menu, .e-scale.open .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-left .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-left.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-right .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-right.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-top .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-top.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-down .dropdown-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  visibility: hidden; }

.e-translate-down.popup-over:hover .dropdown-menu, .e-translate-down.open .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible; }

.effect {
  text-align: center; }
  .effect > a {
    position: relative;
    margin: 0px auto;
    display: block; }
    .effect > a:before {
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s;
      position: absolute;
      width: 100%;
      content: "";
      left: 0;
      top: 0;
      height: 100%; }
    .effect > a:hover {
      -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
      box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s;
      background: #000; }
      .effect > a:hover:before {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s; }

.effect_banner a {
  position: relative;
  display: block;
  max-width: 100%; }
  .effect_banner a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  .effect_banner a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  .effect_banner a:hover:before, .effect_banner a:hover:after {
    width: 100%;
    height: 100%; }

.btn-slide {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-slide:hover, .btn-slide:focus {
    background: #ca912b;
    border-color: #ca912b;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.btn-outline-inverse {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .open .btn-outline-inverse.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-inverse:active, .btn-outline-inverse.active {
    background-image: none; }
  .open .btn-outline-inverse.dropdown-toggle {
    background-image: none; }
  .btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active,
  fieldset[disabled] .btn-outline-inverse,
  fieldset[disabled] .btn-outline-inverse:hover,
  fieldset[disabled] .btn-outline-inverse:focus,
  fieldset[disabled] .btn-outline-inverse:active,
  fieldset[disabled] .btn-outline-inverse.active {
    background-color: #ffffff;
    border-color: #000000; }
  .btn-outline-inverse .badge {
    color: #ffffff;
    background-color: #000000; }

.btn-outline {
  color: #ffffff;
  background-color: #ca912b;
  border-color: #ca912b;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #ca912b;
    background-color: #ffffff;
    border-color: #ca912b;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .open .btn-outline.dropdown-toggle {
    color: #ca912b;
    background-color: #ffffff;
    border-color: #ca912b; }
  .btn-outline:active, .btn-outline.active {
    background-image: none; }
  .open .btn-outline.dropdown-toggle {
    background-image: none; }
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active,
  fieldset[disabled] .btn-outline,
  fieldset[disabled] .btn-outline:hover,
  fieldset[disabled] .btn-outline:focus,
  fieldset[disabled] .btn-outline:active,
  fieldset[disabled] .btn-outline.active {
    background-color: #ca912b;
    border-color: #ca912b; }
  .btn-outline .badge {
    color: #ca912b;
    background-color: #ffffff; }

.block .title_block {
  position: relative;
  font-family: Brandon;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding: 15px 0px;
  color: #383737;
  letter-spacing: 2px;
  line-height: normal;
  border-top: 1px solid #e5e5e5; }
  .block .title_block span {
    line-height: 40px;
    position: relative; }
    .block .title_block span:before {
      content: "";
      background: #383737;
      position: absolute;
      top: -27px;
      left: 0;
      width: 100%;
      height: 1px; }
  #footer .block .title_block {
    background: transparent;
    padding: 5px 0px 15px;
    border-top: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px; }
  .product_related .block .title_block {
    background: #ca912b; }

#footer .block .block_content {
  /* font-family: $font-family; */
  font-size: 14px;
  color: #fff; }

.popup-over {
  position: relative;
  margin-right: 7px; }
  .rtl .popup-over {
    margin-left: 7px;
    margin-right: inherit; }
  .popup-over .popup-title {
    padding: 5px 20px 5px 5px; }
    .rtl .popup-over .popup-title {
      padding: 5px 5px 5px 20px; }
    .popup-over .popup-title:before {
      content: "\f107";
      position: absolute;
      top: 14px;
      right: 8px;
      font-family: "FontAwesome";
      font-size: 14px; }
      .rtl .popup-over .popup-title:before {
        left: 8px;
        right: auto; }
    .popup-over .popup-title .fa-cog {
      margin-right: 5px; }
      .rtl .popup-over .popup-title .fa-cog {
        margin-left: 5px;
        margin-right: inherit; }
      .rtl .popup-over .popup-title .fa-cog {
        float: right;
        margin-top: 2px; }
  .popup-over .dropdown-menu {
    display: block;
    visibility: hidden; }
  .popup-over:hover, .popup-over.open {
    cursor: pointer; }
    .popup-over:hover .dropdown-menu, .popup-over.open .dropdown-menu {
      visibility: visible; }

.wishlist-page {
  background: #FFFFFF;
  padding: 20px; }

.wishlist-product {
  width: 100%;
  margin-bottom: 15px; }
  .wishlist-product thead {
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #414042; }
    .wishlist-product thead th {
      padding: 0px 10px;
      color: #FFFFFF;
      border-right: 1px solid #e5e5e5; }
      .wishlist-product thead th:last-child {
        border-right: 0px; }
  .wishlist-product tbody tr {
    border: 1px solid #e5e5e5; }
  .wishlist-product .no_product-wishlist {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%; }
  .wishlist-product > thead > tr > th, .wishlist-product > thead > tr > td, .wishlist-product > tbody > tr > th, .wishlist-product > tbody > tr > td, .wishlist-product tfoot > tr > th, .wishlist-product tfoot > tr > td {
    vertical-align: middle !important; }

.welcome-msg {
  font-style: italic; }

.header_user_info {
  float: right; }
  .rtl .header_user_info {
    float: left; }
  .header_user_info .popup-title {
    display: none; }

.links {
  margin: 0px;
  padding: 0px; }
  .links li {
    display: inline;
    margin: 0px;
    line-height: 45px; }
    .links li:last-child a {
      border-right: 0px; }
    .links li a {
      font-size: 11px;
      padding: 0px 10px; }
      .links li a .fa {
        font-size: 12px; }
    .links li.fa, .links li.icon {
      margin-right: 10px; }
  .links.dropdown-menu li {
    display: block; }
    .links.dropdown-menu li a {
      margin: 0px; }

#block_currencies {
  margin: 0px;
  padding: 14px 10px;
  float: right; }
  .rtl #block_currencies {
    float: left; }
  #block_currencies .dropdown-menu {
    padding: 10px 10px;
    right: 0px;
    left: auto;
    margin: 0px; }
    #block_currencies .dropdown-menu li a {
      color: #383737;
      padding: 0px 10px;
      line-height: 30px;
      display: block; }
      #block_currencies .dropdown-menu li a img {
        margin-top: -3px;
        margin-right: 5px; }
        .rtl #block_currencies .dropdown-menu li a img {
          margin-left: 5px;
          margin-right: inherit; }
      #block_currencies .dropdown-menu li a:hover, #block_currencies .dropdown-menu li a.selected {
        color: #ca912b;
        background: #ffffff;
        font-weight: 600; }
  #block_currencies .popup-title {
    padding: 0px 10px 0px 0px;
    line-height: 18px; }
    .rtl #block_currencies .popup-title {
      padding: 0px 0px 0px 10px; }
    #block_currencies .popup-title img {
      margin-top: -2px; }
    #block_currencies .popup-title:hover {
      color: #ca912b; }
  #block_currencies .fa {
    float: left;
    line-height: 18px; }

#first-currencies {
  margin: 0px; }
  #first-currencies li {
    margin: 0px;
    display: block; }
    #first-currencies li a {
      padding: 2px 8px; }
      #first-currencies li a img {
        width: 16px;
        height: 11px; }

.blockcart_top {
  float: right;
  padding: 0px 0px 0px 0px;
  /* margin: 65px 0px; */
  font-size: 11px;
  position: relative;
  min-width: 180px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .rtl .blockcart_top {
    float: left; }
  .rtl .blockcart_top {
    padding: 0px 0px 0px 0px; }
  .blockcart_top a {
    display: block; }
  .blockcart_top .title-cart {
    margin-right: 13px;
    float: left; }
    .rtl .blockcart_top .title-cart {
      margin-left: 13px;
      margin-right: inherit; }
    .rtl .blockcart_top .title-cart {
      float: right; }
    .blockcart_top .title-cart span {
      background: url(https://file.hstatic.net/200000233873/file/icon_minicart_9072de533ca044a7849b7d83161e2672.png) center no-repeat transparent;
      color: #FFFFFF;
      display: block;
      font-size: 15px;
      height: 38px;
      line-height: 38px;
      position: relative;
      text-align: center;
      width: 60px; }
      .blockcart_top .title-cart span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -4px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid #FFFFFF; }
  .blockcart_top .cart-inner > span {
    font-size: 14px;
    font-weight: 400;
    color: #383737; }
  .blockcart_top .cart-inner #CartCost {
    line-height: 40px;
    border-bottom: 3px solid #ca912b;
    padding: 5px 0; }

.block-top p {
  line-height: 45px;
  margin-bottom: 0; }

#search_block_top {
  float: right;
  /* margin: 65px 0px; */
  width: 210px; }

#search-icon {
  display: none; }

form#searchbox {
  width: 100%;
  position: relative; }

#search_query_top {
  display: inline;
  padding: 3px 40px 0px 0px;
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  font-style: italic;
  font-weight: 400; }
  .rtl #search_query_top {
    padding: 3px 0px 0px 40px; }
  #search_query_top:focus {
    border-color: #ca912b; }

#search_button {
  background: transparent;
  display: block;
  position: absolute;
  top: 1px;
  right: -10px;
  border: medium none;
  color: #ca912b;
  width: 36px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  padding: 0px;
  border-radius: 0px; }
  .rtl #search_button {
    left: -10px;
    right: auto; }
  #search_button .fallback-text {
    display: none; }
  #search_button .fa {
    font-size: 13px; }
  #search_button:hover {
    color: #ca912b; }

#social_block {
  padding: 27px 0; }
  #social_block h4 {
    text-align: center;
    display: none;
    padding: 0 !important; }
  #social_block .block_content {
    text-align: center; }
    #social_block .block_content ul {
      margin: 0px; }
      #social_block .block_content ul li {
        display: inline-block;
        float: none;
        /*&.facebook{
                  	.fa{
                    	background: #3a5898;
                    }
				}
				&.twitter{
					.fa{
                    	background: #00acee;
                    }
				}
              	&.instagram{
					.fa{
                    	background: #3F729B;
                    }
				}
              	&.pinterest{
					.fa{
                    	background: #c72527;
                    }
				}
				&.rss{
					.fa{
                    	background: #0EBA9E;
                    }
				}
				&.youtube{
					.fa{
                    	background: #ce3527;
                    }
				}
				&.google-plus{
					.fa{
                    	background: #de6463;
                    }
				}*/ }
        #social_block .block_content ul li .fa {
          float: left;
          font-size: 18px;
          color: #FFFFFF;
          height: 36px;
          width: 40px;
          text-align: center;
          line-height: 35px;
          display: block;
          background-color: transparent;
          opacity: 0.5;
          filter: alpha(opacity=50);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .rtl #social_block .block_content ul li .fa {
            float: right; }
          #social_block .block_content ul li .fa:hover {
            opacity: 1;
            filter: alpha(opacity=100); }
        #social_block .block_content ul li span {
          float: left;
          line-height: 35px;
          height: 36px;
          width: 80px;
          text-align: center;
          text-transform: uppercase;
          border-top: 1px solid #e5e5e5;
          border-bottom: 1px solid #e5e5e5;
          background: #FFFFFF;
          display: none; }
          .rtl #social_block .block_content ul li span {
            float: right; }

#categories_block .block_content {
  background: #FFFFFF; }
  #categories_block .block_content .leo-qty {
    display: inline-block;
    vertical-align: middle;
    min-width: 35px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    border: 1px solid #e5e5e5;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border-radius: 2px; }
  #categories_block .block_content .list-group {
    margin: 0px;
    padding: 0px 0px 15px; }
    #categories_block .block_content .list-group li {
      position: relative;
      padding: 0px; }
      #categories_block .block_content .list-group li:last-child {
        border-bottom: 0px; }
      #categories_block .block_content .list-group li a {
        display: block;
        padding: 5px 0px;
        font-size: 13px;
        text-transform: uppercase; }
        #categories_block .block_content .list-group li a:hover {
          color: #ca912b; }

#catalog_block .catalog_filters {
  margin-top: 5px; }
  #catalog_block .catalog_filters:before, #catalog_block .catalog_filters:after {
    content: " ";
    display: table; }
  #catalog_block .catalog_filters:after {
    clear: both; }

#catalog_block .catalog_subtitle {
  font-weight: bold; }

#catalog_block .advanced-filter {
  padding-left: 0px;
  padding-right: 0px; }

.catalog_filter_ul {
  padding: 0px 15px; }
  .catalog_filter_ul > li input {
    display: none; }
  .catalog_filter_ul > li a {
    position: relative;
    line-height: 18px;
    display: block;
    font-size: 13px;
    padding: 6px 15px; }
    .catalog_filter_ul > li a:before {
      position: absolute;
      content: "\f096";
      top: 6px;
      left: 0px;
      font-family: FontAwesome;
      font-size: 12px;
      color: #888; }
      .rtl .catalog_filter_ul > li a:before {
        right: 0px;
        left: auto; }
    .catalog_filter_ul > li a:hover:before {
      content: "\f046";
      color: #ca912b; }
  .catalog_filter_ul > li.active-filter a:before {
    content: "\f046";
    color: #ca912b; }
  .catalog_filter_ul.color-group > li a:before {
    display: none; }

.catalog_subtitle_heading {
  padding: 5px 0px; }

.sidebar .block .color-group {
  padding-top: 10px;
  padding-bottom: 10px; }
  .sidebar .block .color-group > li {
    padding: 5px 0px; }
    .sidebar .block .color-group > li input {
      display: none; }
    .sidebar .block .color-group > li a {
      line-height: 24px;
      padding: 0px 10px;
      font-size: 13px;
      display: inline-block;
      vertical-align: middle; }
    .sidebar .block .color-group > li .catalog_color {
      height: 24px;
      width: 24px;
      padding: 0px;
      border: 1px solid #666;
      float: left; }
      .rtl .sidebar .block .color-group > li .catalog_color {
        float: right; }
    .sidebar .block .color-group > li.active-filter a {
      font-weight: bold; }
    .sidebar .block .color-group > li.active-filter .catalog_color {
      border-color: #FF0000; }

.sidebar .product-block {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .sidebar .product-block .name {
    min-height: inherit; }

.sidebar .products_block {
  margin: 0; }
  .sidebar .products_block ul li a {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none; }

.sidebar .widget-banner {
  margin-top: 20px;
  margin-bottom: 20px; }

.sidebar .block_shopby {
  margin-top: 20px; }
  .sidebar .block_shopby .block_content {
    background: #FFFFFF; }
  .sidebar .block_shopby .list-block {
    margin: 0; }
    .sidebar .block_shopby .list-block li {
      position: relative; }
      .sidebar .block_shopby .list-block li a {
        /* font-family: $font-family; */
        text-transform: none;
        display: block;
        font-size: 13px;
        padding: 10px 0px; }

.sidebar_blogs {
  margin-top: 20px; }
  .sidebar_blogs .title_block {
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    color: #ca912b; }
    .sidebar_blogs .title_block span span {
      color: #383737;
      font-weight: 300; }
  .sidebar_blogs .block_content {
    background: #FFFFFF;
    padding: 20px 20px 0px;
    border: 1px solid #e5e5e5;
    border-top: 0px; }
  .sidebar_blogs .blog-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px; }
    .sidebar_blogs .blog-item:last-child {
      border-bottom: 0px; }
    .sidebar_blogs .blog-item .media-body {
      min-height: 0px;
      overflow: visible; }
      .sidebar_blogs .blog-item .media-body:before, .sidebar_blogs .blog-item .media-body:after {
        content: " ";
        display: table; }
      .sidebar_blogs .blog-item .media-body:after {
        clear: both; }
    .sidebar_blogs .blog-item .blog-meta {
      float: left;
      width: 17%; }
    .sidebar_blogs .blog-item .blog-content {
      position: relative;
      float: left;
      width: 83%;
      padding: 12px 15px 10px;
      margin-top: -21px;
      background: #FFFFFF;
      z-index: 1; }
    .sidebar_blogs .blog-item h4 {
      font-weight: bold;
      text-transform: none;
      line-height: normal;
      font-size: 13px;
      margin: 0px 0px 5px; }
      .sidebar_blogs .blog-item h4 a {
        font-size: 13px;
        line-height: normal; }
    .sidebar_blogs .blog-item .blog-shortinfo {
      overflow: hidden;
      height: auto;
      margin: 5px 0px 0px; }
      .sidebar_blogs .blog-item .blog-shortinfo p {
        font-size: 12px;
        font-weight: 300;
        color: #999999; }
  .sidebar_blogs .blog-created {
    background-color: #31A8D2;
    color: #FFF;
    /* font-family: $font-family-tertiary; */
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    padding: 6px 10px;
    display: block;
    text-transform: uppercase;
    line-height: 14px;
    text-align: center;
    margin-top: 1px; }
    .sidebar_blogs .blog-created span {
      display: block; }
    .sidebar_blogs .blog-created .day {
      font-size: 18px;
      font-weight: 400; }
    .sidebar_blogs .blog-created .hr {
      margin: 2px 0px;
      border-top: 1px solid #93cfe4; }

#products_sider_block .product-block .products-block-image img {
  width: 70px; }

#products_sider_block .product-block .review {
  border-top: 0px; }

#products_sider_block .lnk {
  margin-top: 15px; }

.socialsharing_product ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px; }
  .socialsharing_product ul li .btn {
    padding: 7px 15px;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    font-size: 11px;
    color: #999999; }
  .socialsharing_product ul li .btn-twitter i {
    color: #00AAF0; }
  .socialsharing_product ul li .btn-twitter:hover {
    background-color: #00AAF0;
    color: #FFFFFF; }
    .socialsharing_product ul li .btn-twitter:hover i {
      color: #FFFFFF; }
  .socialsharing_product ul li .btn-facebook i {
    color: #435F9F; }
  .socialsharing_product ul li .btn-facebook:hover {
    background-color: #435F9F;
    color: #FFFFFF; }
    .socialsharing_product ul li .btn-facebook:hover i {
      color: #FFFFFF; }
  .socialsharing_product ul li .btn-google-plus i {
    color: #E04B34; }
  .socialsharing_product ul li .btn-google-plus:hover {
    background-color: #E04B34;
    color: #FFFFFF; }
    .socialsharing_product ul li .btn-google-plus:hover i {
      color: #FFFFFF; }
  .socialsharing_product ul li .btn-linkedin i {
    color: #435F9F; }
  .socialsharing_product ul li .btn-linkedin:hover {
    background-color: #435F9F;
    color: #FFFFFF; }
    .socialsharing_product ul li .btn-linkedin:hover i {
      color: #FFFFFF; }
  .socialsharing_product ul li .btn-pinterest i {
    color: #CE1F21; }
  .socialsharing_product ul li .btn-pinterest:hover {
    background-color: #CE1F21;
    color: #FFFFFF; }
    .socialsharing_product ul li .btn-pinterest:hover i {
      color: #FFFFFF; }

#search-page {
  background: #FFFFFF;
  padding: 20px;
  margin: 20px 0px 0px; }
  #search-page h1 {
    margin: 0px;
    padding: 30px 0px 20px;
    font-size: 20px; }
  #search-page .pro_search_row {
    margin-top: 50px; }

#search_block_page {
  padding: 0px;
  position: relative;
  display: block;
  margin: 20px 0px; }

#search_querry_page {
  display: inline;
  padding: 0px 50px 0px 15px;
  height: 35px;
  line-height: 35px;
  background: #FBFBFB;
  border-color: #ca912b;
  margin-right: 1px;
  border-radius: 0px; }
  .rtl #search_querry_page {
    padding: 0px 15px 0px 50px; }
  .rtl #search_querry_page {
    margin-left: 1px;
    margin-right: inherit; }

#search_button_page {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  padding: 0px;
  border-radius: 0px; }
  #search_button_page .fallback-text {
    display: none; }
  #search_button_page .fa {
    font-size: 18px; }

.search-bar {
  width: 60%;
  margin: 0px auto;
  position: relative; }

.home_html .bh_two, .home_html .bh_five {
  padding-top: 17px; }

.home_html .bh_one .caption_block_html, .home_html .bh_two .caption_block_html, .home_html .bh_four .caption_block_html, .home_html .bh_five .caption_block_html {
  height: 70px;
  margin-top: -35px;
  top: 50%; }
  .home_html .bh_one .caption_block_html h4, .home_html .bh_two .caption_block_html h4, .home_html .bh_four .caption_block_html h4, .home_html .bh_five .caption_block_html h4 {
    padding-top: 5px; }

.home_html .bh_three .caption_block_html {
  bottom: 10px; }

.home_html .bh_one .caption_block_html span, .home_html .bh_fourm .caption_block_html span, .home_html .bh_three .caption_block_html span {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px; }

.block_html_content {
  position: relative;
  display: block; }
  .block_html_content .caption_block_html {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    /* font-family: $font-family-tertiary; */ }
    .block_html_content .caption_block_html h4 {
      margin: 0px;
      /* font-family: $font-family-tertiary; */
      font-weight: 700;
      font-size: 22px;
      color: #ffffff;
      padding-top: 20px;
      letter-spacing: 2px; }
    .block_html_content .caption_block_html span {
      display: block;
      font-size: 16px;
      font-weight: normal;
      color: #ffffff; }
    .block_html_content .caption_block_html .btn {
      margin: 20px 0px;
      font-size: 9px;
      /* font-family: $font-family-tertiary; */
      font-weight: normal;
      color: #ffffff;
      border-color: #ffffff;
      background-color: transparent;
      text-transform: uppercase;
      padding: 12px;
      letter-spacing: 2px; }
      .block_html_content .caption_block_html .btn:hover {
        background: #666; }

#productTabsNav {
  text-align: center;
  border: 0px;
  font-size: 0px;
  display: inline-block; }
  #productTabsNav.nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    background-color: #414042; }
    #productTabsNav.nav-tabs > li a {
      text-transform: uppercase;
      padding: 0px 15px 0px 18px;
      line-height: 30px;
      height: 30px;
      /* font-family: $font-family-tertiary; */
      font-size: 14px;
      color: #383737;
      position: relative;
      border: 0px; }
      .rtl #productTabsNav.nav-tabs > li a {
        padding: 0px 18px 0px 15px; }
      #productTabsNav.nav-tabs > li a:hover, #productTabsNav.nav-tabs > li a:focus {
        background-color: transparent;
        color: #ca912b;
        border-color: transparent; }
      #productTabsNav.nav-tabs > li a:before {
        content: "\f111";
        font-family: "FontAwesome";
        font-size: 5px;
        position: absolute;
        top: 0px;
        left: 0px; }
        .rtl #productTabsNav.nav-tabs > li a:before {
          right: 0px;
          left: auto; }
    #productTabsNav.nav-tabs > li.active a {
      color: #ca912b; }
      #productTabsNav.nav-tabs > li.active a, #productTabsNav.nav-tabs > li.active a:hover, #productTabsNav.nav-tabs > li.active a:focus {
        border: 0px; }
    #productTabsNav.nav-tabs > li:first-child a {
      margin-left: 15px; }
      .rtl #productTabsNav.nav-tabs > li:first-child a {
        margin-right: 15px;
        margin-left: inherit; }

.block_content .owl-controls .owl-prev, .block_content .owl-controls .owl-next {
  top: -30px;
  text-align: center;
  font-size: 0px;
  height: 36px;
  line-height: 32px;
  width: 36px;
  text-shadow: none;
  text-align: center;
  /* font-family: $font-family; */
  background: transparent;
  border: 2px solid #c3c3c3;
  border-radius: 100%;
  color: #c3c3c3;
  opacity: 1;
  filter: alpha(opacity=100); }
  .block_content .owl-controls .owl-prev:before, .block_content .owl-controls .owl-next:before {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #c3c3c3;
    line-height: 32px;
    display: block; }
  .block_content .owl-controls .owl-prev:hover, .block_content .owl-controls .owl-prev:focus, .block_content .owl-controls .owl-next:hover, .block_content .owl-controls .owl-next:focus {
    border-color: #414042; }
    .block_content .owl-controls .owl-prev:hover:before, .block_content .owl-controls .owl-prev:focus:before, .block_content .owl-controls .owl-next:hover:before, .block_content .owl-controls .owl-next:focus:before {
      color: #414042; }

.block_content .owl-controls .owl-prev {
  right: 55px;
  left: auto; }
  .block_content .owl-controls .owl-prev:before {
    content: "\f104"; }

.block_content .owl-controls .owl-next {
  right: 10px;
  left: auto; }
  .block_content .owl-controls .owl-next:before {
    content: "\f105"; }

.products_block .page-subheading {
  margin-bottom: 1px; }

.products_block .block_content {
  background: #FFFFFF; }

.products_block .owl-controls .owl-prev, .products_block .owl-controls .owl-next {
  top: -30px;
  text-align: center;
  font-size: 26px;
  height: 36px;
  line-height: 32px;
  width: 36px;
  text-shadow: none;
  text-align: center;
  /* font-family: $font-family; */
  background: transparent;
  border: 2px solid #c3c3c3;
  border-radius: 100%;
  color: #c3c3c3;
  opacity: 1;
  filter: alpha(opacity=100); }
  .products_block .owl-controls .owl-prev:before, .products_block .owl-controls .owl-next:before {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #c3c3c3;
    line-height: 32px;
    display: block; }
  .products_block .owl-controls .owl-prev:hover, .products_block .owl-controls .owl-prev:focus, .products_block .owl-controls .owl-next:hover, .products_block .owl-controls .owl-next:focus {
    border-color: #414042; }
    .products_block .owl-controls .owl-prev:hover:before, .products_block .owl-controls .owl-prev:focus:before, .products_block .owl-controls .owl-next:hover:before, .products_block .owl-controls .owl-next:focus:before {
      color: #414042; }

.products_block .owl-controls .owl-prev {
  right: 45px;
  left: auto; }
  .products_block .owl-controls .owl-prev:before {
    content: "\f104"; }

.products_block .owl-controls .owl-next {
  right: 5px;
  left: auto; }
  .products_block .owl-controls .owl-next:before {
    content: "\f105"; }

.products_block .owl-row {
  margin: 0px -10px; }
  .products_block .owl-row .owl-item {
    padding: 0px 10px; }

.products_block .carousel-control {
  top: -55px;
  margin-top: 0px;
  font-size: 0px;
  height: 36px;
  line-height: 32px;
  width: 36px;
  text-shadow: none;
  text-align: center;
  /* font-family: $font-family; */
  background: transparent;
  border: 2px solid #c3c3c3;
  border-radius: 100%;
  color: #c3c3c3;
  opacity: 1;
  filter: alpha(opacity=100); }
  .products_block .carousel-control:before {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #c3c3c3;
    line-height: 32px;
    display: block; }
  .products_block .carousel-control:hover {
    border-color: #414042; }
    .products_block .carousel-control:hover:before {
      color: #414042; }
  .products_block .carousel-control.left {
    right: 55px;
    left: auto; }
    .products_block .carousel-control.left:before {
      content: "\f104"; }
  .products_block .carousel-control.right {
    right: 10px; }
    .products_block .carousel-control.right:before {
      content: "\f105"; }

#product_tab_content {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden; }

.home_blogs {
  overflow: hidden;
  margin-top: 40px; }
  .home_blogs .owl-row {
    margin-left: -10px;
    margin-right: -10px; }
    .home_blogs .owl-row .owl-item {
      padding: 0px 10px; }

.blog-item {
  /* font-family: $font-family; */ }
  .blog-item .image {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden; }
    .rtl .blog-item .image {
      float: right; }
    .rtl .blog-item .image {
      margin-left: 30px;
      margin-right: inherit; }
    .blog-item .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .blog-item .image .blog-created {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #ca912b;
      color: #fff;
      font-size: 12px;
      display: inline-block;
      padding: 1px 5px; }
    @media (max-width: 767px) {
      .blog-item .image {
        width: 100%;
        height: 0;
        padding-top: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
  .blog-item .media-body {
    min-height: 180px; }
    @media (max-width: 767px) {
      .blog-item .media-body {
        width: 100%; } }
  .blog-item .blog-meta {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: block;
    position: relative; }
    .blog-item .blog-meta a {
      color: #383737; }
      .blog-item .blog-meta a:hover {
        color: #ca912b; }
  .blog-item h4 {
    margin: 10px 0px;
    line-height: 24px; }
    .blog-item h4 a {
      font-weight: 700;
      font-size: 14px;
      text-transform: none;
      line-height: 24px;
      color: #383737;
      /*font-family:$font-family-tertiary;*/ }
      .blog-item h4 a:hover {
        color: #ca912b; }
  .blog-item .blog-shortinfo {
    margin: 15px 0px;
    display: block;
    position: relative; }
    .blog-item .blog-shortinfo p {
      margin: 0px;
      font-size: 14px;
      color: #999; }
  .blog-item .link {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #999999;
    padding-right: 20px;
    position: relative;
    display: inline-block; }
    .rtl .blog-item .link {
      padding-left: 20px;
      padding-right: inherit; }
    .blog-item .link:before {
      content: "\f178";
      font-family: "FontAwesome";
      position: absolute;
      top: 0px;
      right: 0px;
      height: 100%;
      display: block; }
      .rtl .blog-item .link:before {
        left: 0px;
        right: auto; }
    .blog-item .link:hover {
      color: #ca912b; }
  .blog-item--info {
    float: left;
    width: calc(100% - 230px); }
    @media (max-width: 767px) {
      .blog-item--info {
        width: 100%; } }

#blog-listing .blog-item {
  margin-bottom: 15px; }

.shadow-under {
  position: relative; }
  .shadow-under:before {
    content: "";
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0%), color-stop(transparent 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=1);
    position: absolute;
    width: 12px;
    height: 100%;
    right: -12px;
    top: 0; }

.shadow-right {
  position: relative;
  overflow: hidden; }
  .shadow-right:before {
    content: "";
    background: #ca912b;
    position: absolute;
    width: 12px;
    height: 110%;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    left: 7px;
    top: -5px;
    display: inline-block !important; }

#newsletter_block {
  padding: 22px 0px 22px 30px; }
  #newsletter_block:before, #newsletter_block:after {
    content: " ";
    display: table; }
  #newsletter_block:after {
    clear: both; }
  #newsletter_block h4 {
    line-height: 40px;
    margin: 0px;
    padding: 0 !important;
    /* font-family: $font-family-tertiary; */
    font-size: 15px;
    font-weight: normal;
    background: #ca912b;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    float: left;
    width: 30%; }
    .rtl #newsletter_block h4 {
      float: right; }
  #newsletter_block .block_content {
    padding: 0;
    float: left;
    width: 70%;
    position: relative; }
    .rtl #newsletter_block .block_content {
      float: right; }
  #newsletter_block .des_newsletter {
    /* font-family: $font-family; */
    font-weight: 300;
    font-size: 12px;
    color: #999999;
    display: block;
    text-align: left;
    margin-bottom: 15px; }
  #newsletter_block .form_newsletter {
    position: relative; }
  #newsletter_block .newsletter-input {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
    height: 40px;
    /* font-family: $font-family; */
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
    background: transparent;
    color: #fff; }
    #newsletter_block .newsletter-input::-webkit-input-placeholder {
      color: #fff; }
    #newsletter_block .newsletter-input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    #newsletter_block .newsletter-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    #newsletter_block .newsletter-input:-ms-input-placeholder {
      color: #fff; }
  #newsletter_block .btn {
    background-color: transparent;
    color: #FFFFFF;
    position: absolute;
    top: 6px;
    right: 13px;
    padding: 0px;
    line-height: 30px;
    text-align: center; }
    #newsletter_block .btn:hover {
      background-color: #ca912b; }
    #newsletter_block .btn span {
      font-size: 0px; }
    #newsletter_block .btn:before {
      content: "\f003";
      font-family: "FontAwesome";
      font-size: 13px;
      color: #FFFFFF;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      line-height: 26px; }

.banner_hbot {
  margin-top: 50px;
  margin-bottom: 70px; }

.block-manufacture {
  margin-top: 70px;
  overflow: hidden;
  margin-bottom: 40px; }
  .block-manufacture .owl-row {
    margin-left: -10px;
    margin-right: -10px; }
  .block-manufacture .owl-item {
    padding: 0px 10px;
    min-height: 70px; }
  .block-manufacture .logo-manu a {
    display: block; }
    .block-manufacture .logo-manu a img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .block-manufacture .logo-manu a img:hover {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0); }
  .block-manufacture .owl-pagination {
    display: none; }

.block_aboutshop .logo-ft {
  text-align: left;
  margin: 0px; }
  .block_aboutshop .logo-ft img {
    margin: 0px;
    width: 150px; }

.block_aboutshop .about {
  padding: 10px 0px;
  line-height: 20px;
  margin-top: 0px;
  font-size: 14px; }
  .block_aboutshop .about p {
    margin: 0px 0px 8px; }

.time li {
  background: url(//theme.hstatic.net/200000233873/1001063457/14/dot.png?v=532) repeat-x scroll left 16px transparent;
  line-height: 20px;
  padding: 5px 0px; }
  .time li:before, .time li:after {
    content: "";
    display: table; }
  .time li:after {
    clear: both; }
  .time li span {
    background-color: #FFFFFF; }

.ct-p {
  padding: 6px 0px 6px 40px;
  margin-top: 10px;
  position: relative; }
  .rtl .ct-p {
    padding: 6px 40px 6px 0px; }
  .ct-p:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #ca912b;
    border: 2px solid #ca912b;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    top: 4px;
    left: 0px;
    position: absolute; }
    .rtl .ct-p:before {
      right: 0px;
      left: auto; }
  .ct-p strong {
    /* font-family: $font-family-tertiary; */
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px; }

.toggle-footer {
  padding: 5px 0px; }
  .toggle-footer li {
    line-height: 25px;
    position: relative; }
    .toggle-footer li a {
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      display: block;
      color: #fff;
      font-size: 14px;
      position: relative; }
      .toggle-footer li a:hover {
        color: #ca912b;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }

.footer_contact {
  line-height: 22px; }

#product-detail-image {
  margin-top: 20px; }
  #product-detail-image img {
    margin: 0; }

#back-top {
  position: fixed;
  bottom: 78px;
  right: 24px;
  z-index: 99; }
  #back-top a {
    background: none repeat scroll 0% 0% #ca912b;
    width: 44px;
    height: 44px;
    display: inline-block;
    font-size: 0px;
    border: 1px solid #ca912b;
    border-radius: 50%;
    position: relative; }
    #back-top a::before {
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      right: 0px;
      width: 100%;
      text-align: center;
      font-family: "FontAwesome";
      font-size: 20px;
      content: "\f106";
      color: #FFF;
      line-height: 40px; }

a:hover, a:focus {
  outline: none; }

ul, ol {
  list-style: outside none none;
  margin: 0px;
  padding: 0px; }

.box-googlemap {
  margin: 0px;
  text-align: center;
  position: relative; }
  .box-googlemap .box_title {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    width: 200px;
    margin: 0px auto;
    padding: 0px 15px;
    line-height: 41px;
    color: #FFFFFF;
    background: #ca912b;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1; }
    .box-googlemap .box_title span {
      font-weight: 300; }
    .box-googlemap .box_title:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #414042; }

#cart-page {
  margin-top: 20px;
  background: #FFFFFF; }
  @media (min-width: 768px) {
    #cart-page {
      padding: 20px; } }
  #cart-page h2 {
    margin: 0px;
    line-height: 50px; }
  #cart-page .cart-empty {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    text-align: center; }
  #cart-page .cart-empty-continue {
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 30px; }
  #cart-page .cart_header_labels {
    background-color: #414042;
    border: 1px solid #e5e5e5;
    color: #FFFFFF; }
    #cart-page .cart_header_labels .label_item {
      padding-top: 10px;
      padding-bottom: 10px;
      border-right: 1px solid #e5e5e5; }
      @media screen and (max-width: 991px) {
        #cart-page .cart_header_labels .label_item {
          font-size: 11px; } }
      #cart-page .cart_header_labels .label_item:last-child {
        border-right: 0px; }
  #cart-page .list_product_cart {
    border: 1px solid #e5e5e5;
    border-top-color: transparent; }
    #cart-page .list_product_cart .cpro_item {
      padding-top: 10px;
      padding-bottom: 10px;
      border-right: 1px solid #e5e5e5;
      min-height: 120px; }
      #cart-page .list_product_cart .cpro_item:last-child {
        border-right: 0px; }
      #cart-page .list_product_cart .cpro_item img {
        margin: 0px auto; }
      #cart-page .list_product_cart .cpro_item .js-qty {
        display: inline-block;
        vertical-align: middle; }
  #cart-page .list_button_cart {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 10px; }
    #cart-page .list_button_cart .note_cart {
      padding-top: 10px;
      padding-bottom: 10px; }
  #cart-page .cart_navigation {
    margin: 15px 0px; }

#AjaxifyCart {
  padding: 30px 20px; }
  #AjaxifyCart h2 {
    text-align: center; }

#AjaxifyDrawer h1 {
  margin: 0px; }

#AjaxifyDrawer .cart_header_labels {
  display: none; }

#AjaxifyDrawer img {
  margin: 0px auto; }

#AjaxifyDrawer .list_product_cart, #AjaxifyDrawer .list_button_cart {
  border-top: 1px solid #e5e5e5;
  position: relative;
  margin-top: 30px;
  padding-top: 30px; }

#AjaxifyDrawer .cpro_item {
  min-height: 100px; }

.js-qty__num {
  width: 50%; }

.ajaxcart h1 {
  margin: 0px;
  height: 40px;
  line-height: 38px; }

.ajaxcart .cart_header_labels {
  margin: 15px 0px;
  margin: 10px 0px 15px 0px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0px;
  border-top: 1px solid #e5e5e5; }

.ajaxcart .list_product_cart {
  text-align: center;
  margin-bottom: 15px; }
  .ajaxcart .list_product_cart .price {
    font-size: 18px; }

.ajaxcart .product_name {
  margin: 0px;
  text-align: left;
  font-size: 14px;
  display: block;
  text-transform: none;
  letter-spacing: 0px; }
  .rtl .ajaxcart .product_name {
    text-align: right; }

.ajaxcart small {
  float: left; }
  .rtl .ajaxcart small {
    float: right; }

.ajaxcart .note_item .control-label {
  font-weight: normal; }

.ajaxcart .list_button_cart p {
  margin: 0px 0px 5px; }
  @media (max-width: 767px) {
    .ajaxcart .list_button_cart p:first-child {
      margin-top: 15px; } }

.ajaxcart .cart__subtotal {
  font-family: Brandon !important;
  letter-spacing: 0.5px; }

.con-ajax-cart {
  display: none; }
  .ajaxcart .con-ajax-cart {
    display: inline-block;
    vertical-align: middle; }

.swatch {
  margin: 20px 0px 0px; }
  .swatch .header {
    margin: 0px 10px 0px 0px;
    float: left;
    line-height: 35px;
    min-width: 60px; }
    .rtl .swatch .header {
      margin: 0px 0px 0px 10px; }
    .rtl .swatch .header {
      float: right; }
    .quick-view-product .swatch .header {
      width: 100%;
      line-height: normal; }
  .swatch input {
    display: none; }
  .swatch label {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    float: left;
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    border: 2px solid #e5e5e5;
    background-color: #FFFFFF;
    color: #777;
    /* Styling text */
    font-size: 11px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 0; }
    .rtl .swatch label {
      float: right; }
  .swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 0px 0;
    position: relative; }
    .rtl .swatch .swatch-element {
      float: right; }
    .swatch .swatch-element.soldout {
      display: none; }

/* Hide radio buttons.*/
.swatch-element label {
  padding: 0 10px;
  cursor: pointer; }

.color.swatch-element label {
  padding: 0; }

.swatch input:checked + label {
  border-color: #414042; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  opacity: 0.6;
  filter: alpha(opacity=60); }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -30px;
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px); }

.swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

.page-subheading {
  position: relative;
  /* font-family: $font-family-tertiary; */
  font-size: 20px;
  background-color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px;
  padding: 15px 0px;
  color: #383737;
  letter-spacing: 2px;
  border-top: 1px solid #e5e5e5; }
  .page-subheading span {
    line-height: 40px;
    position: relative;
    display: inline-block; }
    .page-subheading span:before {
      content: "";
      background: #383737;
      position: absolute;
      top: -16px;
      left: 0;
      width: 100%;
      height: 1px; }

.products_hotdeal .product-block {
  padding: 0px; }
  .products_hotdeal .product-block .functional-buttons, .products_hotdeal .product-block .review, .products_hotdeal .product-block .quickview {
    display: none; }
  .products_hotdeal .product-block .name {
    min-height: 36px; }
    .products_hotdeal .product-block .name a {
      line-height: 18px; }
  .products_hotdeal .product-block .deal-clock {
    position: relative;
    bottom: 0px;
    background: transparent;
    border: 0px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0px 0px; }
    .products_hotdeal .product-block .deal-clock ul li b {
      display: block;
      position: relative;
      width: 28px;
      height: 34px;
      line-height: 34px;
      font-size: 14px;
      color: #FFFFFF;
      text-align: center;
      border-radius: 2px;
      background: url(//theme.hstatic.net/200000233873/1001063457/14/line-dealclock.png?v=532) repeat-x center center #575757; }
      .products_hotdeal .product-block .deal-clock ul li b:after, .products_hotdeal .product-block .deal-clock ul li b:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -2px;
        width: 1px;
        height: 3px;
        background: #FFFFFF;
        z-index: 2; }
      .products_hotdeal .product-block .deal-clock ul li b:after {
        left: auto;
        right: 0px; }
      .products_hotdeal .product-block .deal-clock ul li b:before {
        left: 0px;
        right: auto; }
    .products_hotdeal .product-block .deal-clock ul li.day b {
      background: url(//theme.hstatic.net/200000233873/1001063457/14/line-dealclock-red.png?v=532) repeat-x center center #e55e5e; }
    .products_hotdeal .product-block .deal-clock ul li span {
      font-size: 10px; }
  .products_hotdeal .product-block:hover .deal-clock {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    bottom: 0px; }

.products_hotdeal .ajax_addtocart span.select_options {
  padding: 0px 12px; }

.products_hotdeal .products_block .block_content {
  padding: 0px; }

.products_hotdeal .products_block .product-meta {
  text-align: center;
  padding: 0px 0px 6px; }

.products_hotdeal .products_block .owl-controls {
  top: -30px; }
  .products_hotdeal .products_block .owl-controls .owl-prev {
    right: 38px; }
  .products_hotdeal .products_block .owl-controls .owl-next {
    right: 20px; }

.products_hotdeal .product_list_owl .owl-item {
  margin: 0px; }

.center_column .products_hotdeal .products_block {
  margin-top: 0px; }

.products_hotdeal .sale-box {
  right: 10px;
  top: 10px;
  width: 45px;
  height: 45px;
  border: 0px;
  border-radius: 100%;
  background: #D44A4A; }
  .products_hotdeal .sale-box .label-sale {
    position: relative;
    top: 11px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }

.products_hotdeal .new-box {
  left: 10px;
  top: 10px;
  width: 45px;
  height: 45px;
  border: 0px;
  border-radius: 100%;
  background: #4ACFD4; }
  .products_hotdeal .new-box .label-new {
    position: relative;
    top: 11px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }

.products_sidebar .product-block {
  padding: 0px; }
  .products_sidebar .product-block .functional-buttons, .products_sidebar .product-block .quickview {
    display: none; }
  .products_sidebar .product-block .content_price {
    margin: 5px 0px 0px; }
  .products_sidebar .product-block .product-meta {
    padding: 5px 0px 10px;
    border-bottom: 1px solid #e5e5e5; }

.products_sidebar .owl-item .item .product_block {
  margin-bottom: 20px; }
  .products_sidebar .owl-item .item .product_block:last-child .product-meta {
    border-bottom: 0px; }

.products_sidebar .product_list .product_block {
  margin: 20px 0px 0px; }

.products_sidebar .product_list .product-block .product-meta {
  border-bottom: 0px; }

#login-page {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #999999; }
  #login-page h1, #login-page h2, #login-page h3 {
    /* font-family: $font-family; */
    font-size: 20px;
    font-weight: 400;
    color: #383737;
    margin: 0px 0px 20px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5; }
  #login-page .login-box {
    border: 1px solid #e5e5e5;
    min-height: 350px;
    padding: 20px;
    background: #FFFFFF; }
    #login-page .login-box p {
      margin: 0px; }
    #login-page .login-box .label-login {
      display: block;
      line-height: 22px;
      margin: 0px 0px 5px;
      font-weigth: 400; }
    #login-page .login-box .form-control {
      box-shadow: none;
      max-width: 350px;
      margin-bottom: 20px;
      font-size: 13px; }
    #login-page .login-box .lost_password {
      margin: 0px 0px 10px;
      font-size: 11px;
      font-weight: normal;
      font-style: italic; }
    #login-page .login-box .text-link {
      margin-top: 10px; }
  #login-page .register-box {
    border: 1px solid #e5e5e5;
    min-height: 350px;
    padding: 20px;
    background: #FFFFFF; }
    #login-page .register-box p {
      margin: 0px; }
    #login-page .register-box .register_des {
      margin-bottom: 20px; }
  #login-page .btn-outline {
    padding: 6px 15px 8px 15px; }

#register-page .register-box {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 70px;
  background: #FFFFFF; }
  #register-page .register-box .label-register {
    display: block;
    line-height: 22px;
    margin: 0px 0px 5px; }
  #register-page .register-box .form-control {
    box-shadow: none;
    margin-bottom: 20px; }

#register-page h1, #register-page h3 {
  /* font-family: $font-family; */
  font-size: 18px;
  font-weight: normal;
  background: transparent;
  color: #383737;
  margin: 0px 0px 20px;
  line-height: 40px;
  text-align: center; }
  #register-page h1:before, #register-page h1:after, #register-page h3:before, #register-page h3:after {
    display: none; }

#create_customer {
  max-width: 600px;
  margin: 0px auto;
  border: 1px solid #e5e5e5;
  padding: 0px 20px 30px; }

#account-page {
  margin: 30px 0px 50px; }
  #account-page h1 {
    /* font-family: $font-family; */
    font-size: 24px;
    font-weight: normal;
    color: #383737;
    margin: 0px 0px 20px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5; }
  #account-page h4 {
    /* font-family: $font-family; */
    margin: 0px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #e5e5e5;
    background-color: #F7F7F7;
    height: 40px; }
  #account-page h5 {
    line-height: 30px;
    margin: 0px; }
  #account-page .box-content {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-top: 0px; }
  #account-page .order-account {
    margin-bottom: 20px; }
  #account-page p {
    margin: 0px;
    line-height: 30px; }

.account-box {
  padding: 30px 20px 70px;
  background: #FFFFFF; }

#adress-page {
  margin: 50px 0px 70px; }
  #adress-page h1 {
    margin: 0px;
    /* font-family: $font-family; */
    font-size: 24px;
    font-weight: normal;
    color: #383737;
    margin: 0 0 10px 0;
    line-height: 40px; }
    @media screen and (min-width: 991px) {
      #adress-page h1 {
        margin: 0px; } }
  #adress-page .section-header {
    padding: 5px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px; }
  @media screen and (min-width: 991px) {
    #adress-page .section-header_left, #adress-page .section-header_right {
      float: left;
      width: 50%; }
      .rtl #adress-page .section-header_left, .rtl #adress-page .section-header_right {
        float: right; } }
  #adress-page .section-header_right {
    padding: 3px 0px; }
    @media screen and (min-width: 991px) {
      #adress-page .section-header_right {
        text-align: right; }
        .rtl #adress-page .section-header_right {
          text-align: left; } }

.address_box {
  padding: 30px 20px 70px;
  background: #FFFFFF; }

@media screen and (min-width: 991px) {
  .adress-box {
    padding: 20px; } }

.adress-box h3, .adress-box h4 {
  font-size: 14px;
  margin: 0px;
  line-height: 40px; }

#AddAddress, .edit_address {
  margin: 0px auto;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 30px; }
  @media screen and (min-width: 991px) {
    #AddAddress, .edit_address {
      width: 600px; } }

#quick-view-product {
  bottom: 0px;
  left: 0px;
  outline: 0px none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1100; }
  #quick-view-product .product-info {
    color: #999999;
    font-weight: 300; }
  #quick-view-product .brand {
    color: #999999; }
  #quick-view-product .available {
    margin: 0px;
    font-weight: 400;
    color: #72C13D; }
    #quick-view-product .available.outstock {
      color: #E55E5E; }
  #quick-view-product .qwp-name {
    margin: 10px 0px;
    font-size: 24px;
    /* font-family: $font-family-tertiary; */
    font-weight: 900;
    line-height: 30px;
    color: #383737;
    text-transform: uppercase; }
  #quick-view-product #usefull_link_block {
    margin: 10px 0px; }
    #quick-view-product #usefull_link_block li a {
      color: #999999;
      line-height: 17px; }
  #quick-view-product .fancybox-overlay {
    display: block !important; }
  #quick-view-product .quick-view-product {
    position: absolute;
    width: 1140px;
    top: 10%;
    height: auto;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 30px;
    background-color: #FFFFFF;
    z-index: 8011; }
  #quick-view-product .prices {
    display: block;
    margin-bottom: 15px; }
  #quick-view-product .total-price {
    float: left;
    width: 100%;
    display: block;
    margin-top: 15px; }
    #quick-view-product .total-price span {
      /* font-family: $font-family-tertiary; */
      font-size: 17px;
      font-weight: 400;
      color: #ca912b; }
  #quick-view-product .more-view-wrapper {
    overflow: hidden; }
  #quick-view-product .product-right-column .selector-wrapper {
    display: none; }
  #quick-view-product .product-right-column .quantity_wanted_p {
    width: 100%;
    margin-top: 15px; }
  #quick-view-product .product-right-column .add_to_cart_detail {
    margin: 15px 10px 15px 0px; }
  #quick-view-product .product-right-column .btn-wishlist {
    margin-top: 15px; }
  #quick-view-product .swatch .swatch-element {
    margin: 6px 6px 0px 0px; }
  #quick-view-product .view_full_size {
    position: relative; }
  #quick-view-product .loading-imgquickview {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(loading.gif) no-repeat center center; }
  #quick-view-product .availability {
    line-height: 28px; }
  #quick-view-product .product-sku {
    line-height: 28px; }

#thumbs_list_quickview {
  position: relative;
  padding: 20px 30px; }

#thumblist_quickview {
  position: static; }
  #thumblist_quickview .owl-item {
    padding: 1px; }
    #thumblist_quickview .owl-item a {
      display: block;
      border: 1px solid transparent; }
      #thumblist_quickview .owl-item a:hover {
        border-color: #ca912b; }
    #thumblist_quickview .owl-item img {
      max-width: 100%; }
  #thumblist_quickview .owl-prev, #thumblist_quickview .owl-next {
    width: 16px;
    height: 16px;
    margin-top: -8px; }
    #thumblist_quickview .owl-prev:before, #thumblist_quickview .owl-next:before {
      border: 1px solid #b6b6b6;
      border-radius: 100%;
      font-size: 10px;
      line-height: 14px;
      height: 16px;
      color: #383737;
      text-shadow: none; }
    #thumblist_quickview .owl-prev:hover:before, #thumblist_quickview .owl-next:hover:before {
      background: #ca912b;
      color: #FFFFFF; }

@media (max-width: 1100px) {
  #quick-view-product {
    display: none !important; }
  .quickview {
    display: none !important; } }

.quickview-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6; }

#deal-pages {
  margin-bottom: 50px; }
  #deal-pages .bg-warning {
    margin: 0px;
    padding: 8px 10px; }

#popup-newletter {
  background: url(//theme.hstatic.net/200000233873/1001063457/14/pnewletter_bg.png?v=532) no-repeat scroll bottom right #e6e6e6;
  text-align: left;
  padding: 20px;
  min-width: 624px;
  min-height: 420px;
  overflow: hidden; }
  #popup-newletter h3 {
    font-family: Brandon;
    font-size: 30px;
    color: #383737;
    margin: 0px 0px 10px;
    padding: 8px 0px;
    font-weight: normal; }
  #popup-newletter .pnewle-message {
    /* font-family: $font-family; */
    width: 55%;
    color: #383737; }
    #popup-newletter .pnewle-message span {
      font-size: 14px;
      margin-bottom: 20px;
      display: block; }
    #popup-newletter .pnewle-message p {
      font-size: 12px;
      margin-bottom: 10px;
      display: block; }
    #popup-newletter .pnewle-message ul {
      margin-bottom: 20px; }
      #popup-newletter .pnewle-message ul li {
        font-size: 12px;
        position: relative;
        display: block;
        padding-left: 25px; }
        .rtl #popup-newletter .pnewle-message ul li {
          padding-right: 25px;
          padding-left: inherit; }
        #popup-newletter .pnewle-message ul li:before {
          content: "\f111";
          position: absolute;
          font-family: "FontAwesome";
          font-size: 5px;
          top: 8px;
          left: 10px; }
          .rtl #popup-newletter .pnewle-message ul li:before {
            right: 10px;
            left: auto; }
  #popup-newletter .pnewle-form {
    width: 53%; }
    #popup-newletter .pnewle-form .newsletter-input {
      font-size: 12px;
      font-style: italic;
      height: 33px; }
    #popup-newletter .pnewle-form .btn {
      margin-top: 10px;
      background-color: #ca912b;
      color: #FFFFFF;
      /* font-family: $font-family; */
      font-style: italic;
      font-size: 11px;
      position: relative;
      padding: 5px 12px; }
      #popup-newletter .pnewle-form .btn:hover {
        background-color: #ca912b; }

.social-icons {
  width: 53%;
  margin-top: 20px; }
  .social-icons h4 {
    font-weight: normal;
    padding: 8px 0px; }
  .social-icons .block_content ul {
    margin: 0px; }
    .social-icons .block_content ul li {
      width: 20%;
      text-align: center;
      padding: 0px;
      height: 40px;
      float: left; }
      .rtl .social-icons .block_content ul li {
        float: right; }
      .social-icons .block_content ul li a {
        font-size: 18px;
        display: inline-block;
        height: 35px;
        width: 35px;
        color: #383737;
        border: 1px solid transparent;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
      .social-icons .block_content ul li .fa {
        line-height: 35px;
        display: block;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      .social-icons .block_content ul li span {
        font-size: 0px; }
      .social-icons .block_content ul li.facebook a:hover {
        border-color: #428bca; }
      .social-icons .block_content ul li.twitter a:hover {
        border-color: #5bc0de; }
      .social-icons .block_content ul li.rss a:hover {
        border-color: #0eba9e; }
      .social-icons .block_content ul li.youtube a:hover {
        border-color: #CC181E; }
      .social-icons .block_content ul li.google-plus a:hover {
        border-color: #4387fd; }
      .social-icons .block_content ul li.instagram a:hover {
        border-color: #3F729B; }
      .social-icons .block_content ul li.pinterest a:hover {
        border-color: #c72527; }

#page .rte ul, #page .rte ol {
  padding: 0px 0px 0px 30px;
  list-style: disc outside none;
  margin-bottom: 5px; }

#page .rte ol {
  list-style: decimal outside none; }

#page .rte .panel-body {
  padding: 10px; }

.google-maps .gmap-content {
  padding-right: 0px; }
  .rtl .google-maps .gmap-content {
    padding-left: 0px;
    padding-right: inherit; }

.google-maps .gmap-stores-content {
  padding-left: 0px; }
  .rtl .google-maps .gmap-stores-content {
    padding-right: 0px;
    padding-left: inherit; }
  .google-maps .gmap-stores-content .gmap-stores-list {
    overflow: hidden;
    background: #e4e4e4; }
    .google-maps .gmap-stores-content .gmap-stores-list ul {
      padding: 15px 20px 15px 30px; }
      .rtl .google-maps .gmap-stores-content .gmap-stores-list ul {
        padding: 15px 30px 15px 20px; }
      .google-maps .gmap-stores-content .gmap-stores-list ul li {
        cursor: pointer;
        padding: 20px 0px;
        border-bottom: 1px solid #ca912b;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .google-maps .gmap-stores-content .gmap-stores-list ul li > strong {
          color: #383737;
          /* font-family: $font-family-tertiary; */
          font-size: 14px;
          text-transform: uppercase; }
        .google-maps .gmap-stores-content .gmap-stores-list ul li > text {
          font-size: 13px;
          /* font-family: $font-family; */ }
        .google-maps .gmap-stores-content .gmap-stores-list ul li:last-child {
          border-bottom: 0px; }

/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff; }

.instagram-block .block-title h3 {
  font-size: 18px;
  margin: 0px 0px 10px;
  padding: 10px 0px;
  text-align: center; }

.instagram-block .block-content {
  over-flow: hidden; }

#instafeed .owl-item {
  padding: 0px 10px; }
  #instafeed .owl-item a {
    display: block; }
    #instafeed .owl-item a img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0px auto; }

.page-header {
  /* font-family: $font-family-tertiary; */
  font-size: 20px;
  color: #383737;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 40px; }
  .page-header h1 {
    font-size: 24px;
    margin: 0px; }

.page-content {
  /* font-family: $font-family; */
  font-size: 12px;
  font-weight: 300;
  color: #999999; }

#order-page h4 {
  font-size: 17px;
  margin: 0px;
  font-weight: 600;
  line-height: 25px; }

.order_details {
  margin-bottom: 20px; }
  .order_details p {
    font-size: 14px;
    font-style: italic; }

.order_info {
  margin-bottom: 20px; }

.breadcrumb {
  padding: 15px 20px;
  background-color: #f4f4f4;
  margin-bottom: 30px; }

.page-wrap {
  background: #FFFFFF; }

.page-404 {
  text-align: center;
  padding: 40px 0px; }
  .page-404 h1 {
    font-size: 200px;
    letter-spacing: 20px;
    line-height: 150px;
    color: #ffffff; }
  .page-404 h2 {
    font-size: 60px;
    letter-spacing: 20px;
    line-height: 60px;
    color: #ffffff; }
  .page-404 .des_cription_404 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 100;
    color: #ffffff; }
  .page-404 .btn_404 {
    margin-top: 20px; }

.page_404 {
  background: url(//theme.hstatic.net/200000233873/1001063457/14/404.jpg?v=532) no-repeat center center;
  background-size: cover;
  min-height: 800px;
  padding-top: 60px; }

#products_viewed_block {
  margin-top: 20px; }
  #products_viewed_block .title_block a {
    color: #FFFFFF; }

#pop-cart {
  position: absolute;
  z-index: 9999;
  right: 0;
  min-width: 280px;
  padding-top: 10px;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

#cart:hover #pop-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

#pop-cart form {
  background-color: #fff;
  float: left;
  width: 100%;
  box-shadow: 0 0 5px #bdbdbd;
  padding: 15px; }

.item-cart-top {
  display: block;
  clear: both;
  position: relative;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px; }

.item-cart-top:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.item-cart-top img {
  max-width: 90px;
  float: left;
  padding-right: 5px; }

.into-price {
  float: left; }

.cart_top_remove {
  float: right; }

.title-cart-top {
  margin-bottom: 10px; }

.box-total-cart {
  clear: both;
  text-align: right; }

.box-controler-cart {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 50px 0; }

.box-controler-cart a {
  float: left;
  padding-bottom: 2px;
  border-bottom: 2px solid #333; }

.box-controler-cart input {
  float: right;
  background-color: transparent;
  border: 0;
  text-align: right;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #333;
  text-transform: uppercase; }

.box-controler-cart a:hover, .box-controler-cart input:hover {
  color: #03a9f4;
  border-bottom: 2px solid #03a9f4; }

.loading_site {
  background: url(//theme.hstatic.net/200000233873/1001063457/14/loading.gif?v=532) no-repeat center center #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50% !important;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  overflow: hidden;
  padding: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.pageActive {
  margin: 0px auto;
  padding: 100px 0px;
  max-width: 500px; }

.activateaccount-box {
  padding: 50px 0px; }

.testimmonial {
  margin-top: 40px; }
  .testimmonial .testimmonial__des .fa {
    color: #ccc;
    font-size: 17px;
    float: left;
    margin-right: 6px; }
    .rtl .testimmonial .testimmonial__des .fa {
      float: right; }
    .rtl .testimmonial .testimmonial__des .fa {
      margin-left: 6px;
      margin-right: inherit; }
  .testimmonial .testimmonial__name {
    color: #999999;
    font-size: 14px; }
  .testimmonial .item .media {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .testimmonial .item .media > .pull-left {
      margin-right: 30px;
      position: relative;
      width: 200px;
      height: 200px;
      overflow: hidden; }
      .rtl .testimmonial .item .media > .pull-left {
        margin-left: 30px;
        margin-right: inherit; }
      .testimmonial .item .media > .pull-left img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
      @media (max-width: 767px) {
        .testimmonial .item .media > .pull-left {
          width: 100%;
          height: 0;
          padding-top: 100%;
          margin-right: 0;
          margin-bottom: 15px; }
          .testimmonial .item .media > .pull-left + div {
            width: 100%; } }
    .testimmonial .item .media:last-child {
      border-bottom: none;
      padding-bottom: 0px;
      margin-bottom: 0px; }
    .testimmonial .item .media .testimmonial__des {
      margin: 10px 0;
      font-weight: 700; }

.product-moreview {
  margin-top: 60px;
  background-color: #efefef;
  padding-bottom: 70px; }
  .product-moreview .page-subheading {
    background-color: transparent; }
  .product-moreview .product_list_owl {
    margin: 0 -15px; }
    .product-moreview .product_list_owl .owl-item {
      padding: 0 15px; }
  .product-moreview .block_content {
    background-color: transparent; }
  .product-moreview .products_block .owl-controls .owl-prev {
    right: 60px; }
  .product-moreview .products_block .owl-controls .owl-next {
    right: 15px; }
  .product-moreview .product-block {
    border-color: #fff;
    padding: 0; }
    .product-moreview .product-block:hover {
      border-color: #ca912b; }
    .product-moreview .product-block .sale-box, .product-moreview .product-block .name, .product-moreview .product-block .content_price, .product-moreview .product-block .review {
      display: none; }
    .product-moreview .product-block .product-meta {
      position: static;
      padding: 0; }
    .product-moreview .product-block .functional-buttons {
      display: inline-block;
      position: absolute;
      margin: 0;
      width: inherit;
      top: 5px;
      right: 10px; }
      .rtl .product-moreview .product-block .functional-buttons {
        left: 10px;
        right: auto; }
      .product-moreview .product-block .functional-buttons .btn {
        background-color: transparent; }
      .product-moreview .product-block .functional-buttons .wishlist {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0); }
        .product-moreview .product-block .functional-buttons .wishlist .btn-wishlist {
          width: inherit;
          border: none;
          color: #ccc; }
          .product-moreview .product-block .functional-buttons .wishlist .btn-wishlist:hover {
            color: #ca912b; }
      .product-moreview .product-block .functional-buttons .cart, .product-moreview .product-block .functional-buttons .quickview {
        display: none; }

.block_mail_social {
  background-color: #ca912b; }

.list-about li {
  line-height: 30px; }

.panel-group .panel-default {
  padding-left: 50px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .rtl .panel-group .panel-default {
    padding-right: 50px;
    padding-left: inherit; }
  .panel-group .panel-default .panel-heading {
    border: none;
    background-color: transparent; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  background-color: transparent; }

.panel-group .panel-title {
  font-size: 14px; }
  .panel-group .panel-title .accordion-toggle {
    color: #414042;
    display: block;
    position: relative; }
    .panel-group .panel-title .accordion-toggle:before {
      content: "";
      width: 34px;
      height: 34px;
      position: absolute;
      top: -10px;
      left: -50px;
      -webkit-box-shadow: 0 0 0 34px #000 inset;
      box-shadow: 0 0 0 34px #000 inset;
      border-radius: 100%;
      z-index: 10;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
    .panel-group .panel-title .accordion-toggle:after {
      content: "\f068";
      font-family: "FontAwesome";
      z-index: 11;
      position: absolute;
      top: -10px;
      left: -38px;
      line-height: 34px;
      font-weight: normal;
      color: #fff; }
    .panel-group .panel-title .accordion-toggle.collapsed:after {
      content: "\f067";
      color: #414042; }
    .panel-group .panel-title .accordion-toggle.collapsed:before {
      -webkit-box-shadow: 0 0 0 2px #000 inset;
      box-shadow: 0 0 0 2px #000 inset; }
    .panel-group .panel-title .accordion-toggle.in:after {
      content: "\f068";
      color: #fff; }
    .panel-group .panel-title .accordion-toggle.in:before {
      -webkit-box-shadow: 0 0 0 34px #000 inset;
      box-shadow: 0 0 0 34px #000 inset; }

#ap-ajax-search {
  position: absolute;
  border: 1px solid #e5e5e5;
  width: 100%;
  display: none;
  background: #FFFFFF;
  max-height: 450px;
  overflow: auto;
  z-index: 100; }
  #ap-ajax-search ul {
    margin-top: -1px; }
    #ap-ajax-search ul li {
      padding: 10px 15px; }

.news-letter-title {
  letter-spacing: 2px !important; }

.page-wrap .rte {
  color: #000000; }

@media (min-width: 1024px) {
  .row.ft_copyright {
    display: flex;
    align-items: center; } }

.product-block .content_price {
  margin: 5px 0px;
  text-align: center !important;
  float: initial !important; }

.product-block .product-meta {
  position: relative;
  padding: 10px 0px 0px;
  text-align: center !important; }

.products_block .owl-controls .owl-prev,
.products_block .owl-controls .owl-next {
  font-size: 0; }

.product-block .content_price span.price.product-price {
  font-size: 23px;
  color: #f00; }

.product-block .content_price .product-price {
  color: #333;
  font-size: 17px; }
