/*!
 * jQuery Smart Cart v3.x
 * The smart interactive jQuery Shopping Cart plugin with PayPal payment support
 * http://www.techlaboratory.net/smartcart
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of the MIT License
 * https://github.com/techlab/SmartCart/blob/master/LICENSE
 */
 /*!
 * My Cart Customization
 */
 @font-face {
    font-family: 'outlined-iconset';
    src: url('icon/outlined-iconset.eot');
    src: url('icon/outlined-iconset.json') format('json'),
        url('icon/outlined-iconset.woff') format('woff'),
        url('icon/outlined-iconset.ttf') format('truetype'),
        url('icon/outlined-iconset.svg') format('svg');
}
 .list-group-item{

 }

 .list-group-item-text{
     display: grid;
     margin-top: -35px;
     text-align: left;
     padding-left: 80px;
     padding-right: 30px;
     font-family: farsan;
     font-size: 18px;
     color: black;
 }

 .list-group-item-heading{
     display: grid;
     margin-top: -58px;
     text-align: left;
     padding-left: 80px;
     padding-right: 30px;
     font-family: Ma Shan Zheng;
     font-size: 22px;
     color: orange;
     font-weight: normal;
     text-transform: capitalize;
 }

 .sc-cart-heading{

     font-family: Farsan;
     font-size: 18px;
     color: #980808;
     font-weight: bold;
     padding-left: 20px;
 }

 .sc-cart-count{
    padding: 8px 10px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    margin: 0 15px;
    cursor: pointer;
    font-family: Farsan;
    font-size: 18px;
    font-weight: bold;
 }
 .sc-cart-count, .badge{
     background-color: orange;
     color: #980808;
 }
 /* cart quantity */
 .list-group, .sc-cart-item-list{
    font-family: Bebas Neue;
    font-size: 20px;
    font-weight: lighter;
    color: #980808;
 }

 .sc-cart-clear{

 }

 .panel-heading{
     padding-top: 10px;
     padding-bottom: 10px;
     background-color: transparent;
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-bottom:solid 1px #980808;
 }
 /* CART PRODUCT CONTAINER */
 .sc-cart-item{
     display:grid;
     grid-template-columns: ;
     padding:4% 3%;
     border-bottom:solid 1px #980808;

 }

 /* End of my Cutomization */
.sc-cart-item-list {
    height: 409px;
    overflow-y: auto;
    background-color: white;
    scrollbar-color: orange white;
    scrollbar-width: thin;
}
.sc-cart-item-list::-webkit-scrollbar {
    width:5px;
}
.sc-cart-item-list::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:5px;
}
.sc-cart-item-list::-webkit-scrollbar-thumb {
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 6px red;
}

.sc-cart-remove{
    display:grid;
    text-align: right;
    font-family: outlined-iconset;
    font-size: 20px;
    font-style: normal;
    color: #980808;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 10px 6px 10px 10px;
    margin-top: -10px;
    z-index: 1200;
}

.trash-bin:before {
    content: '\e072';
}

.sc-cart-remove:hover {
    color: red;
}

.sc-cart-empty-msg {
    font-family: Farsan;
    font-size: 22px;
    font-weight: bold;
    color: #980808;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.sc-cart-item-qty {
    z-index: 1000;
    width: 40px;
    height: 25px;
    border-radius: 2px;
    font-family: farsan;
    font-size: 18px;
    padding: 4px 0 3px 6px;
    color: #980808;
    background-color: #fff;
    background-image: none;
    border: 1px solid lightgray;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    margin-top: -30px;
}

.sc-cart-item-summary {
     display: grid;
     margin-top: -10px;
     text-align: left;
     padding-left: 80px;

}

.sc-cart-item-amount{
    text-align: right;
    margin-top: -26px;
}

.sc-cart-item-price{
    text-align: left;
    border-top:solid 1px lightgray;
    padding-top: 5px;
    padding-left: 55px;
}

.sc-cart-summary {
    font-family: Bebas Neue;
    color: gold;
    text-align: right;
    font-size: 20px;
    text-align: right;
    padding-top: 15px;
    padding-right: 12px;
}

.sc-cart-subtotal {

}

.sc-cart-toolbar {
    margin-top: 10px;
    text-align: right;
}

.panel-footer{
    background-color: #980808;
    padding-left: ;
    padding-bottom: 5px;
    border-radius: 0px 0px 0px 0px;

}

.sc-cart-toolbar button {
    margin-left: 5px;
}

.sc-cart-toolbar button.disabled img {
    opacity: .5;
}

.sc-cart-item img {
    margin-top: -40px;
    margin-right: 10px;
    width: 60px;
    object-fit: cover;
    border:1px solid  rgba(0,0,0,0.1);
    padding: 4px;
    border-radius: 3px
}

.sc-highlight {
    -webkit-animation: highlight 1s;
    animation: highlight 1s;
}

@keyframes highlight {
    from {
        background: #980808;
    }

    to {
        background: none;
    }
}

@-webkit-keyframes highlight {
    from {
        background: #980808;
    }

    to {
        background: none;
    }
}

.sc-product-item {
    position: relative;
}

.sc-product-item:after, .sc-product-item:before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.sc-added-item {
    border: 1px solid;
    border-color: #980808;
    border-radius: 3px;
}

.sc-added-item:after {
    font-family: outlined-iconset;
    content: "\e064 ";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 90;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
}

.sc-added-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 98;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    border-color: rgba(255,255,255,0) #980808 rgba(255,255,255,0) rgba(255,255,255,0);
}

.sc-button-checkout-default {
}

.sc-cart-clear{
    background-color: gold;
    border: 4px double #980808;
    border-radius: 4px;
    color: #980808;
    padding: 6px 9px 6px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: farsan;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
    min-width: 80px;
    -webkit-transition: all 0.5s; /* add this line, chrome, safari, etc */
    -moz-transition: all 0.5s; /* add this line, firefox */
    -o-transition: all 0.5s; /* add this line, opera */
    transition: all 0.5s; /* add this line */
}
.sc-cart-clear:hover {
  color: #980808;
  box-shadow: 0 2px 5px rgba(0,0,0,.25); 
}

.sc-button-checkout-paypal{
    background-color: gold;
    border: 4px double #980808;
    border-radius: 4px;
    color: #980808;
    padding: 6px 8px 6px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: farsan;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
    min-width: 80px;
    -webkit-transition: all 0.5s; /* add this line, chrome, safari, etc */
    -moz-transition: all 0.5s; /* add this line, firefox */
    -o-transition: all 0.5s; /* add this line, opera */
    transition: all 0.5s; /* add this line */

}
.sc-button-checkout-paypal:hover {
  color: #980808;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  }
