* {
  font-family: 'Poppins', sans-serif; }

.block {
  display: block; }

.iblock {
  display: inline-block; }

.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

.txt-uc {
  text-transform: uppercase; }

.txt-cap {
  text-transform: capitalize; }

.txt-lc {
  text-transform: lowercase; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.float-n {
  float: none; }

.margin-b5 {
  margin-bottom: 5px; }

.margin-b10 {
  margin-bottom: 10px; }

.margin-b15 {
  margin-bottom: 15px; }

.margin-b20 {
  margin-bottom: 20px; }

.margin-t5 {
  margin-top: 5px; }

.margin-t10 {
  margin-top: 10px; }

.margin-t15 {
  margin-top: 15px; }

.margin-t20 {
  margin-top: 20px; }

.width-full {
  width: 98%; }

.o-v {
  overflow: visible; }

.o-v-a {
  overflow: visible; }
  .o-v-a * {
    overflow: visible; }

.oh-h {
  overflow: hidden; }

.oh-h-a {
  overflow: hidden; }
  .oh-h-a * {
    overflow: hidden; }

.prelative {
  position: relative; }

.c-b {
  clear: both; }

.hide-block {
  display: none; }

.clear-both {
  clear: both; }

/*Amazing Gadgets*/
/*Amazing Gadgets*/
.phone {
  display: none !important; }

.desktop {
  display: block; }

@media (max-width: 50em) {
  .desktop {
    display: none !important; }

  .phone {
    display: block !important; } }
* {
  margin: 0 auto;
  float: none;
  padding: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html {
  overflow-y: scroll; }

body {
  background: #F2F2F2;
  position: relative; }

a {
  color: #000;
  text-decoration: none; }

.wrap {
  width: 90vw; }
  @media (max-width: 64em) {
    .wrap {
      width: 100%; } }
  @media (max-width: 50em) {
    .wrap {
      width: 100%; } }
  @media (max-width: 37.5em) {
    .wrap {
      width: 100%; } }

.owl-carousel * {
  overflow: visible; }

i {
  overflow: visible; }

.menu a {
  display: block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.menu a:hover {
  color: #06C !important; }
.menu > li {
  float: left;
  display: block; }
.menu > li > ul {
  position: absolute; }
.menu li a i {
  position: relative;
  top: 2px;
  margin-left: 3px; }

.top_ban {
  display: block;
  width: 100%; }
  .top_ban img {
    display: inherit;
    width: inherit; }
  @media (max-width: 50em) {
    .top_ban {
      display: none; } }

.top-bar {
  background: #f2f2f2;
  padding: 7px 0px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e9e9e9; }
  @media (max-width: 50em) {
    .top-bar {
      display: none; } }
  @media (max-width: 37.5em) {
    .top-bar {
      display: none; } }
  .top-bar .date-top-bar, .top-bar .top-menu li a, .top-menu li .top-bar a {
    font-size: 13px;
    color: #595959; }
    .top-bar .date-top-bar a, .top-bar .top-menu li a a, .top-menu li .top-bar a a {
      padding: 0px 10px; }
  .top-bar a {
    color: #595959; }
  .top-bar a:hover {
    color: #FF3333 !important; }

.top-menu {
  /*
  li a:after {
    background: $bars-border-color;
    content: "";
    display: block;
    margin: 0px 15px;
    width: 1px;
    float: left;
    height: 31px;
    top: -7px;
    margin-bottom: -14px;
    position: relative;
  }
  */ }
  .top-menu li a {
    padding: 0px 10px; }
  .top-menu li:nth-child(1) a:after {
    display: none; }

header, header .wrap, .mini-h-cart {
  overflow: visible; }

header {
  position: relative;
  background: #FFFFff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px; }
  header a.logo {
    display: block;
    margin: 11px 0px;
    float: left;
    width: 140px; }
    header a.logo img {
      width: 100%; }
  header .h-links {
    float: left;
    margin-top: 30px;
    padding: 0px 0px; }
    header .h-links a {
      float: left;
      color: #999;
      font-size: 13px;
      margin-right: 15px;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header .h-links a * {
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      header .h-links a i {
        font-size: 22px;
        float: left; }
      header .h-links a i + * {
        padding: 1px 5px; }
      header .h-links a i + * span {
        font-size: 12px;
        padding: 0; }
    header .h-links a:hover * {
      color: #FF3333; }
    header .h-links a:after {
      /*content: ' / ';*/
      margin: 0px 10px 0px 5px; }
    header .h-links a:nth-last-child(1):after {
      display: none; }
  @media (max-width: 50em) {
    header .main-search-form.open {
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0); } }
  header .main-search-form {
    display: block;
    float: left;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    width: 40%;
    top: 20px;
    margin-left: 4%;
    overflow: visible;
    /* button:hover{
       background-color: #fff;
       i{
         color: $theme_color;
         -webkit-text-stroke:1px #FFFFFF;
       }
     }*/ }
    @media (max-width: 50em) {
      header .main-search-form {
        width: 100%;
        margin: 0;
        clear: both;
        position: fixed;
        background: #FEFEFE;
        top: 45px;
        z-index: 1;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea; } }
    header .main-search-form input, header .main-search-form select, header .main-search-form button {
      margin: 0;
      padding: 0;
      float: left;
      padding: 10px 10px; }
    header .main-search-form input, header .main-search-form select {
      border: 1px solid #e9e9e9; }
    header .main-search-form input {
      width: 55%;
      border-right-width: 0;
      padding: 9.9px 10px;
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px;
      -ms-border-radius: 3px 0 0 3px;
      -o-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
      @media (max-width: 50em) {
        header .main-search-form input {
          width: calc(100% - 50px);
          background: transparent;
          padding: 5.9px 10px;
          border: 0; } }
    header .main-search-form select {
      border-left-color: #e9e9e9;
      max-width: 25%;
      font-size: 12px;
      font-weight: 400;
      background: #F6F6F6; }
      @media (max-width: 50em) {
        header .main-search-form select {
          display: none; } }
    header .main-search-form button {
      margin-left: -1px;
      width: 50px;
      font-size: 22px;
      padding: 2px 0px;
      background: #FF3333;
      border: 2px solid #FF3333;
      color: #fff;
      -webkit-text-stroke: #FF3333 1px;
      cursor: pointer;
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header .main-search-form button i {
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      @media (max-width: 50em) {
        header .main-search-form button {
          background: transparent;
          border-color: transparent;
          -webkit-text-stroke: #666 0.5px;
          padding: 0px 0px;
          font-size: 20px; } }
    header .main-search-form .search.auto {
      position: absolute;
      background: #fff;
      width: 100%;
      top: 43px;
      left: 0;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      -o-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform-origin: top left;
      -webkit-transform-origin: top left;
      -moz-transform-origin: top left;
      -ms-transform-origin: top left;
      -o-transform-origin: top left;
      border: 1px solid #EAEAEA;
      overflow-x: hidden;
      overflow-y: scroll;
      max-height: 80vh;
      z-index: 3; }
      @media (max-width: 50em) {
        header .main-search-form .search.auto {
          top: 35px; } }
      header .main-search-form .search.auto li, header .main-search-form .search.auto a {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        font-size: 11px; }
      header .main-search-form .search.auto li {
        border-bottom: 1px solid #eaeaea; }
        header .main-search-form .search.auto li a {
          padding: 5px 5px;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          header .main-search-form .search.auto li a img {
            display: block;
            float: left;
            width: calc(10% - 10px);
            border: 1px solid #eaeaea;
            margin-right: 10px; }
            @media (max-width: 50em) {
              header .main-search-form .search.auto li a img {
                width: calc(25% - 10px); } }
          header .main-search-form .search.auto li a .details {
            display: block;
            float: left;
            font-size: 12px;
            font-weight: 400;
            width: 90%; }
            @media (max-width: 50em) {
              header .main-search-form .search.auto li a .details {
                width: 75%; } }
            header .main-search-form .search.auto li a .details .title {
              font-size: 13px;
              float: left;
              padding-right: 20px;
              max-width: 85%; }
              @media (max-width: 50em) {
                header .main-search-form .search.auto li a .details .title {
                  max-width: 75%; } }
              header .main-search-form .search.auto li a .details .title span {
                display: table-cell;
                vertical-align: middle;
                height: 60px; }
            header .main-search-form .search.auto li a .details .price {
              float: right;
              margin-top: 5px; }
              header .main-search-form .search.auto li a .details .price p:nth-child(1) {
                font-weight: bold; }
              header .main-search-form .search.auto li a .details .price p:nth-child(2) {
                text-decoration: line-through;
                color: #9a9a9a; }
              header .main-search-form .search.auto li a .details .price p:nth-child(3) {
                color: #FF3333; }
        header .main-search-form .search.auto li a:hover, header .main-search-form .search.auto li a:focus {
          background: #eaeaea; }
      header .main-search-form .search.auto .view_all {
        padding: 0px 0px;
        text-align: center; }
    header .main-search-form .search.auto.active {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
  header .mini-h-cart {
    margin-top: 25px;
    float: left;
    position: relative;
    z-index: 2; }
    header .mini-h-cart .cart-items {
      -moz-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -moz-transform: scaleY(0);
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      -moz-transform-origin: top;
      -ms-transform-origin: top;
      -o-transform-origin: top;
      transform-origin: top;
      -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 0px;
      -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 0px;
      -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 0px;
      -o-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 0px;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 0px;
      position: absolute;
      top: 30px;
      right: 0;
      border: 1px solid #ccc;
      border-bottom: 0;
      width: 255px;
      background: #fff; }
      header .mini-h-cart .cart-items .total, header .mini-h-cart .cart-items .no-items {
        font-size: 12px;
        padding: 5px 5px;
        text-align: right; }
        header .mini-h-cart .cart-items .total strong, header .mini-h-cart .cart-items .no-items strong {
          margin-right: 5px; }
      header .mini-h-cart .cart-items .no-items {
        text-align: center; }
      header .mini-h-cart .cart-items li {
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      header .mini-h-cart .cart-items li > * {
        float: left; }
      header .mini-h-cart .cart-items li > section span {
        clear: both;
        display: block;
        font-size: 12px;
        max-width: 160px;
        white-space: nowrap;
        text-overflow: ellipsis; }
      header .mini-h-cart .cart-items a {
        color: #999;
        font-size: 14px; }
      header .mini-h-cart .cart-items a[data-del] {
        float: right; }
      header .mini-h-cart .cart-items a.thumb {
        width: 40px;
        display: block; }
      header .mini-h-cart .cart-items a.thumb img {
        width: 100%; }
      header .mini-h-cart .cart-items li > *:not(*:nth-child(1)) {
        margin-left: 10px; }
      header .mini-h-cart .cart-items li:hover {
        background: #ECECEC; }
      header .mini-h-cart .cart-items li a[data-cart-delete] {
        float: right; }
    header .mini-h-cart a {
      color: #999;
      font-size: 14px; }
  header .mini-h-cart:hover .cart-items {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  header .mini-h-cart > a {
    display: block;
    padding: 3px 10px;
    float: right;
    margin-top: 2px;
    font-size: 12px; }
    @media (max-width: 50em) {
      header .mini-h-cart > a {
        padding: 12px 10px;
        width: 100%;
        background: #E8E8E8; } }
    header .mini-h-cart > a i {
      float: left;
      font-size: 22px;
      margin-right: 13px; }
    header .mini-h-cart > a span.count {
      background: #FF3333;
      text-align: center;
      width: auto;
      display: table;
      padding: 0px 10px;
      border-radius: 10px;
      color: #fff;
      font-size: 11px;
      clear: right;
      float: none; }
    header .mini-h-cart > a > p {
      position: relative;
      top: -3px; }
      @media (max-width: 50em) {
        header .mini-h-cart > a > p {
          width: 40px;
          position: absolute;
          left: 50px;
          top: 10px; } }
  header .header-extras {
    overflow: visible; }
  @media (max-width: 50em) {
    header {
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
      -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
      -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 5;
      /*.menu-toggle{
        left: 10px;
      }*/ }
      header .slide-control {
        display: block;
        position: fixed;
        font-size: 26px;
        color: #FF3333;
        top: 2px;
        z-index: 4;
        width: 40px;
        text-align: center;
        -webkit-text-stroke: 2px #FFFFFF;
        -moz-text-stroke: 2px #FFFFFF;
        -ms-text-stroke: 2px #FFFFFF;
        -o-text-stroke: 2px #FFFFFF; }
      header .search-toggle {
        right: 30px;
        top: 1px;
        font-size: 25px; }
      header .options-toggle {
        right: 0px; }
      header .header-extras {
        width: 100vw;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow-y: scroll;
        height: 100vh; }
      header .header-extras.open {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0); }
      header a.logo {
        display: block;
        margin: 0px auto;
        float: none;
        width: 120px;
        position: relative;
        top: 0px;
        height: 45px;
        z-index: 3; }
        header a.logo img {
          width: 100px;
          display: block;
          margin-top: 4px; }
      header .header-extras {
        position: fixed;
        right: 0;
        background: #fff;
        height: 100vh;
        z-index: 2;
        padding: 0px 15px; }
        header .header-extras .main-search-form {
          width: 100%;
          margin: 0; }
          header .header-extras .main-search-form select {
            display: none; }
          header .header-extras .main-search-form input {
            width: calc(100% - 50px); }
        header .header-extras .float-r.o-v {
          width: 100%; }
          header .header-extras .float-r.o-v .h-links {
            width: 100%; }
            header .header-extras .float-r.o-v .h-links a {
              display: block;
              clear: both;
              float: none;
              width: 100%;
              margin-bottom: 10px;
              background: #E8E8E8;
              padding: 12px 10px;
              position: relative; }
            header .header-extras .float-r.o-v .h-links .wishlist-header:before {
              top: 8px;
              left: 100px;
              transform: scale(1);
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1); }
        header .header-extras .mini-h-cart {
          margin-top: 0px;
          width: 100%; }
        header .header-extras .mini-h-cart:hover .cart-items {
          transform: scale(1);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1); }
        header .header-extras .mini-h-cart .cart-items {
          transform: scale(1);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          border-color: transparent;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none;
          position: relative;
          right: 0;
          top: 10px;
          bottom: 1px;
          left: 0;
          width: 100%;
          padding-bottom: 50px; } }

.search-auto::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

.search-auto::-webkit-scrollbar-thumb {
  background: transparent; }

.search-auto::-webkit-scrollbar-track {
  background: transparent; }

.cart-items::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

.cart-items::-webkit-scrollbar-thumb {
  background: transparent; }

.cart-items::-webkit-scrollbar-track {
  background: transparent; }

.nav-main {
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  border: none !important;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px -2px 10px 0px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .nav-main a {
    padding: 10px 10px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    font-weight: 400;
    width: 25%;
    text-align: center;
    margin-bottom: -1px;
    color: #595959;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .nav-main a i {
      font-size: 12px;
      position: relative;
      margin-bottom: -4px;
      margin-right: 3px; }
    .nav-main a span strong {
      color: #FF3333; }
  .nav-main a:hover {
    color: #fff; }
  .nav-main a:nth-child(1):hover {
    background: #15C1D7; }
  .nav-main a:nth-child(2):hover {
    background: #55C932; }
  .nav-main a:nth-child(3):hover {
    background: #B018A9; }
  .nav-main a:nth-child(4):hover {
    background: #F31349; }
  .nav-main a.main-a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px; }

.nav-main.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }

@media (max-width: 50em) {
  .nav-main {
    top: 45px !important;
    background: transparent;
    width: 100vw !important;
    position: fixed;
    z-index: 2 !important;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .nav-main .wrap {
      height: 100%; }
    .nav-main a {
      display: block;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #eaeaea; } }
    @media (max-width: 50em) and (max-width: 50em) {
      .nav-main a {
        text-align: center;
        height: calc((100% - 40px) / 4);
        display: table-cell;
        vertical-align: bottom;
        padding: 0; }
        .nav-main a * {
          font-size: 16px !important; } }
@media (max-width: 50em) {
      .nav-main a > div {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

  .nav-main.open {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); } }
.banners {
  position: relative;
  z-index: 0; }
  @media (max-width: 50em) {
    .banners {
      margin-top: 45px; } }
  .banners img {
    width: 100%;
    display: block; }
  .banners .main-banns {
    width: 100%;
    float: left; }
    .banners .main-banns * {
      display: block;
      width: 100%; }
    .banners .main-banns img {
      width: 100%; }
    .banners .main-banns .owl-page {
      width: auto; }
    .banners .main-banns .owl-controls {
      display: none !important; }
  .banners .mini-banns {
    width: 20%; }
    .banners .mini-banns a {
      margin: 0;
      display: block;
      clear: both; }

.page-container {
  margin-top: 20px;
  clear: both;
  display: block; }

.shop-page-categories {
  margin-top: -5px; }
  .shop-page-categories a {
    width: calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: -webkit-calc(100% / 4);
    display: block;
    float: left;
    padding: 20px 0px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 200;
    text-shadow: rgba(0, 0, 0, 0.42) 2px 1px 2px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.42) 2px 1px 2px;
    -moz-text-shadow: rgba(0, 0, 0, 0.42) 2px 1px 2px;
    -ms-text-shadow: rgba(0, 0, 0, 0.42) 2px 1px 2px;
    -o-text-shadow: rgba(0, 0, 0, 0.42) 2px 1px 2px; }
  .shop-page-categories a:nth-child(1) {
    background: #ac2d34; }
  .shop-page-categories a:nth-child(2) {
    background: #222222; }
  .shop-page-categories a:nth-child(3) {
    background: #E4D136; }
  .shop-page-categories a:nth-child(4) {
    background: #2E2142; }

.services-boxes {
  margin-top: 10px; }
  .services-boxes a {
    display: block;
    float: left;
    width: calc(100% / 4);
    padding: 20px 0px;
    background: #ccc;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #eaeaea;
    margin-left: -1px; }
  .services-boxes a i {
    margin: 0px 8px;
    font-size: 22px;
    position: relative;
    top: 5px; }

.cat-grid {
  overflow: visible;
  width: 100%; }
  .cat-grid .cat-grid-items {
    overflow: visible;
    width: 100%;
    /*
        border-color: $light_grey;
        border-style: solid;
        border-width:1px;*/
    border-bottom-width: 0px;
    border-right-width: 0px; }
    @media (max-width: 50em) {
      .cat-grid .cat-grid-items {
        padding: 0px 2px; } }
    .cat-grid .cat-grid-items .cat-grid-item {
      overflow: hidden;
      width: 25%;
      float: left;
      border: 1px solid #e9e9e9;
      border-top-width: 1px;
      border-left-width: 1px;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #FFFFff;
      position: relative;
      z-index: 1;
      cursor: pointer;
      /*.controls {
        position: absolute;
        bottom: 0;
        @include transition();
        @include transform(translateY(50px));
        background: #fff;

        a {
          display: block;
          float: left;
          border: 2px solid;
          margin: 10px 3px;
          overflow: hidden;
          padding: 0px 5px;
          font-size: 16px;
        }
      }*/ }
      .cat-grid .cat-grid-items .cat-grid-item .img-section {
        height: 230px;
        overflow: hidden !important;
        position: relative;
        display: block; }
        @media (max-width: 64em) {
          .cat-grid .cat-grid-items .cat-grid-item .img-section {
            height: 150px; } }
        .cat-grid .cat-grid-items .cat-grid-item .img-section img {
          width: 90%;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media (max-width: 50em) {
            .cat-grid .cat-grid-items .cat-grid-item .img-section img {
              width: 100%;
              height: auto; } }
      .cat-grid .cat-grid-items .cat-grid-item .detail-section {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 10px;
        position: relative;
        overflow: hidden;
        height: 85px; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .brand {
          font-weight: 600; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .title {
          font-weight: 400;
          height: 15px;
          overflow: hidden;
          line-height: 15px;
          color: #585858; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .price {
          font-weight: 600;
          font-size: 16px;
          padding-top: 7px;
          float: left; }
          .cat-grid .cat-grid-items .cat-grid-item .detail-section .price span.discounted {
            font-size: 13px;
            padding-right: 5px;
            text-decoration: line-through;
            float: right;
            margin-left: 10px;
            font-weight: lighter;
            color: #999;
            float: none;
            clear: both;
            display: block;
            margin: 0;
            margin-top: 5px; }
          .cat-grid .cat-grid-items .cat-grid-item .detail-section .price span.normal {
            font-size: 16px;
            color: #333; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .wish-list {
          position: absolute;
          right: 30px;
          bottom: 5px;
          padding: 1px 5px;
          font-weight: 600;
          color: #fff;
          font-size: 13px; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .wish-list {
          right: 0px;
          top: 20px;
          color: #D4D4D4;
          font-size: 15px;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          overflow: visible; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .wish-list.exists {
          color: #FF3333 !important; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .wish-list:hover {
          color: #FF3333; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .wish-list:before {
          content: 'Add To Wishlist';
          font-size: 10px;
          background: #d4d4d4;
          color: #595959;
          padding: 0px 5px;
          position: absolute;
          top: 2px;
          width: 80px;
          right: 25px;
          height: 18px;
          display: block;
          font-weight: 400;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          transform: scale(0);
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform-origin: right;
          -webkit-transform-origin: right;
          -moz-transform-origin: right;
          -ms-transform-origin: right;
          -o-transform-origin: right; }
        .cat-grid .cat-grid-items .cat-grid-item .detail-section .wish-list:hover:before {
          transform: scale(1);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1); }
    .cat-grid .cat-grid-items .cat-grid-item[data-discount]:after {
      content: "-" attr(data-discount) "%";
      display: block;
      position: absolute;
      bottom: 12px;
      right: 5px;
      color: #fff;
      padding: 1px 6px;
      font-weight: 400;
      background: #FF3333;
      font-size: 11px; }
    .cat-grid .cat-grid-items .cat-grid-item:hover {
      -webkit-box-shadow: rgba(51, 51, 51, 0.29804) 0 3px 6px 0 !important;
      -moz-box-shadow: rgba(51, 51, 51, 0.29804) 0 3px 6px 0 !important;
      -ms-box-shadow: rgba(51, 51, 51, 0.29804) 0 3px 6px 0 !important;
      -o-box-shadow: rgba(51, 51, 51, 0.29804) 0 3px 6px 0 !important;
      box-shadow: rgba(51, 51, 51, 0.29804) 0 3px 6px 0 !important;
      z-index: 2; }

.cat-block-hme {
  clear: both;
  position: relative;
  margin: 30px auto;
  overflow: hidden;
  background-color: #FFFFFF;
  margin-top: 30px; }
  @media (max-width: 50em) {
    .cat-block-hme {
      margin-top: 0px; } }
  .cat-block-hme .view_all {
    text-align: center;
    width: 26%;
    padding: 12px 0px;
    font-weight: 400;
    font-size: 14px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .cat-block-hme * {
    overflow: visible; }
  .cat-block-hme .cat-block-hme-container {
    /*background: #FFFFff;*/
    margin-left: 0px;
    border-top: 3px solid; }
  .cat-block-hme .cat-title {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 15px;
    color: #000;
    text-align: left;
    background: #fff;
    /*@include text-shadow(#767676,1px,1px,1px);*/
    margin-bottom: -1px; }
    .cat-block-hme .cat-title > i {
      margin-right: 10px;
      float: left;
      margin-top: 5px; }
    .cat-block-hme .cat-title span {
      display: block;
      float: left; }
    .cat-block-hme .cat-title .block-items-controls {
      float: right;
      display: none; }
      .cat-block-hme .cat-title .block-items-controls i {
        color: #D4D4D4;
        font-size: 20px;
        position: relative;
        top: 2px;
        margin: 0px 2px;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-text-stroke: 0.5px #fff; }
      .cat-block-hme .cat-title .block-items-controls i:hover {
        color: rgba(150, 150, 150, 0.7); }
  .cat-block-hme .slides {
    float: left;
    width: 30%;
    position: relative;
    overflow: hidden;
    /**:not(.owl-controls) {
      height: inherit;
    }*/ }
    @media (max-width: 50em) {
      .cat-block-hme .slides {
        width: 100%; }
        .cat-block-hme .slides .cat-title {
          text-align: center; }
          .cat-block-hme .slides .cat-title span {
            /* float: none;*/ }
        .cat-block-hme .slides .slides-container {
          display: none !important; }
        .cat-block-hme .slides .view_all {
          display: none; } }
    .cat-block-hme .slides .cat-title {
      height: auto; }
    .cat-block-hme .slides .slides-container .owl-item > section {
      width: 100%; }
    .cat-block-hme .slides .content {
      height: auto;
      position: absolute;
      z-index: 1;
      padding: 10px 10px;
      top: 450px;
      /*
      background: rgba(0, 0, 0, 0.6);
      */
      width: 90%;
      left: 0;
      right: 0;
      display: table;
      color: #fff;
      text-align: center;
      font-weight: lighter; }
      .cat-block-hme .slides .content h1 {
        font-weight: 400;
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        margin-bottom: 10px;
        text-transform: uppercase;
        height: 30px;
        overflow: hidden;
        width: 90%; }
      .cat-block-hme .slides .content h3 {
        font-weight: lighter;
        font-size: 13px; }
    .cat-block-hme .slides .owl-theme .owl-controls {
      position: absolute;
      top: 540px;
      left: 0;
      right: 0; }
    .cat-block-hme .slides .slides-container a {
      display: block;
      position: relative;
      width: 100%; }
    .cat-block-hme .slides .slides-container img {
      width: 100%;
      height: auto; }
    .cat-block-hme .slides .slides-container:hover + .slides-container-controls, .cat-block-hme .slides .slides-container-controls:hover {
      opacity: 1; }
    .cat-block-hme .slides .slides-container-controls {
      position: absolute;
      top: 300px;
      width: 100%;
      z-index: 1;
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cat-block-hme .slides .slides-container-controls i {
        float: left;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 5px 10px;
        font-size: 40px;
        text-align: center;
        -webkit-text-stroke: rgba(0, 0, 0, 0.5) 1px;
        cursor: pointer; }
      .cat-block-hme .slides .slides-container-controls i:hover {
        background: rgba(0, 0, 0, 0.7);
        -webkit-text-stroke: rgba(0, 0, 0, 0.7) 1px; }
      .cat-block-hme .slides .slides-container-controls i.prev {
        float: left;
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        -ms-border-radius: 0px 5px 5px 0px;
        -o-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        padding-left: 5px;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .cat-block-hme .slides .slides-container-controls i.next {
        float: right;
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        -ms-border-radius: 5px 0px 0px 5px;
        -o-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        padding-right: 5px;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .cat-block-hme .cat-grid {
    float: right;
    width: 70%;
    padding: 0px 0px;
    display: table;
    border-collapse: collapse;
    background: #FFFFFF;
    margin-top: 1px; }
    @media (max-width: 50em) {
      .cat-block-hme .cat-grid {
        width: 100%; } }
    .cat-block-hme .cat-grid .cat-grid-items {
      display: table-row; }
      .cat-block-hme .cat-grid .cat-grid-items .cat-grid-item {
        width: calc(25% + 0px);
        margin: 0px;
        display: table-cell;
        overflow: visible;
        border: 1px solid #FFFFFF;
        -webkit-box-shadow: #eee 0px 0px 0px 1px;
        -moz-box-shadow: #eee 0px 0px 0px 1px;
        -ms-box-shadow: #eee 0px 0px 0px 1px;
        -o-box-shadow: #eee 0px 0px 0px 1px;
        box-shadow: #eee 0px 0px 0px 1px; }
      .cat-block-hme .cat-grid .cat-grid-items .cat-grid-item:hover {
        border-color: #eaeaea;
        -webkit-box-shadow: #eee 0px 0px 0px 1px;
        -moz-box-shadow: #eee 0px 0px 0px 1px;
        -ms-box-shadow: #eee 0px 0px 0px 1px;
        -o-box-shadow: #eee 0px 0px 0px 1px;
        box-shadow: #eee 0px 0px 0px 1px; }

.amazing-gadgets .cat-block-hme-container {
  border-color: #15C1D7; }
.amazing-gadgets .cat-title * {
  border-color: #15C1D7;
  color: #15C1D7; }
  .amazing-gadgets .cat-title * h3 {
    background: #15C1D7 !important; }
.amazing-gadgets .main-cat-page .cat-title h3 {
  background: #15C1D7 !important; }
.amazing-gadgets .content {
  background: rgba(21, 193, 215, 0.8); }
.amazing-gadgets .block-items-controls i:hover {
  color: rgba(21, 193, 215, 0.8); }
@media (max-width: 50em) {
  .amazing-gadgets .slides .cat-title {
    background: #15C1D7 !important;
    color: #FFffff !important; }
    .amazing-gadgets .slides .cat-title i {
      color: #FFffff !important; }
    .amazing-gadgets .slides .cat-title span a {
      color: #FFffff !important; } }

@media (max-width: 50em) {
  .nav-main a.amazing-gadgets {
    background: #15C1D7; }
    .nav-main a.amazing-gadgets * {
      color: #FFffff; } }
  /*.breadcrumbs li.amazing-gadgets {
    a {
      background: $clr;
    }

    a:after{
      border-left-color: $clr;
    }

    a:before{
      border-left-color: $clr;
    }
  }*/
.home-living-gadgets .cat-block-hme-container {
  border-color: #55C932; }
.home-living-gadgets .cat-title * {
  border-color: #55C932;
  color: #55C932; }
  .home-living-gadgets .cat-title * h3 {
    background: #55C932 !important; }
.home-living-gadgets .main-cat-page .cat-title h3 {
  background: #55C932 !important; }
.home-living-gadgets .content {
  background: rgba(85, 201, 50, 0.8); }
.home-living-gadgets .block-items-controls i:hover {
  color: rgba(85, 201, 50, 0.8); }
@media (max-width: 50em) {
  .home-living-gadgets .slides .cat-title {
    background: #55C932 !important;
    color: #FFffff !important; }
    .home-living-gadgets .slides .cat-title i {
      color: #FFffff !important; }
    .home-living-gadgets .slides .cat-title span a {
      color: #FFffff !important; } }

@media (max-width: 50em) {
  .nav-main a.home-living-gadgets {
    background: #55C932; }
    .nav-main a.home-living-gadgets * {
      color: #FFffff; } }
  /*.breadcrumbs li.home-living-gadgets {
    a {
      background: $clr;
    }

    a:after{
      border-left-color: $clr;
    }

    a:before{
      border-left-color: $clr;
    }
  }*/
.kitchen-gadgets .cat-block-hme-container {
  border-color: #B018A9; }
.kitchen-gadgets .cat-title * {
  border-color: #B018A9;
  color: #B018A9; }
  .kitchen-gadgets .cat-title * h3 {
    background: #B018A9 !important; }
.kitchen-gadgets .main-cat-page .cat-title h3 {
  background: #B018A9 !important; }
.kitchen-gadgets .content {
  background: rgba(176, 24, 169, 0.8); }
.kitchen-gadgets .block-items-controls i:hover {
  color: rgba(176, 24, 169, 0.8); }
@media (max-width: 50em) {
  .kitchen-gadgets .slides .cat-title {
    background: #B018A9 !important;
    color: #FFffff !important; }
    .kitchen-gadgets .slides .cat-title i {
      color: #FFffff !important; }
    .kitchen-gadgets .slides .cat-title span a {
      color: #FFffff !important; } }

@media (max-width: 50em) {
  .nav-main a.kitchen-gadgets {
    background: #B018A9; }
    .nav-main a.kitchen-gadgets * {
      color: #FFffff; } }
  /*.breadcrumbs li.kitchen-gadgets {
    a {
      background: $clr;
    }

    a:after{
      border-left-color: $clr;
    }

    a:before{
      border-left-color: $clr;
    }
  }*/
.fashion-gadgets .cat-block-hme-container {
  border-color: #F31349; }
.fashion-gadgets .cat-title * {
  border-color: #F31349;
  color: #F31349; }
  .fashion-gadgets .cat-title * h3 {
    background: #F31349 !important; }
.fashion-gadgets .main-cat-page .cat-title h3 {
  background: #F31349 !important; }
.fashion-gadgets .content {
  background: rgba(243, 19, 73, 0.8); }
.fashion-gadgets .block-items-controls i:hover {
  color: rgba(243, 19, 73, 0.8); }
@media (max-width: 50em) {
  .fashion-gadgets .slides .cat-title {
    background: #F31349 !important;
    color: #FFffff !important; }
    .fashion-gadgets .slides .cat-title i {
      color: #FFffff !important; }
    .fashion-gadgets .slides .cat-title span a {
      color: #FFffff !important; } }

@media (max-width: 50em) {
  .nav-main a.fashion-gadgets {
    background: #F31349; }
    .nav-main a.fashion-gadgets * {
      color: #FFffff; } }
  /*.breadcrumbs li.fashion-gadgets {
    a {
      background: $clr;
    }

    a:after{
      border-left-color: $clr;
    }

    a:before{
      border-left-color: $clr;
    }
  }*/
.grid-style-row {
  margin-top: 10px;
  background: transparent; }
  .grid-style-row .cat-title * {
    margin-bottom: 10px;
    background: transparent;
    border-top-width: 0px;
    padding: 0;
    text-transform: capitalize; }
    .grid-style-row .cat-title * * {
      color: #000;
      font-weight: 400; }
  .grid-style-row .cat-grid-items {
    border: 0px !important; }
    .grid-style-row .cat-grid-items .cat-grid-item:nth-child(4n+4) {
      margin-right: 10px; }
    .grid-style-row .cat-grid-items .cat-grid-item:nth-child(5n+5) {
      margin-right: 0px; }
    .grid-style-row .cat-grid-items .cat-grid-item:nth-child(6n+6) {
      margin-left: 0px; }
    .grid-style-row .cat-grid-items .cat-grid-item {
      width: calc((100% - 40px) / 5);
      margin: 5px 0px;
      margin-right: 10px;
      border-color: #eaeaea; }

.recommended-products .cat-block-hme .cat-title {
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  background: transparent;
  margin: 0;
  padding: 0; }
  .recommended-products .cat-block-hme .cat-title h3 {
    background: transparent !important;
    color: #333333 !important;
    float: left !important;
    clear: both !important;
    padding: 0 !important; }
.recommended-products .cat-grid-items .cat-grid-item span.wish-list {
  top: 30px !Important;
  right: 10px !important; }
  @media (max-width: 50em) {
    .recommended-products .cat-grid-items .cat-grid-item span.wish-list {
      top: 55px !Important; } }
.recommended-products .cat-grid-items .cat-grid-item .img-section {
  height: 270px !important; }
  @media (max-width: 50em) {
    .recommended-products .cat-grid-items .cat-grid-item .img-section {
      height: 180px !important; } }
@media (max-width: 50em) {
  .recommended-products .cat-grid-items .cat-grid-item[data-discount]:after {
    bottom: 10px; } }

@media (max-width: 50em) {
  .cat-grid-item {
    width: calc(100% / 2) !important;
    margin: 0px !important; }
    .cat-grid-item .img-section {
      height: 180px !important; }
    .cat-grid-item .detail-section {
      height: 105px !important; }
      .cat-grid-item .detail-section .title {
        height: 40px !important;
        line-height: 20px !important; }
      .cat-grid-item .detail-section .price span.discounted {
        clear: both !important;
        display: block !important;
        float: none !important;
        text-align: left !important;
        margin: 0 !important; }
    .cat-grid-item span.wish-list {
      top: 45px !important; }

  .page-container {
    margin-top: 55px; } }
  @media (max-width: 50em) and (max-width: 50em) {
    .page-container {
      margin-top: 55px !important; } }

@media (max-width: 50em) {
  .cat-page-container {
    margin-top: 65px !important; }
    .cat-page-container .main-cat-page .cat-title h3 {
      font-size: 20px; } }
@media (max-width: 50em) and (max-width: 50em) {
  .grid {
    margin-top: 0px !important; } }
@media (min-width: 37.5em) and (max-width: 50em) {
  .cat-grid-item .img-section {
    height: 280px !important; } }
footer.main-footer {
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  background: #FFFFff;
  margin-top: 20px;
  padding-top: 0px; }
  @media (max-width: 50em) {
    footer.main-footer {
      padding-top: 10px; } }
  footer.main-footer .column {
    float: left;
    width: 17%;
    margin-right: 3%; }
    @media (min-width: 50em) and (max-width: 64em) {
      footer.main-footer .column {
        width: calc(50% - 25px);
        padding: 0px 10px; } }
    @media (max-width: 50em) {
      footer.main-footer .column {
        width: 100%;
        margin: 0px;
        padding: 0px 10px; } }
    footer.main-footer .column h3 {
      color: #9F6072;
      margin: 0px 0px 0px 0px;
      padding-top: 10px;
      text-transform: none;
      font-size: 12px;
      border-bottom: 1px solid #888888;
      float: left;
      padding-bottom: 5px !important;
      width: 100%;
      margin-bottom: 8px;
      display: block; }
      footer.main-footer .column h3 i {
        font-size: 21px;
        margin-top: -1px;
        float: left;
        margin-right: 7px; }
    footer.main-footer .column ul {
      float: left;
      clear: both;
      margin-left: 10px; }
      footer.main-footer .column ul li {
        display: block; }
        footer.main-footer .column ul li a {
          font-size: 11px;
          color: #000000;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          footer.main-footer .column ul li a img {
            display: block;
            float: left; }
          footer.main-footer .column ul li a span {
            display: block;
            float: left;
            margin-top: 6px;
            margin-left: 10px; }
          @media (max-width: 50em) {
            footer.main-footer .column ul li a {
              width: 100%;
              padding: 5px 0px;
              display: block; } }
    footer.main-footer .column img {
      width: 20px;
      margin-top: 5px; }
  footer.main-footer .column:nth-last-child(1) {
    margin-right: 0px; }
  footer.main-footer .column.services ul {
    display: block;
    width: 100%; }
    footer.main-footer .column.services ul li {
      display: block;
      width: 100%; }
      footer.main-footer .column.services ul li a {
        width: 120px;
        display: block;
        clear: both;
        float: none; }
        footer.main-footer .column.services ul li a img {
          width: 100%;
          height: 100%; }
  footer.main-footer > .services {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 40px; }
    @media (max-width: 50em) {
      footer.main-footer > .services {
        display: none; } }
    footer.main-footer > .services .service {
      float: left;
      width: 20%;
      text-align: center;
      color: #929292;
      font-weight: 600;
      padding: 40px 30px;
      border-right: 1px solid #EDEDED;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 64em) {
        footer.main-footer > .services .service {
          width: calc(100% / 2); } }
      @media (max-width: 37.5em) {
        footer.main-footer > .services .service {
          width: 100%;
          border-right-width: 0px;
          border-bottom: 1px solid #EDEDED; } }
      footer.main-footer > .services .service img {
        width: 40%; }
      footer.main-footer > .services .service * {
        font-weight: 400;
        font-size: 11px; }
      footer.main-footer > .services .service h1 {
        font-size: 14px;
        font-weight: 400;
        margin: 10px auto;
        color: #000; }
      footer.main-footer > .services .service:nth-child(1) {
        border-left: 1px solid #EDEDED; }
      footer.main-footer > .services .service:hover {
        background: #F3F3F3;
        cursor: context-menu; }
  @media (max-width: 64em) {
    footer.main-footer .service:nth-last-child(1) {
      display: table;
      margin-left: auto;
      margin-right: auto;
      float: none;
      clear: both;
      border-right-width: 0px; } }
  footer.main-footer .copyright {
    background: #fafafa;
    border-top: 0px solid #e2e2e2;
    border-bottom: 0px solid #e2e2e2;
    padding: 5px 0px;
    margin-top: 25px; }
    footer.main-footer .copyright * {
      color: #099999;
      font-size: 11px;
      text-align: center; }

.recently-viewed-control {
  background: #DADADA;
  padding: 5px 10px;
  font-size: 12px;
  position: fixed;
  right: 0px;
  bottom: 0;
  z-index: 2;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 64em) {
    .recently-viewed-control {
      display: none; } }
  .recently-viewed-control i {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 2px; }

.recently-viewed-control.open {
  transform: translateY(-260px);
  -webkit-transform: translateY(-260px);
  -moz-transform: translateY(-260px);
  -ms-transform: translateY(-260px);
  -o-transform: translateY(-260px); }
  .recently-viewed-control.open i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }

.recently-viewed-container {
  background: #DADADA;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0px 5px 0px 5px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(280px);
  -webkit-transform: translateY(280px);
  -moz-transform: translateY(280px);
  -ms-transform: translateY(280px);
  -o-transform: translateY(280px); }
  @media (max-width: 64em) {
    .recently-viewed-container {
      display: none; } }
  .recently-viewed-container .owl-wrapper {
    float: left; }
  .recently-viewed-container .owl-theme .owl-controls {
    display: none !important; }
  .recently-viewed-container .grid-style-row {
    margin-top: 0px; }
    .recently-viewed-container .grid-style-row .cat-grid-item {
      width: 100%;
      margin: 5px 0px;
      margin-right: 5px;
      border-color: #cccccc; }
      .recently-viewed-container .grid-style-row .cat-grid-item .img-section {
        display: block;
        height: 170px; }
      .recently-viewed-container .grid-style-row .cat-grid-item .detail-section {
        padding: 4px 10px;
        font-size: 10px;
        line-height: 15px;
        height: 80px; }
        .recently-viewed-container .grid-style-row .cat-grid-item .detail-section .price span.discounted {
          font-size: 11px; }
        .recently-viewed-container .grid-style-row .cat-grid-item .detail-section .price span.normal {
          font-size: 12px; }
    .recently-viewed-container .grid-style-row .cat-grid-item[data-discount]:after {
      bottom: 5px; }
    .recently-viewed-container .grid-style-row .cat-grid-item:nth-child(5n+5), .recently-viewed-container .grid-style-row .cat-grid-item:nth-child(6n+6) {
      margin-right: 5px; }
    .recently-viewed-container .grid-style-row .cat-grid-item:nth-child(8n+8) {
      margin-right: 0px; }

.recently-viewed-container.open {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px); }

/*========================================================================== Categories =============================================================*/
@media (max-width: 50em) {
  .cat-page-container + .banners {
    margin-top: 0px; } }

.cat-page-container {
  background: transparent !important; }
  .cat-page-container .main-cat-page .cat-title h3 {
    float: none;
    background: #F33;
    padding: 0px 20px;
    color: #fff;
    text-align: center;
    display: table;
    font-weight: 400; }
    .cat-page-container .main-cat-page .cat-title h3 i {
      color: #fff;
      margin-bottom: -1px;
      margin-right: 5px; }
  .cat-page-container .main-cat-page .cat-grid-items {
    background: transparent !important; }
    @media (max-width: 50em) {
      .cat-page-container .main-cat-page .cat-grid-items {
        padding: 0px 2px; } }
    .cat-page-container .main-cat-page .cat-grid-items .cat-grid-item .img-section {
      height: 350px; }
  .cat-page-container .main-cat-page .cat-grid-items.category-page .cat-grid-item {
    width: calc((100% / 4) - 10px); }
  .cat-page-container .main-cat-page .cat-grid-items.category-page .cat-grid-item:nth-child(4n+4) {
    margin-right: 0; }
  .cat-page-container .main-cat-page .cat-grid-items.category-page .cat-grid-item:nth-child(5n+5) {
    margin-left: 0px;
    margin-right: 10px; }

/*.main-cat-page {
  .cat-grid-items {
    border: 0px !important;

    .cat-grid-item {
      width: calc(24% - 2px);
      margin: 10px 10px;

      .img-section {
        height: 300px;
      }

      .detail-section {
        background: #ffffff;
        border-top: 1px solid #cccccc;

        .title {
          font-weight: 400;
          font-size: 14px;
        }

        .price {
          span.normal {
            font-size: 20px;
          }
          span.discounted {
            font-size: 16px;
            margin-left: 20px;
          }
        }
      }
    }

    .cat-grid-item:nth-child(4n+4) {
      margin-right: 0px;
    }

    .cat-grid-item:nth-child(5n+5), .cat-grid-item:nth-child(4n+1) {
      margin-right: 10px !important;
    }

    .cat-grid-item:nth-child(4n+1) {
      margin-left: 0px !Important;
    }

    .cat-grid-item:nth-child(6n+6) {
      margin-left: 10px;
    }
  }
}*/
/*========================================================================== Product =============================================================*/
.btn-primary, input[type="submit"], button {
  border: 2px solid #5B9C1B;
  background: #70BA28;
  color: #ffffff;
  padding: 5px 20px;
  margin-right: 20px;
  text-transform: capitalize;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600; }

.btn-primary i {
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 15px; }
.btn-primary span {
  font-weight: 400;
  font-size: 12px; }

.btn-primary:disabled {
  background: #cccccc;
  color: #000000; }

.btn-primary:hover, input[type="submit"]:hover {
  background: #5B9C1B; }

@-webkit-keyframes discount {
  0% {
    background: #FF3333;
    color: #ffffff; }
  50% {
    border-color: #FF3333;
    background: #FFFFFF;
    color: #000000; }
  100% {
    background: #FF3333;
    color: #ffffff; } }
@keyframes discount {
  0% {
    background: #FF3333;
    color: #ffffff; }
  50% {
    border-color: #FF3333;
    background: #FFFFFF;
    color: #000000; }
  100% {
    background: #FF3333;
    color: #ffffff; } }
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1; }

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

form input, form select, form textarea, form label {
  letter-spacing: 0.5px; }

form:not(.main-search-form) input, form:not(.main-search-form) select, form:not(.main-search-form) textarea, form:not(.main-search-form) label {
  padding: 7px 10px;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin-bottom: 5px;
  font-size: 12px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
form:not(.main-search-form) input:not([type="checkbox"]):focus, form:not(.main-search-form) select:focus, form:not(.main-search-form) textarea:focus {
  border-color: #FF3333 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(200, 0, 11, 0.38); }
form:not(.main-search-form) label {
  padding: 0px 10px; }
form:not(.main-search-form) input:not([type='checkbox']), form:not(.main-search-form) select, form:not(.main-search-form) textarea {
  border: 1px solid #eaeaea; }
form:not(.main-search-form) textarea {
  height: 45px;
  max-height: 45px;
  min-height: 45px; }
form:not(.main-search-form) select {
  padding: 6.5px !Important; }

.product-container {
  padding: 0px 10px;
  margin-top: 10px;
  /*.tabs:before {
    content: 'PRODUCT INFORMATION';
    background: $theme_color;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    display: table;
    float: none;
    clear: both;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }*/ }
  @media (max-width: 50em) {
    .product-container {
      width: 100%;
      padding: 0px !important;
      margin-top: 45px !Important; } }
  .product-container .main-details {
    position: relative; }
    .product-container .main-details .prd-left {
      float: left;
      padding: 10px;
      width: 74%;
      background: #ffffff;
      border: 1px solid #eaeaea; }
      @media (max-width: 50em) {
        .product-container .main-details .prd-left {
          width: 100%; } }
      .product-container .main-details .prd-left *:not(.phone_gallery), .product-container .main-details .prd-left *:not(.phone_gallery *) {
        float: left;
        display: block; }
      .product-container .main-details .prd-left .product-gallery {
        width: 55%;
        position: relative;
        float: left; }
        @media (max-width: 50em) {
          .product-container .main-details .prd-left .product-gallery {
            width: 100%; } }
        .product-container .main-details .prd-left .product-gallery .thumbs {
          width: 15%;
          padding: 0px 10px 0px 0px;
          float: left; }
          .product-container .main-details .prd-left .product-gallery .thumbs a {
            float: left;
            display: block;
            margin-bottom: 10px; }
            .product-container .main-details .prd-left .product-gallery .thumbs a img {
              display: block;
              float: left;
              width: 100%; }
        .product-container .main-details .prd-left .product-gallery .easyzoom-flyout {
          float: initial;
          display: initial; }
          .product-container .main-details .prd-left .product-gallery .easyzoom-flyout img {
            float: initial;
            display: initial; }
        .product-container .main-details .prd-left .product-gallery .full-image {
          width: 85%;
          float: left; }
          .product-container .main-details .prd-left .product-gallery .full-image a {
            display: block;
            width: 100%; }
          .product-container .main-details .prd-left .product-gallery .full-image img {
            width: 100%; }
      .product-container .main-details .prd-left .phone_gallery, .product-container .main-details .prd-left .phone_gallery * {
        overflow: visible; }
      .product-container .main-details .prd-left .phone_gallery img {
        width: 100%; }
      .product-container .main-details .prd-left .description {
        padding-left: 30px;
        width: 40%;
        float: left; }
        @media (max-width: 50em) {
          .product-container .main-details .prd-left .description {
            width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
        .product-container .main-details .prd-left .description > * {
          display: block;
          clear: both;
          font-size: 14px;
          margin-bottom: 10px;
          width: 100%; }
        .product-container .main-details .prd-left .description h1 {
          font-size: 20px;
          font-weight: 400;
          float: left;
          width: 100%;
          color: #000000;
          margin-top: 10px; }
        .product-container .main-details .prd-left .description .prod_code strong {
          padding-right: 5px; }
        .product-container .main-details .prd-left .description .prod_brand {
          width: 100px; }
          .product-container .main-details .prd-left .description .prod_brand img {
            width: 100%; }
        .product-container .main-details .prd-left .description .prod_price * {
          font-size: 25px;
          margin-right: 15px; }
        .product-container .main-details .prd-left .description .prod_price .current {
          color: #FF3333;
          font-weight: bold; }
        .product-container .main-details .prd-left .description .prod_price .original {
          font-size: 15px !important;
          margin-top: 7px;
          text-decoration: line-through; }
        .product-container .main-details .prd-left .description .prod_price .discount {
          background: #FF3333;
          font-size: 12px !Important;
          padding: 1px 10px;
          margin-top: 3px;
          color: #fff;
          border: 2px solid #ffffff; }
        .product-container .main-details .prd-left .description .prod_stock {
          font-weight: bold; }
        .product-container .main-details .prd-left .description .product_specs {
          border: 1px solid #EAEAEA;
          border-left: 0;
          border-right: 0;
          padding: 20px 10px;
          padding-bottom: 13px;
          margin: 10px 0px !Important;
          margin-bottom: 20px !important;
          clear: both;
          float: left;
          display: block; }
          .product-container .main-details .prd-left .description .product_specs p:before {
            content: "\f00c";
            display: inline-block;
            float: left;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FF3333;
            margin-top: 3px;
            margin-right: 6px; }
          .product-container .main-details .prd-left .description .product_specs p.wishlist-control:before {
            content: "\f004"; }
          .product-container .main-details .prd-left .description .product_specs p {
            display: block;
            clear: both;
            font-size: 12px;
            margin-bottom: 5px; }
            .product-container .main-details .prd-left .description .product_specs p a {
              cursor: pointer; }
            .product-container .main-details .prd-left .description .product_specs p strong {
              margin-right: 4px; }
        .product-container .main-details .prd-left .description .prod_options select {
          width: 130px !Important;
          min-width: 140px !Important;
          float: left;
          margin-right: 10px;
          max-width: initial !Important; }
        .product-container .main-details .prd-left .description .prod_quantity input {
          width: 50px !Important;
          max-width: initial !important;
          min-width: initial !Important; }
        .product-container .main-details .prd-left .description .prod_quantity span {
          font-size: 12px;
          margin-top: 7px;
          margin-right: 10px; }
        .product-container .main-details .prd-left .description .prod_controls {
          margin-top: 10px; }
          .product-container .main-details .prd-left .description .prod_controls a {
            float: left; }
        .product-container .main-details .prd-left .description .already-wishlist {
          font-size: 12px;
          color: #FF3333; }
          .product-container .main-details .prd-left .description .already-wishlist * {
            float: none;
            display: inline;
            font-weight: 600; }
    .product-container .main-details .order-form.fixed {
      position: fixed;
      top: 0; }
    @media (max-width: 50em) {
      .product-container .main-details .order-form.open {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0); }
      .product-container .main-details .button-bar {
        position: fixed;
        width: 100%;
        bottom: 0;
        background: #000000;
        padding: 5px 10px;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .product-container .main-details .button-bar a {
          width: calc(50% - 7px);
          float: left;
          margin-left: 10px !important;
          margin-right: 0px !important;
          text-align: center;
          text-transform: uppercase;
          padding: 5px 10px; }
          .product-container .main-details .button-bar a i {
            font-size: 18px;
            position: relative;
            top: 2px; }
        .product-container .main-details .button-bar .order-form-toggle.phone.close {
          transform: translateY(50px);
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px); }
        .product-container .main-details .button-bar a:nth-child(1) {
          margin-left: 0px !important;
          float: left !important; } }
    .product-container .main-details .order-form {
      width: 25%;
      background: #FFFFFF;
      padding: 10px 10px;
      border: 1px solid #eaeaea;
      border-top: 2px solid #70BA28;
      right: 0;
      position: absolute;
      /*@include transition();*/ }
      .product-container .main-details .order-form .selectize-control {
        overflow: visible;
        float: right; }
      .product-container .main-details .order-form .selectize-dropdown.half {
        width: 100% !Important;
        min-width: initial !Important;
        max-width: initial !Important; }
      .product-container .main-details .order-form .order-form-toggle {
        position: absolute;
        right: 20px;
        top: 5px;
        font-size: 25px; }
      @media (max-width: 50em) {
        .product-container .main-details .order-form {
          width: 100%;
          top: 0px !important;
          position: fixed;
          z-index: 10;
          height: 100vh;
          overflow-y: scroll;
          padding-bottom: 50px;
          -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
          -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
          -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
          -o-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
          transform: translate3d(0, -110%, 0);
          -webkit-transform: translate3d(0, -110%, 0);
          -moz-transform: translate3d(0, -110%, 0);
          -ms-transform: translate3d(0, -110%, 0);
          -o-transform: translate3d(0, -110%, 0);
          -moz-transition: transform 0.3s ease;
          -webkit-transition: transform 0.3s ease;
          -ms-transition: transform 0.3s ease;
          -o-transition: transform 0.3s ease;
          transition: transform 0.3s ease; } }
      .product-container .main-details .order-form h1 {
        font-size: 18px;
        font-weight: 600;
        float: left;
        width: 100%;
        color: #000000;
        letter-spacing: 0.5px;
        text-align: center;
        text-transform: uppercase; }
      .product-container .main-details .order-form .fields {
        width: 100%;
        padding-top: 10px;
        /*.half:nth-child(2n+1) {
          margin-right: 2%;
        }*/
        /*input[type="checkbox"] {
          -webkit-appearance: none;
          margin: 0 !Important;
          padding: 0 !Important;
          overflow: visible;
          margin-right: 10px !Important;
          cursor: pointer;
        }

        input[type="checkbox"]:after {
          content: '\2718';
          width: 10px;
          height: 10px;
          display: block;
          margin: 0 !Important;
          padding: 0 !Important;
          position: relative;
          font-size: 16px;
          color: $theme_color;
          @include transition();
        }

        input[type="checkbox"]:checked:after {
          content: '\2714';
          color: #00A03E;
        }*/ }
        .product-container .main-details .order-form .fields > .half {
          width: 49% !Important;
          min-width: 49% !Important;
          max-width: 49% !important; }
        .product-container .main-details .order-form .fields label {
          margin-bottom: 0px !Important;
          padding-left: 5px;
          display: block;
          clear: both; }
          .product-container .main-details .order-form .fields label * {
            font-size: 11px !important;
            float: left;
            display: block;
            width: auto !Important;
            min-width: initial !Important;
            max-width: none !Important; }
          .product-container .main-details .order-form .fields label a {
            float: right !important;
            color: #FF3333; }
        .product-container .main-details .order-form .fields input[type="checkbox"] {
          position: relative;
          top: 6px;
          margin-right: 5px; }
        .product-container .main-details .order-form .fields button {
          width: 100%;
          text-align: center;
          margin-bottom: 1px; }
          .product-container .main-details .order-form .fields button span {
            float: none;
            padding-top: 0;
            font-size: 15px; }
        .product-container .main-details .order-form .fields textarea {
          margin-bottom: -4px; }
        .product-container .main-details .order-form .fields span {
          font-size: 12px;
          padding-top: 3px; }
        .product-container .main-details .order-form .fields .delivery_charges {
          padding: 5px 0px;
          display: block; }
          .product-container .main-details .order-form .fields .delivery_charges * {
            font-size: 13px !Important;
            margin: 0 !Important;
            padding: 0 !Important; }
        .product-container .main-details .order-form .fields .order_total {
          background: #F6F6F6;
          padding: 5px 10px;
          margin-bottom: 10px;
          margin-top: 5px;
          width: 100%; }
          .product-container .main-details .order-form .fields .order_total .cart-count:nth-child(1) {
            float: left !Important;
            display: block !important;
            overflow: visible !important; }
            .product-container .main-details .order-form .fields .order_total .cart-count:nth-child(1) span {
              background: #F33;
              color: #fff;
              font-size: 11px;
              display: block;
              float: right;
              padding: 0px 5px !important;
              border-radius: 5px;
              position: relative;
              left: 5px;
              top: 5px; }
            .product-container .main-details .order-form .fields .order_total .cart-count:nth-child(1) i {
              color: #f33; }
          .product-container .main-details .order-form .fields .order_total > span {
            display: table !important;
            float: none !Important;
            margin: 0 auto; }
            .product-container .main-details .order-form .fields .order_total > span * {
              font-size: 15px; }
            .product-container .main-details .order-form .fields .order_total > span span {
              padding: 0 !Important;
              margin-left: 10px; }
      .product-container .main-details .order-form .coupon_bar {
        position: relative; }
        .product-container .main-details .order-form .coupon_bar button {
          position: absolute;
          right: 0;
          top: 0;
          margin: 0;
          padding: 5px 10px;
          width: auto; }
          .product-container .main-details .order-form .coupon_bar button:disabled {
            background: #666666;
            border-color: #cccccc;
            color: #FFFFff; }
        .product-container .main-details .order-form .coupon_bar input {
          padding-right: 80px !Important; }
  .product-container .tabs {
    clear: both;
    width: 100%;
    margin-top: 50px; }
    .product-container .tabs > * {
      display: block;
      width: 100%;
      float: none;
      clear: both; }
    .product-container .tabs .nav {
      margin-bottom: 10px;
      display: table;
      margin-left: auto;
      margin-right: auto;
      float: none;
      width: auto; }
      @media (max-width: 50em) {
        .product-container .tabs .nav {
          width: 100%; } }
      .product-container .tabs .nav a {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 15px 50px;
        border-bottom: 3px solid #fff;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 50em) {
          .product-container .tabs .nav a {
            width: 50% !important;
            text-align: center;
            padding: 15px 15px; } }
      .product-container .tabs .nav a.active {
        border-color: #FF3333;
        background: #F6F6F6; }
    .product-container .tabs .content {
      position: static;
      padding: 20px 20px;
      border-top: 1px solid #eaeaea;
      margin-top: -11px; }
      .product-container .tabs .content > * {
        width: 100%;
        clear: both;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform-origin: top;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        -moz-transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        display: none; }
      .product-container .tabs .content .active {
        display: block;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1); }
      @media (max-width: 50em) {
        .product-container .tabs .content {
          padding: 20px 0px; }
          .product-container .tabs .content * {
            width: 100% !important;
            font-size: 13px !important; } }
      .product-container .tabs .content > div img {
        /*width: 100% !Important;
        height: auto !important;*/
        max-width: 100% !Important;
        height: auto !important; }
        .product-container .tabs .content > div img > * {
          display: block;
          clear: both;
          margin: 2px 0px !Important;
          padding: 0 !Important; }
      .product-container .tabs .content p {
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 21px;
        word-spacing: 1px; }
      .product-container .tabs .content .prd_video {
        width: 100%; }
        .product-container .tabs .content .prd_video iframe {
          width: 100%; }

.breadcrumbs {
  /*background: #fff;*/
  /*border: 1px solid #eaeaea;*/
  margin-top: 10px;
  width: calc(90vw - 20px);
  /*li:last-child{
    a {
      background: white !important;
      color: black;
      pointer-events: none;
      cursor: default;
    }

    a:after { border: 0; }
  }*/ }
  @media (max-width: 50em) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs li {
    float: left;
    overflow: visible; }
    .breadcrumbs li a {
      color: #000000;
      text-decoration: none;
      padding: 5px 10px;
      background: brown;
      /* fallback color */
      background: #FFFFFF;
      position: relative;
      display: block;
      float: left;
      overflow: visible;
      font-size: 10px;
      /* @include transition();*/ }
      .breadcrumbs li a span {
        position: relative; }
      .breadcrumbs li a i {
        display: none; }
    .breadcrumbs li a:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      /* Go big on the size, and let overflow hide */
      border-bottom: 50px solid transparent;
      border-left: 30px solid #FFFFFF;
      position: absolute;
      top: 50%;
      margin-top: -50px;
      left: 100%;
      z-index: 2; }
    .breadcrumbs li a:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      /* Go big on the size, and let overflow hide */
      border-bottom: 50px solid transparent;
      border-left: 30px solid #F2F2F2;
      position: absolute;
      top: 50%;
      margin-top: -50px;
      margin-left: 3px;
      left: 100%;
      z-index: 1; }
  .breadcrumbs li:nth-child(1) ~ li a {
    margin-left: 20px;
    padding-left: 20px; }

.owl-theme .owl-controls .owl-page span {
  width: 8px !important;
  height: 8px !important; }

.cart-container {
  margin-top: 20px; }
  .cart-container *:not(strong, button) {
    color: #000;
    font-weight: 400; }
  .cart-container .cart-title h3 {
    font-weight: 400;
    padding-left: 10px; }
  .cart-container button {
    float: right;
    margin-top: 20px;
    width: 180px;
    margin-right: 0;
    text-transform: uppercase; }
  .cart-container .main-cart, .cart-container .cart-totals {
    padding: 10px 10px; }
    .cart-container .main-cart table, .cart-container .cart-totals table {
      width: 100%;
      background: #ffffff;
      padding: 1px;
      border-collapse: collapse;
      -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      -o-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
      box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px; }
      .cart-container .main-cart table th, .cart-container .cart-totals table th {
        padding-right: 10px; }
      .cart-container .main-cart table th, .cart-container .main-cart table td, .cart-container .cart-totals table th, .cart-container .cart-totals table td {
        text-align: center;
        border: 1px solid #eaeaea; }
      .cart-container .main-cart table *, .cart-container .cart-totals table * {
        font-size: 13px; }
      .cart-container .main-cart table thead th, .cart-container .cart-totals table thead th {
        /*background: $theme_color;*/
        /*color: #ffffff;*/
        padding: 10px 0px; }
      .cart-container .main-cart table tbody td, .cart-container .cart-totals table tbody td {
        padding: 10px 10px; }
        .cart-container .main-cart table tbody td img, .cart-container .cart-totals table tbody td img {
          width: 100%; }
      .cart-container .main-cart table tbody td:nth-child(1), .cart-container .cart-totals table tbody td:nth-child(1) {
        width: 80px; }
      .cart-container .main-cart table tbody td:nth-child(2), .cart-container .main-cart table tbody td:nth-child(3), .cart-container .cart-totals table tbody td:nth-child(2), .cart-container .cart-totals table tbody td:nth-child(3) {
        text-align: left;
        width: 15%; }
      .cart-container .main-cart table tbody td:nth-child(2) a, .cart-container .cart-totals table tbody td:nth-child(2) a {
        height: 40px;
        overflow: hidden;
        display: block; }
      .cart-container .main-cart table tbody td:nth-child(2), .cart-container .cart-totals table tbody td:nth-child(2) {
        width: 40%; }
      .cart-container .main-cart table tbody td:nth-child(4) p:nth-child(1), .cart-container .cart-totals table tbody td:nth-child(4) p:nth-child(1) {
        font-weight: bold; }
      .cart-container .main-cart table tbody td:nth-child(4) p:nth-child(2), .cart-container .cart-totals table tbody td:nth-child(4) p:nth-child(2) {
        text-decoration: line-through;
        color: #9a9a9a; }
      .cart-container .main-cart table tbody td:nth-child(4) p:nth-child(3), .cart-container .cart-totals table tbody td:nth-child(4) p:nth-child(3) {
        color: #FF3333; }
      .cart-container .main-cart table tbody td:nth-last-child(1), .cart-container .cart-totals table tbody td:nth-last-child(1) {
        width: 3%; }
  @media (max-width: 50em) {
    .cart-container .main-cart .btn-primary {
      display: block;
      width: 45%;
      right: 0;
      top: 0 !Important;
      margin: 0px !important;
      margin-top: 20px !important;
      padding: 0;
      height: auto !important;
      text-align: center; }
      .cart-container .main-cart .btn-primary span {
        top: 0;
        position: relative;
        padding: 5px;
        display: block; }
    .cart-container .main-cart .btn-primary:nth-of-type(1) ~ .btn-primary {
      float: left !important; }
    .cart-container .main-cart .main-cart .btn-primary:nth-of-type(1) {
      float: left !important; }
    .cart-container .main-cart table:not(.cart-totals):nth-child(1) {
      overflow: visible;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
      .cart-container .main-cart table:not(.cart-totals):nth-child(1) thead {
        display: none; }
      .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr {
        display: block;
        width: 100%;
        position: relative;
        clear: both;
        background: #ffffff;
        margin-bottom: 10px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
        -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
        -o-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td {
          border: 0;
          width: 100%;
          display: block; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(1) {
          width: 20%;
          clear: none;
          float: left; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(2) {
          clear: none;
          float: left;
          width: 80%; }
          .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(2) a {
            width: 90%;
            float: left; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(3) {
          display: none; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(4) {
          text-align: left;
          clear: left;
          width: 50%;
          float: left; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(5) {
          float: left;
          width: 50%;
          text-align: right;
          position: absolute;
          right: 0;
          bottom: 40px; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(5):before {
          content: 'Quantity:';
          font-weight: bold; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(6) {
          text-align: left;
          background: #eaeaea;
          width: 100%;
          clear: both; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(6):before {
          content: 'Total:';
          font-weight: bold; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(7) {
          position: absolute;
          top: 0;
          right: 10px;
          width: 30px; }
        .cart-container .main-cart table:not(.cart-totals):nth-child(1) tbody tr td:nth-child(7) i {
          font-size: 20px; } }
  .cart-container .cart-totals {
    width: 350px !Important;
    float: right;
    margin-top: 40px; }
    @media (max-width: 50em) {
      .cart-container .cart-totals {
        width: 100% !important; } }
    .cart-container .cart-totals thead th {
      text-align: center !important;
      font-size: 17px; }
    .cart-container .cart-totals td, .cart-container .cart-totals th {
      width: 50%;
      text-align: right !important;
      font-weight: 600; }
    .cart-container .cart-totals td:nth-child(2) {
      font-weight: 400;
      text-align: left !important; }
    .cart-container .cart-totals td:nth-child(2) {
      width: 45% !Important; }

.md-modal {
  overflow: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  max-width: 360px !important;
  min-width: 360px !important; }
  @media (max-width: 50em) {
    .md-modal {
      max-width: 100% !important;
      min-width: 100% !important; } }
  .md-modal .md-close {
    float: right; }
  .md-modal * {
    overflow: visible; }
  .md-modal .md-content {
    background: #fff; }
    .md-modal .md-content > div {
      padding: 5px 10px 20px; }
    .md-modal .md-content h3 {
      font-size: 25px;
      font-weight: 400;
      text-align: left;
      padding: 3px 10px;
      background: #FF3333 !important;
      opacity: 1; }
    .md-modal .md-content form {
      color: #000000; }
    .md-modal .md-content .terms_condition {
      padding-top: 10px !Important;
      display: block;
      margin-bottom: 20px;
      clear: both; }
      .md-modal .md-content .terms_condition input {
        float: left;
        max-width: initial !Important;
        min-width: initial !important;
        width: auto !Important;
        margin-top: 3px;
        margin-right: 10px; }
      .md-modal .md-content .terms_condition span {
        float: left;
        font-weight: 400; }

.isloading-wrapper {
  background: #fff;
  padding: 7px 20px;
  display: table;
  font-size: 14px;
  top: 50%;
  position: relative;
  border-radius: 5px; }
  .isloading-wrapper i {
    position: relative;
    margin-bottom: -2px;
    margin-left: 5px; }

.remove-wishlist i {
  color: #000000; }

.wishlist-header:before {
  content: attr(data-count);
  background: #FF3333;
  text-align: center;
  width: auto;
  display: table;
  padding: 0px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  clear: right;
  float: none;
  position: absolute;
  top: 12px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom; }

.wishlist-header:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

em {
  color: #FF3333;
  font-style: normal !important; }

button span {
  position: relative;
  top: 1px; }

.theme-color {
  color: #FF3333; }

/* ======================================================================= TRACK ORDER ====================================================================*/
.track-frm {
  background: #fff;
  padding: 10px;
  margin: 10px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 300px; }
  .track-frm h1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    text-align: center; }
  .track-frm button {
    margin-top: 0px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%; }

.track-container {
  margin-top: 20px; }
  .track-container .main-cart table:not(.cart-totals) tbody td:nth-last-child(1) {
    width: 15%; }
  .track-container .cart-title {
    text-align: center; }

.order_info {
  margin: 10px 10px;
  float: left;
  width: calc(50% - 20px);
  background: #ffffff;
  border: 1px solid #EAEAEA; }
  @media (max-width: 50em) {
    .order_info {
      width: 100%;
      margin: 0px;
      margin-bottom: 10px;
      margin-top: 10px; } }
  .order_info tbody tr .image_thumb img {
    height: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .order_info tbody tr th, .order_info tbody tr td {
    font-size: 12px;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea; }
    @media (max-width: 50em) {
      .order_info tbody tr th, .order_info tbody tr td {
        width: 10px;
        padding-left: 5px;
        padding-right: 5px; } }
  .order_info tbody tr .image_thumb {
    border-right: 1px solid #eaeaea;
    width: 40%; }
    .order_info tbody tr .image_thumb a {
      display: block;
      height: 170px; }
      @media (max-width: 50em) {
        .order_info tbody tr .image_thumb a {
          height: auto; }
          .order_info tbody tr .image_thumb a img {
            width: 90px;
            height: auto; } }
  .order_info tbody tr td p:nth-child(1) {
    font-weight: bold; }
  .order_info tbody tr td p:nth-child(2) {
    text-decoration: line-through;
    color: #9a9a9a; }
  .order_info tbody tr td p:nth-child(3) {
    color: #FF3333; }
  .order_info tbody tr td:nth-last-child(1) {
    padding: 10px 20px; }
  .order_info tbody tr .product-detail-button a {
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .order_info tbody tr:nth-child(1) td:nth-child(3) span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 200px;
    float: left; }

.view-all-orders {
  top: -3px;
  position: relative;
  float: right;
  margin-right: 10px !Important;
  margin-top: 15px !important; }

.order_history_date_item {
  margin-bottom: 20px; }
  .order_history_date_item > .cart-title {
    text-align: center;
    padding: 5px 0px; }
  .order_history_date_item > .order_history_item {
    margin-bottom: 20px;
    text-align: center; }
    .order_history_date_item > .order_history_item > .cart-title {
      color: #000;
      display: table;
      background: #CCC;
      padding: 0px 10px;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px; }
      .order_history_date_item > .order_history_item > .cart-title h3 {
        padding: 0 !important; }

.track-img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 190px;
  margin-top: 30px; }

.content-page {
  padding-top: 20px; }
  @media (max-width: 50em) {
    .content-page .contentPages.open {
      transform: translateX(0vw);
      -webkit-transform: translateX(0vw);
      -moz-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
      -o-transform: translateX(0vw); } }
  @media (max-width: 50em) {
    .content-page .contentPages-toggle {
      display: block;
      float: left; } }
  .content-page .contentPages {
    float: left;
    background: #FFF;
    padding: 10px 10px;
    width: 190px; }
    @media (max-width: 50em) {
      .content-page .contentPages {
        overflow: visible;
        position: fixed;
        left: 0;
        top: 45px;
        height: 100vh;
        padding: 0;
        padding-bottom: 45px;
        overflow-y: scroll;
        width: 70vw;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: translateX(-70vw);
        -webkit-transform: translateX(-70vw);
        -moz-transform: translateX(-70vw);
        -ms-transform: translateX(-70vw);
        -o-transform: translateX(-70vw); } }
    .content-page .contentPages li a {
      display: block;
      font-size: 13px;
      border-bottom: 1px solid #ECE4E4;
      color: #737373;
      padding-left: 5px; }
      @media (max-width: 50em) {
        .content-page .contentPages li a {
          padding: 10px 10px; } }
    .content-page .contentPages a.active {
      background: #eaeaea !important; }
  .content-page .content {
    padding-left: 20px; }
    @media (max-width: 50em) {
      .content-page .content {
        padding-right: 20px; } }
  .content-page .cnt-title {
    font-weight: 400;
    font-size: 20px; }
  .content-page .cnt-descp {
    font-size: 12px;
    padding-top: 10px; }
    .content-page .cnt-descp p {
      margin-bottom: 20px; }
      .content-page .cnt-descp p img {
        display: inline-block;
        text-align: left;
        margin-top: 0px;
        margin-right: 20px; }
      .content-page .cnt-descp p img[style~="none;"] {
        margin: 0 auto;
        display: block; }

.skype-page .contentPages {
  padding-left: 0px; }
.skype-page .cnt-descp p.skype_acc {
  padding-bottom: 8px;
  display: block;
  overflow: visible;
  background: #fff;
  padding-top: 8px;
  padding-left: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 95%; }
  .skype-page .cnt-descp p.skype_acc a {
    display: block;
    clear: both;
    width: 100%;
    overflow: visible; }
    .skype-page .cnt-descp p.skype_acc a * {
      display: block;
      float: left;
      overflow: visible; }
    .skype-page .cnt-descp p.skype_acc a span:nth-child(1), .skype-page .cnt-descp p.skype_acc a span:nth-child(2) {
      margin-top: 5px; }
    .skype-page .cnt-descp p.skype_acc a span:nth-child(1) {
      width: 40%; }
    .skype-page .cnt-descp p.skype_acc a span:nth-child(2) {
      width: 40%; }
    .skype-page .cnt-descp p.skype_acc a span:nth-child(3) {
      float: right; }
    .skype-page .cnt-descp p.skype_acc a img {
      width: 121px;
      margin-top: -7px; }

.md-modal .order-form {
  /*@include transition(transform);*/
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top; }
.md-modal .order-form.close {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: none; }
.md-modal .order-submitted {
  text-align: center;
  font-size: 13px;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  display: none; }
.md-modal .order-submitted.open {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  display: block; }

.notification-bar {
  position: fixed;
  bottom: 40px;
  z-index: 2;
  background: #70BA28;
  padding: 5px 10px;
  font-size: 13px;
  right: 10px;
  color: #fff;
  font-weight: 400;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  transform-origin: right;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0); }
  @media (max-width: 50em) {
    .notification-bar {
      bottom: 0px;
      width: 100%;
      right: 0;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform-origin: bottom;
      -webkit-transform-origin: bottom;
      -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
      -o-transform-origin: bottom;
      padding: 10px 10px; } }
  .notification-bar i {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    -webkit-text-stroke: 2px #70BA28; }
  .notification-bar a {
    font-weight: bold;
    color: #ffffff; }

.notification-bar.error {
  background: #ba1b00; }
  .notification-bar.error i {
    -webkit-text-stroke: 2px #ba1b00; }

.notification-bar.open {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.ord_dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  float: none;
  background: rgba(0, 0, 0, 0.41);
  z-index: 99;
  display: none; }
  .ord_dialog .ord_dialog_container {
    background: #fff;
    width: 45%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !Important;
    box-sizing: initial;
    float: initial;
    overflow: initial;
    position: absolute;
    display: table;
    padding: 15px 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
    -ms-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
    -o-box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 10px 0px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
    @media (max-width: 50em) {
      .ord_dialog .ord_dialog_container {
        width: 80%; } }
    .ord_dialog .ord_dialog_container a {
      position: absolute;
      right: 5px;
      font-size: 20px;
      display: block;
      top: 0px; }
    .ord_dialog .ord_dialog_container h1 {
      font-weight: 400;
      text-align: center;
      font-size: 21px; }
      @media (max-width: 50em) {
        .ord_dialog .ord_dialog_container h1 {
          font-size: 16px;
          line-height: 30px; } }

.ord_dialog.open {
  display: block; }
  .ord_dialog.open .ord_dialog_container {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }

.phone-banner {
  position: relative;
  width: 100%;
  top: 45px;
  margin-bottom: 0px; }
  .phone-banner a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 6px 0px 2px 0px;
    background: #fefefe;
    color: #FF3333 !important;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: lighter !Important; }
  .phone-banner a:nth-child(1) {
    background: #DEDEDE; }
  .phone-banner a:nth-child(2) {
    background: #e8e8e8; }

/*# sourceMappingURL=styles.css.map */
