@charset "utf-8";

@import url(titomarket.css);

@import url(titoslider.css);

@font-face {
    font-family:"Yekan Bakh";src:url(../fonts/YekanBakh-Light.eot);src:url(../fonts/YekanBakh-Light.eot?#iefix)format("embedded-opentype"),url(../fonts/YekanBakh-Light.woff2)format("woff2"),url(../fonts/YekanBakh-Light.svg#YekanBakh-Light)format("svg");font-weight:400;font-style:normal;font-display:swap
}

@font-face {
    font-family:"Yekan Bakh";src:url(../fonts/YekanBakh-Black.eot);src:url(../fonts/YekanBakh-Black.eot?#iefix)format("embedded-opentype"),url(../fonts/YekanBakh-Black.woff2)format("woff2"),url(../fonts/YekanBakh-Black.svg#YekanBakh-Black)format("svg");font-weight:900;font-style:normal;font-display:swap
}

@font-face {
    font-family:"Yekan Bakh";src:url(../fonts/YekanBakh-SemiBold.eot);src:url(../fonts/YekanBakh-SemiBold.eot?#iefix)format("embedded-opentype"),url(../fonts/YekanBakh-SemiBold.woff2)format("woff2"),url(../fonts/YekanBakh-SemiBold.svg#YekanBakh-SemiBold)format("svg");font-weight:700;font-style:normal;font-display:swap
}

@font-face {
    font-family:"IRANSans";font-style:normal;font-weight:700;src:url(../fonts/fa-num.eot);src:url(../fonts/fa-num.eot?#iefix)format("embedded-opentype"),url(../fonts/fa-num.woff2)format("woff2")
}

@font-face {
    font-family:"TT Chocolates";src:url(../fonts/TTChocolates-Medium.eot);src:url(../fonts/TTChocolates-Medium.eot?#iefix)format("embedded-opentype"),url(../fonts/TTChocolates-Medium.woff2)format("woff2"),url(../fonts/TTChocolates-Medium.svg#TTChocolates-Medium)format("svg");font-weight:500;font-style:normal;font-display:swap
}

body,html {
    direction: rtl;
    scroll-behavior: smooth;
    color: var(--gray);
    font-size: 16px
}

::-webkit-scrollbar {
    width: 8px
}

:not(body):not(html):not([class$=-wrap]):not(.container) {
    -webkit-transition: all .25s ease,width 0s,height 0s;
    -o-transition: all .25s ease,width 0s,height 0s;
    transition: all .25s ease,width 0s,height 0s
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Yekan Bakh","TT Chocolates",Arial,sans-serif;
    text-decoration: none;
    letter-spacing: .01rem;
    scrollbar-width: thin
}

.fa-num {
    font-family: "IRANSans"
}

.in-mobile-show {
    display: none
}

.table-title{
    font-size: 15px;
  color: black;
  font-weight: bold;
}

.invalid-feedback{
    display: none;
    color: red;
  font-size: .75rem;
}
.total-element{
    border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.btn-cart{
  display: flex;
  justify-content: space-between;
}

#menu-cart .btn-toggle:hover,#menu-cart.active .btn-toggle,.header .categories>.menu-item>.dropdown-menu li a:hover,.header .links a:hover,.tito {
    color: var(--red)
}

button,input[type=submit] {
    cursor: pointer
}

button:disabled,input[type=submit]:disabled {
    opacity: 80%;
    cursor: auto
}

a {
    color: unset
}

button:focus,input:focus,textarea:focus {
    outline: 0
}

button,input {
    border: 0;
    background: 0 0;
    color: unset
}

input,textarea {
    background: inherit
}

:root {
    --light: #E5E5E5;
    --red: #C80000;
    --red0: #C8000000;
    --gray: #808080
}
.text-unavailable{
    font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.card {
    float: right;
    width: 100%
}

.reply-modal{
    display: grid;
  gap: 10px;
}

.reply-form{
    display: flex;
  gap: 5px;
}

.pl-10{
    padding-left:10px;
}

.text-area-reply{
height: 150px;
  width: 100%;
}

.card:has(.container),.card:has(.inside-container),.card:has(.small-container),.inside-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
.d-felx{
    display:flex;
}
.flex-c-b,.flex-c5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px
}
.text-end{
    text-align: end;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-20{
    margin-top: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-40{
    margin-top: 40px;
}

.item-ui {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 14px;
  border-radius: 16px;
  float: right;
  background-color: #fff;
  direction: rtl;
  pointer-events: all;
  -webkit-transition: all .25s,width 0s;
  -o-transition: all .25s,width 0s;
  transition: all .25s,width 0s;
  position: relative;

}
.justify-end{
    justify-content: end;
}
.justify-space-between{
    justify-content: space-between;
}
.w-100{
    width:100%;
}
.d-block{
    display:block !important;
}

.flex-direction-none{
    flex-direction:none !important;
}
.banner{
    
}
 .faq-title {
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-content{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*background: var(--light);*/
      width: 100%;
      /*border-radius: 15px;*/
      margin-inline: 10px;
     padding: 10px;
       padding-top: 0px;
       border-bottom: 1px solid #eee;
      padding-bottom: 20px;
      padding-top: 20px;
}
.author-dot-faq {
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    --m-bg-alpha: 1;
    background-color: rgba(var(--m-color-primary),var(--m-bg-alpha));
    margin-top: 10px;
    margin-left: 3px;
}
.pl-3{
    padding-left:15px;
}

.ms-2{
    margin-left:5px;
}
.flex-c-b {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px
}

.white-space-nowrap {
    white-space: nowrap
}

.text-center {
    text-align: center
}

div.container,form.container {
    width: min(1190px,100%);
    -webkit-transition: width 0s;
    -o-transition: width 0s;
    transition: width 0s;
    padding-right: 20px;
    padding-left: 20px
}

.container.p-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.place-center {
    display: -ms-grid!important;
    display: grid!important;
    place-items: center
}

.header {
    position: relative;
    z-index: 990
}

.header .nav>:not(.cart) {
    white-space: nowrap
}

.header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 52px 0 36px;
    font-size: .875rem
}

.header .logo {
    height: 75px
}

.header .search {
    width: 100%;
    position: relative
}

.header .search input {
    background-color: var(--light);
    height: 38px;
    border-radius: 20px;
    padding: 0 12px 0 46px;
    font-weight: 400;
    font-size: .875rem
}

.header .search input::-webkit-input-placeholder {
    opacity: 1
}

.header .search input::-moz-placeholder {
    opacity: 1
}

.header .search input:-ms-input-placeholder {
    opacity: 1
}

.header .search input::-ms-input-placeholder {
    opacity: 1
}

.header .search input::placeholder {
    opacity: 1
}

.header .search button {
    font-size: 1.25rem;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
}

.header .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    gap: 20px
}

.header .links a {
    float: right
}

.header .auth-btn {
    padding: 7px 12px;
    border-radius: 25px;
    background-color: var(--red);
    color: #fff;
    gap: 7px
}
.header .auth-btn:hover,
#menu-cart .submit-order-btn:hover {
    background-color: #ad0505;
}

#menu-cart {
    position: relative
}

#menu-cart .checkout {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
    width: min(350px,70vw);
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px #00000030;
            box-shadow: 5px 5px 15px #00000030;
    border-radius: 12px;
    visibility: hidden;
    opacity: 0;
    z-index: 20;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px)
}

#menu-cart.active .checkout {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0)
}

#menu-cart .btn-toggle {
    position: relative;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: var(--light);
    font-size: 1rem;
    cursor: pointer
}

#menu-cart .badge {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--red);
    color: #fff;
    padding: 5px 6px 3px;
    border-radius: 50%;
    line-height: .675rem;
    font-size: .675rem;
    -webkit-transform: translate(30%,-30%);
        -ms-transform: translate(30%,-30%);
            transform: translate(30%,-30%)
}

#menu-cart .cart-wrap {
    padding: 14px 14px 14px 10px;
    border-bottom: 1px solid #eee
}

#menu-cart .cart-actions {
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px
}

#menu-cart .cart-actions .price-span {
    font-size: .75rem;
    display: block
}

#menu-cart .cart-actions .price {
    font-size: 1rem;
    display: block;
    color: #000;
    margin-top: 1px
}

#menu-cart .submit-order-btn {
    padding: 10px 20px;
    border-radius: 7px;
    background-color: var(--red);
    color: #fff;
    font-weight: 700
}

#menu-cart .checkout-btn {
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 700;
    border: solid lightgray 1px;
    color: #a2a2a2;
}

#menu-cart .checkout-btn:hover {
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 700;
     background-color: var(--red);
    color: #fff;
}

#menu-cart-products {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    overflow: auto;
    max-height: 250px
}

#menu-cart-products .product {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 96px 14px auto;
    grid-template-columns: 96px auto;
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

#menu-cart-products .product:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 14px
}

#menu-cart-products .thumbnail {
    height: 96px;
    border-radius: 7px
}
.info-cart {
    display: flex;
    justify-content:center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start
}

.gap-20{
    gap:20px;
}

#menu-cart-products .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start
}

#menu-cart-products .category {
    font-size: .75rem;
    color: #999
}

#menu-cart-products .title {
    font-size: .875rem;
    color: #000;
    font-weight: 700
}

#menu-cart-products .buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

#menu-cart-products .input-group,.input-group.number {
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 7px #00000020;
            box-shadow: 2px 2px 7px #00000020;
    color: var(--red)
}

#menu-cart-products .qty,.input-group.number .qty {
    width: 32px;
    text-align: center;
    padding: 5px 5px 4px;
    font-size: 1rem
}

#menu-cart-products .price-span {
    display: block;
    font-size: .675rem
}

#menu-cart-products .price {
    display: block;
    font-size: .875rem;
    color: #000;
    word-spacing: 1px
}

.input-group .decrease,.input-group .increase {
    font-size: 1.25rem;
    font-weight: 700
}

.input-group .increase {
    padding-right: 7px;
    padding-left: 2px
}

.input-group .decrease {
    padding-right: 2px;
    padding-left: 7px
}

.header .categories {
    padding: 10px;
    background-color: var(--light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1px;
    position: relative;
    list-style: none
}

.header .categories>.menu-item {
    position: relative;
    font-size: .875rem
}

.header .categories>.menu-item>a {
    float: right;
    padding: 20px 12px;
    font-weight: 700;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-align: center
}

.header .categories>.menu-item:hover {
    -webkit-filter: drop-shadow(3px 3px 10px #00000020);
            filter: drop-shadow(3px 3px 10px #00000020)
}

.header .categories>.menu-item:hover>a {
    background-color: #fff;
    color: var(--red)
}

.header .categories>.menu-item>.dropdown-menu {
    position: absolute;
    top: 100%;
    margin-top: -6px;
    right: 0;
    display: none;
    min-width: 180px;
    background-color: #fff;
    white-space: nowrap;
    padding: 20px
}

.header .categories .dropdown-menu .menu-item:hover>.dropdown-menu,.header .categories>.menu-item:hover>.dropdown-menu {
    display: block
}

.header .categories>.menu-item:hover>.dropdown-menu li {
    list-style: disc;
    padding-right: 5px;
    width: 100%;
    float: right
}

.header .categories>.menu-item>.dropdown-menu li::marker {
    font-size: .5rem;
    color: var(--red)
}

.header .categories>.menu-item>.dropdown-menu li:not(:last-child) {
    margin-bottom: 7px
}

.header .categories .dropdown-menu .menu-item {
    position: relative
}

.header .categories .dropdown-menu .menu-item>.dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    display: none;
    width: 180px;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 10px #00000020;
            box-shadow: 3px 3px 10px #00000020
}

.footer {
    background-color: #000;
    margin-top: 140px
}

.footer .social-medias {
    -webkit-box-shadow: 3px 3px 10px #00000020;
            box-shadow: 3px 3px 10px #00000020;
    background-color: #fff;
    border-radius: 36px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
    margin-top: -80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.footer .social-medias .title {
    font-size: 1.25rem;
    color: #000
}

.footer .social-medias .social {
    padding: 11px;
    border-radius: 16px;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    direction: ltr;
    font-size: 1.125rem;
    gap: 14px;
    font-family: "TT Chocolates",sans-serif;
    overflow: hidden;
    max-width: 60px;
    -webkit-box-shadow: inset 0 0 0 2px #999;
            box-shadow: inset 0 0 0 2px #999
}

.footer .social-medias .social:hover {
    max-width: 200px;
    padding-right: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff
}

.footer .social-medias .facebook:hover {
    background-color: #2e6bed
}

.footer .social-medias .twitter:hover {
    background-color: #1da1f2
}

.footer .social-medias .aparat:hover {
    background-color: #e31c5a
}

.footer .social-medias .telegram:hover {
    background-color: #08c
}

.footer .social-medias .instagram:hover {
    background: -o-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
}

.footer .social-medias .icon {
    font-size: 1.75rem;
    margin-left: 2px
}

.footer .social-medias .social:first-of-type {
    margin-right: auto
}

.footer .mid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px auto 20px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 50px 0;
    font-size: .875rem
}

.footer .mid .inline-logo {
    height: 40px
}

.footer .mid .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    color: #fff
}

.footer .mid .support a {
    margin-right: 5px
}

.footer .mid .scroll-up {
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    border-radius: 6px;
    padding: 6px 10px;
    float: left
}

.footer .mid .scroll-up:hover {
    background-color: #ccc
}

.footer .mid .scroll-up i {
    font-size: .375rem
}

.footer .main {
    background-color: #fff;
    padding: 80px 50px 0;
    border-radius: 36px 36px 0 0;
    font-size: .875rem
}

.footer .actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.footer .actions,.footer .actions .links-group,.footer .links,.footer .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px
}

.footer .main h5 {
    font-size: 1rem;
    font-weight: 700;
    float: right;
    display: block;
    margin-bottom: 5px;
    color: #000
}

.footer .links,.footer .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px
}

.footer .link {
    list-style: none
}

.footer .link:hover {
    color: var(--red)
}

.footer .newsletter form {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
}

.footer .newsletter button,.footer .newsletter input {
    padding: 10px;
    border-radius: 7px;
    background-color: var(--light)
}

.footer .newsletter input::-webkit-input-placeholder {
    direction: rtl;
    text-align: right
}

.footer .newsletter input::-moz-placeholder {
    direction: rtl;
    text-align: right
}

.footer .newsletter input:-ms-input-placeholder {
    direction: rtl;
    text-align: right
}

.footer .newsletter input::-ms-input-placeholder {
    direction: rtl;
    text-align: right
}

.footer .newsletter input::placeholder {
    direction: rtl;
    text-align: right
}

.footer .newsletter button:hover {
    background-color: var(--gray);
    color: #fff
}

.footer .info {
    padding-top: 46px;
    padding-bottom: 46px;
    border-top: 1px solid #eee;
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px
}

.footer .info .description {
    display: block;
    float: right;
    clear: both;
    max-width: 600px;
    margin-top: 5px
}

.certifications {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.certifications a {
    border-radius: 12px;
    border: 1px solid #eee;
    padding: 12px;
    display: -ms-grid;
    display: grid;
    place-items: center
}

.certifications a:hover,.titoslider.image-border .wrap .inline-slide:hover {
    border-color: #ccc
}

.certifications a img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain
}

.footer .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
    text-align: center
}

.app-menu {
    display: none;
    z-index: 998
}

.checkbox-group,.radio-group {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff
}

.checkbox-group {
    border: 1px solid #ccc;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border-radius: 7px;
    width: 18px;
    height: 18px
}

.radio-group {
    -webkit-box-shadow: inset 0 0 0 1px var(--red);
            box-shadow: inset 0 0 0 1px var(--red);
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.checkbox-group input,.radio-group input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.checkbox-group>span {
    opacity: 0;
    -webkit-transform: rotate(-30deg) scale(.5);
        -ms-transform: rotate(-30deg) scale(.5);
            transform: rotate(-30deg) scale(.5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: var(--red)
}

.checkbox-group:has(input:checked) {
    border-color: var(--red)
}

.radio-group:has(input:checked) {
    -webkit-box-shadow: inset 0 0 0 6px var(--red);
            box-shadow: inset 0 0 0 6px var(--red)
}

.checkbox-group:has(input:checked)>span {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none
}

.tito-btn {
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid var(--red);
    font-weight: 700;
    font-size: .875rem;
    color: var(--red);
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    position: relative;
    cursor: pointer
}
.tito-btn.secondary:not(:disabled):hover {
    border: 1px solid var(--red);
    color: var(--red);
}

.btn-gray :hover {
    border: 1px solid var(--gray);
    color: var(--gray);
}

.btn-gray {
    border-color: #999;
    color: #999
}

.tito-btn.success {
    border-color: #009245!important;
    color: #009245
}

.tito-btn.success.active,.tito-btn.success:hover {
    background-color: #009245!important;
    color: #fff!important
}

.tito-btn.secondary {
    border-color: #999;
    color: #999
}

.tito-btn.white-btn {
    background-color: #fff;
    color: var(--gray)
}

.tito-btn.white-btn:hover {
    color: var(--red)
}

.tito-btn.black-btn {
    background-color: #222;
    color: #fff;
    border: 0
}

.tito-btn.black-btn:hover {
    background-color: #000!important
}

.tito-btn.active,.tito-btn.primary,.tito-btn:has(input:checked),.tito-btn:not(.secondary):not(.white-btn):hover {
    background-color: var(--red);
    color: #fff!important;
    border-color: var(--red)
}
.tito-btn.primary:hover {
    background-color: #ad0505!important;
    border-color: #ad0505!important;
}

.tito-btn:disabled {
    opacity: .7
}

.tito-btn .ch-icon {
    font-size: 1.2rem;
    line-height: 1rem
}

.card-body,.card-body-bordered {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px
}

.card-body {
    -webkit-filter: drop-shadow(5px 5px 8px #00000020);
            filter: drop-shadow(5px 5px 8px #00000020)
}

.card-body-bordered {
    border: 1px solid #ccc
}

.gray-box {
    border-radius: 16px;
    background-color: #f2f2f2;
    padding: 16px
}

.breadcrumb a:hover,.focus {
    color: #000
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 5px;
    font-size: .875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.card.breadcrumb,.mt-2rem {
    margin-top: 2rem
}

.breadcrumb .focus,.focus-btn {
    font-weight: 700
}

.presentation .small-container {
    width: min(800px,100%);
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875rem;
    color: #000
}

.presentation .small-container .context,.presentation .small-container p {
    line-height: 2;
    text-align: justify
}

.presentation .small-container h3,.presentation .small-container h4 {
    font-weight: 900;
    color: var(--red);
    margin-bottom: 7px;
    font-size: 1rem
}

.presentation .small-container h4 {
    font-weight: 700;
    font-size: .875rem
}

.presentation .head {
    padding-bottom: 60px;
    border-radius: 32px;
    background-color: var(--red);
    margin-top: 64px;
    position: relative;
    text-align: center;
    font-size: 1.125rem
}

.presentation .head .title {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 24px;
    font-weight: 700;
    left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.download-app .links .link img,.presentation img,.titoslider.image-border .wrap .inline-slide img {
    max-width: 100%
}

.presentation .contact {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px
}

.focus-btn {
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    padding: 7px 12px;
    opacity: .9;
    white-space: nowrap
}

.focus-btn:not(:disabled):hover {
    opacity: 1
}

.presentation .head .logo {
    height: 40px
}

#collapsable-items {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px
}

#collapsable-items .item {
    border-radius: 16px;
    border: 1px solid #ccc;
    overflow: hidden
}

#collapsable-items .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    padding: 16px 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
}

#collapsable-items .icon {
    font-size: .4rem;
    color: #666;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#collapsable-items .item.open .icon {
    -webkit-transform: rotateX(0);
            transform: rotateX(0)
}

#collapsable-items .context {
    padding: 0 20px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#collapsable-items .context>p:not(:last-of-type) {
    margin-bottom: 16px
}

#collapsable-items .item.open .context {
    padding: 0 20px 20px;
    max-height: 2000px
}

.full-span {
    grid-column: 1/-1
}

.addresses .address {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px 170px;
    grid-template-columns: auto 170px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    font-size: .875rem
}

.addresses .address > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1
}

.addresses .address > *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:3
}

.addresses .address img {
    width: 100%;
    position: relative;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 7px
}

.addresses .address table tr:not(:last-of-type) td {
    padding-bottom: 7px
}

.addresses .address table {
    margin-bottom: 20px
}

.addresses .address table .c1 {
    padding-left: 10px;
    white-space: nowrap
}

.addresses .address .tito-btn {
    min-width: 130px;
    float: right;
    padding: 8px
}

.input-group {
    position: relative
}

.input-group>.submit {
    color: var(--red);
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 700
}

.input-group:has(.submit)>.form-control {
    padding-left: 50px
}

.input-group>.form-control {
    width: 100%;
    float: right
}

.form-control {
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 7px;
    text-align: right;
    color: #000;
    background-color: #fff;
    font-size: .75rem
}

.form-control:focus {
    border-color: #999
}

.form-control[dir=ltr] {
    text-align: left
}

.form-control[dir=ltr]::-webkit-input-placeholder {
    text-align: right
}

.form-control[dir=ltr]::-moz-placeholder {
    text-align: right
}

.form-control[dir=ltr]:-ms-input-placeholder {
    text-align: right
}

.form-control[dir=ltr]::-ms-input-placeholder {
    text-align: right
}

.form-control[dir=ltr]::placeholder {
    text-align: right
}

.transition-none {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

.titoslider .bottom-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px
}

.titoslider .head-actions {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.titoslider .head-actions>h2 {
    font-size: 1rem
}

.titoslider .slider-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px
}

.titoslider .slider-control .tito-btn:disabled {
    opacity: .5
}

.titoslider .head-actions .see-all {
    float: left
}

.titoslider .head-actions:not(.card-body) .tito-btn {
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px #00000020;
            box-shadow: 2px 2px 8px #00000020
}

.titoslider.wrap-ps .wrap {
    padding: 15px 0;
    -webkit-filter: drop-shadow(3px 3px 10px #00000020);
            filter: drop-shadow(3px 3px 10px #00000020)
}

.titoslider.outer-wrap-b .outer-wrap {
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 10px
}

.titoslider.outer-wrap-p-bgr .outer-wrap {
    padding: 13px;
    background-color: var(--red);
    border-radius: 24px;
    overflow: hidden;
    margin-top: 10px
}

.titoslider.outer-wrap-b .wrap,.titoslider.outer-wrap-p-bgr .wrap {
    border-radius: 7px
}

.titoslider .outer-wrap .inner-shadow {
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.titoslider .outer-wrap .inner-shadow.right {
    right: 0;
    background-image: -webkit-gradient(linear,right top, left top,color-stop(0, #fff),to(#ffffff00));
    background-image: -o-linear-gradient(right,#fff 0,#ffffff00 100%);
    background-image: linear-gradient(to left,#fff 0,#ffffff00 100%)
}

.titoslider .outer-wrap .inner-shadow.left {
    left: 0;
    background-image: -webkit-gradient(linear,left top, right top,color-stop(0, #fff),to(#ffffff00));
    background-image: -o-linear-gradient(left,#fff 0,#ffffff00 100%);
    background-image: linear-gradient(to right,#fff 0,#ffffff00 100%)
}

.titoslider.outer-wrap-p-bgr .inner-shadow.right {
    right: 0;
    background-image: -webkit-gradient(linear,right top, left top,from(var(--red)),to(var(--red0)));
    background-image: -o-linear-gradient(right,var(--red) 0%,var(--red0) 100%);
    background-image: linear-gradient(to left,var(--red) 0%,var(--red0) 100%)
}

.titoslider.outer-wrap-p-bgr .inner-shadow.left {
    left: 0;
    background-image: -webkit-gradient(linear,left top, right top,from(var(--red)),to(var(--red0)));
    background-image: -o-linear-gradient(left,var(--red) 0%,var(--red0) 100%);
    background-image: linear-gradient(to right,var(--red) 0%,var(--red0) 100%)
}

.titoslider.wrap-s .wrap {
    -webkit-filter: drop-shadow(4px 4px 9px #00000020);
            filter: drop-shadow(4px 4px 9px #00000020)
}

.titoslider.slide-rounded .wrap .item-ui {
    border-radius: 10px;
    overflow: hidden
}

.pagination {
    padding: 5px;
    border-radius: 24px;
    border: 1px solid #e9e9e9;
    list-style: none;
    gap: 7px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.pagination .next,.pagination .prev {
    border: 1px solid #e9e9e9;
    /*padding: 5px 6px;*/
    font-size: .75rem;
    border-radius: 20px;
}

.pagination a {
    padding: 7px 9px 3px;
    border-radius: 20px;
    line-height: 1;
    font-family: "IRANSans";
    float: right
}

.pagination a.current,.pagination a:hover {
    background: var(--red);
    color: #fff;
    border-color: var(--red)
}

.item-ui .context,.list-items .item-ui {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px
}

.list-items .item-ui {
    float: right;
    background-color: #fff;
    direction: rtl;
    pointer-events: all;
    -webkit-transition: all .25s,width 0s;
    -o-transition: all .25s,width 0s;
    transition: all .25s,width 0s;
    position: relative
}

.titoslider.image-border .slider-control .tito-btn {
    border-color: #e9e9e9
}

.titoslider.image-border .wrap {
    margin-top: 16px
}

.titoslider.image-border .wrap .inline-slide {
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #e9e9e9;
    pointer-events: all;
    -webkit-transition: all 0s,border-color .15s;
    -o-transition: all 0s,border-color .15s;
    transition: all 0s,border-color .15s
}

.item-ui .context {
    font-size: .875rem;
    padding: 10px 12px 14px
}

.titoslider.outer-wrap-b .item-ui .context {
    padding: 0
}

.item-ui .read-more {
    font-size: .75rem
}

.item-ui .read-more i {
    font-size: .5rem
}

.item-ui:hover .read-more {
    color: var(--red)
}

.titoslider.wrap-s .item-ui {
    overflow: hidden;
    border-radius: 28px;
    text-align: right
}

.titoslider.wrap-ps .item-ui {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 14px;
    border-radius: 16px
}

.item-ui .item-thumbnail {
    width: 100%;
    float: right;
    height: 220px;
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center
}

.product-list .item-thumbnail,.titoslider.outer-wrap-b .item-thumbnail,.titoslider.wrap-ps .item-thumbnail {
    border-radius: 7px
}

.list-items .item-head {
    position: relative;
    overflow: hidden
}

.list-items .item-actions {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    pointer-events: none
}

.list-items .item-actions .button {
    pointer-events: all;
    padding: 7px;
    border-radius: 7px;
    background-color: #fff;
    font-size: 1rem
}

.list-items .item-ui:hover .item-actions {
    bottom: 10px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0)
}

.list-items .item-actions .button.active,.list-items .item-actions .button:hover,.list-items .item-ui:hover .title,.list-items .item-ui:hover>a .title {
    color: var(--red)
}

.list-items .item-ui .title {
    font-size: .875rem;
    margin-top: 6px;
    text-align: center
}

.list-items .item-ui .context .title {
    text-align: right
}

.list-items .item-ui .price {
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding-bottom: 3px
}

.list-items .item-ui .price .discount {
    text-decoration: line-through;
    font-size: 75%
}

.list-items .item-ui .price .discount-percent,.list-items.discount-tl .item-ui .discount-percent {
    padding: 2px 7px 0;
    background-color: var(--red);
    color: #fff;
    margin-left: auto;
    letter-spacing: 1px;
    font-size: .75rem;
    border-radius: 20px
}

.list-items.discount-tl .item-ui .discount-percent {
    padding: 8px 7px;
    border-radius: 0 50% 50%;
    position: absolute;
    top: 2px;
    left: 8px;
    -webkit-box-shadow: 1px 1px 3px #00000030;
            box-shadow: 1px 1px 3px #00000030
}

.list-items .item-ui>.discount-percent {
    padding: 3px 6px 1px;
    background-color: var(--red);
    color: #fff;
    margin: -10px auto -14px;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    letter-spacing: 1px;
    font-size: .875rem
}

.download-app {
    margin-top: 100px
}

.download-app .wrap {
    background-color: #1c4b8e;
    border-radius: 28px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.download-app .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff
}

.download-app .links .tito-dots {
    width: 60px;
    height: 60px
}

.download-app .links .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4,1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 10px
}

.download-app .links .list > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1
}

.download-app .links .list > *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:3
}

.download-app .links .list > *:nth-child(3) {
    -ms-grid-row:1;
    -ms-grid-column:5
}

.download-app .links .list > *:nth-child(4) {
    -ms-grid-row:1;
    -ms-grid-column:7
}

.download-app .links .link {
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 7px
}

.download-app .links .link:hover {
    -webkit-box-shadow: 1px 1px 5px #00000080;
            box-shadow: 1px 1px 5px #00000080
}

.download-app .links .span,.download-app .sms-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px
}

.download-app .sms-download {
    width: min(750px,100%);
    margin-bottom: -50px;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    gap: 14px;
    color: #000;
    font-size: .875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.download-app .sms-download .icon-comment-text {
    font-size: 2rem
}

.download-app .sms-download form {
    margin-right: auto
}

.download-app .sms-download .form-control {
    border-color: #000;
    width: 260px
}

.comments .comment {
    padding: 20px;
    border-bottom: 2px solid rgba(128,128,128,.4);
    padding-bottom: .85rem;
    padding-top: 1rem;
}
.comments .comment .comment-head {
    border-bottom: 2px solid rgba(128,128,128,.1)
}



.comments .comment .comment-title {
  display: flex;
  font-size: 1.2rem;
  gap: 0.75rem;
  padding-bottom: .75rem;
}

.comments .comment .comment-title .comment-rating {
    --m-bg-alpha: 1;
    background-color: rgba(var(--m-color-primary),var(--m-bg-alpha));
    --m-text-alpha: 1;
    color: rgba(var(--m-color-white),var(--m-text-alpha));
    width: 3rem;
    min-width: 3rem;
    text-align: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.625rem;
    font-size: 1rem;
    margin-bottom: auto
}
.comments .comment .comment-title .comment-rating.green {
    --m-bg-alpha: 1;
    background-color: rgba(var(--m-color-green),var(--m-bg-alpha))
}
.comments .comment .comment-title .comment-rating.orange {
    --m-bg-alpha: 1;
    background-color: rgba(var(--m-color-orange),var(--m-bg-alpha))
}
.comments .comment .comment-title .comment-rating.gray {
    --m-bg-alpha: 1;
    background-color: rgba(var(--m-color-invert),var(--m-bg-alpha));
    --m-bg-alpha: 0.5
}
.comments .comment .comment-title .comment-author {
    margin-top: .5rem;
    display: flex;
    font-size: .8rem;
    gap: .75rem;
    align-items: center;
    --m-text-alpha: 1;
    color: rgba(var(--m-color-invert),var(--m-text-alpha));
    --m-text-alpha: 0.5
}
.comments .comment .comment-title .comment-author .dot {
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    --m-bg-alpha: 1;
    background-color: rgba(var(--m-color-primary),var(--m-bg-alpha));
    margin-right: -0.25rem;
    margin-left: -0.25rem
}
.comments .comment .comment-title .comment-author .user-type {
    --m-bg-alpha: 1;
    background-color: rgba(var(--m-color-invert),var(--m-bg-alpha));
    --m-bg-alpha: 0.1;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    border-radius: 9999px
}
.comments .comment .comment-title .comment-author .user-type.bought {
    --m-bg-alpha: 1;
    background-color: rgba(var(--m-color-green),var(--m-bg-alpha));
    --m-bg-alpha: 0.1;
    --m-text-alpha: 1;
    color: rgba(var(--m-color-green),var(--m-text-alpha));
    padding-right: 0.75rem;
    padding-left: 0.75rem
}
.comments .comment .pros, .comments .comment .cons {
    --m-text-alpha: 1;
    color: rgba(var(--m-color-invert),var(--m-text-alpha));
    --m-text-alpha: 0.7000000000000001;
    margin-top: 0.5rem
}
.comments .comment .pros li::before {
    content: "+";
    margin-inline-end: .5rem;
    font-weight: 700;
    font-size: 1.1rem;
    --m-text-alpha: 1;
    color: rgba(var(--m-color-green),var(--m-text-alpha))
}
.comments .comment .cons li::before {
    content: "-";
    margin-inline-end: .5rem;
    font-weight: 700;
    font-size: 1.1rem;
    --m-text-alpha: 1;
    color: rgba(var(--m-color-orange),var(--m-text-alpha))
}
.comments .comment .text {
    padding-top: .75rem
}
.comments .comment .agreement {
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 0 0;
    margin-bottom: -.2rem;
    --m-text-alpha: 1;
    color: rgba(var(--m-color-invert),var(--m-text-alpha));
    --m-text-alpha: 0.5
}
.comments .comment .agreement.agree {
    --m-text-alpha: 1;
    color: rgba(var(--m-color-green),var(--m-text-alpha))
}
.comments .comment .agreement.disagree {
    --m-text-alpha: 1;
    color: rgba(var(--m-color-orange),var(--m-text-alpha))
}
.comments .comment .agreement svg {
    width: 0.875rem
}
.comments-list .comment .message {
    margin-top: 10px
}

.comments-list .comment:not(:first-child) {
    padding-top: 20px
}

.comments-list .comment:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.comments-list .comment .reply {
    margin-top: 20px;
    padding: 14px;
    font-size: .75rem
}

.comments-list .comment .reply .message {
    font-size: .875rem;
    margin-top: 4px;
    color: #666
}

.range-rate input[type=range] {
    margin: 14px 0 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 3px;
    background: var(--light);
    outline: 0;
    border-radius: 50px
}

.range-rate input[type=range]::-moz-range-thumb,.range-rate input[type=range]::-webkit-slider-thumb {
    -moz-appearance: none;
         appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fbb03b;
    cursor: pointer;
    border: 0
}

.range-rate .ranges {
    font-size: .55rem;
    color: #999;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center
}

.range-rate .ranges span:first-child {
    text-align: right
}

.range-rate .ranges span:last-child {
    text-align: left
}

.grid-category:not(.single) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr
}

.grid-category:not(.single) > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1
}

.grid-category:not(.single) > *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:3
}

.grid-category>.category,.grid-category>.category::before {
    background-position: center left;
    background-repeat: no-repeat
}

.grid-category>.category {
    border-radius: 24px;
    overflow: hidden;
    position: relative
}

.grid-category>.category::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-size: cover
}

.grid-category>.category>.content {
    width: 100%;
    float: right;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-right: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 250px;
    background: -webkit-gradient(linear,right top, left top,color-stop(40%, var(--grid-color)),color-stop(85%, transparent));
    background: -o-linear-gradient(right,var(--grid-color) 40%,transparent 85%);
    background: linear-gradient(to left,var(--grid-color) 40%,transparent 85%)
}

.grid-category.single>.category>.content {
    padding-right: 50px
}

.grid-category>.category>.content::before {
    content: "";
    width: 27px;
    height: 13px;
    background: url(../images/tito-dots.svg)no-repeat;
    background-size: cover
}

.grid-category.single>.category>.content::before {
    width: 41px;
    height: 20px
}

.grid-category>.category h2 {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: .04rem
}

.grid-category.single>.category h2 {
    font-size: 1.75rem
}

.grid-category>.category a {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    background-color: #fff;
    border-radius: 20px 0 20px 20px;
    color: #000;
    padding: 2px 8px;
    font-size: .75rem
}

.grid-category.single>.category a {
    font-size: .875rem
}

#mobile-categories .categories a:hover,.grid-category>.category a:hover {
    color: var(--red)
}

.grid-category>.category .icon-arrow-left {
    font-size: .5rem
}

.grid-category.single>.category .icon-arrow-left {
    font-size: .75rem
}

#mobile-categories {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e5e5e5;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    overflow: auto
}

#mobile-categories .icon-close {
    position: absolute;
    top: 10px;
    font-size: 1.5rem;
    left: 10px
}

#mobile-categories .logo-wrap {
    padding: 16px;
    border-radius: 0 0 24px 24px;
    background-color: var(--red)
}

#mobile-categories .logo-wrap img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    width: 80px
}

#mobile-categories .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}

#mobile-categories .categories .menu-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: .875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

#mobile-categories .categories>.menu-item:has(.dropdown-menu)::after {
    content: "";
    font-family: "titomarket";
    opacity: .7
}

#mobile-categories .categories>.menu-item .dropdown-menu {
    display: none
}

#mobile-categories .categories>.menu-item.active>.dropdown-menu {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 7px
}

#mobile-categories .categories .menu-item.active {
    background: #fff
}

#mobile-categories .categories .menu-item.active>a {
    color: var(--red);
    font-weight: 700
}

#mobile-categories .categories .menu-item.active::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: var(--red)
}

#mobile-categories .categories>.menu-item:not(:last-child) {
    border-bottom: 1px solid #cfcfcf
}

.modal-wrap {
    z-index: 999;
    background-color: #00000050;
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    overflow: auto;
}
.modal-wrap.hide {
    pointer-events: none;
    visibility: hidden;
}
.modal-wrap .wrap {
    width: min(100%, 450px);
    background-color: #fff;
    box-shadow: 6px 6px 10px #00000030;
    border-radius: 16px;
    padding: 20px;
}
.modal-wrap h4 {
    color: #333;
    font-size: 1.25rem;
}
.modal-wrap .close:hover {
    color: #333;
}
.user-address-modal .wrap {
    width: min(100%, 450px);
    background-color: #fff;
    box-shadow: 6px 6px 10px #00000030;
    border-radius: 16px;
    padding: 20px;
}
.user-address-modal h4 {
    color: #333;
    font-size: 1.25rem;
}
.user-address-modal .close:hover {
    color: #333;
}
.user-address-modal .inputs-grid {
    margin: 16px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.user-address-modal .tito-btn.primary {
    margin-top: 16px;
    border-radius: 7px;
}
#add-address-map,#edit-address-map {
    height: 250px;
    transition: none!important;
}
#add-address-map *, #edit-address-map * {
    transition: none!important;
}

.footer .social-medias .social {
    padding: 11px;
    border-radius: 16px;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    direction: ltr;
    font-size: 1.125rem;
    gap: 14px;
    font-family: "TT Chocolates",sans-serif;
    overflow: hidden;
    max-width: 60px;
    -webkit-box-shadow: inset 0 0 0 2px #999;
            box-shadow: inset 0 0 0 2px #999
}

@media screen and (max-width:1100px) {
    .header .categories {
        padding: 5px;
        font-size: .75rem
    }

    .header .categories>.menu-item>a {
        padding: 7px;
        font-weight: 400
    }

    .header .categories>.menu-item>.dropdown-menu {
        margin-top: 0
    }
}

@media screen and (max-width:980px) {
    .in-desktop-show {
        display: none;
    }
    div.container {
        width: min(740px,100%)
    }

    .in-mobile-show {
        display: inherit
    }

    .header .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    .header .search {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        max-width: 700px;
        margin: -20px 0-40px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%)
    }

    .header .search input {
        background-color: #ccc
    }

    .header .links {
        width: 100vw;
        background: var(--light);
        padding: 20px 0 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 10%
    }

    .header .links a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .app-menu {
        width: 100%;
        background-color: #fff;
        position: fixed;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0 0 10px #00000020;
                box-shadow: 0 0 10px #00000020;
        display: -ms-grid;
        display: grid;
        place-items: center
    }

    .app-menu .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        gap: 16px
    }

    .app-menu .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 3px;
        text-align: center
    }

    .app-menu,.app-menu .nav i,.header .links i {
        font-size: .875rem
    }

    .app-menu .nav.active,.app-menu .nav:hover {
        color: var(--red)
    }

    #menu-cart,.footer .mid .logo-col,.footer .mid .scroll-up-col,.header .auth-btn,.header .categories {
        display: none
    }

    .footer .social-medias {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        padding: 32px;
        row-gap: 24px;
        -webkit-column-gap: 36px;
           -moz-column-gap: 36px;
                column-gap: 36px
    }

.footer .social-medias .social {
        max-width: 999px!important;
        padding-right: 16px;
        color: #fff;
        -webkit-box-shadow: none;
            box-shadow: none;
    }

    .footer .social-medias .social .username {
        line-height: 1;
        margin-top: 3px
    }

    .footer .social-medias .icon {
        font-size: inherit
    }

    .footer .social-medias .facebook {
        background-color: #2e6bed
    }

    .footer .social-medias .twitter {
        background-color: #1da1f2
    }

    .footer .social-medias .aparat {
        background-color: #e31c5a
    }

    .footer .social-medias .telegram {
        background-color: #08c
    }

    .footer .social-medias .instagram {
        background: -o-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
    }

    .footer .social-medias .social:first-of-type {
        margin-right: 0
    }

    .footer .info h5,.footer .social-medias .title {
        width: 100%
    }

    .footer .mid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding: 24px 0
    }

    .footer .mid .support {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        gap: 5px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }

    .footer .actions {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 0
    }

    .footer .actions .links-group {
        gap: 40px;
        padding: 40px
    }

    .footer .main {
        padding: 0
    }

    .footer .newsletter {
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        border-top: 1px solid #eee;
        padding: 40px
    }

    .footer .info {
        padding: 40px;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        gap: 32px
    }

    .footer .copyright {
        padding: 20px 40px 82px
    }

    .addresses .address,.grid-category:not(.single) {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%
    }

    .addresses .address>div:last-of-type {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        max-height: 200px
    }

    .addresses .address tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }

    .addresses .address>div:first-of-type {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2,1fr);
        gap: 10px
    }

    .addresses .address table {
        grid-column: 1/-1
    }

    .addresses .address .tito-btn.edit {
        min-width: 0;
        margin-right: 0
    }

    .download-app .links {
        text-align: center;
        margin-top: -80px
    }

    .download-app .links .list {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,1fr)
    }

    .download-app .links .list > *:nth-child(1) {
        -ms-grid-row:1;
        -ms-grid-column:1
    }

    .download-app .links .list > *:nth-child(2) {
        -ms-grid-row:1;
        -ms-grid-column:2
    }

    .download-app .links .list > *:nth-child(3) {
        -ms-grid-row:2;
        -ms-grid-column:1
    }

    .download-app .links .list > *:nth-child(4) {
        -ms-grid-row:2;
        -ms-grid-column:2
    }

    .download-app .links,.download-app .links .span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }

    .download-app .sms-download {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 7px
    }

    .download-app .sms-download form {
        margin: 0;
        width: 100%
    }
}

@media screen and (max-width:700px) {
    .footer .actions .links-group {
        gap: 24px
    }

    .titoslider.wrap-ps .item-ui {
        padding: 7px
    }

    .list-items .item-ui>.discount-percent {
        margin: -10px auto -7px
    }
}

@media screen and (max-width:540px) {
    .header .links {
        width: 100vw;
        background: var(--light);
        padding: 20px 10px 40px;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        gap: 7px;
        font-size: .75rem
    }

    .footer .mid .support {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }

    .footer .mid .support .split {
        display: none
    }

    .footer .actions .links-group {
        gap: 40px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px
    }

    .footer .actions .links,.footer .links ul {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    .app-menu .container {
        gap: 7px;
        padding: 10px;
        font-size: .75rem
    }

    .footer .info,.footer .newsletter {
        padding: 16px
    }

    .certifications {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .grid-category.single>.category>.content {
        padding-right: 28px
    }

    .footer .copyright {
        padding: 16px 16px 82px
    }

    .list-items .head-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 20px
    }

    .list-items .head-actions h2 {
        width: 100%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        text-align: center
    }
}

@media screen and (max-width:460px) {
    .footer .newsletter form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: min(100%,240px)
    }

    .card-body,.card-body-bordered {
        padding: 14px
    }

    .presentation .head .logo {
        height: 30px
    }

    #collapsable-items .context,#collapsable-items .intro {
        padding-right: 12px!important;
        padding-left: 12px!important
    }

    .addresses .address>div:first-of-type {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%
    }

    .download-app .wrap {
        padding: 50px 14px
    }

    .download-app .sms-download .form-control {
        width: 100%
    }

    .modal-wrap  {
        padding: 10px;
    }
    .modal-wrap .wrap {
        padding: 16px 10px 10px;
    }
    #new-address-modal .wrap {
        padding: 10px;
    }
    #new-address-modal .inputs-grid {
        grid-template-columns: 1fr;
    }
   
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.alert-success{
    --bs-alert-color:#0f5132;
    --bs-alert-bg:#d1e7dd;
    --bs-alert-border-color:#badbcc;
}
.alert-success .alert-link{
    color:#0c4128
    
}

.alert{
--bs-alert-padding-x:1rem;
--bs-alert-padding-y:1rem;
--bs-alert-margin-bottom:1rem;
--bs-alert-color:inherit;
--bs-alert-border-color:transparent;
--bs-alert-border:1px solid var(--bs-alert-border-color);
--bs-alert-border-radius:0.375rem;position:relative;
padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);
margin-bottom:var(--bs-alert-margin-bottom);
color:var(--bs-alert-color);
background-color:var(--bs-alert-bg);
border:var(--bs-alert-border);
border-radius:var(--bs-alert-border-radius)
    
}

.border-none{
    border: none !important;
  padding-right: 20px;
}

.loading-box {
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: rgba(255,255,255,0.8);
z-index: 100000;
border-radius: 16px;
display: none;
}

.loading-box span.spinner {

  width: 80px;
  height: 80px;
  border: 2px solid;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
  border-color: #6f7377 #6f7377 #6f7377 #f6f6f6;
  border-radius: 50%;
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
  z-index:100000;

}
@keyframes spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/*.card img {*/
/*    max-width: 100%*/
/*}*/

.border-none{
    border: none;
}

.ribbon-tag { text-align: center;
    transform: rotate(45deg);
    position: absolute;
    padding: 6px 0;
    right: -30px;
    top: 15px;
    color: #ffffff;
    font-size: 0.9rem;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    background: var(--red);
    font-weight: bold;
    z-index: 3;
    width: 125px;
}
.overflow-hide{
    overflow: hidden;
}

