.cart nav {
    padding: 0!important;
    text-align: left;
    margin-right: auto;
    justify-content: flex-start;
    padding-top: 18px!important;
    padding-bottom: 6px!important;
    color:#999999;
    font-size: 12px;
   font-weight: 500;
   line-height: 22px;
 letter-spacing: .02em;
 text-transform: capitalize;
 font-family: "Century Gothic",sans-serif;;

}

.cart {
   background-color: #f8f8f8!important;
   padding-bottom: 80px;
}
.cart nav a {
    color:#999999!important

}
.cart nav .space {
padding: 0 3px;
}
@keyframes progress-bar-stripes {
    

    0% {
 
        background-position: 0 0;
    
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    
    
    }
    
    
    100% {
        background-position: 40px 0;
      
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    
       
    }
    

}
@keyframes progress-bar-stripes2 {
    

    0% {
     
        background-color: #304836;;
        width:25%
    
    
    
    }
    25% {
     
        background-color: #304836;;
        width:50%
    
    
    
    }
    50% {
     
        background-color: #304836;;
        width:75%
    
    
    
    }
    75% {
     
        background-color: #304836;;
        width:85%
    
    
    
    }
    
    
    100% {
        background-color: #304836;;
        width:100%
      
    
       
    }
    }

.progress {
    margin-bottom: 8px;
    border-color: #304836;
    text-align: center;
    animation: 2s linear 2s infinite progress-bar-stripes;

    background-size: 40px 40px;
   /* background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); */
   background-color: transparent; 

    border-radius: 20px;
    transition: .9s linear;
    transition-property: width,background-color;
    z-index: 2!important;
    position: relative;
   
}
.progress-inside {
    
    border-radius: 20px;
  
    
    width:100%;
    height: 10px;
    position: relative;
    top:-18px;
  z-index: 1!important;
  animation: 2s forwards 2s 1 progress-bar-stripes2;

}
.progress-inside2 {
    
    border-radius: 20px;
  
    
    width:100%;
    height: 10px;
    position: relative;
    top:-28px;
  z-index: 0!important;
  background-color: #ededed;

}



.you-qualify{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  letter-spacing: .02em;
  color: #304836;
  margin-bottom: 15px;
  /* margin-bottom: 20px; */
  position: relative;
  top: -20px;

}
.head-content-cartleft{
padding: 12px 0;
}
.head-content-cartleft span{
font-size: 12px;
font-weight: 600;
color: #232323;
letter-spacing: .05em;;
line-height: 22px;
background-color: transparent;
text-transform: uppercase;
}
.head-content-cartleft .col-6{
padding-left: 20px;
}
.head-content-cartleft .col-10{
    padding-left: 20px;
    }
.cart-list-left {
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 25px 0 25px 5px;
}
.img-cart-list-left{
    background-color: red;
    margin-left: 20px;
    margin-right: 25px;
    width:90px;
    position: relative;
    height: 120px;
    cursor: pointer;
}
.img-cart-list-left img{
    position: relative;
    width:100%;
    height: 100%;
    object-fit: cover;

}
.img-cart-list-left .overlay-left{
    position: absolute;
    top:0px;
    z-index: 4;
  
  
    background-color: #232323;
width:100%;
height:100%;
display: none!important;
opacity: 0;
}
.img-cart-list-left span{
    position: absolute;
    z-index: 5;

    width: 24px;
    height: 24px;
    fill: var(--color-white);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:white;
    fill:white;
    opacity: 0;
}

.img-cart-list-left:hover .overlay-left {
display: block!important;
opacity: .3;
}
.img-cart-list-left:hover span{
    opacity: 1;
}
.img-cart-list-left span,
.img-cart-list-left .overlay-left {
transition: all ease-in-out .3s;
}
.content-left-img a{
  color:#232323!important;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
letter-spacing: .02em;
position: relative;
top: -5px;
transition: all ease-in-out .3s;
position: relative;
cursor: pointer;
}
.content-left-img a:after{
    position: absolute;
    content: "";
    top:17px;
    width:100%;
    height: 1px;
    display: block;
    background-color: #232323;
    opacity: 0;
    
}
.content-left-img a:hover:after{
    
    opacity: 1;
}
.content-left-img p{

color:#868686;
font-size: 12px;
font-weight: 400;
line-height: 25px;
letter-spacing: .02em;
margin: 0!important;
}
.dhs {
    font-size: 14px;
    font-weight: 400;
    color:#232323;
    line-height: 22px;
    letter-spacing: .02em;
   
}
.cart-counter{
    border: 1px solid #c7c7c7;
    background-color: white;
    width:110px;
    height: 45px;
}
.cart-counter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-counter input {
    outline: none;
    border: none;
    box-shadow: none;
    width: 50%;
    height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color:#232323;
    line-height: 22px;
    letter-spacing: .02em;
   

}

.cart-counter div{
    
    width:25%;
    height: 100%;
position: relative;
margin: auto;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;

}
.cart-counter div:after{
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #5a5a5a;
    margin: auto;
    text-align: center;
}
.cart-counter div:last-child::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    
    background: #5a5a5a;
    transform: rotate(90deg);

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.dhs {
    display: flex;
    align-items: center;
}
.dhs svg {
    width: 15px;
    height: 15px;
color:#232323;
transition: all ease-in-out .5s;
cursor: pointer;

}
.dhs:hover svg{
  color:  #e9514b!important;
  fill: #e9514b!important;
}
.cart-note{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.cart-note label{
    font-size: 12px;
    font-weight: 600;

    text-transform: capitalize;
    text-align: left;
    color:#232323;
    line-height: 22px;
    letter-spacing: .02em;
    margin-bottom: 8px;
   

}
.cart-note textarea{
    max-width: 618px;
    min-height: 97px;
    border: none;
    box-shadow: 0 0 0 .1rem #c7c7c7!important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 400;
    color:#868686;
    letter-spacing: .02em;
    padding-top: 7px;
   
}
textarea::-webkit-input-placeholder {
    color: red;
    }
    
    textarea:-moz-placeholder { /* Firefox 18- */
        color: red;
    }
    
    textarea::-moz-placeholder {  /* Firefox 19+ */
        color: red;
    }
    
    textarea:-ms-input-placeholder {
        color: red;
    }
    .order-summery {
 padding-top: 16px;
 padding-left: 16px;

    }
    .order-summery p:first-child{
        font-size:12px;
    font-weight: 16px;
    text-align: left;
    line-height: 16px;
    letter-spacing: .05em;;
    text-transform: uppercase;
    color: #232323;
    position: relative;
    margin: 0!important;
    }
    .order-summery p:first-child::after{
        position: absolute;
    content: "";
    top: 25px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #232323;
    }
    .subtotla {
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
    }
    .subtotla span {
        font-weight: 600;
        line-height: 22px;
        letter-spacing: .05em;;
        color: #232323;
        font-size: 12px;
    }
    .subtotla span:last-child{
        font-size: 16px;

    }
    .copon {
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        flex-direction: column;

    }
    .copon label,.copon input{
        margin-bottom: 10px;
    }
    .copon label {
        font-weight: 600;
        line-height: 22px;
        letter-spacing: .05em;;
        color: #232323;
        font-size: 12px;
    }
    .copon input {
        padding-top: 11px;
        padding-bottom: 11px;
        border: none;
        box-shadow: 0 0 0 .1rem #c7c7c7!important;
        font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .05em;;
    color: #232323;
    font-size: 12px;
    }
    .copon input::placeholder{
    }
    .copon span {
        color:#868686;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        font-family: "Century Gothic",sans-serif;;
    }
    .agree {
        padding-top: 13px;
        padding-bottom: 13px;
        display: flex;
        align-items: center;
    }
    /*.agree input {
     	
        border: none!important;
        border-radius: 0!important;
        border: 1px solid #dbdbdb!important;
        width: 15px!important;
        height: 15px!important;
        background-color: transparent!important;

    }
    */
  .form-check-input[type=checkbox] {
    border:0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    background-color: #f8f8f8;

    border: 1px solid #dbdbdb!important;
    width: 15px!important;
    height: 15px!important;
    cursor: pointer;
  }
  .form-check-input[type=checkbox]:checked {
    background-color: black!important;
    font-weight: 100!important;
    border: 1px solid black!important
  }
    .cart .form-check-label {
        font-size: 12px;
        color:#232323;
        line-height: 22px;
letter-spacing: .02em;
font-weight: 500;
margin: 10px;
position: relative;
top: 1px;

    }
    .form-check-label a {
        text-decoration: none;
        color:#232323;
position: relative;
    }
    .form-check-label a:after{
        position: absolute;
        content: "";
        top: 17px;
        width: 100%;
        height: 1px;
        display: block;
        background-color: #232323;
        left:0
    }
    .button-checkout button {
        background-color: #304836;
        border-color: #232323!important;
        color:#f8f8f8;
        opacity: .6;
        border-radius: 0;
        width:100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: "Century Gothic",sans-serif;
 font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
   letter-spacing: .05em;
   margin-bottom: 15px;
    }
    .button-checkout button:hover,
    .button-checkout button:focus {
        background-color: #304836!important;
        border-color: #232323!important;
        color:#f8f8f8!important;
        opacity: .6;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        cursor: pointer;
   
    }

    .form-check {
        display: flex;
        align-items: center;
    }
    .button-checkout button:last-child{
        background-color:#f8f8f8!important ;
       border:1px solid #727272!important;
        opacity: 1!important;
        transition: all ease-in-out .5s;
        border-color: #727272!important;
        color:#304836!important;
    }
    .button-checkout button:last-child:hover,
    .button-checkout button:last-child:focus{
        background-color: #232323!important ;
        border-color: #232323!important;
        color:#f8f8f8!important;
        opacity: 1!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important
    }
 

    .dhs {
        width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 0!important;
    margin-right: 0!important;
    }
    .display-tab {
        display: none;
    }
    .display-mobile{
        display: none;
    }
 .button-active{
    background-color: #304836!important;
    color:#f8f8f8!important;
    opacity: 1!important;
 }
 .cart-empty1 p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 24px;
    color: #727272;
    margin: 0;
 }
 .cart-content-empty {
    margin-top: 70px;
    margin-bottom: 70px;

 }
 .cart-content-empty span{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 22px;
    color: #727272;
    text-align: center;
    width: 100%;
    margin-bottom: 38px;

 }
 .cart-content-empty{
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .go-back {
    border-radius: 0!important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Century Gothic",sans-serif;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
line-height: 22px;
letter-spacing: .05em;
margin: auto;
   
        background-color:#f8f8f8!important ;
        border-color: #727272!important;
        color:#304836!important;
        opacity: 1!important;
        transition: all ease-in-out .5s;
        max-width: 250px;
        width: 100%;
    }
    .go-back:hover,
    .go-back:focus{
        background-color: #232323!important ;
        border-color: #232323!important;
        color:#f8f8f8!important;
        opacity: 1!important;
    }
    .cart nav a:first-child:hover{
        color:#232323!important
    }
    @media (min-width:1200px) {
        .first-div{
            width: calc(100% - 340px)
    
        }
        .second-div{
            width:  340px
    
        }
    
        .dhs i {
            position: relative;
            left: 5px;
        }
        .cart-list-left .col-md-2{
            position: relative;
            left: -20px;
        
        }
    }
    @media (max-width:1200px) {
        .first-div{
            width:100%
    
        }
        .second-div{
            width:  100%
    
        }
        .order-summery{
            padding-left: 0;
        }
     
    }
    @media(max-width:779px){
        .display-laptop{
            display: none;
        }
        .display-tab {
            display: block;
          
        }
        .display-tab .cart-counter svg {
            position: relative;
            left:50px;
            width:15px
        }
    }
    @media (max-width:500px){
        .display-mobile{
            display: block;
        }
        .cart-counter{
            margin-top: 0;
        }
        .display-tab .col-3 {
            display: none!important
        }
        .display-tab .col-2 {
            display: none!important
        }
    }
    
   #button1.buttonactive{
        background-color: #304836!important;
        color:#f8f8f8!important;
        opacity: 1!important;
     }
   #button1{
    border:1px solid #232323!important
   }
   #button1:hover,
   #button1:focus{
    border:1px solid #232323!important

   }