.link-overflow, .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Safari */
  transition: all 0.6s;
}

.row:before, .row:after {
  display: none !important;
}

.product-img {
  position: relative;
}

.commerce-menu {
  color: #11202E;
}

.commerce-menu a {
  color: #fff;
}

.commerce-menu a i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 5px;
  transition: all 0.3s;
}

.commerce-menu a .cart-count span {
  color: #11202E !important;
}

.commerce-menu a:not(.btn):not([class*="color-s-"]):hover {
  color: #11202E !important;
}

.commerce-menu a:not(.btn):not([class*="color-s-"]):hover i {
  color: #11202E;
  border-color: #11202E;
}

.commerce-menu span.separator {
  color: #11202E;
  padding: 0px 6px;
}

.commerce-menu span.separator:after {
  display: none;
}

.form-group .error {
  color: #d24747;
  font-size: 13px;
}

.aside-commerce-block nav ul {
  list-style-type: none;
  padding: 0;
}

.aside-commerce-block nav ul .breadcrumb-nav {
  color: #93AABA;
}

.aside-commerce-block nav ul li {
  font-size: 18px;
}

.aside-commerce-block nav ul li a {
  color: #11202E;
}

.aside-commerce-block nav ul li a:hover {
  color: #06AED8;
}

.aside-commerce-block nav ul li.active-category > a {
  color: #06AED8;
}

.aside-commerce-block nav ul li.subcat ul {
  padding-left: 6px;
}

.aside-commerce-block nav ul li.subcat ul li:before {
  content: "-";
  color: #06AED8;
  display: inline-block;
  padding-right: 3px;
}

.single-product ul.tags {
  display: inline-flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.single-product ul.tags li {
  margin-bottom: 10px;
}

.single-product ul.tags li .tag {
  background: #d1dbe2;
  padding: 5px 10px;
  color: #11202E !important;
  border-radius: 40px;
}

.single-product ul.tags li .tag:hover {
  background: #06AED8;
  color: #fff !important;
}

.single-product ul.tags li:not(:first-child) {
  margin-left: 10px;
}

.single-product h1 {
  font-size: 35px;
  font-weight: 400;
}

.single-product .price-and-product-number {
  font-size: 18px;
  font-weight: 600;
  color: #11202E;
}

.single-product .price-and-product-number s {
  font-weight: 400;
}

.single-product .product-action .remaining-qty {
  margin: 0;
  display: inline-block;
  width: 100%;
}

@-webkit-keyframes confirmAddToCart {
  from {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes confirmAddToCart {
  from {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.single-product .product-action .confirm-add-to-cart {
  background-color: #11202E;
  z-index: 999;
  position: fixed;
  top: 100px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 30px);
  max-width: 1500px;
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid rgba(147, 170, 186, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, top 0.4s ease-in-out;
}

.single-product .product-action .confirm-add-to-cart:not(.no-animation) {
  -webkit-animation-name: confirmAddToCart;
          animation-name: confirmAddToCart;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.single-product .product-action .confirm-add-to-cart.error {
  background-color: #ff5373;
}

.single-product .product-action .confirm-add-to-cart.error a {
  color: #fff;
}

.single-product .product-action .confirm-add-to-cart.error a:hover, .single-product .product-action .confirm-add-to-cart.error a:active {
  color: #11202E;
}

.single-product .product-action .confirm-add-to-cart.error .hide-notification {
  color: #fff;
}

.single-product .product-action .confirm-add-to-cart.error .hide-notification:hover, .single-product .product-action .confirm-add-to-cart.error .hide-notification:active {
  color: #11202E;
}

.single-product .product-action .confirm-add-to-cart.hide {
  opacity: 0;
  transform: translate(-50%, -30px);
  pointer-events: none;
}

.single-product .product-action .confirm-add-to-cart a {
  color: #fff;
}

.single-product .product-action .confirm-add-to-cart a:hover, .single-product .product-action .confirm-add-to-cart a:active {
  color: #06AED8;
}

.single-product .product-action .confirm-add-to-cart .hide-notification {
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
  padding-left: 15px;
}

.single-product .product-action .confirm-add-to-cart .hide-notification:hover, .single-product .product-action .confirm-add-to-cart .hide-notification:active {
  color: #06AED8;
}

.panel {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

.commerce-order-review table thead tr th {
  border-color: #11202E;
}

.commerce-order-review table tbody {
  padding: 15px 0;
}

.commerce-order-review table tbody tr td {
  padding: 10px 0;
}

.commerce-order-review table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #c2cfd8;
}

.commerce-order-review table tfoot {
  border-top: 1px solid #c2cfd8;
}

.commerce-order-review table tfoot tr:first-child td {
  padding-top: 10px;
}

.commerce-order-review table tfoot tr td {
  padding: 2px 0;
}

.ElementsApp, .ElementsApp .InputElement {
  color: #11202E;
}

.product-quantity {
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 180px;
  text-align: center;
}

.product-quantity .form-group {
  display: block;
  margin-bottom: 0;
  min-width: 60px;
  flex-grow: 1;
}

.product-quantity .qty-btn {
  background: #11202E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: none;
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  outline: 0 !important;
}

.product-quantity .qty-btn:hover {
  background: #06AED8;
  color: #fff;
}

.product-quantity .qty-btn.qty-down {
  border-right: 1px solid #fff;
}

.product-quantity .qty-btn.qty-up {
  border-left: 1px solid #fff;
}

.product-quantity .qty-number {
  background: #fff;
  color: #11202E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.product-quantity .qty-number::-webkit-inner-spin-button, .product-quantity .qty-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-preview .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.product-preview .thumbnail .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
}

.product-preview .product-content {
  width: 100%;
}

.product-preview .product-content h3 {
  line-height: 1em;
}

.product-preview .product-content .price-wrapper {
  font-size: 17px;
  font-weight: 500;
  color: #11202E;
}

.product-preview .product-content .price-wrapper s {
  color: #06aed8;
}

.account-navigation {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 20px;
}

.account-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.account-navigation ul li {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.account-navigation ul li a {
  color: #11202E;
  cursor: pointer;
}

.account-navigation ul li a.active, .account-navigation ul li a:hover {
  color: #06AED8;
}

.info-block {
  width: 100%;
  display: inline-flex;
  align-items: center;
  background: #e1e7ec;
  padding: 20px 20px;
}

.info-block i {
  display: inline-block;
  margin-right: 25px;
  font-size: 25px;
}

.info-block .text h1, .info-block .text h2, .info-block .text h3, .info-block .text h4, .info-block .text h5, .info-block .text h6 {
  margin: 0;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination .pager {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.pagination .pager li {
  padding: 0;
  margin: 0;
  font-size: 20px;
  margin: 5px !important;
}

.pagination .pager li a {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  color: #11202E;
  background: #fff;
}

.pagination .pager li.previous a, .pagination .pager li.next a {
  font-size: 1.35em;
}

.pagination .pager li.active a {
  background: #06AED8;
  color: #11202E;
  pointer-events: none !important;
}

.pagination .pager li.disabled a {
  color: #93AABA !important;
  pointer-events: none !important;
  opacity: 0.6;
}

.pagination .pager li:before {
  display: none;
}

.cart-table .login-cta, .cart-table .wallet {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 30px;
  border: 1px solid #06AED8;
}

.cart-table .login-cta.show, .cart-table .wallet.show {
  display: flex;
}

.cart-table .login-cta .fa-info-circle, .cart-table .wallet .fa-info-circle {
  font-size: 50px;
}

.cart-table .login-cta .fa-times, .cart-table .wallet .fa-times {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.cart-table .login-cta .fa-times:hover, .cart-table .login-cta .fa-times:active, .cart-table .wallet .fa-times:hover, .cart-table .wallet .fa-times:active {
  color: #06AED8;
}

.cart-table table {
  width: 100%;
  margin-top: 0;
}

.cart-table table thead {
  font-size: 1.1em;
}

.cart-table table tr:first-of-type td {
  border-top: none;
}

.cart-table table tr td, .cart-table table tr th {
  padding: 15px;
  vertical-align: middle;
}

.cart-table table tr td.text-center, .cart-table table tr th.text-center {
  text-align: center;
}

.cart-table table tr td span, .cart-table table tr th span {
  font-size: 18px;
}

.cart-table table tr td.remove {
  width: 16px;
}

.cart-table table tr td.remove i {
  display: inline-block;
  font-size: 22px;
}

.cart-table table tr td.remove a {
  color: #7492a6 !important;
  cursor: pointer;
}

.cart-table table tr td.remove a:hover, .cart-table table tr td.remove a:active {
  color: #06AED8 !important;
}

.cart-table table tr td.image {
  width: 150px;
}

.cart-table table tr td.image img {
  max-width: 150px;
}

.cart-table table tr td.title {
  font-weight: 500;
}

.cart-table table tr td.title h6 {
  font-weight: 600;
  font-size: 1em;
}

.cart-table table tr td.title .category {
  display: block;
  flex-basis: 100%;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.cart-table table tr td.title .code {
  display: block;
  flex-basis: 100%;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.cart-table table tr td.title ul {
  padding: 4px 0 0 10px;
}

.cart-table table tr td.title ul li {
  padding-left: 18px;
  font-size: 0.75em;
}

.cart-table table tr td.title ul li strong {
  font-weight: 500;
}

.cart-table table tr td.price {
  width: 120px;
  text-align: center;
}

.cart-table table tr td.price span {
  display: inline-block;
}

.cart-table table tr td.quantity {
  width: 250px;
  text-align: center;
}

.cart-table table tr td.quantity .remaining {
  color: #06AED8;
  font-size: 0.85em;
}

.cart-table table tr td.subtotal {
  width: 120px;
}

.cart-table table tr.has-extra {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.cart-table table tr.has-extra + tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eeeeee;
}

.cart-table table tr.has-extra + tr td.title::before {
  display: none !important;
}

.cart-table table tr.has-extra + tr td.remove i {
  font-size: 14px;
}

.cart-table table tfoot tr {
  border-top: 1px solid #93AABA;
}

.cart-table .product-quantity {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .product-action .product-action-btn {
    text-align: left;
    margin-top: 20px;
  }
  .cart-table table thead {
    display: none;
  }
  .cart-table table tfoot tr {
    margin-top: 40px;
  }
  .cart-table table tfoot tr td::before {
    display: none;
  }
  .cart-table table tfoot tr td span:first-child {
    text-align: left;
    line-height: 1.2;
  }
  .cart-table table tr {
    display: block;
    border-top: none !important;
  }
  .cart-table table tr:not(:last-child) {
    margin-bottom: 30px;
  }
  .cart-table table tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
    border-top: none;
  }
  .cart-table table tr td:not(:first-child) {
    border-top: 1px solid #93AABA;
  }
  .cart-table table tr td::before {
    content: attr(data-label);
    display: block;
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 5px;
    padding-right: 40px;
    font-size: 1.1em;
    font-weight: 700;
    text-align: left;
  }
  .cart-table table tr td h6 {
    flex-basis: 100%;
  }
  .cart-table table tr td > span {
    flex-basis: 50%;
    text-align: right;
  }
  .cart-table table tr td.remove::before, .cart-table table tr td.thumbnail::before {
    display: none;
  }
  .cart-table table tr td.price {
    text-align: left;
  }
  .cart-table table tr td.quantity {
    text-align: left;
  }
  .cart-table table tr td.quantity .product-quantity {
    margin-top: 6px;
  }
  .cart-table table tr td.quantity .remaining {
    margin-bottom: 5px;
  }
  .cart-table table tr.has-extra + tr td {
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .product-action .product-action-btn {
    margin-top: 0px;
  }
  .page-title-wrapper .subtitle {
    text-align: center;
  }
}

@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .page-title-wrapper .commerce-menu {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .page-title-wrapper .commerce-menu a {
    display: inline-block;
    width: 100%;
  }
  .page-title-wrapper .commerce-menu span.separator {
    display: none;
  }
  .cart-table .buttons {
    flex-wrap: wrap;
  }
  .cart-table .buttons .btn {
    display: block;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .cart-table .buttons .btn:last-child {
    margin-top: 10px;
  }
}
