/*!
 *   
 *   Author: 
 *	 Website: 
!*/

.content-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

.text-content-static img {
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 767px) {
  .text-content-static img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
}

.text-content-static .h1,
.text-content-static .h2,
.text-content-static .h3,
.text-content-static h1,
.text-content-static h2,
.text-content-static h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.pagination {
  margin: 0px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.col-flex {
  display: inline-flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  box-sizing: border-box;
  /* width: 25%; */
  /* background: rgb(255, 255, 255); */
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}

.col-flex>a {
  position: relative;
  background-color: rgb(255, 255, 255);
  display: inline-flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px;
}

.card-produk {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.card-produk:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px 0px;
}

.card-produk-img {
  position: relative;
  height: 0px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-bottom: 100%;
  width: 100%;
  text-overflow: ellipsis;
  background: rgb(246, 246, 246);
  transition: box-shadow 0.25s ease 0s;
  overflow: hidden;
}

.card-produk-img img {
  width: 100%;
}

.card-produk-info {
  position: relative;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 8px;
  overflow: hidden;
}

.card-produk-title {
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  max-height: 38px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  white-space: normal;
  overflow-wrap: break-word;
  overflow: hidden;
}

.card-produk-price {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: rgb(250, 89, 29);
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .navbar-nav>.messages-menu>.dropdown-menu {
    width: 480px;
  }
}

.dropdown-menu-cart {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 6px 0px;
}

.dropdown-menu-cart .menu {
  max-height: 250px !important;
}

.dropdown-menu-cart .menu li a {
  display: flex !important;
}

.dropdown-menu-cart-info {
  width: 100%;
  overflow: hidden;
}

.dropdown-menu-cart-info h4 {
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
}

.dropdown-menu-cart-info p {
  margin: 0;
  font-size: 12px;
  color: #888888;
}

.dropdown-menu-cart-price {
  padding: 0;
  margin: 0;
  color: rgb(250, 89, 29);
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 5px;
  line-height: 1.5em;
}

.produk .produk-title {
  display: block;
  position: relative;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.3em;
  color: rgba(49, 53, 59, 0.96);
  text-decoration: initial;
  padding: 10px 0px 10px 0px;
  margin: 0px;
}

.produk-row {
  padding: 20px 0px;
  border-top: 1px solid rgb(229, 231, 233);
  display: flex;
}

.produk-row .produk-label {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  width: 70px;
}

.produk-row .produk-label p {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: rgba(49, 53, 59, 0.32);
  text-decoration: initial;
  margin: 0px;
}

.produk-row .produk-value {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  margin: 0px;
}

.produk-row .produk-value h3 {
  color: rgb(250, 89, 29);
  line-height: 30px;
  font-size: 24px;
  margin: 0px;
  font-weight: bold;
}

.produk-jumlah-box {
  display: flex;
  align-content: center;
}

.produk-jumlah-box .produk-jumlah-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 22px;
  color: #42B549;
  /* background-image: url(https://ecs7.tokopedia.net/assets-tokopedia-lite/v2/zeus/production/23c5d449.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat; */
}

.produk-jumlah-box .produk-jumlah-btn.disabled {
  color: #E0E0E0;
}

.produk-jumlah-box .produk-jumlah {
  margin-bottom: 0px;
  border-top-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  box-shadow: none;
  line-height: 22px;
  font-size: 16px;
  padding: 1px;
  border-style: none none solid;
  border-image: initial;
  border-bottom: 1px solid rgb(229, 231, 233);
  border-radius: 0px;
  outline: none;
  color: rgb(49, 53, 59);
  width: 66px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.produk-btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  width: auto;
  font-weight: 800;
  cursor: pointer;
  text-indent: initial;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  outline: none;
  padding: 0px 16px;
  transition: background 0.8s ease 0s;
  background: radial-gradient(circle, transparent 1%, rgb(250, 89, 29) 1%) center center / 15000% rgb(250, 89, 29);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.produk-btn.disabled {
  color: rgba(49, 53, 59, 0.32);
  transition: background 0.8s ease 0s;
  background: radial-gradient(circle, transparent 1%, rgb(229, 231, 233) 1%) center center / 15000% rgb(229, 231, 233);
}

.produk-btn:hover {
  background-color: rgb(220, 78, 26);
}

.produk-btn.disabled:hover {
  color: rgba(49, 53, 59, 0.32);
  background: radial-gradient(circle, transparent 1%, rgb(229, 231, 233) 1%) center center / 15000% rgb(229, 231, 233);
}

.produk-info h3 {
  box-sizing: border-box;
  height: 52px;
  line-height: 20px;
  color: rgb(3, 172, 14);
  padding: 16px 0px;
  margin: 0px;
  display: block;
  color: rgba(49, 53, 59, 0.96);
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-decoration: initial;
  border-top: 1px solid rgb(229, 231, 233);
  border-bottom: 1px solid rgb(229, 231, 233);
}

.produk-total {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
  -webkit-box-align: center;
  align-items: center;
}

.produk-total>div:nth-child(1) {
  color: rgb(49, 53, 59);
  padding-right: 14px;
  text-transform: capitalize;
  font-size: 16px;
}

.produk-total>div:nth-child(2) {
  flex-shrink: 0;
  color: rgb(250, 89, 29);
  font-weight: bold;
  font-size: 20px;
}

.produk-ongkir {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
  -webkit-box-align: center;
  align-items: center;
}

.produk-ongkir>div:nth-child(1) {
  color: rgb(49, 53, 59);
  padding-right: 14px;
  text-transform: capitalize;
  font-size: 16px;
}

.produk-ongkir>div:nth-child(2) {
  flex-shrink: 0;
  color: rgb(250, 89, 29);
  font-weight: bold;
  font-size: 20px;
}

.produk-bayar {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
  -webkit-box-align: center;
  align-items: center;
}

.produk-bayar>div:nth-child(1) {
  color: rgb(49, 53, 59);
  padding-right: 14px;
  text-transform: capitalize;
  font-size: 16px;
}

.produk-bayar>div:nth-child(2) {
  flex-shrink: 0;
  color: rgb(250, 89, 29);
  font-weight: bold;
  font-size: 20px;
}

.cart {
  display: block;
  position: relative;
}

.cart-overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart-overlay .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.cart .cart-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.cart .cart-item .cart-box {
  display: flex;
}

.cart .cart-item .cart-img {
  width: 76px;
  height: 76px;
}

.cart .cart-item img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.cart .cart-info {
  display: flex;
  width: calc(100% - 76px);
}

.cart .cart-info-1 {
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 240px);
}

.cart .cart-info-2 {
  display: flex;
}

.cart .cart-info-1 h4 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(49, 53, 59);
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  max-height: 60px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}


.cart .cart-info-1 span {
  font-size: 14px;
  color: #737373;
}

.cart .cart-price-box {
  display: flex;
}

.cart .cart-price {
  padding: 0;
  margin: 0;
  color: rgb(250, 89, 29);
  font-size: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
}

.cart .cart-qty-2 {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  color: rgb(49, 53, 59);
  font-size: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
}

.cart .cart-delete {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  color: rgb(49, 53, 59);
  font-size: 15px;
  position: relative;
  line-height: 1.5em;
}

.cart .cart-delete:hover {
  text-decoration: underline;
}

.cart .cart-qty {
  width: 120px;
}

.cart .cart-qty input {
  /* width: 50px; */
  text-align: center;
  padding: 6px 0px;
}

.cart .cart-qty input:focus {
  border-color: #ddd;
  outline: 0;
}

.cart .cart-total {
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(49, 53, 59);
  text-align: right;
}

@media (max-width: 767px) {
  .cart .cart-info {
    display: block;
    width: calc(100% - 76px);
  }

  .cart .cart-info-1 {
    padding-left: 15px;
    padding-right: 0px;
    width: 100%;
  }

  .cart .cart-info-2 {
    padding-left: 15px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
    -webkit-box-align: center;
    align-items: center;
  }

  .cart .cart-price-box {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
}

.payment-method .btn-payment-method {
  color: rgba(0, 0, 0, .8);
  text-align: left;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .2);
  position: relative;
  background: #fff;
  outline: 0;
  box-shadow: none;
}

.payment-method .btn-payment-method.active,
.payment-method .btn-payment-method.active:hover {
  color: #ee4d2d;
  border-color: #ee4d2d;
  box-shadow: none;
}

.payment_methode_info {
  border: 1px solid #ddd;
  padding: 5px 8px;
  overflow: auto;
}

.delivery-method .btn-delivery-method {
  color: rgba(0, 0, 0, .8);
  text-align: left;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .2);
  position: relative;
  background: #fff;
  outline: 0;
  box-shadow: none;
}

.delivery-method .btn-delivery-method.active,
.delivery-method .btn-delivery-method.active:hover {
  color: #ee4d2d;
  border-color: #ee4d2d;
  box-shadow: none;
}

.delivery_methode_info {
  border: 1px solid #ddd;
  padding: 5px 8px;
  overflow: auto;
}