#admin_bar_iframe {
  opacity: 0; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background, .search-main .products-view-grid .product-card .product-img a img:not(.loaded) {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 700px 104px;
  position: relative; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 0; }

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

.no-padding-left {
  padding-left: 0; }

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #363f4d; }
  @media (max-width: 767px) {
    body {
      padding-bottom: 50px; } }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e6e6e6; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea.form-control:focus, select.form-control:focus {
    outline: none;
    box-shadow: none; }

a:hover, a:focus {
  text-decoration: none; }

.row {
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 480px) {
    .row {
      margin-right: -7px;
      margin-left: -7px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 480px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-left: 7px;
      padding-right: 7px; } }

.container, .container-fluid {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 480px) {
    .container, .container-fluid {
      padding-left: 7px;
      padding-right: 7px; } }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (max-width: 480px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
      padding-left: 7px;
      padding-right: 7px; } }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.page-404 h1 {
  color: #333;
  font-size: 28px; }

.page-404 .land {
  color: #888; }

.page-404 .mt-5 .btn-success {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #4a90e2;
  border-color: #4a90e2;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase; }
  .page-404 .mt-5 .btn-success:hover, .page-404 .mt-5 .btn-success:focus {
    color: #fff;
    background-color: #3483de;
    border-color: #3483de; }

.btn-blues, #btnnewreview, .evo-button {
  position: relative;
  display: inline-block;
  padding: 8px 28px;
  line-height: normal;
  border: 1px solid #1c1c1c;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  color: #fff; }
  @media (max-width: 480px) {
    .btn-blues, #btnnewreview, .evo-button {
      padding: 7px 15px; } }
  .btn-blues strong, #btnnewreview strong, .evo-button strong {
    font-weight: 400; }
  .btn-blues::before, #btnnewreview::before, .evo-button::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #1c1c1c; }
  .btn-blues:hover, .btn-blues:focus, #btnnewreview:hover, #btnnewreview:focus, .evo-button:hover, .evo-button:focus {
    color: #4a90e2;
    border-color: #4a90e2; }
    .btn-blues:hover::before, .btn-blues:focus::before, #btnnewreview:hover::before, #btnnewreview:focus::before, .evo-button:hover::before, .evo-button:focus::before {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }

.table-order p {
  margin-bottom: 0; }

.required {
  font-size: 13px;
  color: red; }

.search-main form.evo-search-form {
  z-index: 1;
  position: relative; }
  .search-main form.evo-search-form input {
    border: 1px solid #e5e5e5;
    border-radius: 0; }
  .search-main form.evo-search-form button {
    color: #fff;
    background-color: #4a90e2;
    border-radius: 3px; }
    .search-main form.evo-search-form button:hover, .search-main form.evo-search-form button:focus {
      color: #fff;
      background-color: #2275d7; }

.search-main .title-head {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

@media (min-width: 1024px) {
  .search-main .products-view-grid .row .col-xs-6:nth-child(5n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .search-main .products-view-grid .row .col-xs-6:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 767px) {
  .search-main .products-view-grid .row .col-xs-6:nth-child(2n+1) {
    clear: left; } }

.search-main .products-view-grid .product-card {
  padding: 5px; }
  @media (max-width: 480px) {
    .search-main .products-view-grid .product-card {
      padding: 0; } }
  .search-main .products-view-grid .product-card .product-img a {
    display: block;
    position: relative;
    height: 214px; }
    @media (max-width: 1024px) {
      .search-main .products-view-grid .product-card .product-img a {
        height: 174px; } }
    @media (max-width: 991px) {
      .search-main .products-view-grid .product-card .product-img a {
        height: 230px; } }
    @media (max-width: 767px) {
      .search-main .products-view-grid .product-card .product-img a {
        height: 348px; } }
    @media (max-width: 668px) {
      .search-main .products-view-grid .product-card .product-img a {
        height: 314px; } }
    @media (max-width: 569px) {
      .search-main .products-view-grid .product-card .product-img a {
        height: 264px; } }
    @media (max-width: 480px) {
      .search-main .products-view-grid .product-card .product-img a {
        height: 193px; } }
    @media (max-width: 376px) {
      .search-main .products-view-grid .product-card .product-img a {
        height: 174px; } }
    @media (max-width: 321px) {
      .search-main .products-view-grid .product-card .product-img a {
        height: 146px; } }
    .search-main .products-view-grid .product-card .product-img a img {
      width: auto !important;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .search-main .products-view-grid .product-card .product-img a img:not(.loaded) {
        width: 100% !important;
        height: 100% !important; }

.bread-crumb {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5; }
  @media (max-width: 767px) {
    .bread-crumb {
      margin-bottom: 10px !important; } }
  .bread-crumb h4 {
    margin-top: 0;
    text-transform: uppercase;
    color: #36424b;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 3px; }
  .bread-crumb .breadcrumb {
    background: transparent;
    color: rgba(112, 126, 137, 0.5);
    padding: 0; }
    .bread-crumb .breadcrumb a {
      color: #707e89; }

.search-more {
  margin-top: 0; }

.grecaptcha-badge {
  display: none !important; }

.total_address a {
  color: #4a90e2; }

.evo-search-bar {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: relative;
  transition: .2s all;
  height: 0;
  overflow: hidden; }
  .evo-search-bar form {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    min-width: 500px; }
    @media (max-width: 767px) {
      .evo-search-bar form {
        min-width: 210px;
        max-width: 210px; } }
    .evo-search-bar form .input-group {
      width: 100%; }
      .evo-search-bar form .input-group input {
        border: none;
        outline: none;
        font-size: 16px;
        background: none; }
        @media (max-width: 767px) {
          .evo-search-bar form .input-group input {
            padding: 0 10px;
            font-size: 14px; } }
      .evo-search-bar form .input-group button {
        border: 0;
        padding: 0;
        outline: none;
        cursor: pointer;
        background: none;
        font-size: 16px;
        color: #1c1c1c; }
  .evo-search-bar .site-header__search {
    width: 30px;
    height: 30px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 20px;
    background: none;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer; }
    @media (max-width: 767px) {
      .evo-search-bar .site-header__search {
        right: 10px; } }

.show-search .evo-search-bar {
  height: 70px;
  overflow: visible; }

.backdrop__body-backdrop___1rvky {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999;
  transition: opacity .5s ease; }
  @media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
      z-index: 2; } }
  .backdrop__body-backdrop___1rvky.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1; }

header.header {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px 0px, rgba(0, 0, 0, 0.14) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 1px -1px;
  position: relative; }
  @media (min-width: 992px) {
    header.header {
      z-index: 2; } }
  header.header .top-header {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    position: relative; }
    @media (max-width: 991px) {
      header.header .top-header {
        height: 55px; } }
    header.header .top-header .evo-header-mobile .logo img {
      max-height: 75px; }
      @media (max-width: 991px) {
        header.header .top-header .evo-header-mobile .logo img {
          max-height: 55px; } }
    header.header .top-header .evo-header-mobile .form-search-mobile {
      display: none; }
    header.header .top-header .left-header form {
      margin-bottom: 0; }
      header.header .top-header .left-header form .input-group {
        height: 40px;
        border: 1px solid #f0f2f5;
        background: #f7f9fa;
        border-radius: 20px; }
        header.header .top-header .left-header form .input-group input {
          border: none;
          background-color: transparent;
          outline: none; }
        header.header .top-header .left-header form .input-group button {
          border: none;
          background-color: transparent;
          outline: none;
          border-radius: 20px;
          color: #757779; }
    header.header .top-header .right-header {
      display: flex;
      justify-content: flex-end;
      height: 75px;
      align-items: center; }
      header.header .top-header .right-header .site-nav-item {
        position: relative;
        list-style: none;
        display: inline-block; }
        header.header .top-header .right-header .site-nav-item > a {
          font-weight: 500;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 2px;
          display: block;
          position: relative;
          padding: 0 15px;
          white-space: nowrap; }
          header.header .top-header .right-header .site-nav-item > a:hover, header.header .top-header .right-header .site-nav-item > a:focus {
            color: #4a90e2; }
        header.header .top-header .right-header .site-nav-item.site-nav-account:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -10px;
          width: 100%;
          height: 15px;
          background: 0 0;
          display: none;
          z-index: 8; }
        header.header .top-header .right-header .site-nav-item.site-nav-account ul {
          position: absolute;
          display: none;
          top: 30px;
          left: 0;
          z-index: 2;
          background: #fff;
          width: 100%;
          min-width: 200px;
          border: 1px solid #efefef;
          border-radius: 0 0 3px 3px;
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18); }
          header.header .top-header .right-header .site-nav-item.site-nav-account ul:before {
            border: 9px solid transparent;
            border-bottom: 9px solid #efefef;
            margin-left: -9px;
            bottom: 100%;
            left: 20%;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          header.header .top-header .right-header .site-nav-item.site-nav-account ul li a {
            display: block;
            padding: 7px 10px;
            color: #1c1c1c;
            text-transform: uppercase; }
            header.header .top-header .right-header .site-nav-item.site-nav-account ul li a:hover, header.header .top-header .right-header .site-nav-item.site-nav-account ul li a:focus {
              color: #4a90e2;
              background-color: #f7f7f7; }
        header.header .top-header .right-header .site-nav-item.site-nav-account:hover:before, header.header .top-header .right-header .site-nav-item.site-nav-account:hover ul {
          display: block; }
        header.header .top-header .right-header .site-nav-item.site-nav-cart > a .count_item_pr {
          height: 20px;
          line-height: 20px;
          background: #1c1c1c;
          color: #fff;
          font-size: 11px;
          font-weight: 500;
          text-align: center;
          min-width: 20px;
          border-radius: 50%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          text-indent: 2px;
          position: absolute;
          top: -10px;
          right: 6px; }
        header.header .top-header .right-header .site-nav-item.site-nav-cart:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -40px;
          width: 100%;
          height: 45px;
          background: 0 0;
          display: none;
          z-index: 8; }
  header.header .nav-evo-watch #nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 991px) {
    header.header .nav-evo-watch {
      padding: 0;
      height: 100vh;
      background: #fff;
      color: #1c1c1c;
      -webkit-transform: translateX(calc(-100vw + 65px));
      transform: translateX(calc(-100vw + 65px));
      position: fixed;
      top: 0 !important;
      left: 0;
      visibility: hidden;
      width: 300px;
      z-index: 9999;
      -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-box-shadow: none;
      box-shadow: none;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      overflow-y: scroll; }
      header.header .nav-evo-watch .row {
        margin: 0; }
        header.header .nav-evo-watch .row .col-md-12 {
          padding: 0; }
      header.header .nav-evo-watch #nav {
        display: block;
        border: none;
        padding: 0;
        margin-bottom: 0; }
        header.header .nav-evo-watch #nav > li {
          border-bottom: 1px solid rgba(92, 92, 92, 0.1);
          width: 100%; }
          header.header .nav-evo-watch #nav > li > a {
            text-align: left;
            font-size: 13px;
            text-transform: capitalize;
            color: #1c1c1c;
            letter-spacing: 1px; }
            header.header .nav-evo-watch #nav > li > a > .fa {
              height: 20px;
              position: relative;
              top: 4px;
              margin-right: 0; }
          header.header .nav-evo-watch #nav > li.active > a {
            color: #4a90e2; }
            header.header .nav-evo-watch #nav > li.active > a > .fa:before {
              content: "\f106"; }
          header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu {
            position: relative;
            top: 0;
            min-width: unset;
            width: 100%;
            box-shadow: none;
            margin: 0; }
            header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li {
              width: 100%; }
              header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li a {
                text-align: left;
                font-size: 12px;
                text-transform: capitalize;
                color: #1c1c1c;
                letter-spacing: 1px;
                padding-left: 20px;
                white-space: inherit;
                padding-right: 10px; }
              header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.active > a {
                color: #4a90e2;
                font-weight: 500; }
                header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.active > a > .fa:before {
                  content: "\f106"; }
              header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2 > .nav-link > .fa {
                height: 20px;
                position: relative;
                top: 4px;
                margin-right: 0;
                right: 0; }
                header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2 > .nav-link > .fa:before {
                  content: "\f107"; }
              header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu {
                left: 0;
                display: none; }
                header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu li a {
                  padding-left: 30px; }
              header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2.active .dropdown-menu {
                display: block; }
          header.header .nav-evo-watch #nav > li.has-childs.active .dropdown-menu {
            display: block; }
          header.header .nav-evo-watch #nav > li.has-childs.active .mega-content {
            display: block;
            position: relative;
            top: 0;
            min-width: unset;
            width: 100%;
            box-shadow: none;
            margin: 0;
            padding: 0;
            max-height: unset;
            overflow-y: unset; }
            header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 {
              display: block; }
              header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 {
                padding: 0;
                width: 100%;
                margin-bottom: 0; }
                header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .hmega {
                  text-align: left;
                  font-size: 12px;
                  text-transform: capitalize;
                  color: #5c5c5c;
                  letter-spacing: 1px;
                  padding: 10px 20px;
                  white-space: inherit;
                  font-weight: 400;
                  display: block;
                  width: 100%;
                  border-bottom: 1px solid #f7f7f7;
                  margin-bottom: 0;
                  position: relative;
                  padding-right: 10px; }
                  header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .hmega:hover {
                    color: #4a90e2; }
                  header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .hmega > .fa {
                    height: 20px;
                    position: relative;
                    top: 4px;
                    right: 0;
                    float: right;
                    line-height: 22px;
                    width: 40px;
                    text-align: center;
                    transform: translateY(-5px);
                    -webkit-transform: translateY(-5px);
                    -moz-transform: translateY(-5px); }
                header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 {
                  display: none; }
                  header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li {
                    border-bottom: 1px solid #f7f7f7; }
                    header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a {
                      padding: 10px 10px;
                      text-align: left;
                      font-size: 12px;
                      text-transform: capitalize;
                      color: #5c5c5c;
                      letter-spacing: 1px;
                      padding-left: 30px;
                      white-space: inherit;
                      font-weight: 400;
                      display: block;
                      width: 100%; }
                      header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a:hover {
                        color: #4a90e2; }
                      header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a > .fa {
                        height: 20px;
                        position: relative;
                        top: 4px;
                        right: 0;
                        float: right;
                        line-height: 22px;
                        width: 40px;
                        text-align: center;
                        transform: translateY(-5px);
                        -webkit-transform: translateY(-5px);
                        -moz-transform: translateY(-5px); }
                    header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li .level-4 {
                      display: none; }
                    header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li.active a > .fa:before {
                      content: "\f106"; }
                    header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li.active .level-4 {
                      display: block; }
                header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1.active .level1 {
                  display: block; }
                header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1:last-child .hmega {
                  border-bottom: none; }
      header.header .nav-evo-watch.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
  @media (max-width: 480px) {
    header.header .nav-evo-watch {
      -webkit-transform: translateX(calc(-100vw));
      transform: translateX(calc(-100vw));
      width: 290px; } }
  header.header .mega-content {
    background: #fff;
    display: none;
    margin: 0;
    padding: 20px 10px;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 99;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
    max-height: 600px;
    overflow-y: auto; }
    header.header .mega-content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      background-color: #F5F5F5; }
    header.header .mega-content::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    header.header .mega-content::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      background-color: #e5e5e5; }
    header.header .mega-content .level1.parent a.hmega {
      color: #000 !important;
      font-weight: 500;
      margin-bottom: 10px;
      display: block;
      position: relative; }
      header.header .mega-content .level1.parent a.hmega:hover, header.header .mega-content .level1.parent a.hmega:focus {
        color: #4a90e2 !important; }
      @media (min-width: 992px) {
        header.header .mega-content .level1.parent a.hmega .fa {
          float: right;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translate(0, -50%); }
          header.header .mega-content .level1.parent a.hmega .fa:before {
            content: "\f105"; } }
      @media (max-width: 991px) {
        header.header .mega-content .level1.parent a.hmega.active {
          color: #4a90e2; }
          header.header .mega-content .level1.parent a.hmega.active > .fa:before {
            content: "\f106"; } }
    header.header .mega-content .level1.parent ul.level1 li {
      line-height: 1.3; }
      header.header .mega-content .level1.parent ul.level1 li a {
        text-transform: none;
        font-weight: 500; }
    header.header .mega-content .level1.item {
      float: left;
      width: 100%;
      padding-left: 10px;
      position: static; }
      header.header .mega-content .level1.item > a {
        color: #000 !important;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block; }
        header.header .mega-content .level1.item > a:hover, header.header .mega-content .level1.item > a:focus {
          color: #4a90e2 !important; }
      header.header .mega-content .level1.item h2 {
        font-size: 14px;
        margin-top: 0; }
      header.header .mega-content .level1.item ul.level1 {
        margin: 0;
        position: absolute;
        width: 70%;
        left: 30%;
        background-color: #fff;
        height: 100%;
        top: 0;
        display: none;
        padding: 20px 0; }
        @media (max-width: 991px) {
          header.header .mega-content .level1.item ul.level1 {
            position: relative;
            width: 100%;
            left: 0;
            height: auto; } }
        header.header .mega-content .level1.item ul.level1 li {
          width: 33.3333%;
          float: left;
          padding: 0 10px; }
          @media (max-width: 991px) {
            header.header .mega-content .level1.item ul.level1 li {
              width: 100%;
              padding: 0; } }
          header.header .mega-content .level1.item ul.level1 li > a.a-lv2 {
            text-transform: uppercase;
            border-bottom: 1px solid #e5e7ea;
            font-weight: 600;
            color: #333;
            display: block;
            padding-bottom: 8px;
            margin-bottom: 8px; }
            @media (max-width: 991px) {
              header.header .mega-content .level1.item ul.level1 li > a.a-lv2 {
                border-bottom: none;
                margin-bottom: 0; } }
            header.header .mega-content .level1.item ul.level1 li > a.a-lv2:hover, header.header .mega-content .level1.item ul.level1 li > a.a-lv2:focus {
              text-decoration: none;
              color: #4a90e2; }
          @media (max-width: 991px) {
            header.header .mega-content .level1.item ul.level1 li.level2-has-child > a.a-lv2 {
              border-bottom: 1px solid #f7f7f7; } }
          header.header .mega-content .level1.item ul.level1 li div {
            margin-bottom: 20px; }
            @media (max-width: 991px) {
              header.header .mega-content .level1.item ul.level1 li div {
                margin-bottom: 0; } }
            header.header .mega-content .level1.item ul.level1 li div a {
              display: block;
              color: #333;
              font-weight: normal; }
              @media (max-width: 991px) {
                header.header .mega-content .level1.item ul.level1 li div a {
                  padding-left: 40px !important; } }
              header.header .mega-content .level1.item ul.level1 li div a + a {
                margin-top: 5px; }
                @media (max-width: 991px) {
                  header.header .mega-content .level1.item ul.level1 li div a + a {
                    border-top: 1px solid #f7f7f7; } }
              header.header .mega-content .level1.item ul.level1 li div a:hover, header.header .mega-content .level1.item ul.level1 li div a:focus {
                color: #4a90e2; }
          header.header .mega-content .level1.item ul.level1 li:nth-child(3n+1) {
            clear: left; }
      header.header .mega-content .level1.item:hover ul.level1 {
        display: block; }
    header.header .mega-content .level0 {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 30%;
      float: left; }
      @media (max-width: 991px) {
        header.header .mega-content .level0 {
          width: 100%; } }
    header.header .mega-content .image-mega {
      width: calc(100% - 30%);
      float: left; }
      header.header .mega-content .image-mega a {
        display: block;
        width: 33.3333%;
        padding: 0 10px;
        float: left; }
        header.header .mega-content .image-mega a:hover img {
          opacity: 0.8; }
    @media (min-width: 1025px) {
      header.header .mega-content {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px); } }

footer.footer {
  margin-top: 30px; }
  footer.footer .site-footer {
    padding-top: 25px;
    background-color: #212121;
    color: #fff; }
    footer.footer .site-footer .footer-contact ul li {
      color: rgba(255, 255, 255, 0.7);
      position: relative;
      margin-bottom: 7px;
      font-size: 14px;
      letter-spacing: 1px;
      padding-left: 20px;
      word-break: break-word; }
      footer.footer .site-footer .footer-contact ul li i {
        position: absolute;
        left: 0;
        top: 7px; }
      footer.footer .site-footer .footer-contact ul li a {
        color: rgba(255, 255, 255, 0.7);
        text-transform: unset !important;
        letter-spacing: 1px; }
        footer.footer .site-footer .footer-contact ul li a:hover, footer.footer .site-footer .footer-contact ul li a:focus {
          color: #fff; }
    footer.footer .site-footer .footer-widget h3 {
      font-size: 16px;
      text-transform: uppercase;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: 15px;
      position: relative; }
      @media (max-width: 767px) {
        footer.footer .site-footer .footer-widget h3 {
          margin-bottom: 0; }
          footer.footer .site-footer .footer-widget h3 .Collapsible__Plus {
            position: absolute;
            right: 0;
            top: calc(50% - (11px / 2));
            width: 11px;
            height: 11px; }
            footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::before, footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::after {
              position: absolute;
              content: '';
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
              background-color: currentColor;
              -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
              transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
              transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
              transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
            footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::before {
              width: 11px;
              height: 1px;
              opacity: 1; }
            footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::after {
              width: 1px;
              height: 11px; } }
    footer.footer .site-footer .footer-widget .list-menu li a {
      color: rgba(255, 255, 255, 0.7);
      transition: .2s all;
      font-size: 14px;
      letter-spacing: 0.5px; }
      footer.footer .site-footer .footer-widget .list-menu li a:hover, footer.footer .site-footer .footer-widget .list-menu li a:focus {
        color: #4a90e2; }
    footer.footer .site-footer .footer-widget .list-menu li + li {
      margin-top: 7px; }
    @media (max-width: 767px) {
      footer.footer .site-footer .footer-widget .list-menu.has-click {
        display: block;
        height: 0;
        visibility: hidden;
        -webkit-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
        transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
        margin-bottom: 0;
        opacity: 0; } }
    footer.footer .site-footer .footer-widget.footer-subcrible p {
      letter-spacing: 0.5px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7); }
    footer.footer .site-footer .footer-widget.footer-subcrible form {
      margin-bottom: 15px;
      z-index: 1;
      position: relative; }
      footer.footer .site-footer .footer-widget.footer-subcrible form input {
        height: 40px;
        background-color: #fff;
        line-height: 40px;
        font-size: 14px;
        width: 100%;
        padding: 0 10px;
        outline: none;
        border: 1px solid transparent;
        border-radius: 0 !important; }
      footer.footer .site-footer .footer-widget.footer-subcrible form button {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        background-color: #000;
        border: 2px solid #fff;
        line-height: 37px;
        color: #fff;
        padding: 0 15px; }
        footer.footer .site-footer .footer-widget.footer-subcrible form button:hover {
          background-color: #4a90e2;
          color: #fff;
          border-color: #fff; }
    @media (max-width: 767px) {
      footer.footer .site-footer .footer-widget.active h3 .Collapsible__Plus::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
      footer.footer .site-footer .footer-widget.active h3 .Collapsible__Plus::before {
        opacity: 0; }
      footer.footer .site-footer .footer-widget.active .list-menu.has-click {
        visibility: visible;
        -webkit-transition: height 0.35s ease-in-out;
        transition: height 0.35s ease-in-out;
        height: auto;
        opacity: 1; } }
    footer.footer .site-footer .footer-widget .info_bct img {
      height: 60px; }
    footer.footer .site-footer .footer-payment ul {
      text-align: center; }
      footer.footer .site-footer .footer-payment ul li {
        display: inline-block; }
        footer.footer .site-footer .footer-payment ul li + li {
          margin-left: 6px; }
    @media (max-width: 991px) {
      footer.footer .site-footer .footer-inner .col-sm-6:nth-child(3) {
        clear: left; } }
  footer.footer .copyright {
    padding: 10px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.9); }
    footer.footer .copyright a {
      color: rgba(255, 255, 255, 0.5); }
      footer.footer .copyright a:hover, footer.footer .copyright a:focus {
        color: #4a90e2; }

.product-card {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-bottom: 15px; }
  .product-card .product-img {
    position: relative;
    overflow: hidden; }
    .product-card .product-img .lable-sale {
      background-color: #f48924;
      color: #fff;
      font-size: 12px;
      height: 24px;
      padding: 3px;
      position: absolute;
      right: 6px;
      text-align: center;
      text-transform: uppercase;
      top: 10px;
      width: 44px;
      z-index: 1; }
      .product-card .product-img .lable-sale::after {
        background-color: #fff;
        border: 3px solid #f48924;
        content: "";
        height: 10px;
        position: absolute;
        right: -5px;
        top: 7px;
        transform: rotate(45deg);
        width: 10px; }
    .product-card .product-img .hover-pic {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      transition: all 0.5s ease 0s;
      visibility: hidden; }
    .product-card .product-img .hover-box form {
      margin-bottom: 0; }
      .product-card .product-img .hover-box form .btn-button {
        background-color: #fff;
        border: 1px solid #2e2e2e;
        border-radius: 0;
        display: block;
        height: 30px;
        position: absolute;
        padding: 3px 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        width: 30px;
        right: 7px;
        line-height: inherit; }
        .product-card .product-img .hover-box form .btn-button i {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg); }
        .product-card .product-img .hover-box form .btn-button:after, .product-card .product-img .hover-box form .btn-button:before {
          bottom: 0;
          content: "";
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: 0.9s;
          -moz-transition: 0.9s;
          -ms-transition: 0.9s;
          -o-transition: 0.9s;
          z-index: 1; }
        .product-card .product-img .hover-box form .btn-button.cart-button {
          bottom: 0;
          visibility: hidden;
          opacity: 0;
          transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405) 0.1s;
          -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405) 0.1s;
          -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405) 0.1s;
          -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405) 0.1s; }
        .product-card .product-img .hover-box form .btn-button.button-wishlist {
          bottom: 0;
          visibility: hidden;
          opacity: 0;
          transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
          -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
          -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
          -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; }
        .product-card .product-img .hover-box form .btn-button:hover {
          color: #fff;
          background-color: #000; }
          .product-card .product-img .hover-box form .btn-button:hover:before, .product-card .product-img .hover-box form .btn-button:hover:after {
            background: rgba(255, 255, 255, 0.5);
            left: 50%;
            right: 50%; }
  .product-card .product-content {
    padding: 15px 10px 10px;
    text-align: center;
    overflow: hidden; }
    .product-card .product-content .product-name {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 39px;
      margin: 0;
      font-size: 14px; }
      @media (max-width: 480px) {
        .product-card .product-content .product-name {
          font-size: 13px; } }
      .product-card .product-content .product-name a {
        color: #000;
        font-weight: 500; }
        .product-card .product-content .product-name a:hover, .product-card .product-content .product-name a:focus {
          color: #4a90e2; }
    .product-card .product-content .product-price .new-price {
      font-size: 15px;
      font-weight: 600; }
      @media (max-width: 480px) {
        .product-card .product-content .product-price .new-price {
          font-size: 13px; } }
    .product-card .product-content .product-price .old-price {
      color: #999;
      font-size: 12px;
      margin: 2px;
      text-decoration: line-through; }
      @media (max-width: 480px) {
        .product-card .product-content .product-price .old-price {
          font-size: 11px; } }
  @media (min-width: 1025px) {
    .product-card:hover {
      box-shadow: 0px 0px 15px #e8e8e8; }
      .product-card:hover .product-img .hover-pic {
        opacity: 1;
        overflow: hidden;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transition: all 0.5s ease 0s;
        visibility: visible; }
      .product-card:hover .product-img .hover-box form .btn-button.cart-button {
        bottom: 49px;
        visibility: visible;
        opacity: 1; }
      .product-card:hover .product-img .hover-box form .btn-button.button-wishlist {
        bottom: 7px;
        visibility: visible;
        opacity: 1; }
      .product-card:hover .product-content .product-name a {
        color: #4a90e2; } }

@media (min-width: 768px) {
  .my-account .dashboard .recent-orders .thead-default {
    border-top: 1px solid #e1e1e1; } }

@media (max-width: 991px) {
  .evo-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .evo-header-mobile .evo-flexitem {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .evo-header-mobile .evo-flexitem-fill {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .evo-header-mobile .evo-flexitem-fill:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right; }
        .evo-header-mobile .evo-flexitem-fill:last-child a {
          display: inline-block;
          color: #1c1c1c;
          padding: 0 10px;
          position: relative;
          font-size: 16px; }
          .evo-header-mobile .evo-flexitem-fill:last-child a .count_item_pr {
            height: 17px;
            line-height: 17px;
            background: #1c1c1c;
            color: #fff;
            font-size: 10px;
            font-weight: 500;
            text-align: center;
            min-width: 17px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: -10px;
            right: -6px; }
          .evo-header-mobile .evo-flexitem-fill:last-child a.site-header-search i {
            position: relative;
            top: -5px; }
    .evo-header-mobile #trigger-mobile {
      width: 35px;
      float: left;
      margin: 0;
      padding: 0;
      display: block;
      text-align: left;
      margin-right: 5px; }
      .evo-header-mobile #trigger-mobile .icon-bar {
        background-color: #1c1c1c;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px; }
        .evo-header-mobile #trigger-mobile .icon-bar.icon-bar {
          margin-top: 4px; } }

@media (max-width: 480px) {
  .s480-f {
    display: block;
    font-size: 0;
    clear: both; }
  .col-full {
    width: 100%; } }

.form-signup .errors {
  color: red; }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-addThis:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-addThis .modal-dialog-centered {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-addThis.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px; }

.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 40px; } }

/*.modal-backdrop.in {display: none;opacity: 0!important;}*/
/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0; }

.modal-succesform p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px; }

.modal-succesform p.txtloading {
  color: #aaa;
  font-size: 13px; }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -o-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  min-height: unset; }

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px;
  position: relative;
  z-index: 99; }

.modal-contactform .content_popupform form {
  margin-bottom: 0; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  padding: 0px 20px;
  width: 100%; }

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px; }
