.page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 136px);
    margin-top: 3rem;
    padding: 5rem 15px 0 15px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.logo-img{
    
    width:180px;
}

.list-search{
    position: absolute;
    z-index: 1;
    top: 2.3rem;
    max-height: 25vh;
    border: 1px solid #ced4da;
    width: 100%;
    display: flex;
    background: #fff;
}



#list-customers{
    position: relative;
    padding-bottom: 0;
    overflow: scroll;
    width: 100%;
}

#list-customers::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

#list-customers::-webkit-scrollbar-thumb {
    background:#ddd;
}

#list-customers > li{
    cursor:
    pointer;
    padding: 0.5rem 1rem;
    transition: 0.5s;
    font-weight: bold;
}

#list-customers > li:hover{
    background: #dcdcdc;
}













.checkbox_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.225rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #8fb954;
    border-top-style: none;
    border-right-style: none;
}


.page-wrapper.compact-wrapper .page-header {
    margin-left: 0px;
    width: calc(100% - 0px);
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
}

.footer {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    padding: 15px;
    bottom: 0;
    left: 0;
    margin-left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.product-box {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
}

.product-thumb-img{
    
    margin:10px;
}

.product-thumb-img > img{
    
    width:70px;
}

.product-page-image > img{
    width:100%;
}

.link-product{
    color:#000;
}

.link-product:hover{
    color:#000;
}


.card-product {
    margin-bottom: 30px;
    cursor: pointer;
    border: none;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px;
}

.card-product:hover {
    -webkit-box-shadow: 0 0 40px rgb(8 21 66 / 5%);
    box-shadow: 0 0 40px rgb(8 21 66 / 5%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper {
    display: block;
}

.alert-custom{
    /*width:100%;*/
    margin:0;
}


.alert{
    
    z-index: 999999 !important;
}


.alert-success {
    background-color: rgba(81, 187, 37, 0.8);
    border-color: rgba(81, 187, 37, 0.9);
    color: #51bb25e6;
}


.alert-notifiy {
    background-color: #f8d62b;
    border-color: #f8d62b;
    color: #f8d62b;
}


.alert-danger {
  background-color: rgba(220, 53, 69, 0.8);
  border-color: rgba(220, 53, 69, 0.9);
  color: #dc3545e6; 
    
    
}


.data_loader{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    background: #ffffff;
    border-radius: 15px;
}

.show_loader{
    opacity: 0.8;
    visibility: visible;
    
}

.loader-box {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
}

.logo{
    width: 80%;
}


.hide {
    display: none;
}

.name-client{
  
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;  
    
}

.empty-cart{
    background-color:#fff !Important;
}

.empty-cart.hide{
    display:none;
}

.item-cart{
   
   cursor:default; 
}

.delete-item{
    cursor:pointer;
}

.delete-item-edit{
    cursor:
    pointer;
    fill: #fff;
    margin: 0px 5px;
    stroke-width: 1px;
    stroke: #ff0018;
}


.edit-item-edit{
    cursor:
    pointer;
    fill: white;
    margin: 0px 5px;
    stroke: #00682d;
}

.content-cart{
    overflow-y: scroll;
    max-height: 300px;
}

.content-cart::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
}

.content-cart::-webkit-scrollbar-thumb {
    background:#343a40;
}

.cart-item-total {
    padding-top: 15px !important;
    background: #eaeaea;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-item-total.hide{
   display:none; 
}


.cart-item-quantity {
    padding-top: 15px !important;
    background: #eaeaea;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-item-quantity.hide{
   display:none; 
}

.qty-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.partial-item{
    font-size: 20px;
    font-weight: bold;
}

.total-cart{
    font-weight: bold;
    font-size: 20px;
}

.quantity-cart{
    font-weight: bold;
    font-size: 20px;   
}

.img-item-modal > img{
    width:100%;
}

.content-item-modal {
    margin: 50px 2rem;
}

.title-item-modal {
    text-transform:uppercase;
}

.description-item-modal {
    text-transform:uppercase;
}

.total-item-modal{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.total-item-modal > span:first-child {
    font-size: 18px;
}

.partial-item-modal{
    font-weight: bold;
    font-size: 20px;
}

.others-item-modal{
    margin-top:3rem;
    margin-bottom:2rem;
}

.total-cart-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}


.custom-link{
    margin-left: 2rem;
    font-weight: bold;
    color: #fff;
    background: #adcb67;
    font-size: 17px;
    padding: 8px;
    transition:0.5s all;
    border:4px solid;
}

.custom-link:hover{
    color: #adcb67;
    background: #fff;
}


.badge-primary {
    background-color: #adcb67 !important;
}

.btn-primary{
    border-radius: 0;
    background-color: #adcb67 !important;
    font-weight: bold;
    border-color: #adcb67 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
        color: #adcb67;
    background-color: #ffffff !important;
    border-color: #adcb67 !important;
}


.btn-secondary{
    border-radius: 0;
    font-weight: bold;
    color:#fff !Important;
    background-color: #00682d !important;
    border-color: #00682d !important;
}


.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
    color: #00682d !important;
    background-color: #ffffff !important;
    border-color: #00682d !important;
}


.button-cart{
    background: #eaeaea;
    border-top: 0px !important;
}

.button-cart.hide{
    display:none;
}
.button-cart > a{
    width:100%;
}

.info-product {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 1.5rem 0px;
}


.info-product > span {
    font-size: 15px !important;
}

.order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    width: 35%;
    float: right;
}


.status_pending{
    background: #dad602;
    color: #fff;
    padding: 5px;
    font-size: 11px;
}

.status_validate{
    background: #01a201;
    color: #fff;
    padding: 5px;
    font-size: 11px;
}

.status_refuse{
    background: #dc0303;
    color: #fff;
    padding: 11px;
}

.status_edit {
    background: #979797;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}






.order_refuse{
    background-color: #dc0303 !Important;
    border-color: #dc0303 !Important;
    color: #fff;
    border-radius:0;
}
.order_convalidate{
    background-color: #01a201 !Important;
    border-color: #01a201 !Important;
    color: #fff;
    border-radius:0;
}

.order_refuse:hover{
    background-color: #dc0303 !Important;
    border-color: #dc0303 !Important;

}
.order_convalidate:hover{
    background-color: #01a201 !Important;
    border-color: #01a201 !Important;
 
}

.status_order{
    text-align:right;
}


.order-box .title-box span {
    width: 35%;
    float: right;
    font-weight: 600;
    text-align: right;
}


.order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    width: 35%;
    float: right;
    text-align: right;
}

.list_products_search{
    position: absolute;
    background: #fff;
    width: 90%;
    max-height: 180px;
    display: block;
    overflow-y: scroll;
    z-index: 9;
    padding: 0;
    margin: 0;
    visibility: hidden;
    border: 1px solid #0000002e;
}

.list_products_search >li {
    padding: 10px;
    margin-bottom: 0!Important;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #0000002e;
    cursor:pointer;
}



.list_products_search::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

.list_products_search::-webkit-scrollbar-thumb {
    background:#343a40;
}

.qty-box .input-group {
    background-color: rgba(44, 50, 63, 0.1);
    width: 100%;
}
.order-history table .qty-box input {
    max-width: 4rem;
    max-height: 2rem;
}

.edit-p-image{
    width:100%;
}

.inline-check{
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.inline-check .d-block:first-child{
    margin-right:10px;
}

.edit-quantity{
        display: flex;
        flex-direction: row;
        height: 100%;
        align-content: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
        padding: 1.3rem !important;
}

.add-remove-quantity{
    display:flex;
    cursor:pointer;
}


.add-remove-quantity > svg{
    stroke-width:1.5px;
}

.dt-ext .dataTables_wrapper .dataTables_paginate .page-link {
    margin-left: 0px;
    color: #00682d;
}

.dt-ext .dataTables_wrapper .page-item.active .page-link {
    background-color: #00682d;
    border-color: #00682d;
    color: #fff;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg path {
    stroke: #00682d;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a span {
    color: #00682d;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg {
    stroke: #00602a;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
}

.tap-top {
    text-align: center;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    color: #fff;
    background: #287c54;
    border: none;
    padding: 7px;
    -webkit-box-shadow: 0 0 10px var(--theme-deafult);
    box-shadow: 0 0 10px #287c54;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.radio_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.75rem;
    background: #adcb67;
    border-radius: 50%;
}

.btn-refuse{
    background-color: #dc0303 !Important;
    border-color: #dc0303 !Important;
    color: #fff !Important;
    border-radius:0;
    font-weight:bold;
    margin-right:1rem;
}

.btn-refuse:hover{
    background-color: #fff !Important;
    border-color: #dc0303 !Important;
    color: #dc0303 !Important;

}

.loader-search {
    position: absolute;
    top: 0;
    right: 1rem;
}

.loader-box .loader-38 {
    height: 0.1em;
    width: 0.1em;
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
    box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
    -webkit-animation: loader-38 6s infinite;
    animation: loader-38 6s infinite;
}






 .loader-box .loader-38 {
    height: 0.1em;
    width: 0.1em;
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
    -webkit-animation: loader-38 6s infinite;
            animation: loader-38 6s infinite; }

@-webkit-keyframes loader-38 {
  0% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d; }
  8.33% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d; }
  16.66% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d; }
  24.99% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  33.32% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d; }
  41.65% {
    -webkit-box-shadow: 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d;
            box-shadow: 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d; }
  49.98% {
    -webkit-box-shadow: 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d;
            box-shadow: 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d; }
  58.31% {
    -webkit-box-shadow: -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  66.64% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  74.97% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  83.3% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  91.63% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  100% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d; } }

@keyframes loader-38 {
  0% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d; }
  8.33% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d; }
  16.66% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d; }
  24.99% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  33.32% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d; }
  41.65% {
    -webkit-box-shadow: 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d;
            box-shadow: 0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d; }
  49.98% {
    -webkit-box-shadow: 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d;
            box-shadow: 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d; }
  58.31% {
    -webkit-box-shadow: -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  66.64% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  74.97% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  83.3% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, 0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  91.63% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d, -0.2em 0.2em 0 0.1em #00682d; }
  100% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d;
            box-shadow: -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d, -0.2em -0.2em 0 0.1em #00682d; } }
        
        
.product-agent{
    margin-left:0.5rem;
}
