body{
    background-image: none;
    background-color:  #000;
}

.product__item__pic {
  padding-bottom: 138%;
  border: 0px solid;
  box-shadow: 0px 0px 15px 2px #282E72;
}

.standard button {
    border: 2px solid #007336;
}

.standard button.active-standard, .standard button.active-standard:hover {
    background-color: #007336;
    color: #ffffff;
}

.quantity-input-group{
    border: 2px solid #282E72;
}

.filter__controls li.active:after, .filter__controls li:hover:after{
        background: #196B24;
}

.add-cart-btn{
    background-color: #282E72;
    color :#ffffff !important;
}

.sub_filter__controls {
    border-bottom: 1px solid #007336;
}

.sub_filter__controls > *.active{
    border-bottom: 3px solid #007336;
    box-shadow:
        0 2px 6px rgba(0, 115, 54, 0.6),  
        0 6px 14px rgba(0, 115, 54, 0.8), 
        0 12px 30px rgba(0, 115, 54, 0.6);
    /* transform: translateY(1px); */
}

.product__item .price {
    color: #007336;
}

.section-title h2 {
    color: #ffffff;
  text-shadow:  0 0 5px #007336, 0 0 10px #007336,  0 0 20px #007336;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #007336;
    border-color: #007336;
}

.accordion > .card:not(:last-of-type), .accordion > .card:not(:first-of-type) {
    border: 1px solid #007336;
}

.shop__sidebar__search form input{
    border: 1px solid #007336;
}

.shop__sidebar .filter_control .reset{
    border: 1px solid #007336;
}

.shop__sidebar__search{
    border-bottom: 1px solid #007336 ;
}

.product__item .stock {
    color: #ffffff !important;
}

.nav-tabs{
    border-bottom: 1px solid #007336;
}

.sticky-search{
    background-color: #000;
}

.header{
    border-bottom: 2px solid #007336;
    box-shadow: 0 4px 10px rgba(0, 115, 54, 0.8);
}

.checkout__total__all li span{
    color: #007336 !important;
}

.checkout__input textarea, .checkout__input .select-wrapper, .checkout__input input:not([type="date"]) {
    border: 1px solid #007336;
}

.checkout__title {
    border-bottom: 1px solid #007336;
}

.checkout__order .order__title {
    border-bottom: 1px solid #007336;
}

.checkout__total__all {
    border-top: 1px solid #007336;
    border-bottom: 1px solid #007336;
}

.header__menu ul li a:hover {
    color: #007336 !important;
}


.header__menu ul li.active .nav-linka {
    color: #007336 !important;
}

.section-title span {
    color:#007336;
    
}

.product__item .stock {
    color: #ffffff;
}

.shop__sidebar .filter_control .apply {
    box-shadow:
  0 0 6px rgba(0, 115, 54, 0.8),
  0 0 16px rgba(0, 115, 54, 0.6),
  0 0 30px rgba(0, 115, 54, 0.4);
}

.shop__sidebar .filter_control .apply {
    color: #ffffff; 
    background-color:#007336 ;
}

.small-txt:hover {
    color: #007336 !important;
}

.banner_link button {
    border: 2px solid #007336;
    background-color: #007336;
    box-shadow:
        0 0 8px rgba(0, 115, 54, 0.6),
        0 0 18px rgba(0, 115, 54, 0.8),
        0 0 32px rgba(0, 115, 54, 0.6);
}

.btn-primary,.site-btn{
    background-color:#007336;
    border:1px solid #007336;
}

.checkout__input input[type="date"]{
    border: 1px solid #007336;
    background: #000;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.sets{
    margin-bottom:10%;
}
