/* main style file */
@charset "UTF-8";
@font-face {
  font-family: 'Gotham Rounded';
  src: local('Gotham Rounded Bold'), local('GothamRounded-Bold'), url('../fonts/subset-GothamRounded-Bold.woff2') format('woff2'), url('../fonts/subset-GothamRounded-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded';
  src: local('Gotham Rounded Book'), local('GothamRounded-Book'), url('../fonts/subset-GothamRounded-Book.woff2') format('woff2'), url('../fonts/subset-GothamRounded-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Rounded';
  src: local('Gotham Rounded Medium'), local('GothamRounded-Medium'), url('../fonts/subset-GothamRounded-Medium.woff2') format('woff2'), url('../fonts/subset-GothamRounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

html, body {
  font-family: 'Gotham Rounded', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l4gcdc");
  src: url("../fonts/icomoon.eot?l4gcdc#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf?l4gcdc") format('truetype'), url("../fonts/icomoon.woff?l4gcdc") format('woff'), url("../fonts/icomoon.svg?l4gcdc#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube-play:before {
  content: ""; }

.icon-youtube-square:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-disability:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-ic-menu:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-cart-filled:before {
  content: ""; }

.icon-cart-outline:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-brand:before {
  content: ""; }

.icon-social:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-brand1:before {
  content: ""; }

.icon-social1:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-brand2:before {
  content: ""; }

.icon-tweet:before {
  content: ""; }

.icon-social2:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-brand3:before {
  content: ""; }

.icon-social3:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-brand4:before {
  content: ""; }

.icon-social4:before {
  content: ""; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: calc(1s);
  animation-duration: calc(1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2); }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75); }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

header {
  padding-top: 20px;
  /* icons on the right */
  /* mobile view */ }
  header .container {
    position: relative;
    z-index: 2; }
  body.fsvideo header {
    visibility: hidden; }
  header .center-holder {
    position: relative;
    width: calc(100% - 40%);
    height: 60px; }
  header .hamburger, header .mobile-overlay, header .mobilenav {
    display: none; }
    header .minicart a {
      position: relative; }
      header .minicart a .count {
        display: block;
        position: absolute;
        background: #FF0000;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        width: 16px;
        height: 16px;
        color: #fff;
        font-size: 9px;
        font-weight: 500;
        line-height: 14px;
        text-align: center;
        top: 18px;
        right: 12px;
        border: 1px solid #FF0000;
        -webkit-transition: border-color 0.6s ease;
        -moz-transition: border-color 0.6s ease;
        -ms-transition: border-color 0.6s ease;
        -o-transition: border-color 0.6s ease;
        transition: border-color 0.6s ease; }
      header .minicart a [data-count="0"].count {
        display: none; }
      header .minicart a:hover {
        color: #FF0000 !important; }
        header .minicart a:hover span.icon-cart-outline:before {
          content: ""; }
        header .minicart a:hover .count {
          border-color: #fff; }
  header #main_menu {
    position: relative;
    z-index: 3; }
    header #main_menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      height: 70px;
      line-height: 66px;
      text-align: center; }
      header #main_menu ul li {
        display: inline-block;
        margin: 0 20px;
        position: relative; }
        header #main_menu ul li:first-of-type {
          margin-left: 0; }
        header #main_menu ul li:last-of-type {
          margin-right: 0; }
        header #main_menu ul li a {
          font-weight: bold;
          font-size: 16px;
          color: #727272;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
          display: block;
          border-bottom: 4px solid transparent; }
          header #main_menu ul li a:hover {
            color: #FF0000;
            text-decoration: none; }
            header #main_menu ul li a:hover:after {
              background: #FF0000;
              width: 100%;
              left: 0px; }
          header #main_menu ul li a:after {
            content: "";
            display: block;
            position: absolute;
            background: transparent;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            left: 50%;
            bottom: 3px;
            width: 0%;
            z-index: 2;
            height: 4px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
        header #main_menu ul li.current-menu-item a:after {
          background: #FF0000;
          width: 100%;
          left: 0px; }
  body.has_hero header #main_menu ul li a {
    color: #fff; }
  header .language-picker {
    display: inline-block; }
    header .language-picker > a {
      color: #727272;
      font-weight: bold;
      font-size: 20px; }
      body.has_hero header .language-picker > a {
        color: #fff; }
    header .language-picker ul {
      display: none;
      position: absolute; }
      header .language-picker ul.pop {
        display: block;
        z-index: 5;
        background: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.15));
        margin: 4px 0 0 8px;
        padding: 16px 24px;
        min-width: 110px;
        list-style: none; }
        header .language-picker ul.pop:before {
          display: block;
          background: #fff;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          content: "";
          width: 10px;
          height: 10px;
          transform: scaleY(1.5) rotate(45deg);
          left: 26px;
          position: absolute;
          margin-left: -16px;
          top: -4px;
          filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.15));
          z-index: -1; }
        header .language-picker ul.pop a {
          color: #727272 !important;
          font-size: 20px;
          font-weight: bold;
          padding: 0;
          line-height: 32px; }
          header .language-picker ul.pop a:hover {
            color: #FF0000 !important; }
  header .right > div {
    display: inline-block; }
  header .right a {
    display: block;
    line-height: 60px;
    color: #727272;
    font-size: 20px;
    padding: 0 15px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-decoration: none; }
    body.has_hero header .right a {
      color: #fff; }
    header .right a:hover {
      text-decoration: none;
      color: #FF0000; }
    header .right a [class^="icon-"] {
      font-size: 24px;
      vertical-align: sub; }
header .myaccount_link a {
  padding-right: 0; }
  header .myaccount_link a:hover {
    color: #FF0000; }
header .underline {
  display: block;
  background: rgba(172, 172, 172, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 4px;
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  bottom: -3px;
  z-index: 2; }
  body.has_hero header .underline {
    background: #fff; }
header .search-form {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 10px 0;
  text-align: center; }
  header .search-form .search-submit {
    width: 40px;
    height: 40px;
    border-top-left-radius: 65px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 65px;
    -webkit-border-top-left-radius: 65px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 65px;
    -moz-border-radius-topleft: 65px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 65px;
    border: 0;
    background: #F3F3F3;
    color: #727272; }
  header .search-form .search-field {
    height: 40px;
    width: calc(100% - 40px);
    background: #F3F3F3;
    border: 0;
    max-width: 590px;
    border-top-left-radius: 0;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 65px;
    -webkit-border-bottom-right-radius: 65px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 65px;
    -moz-border-radius-bottomright: 65px;
    -moz-border-radius-bottomleft: 0; }
@media (max-width: 61.99em) {
  header {
    padding-top: 16px; }
    header .container {
      max-width: 100%; }
    header .hamburger {
      display: block;
      position: absolute;
      font-size: 24px;
      color: #727272;
      left: 15px;
      top: 10px;
      text-decoration: none; }
      body.has_hero header .hamburger {
        color: #fff; }
    header #logo {
      position: absolute;
      left: 50%;
      margin-left: -45px;
      bottom: 0; }
      header #logo img {
        max-width: 90px; }
    header .right > div.language-picker, header .right > div.search_link, header .right > div.myaccount_link {
      display: none; }
      header .minicart a {
        line-height: 50px; }
    header .mobile-overlay {
      display: none;
      content: "";
      z-index: 999;
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      header .mobile-overlay .mobile-close {
        color: #fff;
        position: fixed;
        left: 17px;
        top: 25px;
        line-height: 18px;
        font-size: 18px; }
    header .center-holder {
      position: fixed;
      top: 0;
      right: -100vw;
      width: calc(100vw - 72px);
      height: 100vh;
      background: #fff;
      z-index: 1000;
      overflow-y: auto;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      body.mobilenav header .hamburger {
        opacity: 0; }
      body.mobilenav header .mobile-overlay {
        background: rgba(0, 0, 0, 0.7);
        display: block; }
      body.mobilenav header .center-holder {
        right: 0px;
        display: block; }
    header #main_menu {
      margin-top: 100px; }
      header #main_menu ul {
        line-height: 48px;
        height: auto; }
        header #main_menu ul li {
          display: block;
          margin: 0;
          text-align: left;
          padding: 0px 42px;
          font-size: 18px; }
          header #main_menu ul li a {
            color: #727272 !important; }
            header #main_menu ul li a:after {
              display: none; }
          header #main_menu ul li.current-menu-item a {
            color: #FF0000 !important; }
    header .search-form {
      display: block;
      top: 22px;
      right: 42px;
      left: 42px;
      width: auto;
      height: auto; }
      header .search-form .search-field {
        font-size: 12px;
        padding-top: 4px; }
    header .mobilenav {
      display: block; }
      header .mobilenav .user-login {
        display: block;
        color: #727272;
        border: 2px solid #727272;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        margin: 50px 42px 16px 42px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        text-align: center;
        line-height: 40px;
        height: 40px; }
        header .mobilenav .user-login i {
          font-size: 16px;
          margin-right: 12px; }
      header .mobilenav .langpicker {
        list-style: none;
        position: relative;
        left: 42px;
        bottom: -40px;
        padding: 0;
        margin: 0; }
        header .mobilenav .langpicker li {
          display: inline-block;
          font-size: 18px;
          font-weight: bold;
          margin-right: 32px; }
          header .mobilenav .langpicker li a {
            color: #acacac; }
          header .mobilenav .langpicker li.current a {
            color: #727272; } }

footer {
  position: relative;
  z-index: 1;
  margin-top: 130px; }
  footer .container {
    position: relative;
    padding-top: 95px;
    padding-bottom: 40px; }
  footer .underline {
    display: block;
    background: rgba(172, 172, 172, 0.2);
    border-radius: 5px;
    height: 4px;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 2; }
  footer .logo {
    max-width: 180px;
    height: auto; }
  footer .copyright {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px; }
  footer .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer .menu li {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 32px; }
      footer .menu li a {
        color: #727272;
        text-transform: uppercase;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
        footer .menu li a:hover {
          text-decoration: none;
          color: #FF0000; }
  footer .contactinfo {
    color: #727272; }
    footer .contactinfo p {
      margin-bottom: 0.5rem; }
    footer .contactinfo a {
      color: #727272;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      footer .contactinfo a:hover {
        color: #FF0000; }
  footer .social-media {
    margin: 0;
    padding: 32px 0 0 0;
    list-style: none; }
    footer .social-media li {
      display: inline-block;
      margin-right: 12px; }
      footer .social-media li a {
        background: #009947;
        display: block;
        width: 32px;
        height: 32px;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
        footer .social-media li a:hover {
          background-color: #FF0000;
          color: #fff;
          text-decoration: none; }
  @media (max-width: 47.99em) {
    footer {
      text-align: center;
      margin-top: 60px;
      font-size: 14px; }
      footer .container {
        padding-top: 32px; }
        footer .container .contactinfo {
          padding: 24px 0; }
        footer .container .menu {
          padding: 8px 0; }
          footer .container .menu li {
            font-size: 14px;
            margin-bottom: 16px; }
        footer .container .mobilesocial {
          margin-bottom: 16px; }
          footer .container .mobilesocial .social-media {
            padding: 16px 0; }
            footer .container .mobilesocial .social-media li {
              margin: 0 16px 16px 16px; }
      footer .copyright {
        border-top: 1px solid rgba(172, 172, 172, 0.2);
        padding: 16px; } }

body {
  background-color: #fff;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none !important; }

@media (min-width: 81.25em) {
  .container {
    max-width: 1320px; } }

@media (max-width: 61.99em) {
  .container {
    max-width: calc(100% - 30px); } }

ins {
  text-decoration: none; }

a {
  color: #FF0000; }
  a:hover {
    color: #FF0000; }

h2 {
  text-transform: uppercase;
  color: #727272;
  line-height: 150%;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px; }

.archive #hero {
  margin-bottom: 100px; }
.archive .woocommerce-breadcrumb {
  display: none; }
.archive .cat_desc {
  position: relative;
  color: #acacac;
  padding-bottom: 60px; }
  .archive .cat_desc .underline {
    display: block;
    background: rgba(172, 172, 172, 0.2);
    border-radius: 5px;
    height: 4px;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 2; }
.archive .woocommerce-products-header {
  padding: 60px 0; }
  .archive .woocommerce-products-header h2 {
    margin: 0;
    padding-right: 30px; }
.archive .woocommerce-ordering {
  text-align: right;
  margin-bottom: 30px; }
@media (max-width: 47.99em) {
  .archive .woocommerce-ordering {
    display: none; } }

.woocommerce-breadcrumb {
  margin: 30px 0;
  color: #acacac; }
  .woocommerce-breadcrumb a {
    color: #acacac; }

.btn {
  font-weight: bold;
  font-family: 'Gotham Rounded', Arial, sans-serif; }
  .btn.btn-primary {
    background-color: #004BD2;
    border-color: #004BD2; }

.custom-select {
  background-image: url("../images/angle-down.svg");
  background-size: 12px;
  width: auto;
  border: none;
  color: #727272; }
  .custom-select:focus {
    box-shadow: none;
    border: none; }

.widgettitle, .wcva_filter-widget-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px; }

.wcvaswatchinput {
  display: inline-block;
  text-align: center;
  margin: 0px 40px 15px 0px;
  width: 50px; }
  .wcvaswatchinput .wcvashopswatchlabel {
    display: inline-block !important;
    margin: 0 !important;
    float: none !important; }
  .wcvaswatchinput .swatch_name {
    font-size: 12px;
    display: block;
    line-height: 14px;
    color: #acacac;
    text-align: center; }
  .wcvaswatchinput:hover {
    text-decoration: none; }
    .wcvaswatchinput:hover .swatch_name {
      text-decoration: none; }

.woocommerce-widget-layered-nav, .widget {
  margin-bottom: 60px; }

.tagcloud a {
  color: #acacac;
  display: block;
  margin-bottom: 1rem;
  font-size: 16px !important;
  line-height: 24px !important; }
  .tagcloud a:before {
    border: 1px solid #ABB8C7;
    border-radius: 8px;
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: -5px; }
    .tagcloud a.chosen:before {
      background-color: #ABB8C7; }

.woocommerce-widget-layered-nav-list, .product-categories {
  margin: 0;
  padding: 0;
  list-style: none inside none; }
  .woocommerce-widget-layered-nav-list li, .product-categories li {
    margin-bottom: 1rem; }
    .woocommerce-widget-layered-nav-list li.chosen a:before, .product-categories li.chosen a:before {
      background-color: #ABB8C7; }
    .woocommerce-widget-layered-nav-list li a, .product-categories li a {
      color: #acacac;
      display: block; }
      .woocommerce-widget-layered-nav-list li a:before, .product-categories li a:before {
        border: 1px solid #ABB8C7;
        border-radius: 8px;
        content: "";
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 1rem;
        vertical-align: -5px; }
    .woocommerce-widget-layered-nav-list li .count, .product-categories li .count {
      display: none; }

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label > span::before {
  border: 1px solid #acacac !important;
  border-radius: 8px !important;
  content: "" !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin: 0 !important;
  margin-right: 1rem !important;
  vertical-align: -5px !important; }

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_orderby label > span::before {
  border-radius: 100% !important;
  background: #fff !important; }

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_orderby label > span::after {
  height: 15px;
  width: 15px;
  background: #acacac !important;
  border-radius: 100% !important; }

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_orderby label.prdctfltr_active > span::after {
  content: "" !important;
  top: 3px;
  left: 6px !important; }

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active > span::before {
  background: #acacac; }

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100% !important;
  padding: 0 !important;
  overflow: hidden;
  border: 2px solid #fff !important; }

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_ft_bela .prdctfltr_customize_block .prdctfltr_customize_color_text, .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_ft_white .prdctfltr_customize_block .prdctfltr_customize_color_text {
  border-color: #acacac !important; }

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text_tip {
  font-size: 12px !important;
  display: block !important;
  line-height: 14px !important;
  color: #acacac !important;
  text-align: center !important;
  margin: 0 !important;
  padding-top: 8px; }

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_color_text {
  box-shadow: none !important; }
  .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_color_text:after {
    content: "" !important;
    position: absolute;
    top: 3px;
    left: 12px;
    font-family: 'prdctfltr';
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
    color: #fff; }

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized_color label {
  display: inline-block !important;
  text-align: center !important;
  margin: 0px 40px 15px 0px;
  width: 50px; }
  .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized_color label > span:before {
    display: none !important; }
  .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized_color label .prdctfltr_customize_color_text_tip {
    display: block; }

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active > span::after {
  left: 3px !important;
  font-size: 20px !important;
  line-height: 22px !important;
  color: #fff; }

.prdctfltr_wc.prdctfltr_wc_widget .prdctfltr_buttons span.prdctfltr_reset label {
  border: 2px solid #009947;
  background: #fff;
  border-radius: 10px;
  color: #009947;
  font-weight: bold;
  padding: 0.75rem 1rem;
  text-transform: uppercase; }

.prdctfltr_woocommerce_ordering span.prdctfltr_reset span::before {
  display: none !important; }

.prdctfltr_filter {
  margin-bottom: 60px !important; }
@media (max-width: 61.99em) {
  .prdctfltr_filter {
    margin-bottom: 30px !important; } }
.prdctfltr_filter label {
  color: #acacac;
  font-size: 16px !important;
  margin-bottom: 1rem !important; }

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"] {
  display: none !important; }

.prdctfltr_orderby, .prdctfltr_woocommerce_filter_title {
  display: none !important; }
@media (max-width: 61.99em) {
  .prdctfltr_orderby, .prdctfltr_woocommerce_filter_title {
    display: block !important; } }

.prdctfltr_orderby {
  margin-bottom: 30px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(172, 172, 172, 0.2) !important; }

.woocommerce-tabs {
  display: none; }

.related.products {
  margin-top: 100px; }

.single-product .onsale, .single-product .bestseller, .single-product .new {
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  margin-left: 5px;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
@media (max-width: 61.99em) {
  .single-product .onsale, .single-product .bestseller, .single-product .new {
    font-size: 12px; } }
.single-product .onsale {
  background: #FF0000; }
.single-product .bestseller {
  background: #004BD2; }
.single-product .new {
  background: #009947; }
.single-product .product_title {
  font-weight: normal !important; }
.single-product .price {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 24px;
  color: #acacac;
  font-weight: 700; }
  .single-product .price ins {
    text-decoration: none; }
  .single-product .price del {
    font-weight: normal;
    margin-left: 16px; }
.single-product .woocommerce-product-details__short-description {
  color: #acacac; }
.single-product .stock {
  /* display: none; */
  font-weight: bold; }
  .single-product .stock.out-of-stock {
    color: #FF0000; }
  .single-product .stock.in-stock {
    color: #009947; }
.single-product .restricted_country {
  color: #FF0000;
  padding: 15px 0; }
.single-product form.cart {
  display: flex; }
  .single-product form.cart.variations_form {
    display: block; }
  .single-product form.cart button.single_add_to_cart_button {
    flex-grow: 1;
    margin-left: 22px;
    background: #009947;
    border: none;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 49px;
    letter-spacing: 1.5px;
    padding: 0; }
    .single-product form.cart button.single_add_to_cart_button i {
      margin-right: 10px; }
    @media (max-width: 61.99em) {
      .single-product form.cart button.single_add_to_cart_button {
        letter-spacing: 1;
        font-size: 0.9rem;
        line-height: 1rem; } }
  .single-product form.cart .single_variation_wrap .woocommerce-variation, .single-product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex; }
  .single-product form.cart .wcva_attribute_sep, .single-product form.cart .wcva_selected_attribute {
    display: none; }
  .single-product form.cart .reset_variations {
    display: none !important; }
  .single-product form.cart td.label {
    padding-bottom: 8px; }
  .single-product form.cart td.value {
    padding-bottom: 30px; }
  .single-product form.cart .attribute-swatch {
    /* height: 32px; */ }
  .single-product form.cart .swatchinput {
    margin: 0 !important;
    padding-bottom: 0 !important;
    height: 32px !important; }
    .single-product form.cart .swatchinput .belowtext {
      display: none !important; }

.quantity {
  position: relative; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.quantity input[type="number"] {
  width: 90px;
  height: 49px;
  line-height: 49px;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #acacac;
  border-radius: 5px;
  text-align: center; }

.quantity input:focus {
  outline: 0; }

.quantity-button {
  position: absolute;
  cursor: pointer;
  color: #acacac;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  top: 6px;
  line-height: 37px; }

.quantity-button.quantity-up {
  right: 10px; }

.quantity-button.quantity-down {
  left: 10px; }

.dropdown-toggle {
  background-color: #fff;
  border-color: #acacac;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0.5rem 1rem;
  width: 100%;
  display: block; }
  .dropdown-toggle:after {
    content: "";
    font-family: "icomoon";
    border: none; }
  .dropdown-toggle:hover {
    background-color: #fff !important; }
  .dropdown-toggle:focus {
    background-color: #fff !important;
    border-color: #acacac !important;
    box-shadow: none; }

.dropup .dropdown-toggle:after {
  content: "";
  font-family: "icomoon";
  border: none; }

.dropdown-item {
  color: #acacac; }
  .dropdown-item:hover {
    background-color: transparent; }

table.variations {
  width: 100%; }
  table.variations .custom-select {
    background-color: #fff;
    border: 1px solid #acacac;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 0.5rem 1rem;
    width: 100%;
    display: block;
    height: auto; }

.show > .btn-light.dropdown-toggle {
  background: #fff; }

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
  color: #acacac;
  font-weight: bold; }

.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 30px;
  border: 3px solid #004BD2;
  padding: 1rem 2rem;
  border-radius: 10px;
  position: relative; }
  .woocommerce-notices-wrapper .woocommerce-message a.button {
    position: absolute;
    right: 1rem; }
  @media (max-width: 47.99em) {
    .woocommerce-notices-wrapper .woocommerce-message a.button {
      position: relative;
      right: auto; } }

.woocommerce-notice {
  border-radius: 10px;
  font-weight: bold;
  padding: 1rem 2rem; }
  .woocommerce-notice.woocommerce-notice--success {
    background: #009947;
    border-color: #009947;
    color: #fff; }

.woocommerce-order-overview {
  list-style: none inside none;
  margin: 0;
  padding: 0;
  background: #eee;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-bottom: 30px; }

.woocommerce-customer-details {
  margin-top: 50px; }

.woocommerce-bacs-bank-details ul {
  list-style: none inside none;
  margin: 0;
  padding: 0; }
  .woocommerce-bacs-bank-details ul .upn_form, .woocommerce-bacs-bank-details ul .upn_qr {
    font-weight: bold;
    margin: 30px 0 10px; }
    .woocommerce-bacs-bank-details ul .upn_form span, .woocommerce-bacs-bank-details ul .upn_qr span {
      display: block; }

.woocommerce-cart header {
  margin-bottom: 100px; }
.woocommerce-cart .actions {
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .woocommerce-cart .actions .coupon {
    width: 30%; }
  @media (max-width: 47.99em) {
    .woocommerce-cart .actions .coupon {
      width: 100%; } }
  .woocommerce-cart .actions button[name=update_cart] {
    position: absolute;
    top: 0.75rem;
    right: 0; }
  @media (max-width: 47.99em) {
    .woocommerce-cart .actions button[name=update_cart] {
      position: relative;
      text-outline: auto;
      right: auto;
      margin-top: 15px; } }
.woocommerce-cart td {
  vertical-align: middle; }
  .woocommerce-cart td.product-thumbnail {
    width: 150px; }
  @media (max-width: 47.99em) {
    .woocommerce-cart td.product-thumbnail {
      width: 0;
      padding: 0; } }
  .woocommerce-cart td.product-thumbnail img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 47.99em) {
    .woocommerce-cart td.product-thumbnail img {
      /*display: none;*/
      width: 120px;
      max-width: none;
      height: auto; } }
  .woocommerce-cart td.product-quantity {
    width: 110px; }
.woocommerce-cart .product-subtotal, .woocommerce-cart .product-remove {
  text-align: right; }

.woocommerce-checkout header {
  margin-bottom: 100px; }
@media (max-width: 47.99em) {
  .woocommerce-checkout .container {
    max-width: calc(100% - 30px) !important;
    margin-left: 15px !important; } }
.woocommerce-checkout #customer_details, .woocommerce-checkout #ship-to-different-address {
  padding-top: 30px; }
.woocommerce-checkout #order_review_heading {
  padding-top: 30px;
  margin-bottom: 40px; }
.woocommerce-checkout #shipping_method, .woocommerce-checkout .wc_payment_methods {
  list-style: none inside none;
  margin: 0;
  padding: 0; }
.woocommerce-checkout .wc_payment_method {
  background: #eee;
  padding: 1rem !important;
  margin-bottom: 1rem !important; }
  .woocommerce-checkout .wc_payment_method label {
    font-weight: bold; }
    .woocommerce-checkout .wc_payment_method label img {
      margin: 0 10px; }
.woocommerce-checkout .checkout_coupon {
  background: #eee;
  padding: 1rem;
  margin-top: 2rem; }
.woocommerce-checkout #place_order {
  display: block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #009947;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: bold;
  width: 100%; }

.cart-collaterals {
  text-align: right; }
  .cart-collaterals .cart_totals {
    width: 40%;
    display: inline-block; }
  @media (max-width: 47.99em) {
    .cart-collaterals .cart_totals {
      display: block;
      width: auto;
      float: none !important; } }
  .cart-collaterals #shipping_method {
    list-style: none inside none;
    margin: 0;
    padding: 0; }

abbr[data-original-title], abbr[title] {
  color: #FF0000; }

.form-row {
  margin: 0;
  margin-bottom: 1rem; }
  .form-row label {
    display: block; }
  .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%; }

.select2-container .select2-selection--single {
  padding: 0.375rem 0.5rem;
  height: auto; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -10px;
  margin-top: 4px; }

@media (max-width: 47.99em) {
  .bootstrap-select .dropdown-toggle {
    /*
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		*/
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .woocommerce-page table.shop_table, .woocommerce-page table.shop_table thead, .woocommerce-page table.shop_table tbody, .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table tr {
      display: block; }
    .woocommerce-page table.shop_table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .woocommerce-page table.shop_table tr {
      /*border: 1px solid #d2d3d3; */ }
    .woocommerce-page table.shop_table td {
      /* Behave  like a "row" */
      border: 1px solid #d2d3d3;
      border-bottom: none;
      position: relative;
      padding-left: 30% !important; }
    .woocommerce-page table.shop_table {
      border: none; }
    .woocommerce-page table.shop_table td.product-spacer {
      border-color: #FFF;
      height: 10px; }
    .woocommerce-page table.shop_table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 12px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    .woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
      margin: 0; }
    .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
      text-align: left;
      border: 0;
      padding-left: 6px !important; }
    .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
      float: left;
      margin-top: 10px; }
    .woocommerce-page table.cart td.actions div, .woocommerce-page #content table.cart td.actions div, .woocommerce-page table.cart td.actions input, .woocommerce-page #content table.cart td.actions input {
      margin-bottom: 10px; }
    .woocommerce-page .cart-collaterals .cart_totals {
      float: left;
      width: 100%;
      text-align: left; }
    .woocommerce-page .cart-collaterals .cart_totals th, .woocommerce-page .cart-collaterals .cart_totals td {
      border: 0 !important; }
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td, .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
      padding-left: 6px !important; }
    .woocommerce-page table.shop_table tr.cart-subtotal td, .woocommerce-page table.shop_table tr.shipping td, .woocommerce-page table.shop_table tr.total td, .woocommerce-page table.shop_table.order_details tfoot th, .woocommerce-page table.shop_table.order_details tfoot td {
      padding-left: 6px !important;
      border: 0 !important; }
    .woocommerce-page table.shop_table tbody {
      padding-top: 10px; }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
      float: none;
      width: 100%; }
    .woocommerce .order_details ul, .woocommerce-page .order_details ul, .woocommerce .order_details, .woocommerce-page .order_details {
      padding: 0; }
    .woocommerce .order_details li, .woocommerce-page .order_details li {
      clear: left;
      margin-bottom: 10px;
      border: 0; }
    .woocommerce-page table.shop_table td.product-remove:before {
      content: attr(data-title); }
    .woocommerce-page table.shop_table td.product-thumbnail:before {
      display: none; }
    .woocommerce-page table.shop_table td.product-thumbnail {
      padding-left: 0 !important;
      text-align: center;
      width: 100%;
      border: none; }
    .woocommerce-page table.shop_table td.product-name:before {
      content: attr(data-title); }
    .woocommerce-page table.shop_table td.product-price:before {
      content: attr(data-title); }
    .woocommerce-page table.shop_table td.product-quantity:before {
      content: attr(data-title); }
    .woocommerce-page table.shop_table td.product-quantity {
      width: 100%; }
      .woocommerce-page table.shop_table td.product-quantity .quantity-nav {
        position: absolute;
        top: 0;
        width: 90px; }
    .woocommerce-page table.shop_table td.product-subtotal:before {
      content: attr(data-title);
      text-align: left; }
    .woocommerce-page table.shop_table td.product-subtotal {
      font-weight: bold; }
    .woocommerce-page table.shop_table td.product-total:before {
      content: attr(data-title); }
    .woocommerce-page table.shop_table tr {
      margin-bottom: 30px; }
    .woocommerce-page table.shop_table td.product-remove {
      border-left: none;
      border-right: none; }
      .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td, .woocommerce-page .cart-collaterals .cart_totals table tr.shipping th, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
        padding: 0 !important;
        text-align: left;
        padding-left: 0px !important; }
    .wc-proceed-to-checkout a {
      width: 100%; } }

#shipping_method .amount {
  font-weight: bold; }

.woocommerce-MyAccount-navigation a {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 0rem 0 1rem 0; }
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    color: #FF0000; }

span.password-input {
  display: block;
  width: 100%; }

.container.err404 {
  padding: 60px 15px;
  text-align: center; }

body.mobilefilter #INDWrap {
  display: none !important; }

body.woocommerce-checkout .woocommerce-form-login {
  background: #eee;
  padding: 1rem;
  margin-bottom: 2rem; }
  body.woocommerce-checkout .woocommerce-form-login .form-row {
    max-width: 300px; }
    body.woocommerce-checkout .woocommerce-form-login .form-row label {
      width: 100%; }

.lost_reset_password .form-row {
  max-width: 300px; }

body.single-product .longdesc {
  margin-top: 40px;
  padding: 40px 0;
  color: #727272;
  opacity: 0.8;
  border-top: 2px solid rgba(172, 172, 172, 0.2); }
  body.single-product .longdesc ul {
    padding-left: 1rem; }

.woocommerce-info {
  background: #eee;
  padding: 1rem;
  margin-bottom: 1rem; }

#hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  min-height: 640px;
  margin-top: -76px;
  margin-bottom: 140px; }
@media (min-width: 62em) {
  #hero {
    min-height: 900px;
    margin-top: -90px; } }
#hero .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); }
body.home #hero .overlay {
  display: none; }
@media (max-width: 61.99em) {
  #hero {
    margin-bottom: 48px; } }
#hero .content {
  padding-left: 55px;
  max-width: 50%;
  color: #fff;
  position: relative;
  z-index: 3; }
  #hero .content h1 {
    font-weight: bold;
    font-size: 72px;
    line-height: 130%; }
  #hero .content .desc {
    font-size: 28px; }
  @media (max-width: 61.99em) {
    #hero .content {
      padding-left: 10px;
      margin-left: 0;
      max-width: 100%; }
      #hero .content h1 {
        font-size: 36px;
        display: block;
        width: 100%; }
      #hero .content .desc {
        font-size: 16px; } }
  body.page-template-template-home #hero .content {
    margin-left: 50%;
    text-align: right;
    max-width: 100%;
    position: relative; }
  @media (max-width: 61.99em) {
    body.page-template-template-home #hero .content {
      padding-right: 10px;
      margin-left: 0;
      position: absolute;
      right: 30px; }
      body.page-template-template-home #hero .content h1 {
        margin: 0;
        max-width: 350px;
        text-align: right; } }
#hero .videobg {
  color: #fff;
  z-index: 100;
  font-size: 64px;
  position: absolute;
  top: 50%;
  right: 35%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #hero .videobg:hover {
    text-decoration: none;
    color: #FF0000; }
  @media (max-width: 61.99em) {
    #hero .videobg {
      right: auto;
      top: auto;
      display: block;
      text-align: center;
      width: calc(100% - 30px); } }
#hero .hero-video-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50000; }
  body.fsvideo #hero .hero-video-bg {
    display: block; }
  #hero .hero-video-bg .wp-video {
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    position: relative; }
    #hero .hero-video-bg .wp-video .mejs-container {
      width: 100% !important;
      height: 100% !important; }
      #hero .hero-video-bg .wp-video .mejs-container video {
        width: 100% !important;
        height: 100% !important; }

.videobg-close {
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 50001;
  text-shadow: 0px 0px 3px #000000;
  text-decoration: none !important;
  display: none; }
  body.fsvideo .videobg-close {
    display: block; }

body.fsvideo #INDWrap {
  display: none !important; }

.products {
  position: relative;
  z-index: 1; }
  .products .product {
    text-align: center;
    margin-bottom: 16px; }
    .products .product a.woocommerce-loop-product__link {
      display: block;
      position: relative;
      overflow: hidden; }
      .products .product a.woocommerce-loop-product__link .badges {
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 5; }
        .products .product a.woocommerce-loop-product__link .badges .onsale, .products .product a.woocommerce-loop-product__link .badges .bestseller, .products .product a.woocommerce-loop-product__link .badges .new {
          line-height: 16px;
          color: #fff;
          font-weight: bold;
          padding: 4px 8px;
          margin-left: 5px;
          white-space: nowrap;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px; }
        @media (max-width: 61.99em) {
          .products .product a.woocommerce-loop-product__link .badges .onsale, .products .product a.woocommerce-loop-product__link .badges .bestseller, .products .product a.woocommerce-loop-product__link .badges .new {
            font-size: 12px; } }
        .products .product a.woocommerce-loop-product__link .badges .onsale {
          background: #FF0000; }
        .products .product a.woocommerce-loop-product__link .badges .bestseller {
          background: #004BD2; }
        .products .product a.woocommerce-loop-product__link .badges .new {
          background: #009947; }
      .products .product a.woocommerce-loop-product__link .thumb {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding-top: 100%; }
        .products .product a.woocommerce-loop-product__link .thumb img {
          object-fit: contain;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .products .product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
        text-transform: none;
        color: #000;
        font-weight: 500;
        font-size: 20px;
        margin: 16px 0 8px 0;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      @media (max-width: 61.99em) {
        .products .product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
          font-size: 16px; } }
      .products .product a.woocommerce-loop-product__link:hover {
        text-decoration: none; }
        .products .product a.woocommerce-loop-product__link:hover img {
          transform: scale(1.1); }
        .products .product a.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
          text-decoration: none;
          color: #FF0000; }
    .products .product .shopswatchinput .wcvaswatchinput {
      width: 24px !important;
      height: 24px !important;
      margin: 0 2px; }
      .products .product .shopswatchinput .wcvaswatchinput .wcvaround {
        width: 24px !important;
        height: 24px !important; }
    .products .product .woocommerce-Price-amount, .products .product .price {
      display: block;
      font-weight: 400;
      color: #727272;
      padding: 5px; }
      .products .product .woocommerce-Price-amount ins, .products .product .price ins {
        display: inline-block;
        text-decoration: none;
        color: #727272; }
      .products .product .woocommerce-Price-amount del, .products .product .price del {
        margin: 0;
        padding: 0;
        display: inline-block;
        color: #acacac; }
        .products .product .woocommerce-Price-amount del span, .products .product .price del span {
          color: #acacac !important; }

.sidebar .sidebar-toggle {
  /* filter ikona */
  display: none;
  position: absolute;
  right: 15px;
  top: -95px; }
@media (max-width: 61.99em) {
  .sidebar .sidebar-toggle {
    display: block; } }
.sidebar .sidebar-toggle a {
  color: #727272;
  font-size: 25px; }
  .sidebar .sidebar-toggle a:hover {
    text-decoration: none; }
.sidebar .sidebar-content {
  /* vsebina filtra */ }
  .sidebar .sidebar-content .sidebar-close {
    display: none; }
  @media (max-width: 61.99em) {
    .sidebar .sidebar-content {
      position: fixed;
      z-index: 99999999;
      left: 0px;
      top: 0px;
      width: 100vw;
      height: 100vh;
      overflow: auto;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      transform: translate(-100vw);
      padding: 1rem; } }
  body.mobilefilter .sidebar .sidebar-content {
    transform: translate(0px);
    background: #fff; }
    body.mobilefilter .sidebar .sidebar-content .sidebar-close {
      display: block;
      position: fixed;
      right: 1rem;
      top: 0.8rem;
      z-index: 2001;
      color: #727272;
      font-size: 20px; }
      body.mobilefilter .sidebar .sidebar-content .sidebar-close:hover {
        text-decoration: none; }
  .sidebar .sidebar-content .prdctfltr_filter_title {
    font-size: 18px;
    font-weight: normal;
    color: #727272;
    margin-bottom: 2rem; }

.page-template-template-home #categories {
  position: relative;
  z-index: 1;
  margin-bottom: 120px; }
  .page-template-template-home #categories .item a {
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
    .page-template-template-home #categories .item a img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .page-template-template-home #categories .item a h3 {
      position: absolute;
      color: #fff;
      z-index: 10;
      left: 40px;
      bottom: 40px;
      font-weight: bold;
      font-size: 32px;
      line-height: 150%;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      .page-template-template-home #categories .item a:hover img {
        transform: scale(1.05); }
      .page-template-template-home #categories .item a:hover h3 {
        color: #FF0000; }
@media (max-width: 61.99em) {
  .page-template-template-home #categories {
    margin-bottom: 48px; }
    .page-template-template-home #categories .categories {
      width: 100vw;
      overflow-x: auto;
      white-space: nowrap;
      display: block;
      margin-left: -30px;
      margin-right: -30px; }
      .page-template-template-home #categories .categories .item {
        width: 220px;
        padding-top: 220px;
        display: inline-block;
        position: relative;
        margin: 0 8px; }
        .page-template-template-home #categories .categories .item:first-of-type {
          margin-left: 15px; }
        .page-template-template-home #categories .categories .item:last-of-type {
          margin-right: 15px; }
        .page-template-template-home #categories .categories .item a {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          white-space: normal; }
          .page-template-template-home #categories .categories .item a h3 {
            left: 24px;
            bottom: 24px;
            font-size: 28px; } }
.page-template-template-home .promobox {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 677px;
  margin-bottom: 140px; }
  .page-template-template-home .promobox .container {
    position: relative; }
    .page-template-template-home .promobox .container .content {
      background: #fff;
      /* The Fallback */
      background: rgba(255, 255, 255, 0.8);
      width: 100%;
      max-width: 520px;
      padding: 70px;
      margin-right: 115px; }
      .page-template-template-home .promobox .container .content h2 {
        text-transform: none;
        color: #FF0000;
        font-size: 36px;
        font-weight: bold;
        line-height: 130%; }
  @media (max-width: 61.99em) {
    .page-template-template-home .promobox {
      margin-bottom: 48px;
      background: none;
      min-height: 0; }
      .page-template-template-home .promobox .mobile-promo {
        display: block;
        width: 100%;
        height: auto; }
      .page-template-template-home .promobox .container {
        max-width: 100%; }
        .page-template-template-home .promobox .container .content {
          margin: 0;
          padding: 60px 0; }
          .page-template-template-home .promobox .container .content h2 {
            font-size: 24px; } }

.page-template-template-static #main {
  margin: 60px 0; }
  .page-template-template-static #main .container {
    max-width: 800px; }
    .page-template-template-static #main .container h1 {
      margin-bottom: 32px; }

body.woocommerce-account #main {
  margin: 60px 0; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    left: 15px; }
  .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(270deg);
    right: 15px; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px;
    background: #727272;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: rgba(172, 172, 172, 0.2);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #ff0000; }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
      .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
        color: #000; }
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
          color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto; }
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: block;
  margin-left: 0; }
  .bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right; }
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0; }
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }
.form-inline .bootstrap-select .form-control {
  width: 100%; }
.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
    outline: none !important; }
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }
  .bs3.filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.input-group .bs3-has-addon.filter-option .filter-option-inner {
      padding-right: inherit; }
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }
.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  position: relative;
  display: block;
  margin-right: 5px;
  text-align: center; }
  .bs3.bs-select-clear-selected {
    padding-right: inherit; }
  .bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
    position: relative;
    top: calc(((-1em / 1.5) + 1ex) / 2);
    pointer-events: none; }
    .bs3span {
      top: auto; }
.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
  display: none; }
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .bootstrap-select .dropdown-menu .notify.fadeOut {
      animation: 300ms linear 750ms forwards bs-notify-fadeOut; }
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }
  .bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0; }
  .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline; }
  .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: ' '; }
  .bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px; }
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none; }
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group {
    display: block; }
    .bs-actionsbox .btn-group button {
      width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group {
    display: block; }
    .bs-donebutton .btn-group button {
      width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }
