/* <editor-fold> General */
html {
  overflow: auto;
}

.shop-wrapper {
  background-color: #f3f3f3;
  margin-top: 90px;
  min-height: calc(100vh - 90px);
  position: relative;
  /*position: static;*/
}

@media (max-width: 768px) {
  .shop-wrapper {
    margin-top: 3.25rem;
    min-height: calc(100vh - 3.25rem);
  }

  .section {
    padding: 1rem 1.5rem;
  }
}

.shop-wrapper.login-page {
  margin-top: 0;
  min-height: 100vh;
}

body .pageloader {
  z-index: 16;
}

body .infraloader.is-active {
  z-index: 15;
}

body.no-left-sidebar .infraloader,
body.no-left-sidebar .pageloader,
body.no-left-sidebar .shop-wrapper {
  width: 100%;
  left: 0;
  margin-left: 0;
  background-color: #f0f0f0;
}

.alert-container {
  margin-bottom: 20px;
}

.is-mandatory {
  color: red;
}

.chosen-container-single .chosen-single span {
  color: #363636;
  font-size: 16px;
}

.loader-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}

.loader-wrapper .loader {
  margin: 0 auto;
  border-width: 4px;
  width: 8em;
  height: 8em;
}

#new-order-errors {
  color: #ff3b3c;
  background-color: #fff;
  text-align: right;
}

.product-info-panel .inner-panel .panel-body .product-controls .product-price .value span:first-child:before,
.product-info-panel .inner-panel .panel-body .product-controls .product-price .value span:nth-child(2):before {
  content: none;
}

h3.product-name[data-tooltip]:not(.is-disabled):before,
h3.product-name[data-tooltip]:not(.is-loading):before,
h3.product-name[data-tooltip]:not([disabled]):before,
#product-details-name [data-tooltip]:not(.is-disabled).has-tooltip-left:before,
#product-details-name [data-tooltip]:not(.is-loading).has-tooltip-left:before,
#product-details-name [data-tooltip]:not([disabled]).has-tooltip-left:before {
  width: 240px;
  text-transform: none;
}

span.product-name[data-tooltip]:not(.is-disabled):before,
span.product-name[data-tooltip]:not(.is-loading):before,
span.product-name[data-tooltip]:not([disabled]):before {
  width: 140px;
  text-transform: none;
}

.tab-content > div {
  display: none;
  margin-top: 2rem;
}

.tab-content > div.is-active {
  display: block;
}

.tab-content > div .listing-controls {
  border: 0;
}

.blockUI .loader.is-loading {
  height: 8em;
  width: 8em;
  margin: 0 auto;
}
/* </editor-fold> */

/* <editor-fold> Main sidebar */
.main-sidebar,
.main-sidebar .sidebar-brand {
  background-color: #fcfcfc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none;
}

.main-sidebar .sidebar-inner .icon-menu li a.disabled {
  cursor: not-allowed;
}

.main-sidebar .sidebar-inner .icon-menu li a.disabled svg {
  stroke: #d9dbdc!important;
}

.main-sidebar .sidebar-inner .icon-menu li a.disabled:hover svg,
.main-sidebar .sidebar-inner .icon-menu li a.disabled.is-active svg,
.main-sidebar .sidebar-inner .bottom-menu li a.disabled:hover svg,
.main-sidebar .sidebar-inner .bottom-menu li a.disabled.is-active svg {
  stroke: #d9dbdc!important;
}

@media (max-width: 768px) {
  .main-sidebar .sidebar-brand img {
    width: 100%;
    padding: 0 10px;
  }
}
/* </editor-fold> */

/* <editor-fold> Top bar */
.top-bar {
  background-color: #fcfcfc;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 30;
  margin: 0!important;
}

.top-bar a.nav-item {
  font-family: "Raleway",sans-serif;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 14px;
}

.column.is-narrow {
  --columnGap: .9rem;
}

.top-bar a.nav-item:hover {
  color: #0023ff;
}

#new-order-modal-trigger.menu-fab {
  width: 200px;
  height: 50px;
  border-radius: 25px;
}

#new-order-modal-trigger.menu-fab .menu-toggle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  float: left;
}

#new-order-modal-trigger.menu-fab .menu-toggle .icon-line-vertical {
  position: absolute;
  width: 2px;
  height: 30px;
  background: #0023ff;
  margin: -15px 0 0 -1px;
  left: 50%;
  top: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

#new-order-modal-trigger.menu-fab .menu-toggle .icon-line-horizontal {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #0023ff;
  margin: 0 0 0 -15px;
  left: 50%;
  top: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

#new-order-modal-trigger.menu-fab .new-order-text {
  font-size: 15px;
  color: #0023ff;
  line-height: 30px;
}

.action-bar {
  height: 90px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
/* </editor-fold> */

/* <editor-fold> Mobile sidebar */
.mobile-navbar {
  background-color: #fcfcfc;
}

.mobile-navbar .navbar-brand .navbar-item img {
  width: 65px;
}
/* </editor-fold> */

/* <editor-fold> Modals */
.modal .modal-content .modal-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto
}

.modal .modal-content .modal-delete svg {
  width: 20px;
  height: 20px;
  stroke: #999;
  cursor: pointer
}

.modal .modal-content .modal-delete svg:hover {
  stroke: #0023ff
}

.modal .modal-content fieldset,
.modal .modal-content label {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100
}

.modal.modal-watch-video .modal-content {
  max-width: 1400px!important;
  width: 1400px!important;
}

.modal .modal-content .box {
  padding: 0;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.modal.is-active .modal-content .box {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.modal .modal-content .box p {
  font-size: 85%;
  color: #999
}

.modal .modal-content .box .box-header {
  width: 100%;
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}

.modal .modal-content .box .box-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.modal .modal-content .box .box-header span {
  display: block;
  padding-left: 10px;
  color: #4a4a4a;
  text-transform: uppercase;
}

.modal .modal-content .box .box-header .delete {
  margin-left: auto
}

.modal .modal-content .box .box-body {
  padding: 20px;
  font-size: 14px;
}

#new-order-modal .modal-content {
  width: 900px;
}

#new-order-modal .modal-content .box .box-body {
  background: #f9f9f9;
  padding: 0;
}

#new-order-modal .modal-content .box .box-body .type-wrapper {
  padding: .75rem;
}
#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card {
  position: relative;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #cecece;
  padding: 20px;
  margin: 10px;
  overflow: visible;
  cursor: pointer;
  transition: all .3s;
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card.is-active,
#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card:hover {
  border-color: #0023ff;
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card .active-indicator {
  visibility: hidden;
  position: absolute;
  top: -16px;
  right: -16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #99a7ff;
  border-radius: 50%;
  background: #0023ff;
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card.is-active .active-indicator {
  visibility: visible;
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card svg {
  height: 48px;
  fill: #cecece;
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card.is-active svg {
  fill: #0023ff;
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card .active-indicator svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  stroke-width: 3px;
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card .order-type-title {
  font-size: 12px;
  font-weight: 500;
  color: #777777;
  transition: all .3s;
}


#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card:hover .order-type-title,
#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card.is-active .order-type-title {
  color: #0023ff;
}

#new-order-modal .modal-content .box .box-body .type-wrapper #manual-order,
#new-order-modal .modal-content .box .box-body .type-wrapper #excel-order,
#new-order-modal .modal-content .box .box-body .type-wrapper #txt-order {
  width: 40px;
  height: 40px;
  margin-left: calc(50% - 20px);
  transition: background .3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#new-order-modal .modal-content .box .box-body .type-wrapper #excel-order-structure,
#new-order-modal .modal-content .box .box-body .type-wrapper #txt-order-structure {
  display: none;
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card #manual-order {
  background-image: url(../img/assets/icons/orders.png);
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card #excel-order {
  background-image: url(../img/assets/icons/excel.png);
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card #txt-order {
  background-image: url(../img/assets/icons/scan_barcode.png);
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card:hover #manual-order,
#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card.is-active #manual-order {
  background-image: url(../img/assets/icons/orders_hover.png);
}

#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card:hover #excel-order,
#new-order-modal .modal-content .box .box-body .type-wrapper .mini-card.is-active #excel-order {
  background-image: url(../img/assets/icons/excel_hover.png);
}

#new-order-modal .modal-content .box .box-body .info-wrapper {
  background-color: white;
  min-height: 500px;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns {
  margin: 0;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns .new-order-label {
  padding-bottom: 0;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns .new-order-value {
  padding-top: 0;
  font-weight: bold!important;
  font-size: 14px!important;
  color: #4a4a4a!important;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns .new-order-value input {
  font-weight: bold!important;
  font-size: 14px!important;
  color: #4a4a4a!important;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns .new-order-value input::placeholder {
  font-weight: lighter;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns .new-order-value span {
  font-size: 10px!important;
  font-weight: lighter;
  font-style: italic;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns .new-order-value.control {
  font-weight: unset!important;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns .new-order-value.control span {
  font-size: 12px!important;
  font-style: unset;
}

#new-order-modal .modal-content .box .box-body .info-wrapper .columns .new-order-value.control .chosen-container .chosen-results li {
  font-size: 12px;
}

#new-order-modal .modal-content .box .box-body .info-wrapper #new-order-form {
  width: 100%;
}

#new-order-modal .modal-content .box .box-body .info-wrapper #new-order-confirm input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: inherit;
  border: none;
  cursor: pointer;
}

#new-order-modal .confirm-button-cointainer {
  position: absolute;
  width: 50%;
  bottom: 0;
}

.change-catalog-container .method-card {
  position: relative;
  width: 100%;
}

.change-catalog-container .method-card input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.change-catalog-container .method-card .method-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #cecece;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.change-catalog-container .method-card .method-card-inner .meta h3 {
  font-weight: 600;
  font-size: 1rem;
  color: #4a4a4a;
}

.change-catalog-container .method-card > input:checked ~ .method-card-inner {
  border-color: #0023ff;
  -webkit-box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
  box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
}

#change-customer-modal .modal-content .modal-card {
  max-height: calc(100vh - 150px);
}
/* </editor-fold> */

/* <editor-fold> Home Slider */
.current-catalog-info-container {
  color: white;
  margin-left: 0;
  margin-right: 0;
}

.current-catalog-info {
  background-color: #344258;
  margin: 20px 0;
  padding: 20px;
}

.current-catalog-info span {
  font-weight: bold;
}

#quickview-cart-count a,
.current-catalog-info a {
  font-weight: bold;
  color: #BDE0FF;
}

#quickview-cart-count a:hover,
.current-catalog-info a:hover {
  color: #7cb5e6;
}

.one-slide-home {
  margin: 0!important;
  height: calc(100vh - 90px);
  overflow: hidden;
  position: relative;
}

.one-slide-home img {
  margin: 0 auto;
}

.one-slide-home .one-slide-overlay {
  background-color: rgba(54, 64, 84, 0.8); /* background-color: #364054; */
  position: absolute;
  width: 100%!important;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100%;
  color: #fff;
  height: 100%;
  transition: 0.5s ease;
}

.one-slide-home:hover .one-slide-overlay {
  bottom: 0%;
}

.one-slide-home .one-slide-overlay .one-slide-overlay-title {
  color: white;
  font-size: 1.5rem;
  border-bottom: 1px solid white;
  width: 50%;
  margin-left: 30px;
  margin-top: 30px;
}

.one-slide-home .one-slide-overlay .one-slide-overlay-footer {
  position: absolute;
  width: 100%;
  bottom: 30px;
  padding: 0 30px;
}

.one-slide-home .one-slide-overlay .one-slide-overlay-footer a.action {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-slide-home .one-slide-overlay .one-slide-overlay-footer a.action:hover {
  opacity: .7;
}

.one-slide-home .one-slide-overlay .one-slide-overlay-footer a.action span {
  font-family: "Raleway",sans-serif;
  font-size: .75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.one-slide-home .one-slide-overlay .one-slide-overlay-footer a.action svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.one-slide-home .one-slide-overlay .one-slide-overlay-footer a.action:hover svg {
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .one-slide-home {
    height: auto;
  }
}
/* </editor-fold> */

/* <editor-fold> Home blocks */
.block-container a {
  width: 100%;
}

.block-container div {
  text-align: center;
}

.block-container div {
  text-align: center;
}

.block-container a .block-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500
}

.block-container a .block-title:hover {
  opacity: .8;
  color: #0023ff
}
/* </editor-fold> */

/* <editor-fold> Shop quickview */
.shop-quickview {
  top: 90px;
  height: calc(100% - 90px);
}

@media (max-width: 768px) {
  .shop-quickview {
    top: 0;
    height: 100%;
  }
}
/* </editor-fold> */

/* <editor-fold> Cart quickview */
.cart-quickview {
  padding-top: 90px;
}

.cart-quickview .inner .cart-action .cart-total:before {
  content: none;
}
.cart-quickview .inner .cart-body .shopping-cart-items li {
  height: 140px;
}

.cart-quickview .inner .cart-body .shopping-cart-items .item-meta {
  width: 80%;
  margin-left: 50px;
  color: #4a4a4a;
}

.cart-quickview .inner .cart-body .shopping-cart-items .item-name {
  overflow: unset;
  white-space: unset;
  max-width: unset;
}

.cart-quickview .inner .cart-body .shopping-cart-items .item-price,
.cart-quickview .inner .cart-body .shopping-cart-items .item-penalty-price {
  display: block;
}
.cart-quickview .inner .cart-body .shopping-cart-items .item-penalty-price {
  font-size: .8rem;
  color: #999
}

.cart-quickview .inner .cart-body .shopping-cart-items .item-penalty-price var {
  color: #0023ff;
  margin-right: 4px;
  font-size: .8rem;
  font-weight: 500
}

.cart-quickview .inner .cart-body .shopping-cart-items .item-price var:before,
.cart-quickview .inner .cart-body .shopping-cart-items .item-penalty-price var:before {
  content: none
}

.cart-quickview .inner .cart-body .shopping-cart-items .item-penalty-price span {
  font-size: .9rem;
  color: #4a4a4a
}

.cart-quickview .inner .cart-body .shopping-cart-items .remove-item {
  height: 138px;
}
/*
  .shop-wrapper #cart-page .columns .column.main-column {
    margin-left: 10px;
  }
*/
@media only screen and (max-width: 1440px) {
  .shop-wrapper #cart-page .columns .column.main-column {
    margin-left: 10px;
  }
}
/* </editor-fold> */

/* <editor-fold> User area quickview */
.user-area-quickview {
  position: fixed;
  top: 0;
  left: 80px;
  height: 100%;
  width: 280px;
  background-color: #344258;
  background-size: cover;
  background-position: bottom;
  -webkit-box-shadow: -2px 0px -2px 0px rgba(0,0,0,.06);
  box-shadow: -2px 0px -2px 0px rgba(0,0,0,.06);
  z-index: 3;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  padding-top: 90px;
}

@media (max-width: 768px) {
  .user-area-quickview {
    left: 0;
  }
}

.user-area-quickview.is-pushed-mobile {
  -webkit-transform: translateX(calc(-100% - 80px));
  transform: translateX(calc(-100% - 80px));
  left: 0!important
}

.user-area-quickview.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.user-area-quickview .inner {
  position: relative;
  height: 100%;
  background-color: rgba(43,56,76,.95);
}

.user-area-quickview .inner .quickview-header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #3d4e68
}

.user-area-quickview .inner .quickview-header span{
  cursor: pointer
}

.user-area-quickview .inner .quickview-header h2 {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: .95rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-left: 20px
}

.user-area-quickview .inner .quickview-header svg {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  stroke: #fff
}

.user-area-quickview .inner .user-area-menu li,
.user-area-quickview .inner .user-profile li {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #3d4e68
}

.user-area-quickview .inner .user-area-menu li {
  cursor: pointer
}

.user-area-quickview .inner .user-area-menu li:hover a {
  opacity: .8
}

.user-area-quickview .inner .user-area-menu li:hover a svg {
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
  transform: translate3d(0, 0, 0) rotate(0);
  opacity: 1
}

.user-area-quickview .inner .user-area-menu a {
  width: 100%;
  padding: 0 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 500!important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .75rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.user-area-quickview .inner .user-area-menu a svg {
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(100px, 0, 0) rotate(360deg);
  transform: translate3d(100px, 0, 0) rotate(360deg)
}

.user-area-quickview .inner .user-profile {
  position: absolute;
  bottom: 0;
  padding: 0
}

.user-area-quickview .inner .user-profile li {
  border-bottom: none!important
}

.user-area-quickview .inner .user-profile li img {
  max-height: 40px;
  max-width: 40px;
  border-radius: 50%;
  margin-left: 20px
}

.user-area-quickview .inner .user-profile li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.user-area-quickview .inner .user-profile li a .user {
  padding-left: 10px;
  color: #fff
}

.user-area-quickview .inner .user-profile li a .user span {
  display: block;
  font-family: "Raleway", sans-serif
}

.user-area-quickview .inner .user-profile li a .user span:first-child {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .7rem;
  letter-spacing: 3px
}

.user-area-quickview .inner .user-profile li a .user span:nth-child(2) {
  font-size: .8rem
}

.user-area-quickview .inner .user-profile li a .user span:nth-child(2) small {
  font-size: .6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px
}

.user-area-quickview .inner .user-profile li a:hover span{
  opacity: .8
}
/* </editor-fold> */

/* <editor-fold> Category quickview */
.category-quickview .inner {
  padding-top: 90px;
}
/* </editor-fold> */

/* <editor-fold> Login */
.auth-logo {
  width: 100%;
  text-align: center;
}

.auth-logo img {
  max-height: 100px;
  margin: 0 auto;
}

.main-auth-wrapper .registration-form-wrapper .registration-form {
  max-width: 700px;
}

.main-auth-wrapper .registration-form-wrapper .registration-form .field {
  margin-bottom: 0;
}

.main-auth-wrapper .login-form-wrapper .login-form select.chosen-with-icon + .chosen-container.chosen-container-single .chosen-single {
  padding-left: 35px;
}

/*
.main-auth-wrapper .login-form-wrapper .login-form select.chosen-with-icon + .chosen-container.chosen-container-single .chosen-single:before {
  content: "\f1ab";
  display: block;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  text-align: center;
  width: 30px;
  margin-left: 6px;
}

.main-auth-wrapper .login-form-wrapper .login-form select.chosen-with-icon + .chosen-container.chosen-container-single .chosen-single span {
  margin-left: 9px;
}

.main-auth-wrapper .login-form-wrapper .login-form select.chosen-with-icon + .chosen-container.chosen-container-single.chosen-with-drop .chosen-single:before {
  color: #0023ff;
}
*/

.main-auth-wrapper .login-form-wrapper .login-form select.chosen-with-icon + .chosen-container.chosen-container-single.chosen-with-drop .chosen-single {
  border-color: #8a8a8a;
}

.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-drop li.flag-it:before,
.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-single.flag-it:before {
  content: url('../img/assets/language/it.png');
}

.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-drop li.flag-en:before,
.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-single.flag-en:before {
  content: url('../img/assets/language/en.png');
}

.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-drop li.flag-de:before,
.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-single.flag-de:before {
  content: url('../img/assets/language/de.png');
}

.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-drop li.flag-es:before,
.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-single.flag-es:before {
  content: url('../img/assets/language/es.png');
}

.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-drop li.flag-fr:before,
.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-single.flag-fr:before {
  content: url('../img/assets/language/fr.png');
}

.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-drop li:before {
  margin-right: 10px;
}

.main-auth-wrapper .login-form-wrapper #login_language_chosen .chosen-single.flag:before {
  margin-right: 10px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 30px;
  margin-left: 6px;
}

.main-auth-wrapper .login-form-wrapper .login-form select.chosen-with-icon + .chosen-container.chosen-container-single .chosen-single span {
  margin-left: 9px;
}
/* </editor-fold> */

/* <editor-fold> LightSlider */
ul#lightSlider {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;
}

ul#lightSlider li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor:pointer;
}

ul#lightSlider li img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideWrapper {
  height: 100%!important;
}

.lSSlideOuter .lSPager.lSpg {
  margin-top: -30px!important;
}

.lSSlideOuter .lSPager.lSpg > li a {
  z-index: 0;
}
/* </editor-fold> */

/* <editor-fold> Catalog */
#shop-grid #catalog-container .heading-listing-controls {
  justify-content: flex-start;
  border-top: none;
  width: 100%;
}

#shop-grid #catalog-container .listing-controls {
  justify-content: flex-start;
  border-top: none;
  width: 100%;
}

#shop-grid .category-wrapper .is-product-grid,
#shop-grid .category-wrapper .is-product-list {
  border-top: 1px solid #d6d6d6;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#shop-grid .category-wrapper span[data-tooltip] {
  border-bottom: none;
}

#shop-grid .category-wrapper .flat-card.is-list-item {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

#shop-grid .category-wrapper .flat-card.is-list-item .product-info {
  flex: auto;
}

#shop-grid .category-wrapper .flat-card.is-list-item .details-spinner {
  margin-right: 50px;
}

/*
.sort-box .chosen-container-single .chosen-single {
  background: #ededed;
}

.sort-box .chosen-container-single .chosen-single:hover {
  background: #f7f7f7;
}
*/
.sort-box {
  max-width: initial;
}

.flat-card {
  max-height: 450px;
  min-height: 450px;
}

.flat-card.is-list-item {
  padding: 5px 40px;
}

.flat-card.is-list-item span.image {
  width: 120px;
  height: 120px;
}

.flat-card .product-info .product-description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.flat-card .product-info .product-name {
  color: #4a4a4a;
}

.product-info-panel .inner-panel .panel-header {
  padding: 20px 0;
}

.flat-card .product-info .product-name .availability-flag {
  /*font-size: 8px*/;
  font-size: 12px;
  padding-left: 5px;
}

.product-info-panel .inner-panel .panel-body .product-name {
  font-size: 1.7rem;
}

.product-info-panel .inner-panel .panel-body .product-name span {
  font-size: 60%;
}

.product-info-panel .inner-panel .panel-footer .footer-inner .featured-product .image img {
  max-width: 80px;
}

#product-page #product-details-name .availability-flag {
  font-size: 20px;
  padding-left: 5px;
}

.flat-card .product-info .product-name .availability-flag.green,
#product-page .meta-block .availability-flag.green,
#product-page #product-details-name .availability-flag.green {
  color: #00b050;
}

.flat-card .product-info .product-name .availability-flag.yellow,
#product-page .meta-block .availability-flag.yellow,
#product-page #product-details-name .availability-flag.yellow {
  color: #ffff00;
}

.flat-card .product-info .product-name .availability-flag.orange,
#product-page .meta-block .availability-flag.orange,
#product-page #product-details-name .availability-flag.orange {
  color: #ffc000;
}

.flat-card .product-info .product-name .availability-flag.red,
#product-page .meta-block .availability-flag.red,
#product-page #product-details-name .availability-flag.red {
  color: #ff0000;
}

.flat-card:hover .product-info .product-name {
  opacity: .8;
  color: #0023ff;
}

.flat-card .image {
  margin: 5px 0;
}

.flat-card .image img {
  margin: 0 auto;
  max-width: 350px;
}

.flat-card .product-info .product-price span:first-child:before,
.flat-card .product-info .product-price .sale-price:before {
  content: none;
}

.flat-card .promo-badge {
  width: 90px;
  height: 90px;
  position: absolute;
  border: #0023ff 45px solid;
  left: -45px;
  top: -45px;
  transform: rotate(45deg);
}

.flat-card .promo-popup {
  position: absolute;
  /*top: 15px;
  right: 15px;*/
  top: -10px;
  left: 20px;
  transform: rotate(-45deg);
}

.flat-card .promo-popup span {
  display: inline-block;
}

.flat-card .promo-popup span svg {
  height: 18px;
  width: 18px;
  stroke: white;
}

.flat-card .promo-popup span:hover {
  cursor: pointer
}

/*
.flat-card .promo-popup span.promo svg.is-active {
  stroke: #0023ff
}

.flat-card .promo-popup span.promo:hover svg {
  stroke: #0023ff
}
*/

.flat-card .promo-popup span.promo.popover.is-popover-left .popover-content,
.flat-card .promo-popup span.promo.popover.is-popover-right .popover-content,
.flat-card .promo-popup span.promo.popover.is-popover-bottom .popover-content {
  background: rgba(74,74,74,.7);
  border-radius: 2px;
  padding: .5rem 1rem;
  text-overflow: ellipsis;
  white-space: pre-line;
  transform: translate(-0.7rem,70%)!important;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: .75rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  box-shadow: none;
}

.flat-card .promo-popup span.promo.popover.is-popover-left .popover-content::before,
.flat-card .promo-popup span.promo.popover.is-popover-right .popover-content::before {
  top: 25%!important;
  border-bottom-color: rgba(74,74,74,.7);
  border-left-color: rgba(74,74,74,.7);
  box-shadow: none;
  margin-left: -0.375rem;
  border-width: 6px;
}

.flat-card .promo-popup span.promo.popover.is-popover-bottom .popover-content::before {
  border-bottom-color: rgba(74,74,74,.7);
  border-left-color: rgba(74,74,74,.7);
  box-shadow: none;
  margin-left: -0.375rem;
  border-width: 6px;
}

.flat-card .promo-popup span.popover.is-popover-bottom .popover-content {
  top: 0%!important;
  bottom: auto!important;
}

.flat-card .promo-popup span.popover.is-popover-bottom .popover-content::before {
  left: 5%!important;
}

#shop-grid .category-wrapper .is-product-list .flat-card .product-quantity .details-spinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 36px;
  min-width: 90px;
  border: 1px solid #ededed;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
  box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
}

#shop-grid .category-wrapper .is-product-list .flat-card .product-quantity .details-spinner .spinner-button {
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

#shop-grid .category-wrapper .is-product-list .flat-card .product-quantity .details-spinner .spinner-button svg {
  height: 14px;
  width: 14px;
  stroke: #999;
  -webkit-transition: stroke .3s;
  transition: stroke .3s;
}

#shop-grid .category-wrapper .is-product-list .flat-card .product-quantity .details-spinner .spinner-button:hover svg {
  stroke: #0023ff;
}

#shop-grid .category-wrapper .is-product-list .flat-card .product-quantity .details-spinner .spinner-value {
  display: block;
  line-height: 2.2;
}

#shop-grid .category-wrapper .is-product-list .flat-card .add-to-cart button {
  line-height: .4;
  font-size: .75rem;
  font-weight: 600;
  margin-left: 20px;
}

#shop-grid .columns .column.main-column {
  max-width: unset;
}

@media screen and (min-width: 1408px) {
  #shop-grid .container {
    max-width: 1544px;
  }
}
/* </editor-fold> */

/* <editor-fold> Search */
#search-items {
  border-bottom-color: #a9abac;
}

#search-items::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #a9abac;
 opacity: 1; /* Firefox */
}

#search-items:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #a9abac;
}

#search-items::-ms-input-placeholder { /* Microsoft Edge */
 color: #a9abac;
}

.search-template-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.search-input-wrapper .easy-autocomplete-container ul li.selected .search-template-item .autocpl-product {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.search-input-wrapper .control input {
  font-size: 3rem;
}

.search-template-item .autocpl-product {
  display: block;
  width: 65px !important;
  height: 65px !important;
  border-radius: 8px !important;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-template-item .icon-wrapper {
  color: #a9abac;
}

.search-template-item:hover .icon-wrapper {
  color: #0023ff;
}

.search-template-item .entry-text {
  margin-left: 15px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-template-item .entry-text small {
  display: block;
  color: #a9abac;
  text-transform: lowercase;
  font-size: .95rem;
}

.search-template-item .entry-text span {
  display: block;
  font-size: .8rem;
  color: #a9abac;
}

.search-template-item .entry-text span:first-child {
  font-size: 1rem;
  font-family: "Raleway",sans-serif;
  font-weight: 500;
  color: #4a4a4a;
}

.search-template-item .entry-text span:nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.search-input-wrapper .easy-autocomplete-container ul li.selected .search-template-item .entry-text span:nth-child(2) {
  color: #0023ff;
}

.full-search .search-template-item:hover .entry-text span {
  color: #0023ff;
}
/* </editor-fold> */

/* <editor-fold> Item detail */
.product-panel,
.product-info-panel {
  min-height: calc(100vh - 90px);
  height: calc(100% - 90px);
  overflow: scroll;
  overflow-x: hidden;
}

.product-panel {
  overflow: hidden !important;
}

.product-panel .panel-header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 20px;
}

.product-panel .panel-header .promo-badge {
  width: 0px;
  height: 0px;
  border-style: inset;
  border-width: 0 65px 65px 65px;
  border-color: transparent transparent #0023ff transparent;
  float: left;
  transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -o-transform: rotate(315deg);
}

.product-panel .panel-header .promo-badge .promo {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 25px;
  left: -17px;
  color: white;
}

.product-panel .panel-header .promo-badge .promo.popover.is-popover-bottom .popover-content {
  transform: translate(-25%,.7rem)!important;
  line-height: 18px;
}

.product-panel .panel-header .promo-badge .promo.popover.is-popover-bottom .popover-content:before {
  left: 16%!important;
}

.product-info-panel .inner-panel{
  display: grid;
}

.product-info-panel .inner-panel .panel-header .category-title h2 {
  padding: 0;
}

.product-info-panel .inner-panel .panel-body {
  padding: 20px 80px;
}

.product-info-panel .inner-panel .panel-body .product-controls .warning-wrap {
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
}

.product-info-panel .inner-panel .panel-body .product-controls .warning-wrap .heading {
  font-family: "Raleway",sans-serif;
  font-weight: 600;
  margin: 5px 0;
}

.product-info-panel .inner-panel .panel-body .product-controls .warning-wrap .warning-text {
  font-size: 12px;
  max-width: 400px;
  text-align: right;
}

.product-info-panel .inner-panel .panel-body .product-controls .warning-wrap .open-pack-container .form-switch {
  display: inline-flex;
}

.product-info-panel .inner-panel .panel-body .product-controls .warning-wrap .open-pack-container .form-switch span,
.product-info-panel .inner-panel .panel-body .product-controls .product-quantity .open-pack-container .form-switch span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  align-self: center;
}

.product-info-panel .inner-panel .panel-body .product-controls .product-quantity .open-pack-container .form-switch {
  margin-top: 20px;
}

.product-info-panel .inner-panel .panel-body .product-controls .warning-wrap .open-pack-container .form-switch i {
  margin-right: 0;
}

.product-info-panel .inner-panel .panel-footer {
  padding: 10px 0;
  min-height: 200px;
  position: relative;
  align-self: end;
}

.product-info-panel .inner-panel .panel-footer .footer-inner {
  padding: 15px 0;
}

.product-info-panel .inner-panel .panel-footer .featured-product .product-info .product-price {
  font-size: 90%;
  font-weight: 500;
  color: #0023ff;
}

.product-info-panel .inner-panel .panel-footer .featured-product .product-info .product-price .sale-price {
  color: #999;
  text-decoration: line-through;
  padding: 0 10px;
  font-size: 85%;
}

.product-info-panel .inner-panel .panel-footer .featured-product .product-info .product-name {
  color: #4a4a4a;
}

.product-info-panel .inner-panel .panel-footer .featured-product:hover .product-info .product-name {
  opacity: .8;
  color: #0023ff;
}

.slick-dots li button::before {
  font-size: 10px;
}

.product-panel .product-image {
  padding-top: 0;
}

.product-panel .product-image img {
  max-width: 500px;
  width: 100%;
}

.is-carousel img {
  max-height: 500px!important;
}

.button.primary-button.open-pdf-button {
  background-color: #fff !important;
  color: #000;
  min-width:160px;
  font-weight:200;
  font-size:90%;
  height:40px;
  -webkit-transition:all .3s;
  transition:all .3s;
}

.button.primary-button.open-pdf-button:hover{
  background-color: #0023ff !important;
  color: #fff;
  -webkit-box-shadow:
    0 14px 26px -12px rgba(0,35,255,.42),
    0 4px 23px 0px rgba(0,0,0,.12),
    0 8px 10px -5px rgba(0,35,255,.2) !important;
  box-shadow:
    0 14px 26px -12px rgba(0,35,255,.42),
    0 4px 23px 0px rgba(0,0,0,.12),
    0 8px 10px -5px rgba(0,35,255,.2) !important;
  opacity:.8;
}

/* </editor-fold> */

/* <editor-fold> Cart */
#cart-page .checkout-wrapper {
  min-height: calc(100vh - 250px);
}

#cart-page .account-title .tag {
  margin-left: 20px;
}

.cart-card .cart-content li .remove-item-btn {
  cursor: pointer;
}

.cart-card .cart-content li .product-info {
  width: 350px;
}

.checkout-wrapper .checkout-main .cart-card .cart-content li .product-info {
  width: 400px;
}

.cart-card .cart-content li .product-price {
  width: 150px;
}

.cart-card .cart-content li .product-shipping {
  width: 150px;
}

.cart-card .cart-content li .product-price span:nth-child(2):before {
  content: none;
}

.cart-card .cart-content li .product-quantity span:first-child {
  font-weight: 600;
  font-size: .75rem;
  text-transform: uppercase;
  color: #4a4a4a;
}

.cart-card .cart-content li .product-shipping span:first-child {
  font-weight: 600;
  font-size: .75rem;
  text-transform: uppercase;
  color: #4a4a4a;
}

.cart-card .cart-content li .product-price .product-price-detail {
  font-size: .70rem;
}

.cart-card .cart-content li .product-price span:nth-child(2),
.cart-card .cart-content li .product-quantity span:nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #4a4a4a;
  width: 100px;
}

.cart-order-summary .cart-summary-list .summary-item span.amount:before {
  content: none;
}

.cart-card .cart-content li .action .action-link {
  color: gray;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.6px dashed transparent;
  border-radius:50%;
  max-height: 40px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.cart-card .cart-content li .action .action-link svg {
  height: 18px;
  width: 18px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.cart-card .cart-content li .action .action-link:hover {
  border: 1.6px solid #0023ff
}

.cart-card .cart-content li .action .action-link:hover svg {
  stroke: #0023ff
}

.cart-card .cart-content li .action .action-link.is-remove:hover {
  border: 1.8px solid #0023ff
}

.cart-card .cart-content li .action .action-link.is-remove:hover svg {
  stroke: #0023ff
}
/* </editor-fold> */

/* <editor-fold> Checkout */
.checkout-wrapper {
  min-height: calc(100vh - 90px);
  padding-top: 0;
}

.checkout-wrapper .checkout-side {
  z-index: 25;
  background-color: transparent;
}

.checkout-wrapper .checkout-side .side-header {
  height: 90px;
  background: #fcfcfc;
}

.checkout-wrapper .checkout-side .side-header.is-not-cart {
  background: transparent;
}

.checkout-wrapper .checkout-side .side-inner {
  height: calc(100% - 90px);
  background-color: #dedede;
}

.checkout-wrapper .checkout-side .side-inner .side-card.user-card .meta {
  margin-left: 0;
}

.checkout-wrapper .checkout-side .side-inner .side-card.is-totals .payment-block span:before {
  content: none!important;
}

.checkout-wrapper .checkout-side .side-inner .side-action.is-not-cart {
  background: transparent;
  bottom: 60px;
}

.checkout-wrapper .checkout-side .side-inner .side-action .button:not(:last-child) {
  margin-right: 10px;
}

.flex-table .flex-table-item .product .product-name .product-description {
  font-weight: normal;
  font-size: .75rem;
}

.flex-table .flex-table-item .quantity {
  text-align: center;
}

.flex-table .flex-table-item .price span:before,
.flex-table .flex-table-item .total span:before {
  content: none;
}

.checkout-wrapper .checkout-main .checkout-container .checkout-shipping-methods .shipping-methods-grid .method-card .icon-container,
.checkout-wrapper .checkout-main .checkout-container .checkout-shipping-methods .payment-methods-grid .method-card .icon-container,
.checkout-wrapper .checkout-main .checkout-container .checkout-payment-methods .shipping-methods-grid .method-card .icon-container,
.checkout-wrapper .checkout-main .checkout-container .checkout-payment-methods .payment-methods-grid .method-card .icon-container,
.checkout-wrapper .checkout-main .checkout-container .order-summary .shipping-methods-grid .method-card .icon-container,
.checkout-wrapper .checkout-main .checkout-container .order-summary .payment-methods-grid .method-card .icon-container {
  width: 0px;
  min-width: 0px;
  margin: 0;
}

#cart-page .checkout-wrapper .checkout-main {
  width: calc(100% - 250px);
}

#cart-page .checkout-wrapper .checkout-main .method-card {
  position: relative;
  width: 100%;
}

#cart-page .checkout-wrapper .checkout-main .method-card > input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

#cart-page .checkout-wrapper .checkout-main .method-card .method-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #cecece;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#cart-page .checkout-wrapper .checkout-main .method-card.is-readonly .method-card-inner {
  min-height: 100px;
}

#cart-page .checkout-wrapper .checkout-main .method-card > input:checked ~ .method-card-inner {
  border-color: #0023ff;
  -webkit-box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
  box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
}

#cart-page .checkout-wrapper .checkout-main .summary-label {
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: .7rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 8px;
}

#cart-page .checkout-wrapper .checkout-main .method-card .icon-container {
  position: relative;
  height: 48px;
  width: 0;
  min-width: 0;
  margin: 0;
}

#cart-page .checkout-wrapper .checkout-main .method-card .icon-container .indicator {
  position: absolute;
  bottom: -18px;
  left: -12px;
  height: 26px;
  width: 26px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0023ff;
  border-radius: 50%;
  border: 2px solid #fff;
}

#cart-page .checkout-wrapper .checkout-main .method-card > input:checked ~ .method-card-inner .icon-container .indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cart-page .checkout-wrapper .checkout-main .method-card .icon-container .indicator svg {
  height: 10px;
  width: 10px;
  stroke-width: 5px;
  stroke: #fff;
}

#cart-page .checkout-wrapper .checkout-main .method-card .meta h3 {
  font-weight: 600;
  font-size: 1rem;
  color: #4a4a4a;
}

#cart-page .checkout-wrapper .checkout-main p {
  color: #999;
}

#cart-page .checkout-wrapper .checkout-main .method-card .meta p {
  line-height: 1.2;
  font-size: .9rem;
}

#cart-page .checkout-wrapper .checkout-main .order-notes {
  padding: 20px;
  border: 2px dashed #cecece;
  border-radius: 8px;
  margin-top: 30px;
}

#cart-page .checkout-wrapper .checkout-main .order-notes h3 {
  font-family: "Montserrat",sans-serif;
  font-size: .9rem;
  font-weight: 600;
  color: #4a4a4a;
}

#cart-page .checkout-wrapper .checkout-main .order-notes .meta {
  line-height: 1.2;
  font-size: .9rem;
  color: #999;
}

#cart-page .checkout-wrapper .checkout-main .order-notes .field {
  overflow: hidden;
}

#cart-page #confirm-order {
  margin-left: 20px;
}
/* </editor-fold> */

/* <editor-fold> Account */
.profile-card .username {
  padding-top: 0;
}

.profile-info-card .card-title .edit-account a:hover svg,
.menu-card .card-title .edit-account a:hover svg {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tab-content .account-loader,
#order-history-grid .account-loader {
  text-align: center;
  display: none;
}

.tab-content > div.is-loading .account-loader,
#order-history-grid div.is-loading .account-loader {
  display: block;
}

.tab-content .account-loader .loader,
#order-history-grid .account-loader .loader {
  margin: 0 auto;
  width: 5em;
  height: 5em;
}

.tab-content .account-loader .caption,
#order-history-grid .account-loader .caption {
  margin-top: 1em;
}

.tab-content > div.is-loading .listing-controls,
.tab-content > div.is-loading .order-long-card,
.tab-content > div.is-loading .pagination,
#order-history-grid div.is-loading .pagination,
#order-history-grid div.is-loading .pagination,
#order-history-grid div.is-loading .pagination {
  display: none;
}

.account-tabs li.disabled a {
  color: #ccc;
  cursor: not-allowed;
}

.account-tabs li.disabled a:hover {
  color: #ccc;
  border-color: #dbdbdb;
}

.order-long-card {
  min-height: unset;
}

.order-long-card .left-side {
  width: 80%;
}

.order-long-card .right-side {
  width: 20%;
}

.order-long-card .left-side .order-header {
  padding-bottom: 0;
  vertical-align: middle;
  height: 100%;
}

.order-long-card .left-side .order-header .order-total:before {
  content: '';
}

.order-long-card .left-side .order-header .order-total {
  text-align: right;
}

.order-long-card .left-side .order-header .order-total small {
  font-weight: normal;
  font-size: small;
}

.order-long-card .left-side .customer-description {
  font-size: 14px;
}

.order-long-card .right-side .meta-actions {
  display: block;
}

.order-long-card .right-side .meta-actions .button {
  margin: 0 auto;
  width: 100%;
}

.order-long-card .right-side .meta-actions .confirm-button {
  margin-top: 15px;
}

#customers-main-content {
  width: 100%;
}

#orders-main .download-order-pdf {
  color: black;
  margin-right: 10px;
}

#order-history-main {
  margin-top:20px;
}

.progress::-webkit-progress-value {
  transition: width 0.5s ease;
}

.progress.show-value {
  position: relative;
}

.progress.show-value:after {
  content: attr(data-strength);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: calc(1rem / 1.5);
  line-height: 1rem;
  font-weight: bold;
}

.progress.is-success.show-value:after,
.progress.is-primary.show-value:after {
  color: white;
}

.progress.show-value.is-small:after {
  font-size: calc(0.75rem / 1.5);
  line-height: 0.75rem;
}

.progress.show-value.is-medium:after {
  font-size: calc(1.25rem / 1.5);
  line-height: 1.25rem;
}

.progress.show-value.is-large:after {
  font-size: calc(1.5rem / 1.5);
  line-height: 1.5rem;
}
/* </editor-fold> */

.font-weight-bold {
  font-weight: bold;
}