.searchContainer{
    margin:auto;
    position:relative;
    height:80 px;
    width:500px;
    border:4px solid #176A21;
    padding:8px 10px;
    border-radius:50px;
    background-color: #fff;
}

.elementsContainer{
    width:100%;
    height:100%;
    vertical-align: middle;
}

.search{
    border:none;
    height:100%!important;
    width:100%;
    padding:0px 5px!important;
    border-radius:50px!important;
    font-size:18px;
    width: 100%;
    border: 0px solid #cecece!important;
}

.search:focus{
    outline:none;
}

.material-icons{
    font-size: 35px!important;
    color:#176A21;
}

.productsContainer{
    margin-right:50px;
    margin-left:50px;
    background-color:#fff;
    margin-top:50px;
    border-radius:10px;
}

.productsPrimaryHeader{
    padding:20px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    margin-bottom:5px;
}
.productsSecondaryHeader{
    padding:20px;
    margin-bottom:10px;
}

.sortByDropdown{
    height:60px!important;
    border:3.5px solid #176A21;
    cursor:pointer;
}

.productsList{
    padding:20px;
}

.productCard{
    max-width:400px;
    padding:20px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:5px;
    margin-bottom:20px;
}
.productCardImg img{
    max-width:350px;
    height:200px;

}
.productCardTitle{
   color:rgba(0,0,0,0.9)
}
.productCardPrice{
    color:rgba(0,0,0,1);
    font-weight:600;
    font-family:'Oduda',sans-serif;
 }

 .productCardCrossedPrice{
    color:rgba(0,0,0,0.7);
    text-decoration: line-through;
 }

 .productA{
     text-decoration:none!important;
 }

 .productCard:hover{
     cursor:pointer;
     border:1px solid rgba(0,0,0,0.1);
     transform: scale(1.02);
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11), 0 1px 2px 0 rgba(0, 0, 0, 0.1);

 }
 .productCard:hover .productCardButton button{
     display: block;
 }

 .productCardButton button{
     margin-top:10px;
    height: 45px;
    border: none;
    background: #F19420;
    color: #fff;
    font-weight: 600;
    display:none;
    font-family: 'Oduda';
    padding: 0 50px;
    text-transform:capitalize;
    font-size: 18px;
    border-radius: 4px;
 }

 .navIcon{
     color:#fff!important;
     font-size: 23px!important;

 }
 li.cartLi a:hover{
    color:#F19420!important;
}

li.cartLi a:hover  .navIcon{
    color:#F19420!important;

}

.cart-badge{
    position: absolute;
    top: -15px;
    padding:2.5px 5px;
    border-radius: 50%;
    background-color: #F19420;
    color: white;
    height:20px;
    width:20px;
    font-size:12px;
    margin-right:5px;
}

li.cartLi a:hover .cart-badge{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.productDescCard{
    background-color:#fff!important;
    border-radius:10px;
    margin-right:100px;
    margin-left: 100px;
}

.productDescCard .col-md-8{
    padding:50px;
}
.productDescCardImg{
padding:20px;
}

.productDescCardImg figure img{
    max-width:100%;
    height:300px;
}

.productDescCardHeader{
    color:rgba(0,0,0,0.8);
    font-size:26px;
    border-bottom:2px solid rgba(0,0,0,0.08);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.productDescCardPrice{
    font-family:'Oduda',sans-serif;
    font-size:28px;
    display:flex;
}

.productDescCardPrice .real{
    color:#176A21;
    padding-right:10px;
}
.productDescCardPrice .old{
    color:#808080;
    text-decoration: line-through;
}

.productDescCardDesc span{
    font-size:20px;
    font-weight: 600;
    font-family: 'Oduda';
}

.productDescCardDesc div{
color:rgba(0,0,0,0.7);
}

.productDescCardButton{
    margin-top:20px;
    display:flex;
}

.productDescCardButton span{
    margin-top:10px;
}

.productDescCardButton button{
    height: 45px;
    width:60px;
    border: none;
    background: #F19420;
    color: #fff;
    font-weight: 600;
    font-family: 'Oduda';
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.productDescCardButton p{
    margin-left:10px;
    margin-top:10px;
}

.cartBtns{
    color:#fff!important;
    font-size:20px!important;
}

.productDescCardButton span{
    margin-left:10px;
    margin-right:10px;
}

.cartContainer{
    margin-left:150px;
    margin-right:150px;

}

.cartList{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    margin: 8px 0;
    border-collapse: collapse;
    display: flex;
    width: 100%;
}

.cartHeader h4{
    font-family:'Oduda';
}

.cartListHeader{
    padding-top:20px;
    display: flex;
    color: #8e8e93;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14;
    text-transform: uppercase;
}

.cartListHeaderItem{
   display: table-cell;
   text-align: center;
}

.cartListHeader .cartListHeaderItem:nth-child(1){
    text-align: left;
    width: 53.47%;
}

.cartListHeader .cartListHeaderItem:nth-child(2){
    width: 10.315%;
}

.cartListHeader .cartListHeaderItem:nth-child(3){
    width: 18.105%;
}

.cartListHeader .cartListHeaderItem:nth-child(4){
    width: 18.105%;
}

.cartListItem{
    display: flex;
    border-right:1px solid #eee;
    width: 53.47%;
}

.cartListItem .cartListItemImage{
    padding: 10px;
    vertical-align: top;
    width: 150px;
}

.cartListItemImage img{
    vertical-align: middle;
    max-width: 100%;
}

.cartListItemTitle{
    padding-top:40px;
    padding-left:20px;


}

.itemName{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
}

.cartItemRemove{
display:flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-decoration: none!important;
padding-top:15px;
padding-bottom:10px;
}

.cartItemRemove:hover{
    text-decoration: none!important;
}


.cartItemRemove span:nth-child(1){
    display: inline-block;
    vertical-align: middle;
    line-height: 1.42857;

}

.cartItemRemove span:nth-child(2){
text-transform: uppercase;
padding-left:10px;
font-size:16px;
color:#F19420!important;
font-weight: 600;
}

.removeIcon{
    color:#F19420!important;
    font-size: 22px!important;
}

.cartListQuantity{
border-right:1px solid #eee;
width: 10.315%;
padding: 10px;
padding-top: 20px;
}

.cartListUnitPrice{
    border-right:1px solid #eee;
    width: 18.105%;
    padding: 30px;
    padding-top:50px;
}

.cartListSubtotal{
    width: 18.105%;
    padding: 30px;
    padding-top:50px;
    color:#F19420;
}

.total{
    display:flex;
    margin-left:81.39%;
    font-family: 'Oduda';
    font-size: 20px;
}
.total .totalFigure{
    margin-left: 18.105%;
    color:#F19420
}

.checkoutContainer{
    padding-left:100px;
}
.optionalNote{
    width:100%;
}

.checkoutDetailsInput{
    margin-bottom:20px;
}

.totalBox{
    margin-top: 10px;
    padding:20px;
    background:#176A21;
    max-width:400px;
    color:#F19420!important;
    margin-bottom:20px;
}
.totalBoxHeader span{
    margin-left: 120px;
}
.totalBoxFooter span{
    margin-left: 120px;
}
.totalBoxList{
    color:#fff;
    border-bottom: 1px solid #ffffff;
}
.totalBoxList li{
    list-style: none;
    margin-bottom:20px;
}
.totalBoxList li span,.totalBoxOthers li span{
    margin-left: 120px;
}
.totalBoxOthers{
    color:#fff;
    list-style: none;
}
.totalBoxOthers li{
    list-style: none;
    margin-bottom:20px;
}



 @media(max-width:1350px){
    .productCardImg img{
        max-width:300px;
    }
 }

 @media(max-width:1200px){
    .productCardImg img{
        max-width:250px;
    }
 }

 @media(max-width:800px){
    .productsContainer{
        margin-right:25px;
        margin-left:25px;
    }

    .productCard{
        margin:auto;
        margin-bottom:50px;
    }

    .searchContainer{

        width:350px;

    }
 }