body{font-family:Shabnam;font-size:14px}
.btn {padding: 10px 14px;font-size: 14px;border-radius: 8px;}

.page-wrapper.product .price-item form {
    display: flex;
    justify-content: space-between;
    background: #62d3bf1c;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    margin: 20px 0 0 0;
}
.product-variant-wrapper .property-item ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.product-variant-wrapper .property-item ul li label {
    padding: 10px 10px 10px 10px;
    background: #eee;
    border-radius: 7px;
    margin: 0 0 0 10px;
}

.product-variant-wrapper .product-property>strong {
    margin: 0 0 10px 0;
    display: block;
}

.product-variations-wrapper {
    margin: 10px 0 0 0;
}


header .main-menu a{text-decoration:none !important;}
header a#site-link {display:block;padding: 17px 0;}
header a#site-link img{width: 80%;}
header .nav-link  {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: #607d8b;
    border: 1px solid #e0e0e2;
    border-radius: 7px;
    padding: 7px 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .main-menu ul {
    justify-content: flex-start;
}
header .nav-link:hover{color:var(--primary-color);}
header .nav-link .mdi{font-size: 1.3em;margin: 0 5px 0 0;}
header .header-buttons>div>div {
    display: flex;
    margin: 38px 0 0 0px;
    justify-content: end;
    gap: 10px;
}
header form.search-wrapper input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: Shabnam;
    font-weight: 300;
    font-size: 14px;
    border-radius: 7px;
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    color: #474747;
    outline: none;
    margin:40px 0 0 0
}
footer .service-item img {
    height: 40px;
    margin: 0 0 15px 0;
}
footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #edf0f5;
    color: var(--primary-color);
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 35px;
}

footer .back-to-top {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #eceff1;
    padding: 10px 0;
    margin-bottom: 30px;
}
footer .back-to-top a {
    color: #515151 !important;
    font-weight: bold;
    font-size: 16px;
}
footer .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}
footer .footer-contact>div {
    display: flex;
    background: #e3e3e3;
    padding: 15px 15px;
    margin: 20px 0;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
}
footer .menu-wrapper a{text-decoration:none !important;color:#666}
footer .menu-wrapper button{display:none}
footer .footer-contact .address-text {
    display: flex;
    align-items: center;
}

footer .footer-contact .address-text .mdi {
    font-size: 30px;
    background: #eee;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    text-align: center;
    margin: 0 0 0 15px;
}
footer .socials{text-align:center;}
footer .socials .footer-social ul li {
    display: inline-block;
    list-style: none;
}
footer .socials .footer-social ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #666;
    font-size: 20px;
    text-align: center;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}
footer .copyright {
    text-align: center;
    font-size:0.9em;
}
footer .widget ul {
    list-style: none;
    padding: 0;
}

footer .widget ul li a {
    padding: 4px 0;
    display: block;
}
