:root{
    --color-1:#10356A;
    --color-2: #000;
}

.tmh-shop-filter-2 .dropdown{
    border: solid 1px #000;
    border-radius: 0px;
}

.tmh-shop-filter-1 .dropdown{
    text-align: right;
    padding-top: 35px;
    padding-bottom: 20px;
}
.tmh-shop-filter-1 .dropdown a{
    background: var(--color-2);
    display: inline;
    border-radius: 100%;
    padding: 24px 17px;
}



#returnform{
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #f0ecec;
}
#returnform label{
    color:#000;
}
#returnform form input{
    border-radius: 30px !important;
    padding: 5px 10px !important;
}
#returnform form textarea{
    border-radius: 30px !important;
    padding: 5px 10px !important;
}
#returnform form select{
    border-radius: 30px !important;
    padding: 10px 10px !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #dee2e6;
    height: auto !important;
}
#returnform form select option{
    font-size: 13px !important;
    background-color: #fff !important;
    color: #000 !important;
}
#returnform form select{
    font-size: 13px !important;
    width: 100% !important;
}
#returnform button{
    background:#04AA6D !important;
  font-family: 'Poppins', sans-serif !important;
  color: #fff !important;
  border-radius: 6px;
    padding: 7px 27px;
  font-size: 16px;
    font-weight: 400;
    border: none;
    margin-top: 10px;
}

.cta-btn-es:hover{
    background-color: #fff !important;
    color: #123e1a !important;
}
 

/* new contactus */


/*laptop view*/
@media screen and (min-width: 992px){
    div.contact-bnnr{background-position: top center;}
    div.npv-contct-1{padding: 25px 31px;}
    div.eveli-1{margin-left: -1.5%;padding: 20px;}
    div.eveli-2{margin-left: 1%;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    div.contact-bnnr{background-position: top center;}
    div.npv-contct-1{padding: 22px 55px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    div.contact-bnnr{background-position: right center;box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);	}
     div.npv-contct-1{padding: 30px 55px;}
}



/*mobile view*/
@media screen and (max-width: 575px){
    div.contact-bnnr{background-position: right center;box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);	}
    div.npv-contct-1{padding: 30px 55px;}
}


div.contact-bnnr{
    background:url(../images/contact-us.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
}
div.npv-contct {
    margin-top: 10%;
}

div.npv-contct h5 {
    font-size: 40px;
    color: #fff;
}

div.npv-contct p {
    color: #fff;
    font-size: 15px;
}

div.npv-contct-1 {
    border-radius: 10px;
    
    background: #f0ecec;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
div.npv-contct-2 {
    border-radius: 10px;
    padding: 30px;
    background: #f0ecec;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
div.npv-contct-2 input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #000;
    border-radius: 0px;
}

div.npv-contct-2 input:focus {
    border: none !important;
    box-shadow: none !important;
}
div.npv-contct-2 textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #000;
    border-radius: 0px;
}

div.npv-contct-2 textarea:focus {
    border: none !important;
    box-shadow: none !important;
}
 
div.cnt-1 h4 {
    color: #10356A;
    font-size: 20px;
}
div.npv-contct-2 h4{
    color: #10356A;
    font-size: 20px;
}
div.cnt-1 p {
    font-size: 13px;
}
div.npv-contct-2 button.btn.cnt-btn {
    background: green;
    color: #fff;
    padding: 10px 40px;
}
.contact-box {
    padding: 30px;
    width: 92%;
    margin: 0 auto!important;
    background: #f0ecec;
    border-radius: 10px; 
}
.con-last img {
    float: left;
    margin-right: 30px;
    width: 12%;
    border-radius: 100%;
}
.contact-box h4 {
    text-align: left;
    color: #000;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 7px;
}

.nav-cart-items {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
}
.nav-cart-item-desc {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.nav-cart-item-desc a.nav-cart-item-quantity {
    display: block;
    font-size: 12px;
    position: relative !important;
    right: 0;
    top: 2px;
    padding: 0px 5px 2px 5px;
}