/* icon font path, required */

.awl-btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
  width: auto;
  height: auto;
  padding: 22px 25px;
  border-radius: 5px;
  color: #212529;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s;
}

.awl-btn:hover,
.awl-btn:focus,
.awl-btn:active {
  color: #212529;
  background: transparent;
}

.awl-btn-primary {
  color: #f8f9fa;
  background: #7FCFCF;
  background: var(--info);
}

.awl-btn-primary:hover,
.awl-btn-primary:focus,
.awl-btn-primary:active {
  color: #f8f9fa;
  background: #67b3b3;
  background: var(--cyan);
}

.awl-input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
  font: inherit;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  height: auto;
  border-radius: 2px;
  color: #212529;
  background: #fff;
  border: 1px solid #495057;
  padding: 10px 15px;
}

.awl-input:focus,
.awl-input:active {
  box-shadow: none;
  color: #212529;
  background: #fff;
  border: 1px solid #212529;
}

body.davinci .shopcartbtn,
body.davinci2 .shopcartbtn {
  display: flex;
  align-items: center;
}

body.davinci .shopcartbtn .cart,
body.davinci2 .shopcartbtn .cart {
  flex: 1 0 auto;
}

body.davinci2 .shopcartbtn .cart .btn {
  width: 100%;
  min-width: auto;
}

@media (min-width: 768px) {
  .theme-storefront .site-header .main-navigation {
    width: calc(73.9130434783% - 3% - 18px);
  }
}

@media (min-width: 768px) {
  .theme-shopper .header-middle {
    width: calc(100% - 26px - 3%);
  }
}

.theme-shopkeeper .top-headers-wrapper .site-tools ul li:last-child:hover {
  opacity: 1;
}