@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSansWeb-Medium.eot');
    src: url('../fonts/IRANSansWeb-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb-Medium.woff2') format('woff2'),
    url('../fonts/IRANSansWeb-Medium.woff') format('woff'),
    url('../fonts/IRANSansWeb-Medium.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url('../fonts/iranyekanwebboldfanum.eot');
    src: url('../fonts/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanwebboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url('../fonts/iranyekanwebthinfanum.eot');
    src: url('../fonts/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanwebthinfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('../fonts/iranyekanweblightfanum.eot');
    src: url('../fonts/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanweblightfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url('../fonts/iranyekanwebregularfanum.eot');
    src: url('../fonts/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanwebregularfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('../fonts/iranyekanwebmediumfanum.eot');
    src: url('../fonts/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanwebmediumfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: url('../fonts/iranyekanwebextraboldfanum.eot');
    src: url('../fonts/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanwebextraboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/iranyekanwebblackfanum.eot');
    src: url('../fonts/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanwebblackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 950;
    font-display: block;
    src: url('../fonts/iranyekanwebextrablackfanum.eot');
    src: url('../fonts/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanwebextrablackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebextrablackfanum.ttf') format('truetype');
}
.text-9
{
    color: #999;
}
.text-8
{
    color: #888;
}
.text-7
{
    color: #777;
}
.text-6
{
    color: #666;
}
.text-5
{
    color: #555;
}
.text-4
{
    color: #444;
}
.text-3
{
    color: #333;
}
.text-2
{
    color: #222;
}
.text-1
{
    color: #111;
}
.text-0
{
    color: #000;
}
body{
    line-height: 1.5;
}
.iframe_index,
.iframe_index iframe
{
    height: 100%;
    width: 100%;
}
.text-truncate-2
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-3
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-4
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-5
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.overflow-auto
{
    overflow: auto;
}
.overflow-hidden
{
    overflow: hidden;
}
.img-fluid-custom
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.opacity-0
{
    opacity: 0;
}
.swal2-container.swal2-center
{
    z-index: 9999;
}
.filter-card-item .feature-thumb {
    height: 260px;
}
.captcha_img
{
    position: absolute;
    left: 3px;
    bottom: 15px;
}
.captcha_input
{
    padding-left: 70px;
}
.filter-card-item .feature-thumb img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
}

.filter-card-item .feature-thumb img.img-fluid2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swal2-header {
    padding: 0 10px !important;
}

.swal2-popup {
    width: 350px !important;
}

.swal2-icon {
    width: 3em !important;
    height: 3em !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    height: 5px !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 30px !important;
    left: 5px !important;
    width: 15px !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    width: 35px !important;
    top: 25px !important;
    right: 2px !important;
}

.swal2-icon .swal2-icon-content {
    font-size: 2.75em !important;
}

.swal2-title {
    font-size: 1.5rem !important;
}

.swal2-html-container {
    font-size: 15px !important;
}

.swal2-styled.swal2-confirm {
    font-size: 15px !important;
}

.swal2-content {
    padding: 0 0 !important;
}

.logo-wrapper a
{
    width: 100%;
}
.logo-wrapper
{
    position: relative;
}
.logo-wrapper img{
    position: absolute;
    left: 0;
    top: -32px;
    max-width: 100%;
    height: 65px;
    object-fit: contain;
    /* background: #fff; */
    padding: 0;
}
.footer-logo img {
    max-width: 100%;
    width: 200px;
    height: 60px;
    object-fit: contain;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.menu_lang {
    min-width: 70px !important;
}

.option_card {
    position: relative;
    height: 100%;
    display: flex;
    margin-top: 5px;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 #6d6d6d75;
}

.option_card .img {
    position: relative;
    width: 80px;
    height: 100%;
    background: var(--orginal_rgb_2);
    overflow: hidden;
    display: inline-table;
}

.option_card .img img {
    width: 80px;
    height: 100%;
    object-fit: contain;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.option_card .img:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 75%;
    background: #6d6d6d75;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.option_card .img:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 50%);
    background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 50%);
    background: -moz-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .6s, visibility .6s;
    -webkit-transition: opacity .6s, visibility .6s;
}

.option_card:hover .img:after {
    opacity: 1;
    visibility: visible;
}

.option_card .content {
    width: calc(100% - 80px);
    padding-left: 10px;
}

.option_card .content h5 {
    color: #000;
    font-size: 15px;
}

.option_card .content h5 {
    color: #666;
    font-size: 14px;
}

.option_card .btn-md {
    padding: 7px 10px;
}

.option_card .cart-count {
    padding: 0;
}

.option_card .cart-count .btn-md {
    width: 35%;
}

.option_card .cart-count .btn-md i {
    color: #fff;
}

.option_card .cart-count .cart-input {
    width: 30%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

article .feature-img {
    position: relative;
    width: 100%;
    height: 175px;
}

article .new-img-fluid {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
}

article .img-fluid-product {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article .img-fluid2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;;
}

article .service-img-fluid {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

article .text_card_service {
    min-height: 140px;
}

article .text_card_blog {
    min-height: 160px;
}

.blog-card .blog-title {
    font-size: 18px;
}

article .text_card_service p {
    font-size: 14px;
    margin-bottom: 0;
}

.blog-card-bottom .blog-title {
    font-size: 18px;
}

.blog-card-bottom .text-secondary {
    font-size: 15px;
}

.blog-card .small-btn-meta {
    font-size: 13px;
}

.lang_menu {
    width: 30px;
}

.lang_menu1:after {
    display: none;
}

form select.error,
form input.error,
form textarea.error {
    border-color: #9b0606 !important;;
}

form label.error,
#frm_l label.error {
    color: #9b0606 !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 100%;
}

.w-200px {
    width: 200px !important;
}

.h-200px {
    height: 200px !important;
}

.obj-fit-contain {
    object-fit: contain !important;
}

.iframe_footer {
    width: 100% !important;
    height: 200px !important;
}

form .input-field {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.pay_check_level {
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 10px;
}

.pay_check_level img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 0 2px 0 #66666660;
    padding: 10px;
    border-radius: 3px;
}

.pay_check_level.checked img {
    box-shadow: 0 0 2px 0 #00ab28;
    background: #00ff3c30;
}

.gallery_card_index {
    position: relative;
    width: 100%;
    height: 200px;
}

.gallery_card_index img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.gallery_card_index img.img-fluid {
    object-fit: contain;
    z-index: 1;
}
.text-startt{
    text-align: start;
}
.text-endd{
    text-align: end;
}
.p_pic{
    position: sticky;
    top: 100px;
}
.gallery_card_index img.img-fluid2 {
    object-fit: cover;
    filter: blur(5px);
}

.gallery_card_index h5 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    background: #00000050;
    color: #fff;
    padding: 10px;
    margin: 0;
}

.fancybox__caption {
    width: 100%;
}

.fancybox__caption * {
    color: #fff !important;
    text-align: justify !important;
    text-align-last: left !important;
}

.receipt {
    overflow-x: auto;
}

.receipt .container {
    box-shadow: 0 0 2px 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    min-width: 1200px;
}

.receipt .header {
    padding: 15px 10px;
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
}

.receipt .footer {
    padding: 15px 10px;
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
}

.receipt .img_receipt {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px #00000050);
}

.receipt p.in_p {
    background: #f6f6f6;
    font-size: 12px;
}

.receipt p.in_p span {
    font-size: 12px;
}


.wat_sapp {
    position: fixed;
    text-align: center;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    animation-name: text-focus-in;
    animation-duration: 2.2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: backwards;
}

.wat_sapp img {
    width: 35px;
    border-radius: 50px !important;
    box-shadow: 0 0 50px 11px #ffa500;
    margin-bottom: 5px;
    animation: pulse 2s infinite;
}

.tbl_price th,
.tbl_price td {
    font-size: 15px !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
    }
    90% {
        -webkit-box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
    }
    90% {
        -moz-box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
        box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    }
}


@-webkit-keyframes pulse2 {
    0% {
        text-shadow: 0 0 0 rgba(255, 165, 0, 1);
    }
    90% {
        text-shadow: 0 0px 50px rgba(255, 165, 0, 0);
    }
    100% {
        text-shadow: 0 0 0 rgba(255, 165, 0, 0);
    }
}

@keyframes pulse2 {
    0% {
        text-shadow: 0 0 0 rgba(255, 165, 0, 1);
    }
    90% {
        text-shadow: 0 0px 50px rgba(255, 165, 0, 0);
    }
    100% {
        text-shadow: 0 0 0 rgba(255, 165, 0, 0);
    }
}


.shopping-cart-left table th, .shopping-cart-left table td {
    padding: 12px 15px;
}

.meta-checkbox label {
    position: relative;
}

.meta-checkbox label input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.meta-checkbox label .input-circle {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.meta-checkbox label .input-circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #111010;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.meta-checkbox label input:checked ~ .input-circle::before {
    background: #FC0012;
}

.meta-checkbox label input:checked ~ .input-circle {
    border-color: #FC0012;
}


.meta-checkbox label {
    color: #7A7A7A;
    font-weight: 400;
    position: relative;
}

.meta-checkbox label input {
    width: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.meta-checkbox label .toggle-switch {
    width: 28px;
    height: 16px;
    background: #F6F6F6;
    border: 1px solid #E9E9E9;
    display: inline-block;
    border-radius: 30px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    margin-right: 6px;
    position: relative;
}

.meta-checkbox label .toggle-switch::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #7A7A7A;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.meta-checkbox label input:checked ~ .toggle-switch
{
    border-color: #f4a717;
}
.meta-checkbox label input:checked ~ .toggle-switch::before {
    background: #f4a717;
    left: auto;
    right: 3px;
}
.listing-btn1
{
    font-weight: 500;
    background: transparent;
    border: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 14px;
}
.listing-btn1 span {
    width: 30px;
    height: 30px;
    background: #f4a717;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 16px;
}
.listing-btn1:hover span {
    background: #111010;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
@media print {
    @page {
        size: landscape;
        margin: 10px;
    }

    body {
        background: #fff !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .d-none-print {
        display: none !important;
    }

    .receipt {
        padding: 5px !important;
        margin: 5px !important;
        overflow-x: unset !important;
    }

    .receipt .container {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: unset !important;
    }

    .receipt .header {
        background: #f5f5f5 !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .receipt .footer {
        background: #f5f5f5 !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .receipt p.in_p {
        background: #f6f6f6 !important;
        font-size: 12px !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .receipt p.in_p span {
        font-size: 12px !important;
    }

    .text-success {
        color: green !important;
        color-adjust: exact;
        -webkit-print-color-adjust: exact
    }

    .text-danger {
        color: red !important;
        color-adjust: exact;
        -webkit-print-color-adjust: exact
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    table img {
        width: 100px;
        height: 100px !important;
        max-width: 100px !important;
        object-fit: contain;
    }

    .lang_menu {
        width: 25px;
    }
    .listing-btn1 span
    {
        width: 25px;
        height: 25px;
    }
    .listing-btn1 span i
    {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .img_payment {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .at-hero-title .at-subtitle {
        font-size: 15px;
    }

    .at-hero-title h1 {
        font-size: 20px;
    }

    .dl-hero-single {
        padding: 180px 0;
    }

    .at-search-box {
        padding: 0;
        margin-top: -20px;
    }
    .dealership-hero .swiper-pagination
    {
        bottom: 15px;
    }
    .pt-mobile-15px {
        padding-top: 15px !important;
    }

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

    .iframe_footer {
        height: 150px !important;
    }
    .lang_menu {
        width: 21px;
    }
    .listing-btn1 span
    {
        width: 21px;
        height: 21px;
    }
    .listing-btn1 span i
    {
       font-size: 14px;
    }
}
.orderdatabtn{
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #111010;
    padding: 5px;
}
.modal .at-search-box{
    margin: unset;
}
.modal .at-search-box-filter{
    padding: 15px 15px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-top: 0!important;
}
.orderdatabtn p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.orderdatabtn .btn {
    border-radius: 50%;
    padding: 10px 15px;
}
.modal form .input-field{
    width:100%!important;
    margin-left:0!important;
    margin-top:5px;
}
.modal form{
    display:block!important;
}

.hovereffect {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border-radius: 5px;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(75,75,75,0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img.img-responsive {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
}
.hovereffect img.img-responsive2 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    right: 0;
    width: 100%;
    top: 50%;
    font-size: 14px;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    top: 2px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 2px;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 5px;
}
.section-one
{
    height: 500px;
}
.section-one .swiper
{
    height: 75%;
}
.fs-13
{
    font-size: 13px;
}
.section-one .ads
{
    height: 25%;
}
.top_suppliers_a img
{
    width: 100%;
    height: 100px;
    border-radius: 3%;
    object-fit: contain;
    border: 1px solid #000;
    padding: 3px;
    margin-bottom: 3px;
    background: #fff;
}
.top_suppliers_a .suppliers_name
{
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.s ease, transform 0.6s ease;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.top_suppliers_a:hover .suppliers_name
{
    visibility: visible;
    opacity: 1;
    animation: spray 0.5s forwards;
}
@keyframes spray {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}
.blog-single-area img,
.about-left img
{
    max-width: 100%;
    height: auto!important;
}
.paginate-div nav
{
    display: inline-block!important;
}
.ul_category_product ul {
    padding-left: 10px;
    padding-right: 0;
}
.ul_category_product ul li {
    margin-top: 10px;
}
.ul_category_product ul li a {
    color: #666;
}
.ul_category_product ul li a.active {
    color: var(--bs-link-color);
}
.open_filter
{
    position: fixed;
    bottom: 60px;
    right: 40px;
    width: 45px;
    height: 45px;
    background: #f4a717;
    color: #fff;
    border-radius: 4px;
    display: none;
    -webkit-transition: initial;
    transition: initial;
    z-index: 999;
}
.dl-hero-single
{
    padding: 0 0 0 0 ;
}
.pointer
{
    cursor: pointer;
}
.flash-controls.flash-button-next.flash1-button-next
{
    right: 5px;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flash-controls.flash-button-prev.flash1-button-prev
{
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.recent_posts_list li + li {
    margin-top: 30px;
    position: relative;
}
.recent_posts_list.recent_slider_list li + li {
    margin-top: 12px;
}

.recent_posts_list li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
    opacity: 0.5;
}
.recent_posts_list.recent_slider_list li + li::before {
    top: -6px;
}

.recent_posts_list li .thumb-wrapper {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.recent_posts_list.recent_slider_list li .thumb-wrapper {
    width: 60px;
    height: 60px;
}

.recent_posts_list li .thumb-wrapper img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent_posts_list li .thumb-wrapper img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.recent_posts_list li .rp_content {
    margin-left: 20px;
}
.recent_posts_list.recent_slider_list li .rp_content {
    margin-left: 10px;
}

.recent_posts_list li .rp_content p {
    color: #7A7A7A;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-bottom: 0;
}
.recent_posts_list.recent_slider_list li .rp_content p {
    font-weight: 500;
    font-size: 13px;
}

.recent_posts_list li .rp_content p:hover {
    color: #00001c;
}

.recent_posts_list li .rp_content .date {
    font-size: 14px;
    font-weight: 500;
}
.recent_posts_list.recent_slider_list li .rp_content .date {
    font-size: 12px;
    font-weight: 200;
}
.footer-social .footer-social-list li a
{
    margin-right: 8px!important;
    margin-left: 8px!important;
}
.footer-social .footer-social-list li
{
    color: #fff!important;
}
.footer-copyright
{
    margin-top: 20px!important;
    background: #005b30;
    border-bottom: 3px solid #FF6E00;
}
.footer-social-list i
{
    font-size: 25px;
}
.editor-text * {
    font-size: 16px;
}
.editor-text p {
    line-height: 1.5;
    margin-bottom: 0;
}

.editor-text img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
}

.editor-text p, .editor-text li {
    text-align: justify;
}

.editor-text h1, .editor-text h2 {
    font-size: 20px;
    text-align: justify;
}

.editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    font-size: 18px;
    text-align: justify;
}

.editor-text ol {
    padding-right: 2rem;
}

.custom-table {
    width: 100%;
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #f5f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.custom-table thead {
    background-color: #1c2d37;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-table th, .custom-table td {
    padding: 12px 20px;
    text-align: center;
}

.custom-table th {
    color: #fff!important;
}

.custom-table tbody tr {
    background-color: #c0cdd1;
    transition: background-color 0.3s ease;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #d5dde0;
}

.custom-table tbody tr:hover {
    background-color: #b89d5f;
}

.custom-table td {
    color: #1c2d37;
}

.custom-table th {
    border-bottom: 3px solid #b89d5f;
}

.custom-table tbody tr td:first-child {
    background-color: #1c2d37 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-right: 1px solid #b89d5f;
}

@media (max-width: 768px) {
    .custom-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .custom-table th, .custom-table td {
        white-space: nowrap;
    }

    .custom-table th {
        font-size: 14px;
    }

    .custom-table td {
        font-size: 12px;
    }
}

.link-landing-page {
    background: linear-gradient(45deg, #d9dcfd 0%, #e4f6f9 50%, #d9dcfd 100%, red 200%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    padding: 8px 0px 1px 0px;
    border-radius: 5px;
    margin-bottom: 1rem;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.pointer {
    cursor: pointer;
}
.cart_team
{
    box-shadow: 0 0 2px 0 #66666690;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cart_team img
{
    width: 100%;
    height: 200px;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    /*object-position: top;*/
    /*-o-object-position: top;*/
    border-inline-end: 1px solid #66666650;
}
.cart_team h4
{
    font-size: 17px;
}
.cart_team h5
{
    font-size: 15px;
}
.collapse-panel {
    display: block;
    width: 100%;
    border: 1px solid #66666650;
    border-radius: 5px;
    margin-top: 5px;
}

.collapse-panel h6, .collapse-panel h3 {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 7px 10px;
    padding-right: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.collapse-panel h6:before, .collapse-panel h3:before {
    content: '+';
    position: absolute;
    right: 7px;
}

.collapse-panel.active h6, .collapse-panel.active h3 {
    background: #e7f1ff;
    color: #0c63e4;
}

.collapse-panel.active h6 a {
    display: block;
}

.collapse-panel.active h6:before, .collapse-panel.active h3:before {
    content: '_';
    position: absolute;
    right: 7px;
    top: 6%;
}

.collapse-panel .panel-content {
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease;
    padding: 10px;
    font-size: 13px;
}

.collapse-panel.active .panel-content {
    max-height: 1000px;
}

.collapse-panel .panel-content {
    display: none;
}

.collapse-panel.active .panel-content {
    display: block;
}
.title-slider
{
    display: inline-block;
    position: absolute;
    margin-inline:auto;
    text-align:center;
    top: 40px;
    /*transform: translateX(50%);*/
    color: #fff;
    font-size: 30px;
    background: #66666680;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0;
    white-space: wrap;
    max-width: 90%;
}

.swiper-slide-active .title-slider {
    opacity: 0;
    animation: slideInDown 0.5s ease-out forwards;
    animation-delay: 0.3s; /* تاخیر برای هماهنگی با تغییر اسلاید */
}
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-tab-category
{
    overflow: hidden;
}
.card-tab-category img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.text-white *
{
    color: #fff;
}
.text-card
{
    height: 39px;
    color: #666;
    font-size: 12px;
}
.p-5-20
{
    padding: 5px 20px;
}
.nav-pills .nav-link
{
    min-width: 140px;
    margin: 0 3px;
    background: #66666620;
}
.text-justify{
    text-align: justify!important;
}
.product_swiper.swiper,
.product_swiper1.swiper,
.product_swiper2.swiper
{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.product_swiper.swiper .swiper-pagination ,
.product_swiper1.swiper .swiper-pagination,
.product_swiper2.swiper .swiper-pagination
{
    bottom: -8px;
}

.product_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_tab_sticky
{
    position: sticky;
    top: 69px;
    z-index: 1;
    background: #fff;
    padding: 7px;
    border-radius: 3px;
    overflow-x: auto;
}
.min-w-400
{
    min-width: 400px!important;
}
.min-w-600
{
    min-width: 600px!important;
}
.min-w-800
{
    min-width: 800px!important;
}
@media(max-width: 991px)
{
    .w-md-100-after
    {
        width: 100% !important;
    }
    .title-slider
    {
        font-size: 27px;
    }
    .ul-overflow-x
    {
        overflow-x: auto;
        -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
        justify-content: unset !important;
    }
    .logo-wrapper img, .footer-logo img
    {
        top: -12px;
        height: 40px;
    }
}
@media (max-width: 768px) {
    .flash-controls
    {
        width: 25px;
        height: 25px;
        line-height: 28px;
    }
    .ul_category_product
    {
        display: none;
    }
    .ul_category_product.open
    {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 99;
        margin-top: 0;
    }
    .open_filter
    {
        display: block;
    }
    .title-slider
    {
        font-size: 24px;
    }
    .product_tab_sticky{
        z-index: 999;
        top: 44px;
    }
    .product_tab_sticky button{
        padding: 5px;
        font-size: 0.9rem;
    }
}
@media (max-width: 575px) {
    .rent-header-info
    {
        display: none;
    }
    .title-slider
    {
        font-size: 15px;
        font-weight: 500;
        top: 10px;
        padding: 3px 8px;
    }
}
@media(max-width: 320px)
{
    .title-slider
    {
        font-size: 13px;
        padding: 3px 5px;
    }
}
.h-260px
{
    height: 200px!important;
}
.w-h100
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_thumb_slider_2 {
    height: 400px; /* ارتفاع دلخواه */
    width: 20%; /* عرض دلخواه (اختیاری) */
}
.product_feature_img_slider_2
{
    width: 80%;
    height: 400px;
}
/* تنظیمات اسلایدهای Thumbnail */
.product_thumb_slider_2 .swiper-slide {
    width: 100%;
    height: auto;
}
.z-index-1
{
    z-index: 1;
}
.z-index-9
{
    z-index: 9;
}
.breadcrumb-section
{
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.card-attr
{
    background: #fff;
    box-shadow: 0 0 2px 0 #666;
    border-radius: 3px;
}
.card-attr img
{
   width: 50px;
    height: 50px;
    object-fit: contain;
    max-width: 100%;
}
.btn-primary.active-tab
{
    background: #e30613;
}
@media(max-width: 575px)
{
    .product_thumb_slider_2 {
        height: 250px; /* ارتفاع دلخواه */
        width: 30%;
    }
    .product_feature_img_slider_2
    {
        width: 70%;
        height: 250px;
    }
}
@media(min-width: 992px)
{
    .p-sticky_to_992
    {
            position: sticky;
            top: 75px;
    }
    .text-lg-right
    {
        text-align: right!important;
    }
    .text-lg-left
    {
        text-align: left!important;
    }
}
