/*
 copyright 2017 Wakeel Ogunsanya
 wakeel.oguns@gmail.com
*/
/* 
    Created on : Jan 27, 2018, 8:21:01 AM
    Author     : Wakeel Ogunsanya <wakeel.oguns at gmail.com>
*/

table tbody tr > td.td-cart-item-total{
    border-top: 2px solid;
}

.checkout-box{
    background-color: #fff
}

.katra-checkout-tab, .shop-checkout-tab{
    counter-reset: section;
  
}
/* Add counter*/
.katra-checkout-tab div > a:before,   .shop-checkout-tab div > a:before{
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    width: 40px;
    height : 40px;
    padding-top: 8px;
    border-radius: 50%;
    background-color: #4c3d3d;
    color: #ffffff;
}
.shop-checkout .shop-checkout-tab{
    background-color: #fff;
      box-shadow: 1px 2px rgba(0,0,0,.12);
    border-radius: 2px;
    
}
.shop-checkout-tab-divider{
    display: block;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0;
    max-height: 0;
    border: solid;
    border-width: thin 0 0;
    transition: inherit;
    border-color: rgba(0,0,0,.12);
    align-self: center;
    margin: 0 -16px;
}
.shop-checkout-tab-nav-item{
    opacity: 0.6;
}
.shop-checkout-tab-nav-item.shown{
    opacity: 1;
}
.shop-checkout-nav-btn{
    cursor: pointer;
}
.shop-checkout-content{
    padding: 20px; 
    min-height: 500px;
    border-left: 1px solid ;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,.12);
    box-shadow: 2px 2px 4px rgba(0,0,0,.12);
}

.btn-nav, .app-page-header .btn{
    padding: 18px;
}
.app-page-header{
    margin-bottom: 10px;
}

.shop-item-selection--input-button-active{
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
}
.shop-product__img{
    height: 620px;
    width: 100%;
}
.shop-product__secondary-img-list{
    margin-top: 30px;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shop-product__secondary-img-col{
    padding: 10px;
}
.shop-product__secondary-img{
    width: 100px;
    height: 100px;
    border-radius: 3px;
    cursor: pointer;
}
.shop-product-tab__content{
    min-height: 400px;
}

.shop-product-list_item{
    text-align: center;
}
.shop-product-list_item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shop-product-list__body{
    text-align: center;
}
.shop-product-list__title{
    font-weight: 800;
}
.shop-product-list__img{
    max-height: 480px;
}
.shop-product-list__action{
    margin-top: 20px;
}
.product-price__old{
    text-decoration: line-through;
}
.product-price{
    font-weight: bold;
}
.shop-item-selection--input-button-active{
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
}
.shop-product__img{
    height: 620px;
    width: 100%;
}
.shop-product__secondary-img-list{
    margin-top: 30px;
    justify-content: center;
}
.shop-product__secondary-img-col{
    padding: 10px;
}
.shop-product__secondary-img{
    width: 100px;
    height: 100px;
    border-radius: 3px;
    cursor: pointer;
}
.product-quantity__input{
    padding: 5px;
}
.shop-product-list__action  .product-quantity{
    padding-left: 30%;
    margin-bottom: 10px;
}

.app-page-header .page-heading{
    display: none;
}


.ray-bs-panel .card-header h3, .ray-bs-panel .card-header h4, .ray-bs-panel .card-header,
.ray-bs-table .card-header h3, .ray-bs-table .card-header h4, .ray-bs-table .card-header h5{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-add, .btn-add:hover{
    background-color: #0062cc;
    border-color: #0062cc;
}
btn-add:active{
    background-color: #0062cc;
    border-color: #0062cc;
}

.btn-back, .btn-back:hover{
    background-color: #fff;
    border-color: #0062cc;
    color: #0062cc;
}
btn-back:active{
    background-color: #0062cc;
    border-color: #0062cc;
    color: #fff;
}
/*
    Highligt input with error
    */
    .form-group.has-error.has-feedback .form-control{
        border-color: red;
         border-width: 2px;
    }
     /*
        Hide default error
    */
    .form-group.has-error.has-feedback .error-feedback{
        display: none;
    }
        
        
    table tr.print-heading {
            background-color: #343a40 !important;
            color: #fff;
            -webkit-print-color-adjust: exact; 
    }
    @media print {
            body {
                -webkit-print-color-adjust: exact;
            }
            table tr.print-heading {
            background-color: #343a40 !important;
            color: #fff;
            -webkit-print-color-adjust: exact; 
        }
       
    }

    /*Pricing Component*/
    
.katra-pricing-card__item {
    text-align: center;
    background: #fafafa;
    position: relative;
    margin: 10px 1% 10px 0;
    padding: 20px;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    color: 0 1px 8px rgba(0, 0, 0, 0.4);
    -webkit-transition: -webkit-box-shadow .25s linear;
    -moz-transition: -moz-box-shadow .25s linear;
    -o-transition: box-shadow .25s linear;
    -ms-transition: box-shadow .25s linear;
    transition: box-shadow .25s linear;
  }
  .katra-pricing-card__item:hover {
    -webkit-box-shadow: 0 0 8px #333;
    -moz-box-shadow: 0 0 8px #333;
    box-shadow: 0 0 8px #333;
    color: 0 0 8px #333;
    z-index: 5;
  }
  .katra-pricing-card__title {
    position: relative;
    margin: -20px -10px 20px;
    padding: 30px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #595f6b;
    border-bottom: 1px dashed #d2d2d2;
  }
  .katra-pricing-card__title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-size: 3px 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IiIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
  }
  .katra-pricing-card__price {
    margin: 0 auto 20px;
    width: 200px;
    height: 90px;
    line-height: 90px;
    font-size: 19px;
    font-weight: bold;
    color: white;
    background: #595f6b;
    -webkit-border-radius: 45px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 45px;
    -moz-background-clip: padding;
    border-radius: 45px;
    background-clip: padding-box;
  }
  .katra-pricing-card__item .katra-pricing-card__price span {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
  }
  .katra-pricing-card__item .katra-pricing-card__feature {
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
    line-height: 2;
    font-size: 12px;
    color: #999;
    text-align: center;
    list-style-type: none;
  }
  .katra-pricing-card__feature li strong {
    font-weight: bold;
    color: #888;
  }
  .katra-pricing-card__item.katra-pricing-card--promote {
    margin: 0;
    padding: 40px 20px;
    border-width: 2px;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    z-index: 4;
  }
  .katra-ribbon {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    
    color: #fff;
  }
  .katra-ribbon:not(.katra-ribbon--left){
    right: 0px;
  }
  .katra-ribbon--left{
    left: 0;
  }
  .katra-ribbon__text {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #FFF;
    color: #6a6340;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    color: #fff;
  }
  
  .katra-ribbon--popular {
    background-color: #1f6585;
  }
  
  .katra-ribbon--sale {
    background-color: #1e84e9;
  }
  
  .katra-ribbon--new {
    background-color: #e91e63;
  }