﻿input[type=number], input[type=email], textarea:focus {
    border: #92a458 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(146, 164, 88, .4) !important;
}
.fs-3 {
    font-size: 1.75rem !important;
    color: #262626;
}
.contact-ways {
    padding-bottom: 1rem;
}
    .contact-ways span {
        color: #262626;
    }
#TextAlert {
    padding: 1rem 0;
}
h6 {
    font-weight: normal;
}
.titr {
    font-weight: bold;
}
.btn-ok {
    background-color: #606060 !important;
    color: whitesmoke;
    font-size: 1.6rem !important;
    height: 37px !important;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    margin-top: -10px
}
#SendTypesFormCapcha {
    /*display:flex;*/
}
.center {
    margin: 0 auto !important;
    padding: 0 !important;
}
@media (min-width:426px) {
    .product-item {
        width: 15%;
    }
}
@media (max-width:425px) {
    .product-item {
        width: 35%;
    }
}
.single-product {
    width: fit-content;
}
.form-horizontal {
    font-size: small !important;
}
.panel {
    padding: 1rem 0;
}
.single-product {
    margin: 0 auto;
}
.main-form {
    padding: 0 !important;
}
input[type="text"], input[type="email"], input[type="number"], textarea.form-control {
    background-color: #fffefc !important;
    border: none;
    height: 40px;
    border-radius: 0px;
}
h1, h2, h3, h4, h5, h6, span, p {
    color: #262626;
}
.rowOrgin {
    margin: 15px 0px 0px 0px;
}
@media (max-width:768px) {
    .sectionOrgin {
        text-align: center;
    }
    .SendTypesForm:has(i) {
        padding-left: 44px;
    }
}
i {
    font-style: normal;
    color: #262626;
}
.SendTypesForm {
    position: relative;
    padding: 0px;
}
    .SendTypesForm i {
        margin: 0 17px;
    }

.checkDirContactUs {
    bottom: 3px;
    position: absolute;
}
.TextAreaFor {
    height: 200px !important;
}
.btn:hover, .btn:focus {
    color: #fff;
    font-weight: bold
}
[type=Email]::placeholder, [type=number]::placeholder {
    direction: rtl !important;
}
.emailContactUs:focus {
    direction: ltr !important
}