body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: Sans;
    /* background-color: #cfc2aa38 */
}

section {
    width: 100%;
    display: flex;
    justify-content: center;
}

section>div {
    width: 1140px;
    padding: 0 20px;
}

.header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #064129;
}

.header {
    background-color: #F4F4F6;
    height: 89px;
    border-bottom: 1px solid #094A34;
    border-top: 1px solid #094A34;
    margin-top: 20px;
    
}

.menu{
    padding: 20px 0;
    height: 40px;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.37);
    z-index: 4;
    backdrop-filter: blur(3px) saturate(100%);
    -webkit-backdrop-filter: blur(3px) saturate(100%);

    /* background-color: antiquewhite; */
}

.menu > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.menu > div > div{
    border-bottom: transparent solid 2px;
    transition: 0.1s;
    cursor: pointer;
}

.menu > div > div:hover{
    border-bottom: #094a34b6 solid 2px;
    transition: 0.1s;
}

.footer{
    padding: 30px 0;
    height: 460px;
    background-color: #111822;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #F4F4F6;
}

.footer > div {
    display: flex;
    justify-content: space-between;
    width: 600px;
}

.footer > div > img{
    filter: invert(1);
    margin: 0 10px;
}

.product-sec{
    margin-bottom: 20px;
}

.product-sec > div {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

.product-sec > div > div {
    border: 1px solid #C9CBD1;
    border-radius: 20px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    width: 370px;
    height: 386px;
    margin-top: 20px;   
}

.product-img {
    height: 260px;
    width: 100%;
    background-color: #efeff0;
    border-radius: 17px 17px 0 0;
    
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

.product-info{
    height: 86px;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding: 20px 30px;
    /* background-color: #111822; */
}

.product-info > div{

}

/* .product-info > button, .popen-info-card > button {
    border: 0;
    background-color: transparent;
    font-family: Sans;
    color: #2f3031;
    font-size: 15px;
    border-bottom: 2px solid #8e9194;
    cursor: pointer;
} */

.product-info > button, .popen-info-card > button {
    border: 0;
    background-color: transparent;
    font-family: Sans;
    background-color: #F4F4F6;
    /* border: 1px solid #094a349a; */
    color: #094A34;
    font-size: 15px;
    height: 36px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 17px 17px;
    /* border-bottom: 2px solid #8e9194; */
    cursor: pointer;
}

.product-info > button:hover, .popen-info-card > button:hover {
    border-bottom: 2px solid #4b6456;
    color: #1c1d1f;
}

.price-card{
    direction: ltr;
}

.showgal{
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px 8px 0 0;
    z-index: 2;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
}
 
.showgal:hover{
    background-color: #11182244;
    backdrop-filter: blur(2px) saturate(100%);
    -webkit-backdrop-filter: blur(2px) saturate(100%);
    color: white;
    transition: 0.2s;
}

.product-open-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 19;
    background-color: #2f303198;
    backdrop-filter: blur(2px) saturate(100%);
    -webkit-backdrop-filter: blur(2px) saturate(100%);
    top: 0;
    left: 0;
}

.product-open{
    background-color: white;
    z-index: 20;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 220px);

    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 30px; */
}

.product-open > div {
    height: calc(100% - 30px);
    padding: 0 15px;
    /* background-color: #8e9194; */
}

.popen-info-card{
    width: 440px;
    border-left: 2px dashed #b2b6b9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popen-info-card > button {
    position: relative;
    /* width: 400px; */
    /* right: 0; */
}

.popen-info-card > div > div{
    padding: 20px 0;
}

.popen-images-card{
    width: calc(100% - 450px);
    /* width: fit-content; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
}

.main-img{
    height: calc(100% - 180px);
    
}

.main-img > img {
    border-radius: 10px;
    /* max-width: calc(100%); */
}

.all-img{
    width: 100%;
    height: 170px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.all-img > img {
    margin: 0 5px;
    border-radius: 8px;
}




/* CHECKOUT */

.checkout-sec > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 14px 0;
}

.checkout-container > div {
    margin: 0 5px;
}

.checkout-form {
    width: 50%;
    background-color: #F4F4F6;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #C9CBD1;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #064129;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-group input {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #C9CBD1;
    border-radius: 8px;
    font-family: Sans;
    font-size: 14px;
}

.payment-options {
    margin-bottom: 20px;
}

.payment-option {
    margin-bottom: 10px;
}

.payment-option input {
    margin-left: 10px;
}

.payment-option label {
    color: #064129;
    font-size: 14px;
}

.order-summary {
    width: 50%;
    background-color: #F4F4F6;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #C9CBD1;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C9CBD1;
}

.item-details {
    display: flex;
    flex-direction: column;
}

.item-quantity {
    color: #064129;
    font-size: 14px;
}

.order-total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    color: #064129;
    margin-top: 20px;
}

.continue-shopping {
    border: 0;
    background-color: transparent;
    font-family: Sans;
    color: #094A34;
    font-size: 15px;
    width: 100%;
    height: 36px;
    border-radius: 17px;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #094A34;
}

.continue-shopping:hover {
    background-color: #094A34;
    color: #F4F4F6;
}

.submit-order{
    border: 0;
    background-color: transparent;
    font-family: Sans;
    color: #094A34;
    font-size: 15px;
    width: 100%;
    height: 36px;
    border-radius: 17px;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #094A34;
    background-color: #094A34;
    color: #F4F4F6;
}

.submit-order:hover {
    background-color: #026443;
    color: #F4F4F6;
}


/*  */

.remove-item {
    color: #094A34;
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
}
.remove-item:hover {
    color: #026443;
    text-decoration: underline;
}

#header, #page > hr, .woocommerce-form-coupon-toggle > .woocommerce-info{
    display: none !important;
}