/*___________________ shopping cart __________________*/
.shopping-cart {
    margin-top: 30px;
}
.merge_vendor {
    padding: 0;
}
.merge_cart {
    margin-bottom: 20px;
}
.merge_cart .box-info-product {
    padding: 0;
}
.msg_qty {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 3px;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    font-size: 12px;
    display: none;
}

.box-desc .quantity {
    display: inline-block;
}

.box-desc .quantity {
    position: relative;
    width: 88px;
    padding-right: 29px;
}
.quantity .cart-plus {
    top: 0;
}
.quantity .cart-minus, .quantity .cart-plus {
    border: 1px solid #ccc;
    width: 30px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    left: auto;
    right: 0;
    background: transparent;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
.quantity .inp-qty {
    border: 1px solid #ccc;
    height: 43px;
    padding: 8px 0px;
    line-height: 18px;
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
}
.quantity .cart-minus {
    bottom: 0;
}
.bery-hr.margin-bottom-30 {
    margin-bottom: 30px !important;
    height: 2px !important;
    background: #aaa;
}
.shopping-title {
    display: inline-block;
    margin: 0 0 10px;
    font-weight: bold;
}
.sub_price {
    float: right;
    font-weight: 100;
}
.shopping-top a {
    float: right;
    color: white;
    background: #444;
    padding: 5px 10px;
    border-radius: 5px;
}
.col-item {
    padding: 0;
}
.col-item h3 a {
    font-size: 14px;
    float: right;
    text-decoration: underline;
    color: grey;
}
.merge_cart {
    border-bottom: 1px dashed #ccc;
}
.box .box-check {
    width: 15%;
    float: left;
    padding-top: 30%;
}
.box .box-img {
    width: 85%;
    position: relative;
    height: 175px;
    float: left;
    border: 1px solid;
}
.box .box-img-event {
    background: #CBC8C8;
    text-align: center;
    color: white;
    position: relative;
}
.box .box-img-event .img-text{
    position: absolute;
    top: 55px;
    left: 30%;
    font-size: 18px;
}
.box .box-img img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.box .box-desc {
    padding-left: 15px;
}
.box .box-price {
    text-align: right;
}
.box-coupon-ship input,
.box-coupon-ship select,
.box-seller textarea {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: none;
}
.box-coupon-ship input,
.box-coupon-ship select {
    height: 45px;
}
.btn-save-wishlist {
    margin-left: 20px;
}
p.quote {
    margin-bottom: 0
}
.quote-option {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.box-desc .quote-option:nth-last-child(1){
    border-bottom: none;
}
p.sku {
    margin-bottom: 30px;
}
.line-title {
    display: inline-flex;
    width: 100%;
}
.box-desc h4 {
    margin-top: 10px;
    font-weight: bold;
    display: flex;
}
.line-title h4 {
    width: 75%;
}
.box-desc h4 p{
    width: 50%;
    float: left;
    margin: 25px 0 0;
}
.box-price p {
    font-size: 22px;
}
.shopping-cart .col-md-9 {
    border-right: 1px dashed #ccc;
}
.items {
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}
.setup {
    margin-top: 20px;
    display: flex;
}
.setup .button {
    width: 40%;
    float: left;
}
.setup .button button {
    width: 100%;
    padding: 10px;
    background: #662d91;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.setup .desc {
    width: 60%;
    float: left;
    padding-left: 10px;
}
.setup .desc p:last-child{
    font-size: 18px;
}
.setup .desc p:first-child{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.choose_radio input {
    margin-left: 0 !important;
}
.choose_radio img {
    margin-left: 20px;
}
.info {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.info p {
    font-size: 15px;
}
p.text_small {
    font-size: 13px;
}
.terms {
    text-align: justify;
    display: flex;
}
.terms span {
    font-size: 10px;
}
.terms input[type="checkbox"] {
    margin: 4px 10px 0 0 !important;
    z-index: 999;
}
.total button {
    width: 100%;
    border: none;
    background: #c1272d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 6px;
    margin-top: 20px;
}
.time-form {
    display: inline-block;
    margin-bottom: 20px;
}
.col-time {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-top: 15px;
}

.option_dropdown {
    float: right;
    width: 30px;
    text-align: center;
}
.product-option .item-attribute {
    display: none;
}

/*----qty----*/
.content-quantity {
    margin-top: 40px;
    position: relative;
}
.quantity-button {
    float: left;
    position: relative;
    width: 120px;
    padding-right: 29px;
}
.content-quantity .plus {
    top: 0;
    border: 1px solid #ccc;
    width: 30px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    left: auto;
    right: 0;
    background: transparent;
}
.quantity-text {
    border: 1px solid #ccc;
    height: 43px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.content-quantity .minus {
    bottom: 0;
    border: 1px solid #ccc;
    width: 30px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    left: auto;
    right: 0;
    background: transparent;
}
.content-quantity button {
    opacity: 0.6;
    box-shadow: none;
    border-color: #aaa;
    background: none;
    padding: 10px 45px 9px;
    font-weight: bold;
    text-transform: uppercase;
}
td.content-quantity {
    float: right;
    margin-top: 20px;
}
.product-option {
    margin-bottom: 20px;
}
.option-name {
    background: #f2f2f2;
    margin: 0 -5px;
    padding: 0 5px;
}
.item-attribute {
    padding-top: 10px;
}
.option-link {
    text-align: right;
}

.box-coupon-ship .select2-selection.select2-selection--single,
.bundle_cart .box-desc .select2-selection.select2-selection--single {
    border-radius: 0;
    height: 45px;
    border-color: #ccc;
}
.box-coupon-ship .select2-selection__rendered,
.bundle_cart .box-desc .select2-selection__rendered {
    line-height: 42px !important;
}
.box-coupon-ship .select2-selection__arrow,
.bundle_cart .box-desc .select2-selection__arrow {
    top: 10px !important;
}

/*Check box*/
.product_cart.cart .text-box,
.merge_vendor .text-box {
    font-size: 15px;
    color: red;
    font-weight: bold;
}
.cart-checkbox {
    display: inline-block;
}
.cart-checkbox input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 1.5ex;
    height: 0.9ex;
    background: rgba(0, 0, 0, 0);
    top: 8px;
    left: 12px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart-checkbox input[type="checkbox"] {
    position: absolute;
    left: 2px;
}
.cart-checkbox input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.cart-checkbox input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: -13%;
    height: 2.2ex;
    width: 2.2ex;
    background-color: white;
    border: 1px solid rgb(166, 166, 166);
    border-radius: 4px;
    margin-right: 0.5em;
}
.cart-checkbox label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px;
    margin-right: 20px;
    top: 40%;
    left: 15%;
}
.cart-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cart-checkbox .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 17px;
    border: 1px solid #ccc;
}
.cart-checkbox input:checked ~ .checkmark {
    background-color: #eee;
}
.cart-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cart-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.cart-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input-group-coupon {
    border: 1px solid #ccc;
    display: flex;
}
.input-group .inp-coupon {
    width: 80%;
    float: left;
    border: none;
    border-right: 1px solid #ccc;
}
.input-group .coupon-btn {
    width: 30%;
    float: left;
    text-align: center;
    color: red;
    align-self: center;
    cursor: pointer;
}
.input-group .coupon-btn-platform {
    width: 20%;
    float: left;
    text-align: center;
    color: red;
    align-self: center;
    cursor: pointer;
}
.attribute-title p {
    font-size: 12px;
}
.btn-link-pr {
    background: none;
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin-top: 10px;
}
.read-more-show {
    cursor:pointer;
    color: #ed8323;
}
.read-more-hide {
    cursor:pointer;
    color: #ed8323;
}

.hide_content {
    display: none;
}
.term-read span {
    font-size: 14px;
}

@media only screen and (max-width: 480px) {
    .shopping-cart .col-md-9 {
        border-right: unset;
    }
}

/* Desktop */
@media (min-width: 1100px) {
    .banner-desktop {
      display: block;
    }
  
    .banner-laptop {
      display: none;
    }
  
    .banner-tablet {
      display: none;
    }
  
    .banner-phone-horizontal {
      display: none;
    }
  
    .banner-phone {
      display: none;
    }
  }
  
  /* Laptop */
  @media (min-width: 901px) and (max-width: 1100px) {
    .banner-desktop {
      display: none;
    }
  
    .banner-laptop {
      display: block;
    }
  
    .banner-tablet {
      display: none;
    }
  
    .banner-phone-horizontal {
      display: none;
    }
  
    .banner-phone {
      display: none;
    }
  }
  
  /* Tablet */
  @media (min-width: 701px) and (max-width: 900px) {
    .banner-desktop {
      display: none;
    }
  
    .banner-laptop {
      display: none;
    }
  
    .banner-tablet {
      display: block;
    }
  
    .banner-phone-horizontal {
      display: none;
    }
  
    .banner-phone {
      display: none;
    }
  }
  
  /* Phone Horizontal */
  @media (min-width: 501px) and (max-width: 700px) {
    .banner-desktop {
      display: none;
    }
  
    .banner-laptop {
      display: none;
    }
  
    .banner-tablet {
      display: none;
    }
  
    .banner-phone-horizontal {
      display: block;
    }
  
    .banner-phone {
      display: none;
    }
  }
  
  /* Phone Horizontal */
  @media (max-width: 500px) {
    .banner-desktop {
      display: none;
    }
  
    .banner-laptop {
      display: none;
    }
  
    .banner-tablet {
      display: none;
    }
  
    .banner-phone-horizontal {
      display: none;
    }
  
    .banner-phone {
      display: block;
    }
  }
