#header .top-icons i.shopping_bag {
  background-image: url("https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/shopping-cart.png");
}

#header .top-icons .top-icon i .shopping_bag {
  background-image: url("https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/shopping-cart.png");
}

.shopping_bag {
  background-image: url("https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/shopping-cart.png");
}

.shopping-cart-controls .block-form .btn-default-1:hover {
  background-color: rgb(148, 147, 147);
  color: #fff;
}

.shopping-cart-controls .block-form .btn-default-1 {
  background-color: #999;
}

.cart-table .card_product_quantity .cart-buttons-qty {
  justify-content: flex-end;
}

.cart-summary-slider {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 150ms linear;
  transform: translateX(100%);
  background-color: #fff;
  z-index: 999999;
  /* margin-top: 23px; */
}

.cart-summary-header {
  background-color: #1E120D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  z-index: 20;
  height: 84px;
}

.cart-summary-title {
margin: 0;
font-size: 21px;
line-height: 26px;
text-transform: uppercase;
color: #FFFFFF;
}

.product-list h4 {
  margin-top: 180px;
  text-align: center;
  font-size: 18px;
  color: #7b7b7b;
}

.keep-shopping-button-container {
  display: flex;
  justify-content: center;
  margin-top: 220px;
}
.keep-shopping-button {
  background-color: #1E120D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 320px;
  height: 60px;
  border: none;
}

.keep-shopping-button p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  color: #fff;
  line-height: normal;
}

.keep-shopping-active-button-container button {
  height: 50px;
  transition: 0.3s ease;
  width: 100%;
  background:#3A8C36;
  border: 1px solid #3A8C36;
  border-radius: 10px;
}

.keep-shopping-active-button-container button a{
color: #FFFFFF !important;
background: #3A8C36 !important;
}

.keep-shopping-active-button-container button:hover a{
transition: 0.3s;
opacity: .9;
}

.keep-shopping-active-button-container button:hover {
transition: 0.3s;
opacity: .9;
}

.keep-shopping-active-button-container button:hover a {
transition: 0.3s;
color: #fff !important;
}

a.keep-b {
height: 20px;
display: flex;
color: #878787;
font-size: 16px;
text-decoration: underline;
align-items: center;
justify-content: center;
padding-top: 24px;
}

.keep-shopping-active-button-container button a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: 0.3s !important;
}
.total-box-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 48px;
}

.total-title {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #878787;
}

.total-price {
font-weight: 700;
font-size: 20px;
line-height: 25px;
color: #3A8C36;
margin: 0;
}

.form-shipping {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
}

.divider {
  width: 90%;
  height: 1px;
  margin-bottom: 27px;
  margin-top: 16px;
  background: #e5e5e5;
}

.shipping-button-container {
  margin-top: 30px;
}
.shipping-button-container button {
  width: 100px;
  height: 43px;
  background: #878787;
  color: #fff;
  border: 0;
}
.input-shipping input {
  background: #ffffff;
  border: 1px solid #959797;
  box-sizing: border-box;
  padding-left: 15px;
  width: 220px;
  height: 43px;
}

.input-shipping p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #7b7b7b;
}

.product-summary-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #7C7C7C;
  margin-bottom: 0;
  text-align: left;
}

.product-list {
  overflow-y: scroll;
  max-height: 655px;
  padding-bottom: 220px;
}

/* width */
.product-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.product-list::-webkit-scrollbar-track {
  background: #fff;
  margin-bottom: 252px;
}

/* Handle */
.product-list::-webkit-scrollbar-thumb {
  background: #1c1c1c;
  border-radius: 10px;
}

/* Handle on hover */
.product-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product-summary {
  display: flex;
  justify-content: space-around;
  padding-right: 28px;
  padding-left: 24px;
}

.price-quantity-info {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.buttons-quantity {
  display: flex;
  align-items: center;
  width: 90px;
  border-radius: 15px;
}

.count-container {
  width: 53px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  background: #E6E6E6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.price-close {
  display: flex;
  position: relative;
}

.price-currency {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  color: #3A8C36;
  padding-left: 32px;
}

.count-container p {
  margin-top: 0;
  margin-bottom: 0;
}

.add-button {
  width: 25px;
  height: 38px;
  background: #E6E6E6 !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  color: #666;
  border: 1px solid #dddddd;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.subtract-button {
  width: 25px;
  height: 38px;
  background: #E6E6E6 !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  color: #666;
  border: 1px solid #dddddd;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cart-summary-close-button {
  width: 28px;
  height: 26px;
  background: #fff;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #ffffff;
  margin-left: 20px;
  border: none;
  padding-top: 3.5px;
  margin-top: 5px;
  margin-right: 5px;
}

.divider-product {
  width: 87%;
  height: 1px;
  background: #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}

.shopping-summary {
  position: fixed;
  bottom: 0;
  padding-bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.product-summary-info {
  width: 283px;
  padding-left: 14px;
  position: relative;
}
.product-summary-container {
  margin-top: 25px;
}

.product-summary-image-container img {
  max-width: 84px;
}

.frete-quote-list {
  max-width: 300px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 15px;
  margin-top: 15px;
}
.frete-quote-list .shipping-estimate {
  margin-top: 5px;
  padding: 0 !important;
  background: none;
}
.frete-quote-list > strong,
.frete-quote-list > br {
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #7b7b7b;
  display: none;
}
.frete-quote-list > strong i {
  font-style: normal;
}
.frete-quote-list .estimation {
  color: #7b7b7b;
  font-size: 14px;
}
.shipping-estimate .estimation {
  padding-bottom: 0;
  text-align: left;
}

.cart-icon-block-top {
  justify-content: flex-end;
  width: auto !important;
}

.cart-icon-block-top button {
  background: none;
  border: none;
}

.overlay-box span.fa.fa-spinner.fa-spin {
  position: absolute;
  left: 46%;
  top: 30%;
  font-size: 80px;
  color: #1c1c1c;
}

.overlay-box {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #6666662b;
  display: flex;
  justify-content: center;
  align-items: center;
}

i.esc-menu-white {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(	https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/esc-menu-white.png);
  position: absolute;
  right: 25px;
  cursor: pointer;
  filter: brightness(22);
}

.shipping-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 0;
}

p.esc-to-cart {
  margin-top: 29px;
  text-align: center;
  color: #7b7b7b;
  font-size: 18px;
  margin-bottom: 28px;
  transition: 0.2s;
}

p.esc-to-cart:hover {
  text-decoration: underline;
  cursor: pointer;
}

.cart-delete-icon {
  display: block;
  width: 28px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url(	https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/delete-item-cart-summaryy.png);
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  right: -12px;
  background-size: contain;
}

.product-summary-name-delete-item {
  display: flex;
  justify-content: space-between;
}

/* .divider-product:nth-last-child(-1) {
    display: none;
  }

  .product-summary-container:last-child .divider-product {
      display: none;
  }

  .product-summary-container .divider-product:nth-child(-1) {
    display: none !important;
  } */

.product-summary-image-container {
  display: flex;
  align-items: center;
}

.keep-shopping-product-active-container {
  width: 100%;
  padding: 0 5%;
  padding-left: calc(5% + 5px);
}

@media (max-width: 360px) {
  .product-summary-name {
    max-width: 170px;
  }
}

@media (max-width: 991px) {
  .cart-delete-icon {
      right: -42px;
      bottom: 5px;
  }

  .price-currency {
      padding-left: 13px;
  }

  .cart-summary-header {
    height: 66px;
}
}

@media (min-width: 992px) {
.cart-summary-slider {
    width: 450px;
    height: 100%;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    margin-top: 0;
}

  .shipping-button-container button {
    width: 122px;
    height: 43px;
    background: #878787;
    color: #fff;
    border: 0;
  }

  .input-shipping input {
    background: #ffffff;
    border: 1px solid #959797;
    box-sizing: border-box;
    width: 262px;
    height: 43px;
  }

  /* .product-summary {
      padding-right: 20px;
      padding-left: 20px;
    } */

  .form-shipping {
    display: flex;
    align-items: center;
    max-width: 100%;
  }

  .product-list {
    overflow-y: scroll;
    max-height: 529px;
    padding-bottom: 0px;
  }

  .product-list::-webkit-scrollbar-track {
    background: #fff;
    margin-bottom: 0px;
  }
}
