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

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

/*
    ///Global
*/
html, body {
  -webkit-font-smoothing: antialiased;
  font-smooth: auto;
  font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch !important; }

.validate-error {
  border: 1px solid red !important; }

.validate-error-message {
  position: absolute;
  right: 10px;
  font-size: 10px;
  bottom: 2px;
  color: red; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.scroll-to-top {
  bottom: 15px;
  right: 15px;
  left: unset !important;
  border: 1px solid #000000;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  z-index: 99;
  cursor: pointer; }

.img-responsive {
  max-width: 100%;
  max-height: 100%; }

.owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100; }
    .owl-nav .owl-prev i, .owl-nav .owl-next i {
      font-size: 2.5rem;
      color: #cecece; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

/*
    ///Breadcrumb
*/
.breadcrumb-container .breadcrumb {
  background: none;
  padding: 1.25rem 0px .5rem 0; }

/*
    ///Page Title
*/
.page-title {
  padding: 2rem 0 1rem 0; }
  .page-title {
    font-size: 22px; }
  @media (min-width: 400px) and (max-width: 1000px) {
    .page-title {
      font-size: calc( 22px + 20 * (100vw - 400px) / 600); } }
  @media (min-width: 1000px) {
    .page-title {
      font-size: 42px; } }
  .page-title.category-title {
    padding: 1rem 0 1rem 0; }

/*
    ///Product Message
*/
.product-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 15px;
  position: relative;
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 5rem 0 gray;
  box-shadow: 0 0 5rem 0 gray;
  border: none !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .product-message.alert-success {
    color: #000000; }
  @media screen and (max-width: 667px) {
    .product-message {
      padding: 12px 15px 12px 95px; } }
  .product-message.alert-success {
    cursor: pointer; }
  .product-message span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    opacity: 0.78; }
    .product-message span i {
      font-size: 30px; }
    @media (min-width: 400px) and (max-width: 1000px) {
      .product-message span i {
        font-size: calc( 30px + 20 * (100vw - 400px) / 600); } }
    @media (min-width: 1000px) {
      .product-message span i {
        font-size: 50px; } }
  .product-message h4 {
    margin: 0px; }

/*
    ///Floating Labels
*/
.checkout-form .form-group, .f-label .form-group, .floating-labels-wrap .form-group {
  position: relative; }

.checkout-form label:not(.form-check-label), .f-label label:not(.form-check-label), .floating-labels-wrap label:not(.form-check-label) {
  font-size: 0.8em;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 4px;
  padding: 0 .75rem;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: capitalize; }

.checkout-form input, .checkout-form select, .checkout-form textarea, .f-label input, .f-label select, .f-label textarea, .floating-labels-wrap input, .floating-labels-wrap select, .floating-labels-wrap textarea {
  margin-bottom: 0px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.checkout-form input[type='text'], .checkout-form input[type='email'], .checkout-form input[type='password'], .checkout-form select, .f-label input[type='text'], .f-label input[type='email'], .f-label input[type='password'], .f-label select, .floating-labels-wrap input[type='text'], .floating-labels-wrap input[type='email'], .floating-labels-wrap input[type='password'], .floating-labels-wrap select {
  height: 50px; }

.checkout-form select, .f-label select, .floating-labels-wrap select {
  height: 55px; }

.checkout-form .floating-label, .checkout-form.floating-label, .f-label .floating-label, .f-label.floating-label, .floating-labels-wrap .floating-label, .floating-labels-wrap.floating-label {
  position: relative; }
  .checkout-form .floating-label label, .checkout-form.floating-label label, .f-label .floating-label label, .f-label.floating-label label, .floating-labels-wrap .floating-label label, .floating-labels-wrap.floating-label label {
    opacity: 0.5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .checkout-form .floating-label input, .checkout-form .floating-label select, .checkout-form .floating-label textarea, .checkout-form.floating-label input, .checkout-form.floating-label select, .checkout-form.floating-label textarea, .f-label .floating-label input, .f-label .floating-label select, .f-label .floating-label textarea, .f-label.floating-label input, .f-label.floating-label select, .f-label.floating-label textarea, .floating-labels-wrap .floating-label input, .floating-labels-wrap .floating-label select, .floating-labels-wrap .floating-label textarea, .floating-labels-wrap.floating-label input, .floating-labels-wrap.floating-label select, .floating-labels-wrap.floating-label textarea {
    padding-top: 28px;
    padding-bottom: 0.5em; }
    .checkout-form .floating-label input::-webkit-input-placeholder, .checkout-form .floating-label select::-webkit-input-placeholder, .checkout-form .floating-label textarea::-webkit-input-placeholder, .checkout-form.floating-label input::-webkit-input-placeholder, .checkout-form.floating-label select::-webkit-input-placeholder, .checkout-form.floating-label textarea::-webkit-input-placeholder, .f-label .floating-label input::-webkit-input-placeholder, .f-label .floating-label select::-webkit-input-placeholder, .f-label .floating-label textarea::-webkit-input-placeholder, .f-label.floating-label input::-webkit-input-placeholder, .f-label.floating-label select::-webkit-input-placeholder, .f-label.floating-label textarea::-webkit-input-placeholder, .floating-labels-wrap .floating-label input::-webkit-input-placeholder, .floating-labels-wrap .floating-label select::-webkit-input-placeholder, .floating-labels-wrap .floating-label textarea::-webkit-input-placeholder, .floating-labels-wrap.floating-label input::-webkit-input-placeholder, .floating-labels-wrap.floating-label select::-webkit-input-placeholder, .floating-labels-wrap.floating-label textarea::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0; }
    .checkout-form .floating-label input:-ms-input-placeholder, .checkout-form .floating-label select:-ms-input-placeholder, .checkout-form .floating-label textarea:-ms-input-placeholder, .checkout-form.floating-label input:-ms-input-placeholder, .checkout-form.floating-label select:-ms-input-placeholder, .checkout-form.floating-label textarea:-ms-input-placeholder, .f-label .floating-label input:-ms-input-placeholder, .f-label .floating-label select:-ms-input-placeholder, .f-label .floating-label textarea:-ms-input-placeholder, .f-label.floating-label input:-ms-input-placeholder, .f-label.floating-label select:-ms-input-placeholder, .f-label.floating-label textarea:-ms-input-placeholder, .floating-labels-wrap .floating-label input:-ms-input-placeholder, .floating-labels-wrap .floating-label select:-ms-input-placeholder, .floating-labels-wrap .floating-label textarea:-ms-input-placeholder, .floating-labels-wrap.floating-label input:-ms-input-placeholder, .floating-labels-wrap.floating-label select:-ms-input-placeholder, .floating-labels-wrap.floating-label textarea:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0; }
    .checkout-form .floating-label input::-ms-input-placeholder, .checkout-form .floating-label select::-ms-input-placeholder, .checkout-form .floating-label textarea::-ms-input-placeholder, .checkout-form.floating-label input::-ms-input-placeholder, .checkout-form.floating-label select::-ms-input-placeholder, .checkout-form.floating-label textarea::-ms-input-placeholder, .f-label .floating-label input::-ms-input-placeholder, .f-label .floating-label select::-ms-input-placeholder, .f-label .floating-label textarea::-ms-input-placeholder, .f-label.floating-label input::-ms-input-placeholder, .f-label.floating-label select::-ms-input-placeholder, .f-label.floating-label textarea::-ms-input-placeholder, .floating-labels-wrap .floating-label input::-ms-input-placeholder, .floating-labels-wrap .floating-label select::-ms-input-placeholder, .floating-labels-wrap .floating-label textarea::-ms-input-placeholder, .floating-labels-wrap.floating-label input::-ms-input-placeholder, .floating-labels-wrap.floating-label select::-ms-input-placeholder, .floating-labels-wrap.floating-label textarea::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0; }
    .checkout-form .floating-label input::placeholder, .checkout-form .floating-label select::placeholder, .checkout-form .floating-label textarea::placeholder, .checkout-form.floating-label input::placeholder, .checkout-form.floating-label select::placeholder, .checkout-form.floating-label textarea::placeholder, .f-label .floating-label input::placeholder, .f-label .floating-label select::placeholder, .f-label .floating-label textarea::placeholder, .f-label.floating-label input::placeholder, .f-label.floating-label select::placeholder, .f-label.floating-label textarea::placeholder, .floating-labels-wrap .floating-label input::placeholder, .floating-labels-wrap .floating-label select::placeholder, .floating-labels-wrap .floating-label textarea::placeholder, .floating-labels-wrap.floating-label input::placeholder, .floating-labels-wrap.floating-label select::placeholder, .floating-labels-wrap.floating-label textarea::placeholder {
      color: #ffffff;
      opacity: 0; }
  .checkout-form .floating-label span, .checkout-form.floating-label span, .f-label .floating-label span, .f-label.floating-label span, .floating-labels-wrap .floating-label span, .floating-labels-wrap.floating-label span {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/*
    ///mobile/tablet menu
*/
@media screen and (max-width: 1199px) {
  .main-menu .navbar-collapse {
    position: fixed;
    right: 0;
    top: 120px;
    height: calc(100% - 120px) !important;
    background: #ffffff;
    overflow: auto;
    width: 350px;
    -webkit-transition: all .25s ease-in-out !important;
    -o-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    padding: 15px; }
    .main-menu .navbar-collapse.show {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

@media screen and (max-width: 667px) {
  .main-menu .navbar-collapse {
    width: 100% !important; } }

/*
    ///Header
*/
header .standard-menu-toggler .hamburger-box {
  width: 40px !important; }

header .search-bar {
  background: #ffffff;
  position: absolute;
  width: 100%;
  left: 0; }
  header .search-bar input {
    border: none;
    border-bottom: 2px solid #e6e6e6 !important;
    border-radius: 0px;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 30px;
    color: #333333 !important; }
    header .search-bar input::-webkit-input-placeholder {
      color: #e6e6e6;
      opacity: 0.5; }
    header .search-bar input:-ms-input-placeholder {
      color: #e6e6e6;
      opacity: 0.5; }
    header .search-bar input::-ms-input-placeholder {
      color: #e6e6e6;
      opacity: 0.5; }
    header .search-bar input::placeholder {
      color: #e6e6e6;
      opacity: 0.5; }
  header .search-bar i {
    color: #333333;
    font-size: 25px; }

/*
    ///Home
*/
.home-carousel .slider-container {
  position: absolute;
  height: calc(100% - 15%);
  width: calc(100% - 15%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*
    ///Category
*/
.side-cat-menu-wrap {
  padding: 0 0 0 0; }
  .side-cat-menu-wrap h3 {
    padding-bottom: 1rem; }

.side-cat-menu {
  /*border: 2px solid #ddd;*/
  padding-top: 0px;
  border-radius: 7px; }
  .side-cat-menu .nav-pills {
    width: 100%; }
  .side-cat-menu .d-lg-block {
    /*border-radius: 5px 5px 0px 0px;
        background-color: cornflowerblue;*/
    margin-left: -15px;
    margin-right: -15px;
    vertical-align: middle;
    padding: 10px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    /*color: #fff;*/ }
  .side-cat-menu .nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%; }
    .side-cat-menu .nav-item :nth-child(even):not(.open) {
      background: RGBA(245, 245, 255, 1); }
  .side-cat-menu .nav-link {
    padding: 4px;
    display: inline-block;
    font-size: 14px;
    width: 90%; }
  .side-cat-menu .flex-column > .parent > .nav-link {
    font-size: 14px;
    /*font-weight: bold;*/
    max-width: 250px; }
  .side-cat-menu .open {
    float: right;
    font-size: 20px;
    margin-right: 8px; }
  .side-cat-menu .sub-menu {
    padding-left: 10px; }
    .side-cat-menu .sub-menu .nav-item {
      display: block;
      width: 100%; }
    .side-cat-menu .sub-menu .parent > .nav-link {
      /*font-weight: bold;*/ }
  .side-cat-menu .sub-menu-2 {
    padding-left: 10px; }
    .side-cat-menu .sub-menu-2 .nav-link {
      font-weight: normal; }
  .side-cat-menu .nav-item.active {
    background-color: lightgoldenrodyellow !important; }
    .side-cat-menu .nav-item.active .nav-item {
      background-color: unset; }
  .side-cat-menu .nav-pills .sub-menu {
    border-top: 2px dashed #999;
    border-bottom: 2px dashed #999;
    margin-top: 10px; }
  .side-cat-menu .nav-pills .sub-menu-2 {
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    margin-top: 10px; }

.cat-item-wrap .cat-img {
  height: 280px;
  margin: 1rem 0;
  background: #ffffff;
  font-size: 20px; }
  .cat-item-wrap .cat-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center; }

.navbar-brand.d-block {
  color: #888;
  font-size: 20px;
  margin: 5px; }

.cat-item-wrap img {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34); }

.cat-item-wrap h2 {
  font-size: 24px; }

.cat-item-wrap {
  margin-bottom: 20px; }

/*.owl-stage-outer {
        padding: 20px;
    }*/
.paginate-block {
  position: relative;
  padding-bottom: 15px; }
  .paginate-block .divLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 5%; }
    .paginate-block .divLoader span {
      display: block;
      text-align: center; }
      .paginate-block .divLoader span {
        font-size: 20px; }
      @media (min-width: 400px) and (max-width: 1000px) {
        .paginate-block .divLoader span {
          font-size: calc( 20px + 22 * (100vw - 400px) / 600); } }
      @media (min-width: 1000px) {
        .paginate-block .divLoader span {
          font-size: 42px; } }

.user-welcome a {
  cursor: initial; }

.user-welcome a:hover {
  background-color: initial !important; }

.pagination .total-items {
  cursor: initial; }

.pagination .page-link.total-items:hover {
  background-color: initial;
  border-color: #dee2e6; }

.cat-product-image .product-image {
  height: 280px;
  margin: 1rem 0;
  background: #ffffff; }
  .cat-product-image .product-image img {
    /*width: 100%;
                    height: 100%;*/
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center; }

/*
    ///Product
*/
@media screen and (max-width: 667px) {
  .product .product-carousel > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.product-owl-wrap {
  width: calc(100% - 90px); }
  @media screen and (max-width: 667px) {
    .product-owl-wrap {
      width: 100%; } }
  .product-owl-wrap .product-owl {
    background: #ffffff; }
    .product-owl-wrap .product-owl .item {
      height: 400px; }
      .product-owl-wrap .product-owl .item img {
        height: 100%;
        max-width: 100%;
        width: unset !important;
        margin: auto; }

.product-owl-dot-wrap {
  width: 80px; }
  @media screen and (max-width: 667px) {
    .product-owl-dot-wrap {
      width: 100%; } }
  .product-owl-dot-wrap .owl-dot {
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    background: #ffffff; }
    @media screen and (max-width: 667px) {
      .product-owl-dot-wrap .owl-dot {
        float: left;
        width: calc(100% / 4); } }
    .product-owl-dot-wrap .owl-dot a {
      display: block;
      padding: .5rem; }
    .product-owl-dot-wrap .owl-dot img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center; }

.product .price-add-group, .product .addtocart-group {
  border-top: 2px solid #e4e4e4;
  padding-top: 1rem; }
  .product .price-add-group .number-spinner button, .product .addtocart-group .number-spinner button {
    border: 1px solid #000000;
    border-radius: 0px;
    color: #000000;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .product .price-add-group .number-spinner button:hover, .product .price-add-group .number-spinner button:active, .product .price-add-group .number-spinner button:focus, .product .addtocart-group .number-spinner button:hover, .product .addtocart-group .number-spinner button:active, .product .addtocart-group .number-spinner button:focus {
      background: #000000;
      color: #ffffff; }
  .product .price-add-group .number-spinner input, .product .addtocart-group .number-spinner input {
    margin: 0 -1px;
    background: #ffffff; }
  .product .price-add-group label, .product .addtocart-group label {
    font-size: 14px;
    font-weight: bold; }
  .product .price-add-group .price-item .prod-price, .product .addtocart-group .price-item .prod-price {
    font-weight: bold; }

.related-products .owl-stage-outer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 667px) {
    .related-products .owl-stage-outer {
      display: block; } }

.product-img-wrapper {
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75%; }
  .product-img-wrapper > img {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }

/*
    ///checkout
*/
.order-table-mini-summary {
  padding: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  @media screen and (min-width: 641px) and (max-width: 1199px) and (orientation: portrait) {
    .order-table-mini-summary {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media screen and (max-width: 667px) {
    .order-table-mini-summary {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

@media screen and (min-width: 1200px) and (orientation: landscape) {
  .order-table {
    display: block !important; } }

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .order-table {
    display: block !important; } }

@media screen and (min-width: 641px) and (max-width: 1199px) and (orientation: landscape) {
  .order-table {
    display: block !important; } }

.order-table.has-blocker::after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9; }

.order-table.has-blocker > .fa-spinner {
  font-size: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 10%;
  width: 50px;
  display: block !important;
  z-index: 2; }

.order-table .cartterms input {
  height: 15px;
  width: 15px; }

@media screen and (min-width: 641px) and (max-width: 1199px) and (orientation: portrait) {
  .checkout-form-table-wrap .order-table-wrap, .checkout-form-table-wrap .order-table-summary-wrap, .checkout-form-table-wrap .checkout-form-wrap, .checkout-form-table-wrap .checkout-table-wrap {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: unset; } }

.checkout-form-table-wrap.checkout-in-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap {
    display: block !important; }
    .checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap .checkout-form {
      padding: 15px;
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.125); }
      .checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap .checkout-form input, .checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap .checkout-form select, .checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap .checkout-form textarea {
        background: #fafafa; }
  .checkout-form-table-wrap.checkout-in-progress .order-table-wrap, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout {
    display: none; }
    .checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-info-extra, .checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-actions, .checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-price, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-info-extra, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-actions, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-price {
      display: none !important; }
    .checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-qty, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-qty {
      position: relative; }
      .checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-qty input, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-qty input {
        width: 50px !important;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.1); }
  .checkout-form-table-wrap.checkout-in-progress .order-table-summary-wrap {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; }
  .checkout-form-table-wrap.checkout-in-progress .order-table-payment {
    display: block !important; }

.checkout-form-table-wrap:not(.checkout-in-progress) .checkout-table-wrap {
  width: 100% !important;
  -webkit-box-flex: 100% !important;
  -ms-flex: 100% !important;
  flex: 100% !important;
  max-width: 100%; }

.checkout-form-table-wrap .payment-tabs-wrap .tab-pane {
  padding: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.order-table-wrap .order-line {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px;
  margin-bottom: 5px; }
  .order-table-wrap .order-line-info {
    width: calc(100% - 100px); }
    .order-table-wrap .order-line-info .row {
      margin: 0px; }
  .order-table-wrap .order-line-actions a {
    font-size: 14px;
    color: #999999;
    padding: 2px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .order-table-wrap .order-line-actions a:hover, .order-table-wrap .order-line-actions a:active, .order-table-wrap .order-line-actions a:focus {
      color: #000000;
      border-bottom: 1px solid black; }

.order-thanks-wrap .order-thanks-summary-item {
  width: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: 15px;
  max-width: unset; }

.btn-scrolltotop {
  height: 50px;
  width: 50px;
  bottom: 10px;
  right: 10px;
  position: fixed;
  background: #000000;
  overflow: hidden;
  z-index: 99999999;
  font-size: 35px !important;
  line-height: 42px !important;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .btn-scrolltotop .fa.fa-angle-up {
    margin: auto; }

#tradeOrderUtil input[type=text], #tradeOrderUtil input[type=search] {
  height: auto !important; }

/***************************************
    Trade landing
***************************************/
.add-to-cart-btn-wrap {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: 9; }
  .add-to-cart-btn-wrap .col-xs-12 > div {
    padding: 25px 15px;
    overflow: hidden;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px 0 #8d8d8d;
    box-shadow: 0 0 2px 0 #8d8d8d; }

.trade-cat-products {
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  padding: 15px; }
  .trade-cat-products .addtocart-group {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .trade-cat-products .addtocart-group:last-child {
      border: none !important;
      margin-bottom: 0px; }
  .trade-cat-products h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #666666; }
    .trade-cat-products h3 a {
      font-size: 16px;
      color: #666666; }

.trade-landing .nav {
  display: block; }

.trade-landing-add-to-cart-btn-wrap {
  padding: 20px;
  float: right; }

.typeahead-list {
  position: absolute;
  top: 60px;
  border: 1px solid #ccc;
  z-index: 999;
  background-color: white; }

.typeahead-list-items {
  overflow-y: auto;
  overflow-x: hidden; }
  .typeahead-list-items input {
    padding: 0px !important; }

.typeahead-list-items::-webkit-scrollbar {
  width: 12px; }

.typeahead-list-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

.typeahead-list-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.typeahead-list .typeahead-item {
  padding: 10px 5px;
  border: 0.5px solid #eee;
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin: 0px !important; }

.typeahead-list .typeahead-item img {
  max-height: 80px;
  mix-blend-mode: multiply; }

.typeahead-list .typeahead-item .title {
  color: #4bade9;
  font-size: 18px; }

.typeahead-list .typeahead-item .pcode {
  color: #888;
  font-size: 10px; }

.typeahead-list .typeahead-item:hover {
  background-color: aliceblue; }

.btn-typeahead-cancel {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: black;
  cursor: pointer; }

.btn-typeahead-cancel:hover {
  color: #4bade9; }

.typeahead__header {
  font-weight: bold;
  padding: 17px 10px;
  border-bottom: 0.5px solid #eee; }

.typeahead__footer {
  padding: 17px 10px;
  border-top: 0.5px solid #eee; }

.padding-left-right-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.jconfirm-box #frmAddress button[type=submit] {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: hidden; }

#frmAddress .row {
  margin-top: 15px; }

.mfa-icons {
  width: 100%;
  text-align: center; }
  .mfa-icons .mfa-icon-holder {
    display: inline-block;
    position: relative; }
    .mfa-icons .mfa-icon-holder .btn-mfa {
      cursor: pointer;
      width: 50px;
      height: 50px;
      margin: 15px; }
    .mfa-icons .mfa-icon-holder .mfa-tooltip {
      opacity: 0;
      width: 200px;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: -1;
      bottom: 95%;
      left: 50%;
      margin-left: -100px; }
    .mfa-icons .mfa-icon-holder .mfa-tooltip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: black transparent transparent transparent; }
  .mfa-icons .mfa-icon-holder:hover .mfa-tooltip {
    opacity: 100;
    z-index: 1; }

.dropdown-item {
  cursor: pointer; }

input.switch-checkbox {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  -webkit-box-shadow: inset -20px 0 0 0 #fff;
  box-shadow: inset -20px 0 0 0 #fff;
  margin-bottom: 2px; }

input.switch-checkbox:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }

input.switch-checkbox:checked {
  -webkit-box-shadow: inset 20px 0 0 0 #4ed164;
  box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164; }

input.switch-checkbox:checked:after {
  -webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05); }

.switch-group * {
  font-size: 20px;
  vertical-align: middle; }

.google-authenticator-qr {
  max-width: 100%; }
  .google-authenticator-qr img {
    max-width: 100%; }

.google-authenticator-qr .manualcode-holder {
  text-align: center; }

.google-authenticator-qr .btncopy {
  cursor: pointer; }

.google-authenticator-qr .btncopy:hover {
  color: antiquewhite; }

.google-auth-setup {
  text-align: center; }
  .google-auth-setup h5 {
    margin-top: 40px;
    margin-bottom: 20px; }

.mfa-page {
  margin-bottom: 100px; }
  .mfa-page .setting-tabs {
    margin-top: 50px; }
    .mfa-page .setting-tabs .tab-content {
      padding: 4%;
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
    .mfa-page .setting-tabs .nav-link.active {
      background-color: #50f050;
      color: #000; }
    .mfa-page .setting-tabs .nav-link {
      color: #666; }

@media screen and (max-width: 576px) {
  .mfa-page .nav-item {
    width: 100%;
    text-align: center; } }

.loader {
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 10px auto !important;
  display: block; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.product-filters.standard {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px; }
  .product-filters.standard h3 {
    font-weight: 700; }
  .product-filters.standard .btn {
    border-radius: 0 !important; }
  .product-filters.standard .product-filters-wrapper .btn-group {
    margin-right: 10px; }
  .product-filters.standard .row {
    margin: 0; }
    .product-filters.standard .row .btn-wrapper-outter {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .product-filters.standard-wrapper {
    padding: 15px; }
  .product-filters.standard .filter-group-item a.dropdown-toggle-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .product-filters.standard .filter-group-item a.dropdown-toggle-type:after {
      display: none !important; }
  .product-filters.standard .filter-group-item .filter-group-items li {
    display: block;
    width: 100%; }
    .product-filters.standard .filter-group-item .filter-group-items li .checkbox label {
      display: block;
      cursor: pointer; }
  .product-filters.standard .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-clip: padding-box; }
    .product-filters.standard .dropdown-menu.show {
      display: block; }
  @media screen and (max-width: 667px) {
    .product-filters.standard {
      padding: 2px 15px;
      margin-bottom: 5px; }
      .product-filters.standard .btn-link {
        padding: 2px; }
      .product-filters.standard-wrapper {
        display: none; }
      .product-filters.standard .btn-toolbar {
        margin-top: 15px; } }
  .product-filters.standard h3 {
    margin: 5px 0px; }
    @media screen and (max-width: 667px) {
      .product-filters.standard h3 {
        font-size: 16px; } }
  .product-filters.standard-wrapper {
    padding-top: 15px; }
  .product-filters.standard .filter-group {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0; }
    .product-filters.standard .filter-group .clear-filter {
      border-radius: 0 !important; }
    .product-filters.standard .filter-group-item {
      width: calc(100% - 35px);
      border: 1px solid #ddd;
      padding: 10px 15px 15px 15px;
      position: relative;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: middle;
      float: left; }
      .product-filters.standard .filter-group-item a {
        font-size: 14px;
        color: #666666;
        display: block;
        overflow: hidden;
        text-decoration: none;
        width: 100%; }
        .product-filters.standard .filter-group-item a i {
          padding-top: 5px;
          float: right; }
      .product-filters.standard .filter-group-item .dropdown-menu {
        left: 0;
        width: 100%;
        margin-top: 0;
        border-radius: 0; }
      .product-filters.standard .filter-group-item ~ .clear-filter {
        width: 35px;
        float: left;
        border: 1px solid #ddd;
        height: 50px;
        padding: 0px;
        text-align: center;
        position: relative;
        left: -1px;
        color: #ddd; }
        .product-filters.standard .filter-group-item ~ .clear-filter:not(.disabled) {
          color: #777; }
    .product-filters.standard .filter-group .filter-count {
      margin: 0 5px; }
    .product-filters.standard .filter-group-items {
      width: 100%; }
      .product-filters.standard .filter-group-items ul {
        padding: 0 15px;
        max-height: 250px;
        overflow: auto; }
        .product-filters.standard .filter-group-items ul span {
          font-size: 14px; }

.rep-customer-list {
  margin-top: 15px; }

.rep-customer-list li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px !important; }

.rep-customer-list-container {
  max-height: 280px;
  overflow: auto; }

@media (max-width: 768px) {
  .typeahead-list {
    min-width: 120%; }
  .pagination .total-items {
    display: none; } }

@media screen and (max-width: 1499px) {
  .side-cat-menu {
    padding-left: 2px !important;
    padding-right: 2px !important; }
    .side-cat-menu .d-lg-block {
      margin-left: -2px;
      margin-right: -2px; } }

@media screen and (max-width: 576px) {
  .search {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height linear 0.3s;
    -o-transition: max-height linear 0.3s;
    transition: max-height linear 0.3s; }
  .main-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical; }
    .main-header .head-inner-wrap {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2; } }

.gdpr-banner {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  border-bottom: 0.5px solid #ccc;
  -moz-transition: max-height linear 0.3s;
  -o-transition: max-height linear 0.3s;
  -webkit-transition: max-height linear 0.3s;
  transition: max-height linear 0.3s;
  overflow: hidden; }
  .gdpr-banner .gdpr-policy-header {
    font-size: 40px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px; }
  .gdpr-banner .gdpr-policy-text {
    font-size: 20px; }
  .gdpr-banner .gdpr-policy-link {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px; }
  .gdpr-banner .gdpr-btn {
    font-size: 25px; }

.gift-card-title {
  line-height: 38px; }

.gift-card-balance-text {
  font-weight: bold;
  font-size: 20px; }

.ecard-balance-button {
  width: 100%; }
