
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

@-moz-document url-prefix() {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: lighter !important;
    }

}

:root {
    --main-color-one: #fac402;
    --main-color-one-shadow: #bf9705;
    --main-color-one-hover: #bf9705;
    --main-color-two: #FFA41B;
    --main-color-two-shadow: #ffa41b31;
    --main-color-two-hover: #ed9209;
    --main-color-three: #189D0E;
    --main-color-three-shadow: #189D0E31;
    --main-color-three-hover: #0b8502;
    --bg-site: #f4f5f9;
    --font-size: 14px;
    --color-site: #333333;
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-box: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-inner: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
    --text-muted: #565757;
    --text-muted-two: #929292;
    --border-muted: #ced4da;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-site);
    line-height: 1.5;
}

p {
    line-height: 27px;
}

.title-font {
    font-family: IRANSans;
}

.text-muted-two {
    color: var(--text-muted-two);
}

.text-justify {
    text-align: justify;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.def-color {
    color: var(--color-site) !important;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--main-color-one);
}

.form-group {
    margin-bottom: 15px;
}

.content {
    padding: 20px 0;
}

.content-box {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 20px 0px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.content-box:nth-last-child(1) {
    margin-bottom: 0;
}

.py-20 {
    padding: 20px 0;
}

.btn {
    transition: 200ms;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.btn:not(.no-highlight):before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
}

.btn:active {
    transform: translate(0, 2px);
}

.btn:hover:before {
    transition: 800ms;
    left: -100%;
}

.main-color-one-color {
    color: #000;
    font-weight: 600 !important;
}

.main-color-one-bg {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
    box-shadow: 0 5px 5px var(--main-color-one-shadow) !important;
}

.main-color-one-bg:hover {
    background-color: var(--main-color-one-hover) !important;
    color: #fff !important;
}

#button-cart {
    font-size: 13px;
    line-height: 3;
}

.main-color-two-bg {
    background-color: var(--main-color-two) !important;
    color: #fff !important;
    box-shadow: 0 5px 5px var(--main-color-two-shadow) !important;
}

.main-color-two-bg:hover {
    background-color: var(--main-color-two-hover) !important;
    color: #fff !important;
}

.main-color-three-bg {
    background-color: var(--main-color-three) !important;
    color: #fff !important;
    box-shadow: 0 5px 5px var(--main-color-three-shadow) !important;
}

.main-color-three-bg:hover {
    background-color: var(--main-color-three-hover) !important;
    color: #fff !important;
}

.shadow-sm {
    box-shadow: var(--shadow-sm);
}

.shadow {
    box-shadow: var(--shadow);
}

.shadow-md {
    box-shadow: var(--shadow-md);
}

.shadow-inner {
    box-shadow: var(--shadow-inner);
}

.shadow-box {
    box-shadow: var(--shadow-box);
}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    height: 100%;
    width: 40px;
    border: 0;
    outline: none;
    font-weight: bold;
    background: var(--main-color-one);
    box-shadow: var(--shadow-box);
    color: #fff;
}

.bootstrap-touchspin-up {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-right: 7px;
}

.bootstrap-touchspin-down {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: 7px;
}

.form-counter {
    width: 50px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 3px !important;
    border: 1px solid #eee;
}

.form-counter:focus {
    border: none;
    outline: none;
}

div#btncollapzion {
    left: 3px !important;
    bottom: 48px !important;
}

.new-price {
    font-weight: bold;
    margin-bottom: 5px;
}

.old-price {
    text-decoration: line-through;
    color: #aaa;
    margin-bottom: 0;
    font-weight: normal;
}

.product-gallery img {
    max-width: 80%;
    display: block;
    margin: auto;
}

.product-meta-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.product-meta-title img {
    max-width: 100px;
}

.product-meta-feature {
    margin-top: 20px;
}

.product-meta-feature-items ul {
    margin-top: 15px;
}

.product-meta-feature-items ul li {
    color: var(--text-muted);
}

.product-meta-feature-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.product-meta-feature-items ul li span {
    color: var(--text-muted-two);
}

.product-meta-feature-items ul li strong {
    margin-right: 7px;
    color: var(--text-muted);
    font-weight: normal;
}

.product-meta-rating .count-comment {
    margin-left: 7px;
    padding-left: 5px;
    border-left: 2px solid #ddd;
}

.product-meta-rating .count-rating {
    display: flex;
    align-items: center;
}

.product-meta-rating .count-rating i {
    display: inherit;
    font-size: 16px;
    color: gold;
    margin-right: 5px;
}

.product-meta-garanty {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}

.product-meta-garanty i {
    margin-left: 7px;
    color: #0b8502;
}

.product-meta-color {
    margin-top: 20px;
}

.product-meta-color h5 {
    margin-bottom: 15px;
}

.product-meta-color-items {
    margin-top: 10px;
}

.product-meta-color-items label:hover {
    background-color: #e2e2e2 !important;
}

.product-meta-color-items .btn-check:checked+.btn {
    border-color: var(--main-color-two) !important;
    box-shadow: 0 5px 5px #ffa41b31 !important;
}

.product-meta-color-items .btn-check:checked+.btn:hover {
    background-color: transparent !important;
}

.product-meta-color-items .btn-check:checked+.btn span::before {
    content: '\F26E';
    color: #fff;
    font-size: 22px;
    font-family: 'bootstrap-icons' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-meta-action {
    margin-top: 30px;
    border-radius: 10px;
    background-color: #eee;
    padding: 20px 10px;
    box-shadow: var(--shadow-lg);
}

.product-meta-action p.old-price {
    border-left: 2px solid #aaa;
    padding-left: 10px;
}

.product-float-action .counter .input-group {
    justify-content: center;
}

.product-desc {
    position: relative;
}

.product-desc-content p {
    margin-bottom: 25px;
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
}

.product-desc-content {
    line-height: 27px;
}

.product-desc-content h1,
.product-desc-content h2,
.product-desc-content h3,
.product-desc-content h4,
.product-desc-content h5,
.product-desc-content h6 {
    display: block;
    margin: 30px 0 15px;
    font-size: 22px;
    font-weight: 800;
}

.product-desc-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-desc-content blockquote {
    padding: 20px;
    border-right: 5px solid var(--colorMain);
    background: #f9f9f9;
    display: inline-block;
    width: auto;
    font-size: 18px;
    line-height: 32px;
}

.product-desc-content ol {
    margin: 15px 0 25px 0;
    padding: 0;
}

.product-desc-content li {
    display: block;
    padding: 5px 0;
}

.product-desc-content li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    color: #bbb;
    margin-left: 8px;
}

.product-desc-content li:hover:before {
    color: var(--main-color-one);
}

.product-desc-content a {
    color: var(--main-color-one);
}

.product-desc-content a:hover {
    color: var(--main-color-one);
}

.product-desc-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.product-desc-content th,
.product-desc-content td {
    border: 1px solid #ddd;
    padding: 8px;
}

.product-desc-content th {
    background-color: #f2f2f2;
    text-align: left;
}

.product-desc-content tr:nth-child(even) {
    background-color: #f9f9f9;
}

.product-desc-content tr:hover {
    background-color: #f2f2f2;
}

.product-desc-tab {
    border-bottom: 1px solid #eee;
    background: #fff;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-desc-tab::-webkit-scrollbar {
    display: none;
}

.product-desc-tab ul {
    min-width: 450px;
    flex-wrap: nowrap;
}

.product-desc-tab ul li {
    margin-left: 5px;
}

.product-desc-tab ul li button {
    border: none;
    height: 100%;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.product-desc-tab ul li button a {
    display: block;
    padding: 10px;
    white-space: nowrap;
    color: var(--color-site);
    padding-bottom: 15px;
}

.product-desc-tab ul li button.active {
    height: 100%;
    border-bottom: 3px solid var(--main-color-one);
    outline: none;
    background: #fff;
    transition: 150ms border-top linear;
}

.product-desc-tab ul li button.active a {
    color: var(--main-color-one);
    font-weight: bold;
}

.product-desc-tab ul li button i {
    margin-left: 5px;
}

.product-desc-tab-content {
    padding: 20px 0;
}

.product-desc-tab-content table tr th {
    width: 200px;
}

.product-desc-tab-content table tr td {
    padding: 12px 0;
}

.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -ms-transition: .25s ease;
    -o-transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    visibility: visible;
    display: block;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'بیشتر +';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'بستن _';
}

.read-more-trigger {
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    background-color: var(--main-color-one);
    padding: 5px 20px;
    color: #000;
    border-radius: 10px;
}

.comment {
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: var(--shadow-md);
    background-color: #fff !important;
    border: 1px solid #eee;
}

.comment .title {
    background-color: #eee;
    padding: 10px;
    border-radius: 30px;
    box-shadow: var(--shadow-md);
}

.comment .avatar img {
    width: 40px;
    height: 40px;
}

.positive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .positive {
    padding: 10px 0;
}

.positive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0d9a00;
    border-radius: 50%;
}

.negitive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .negitive {
    padding: 10px 0px;
}

.negitive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d03404;
    border-radius: 50%;
}

.comment-reply {
    padding: 20px 0;
    background-color: var(--main-color-two-shadow) !important;
}

.btn-comment {
    border-radius: 30px;
}

.filter-item {
    margin-bottom: 30px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95) translateX(-50%);
        box-shadow: 0 0 0 0 rgba(4, 72, 208, 0.775);
    }

    70% {
        transform: scale(1) translateX(-50%);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95) translateX(-50%);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

}

.offer-product {
    background-color: #f31f7d;
    border-radius: 7px;
    padding: 0 6px;
    text-align: center;
}

.off-pro {
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

.off-pro span {
    font-size: 13px;
}

#shareModal a.btn.rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#shareModal a.btn.rounded-circle i {
    color: #fff;
}

.share-btn-whatsapp {
    background-color: #11c56b !important;
}

.share-btn-twitter {
    background-color: #137dcf !important;
}

.share-btn-facebook {
    background-color: #07528b !important;
}

.share-btn-telegram {
    background-color: #4dcceb !important;
}

.breadcrumb-sep {
    color: #9BB9C1;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "›");
}

.box_list svg {
    margin-left: 5px;
}

.block {
    display: block;
}

.box_params_list p {
    display: block;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
}

.border_right_custom1 {
    border-right: 3px solid #eee;
    background: #fff;
}

.border_right_custom2 {
    background-color: #eee;
    border-radius: 10px;
}

.box_list p.title {
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .slider {
        height: auto;
    }

    .logo img {
        max-height: 70px;
    }

    div#btncollapzion {
        left: 3px !important;
        bottom: 60px !important;
    }

    .btn.btn-comment {
        width: 100%;
    }

    .main-table tr td {
        white-space: nowrap;
    }

}

@media only screen and (max-width: 400px) {
    figure.avatar {
        height: 60px;
        width: 60px;
    }

    .w-100-in-400 {
        width: 100% !important;
    }

    .w-100-in-400 .counter .input-group {
        justify-content: center;
    }

    .w-100-in-400 .font-16.new-price.main-color-one-color {
        text-align: center;
    }

    .w-100-in-400 p.old-price {
        border-left: 0;
        padding-left: 0;
    }

}

@media only screen and (max-width: 767px) {
    .respoisve-product .btn-group.box-icon {
        left: auto;
        right: 0;
    }

    .respoisve-product .content-box > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .respoisve-product {
        padding-bottom: 75px;
    }

    .product-cta-col.mobile-floating-cta {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1040;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0;
        background-color: #fff;
        padding: 10px 15px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .08);
    }

    .product-price-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 1470px) {
    .respoisve-product {
        max-width: 1470px;
    }

}

.row.align-items-baseline.gy-3 h5 {
    color: #000;
    font-weight: 600 !important;
}

.d-inline-block.logo h1 {
    line-height: 0 !important;
}
