*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul, li{
    list-style: none;
}

body{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

#slidedown-cart {
    padding: 20px 5px 20px 0;
  }

.summary
{
    margin-bottom: 20px;
}

#slidedown-cart ul.mini-products-list {
  padding: 0px 20px 150px;
  float: none;
}
@media (max-width: 575px) {
  #slidedown-cart ul.mini-products-list {
    padding-bottom: 170px;
  }
}
#slidedown-cart .mini-products-list li {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  float: none;
}
#slidedown-cart .mini-products-list li:last-child {
  border-bottom: none;
}
#slidedown-cart .mini-cart-header {
  padding: 10px 20px;
  background: transparent;
  border-bottom: 1px solid #e3e3e3;
}
#slidedown-cart li .product-name {
  text-align: left;
}
#slidedown-cart li .product-name a,
#slidedown-cart .title-inner.product-name a {
  color: #232323;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}
#slidedown-cart li .product-name a:hover,
#slidedown-cart .title-inner.product-name a:hover {
  color: #89c74a;
}
#slidedown-cart .mini-cart-header .your-cart {
  color: #232323;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
#slidedown-cart .cart-grid-row {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
#slidedown-cart .pics-con a.product-image img{
  display: block;
}
#slidedown-cart .pics-con a.product-image {
  line-height: normal;
  float: none;
  margin-right: 0;
  margin-left: 0;
  width: unset;
  display: block;
}
#slidedown-cart .pics-con,
#slidedown-cart li a.product-image {
  width: 50px;
  max-width: 50px;
}
#slidedown-cart .pics-con img,
#slidedown-cart ul.mini-products-list li.item .product-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
#slidedown-cart .title-con {
  width: calc(100% - 70px);
  margin-left: 10px;
}
#slidedown-cart .title-delete-con {
  display: flex;
  justify-content: space-between;
}
#slidedown-cart .title-delete-con .title-inner {
  width: calc(100% - 40px);
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
#slidedown-cart .title-delete-con .title-inner div["candyrack-cart-info"] {
  line-height: normal;
}
#slidedown-cart .title-delete-con .del-btn {
  width: 20px;
}
#slidedown-cart .quantity-price-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
#slidedown-cart .cart-collateral {
  font-size: 14px;
  color: #535353;
  line-height: 16px;
  font-weight: 700;
}
#slidedown-cart .total-price {
  font-size: 15px;
}
#slidedown-cart ul li .cart-collateral {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#slidedown-cart .del-btn .btn-remove {
  position: unset;
}
#slidedown-cart .cart-subtotal.total {
  font-size: 18px;
  color: #232323;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#slidedown-cart .cart-subtotal.total .price {
  color: #8bc53f;
  font-size: 18px;
}
#slidedown-cart .subtotal-checkout {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin-top: 10px;
  padding: 10px 20px;
  border-top: 1px solid #dedede;
  z-index: 1;
}
#slidedown-cart .subtotal-checkout .actions {
  display: flex;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
#slidedown-cart .subtotal-checkout .actions button.btn.chk-btn {
  margin-bottom: 10px;
}
#slidedown-cart {
  display: block;
  height: 100%;
  transform: none;
}
#slidedown-cart .text-cart {
  margin-left: 0;
}
#slidedown-cart .actions {
  padding: 0;
}
.title-delete-con .del-btn:hover svg path {
  stroke: #eb0303;
}
.btn-remove:hover svg path {
  stroke: #eb0303;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #7fb33b;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
  background: #f5f5f5;
}
.scroll-container {
  position: relative;
  max-height: 90vh;
  overflow: auto;
}
.os-host-overflow {
  overflow: hidden;
}
.os-scrollbar-vertical {
  right: 3px;
}
#slidedown-cart ul {
  float: none;
  overflow: hidden;
  max-height: inherit;
}
#slidedown-cart .no-items h2 {
  font-size: 26px;
  line-height: 1.09em;
  color: #2f2f2f;
  margin: 20px 0;
}
#slidedown-cart .no-items p {
  color: #2f2f2f;
  font-size: 17px;
}
#slidedown-cart .empty_btn_hh {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  display: block;
  width: 100%;
  font-size: 22px;
  padding: 10px;
  margin-top: 23px;
  color: #fff;
  background: #89c74a;
  text-decoration: none;
  text-align: center;
}
#slidedown-cart .empty_btn_hh:hover {
  color: #fff;
  background: #f60;
}
#slidedown-cart .actions .btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
#slidedown-cart .thirty_days_clear {
  display: none;
}
.dialog-background {
  background: none repeat scroll 0 0 #000c;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.dialog-background.active_drawerbg {
  opacity: 1;
  visibility: visible;
}
.dialog-loading-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  transform: translate(100%);
  -webkit-transform: translate(100%);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0;
  color: #3e4048;
  overflow: hidden;
  z-index: 999999;
  background: #fff;
  border-radius: 10px 0 0 10px;
  max-width: 500px;
  width: 100%;
}
.dialog-loading-wrapper.drawer-open {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.close-reveal-modal {
  background-color: #333;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -10px;
  text-align: center;
  text-decoration: none;
  top: -10px;
  width: 30px;
}
.sectionHeader {
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  background: #fff;
}
.sectionHeader h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}
.site_drawer {
  overflow: hidden;
}
.slide-form-close-area {
  top: 50%;
  right: 0;
  position: absolute;
  z-index: 9;
  width: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slide-form-close-area i:before {
  margin-right: 0;
}
.fa-times-thin:before {
  content: "\d7";
}
.sectionHeader i {
  font-weight: 600;
  font-size: 25px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .sectionHeader h4 {
    font-size: 19px;
  }
}

