/***********************************************************************/
#newsletter_block .input-form input::placeholder {
  color: #fff; }

#newsletter_block .input-form input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

#newsletter_block .input-form input:-ms-input-placeholder {
  color: #fff; }

#newsletter_block .input-form input::-webkit-input-placeholder {
  color: #fff; }

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

.container {
  position: relative; }

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

.errors {
  color: #C83A3A; }

#topbar {
  min-height: 40px;
  font-weight: 300;
  border-bottom: none;
  font-size: 11px;
  line-height: 24px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  background: white;
  color: black; }
  #topbar a {
    color: #ffc952; }
  #topbar a:hover {
    color: #ffc952; }
  #topbar a {
    font-size: 11px; }
  #topbar .btn-group {
    border: none;
    color: white; }
    #topbar .btn-group .fa {
      color: black; }
    #topbar .btn-group .caret-top {
      color: black; }
    #topbar .btn-group .text-label {
      color: black;
      font-size: 13px -3; }
    #topbar .btn-group:hover .dropdown-toggle > * {
      color: #ffc952; }
    #topbar .btn-group:hover, #topbar .btn-group:focus, #topbar .btn-group.search-display {
      cursor: pointer;
      color: black;
      background: white; }
      #topbar .btn-group:hover > div + div, #topbar .btn-group:focus > div + div, #topbar .btn-group.search-display > div + div {
        display: block; }
    #topbar .btn-group a {
      color: black; }
      #topbar .btn-group a:hover, #topbar .btn-group a:focus {
        background-color: transparent;
        color: #ffc952; }
    #topbar .btn-group .dropdown-menu {
      margin-top: 0;
      padding: 15px 15px;
      min-width: 150px; }
  #topbar .quick-action > div {
    margin: 8px 0; }
  #topbar .quick-action .search-focus {
    cursor: pointer; }
  #topbar .quick-access > div {
    position: relative;
    padding: 9px 15px;
    float: left; }
    #topbar .quick-access > div:after {
      content: "";
      border-right: 1px solid #e5e5e5;
      height: 40%;
      right: 0;
      top: 30%;
      position: absolute; }
    #topbar .quick-access > div:last-child:after {
      border: none; }
    #topbar .quick-access > div:first-child {
      padding-left: 0; }
  #topbar #cart .heading a {
    background: url("https://cdn.shopify.com/s/files/1/1275/9667/t/2/assets/icon-cart-small.png?16623037675556828736") no-repeat;
    line-height: 24px;
    padding: 0 0 0 38px; }
    .rtl #topbar #cart .heading a {
      padding: 0 38px 0 0; }
  #topbar.topbar-v1 .container {
    position: relative; }
    #topbar.topbar-v1 .container .quick-action > div {
      float: right;
      padding: 0; }
      #topbar.topbar-v1 .container .quick-action > div > div {
        padding: 0px 15px;
        border-right: 1px solid #e5e5e5; }
        #topbar.topbar-v1 .container .quick-action > div > div + div {
          padding: 15px 15px; }
      #topbar.topbar-v1 .container .quick-action > div:first-child > div {
        padding-right: 0px;
        border-right: none; }
      #topbar.topbar-v1 .container .quick-action > div.search-focus {
        padding-left: 15px;
        background: url("../assets/icon-search.png") 0 4px no-repeat;
        -webkit-transition: all 0.35s;
        transition: all 0.35s; }
        #topbar.topbar-v1 .container .quick-action > div.search-focus .text-label {
          color: black; }
        #topbar.topbar-v1 .container .quick-action > div.search-focus:hover {
          background-position: 0 -18px; }
        #topbar.topbar-v1 .container .quick-action > div.search-focus .dropdown-menu {
          min-width: 250px; }
  #topbar.topbar-v2 {
    padding: 0px 40px;
    position: relative; }
    #topbar.topbar-v2 .quick-access > div {
      float: left; }
    #topbar.topbar-v2 .quick-action > div {
      float: right;
      padding: 0; }
      #topbar.topbar-v2 .quick-action > div > div {
        padding: 0px 15px;
        border-right: 1px solid #e5e5e5; }
        #topbar.topbar-v2 .quick-action > div > div + div {
          padding: 15px 15px; }
      #topbar.topbar-v2 .quick-action > div:first-child > div {
        padding-right: 0px;
        border-right: none; }
      #topbar.topbar-v2 .quick-action > div.search-focus {
        padding-left: 15px;
        background: url("../assets/icon-search.png") 0 4px no-repeat;
        -webkit-transition: all 0.35s;
        transition: all 0.35s; }
        #topbar.topbar-v2 .quick-action > div.search-focus .text-label {
          color: black; }
        #topbar.topbar-v2 .quick-action > div.search-focus:hover {
          background-position: 0 -28px; }
        #topbar.topbar-v2 .quick-action > div.search-focus .dropdown-menu {
          min-width: 250px; }

.ap-banners {
  padding-top: 30px;
  padding-bottom: 30px; }
  .ap-banners .img1 {
    position: relative;
    overflow: hidden; }
    .ap-banners .img1 .description {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      padding: 13% 3% 0;
      cursor: pointer; }
      .ap-banners .img1 .description .title {
        font-family: bebas_neue;
        font-size: 30px;
        color: white;
        font-weight: 700;
        text-transform: uppercase; }
      .ap-banners .img1 .description .text {
        color: #FFFFFF; }
      .ap-banners .img1 .description .button {
        margin-top: 15px;
        display: none; }
    .ap-banners .img1 .title {
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      letter-spacing: 0px; }
    .ap-banners .img1 img {
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .ap-banners .img1:hover .title {
      letter-spacing: 3px; }
    .ap-banners .img1:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

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

#header-main {
  background: transparent; }

.header-wrap .header-left {
  float: left;
  width: 100%; }
  .rtl .header-wrap .header-left {
    float: right; }

#header_logo {
  padding: 18px 0px;
  text-align: left; }
  #header_logo h1 {
    margin: 0px; }
  #header_logo a {
    text-align: left;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle; }

#header-top .nav-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 0 none;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  top: -47px;
  -webkit-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
  z-index: 9; }
  #header-top .nav-search.open {
    height: 90px;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    visibility: visible; }
  #header-top .nav-search input {
    width: 100%;
    height: 100%;
    background: transparent;
    min-height: 90px;
    font-size: 35px;
    border: none;
    color: black; }
  #header-top .nav-search .button-close {
    padding: 37px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #9c9c9c;
    text-align: center;
    z-index: 9999999;
    background-color: #eeeeee;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    #header-top .nav-search .button-close:hover {
      cursor: pointer;
      background: #ffc952;
      color: white; }
#header-top.hide-bar {
  margin-top: -41px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 999 !important; }
  #header-top.hide-bar #header_logo {
    padding: 8px 0px; }
  #header-top.hide-bar #apollo-menu .navbar-nav > li > a {
    padding: 22px 0; }
  #header-top.hide-bar .logo-store img {
    max-width: 85%; }
#header-top.hide-menu {
  z-index: 999 !important;
  min-height: 42px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25); }

.box-module-pavreassurances {
  padding: 0 15px;
  overflow: hidden; }
  .box-module-pavreassurances .box-outer > div {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .box-module-pavreassurances .box-outer > div.column:first-child {
      border-left: 0;
      background-color: #de7e73; }
    .box-module-pavreassurances .box-outer > div.column:nth-child(2) {
      background-color: #fdd692; }
    .box-module-pavreassurances .box-outer > div.column:last-child {
      background-color: #aacd6e; }
  .box-module-pavreassurances .reassurances-center {
    padding: 30px 0 30px;
    text-align: center; }
    .box-module-pavreassurances .reassurances-center .reassurance-title {
      text-transform: uppercase;
      font-family: bebas_neue;
      font-weight: 700;
      font-size: 24px;
      letter-spacing: 2px;
      color: white;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .box-module-pavreassurances .reassurances-center .description {
      color: white; }
    .box-module-pavreassurances .reassurances-center:hover .reassurance-title {
      letter-spacing: 4px; }

#content {
  min-height: 400px;
  background: white;
  padding: 30px 0px; }

#button_offcanvas_sidebar_left {
  width: 5px;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffc952;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #button_offcanvas_sidebar_left button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    background: #ffc952;
    display: block;
    max-width: 20px;
    position: fixed;
    top: 250px;
    left: 5px;
    padding: 10px 7px 10px 3px;
    color: #fff;
    font-size: 13px;
    cursor: pointer; }
    .rtl #button_offcanvas_sidebar_left button {
      padding: 10px 3px 10px 7px; }

.ap-pusher-after {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s; }

.off-canvas-left-active #page {
  position: fixed;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(270px, 0px);
  -ms-transform: translate(270px, 0px);
  transform: translate(270px, 0px); }
.off-canvas-left-active #button_offcanvas_sidebar_left button {
  display: none; }
  .off-canvas-left-active #button_offcanvas_sidebar_left button:focus {
    border: 0; }
.off-canvas-left-active .ap-pusher-after {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s; }

.off-canvas-active #page .ap-pusher-after, html.mm-opened #page .ap-pusher-after {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s; }

.ap-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 270px;
  height: 100%;
  padding: 0;
  background: white;
  font-size: 16px;
  overflow-y: auto;
  -webkit-transform: translate(-270px, 0px);
  -ms-transform: translate(-270px, 0px);
  transform: translate(-270px, 0px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .ap-menu.active {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

#blogpage .page-subheading {
  margin-bottom: 33px;
  border: 0; }

#footer {
  font-size: 13px;
  background: transparent; }
  #footer:before, #footer:after {
    content: " ";
    display: table; }
  #footer:after {
    clear: both; }
  #footer .footer_quicklink .title_block {
    padding-bottom: 17px; }

#footerbottom {
  overflow: hidden; }

.footer-center-wrap {
  padding: 30px 0;
  padding-bottom: 0; }
  .footer-center-wrap .footer-block {
    padding: 0px 5px; }

#powered {
  padding: 15px 0px;
  font-family: Pluto;
  font-size: 13px;
  color: black; }
  #powered a {
    color: black; }
  #powered span {
    display: block;
    line-height: 20px;
    color: #ffc952; }
  #powered .payment-img img {
    float: right;
    margin: 0px; }

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: hidden; }
    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: hidden; }
    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--- */
/*One*/
body.header-one #apollo-top-menu {
  border: 0px; }
body.header-one .main-menu.mainnav-v1 {
  border-top: 1px solid #E4E4E4;
  border-bottom: 2px solid black; }

/* ---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 .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-down.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.effect > a {
  position: relative;
  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 > a img {
    width: 100%; }

.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.3s ease-out 0s;
    transition: all 0.3s 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.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .effect_banner a:hover:before, .effect_banner a:hover:after {
    width: 100%;
    height: 100%; }

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

.btn-outline-inverse {
  color: black;
  background-color: white;
  border-color: white;
  -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: white;
    background-color: black;
    border-color: black;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .open .btn-outline-inverse.dropdown-toggle {
    color: white;
    background-color: black;
    border-color: black; }
  .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: white;
    border-color: white; }
  .btn-outline-inverse .badge {
    color: white;
    background-color: black; }

.btn-outline {
  color: black;
  background-color: #ffc952;
  border-color: #ffc952;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    background-color: #6cabd5;
    border-color: #6cabd5;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .open .btn-outline.dropdown-toggle {
    color: white;
    background-color: #6cabd5;
    border-color: #6cabd5; }
  .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: #ffc952;
    border-color: #ffc952; }
  .btn-outline .badge {
    color: #ffc952;
    background-color: black; }

.block .title_block {
  position: relative;
  font-family: Pluto;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 100;
  color: black; }
  #footer .block .title_block {
    line-height: 22px; }
#footer .block .block_content {
  font-family: Pluto;
  font-size: 11px;
  color: black;
  text-transform: uppercase; }
#footer .block.footer_contact .block_content {
  text-transform: none; }
#footer .block.footer_contact .title_block {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  margin: 9px 0; }

.gmap-stores-content ul {
  display: inline-block; }
.gmap-stores-content .box-heading {
  color: white;
  padding: 30px 0 0;
  font-size: 18px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: left; }
  .rtl .gmap-stores-content .box-heading {
    text-align: right; }
.gmap-stores-content .item-gmap-store {
  cursor: pointer; }
  .gmap-stores-content .item-gmap-store strong {
    text-transform: uppercase;
    margin: 9px 0;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle; }

.contact-info {
  line-height: 27px;
  font-size: 13px; }
  .contact-info p {
    color: white; }
  .contact-info a {
    color: black; }
    .contact-info a:hover {
      color: white; }

#catalog_block.block.ajax-filter {
  display: none; }

.sidebar .block {
  margin-bottom: 15px; }
  .sidebar .block .title_block {
    background: #ffc952;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 100;
    color: white;
    text-align: center;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    font-family: Pluto;
    padding: 10px;
    letter-spacing: 1px;
    border: none;
    margin: 0; }
    .sidebar .block .title_block a {
      color: white; }
  .sidebar .block .block_content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 15px 0px;
    border: none;
    background: white; }
    .sidebar .block .block_content:before, .sidebar .block .block_content:after {
      content: " ";
      display: table; }
    .sidebar .block .block_content:after {
      clear: both; }
  .sidebar .block ul {
    margin: 0; }
    .sidebar .block ul li {
      position: relative; }
      .sidebar .block ul li a {
        font-family: Pluto;
        color: black;
        text-transform: uppercase;
        display: block;
        font-size: 13px;
        padding: 10px 15px; }
        .sidebar .block ul li a:hover {
          color: #ffc952; }
.sidebar.offcanvas_content_left .block .block_content {
  padding: 15px; }

.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 .fa-user {
      margin-right: 3px; }
      .rtl .popup-over .popup-title .fa-user {
        margin-left: 3px;
        margin-right: inherit; }
    .popup-over .popup-title .fa-cog {
      margin-right: 3px; }
      .rtl .popup-over .popup-title .fa-cog {
        margin-left: 3px;
        margin-right: inherit; }
  .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; }

.header_user_info {
  float: left; }
  .rtl .header_user_info {
    float: right; }
  .header_user_info .popup-title {
    display: none; }
  .header_user_info.popup-over .popup-title {
    display: block;
    padding: 0; }
  .header_user_info .dropdown-menu > li > a {
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase; }

.links {
  margin: 0px;
  padding: 0px; }
  .links li {
    display: inline;
    line-height: 40px;
    margin: 5px; }
    .links li a {
      margin: 0px 6px; }
    .links li.fa, .links li.icon {
      margin-right: 10px; }
  .links.dropdown-menu li {
    display: block; }
    .links.dropdown-menu li a {
      margin: 0px; }

#block_currencies {
  border-style: solid;
  border: 0;
  padding-left: 15px; }
  .rtl #block_currencies {
    padding-right: 15px;
    padding-left: inherit; }
  #block_currencies .dropdown-menu {
    padding: 10px 20px; }
    #block_currencies .dropdown-menu li a img {
      margin-right: 5px; }
      .rtl #block_currencies .dropdown-menu li a img {
        margin-left: 5px;
        margin-right: inherit; }
  #block_currencies .popup-title {
    padding: 0; }
    #block_currencies .popup-title img {
      margin-top: -2px; }
  #block_currencies .fa {
    color: black; }

#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; }

.menu-content {
  padding: 0; }
  .menu-content #cart .cart-title {
    display: none; }
  .menu-content #cart .money {
    display: none; }
  .menu-content #cart .fa {
    display: none; }

#cart {
  position: relative; }
  #cart:hover {
    cursor: pointer; }
  #cart h4 {
    color: black;
    font-weight: 300;
    font-size: 11px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase; }
  #cart #cart-total {
    text-transform: uppercase; }
  #cart .content {
    clear: both;
    display: block;
    position: absolute;
    top: 100%;
    right: 0px;
    left: auto;
    padding: 15px;
    min-height: 100px;
    height: 100px;
    height: auto !important;
    background: white;
    border: 1px solid #e5e5e5;
    z-index: 99999;
    min-width: 400px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none; }
  #cart .heading:before, #cart .heading:after {
    content: " ";
    display: table; }
  #cart .heading:after {
    clear: both; }
  #cart .heading a {
    background: url("https://cdn.shopify.com/s/files/1/1275/9667/t/2/assets/icon-cart-small.png?16623037675556828736") no-repeat;
    padding: 0 0 0 38px;
    background-position: left;
    margin-top: 0;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle; }
    #cart .heading a span {
      margin-right: 4px;
      font-size: 11px;
      color: #ffc952; }
  #cart .media .pull-left {
    text-align: center;
    position: relative;
    margin-right: 10px; }
  #cart .checkout {
    text-align: right;
    clear: both; }
  #cart .empty {
    padding-top: 20px;
    text-align: center; }
  #cart .mini-cart-total {
    text-align: right; }
    #cart .mini-cart-total td {
      color: #000;
      padding: 4px; }
    #cart .mini-cart-total table {
      border-collapse: collapse;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 5px; }
  #cart .mini-cart-info .quantity {
    text-align: right; }
  #cart .mini-cart-info .name {
    font-size: 11px;
    font-weight: bold; }
    #cart .mini-cart-info .name small {
      color: #666; }
  #cart .mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 6px;
    border-bottom: 1px solid #e5e5e5; }
  #cart .mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px; }
  #cart .mini-cart-info .image {
    width: 1px; }
    #cart .mini-cart-info .image img {
      text-align: left; }
  #cart .mini-cart-info .remove {
    text-align: right; }
    #cart .mini-cart-info .remove img {
      cursor: pointer; }
  #cart .mini-cart-info td.total {
    text-align: right; }

#cart-top .heading:before, #cart-top .heading:after {
  content: " ";
  display: table; }
#cart-top .heading:after {
  clear: both; }
#cart-top .heading a {
  background: url("https://cdn.shopify.com/s/files/1/1275/9667/t/2/assets/icon-cart-small.png?16623037675556828736") no-repeat;
  padding: 0 0 0 38px;
  background-position: left;
  margin-top: 0;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle; }

/*.blockcart_top{
	@include rtl-float-right();
	@include rtl-padding(0px,0px,0px,10px);
	margin: 8px 0px;
	font-size: $theme-font-size-medium;
	.title-cart{
		@include rtl-margin-right(10px);
		span{
			display: block;
			background-color: $theme-color-secondary;
			color: $theme-color-default;
			width: 28px;
			height: 28px;
			text-align: center;
			line-height: 28px;
		}
	}
	.cart-inner{
		>span{
			font-size: $theme-font-size - 4;
			color: $theme-text-color;
		}
	}
}*/
.icon-canvas {
  display: none; }

.menu-content #cart {
  display: none; }

#search_block_top {
  margin: 8px 0px;
  width: 160px;
  float: right; }
  .rtl #search_block_top {
    float: left; }

#search-icon {
  display: none; }

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

#search_query_top {
  display: inline;
  padding: 0px 30px 0px 10px;
  height: 28px;
  line-height: 28px;
  background: transparent;
  border-color: #e5e5e5;
  margin-right: 1px;
  border-radius: 0px;
  box-shadow: none;
  font-size: 9px; }
  .rtl #search_query_top {
    padding: 0px 10px 0px 30px; }
  .rtl #search_query_top {
    margin-left: 1px;
    margin-right: inherit; }

#search_button {
  background: transparent;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: medium none;
  color: black;
  width: 30px;
  text-align: center;
  height: 27px;
  line-height: 27px;
  padding: 0px;
  border-radius: 0px; }
  #search_button .fallback-text {
    display: none; }
  #search_button .fa {
    font-size: 11px; }

.footer-bottom .gengooglemap {
  background-color: #ffc952;
  background: url("https://cdn.shopify.com/s/files/1/1275/9667/t/2/assets/Gentlemen_home_2.png?3138568652262837524") no-repeat;
  background-position: right; }
  .footer-bottom .gengooglemap .gm-style-iw {
    color: #333333; }
.footer-bottom .inner {
  background: transparent;
  color: white;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5; }

.footersocial .block_content a {
  border: 3px double #ffc952;
  color: #ffc952; }

.footersocial .block_content a i {
  color: #ffc952; }

#columns-contact #social_block .block_content a {
  border: 3px double black; }
  #columns-contact #social_block .block_content a i {
    color: black; }

#social_block h4 {
  text-align: center; }
#social_block .block_content {
  padding: 30px 10px; }
  #social_block .block_content span {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 20px 0 0; }
  #social_block .block_content a {
    cursor: pointer;
    text-align: center;
    margin-right: 15px;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    border: 3px double #ffc952;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    #social_block .block_content a i {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      width: 30px;
      height: 30px;
      padding: 5px 8px;
      color: #ffc952; }
    #social_block .block_content a:hover.facebook {
      background-color: #346da6; }
    #social_block .block_content a:hover.twitter {
      background-color: #4c91d7; }
    #social_block .block_content a:hover.rss {
      background-color: #f05423; }
    #social_block .block_content a:hover.google-plus {
      background-color: #c9242d; }
    #social_block .block_content a:hover.pinterest {
      background-color: #fb9e3a; }

#categories_block .block_content .leo-qty {
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  min-width: 35px;
  padding: 3px 10px;
  font-size: 9px;
  font-weight: normal;
  color: black;
  border: 1px solid #e5e5e5;
  white-space: nowrap;
  text-align: center;
  background-color: transparent;
  border-radius: 2px; }
#categories_block .block_content ul li a {
  color: black;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 0 15px 30px; }
  .rtl #categories_block .block_content ul li a {
    padding: 15px 30px 15px 0; }
  #categories_block .block_content ul li a:hover {
    border: 1px solid black;
    padding-left: 40px; }
    .rtl #categories_block .block_content ul li a:hover {
      padding-right: 40px;
      padding-left: inherit; }

#catalog_block .catalog_filters {
  margin-top: 5px;
  border-bottom: 1px solid #EEE; }
#catalog_block .catalog_subtitle {
  font-weight: bold;
  color: black; }
#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; }
    .catalog_filter_ul > li a:before {
      position: absolute;
      content: "\f096";
      top: 10px;
      left: 0px;
      font-family: FontAwesome;
      font-size: 13px;
      color: black; }
    .catalog_filter_ul > li a:hover:before {
      content: "\f046"; }
  .catalog_filter_ul > li.active-filter a:before {
    content: "\f046"; }

.sidebar .block .color-group > li input {
  display: none; }
.sidebar .block .color-group > li a {
  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;
  margin-top: 5px; }
.sidebar .block .color-group > li.active-filter a {
  font-weight: bold; }
.sidebar .block .color-group > li.active-filter .catalog_color {
  border-color: #FF0000; }
.sidebar .products_block {
  margin: 0px 0px 15px 0px; }
  .rtl .sidebar .products_block {
    margin: 0px 0px 15px 0px; }
  .sidebar .products_block ul li a {
    font-family: Pluto;
    padding: 0px;
    font-size: 16px;
    font-weight: 100;
    text-transform: none;
    color: black; }
    .sidebar .products_block ul li a:hover {
      color: #ffc952; }
.sidebar .price {
  text-align: center; }

.socialsharing_product ul li {
  display: inline-block;
  vertical-align: middle; }
  .socialsharing_product ul li .btn {
    padding: 7px 4px;
    border: 3px double #e5e5e5;
    border-radius: 0px;
    color: black;
    font-size: 11px; }
  .socialsharing_product ul li .btn-twitter i {
    color: #00AAF0; }
  .socialsharing_product ul li .btn-twitter:hover {
    background-color: #00AAF0;
    color: white; }
    .socialsharing_product ul li .btn-twitter:hover i {
      color: white; }
  .socialsharing_product ul li .btn-facebook i {
    color: #435F9F; }
  .socialsharing_product ul li .btn-facebook:hover {
    background-color: #435F9F;
    color: white; }
    .socialsharing_product ul li .btn-facebook:hover i {
      color: white; }
  .socialsharing_product ul li .btn-google-plus i {
    color: #E04B34; }
  .socialsharing_product ul li .btn-google-plus:hover {
    background-color: #E04B34;
    color: white; }
    .socialsharing_product ul li .btn-google-plus:hover i {
      color: white; }
  .socialsharing_product ul li .btn-linkedin i {
    color: #435F9F; }
  .socialsharing_product ul li .btn-linkedin:hover {
    background-color: #435F9F;
    color: white; }
    .socialsharing_product ul li .btn-linkedin:hover i {
      color: white; }
  .socialsharing_product ul li .btn-pinterest i {
    color: #CE1F21; }
  .socialsharing_product ul li .btn-pinterest:hover {
    background-color: #CE1F21;
    color: white; }
    .socialsharing_product ul li .btn-pinterest:hover i {
      color: white; }

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

#search_querry_page {
  display: inline;
  padding: 0px 50px 0px 15px;
  height: 45px;
  line-height: 45px;
  background: #FBFBFB;
  border-color: black;
  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: 50px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  border-radius: 0px; }
  #search_button_page .fallback-text {
    display: none; }
  #search_button_page .fa {
    font-size: 18px; }

.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: 10px;
  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: Pluto; }
    .block_html_content .caption_block_html h4 {
      margin: 0px;
      font-family: Pluto;
      font-weight: 700;
      font-size: 21px;
      color: white;
      padding-top: 20px;
      letter-spacing: 2px; }
    .block_html_content .caption_block_html span {
      display: block;
      font-size: 16px;
      font-weight: normal;
      color: white; }
    .block_html_content .caption_block_html .btn {
      margin: 20px 0px;
      font-size: 8px;
      font-family: Pluto;
      font-weight: normal;
      color: white;
      border-color: white;
      background-color: transparent;
      text-transform: uppercase;
      padding: 12px;
      letter-spacing: 2px; }
      .block_html_content .caption_block_html .btn:hover {
        background: #666; }

.products_block {
  overflow: hidden;
  text-align: center; }

#productTabsNav {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative; }
  #productTabsNav:before, #productTabsNav:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1000px;
    background: #e5e5e5;
    height: 1px; }
  #productTabsNav:after {
    right: 100%; }
  #productTabsNav:before {
    left: 100%; }
  #productTabsNav.nav-tabs > li {
    float: left;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    line-height: 35px; }
    #productTabsNav.nav-tabs > li > a {
      padding: 6px 30px;
      font-weight: 100;
      height: 37px;
      font-family: Pluto;
      font-size: 18px;
      color: black;
      position: relative;
      border-left: 1px solid #e5e5e5;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #productTabsNav.nav-tabs > li > a:hover, #productTabsNav.nav-tabs > li > a:focus {
        background-color: transparent;
        color: black;
        border-color: transparent;
        border-left-color: #e5e5e5; }
    #productTabsNav.nav-tabs > li.active a {
      color: black; }
    #productTabsNav.nav-tabs > li:first-child a {
      border: none; }

#productTabsOwl .owl-item a {
  padding: 9px 15px;
  font-size: 14px;
  border-left: 1px solid #e5e5e5;
  color: black;
  height: 37px;
  display: block;
  text-transform: uppercase;
  text-align: left; }
  .rtl #productTabsOwl .owl-item a {
    text-align: right; }
#productTabsOwl .owl-item.active a {
  color: black; }
#productTabsOwl .owl-item:first-child a {
  border-left: none; }

.products_block .owl-controls .owl-prev, .products_block .owl-controls .owl-next {
  position: absolute;
  top: -73px;
  margin-top: 0px;
  font-size: 9px;
  font-style: italic;
  height: 40px;
  line-height: 40px;
  width: 35px;
  text-shadow: none;
  text-indent: -999em;
  font-family: Pluto;
  background-color: black;
  color: white;
  border: 1px solid #DADADA;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.products_block .owl-controls .owl-prev {
  right: 50px;
  left: auto;
  background: url("../assets/carousel-control2.png") no-repeat scroll center 8px white; }
  .products_block .owl-controls .owl-prev:hover {
    background-position: center -38px; }
.products_block .owl-controls .owl-next {
  border-left: none;
  right: 10px;
  left: auto;
  background: url("../assets/carousel-control2.png") no-repeat scroll center -84px white; }
  .products_block .owl-controls .owl-next:hover {
    background-position: center -130px; }
.products_block .owl-row {
  margin: 0px -10px; }
  .products_block .owl-row .owl-item {
    padding: 0px 10px; }
.products_block .carousel-control {
  top: -73px;
  margin-top: 0px;
  font-size: 9px;
  font-style: italic;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-shadow: none;
  text-indent: -999em;
  font-family: Pluto;
  background-color: black;
  color: white;
  border: 1px solid #DADADA;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .products_block .carousel-control:before {
    content: ""; }
  .products_block .carousel-control:hover {
    background-color: black; }
  .products_block .carousel-control.left {
    right: 40px;
    left: auto;
    background: url("../assets/carousel-control2.png") no-repeat scroll center 8px white; }
    .products_block .carousel-control.left:hover {
      background-position: center -39px; }
  .products_block .carousel-control.right {
    border-left: none;
    right: 0;
    left: auto;
    background: url("../assets/carousel-control2.png") no-repeat scroll center -84px white; }
    .products_block .carousel-control.right:hover {
      background-position: center -131px; }

#product_tab_content {
  padding-top: 36px;
  padding-bottom: 0px; }

.home_blogs h3 {
  margin: 0px;
  background: url(//cdn.shopify.com/s/files/1/2273/4265/t/4/assets/list-icon.png?v=4379228263508006400) repeat-x scroll 0px -108px transparent;
  text-align: center;
  line-height: 24px; }
  .home_blogs h3 span {
    font-family: Pluto;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: black;
    background-color: white;
    padding: 0px 10px; }
.home_blogs .block_content {
  padding-top: 25px; }

.blog-item {
  font-family: Pluto; }
  .blog-item .media-body {
    min-height: 180px; }
  .blog-item .blog-meta {
    font-size: 10px;
    color: black;
    font-style: italic;
    font-weight: normal;
    display: block;
    position: relative; }
    .blog-item .blog-meta a {
      color: black; }
      .blog-item .blog-meta a:hover {
        color: black; }
  .blog-item h4 {
    margin: 5px 0px;
    line-height: 22px; }
    .blog-item h4 a {
      font-weight: 700;
      font-size: 13px;
      text-transform: none;
      color: black;
      line-height: 20px; }
      .blog-item h4 a:hover {
        color: black; }
  .blog-item .blog-shortinfo {
    margin: 5px 0px;
    height: 60px;
    display: block;
    position: relative; }
    .blog-item .blog-shortinfo p {
      margin: 0px;
      font-size: 10px;
      color: black; }
  .blog-item .link {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: black;
    padding-right: 20px;
    position: relative; }
    .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; }
    .blog-item .link:hover {
      color: black; }

.footer-top {
  background: #aacd6e; }

#newsletter_block {
  padding: 40px 0 20px 0;
  /*background: url(newsletter-bg2.png);*/
  background-repeat: no-repeat;
  background-position: 90% bottom;
  background-color: transparent;
  text-align: center; }
  #newsletter_block .wapper {
    display: inline-block;
    vertical-align: middle; }
  #newsletter_block .description {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 25px; }
    .rtl #newsletter_block .description {
      margin-left: 25px;
      margin-right: inherit; }
    #newsletter_block .description .title_block {
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 10px;
      color: #fff;
      font-family: 'Oswald';
      font-weight: 400; }
    #newsletter_block .description .des_newsletter {
      font-family: Pluto;
      font-size: 13px;
      color: black;
      line-height: 21px;
      display: block;
      margin-bottom: 9px; }
  #newsletter_block h4 {
    line-height: 50px;
    margin: 0px;
    padding: 0px 10px;
    font-family: Pluto;
    font-size: 11px;
    font-weight: normal;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px; }
  #newsletter_block .block_content {
    float: none;
    float: none;
    margin: auto; }
  #newsletter_block .newsletter-input {
    height: 45px;
    box-shadow: none;
    font-family: Pluto; }
  #newsletter_block .input-form {
    float: left;
    margin-right: 10px; }
    .rtl #newsletter_block .input-form {
      margin-left: 10px;
      margin-right: inherit; }
    #newsletter_block .input-form input {
      width: 520px;
      background: transparent;
      border: 1px solid #fff;
      color: #fff; }
  #newsletter_block .btn-submit {
    float: left; }
  #newsletter_block .btn {
    background-color: transparent;
    color: #fff;
    font-family: 'Oswald';
    background: #698a31;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    padding: 7px 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #newsletter_block .btn:hover {
      background-color: #ffc952;
      border-color: #ffc952;
      color: white; }

.main-content {
  overflow: hidden; }

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

.block-manufacture {
  margin-bottom: 70px;
  min-height: 70px;
  overflow: hidden; }
  .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;
    border: 1px solid #e5e5e5; }
    .block-manufacture .logo-manu a:hover {
      border-color: black; }
  .block-manufacture .carousel-control {
    background: transparent;
    line-height: 38px;
    text-align: center;
    color: black;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .block-manufacture .carousel-control.left {
      left: -50px; }
    .block-manufacture .carousel-control.right {
      right: -50px; }
  .block-manufacture .owl-next, .block-manufacture .owl-prev {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 35px; }
  .block-manufacture .owl-next {
    right: -40px; }
  .block-manufacture .owl-prev {
    left: -40px; }
  .block-manufacture:hover .carousel-control {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .block-manufacture:hover .carousel-control.left {
      left: 0px; }
    .block-manufacture:hover .carousel-control.right {
      right: 0px; }
  .block-manufacture:hover .owl-prev {
    left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .block-manufacture:hover .owl-next {
    right: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.block_aboutshop .about p {
  margin: 0px;
  font-family: Pluto;
  font-size: 13px;
  color: black;
  text-transform: none; }
.block_aboutshop .logo-ft {
  float: left;
  width: 100%; }
  .rtl .block_aboutshop .logo-ft {
    float: right; }

.time li {
  background: url(//cdn.shopify.com/s/files/1/2273/4265/t/4/assets/dot.png?v=18343486066708588415) 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: white; }

.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: 15px;
    color: black;
    border: 2px solid black;
    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: Pluto;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px; }

.toggle-footer li {
  padding: 10px 0;
  line-height: 18px;
  position: relative;
  /* 		&:before{
  			content: "\f178";
  			position: absolute;
  			top: 0px;
  			right: 0px;
  			width: 20px;
  			height: 100%;
  			text-align: center;
  			font-family: $font-icon;
  			font-size: $theme-font-size - 3;
  		} */ }
  .toggle-footer li a {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block; }
    .toggle-footer li a:hover {
      color: #ffc952;
      /* 				font-style: italic;
      				@include rtl-padding-left(10px);
      				@include transition(all 0.2s ease 0s); */ }

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

.contact-page .box-heading {
  display: none; }

#back-top {
  display: none !important;
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 99; }
  #back-top a {
    background: none repeat scroll 0% 0% black;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0px;
    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: 40px;
      content: "\f106";
      color: #FFF;
      line-height: 40px; }

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

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

#cart-page {
  margin: 30px 0px; }
  #cart-page h2 {
    margin: 0px;
    line-height: 50px; }
  #cart-page .cart-empty {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
    text-align: center; }
  #cart-page .cart-empty-continue {
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 30px; }
  #cart-page .cart_header_labels {
    border: 1px solid #e5e5e5;
    color: black; }
    #cart-page .cart_header_labels .label_item {
      padding-top: 10px;
      padding-bottom: 10px;
      border-right: 1px solid #e5e5e5; }
      #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;
  font-size: 30px;
  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 .product_name {
  margin: 0px;
  text-align: left;
  font-size: 13px;
  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; }

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

.swatch {
  margin: 10px 0;
  display: inline-block;
  vertical-align: middle; }

/* Label */
.swatch .header {
  margin: 0px 10px 0px 0px;
  float: left;
  line-height: 30px;
  height: 35px;
  min-width: 60px; }
  .rtl .swatch .header {
    margin: 0px 0px 0px 10px; }
  .rtl .swatch .header {
    float: right; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  float: left;
  min-width: 32px !important;
  height: 32px !important;
  margin: 0;
  border: 2px solid #e5e5e5;
  background-color: transparent;
  /* Styling text */
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  cursor: pointer; }
  .rtl .swatch label {
    float: right; }

.swatch .color label i {
  position: absolute;
  left: 6px;
  bottom: -18px;
  width: 16px;
  height: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: url(//cdn.shopify.com/s/files/1/2273/4265/t/4/assets/big_white_tick.png?v=11187849858969400150) no-repeat center center; }
.swatch .color label.white i {
  background: url(//cdn.shopify.com/s/files/1/2273/4265/t/4/assets/big_dark_tick.png?v=8303595939087587305) no-repeat center center; }
.swatch .color label.checkedBox i {
  bottom: 5px; }

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

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

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  margin: 0px 10px 0px 0;
  position: relative; }
  .rtl .swatch .swatch-element {
    float: right; }

.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: black;
  color: #fff;
  bottom: 115%;
  padding: 3.5px;
  display: block;
  position: absolute;
  width: 70px;
  left: -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 {
  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 black 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

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

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !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 {
  font-family: Pluto;
  font-weight: normal;
  color: black;
  margin: 0px 0px 20px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5; }

#login-page {
  margin-top: 30px;
  margin-bottom: 50px; }
  #login-page h1, #login-page h2, #login-page h3 {
    font-family: Pluto;
    font-size: 13px;
    font-weight: normal;
    color: black;
    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; }
    #login-page .login-box p {
      margin: 0px; }
    #login-page .login-box .label-login {
      display: block;
      line-height: 22px;
      margin: 0px 0px 5px; }
    #login-page .login-box .form-control {
      box-shadow: none;
      max-width: 350px;
      margin-bottom: 20px; }
    #login-page .login-box .lost_password {
      margin: 0px 0px 10px;
      font-size: 10px;
      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; }
    #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; }
  #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: Pluto;
  font-size: 17px;
  font-weight: normal;
  color: black;
  margin: 0px 0px 20px;
  line-height: 40px;
  text-align: center; }

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

#account-page {
  margin: 30px 0px 50px; }
  #account-page h1 {
    font-family: Pluto;
    font-size: 23px;
    font-weight: normal;
    color: black;
    margin: 0px 0px 20px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5; }
  #account-page h4 {
    font-family: Pluto;
    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; }

#adress-page {
  margin: 50px 0px 70px; }
  #adress-page h1 {
    margin: 0px;
    font-family: Pluto;
    font-size: 23px;
    font-weight: normal;
    color: black;
    margin: 0px;
    line-height: 40px; }
  #adress-page .section-header {
    padding: 5px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px; }
  #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 {
    text-align: right;
    padding: 3px 0px; }
    .rtl #adress-page .section-header_right {
      text-align: left; }
  #adress-page .page-subheading {
    text-align: left; }
    .rtl #adress-page .page-subheading {
      text-align: right; }

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

#AddAddress, .edit_address {
  width: 600px;
  margin: 0px auto;
  border: 1px solid #e5e5e5;
  padding: 20px; }

#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 .fancybox-overlay {
    display: block !important; }
  #quick-view-product .quick-view-product {
    position: absolute;
    width: 1100px;
    top: 10%;
    height: auto;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 30px;
    background-color: white;
    z-index: 8011; }
    #quick-view-product .quick-view-product .qwp-name {
      font-size: 30px;
      font-weight: 100;
      color: black; }
    #quick-view-product .quick-view-product .selector-wrapper {
      /*       display:none; */ }
    #quick-view-product .quick-view-product .price {
      font-size: 30px;
      float: left; }
    #quick-view-product .quick-view-product .more-view-wrapper {
      padding: 0; }
    #quick-view-product .quick-view-product #thumbs_list_quickview img {
      width: 76px; }

.total-price span {
  margin-left: 5px; }
  .rtl .total-price span {
    margin-right: 5px;
    margin-left: inherit; }

.selector-wrapper {
  /*   display:none; */ }

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

  .quickview {
    display: none !important; } }
#deal-pages {
  margin-bottom: 50px; }
  #deal-pages .bg-warning {
    margin: 0px;
    padding: 8px 10px; }

#popup-newletter {
  background: url(//cdn.shopify.com/s/files/1/2273/4265/t/4/assets/pnewletter_bg.png?v=4689653009223463749) no-repeat scroll bottom right #e6e6e6;
  text-align: left;
  padding: 20px;
  min-width: 624px;
  min-height: 420px;
  overflow: hidden; }
  #popup-newletter h3 {
    font-family: bebas_neue;
    font-size: 30px;
    color: black;
    margin: 0px 0px 10px;
    padding: 8px 0px;
    font-weight: normal; }
  #popup-newletter .pnewle-message {
    font-family: Pluto;
    width: 55%;
    color: #333333;
    font-weight: 300; }
    #popup-newletter .pnewle-message span {
      font-size: 16px;
      margin-bottom: 20px;
      display: block; }
    #popup-newletter .pnewle-message p {
      font-size: 14px;
      margin-bottom: 10px;
      display: block; }
    #popup-newletter .pnewle-message ul {
      margin-bottom: 20px; }
      #popup-newletter .pnewle-message ul li {
        font-size: 14px;
        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: 11px;
      font-style: italic;
      height: 33px; }
    #popup-newletter .pnewle-form .btn {
      margin-top: 10px;
      background-color: transparent;
      color: black;
      font-family: Pluto;
      font-style: italic;
      font-size: 10px;
      position: relative;
      padding: 5px 12px;
      border: 3px double black;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      #popup-newletter .pnewle-form .btn:hover {
        color: white;
        background-color: #ffc952;
        border: 3px double #ffc952; }

.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: 17px;
        display: inline-block;
        height: 35px;
        width: 35px;
        color: #343434;
        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; }

.mm-opening .button-collapse-left, .mm-opening .button-collapse-right {
  display: none; }

.button-collapse-left .mdi-navigation-menu, .button-collapse-right .mdi-navigation-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 40px;
  background: url(//cdn.shopify.com/s/files/1/2273/4265/t/4/assets/sidebar_arrow_bg.png?v=1736263266267160202) no-repeat center 1px #ffc952; }

.button-collapse-left .mdi-navigation-menu {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

.button-collapse-right {
  right: 3px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  .button-collapse-right .mdi-navigation-menu {
    background-position: center -40px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px; }

.search-cart {
  padding-right: 15px; }
  .rtl .search-cart {
    padding-left: 15px;
    padding-right: inherit; }

.megamenu .block-video {
  margin-top: 18px; }

.page-header {
  margin: 15px 0px;
  padding: 0px;
  border: 0px; }
  .page-header h1 {
    font-size: 20px;
    margin: 0px; }

#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; }

#footernav {
  /*border-top:1px solid $border-color;*/ }

.ap-btn-wishlist-inline {
  width: 100%;
  text-align: center;
  margin-top: 5px; }
  .ap-btn-wishlist-inline i {
    margin-right: 5px; }

.own_footer ul {
  text-align: center; }

.own_footer ul li {
  display: inline-block;
  padding: 0px 20px; }

.header_user_info:after {
  border: none !important; }

@media screen and (max-width: 1200px) {
  .new_one_num {
    margin-left: 0px !important; }

  #topbar .quick-access > div {
    padding: 9px 8px !important; }

  #topbar #cart .heading a {
    padding: 0 0 0 32px !important; } }
@media screen and (max-width: 404px) {
  .new_one_num {
    float: right !important; } }
