.p_cart {
  margin-top: 20px;
}

.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -5px;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product_list .product_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px 50px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_list .product_item .product_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  margin: auto;
}

.product_list .product_item .product_item_inner .p_item_img {
  text-align: center;
  border-bottom: 3px solid rgba(55, 73, 187, 0.03);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  padding: 20px;
  margin: 0;
}

.product_list .product_item .product_item_inner .p_item_img a {
  height: 228px;
  margin: auto;
  max-width: 60%;
}

.product_list .product_item .product_item_inner .product_card_body {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 10px;
  margin: auto;
}

.product_list .product_item .product_item_inner .product_card_body .cart_title {
  margin: 0 0 15px;
  line-height: 20px;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  height: auto;
}

.product_list .product_item .product_item_inner .product_card_body .cart_title a {
  background-color: transparent;
}

.product_list .product_item .product_item_inner .product_card_body .card-text {
  padding: 15px 0;
  font-size: 16px;
}

.product_list .product_item .product_item_inner .product_card_body .over_write {
  padding: 15px 0;
  font-size: 12px;
}

.product_list .product_item .product_item_inner .product_card_body .short-description {
  padding: 10px 0 0 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.product_list .product_item .product_item_inner .product_card_body .short-description ul li {
  font-size: 13px;
  color: #666666;
  position: relative;
  line-height: 16px;
  padding-bottom: 10px;
}

.product_list .product_item .product_item_inner .product_card_body h5 .price {
  width: 100%;
  line-height: 35px;
  font-size: 17px;
  font-weight: 600;
  color: #ef4a23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_list .product_item .product_item_inner .flexbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.product_list .product_item .product_item_inner .flexbtn .btn-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 34px;
  background: #fff;
  background: rgba(55, 75, 185, 0.1);
  color: #3749bb;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 5px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
}

.product_list .product_item .product_item_inner .flexbtn .btn-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  background: none;
  margin-top: 10px;
  border-radius: 4px;
  border: none;
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  padding: 5px;
}

.product_list .product_item .product_item_inner .flexbtn .btn-compare > i {
  padding-right: 7px;
}

.product_list .product_item .product_item_inner .flexbtn .btn-compare:hover {
  background: #e8ecec;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#popup_cart,
#popup_com {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10100;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

#popup_cart .popup-inner,
#popup_com .popup-inner {
  display: inline-block;
  position: relative;
  width: 800px;
  text-align: left;
  background: #fff;
  margin: 20px;
  border-radius: 0px;
}

#popup_cart .popup-inner .msg-wrap,
#popup_com .popup-inner .msg-wrap {
  padding: 30px;
}

#popup_cart .popup-inner .msg-wrap .message-details,
#popup_com .popup-inner .msg-wrap .message-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#popup_cart .popup-inner .msg-wrap .message-details i,
#popup_com .popup-inner .msg-wrap .message-details i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  color: #15b579;
}

#popup_cart .popup-inner .msg-wrap .message-details .success-message,
#popup_com .popup-inner .msg-wrap .message-details .success-message {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 4px 0 0 16px;
  line-height: 20px;
}

#popup_cart .popup-inner .msg-wrap .message-details .cart-info,
#popup_com .popup-inner .msg-wrap .message-details .cart-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  padding: 10px 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #eee;
  position: relative;
  z-index: 10;
}

#popup_cart .popup-inner .msg-wrap .message-details .cart-info .cart-quantity,
#popup_com .popup-inner .msg-wrap .message-details .cart-info .cart-quantity {
  padding: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #888;
  font-size: 14px;
  line-height: 20px;
}

#popup_cart .popup-inner .msg-wrap .message-details .cart-info .cart-quantity span,
#popup_com .popup-inner .msg-wrap .message-details .cart-info .cart-quantity span {
  font-weight: bold;
  color: #111;
  font-size: 15px;
}

#popup_cart .popup-inner .msg-wrap .message-details .cart-info .cart-total,
#popup_com .popup-inner .msg-wrap .message-details .cart-info .cart-total {
  padding: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #888;
  font-size: 14px;
  line-height: 20px;
}

#popup_cart .popup-inner .msg-wrap .message-details .cart-info .cart-total span,
#popup_com .popup-inner .msg-wrap .message-details .cart-info .cart-total span {
  font-weight: bold;
  color: #111;
  font-size: 15px;
}

#popup_cart .popup-inner .msg-wrap .btn-wrap,
#popup_com .popup-inner .msg-wrap .btn-wrap {
  padding-left: 40px;
}

#popup_cart .popup-inner .msg-wrap .btn-wrap .btn,
#popup_com .popup-inner .msg-wrap .btn-wrap .btn {
  background: #3749bb;
  display: inline-block;
  border: 2px solid #3749bb;
  padding: 0 20px;
  margin: 0;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  text-align: center;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#popup_cart .popup-inner .msg-wrap .btn-wrap .st-outline,
#popup_com .popup-inner .msg-wrap .btn-wrap .st-outline {
  background: none;
  color: #3749bb;
}

#popup_cart .popup-close,
#popup_com .popup-close {
  width: 30px;
  height: 30px;
  padding: 3px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 2px;
  border: none;
  background: #fff;
  cursor: pointer;
}

#popup_com.buy_popup_open {
  visibility: visible;
}

#popup_cart.buy_popup_open {
  visibility: visible;
}

@media (max-width: 768px) {
  .product_list .product_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 425px) {
  .product_list .product_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=cart.css.map */