﻿@import url('GeneralStyling.Css');
@import url('Header&FooterStyling.Css');
main {
    width: 95%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.main-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 75px;
}

.content-part {
    width: 90%;
    margin: 15px 20px;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: auto;
}

.content-part-Right {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-part-Left {
    width: 75%;
}

.content-part-Title {
    margin: 30px 0;
}

.price {
    max-width: 22vw;
    text-align: center;
    margin: 15px 0;
}

.image-part {
    width: 95%;
}

section {
    width: 80%;
    align-self: center;
    position: relative;
}

section img {
    width: 100%;
}

.slider h3 {
    font-family: "Aviny";
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

section span {
    width: 60px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    cursor: pointer;
    border: 1px solid #8a8a8a;
    visibility: hidden;
}

div.bigger-image {
    position: absolute;
    top: 0;
    left: -700px;
    width: 720px;
    height: 600px;
    background-size: cover;
    /*align-self: center;*/
    visibility: hidden;
    z-index: 1000 !important;
}

.swiper {
    width: 75%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(141, 177, 248, 0.545);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Product-Cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-image {
    height: 300px;
}

.mySwiper {
    width: 90%;
}

.relatedProducts {
    display: flex;
    flex-direction: column;
}

.relatedProducts h4 {
    display: flex;
    align-items: center;
    height: 50px;
}

.accordion {
    margin: 15px 0;
}

.accordion .accordion-title {
    background: #e6193b;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    border: 2px solid #740d1e;
    cursor: pointer;
}

.accordion .accordion-title::before {
    content: '+';
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.accordion .accordion-title.active::before {
    content: '-' !important;
    margin-left: 16px;
}

.accordion .accordion-content {
    background: #d3d3d3;
    height: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    padding: 10px 20px;
    text-align: justify
}

.full-desc {
    line-height: 2.5;
}

.Products-main-title {
    font-family: "Aviny";
    font-size: 50px;
    font-weight: 600;
}

.swiper-title {
    font-family: "Aviny";
    font-size: 35px;
    font-weight: 400;
}

.icon:before {
    font-family: FontAwesome;
    font-style: normal;
}

.Product-cat {
    font-family: "Vazir";
    font-size: 25px;
    font-weight: 300;
}