/*----------------------------------
 box-woo
----------------------------------*/
.box-woo {
    background-color: #d2d9e6;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.box-woo .header {
    padding: 5px 10px 0 10px;
}

/*----------------------------------
 box-woo Name A
----------------------------------*/
.Name-A-box-woo p {
    margin-bottom: 5px;
    text-align: center;
}

/*----------------------------------
 box-woo view
----------------------------------*/
.view-box-woo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 7px 0;
}

.view-box-woo a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: linear-gradient(180deg, #39c3c5, #94e5e6);
    border: 1px #51d7da solid;
    border-radius: 3px;
    padding: 2px 5px;
}

.view-box-woo a:hover {
    opacity: 85%;
}

.view-box-woo a i {
    font-size: 30px;
    color: #cae8e9;
    padding-right: 10px;
}

.view-box-woo a p {
    color: #005c5e;
    font-family: javan;
    font-size: 20px;
}

.Name-B-box-woo p span {
    margin-bottom: 5px;
    text-align: left;
    color: #513b66;
}

/*----------------------------------
 box-woo thumbnail
----------------------------------*/
.thumbnail-box-woo img {
    width: 100%;
    height: auto;
}

/*----------------------------------
 box-woo Solid
----------------------------------*/
.Solid-box-woo {
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
}

.Solid-box-woo .right {
    width: 66.6%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.Solid-box-woo .left {
    border-right: 1px #9ea2a7 dashed;
    width: 33.3%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*----------------------------------
 box-woo Description
----------------------------------*/
.Description-box-woo-up,
.Description-box-woo-down {
    width: 100%;
    height: 30%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.Description-box-woo-up p {
    font-size: 13px;
}

.Description-box-woo-up span {
    font-family: javan;
    font-size: 23px;
    color: #9b9e00;
}

.Description-box-woo-center {
    width: 100%;
    height: 40%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #E1E6F1;
    color: #5f2b71;
}

.Description-box-woo-center h2 {
    font-size: 25px;
    font-family: Plasma;
}

@media screen and (max-width: 310px) {
    .Description-box-woo-up span {
        font-size: 19px;
    }

    .Description-box-woo-center h2 {
        font-size: 22px;
    }
}

/*----------------------------------
 box-woo kod
----------------------------------*/
p.kod-box-woo {
    font-size: 25px;
    color: chocolate;
    font-weight: 600;
}

/*----------------------------------
 box-woo price
----------------------------------*/
span.woocommerce-Price-amount bdi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.box-woo .price {
    color: #3da32f;
    font-size: 28px;
}

.woocommerce-Price-currencySymbol {
    color: #222f3e;
    font-size: 15px;
}

/*----------------------------------
 box-woo cart
----------------------------------*/
.cart-box-woo {
    width: 60px;
    height: 70px;
    display: flex;
    flex-direction: column;
}

.cart-box-woo .up {
    width: 100%;
    height: 40%;
    border-radius: 3px 3px 0 0;
    background-color: #38b84b;
    border: 1px solid #3fce54;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-box-woo .up i {
    color: #EFF1F5;
    font-size: 18px;
}

.cart-box-woo .down {
    width: 100%;
    height: 60%;
    background-color: #3cca52;
    border: 1px solid #3fce54;
    border-radius: 0 0 3px 3px;
    border-top: 0;
}

.cart-box-woo .down p {
    font-size: 13px;
    margin-bottom: -7px;
    margin-top: -3px;
    color: #222f3e;
}

.cart-box-woo .down span {
    font-size: 15px;
	color: #222f3e;
}

.cart-box-woo .up:hover,
.cart-box-woo .down:hover {
    opacity: 90%;
}

/*----------------------------------
 تنظیمات مربوط به ON - OFF
----------------------------------*/
@media screen and (min-width: 1024px) {
    .thumbnail-box-woo img {
        transition: 0.5s;
    }

    .box-woo:hover .thumbnail-box-woo img {
        opacity: 0;
    }

    .OFF-box-woo {
        transition: 0.4s;
    }

    .box-woo:hover .OFF-box-woo {
        transform: translate(0, -145px);
    }

    .ON-box-woo {
        transition: 0.7s;
        position: absolute;
        width: 100%;
    }

    .box-woo:hover .ON-box-woo {
        transform: translate(0, -120px);
    }

    .box-woo:hover .Name-A-box-woo p {
        font-weight: 600;
    }

    .box-woo:hover h2.kod-box-woo {
        font-weight: 600;
        color: chocolate;
    }
}

@media screen and (max-width: 1023px) {
    .ON-box-woo {
        background-color: #e1e6f1;
    }

    .Solid-box-woo .left {
        padding-right: 5px;
    }

    .cart-box-woo .down p {
        margin-bottom: -10px;
        margin-top: -2px;
    }

    .Description-box-woo-center {
        background-color: #e1e6f1;
        color: #513b66;
    }
}

@media screen and (max-width: 799px) {
    .Name-A-box-woo p {
        font-weight: 600;
    }

    h2.kod-box-woo {
        font-weight: 600;
        color: chocolate;
    }
}