




/*body{*/
/*    color: #2d3748;*/
/*    background-color: rgb(255, 255, 255);*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*    !*font-size: 1rem;*!*/
/*}*/


/*.container{*/
/*    display: grid;*/
/*    grid-template-areas: "header header"*/
/*                         "menu content"*/
/*                         "footer footer";*/
/*    grid-template-columns: 1fr 5fr;*/
/*    gap: 5px;*/
/*    !*background-color: #eeeeee;*!*/
/*    padding: 0;*/
/*}*/

/*.container > div{*/
/*    !*border-radius: 10px;*!*/
/*    background-color: #fdfdfd;*/
/*    padding: 15px;*/
/*}*/

/*.container > div.header {*/
/*    grid-area: header;*/
/*    width: 100%;*/
/*}*/

/*.container > div.left-menu {*/
/*    grid-area: menu;*/
/*    background-color: #1a202c;*/
/*    color: #cccccc;*/
/*}*/

/*.container > div.content {*/
/*    grid-area: content;*/
/*    background-color: inherit;*/
/*    display: grid;*/
/*    grid-template-areas: "content-1 content-2 content-3 content-5"*/
/*                         "content-4 content-4 content-4 content-4";*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*    gap: 20px;*/
/*    padding: 20px;*/
/*}*/



/*.container > div.footer {*/
/*    grid-area: footer;*/
/*}*/

/*.footer h3{*/
/*    border-bottom: 1px solid #585858;*/
/*    padding: 10px 0;*/
/*}*/

/*.content > div{*/
/*    color: #cccccc;*/
/*    border: 1px solid lightgray;*/
/*    border-radius: 15px;*/
/*    box-shadow: 0 0 10px lightgray;*/
/*    padding: 10px;*/
/*    display: flex;*/
/*    justify-content: space-evenly;*/
/*    align-items: center;*/
/*}*/

/*.content > div.content-1 {*/
/*    grid-area: content-1;*/
/*    display: flex;*/
/*}*/

/*.content > div.content-2 {*/
/*    grid-area: content-2;*/
/*    display: flex;*/
/*}*/

/*.content > div.content-3 {*/
/*    grid-area: content-3;*/
/*    display: flex;*/
/*}*/

/*.content > div.content-4 {*/
/*    grid-area: content-4;*/
/*}*/

/*.content > div.content-5 {*/
/*    grid-area: content-5;*/
/*    display: flex;*/
/*}*/


/*!*.menu-other-page{*!*/
/*!*    !*width: 80%;*!*!*/
/*!*    margin: auto;*!*/
/*!*    padding: 15px;*!*/
/*!*    display: flex;*!*/
/*!*    justify-content: space-between;*!*/
/*!*    align-items: center;*!*/
/*!*    !*font-size: xx-large;*!*!*/
/*!*    font-family: fantasy;*!*/
/*!*}*!*/

/*.menu{*/
/*    margin: auto;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    font-size: small;*/
/*    justify-content: space-around;*/
/*    padding: 20px 0;*/
/*    background-color: #ffffff;*/
/*    box-shadow: 0 0 10px #cfcfcf;*/
/*    align-items: center;*/
/*}*/

/*.menu-icon{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: end;*/
/*    width: 9%;*/
/*    position: relative;*/
/*}*/

/*.menu a {*/
/*    margin: 0 10px;*/
/*}*/

/*.menu-other-page img{*/
/*    width: 10%;*/
/*}*/

/*.menu img{*/
/*    width: 100%;*/
/*    !* margin: 0 10px; *!*/
/*    border-radius: 50%;*/
/*}*/

/*.logo-container-text-fd{*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*    font-size: xxx-large;*/
/*}*/

/*a{*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*}*/

/*.tooltip {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    !*border-bottom: 1px dotted black;*!*/
/*}*/

/*.tooltip .tooltiptext {*/
/*    width: max-content;*/
/*    visibility: hidden;*/
/*    background-color: #2d3748;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    border-radius: 6px;*/
/*    padding: 5px 5px;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    bottom: -72%;*/
/*    left: -4%;*/
/*    font-size: xx-small;*/
/*    font-family: 'body';*/
/*}*/

/*.tooltip .tooltiptext::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    left: 50%;*/
/*    margin-left: -5px;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-color: #2d3748 transparent transparent transparent;*/
/*    rotate: 180deg;*/
/*}*/
/*.tooltip:hover .tooltiptext {*/
/*    visibility: visible;*/
/*}*/

/*.drop-menu{*/
/*    position: absolute;*/
/*    display: none;*/
/*    top: 29px;*/
/*    border: 1px solid silver;*/
/*    padding: 0 7px;*/
/*    left: 0;*/
/*    font-family: 'body';*/
/*    background-color: white;*/
/*    border-radius: 10px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*.drop-menu a{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.icon-chevron-down:hover .drop-menu {*/
/*    display: block;*/
/*}*/

/*table{*/
/*    border-collapse: collapse;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*thead{*/
/*    background-color: #1a202c;*/
/*    color: #cccccc;*/
/*}*/

/*.font-small{*/
/*    font-size: x-small;*/
/*}*/

/*tr:nth-child(even){background-color: #f2f2f2;}*/



/*td{*/
/*    padding: 10px 0;*/
/*}*/

/*ul{*/
/*    list-style-type: none;*/
/*    padding: 0;*/
/*}*/
/*li {*/
/*    margin-bottom: 10px; !* فاصله بین آیتم‌ها *!*/
/*}*/

/*.homeSpecial {*/
/*    width: fit-content;*/
/*    font-size: xx-large;*/
/*    color: gray;*/
/*    display: flex;*/
/*    margin: auto;*/
/*}*/

/*.alert{*/
/*    position: fixed;*/
/*    top: 100px;*/
/*    right: 50px;*/
/*    padding: 10px;*/
/*    border-radius: 15px;*/
/*    color: white;*/
/*}*/

/*.alert-success{*/
/*    background-color: #399339;*/
/*}*/
/*.alert-error{*/
/*    background-color: #ef4444;*/
/*}*/

/*.btn-submit-pro{*/
/*    background-color: inherit;*/
/*    cursor: pointer;*/
/*    padding: 0;*/
/*}*/






























/*@font-face {*/
/*    font-family: body;*/
/*    src: url(../VarelaRound-Regular.ttf);*/
/*}*/

/**{*/
/*    box-sizing: border-box;*/
/*}*/



/*!*.menu-other-page{*!*/
/*!*    width: 80%;*!*/
/*!*    margin: auto;*!*/
/*!*    padding: 15px;*!*/
/*!*    display: flex;*!*/
/*!*    justify-content: center;*!*/
/*!*    align-items: center;*!*/
/*!*    font-size: xx-large;*!*/
/*!*    font-family: fantasy;*!*/
/*!*    border-bottom: 2px solid #2d3748;*!*/
/*!*}*!*/

/*!*.menu{*!*/
/*!*    width: 25%;*!*/
/*!*    display: flex;*!*/
/*!*    justify-content: space-between;*!*/
/*!*    align-items: center;*!*/
/*!*}*!*/












/*.product-container{*/
/*    !*background-color: #f3f3f3;*!*/
/*    width: 80%;*/
/*    margin: 6% auto 3px;*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    justify-content: center;*/
/*    align-items: flex-start;*/
/*    border-radius: 15px;*/
/*}*/

/*.product-text{*/
/*    position: absolute;*/
/*    width: 30%;*/
/*    height: 31%;*/
/*    padding: 10px;*/
/*}*/

/*.product-img{*/
/*    position: relative;*/
/*    width: 49%;*/
/*}*/

/*.base{*/
/*    width: fit-content;*/
/*    !*height: 300px;*!*/
/*    margin: 10px auto;*/
/*    -webkit-mask: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M5%2C0H60A5%2C5%200%2C0%2C1%2065%2C5V25A5%2C5%200%2C0%2C0%2070%2C30H95A5%2C5%200%2C0%2C1%20100%2C35V95A5%2C5%200%2C0%2C1%2095%2C100H40A5%2C5%200%2C0%2C1%2035%2C95V85A5%2C5%200%2C0%2C0%2030%2C80H5A5%2C5%200%2C0%2C1%200%2C75V5A5%2C5%200%2C0%2C1%205%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;*/
/*    mask: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M5%2C0H60A5%2C5%200%2C0%2C1%2065%2C5V25A5%2C5%200%2C0%2C0%2070%2C30H95A5%2C5%200%2C0%2C1%20100%2C35V95A5%2C5%200%2C0%2C1%2095%2C100H40A5%2C5%200%2C0%2C1%2035%2C95V85A5%2C5%200%2C0%2C0%2030%2C80H5A5%2C5%200%2C0%2C1%200%2C75V5A5%2C5%200%2C0%2C1%205%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;*/

/*    !*width: 100px;*!*/
/*    background-color: #513D34;*/
/*    aspect-ratio: 1 / 1;*/
/*}*/

/*.base img{*/
/*    border-radius: 10px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*!*.inverted {*!*/
/*!*    clip-path: path("M10,0H90A10,10 0,0,1 100,10V90A10,10 0,0,1 90,100H10A10,10 0,0,1 0,90V40A10,10 0,0,1 10,30H40A10,10 0,0,0 50,20V10A10,10 0,0,1 60,0");*!*/
/*!*    width: 100px;*!*/
/*!*    height: 100px;*!*/
/*!*    background-color: #513D34;*!*/
/*!*    aspect-ratio: 1 / 1;*!*/
/*!*}*!*/

/*.sub{*/
/*    position: absolute;*/
/*    width: 14%;*/
/*    margin: 0 auto 10px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    bottom: 1%;*/
/*    left: 19%;*/
/*}*/

/*.sub img{*/
/*    width: 100%;*/
/*    border-radius: 30px;*/
/*}*/



/*.comment-similar{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    width: 80%;*/
/*    margin: auto;*/
/*    align-items: baseline;*/
/*}*/

/*.comment-container{*/
/*    display: flex;*/
/*    width: fit-content;*/
/*    justify-content: flex-end;*/
/*    align-items: center;*/
/*}*/

/*.users-comments{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-start;*/
/*    height: 100%;*/
/*    width: 100%;*/

/*}*/

/*.users-comment{*/
/*    margin: 5px;*/
/*    !*border: 1px solid silver;*!*/
/*    border-radius: 10px;*/
/*    padding: 5px;*/
/*    width: 12vw;*/
/*    aspect-ratio: 1;*/
/*    background-color: white;*/
/*}*/

/*hr{*/
/*    width: 50%;*/
/*    margin: auto;*/
/*    !* border-color: #ffffff; *!*/
/*    display: block;*/
/*    height: 1px;*/
/*    border: 0;*/
/*    border-top: 1px solid #ccc;*/
/*    !* margin: 1em 0; *!*/
/*    padding: 0;*/
/*}*/

/*.comment{*/
/*    background-color: #f3f3f3;*/
/*    border-radius: 15px;*/
/*    padding: 5px;*/
/*    margin: 3px;*/
/*    !*width: 100%;*!*/
/*    flex: 1;*/
/*}*/

/*.comment-header{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-evenly;*/
/*    align-items: center;*/
/*    border-bottom: 1px solid silver;*/
/*}*/

/*.comment-header img{*/
/*    border-radius: 100%;*/
/*}*/

/*.comment-header-img{*/
/*    width: 20%;*/
/*}*/

/*.comment-header-txt{*/
/*    font-size: larger;*/
/*}*/

/*.rate{*/
/*    color: gold;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*hr,p{*/
/*    margin: 1px;*/
/*}*/

/*.similar-container{*/


/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-evenly;*/
/*    align-items: center;*/
/*    margin: 10px;*/
/*}*/

/*.similar-main{*/
/*    width: 30%;*/
/*    display: flex;*/
/*    justify-content: space-evenly;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/

/*.similar-pic{*/
/*    width: 75%;*/
/*}*/

/*.similar-pic img{*/
/*    width: 100%;*/
/*}*/

/*.similar-text{*/
/*    width: 40%;*/
/*}*/
/*!* rate input in comment*!*/

/*.inputRange-comment {*/
/*    appearance: none;*/
/*    width: 200px;*/
/*    height: 12px;*/
/*    border-radius: 10px;*/
/*    background: linear-gradient(90deg, #377494 60%, #dddddd 60%);*/
/*    cursor: pointer;*/
/*}*/

/*!* Thumb: for Chrome, Safari, Edge *!*/
/*.inputRange-comment::-webkit-slider-thumb {*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*    width: 25px;*/
/*    height: 20px;*/
/*    border-radius: 7px;*/
/*    background: #13606d;*/
/*    box-shadow: none;*/
/*}*/

/*!* Thumb: for Firefox *!*/
/*.inputRange-comment::-moz-range-thumb {*/
/*    border: none;*/
/*    width: 25px;*/
/*    height: 20px;*/
/*    border-radius: 7px;*/
/*    background: #13606d;*/
/*    box-shadow: none;*/
/*}*/

/*.comment-form{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-direction: row;*/
/*}*/

/*.userActivity-comment{*/
/*    width: 100%;*/
/*    margin: auto;*/
/*}*/

/*.comment-form *{*/
/*    margin: auto;*/
/*}*/

/*.comment-form textarea {*/
/*    height: 185px;*/
/*    padding: 5px;*/
/*    box-sizing: border-box;*/
/*    border: none;*/
/*    border-radius: 12px;*/
/*    background-color: #ffffff;*/
/*    font-size: 16px;*/
/*    resize: none;*/
/*    font-family: 'fanum';*/
/*}*/

/**:focus {*/
/*    outline: none;*/
/*}*/

/*.product-page{*/
/*    display: flex;*/
/*    justify-content: space-evenly;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    flex: 1;*/
/*}*/







/*!*@import url(https://fonts.googleapis.com/css?family=Dosis:700);*!*/
/*!*body {*!*/
/*!*    font-family: "Dosis", Helvetica, Arial, sans-serif;*!*/
/*!*    background: #ecf0f1;*!*/
/*!*    color: #34495e;*!*/
/*!*    padding-top: 40px;*!*/
/*!*    text-shadow: white 1px 1px 1px;*!*/
/*!*}*!*/
/*.value {*/
/*    !* border-bottom: 4px dashed #bdc3c7; *!*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    font-size: 3em;*/
/*    !* width: 300px; *!*/
/*    !* height: 74px; *!*/
/*    !* line-height: 1px; *!*/
/*    margin: 16px auto;*/
/*    !* letter-spacing: 0; *!*/
/*    text-shadow: #ffffff 0 0 18px;*/
/*}*/
/*input[type="range"] {*/
/*    display: block;*/
/*    -webkit-appearance: none;*/
/*    background-color: #bdc3c7;*/
/*    width: 90%;*/
/*    height: 5px;*/
/*    border-radius: 5px;*/
/*    margin: 0 auto 40px;*/
/*    outline: 0;*/
/*}*/
/*input[type="range"]::-webkit-slider-thumb {*/
/*    -webkit-appearance: none;*/
/*    background-color: #e74c3c;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 50%;*/
/*    border: 2px solid white;*/
/*    cursor: pointer;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*​ input[type="range"]::-webkit-slider-thumb:hover {*/
/*    background-color: white;*/
/*    border: 2px solid #e74c3c;*/
/*}*/
/*input[type="range"]::-webkit-slider-thumb:active {*/
/*    transform: scale(1.6);*/
/*}*/

/*.btn-submit {*/
/*    font-family: body;*/
/*    background-color: rgb(229 229 229);*/
/*    !*border: none;*!*/
/*    font-size: large;*/
/*    color: inherit;*/
/*    cursor: pointer;*/
/*    margin: 15px auto 0;*/
/*    border: 1px solid silver;*/
/*    padding: 5px;*/
/*}*/



/*.card-price-container{*/
/*    display: flex;*/
/*    justify-content: start;*/
/*    align-items: center;*/
/*}*/

/*.card-price{*/
/*    margin: 16px 5px;*/
/*}*/

/*.card-price-discount{*/
/*    text-decoration: 2px line-through;*/
/*    opacity: 0.5;*/
/*}*/

/*.cart-alert{*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    right: -10px;*/
/*    background-color: #767676;*/
/*    font-size: x-small;*/
/*    font-family: 'body';*/
/*    padding-top: 4px;*/
/*    border-radius: 50px;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    text-align: center;*/
/*}*/





