section.page-title.parallaxie {
    background-image: url(../../samin_theme/images/bg/slider3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 36.3px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.img-fluid-fix {
    max-width: 100%;
    height: 200px;
}
.row.accordion.content-ajax {
    background-color: #1f1f1f;
    padding: 35px;
    border-radius: 45px;
}


body{
    background-color: black !important;
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col, .col-12, .col-6, .col-lg, .col-lg-12, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md-12, .col-md-4, .col-md-6, .col-md-8, .col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.collapse:not(.show) {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}



@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.accordion {
    overflow-anchor: none;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
}

.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.py-1 {
    padding-top: .25rem !important;
}

.py-1 {
    padding-bottom: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}

.text-center {
    text-align: center !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }
}

.lab, .las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.la-angle-left:before {
    content: "\f104";
}

.la-angle-right:before {
    content: "\f105";
}

.la-envelope:before {
    content: "\f0e0";
}

.la-eye:before {
    content: "\f06e";
}

.la-instagram:before {
    content: "\f16d";
}

.la-linkedin-in:before {
    content: "\f0e1";
}

.la-map-marker-alt:before {
    content: "\f3c5";
}

.la-minus:before {
    content: "\f068";
}

.la-phone:before {
    content: "\f095";
}

.la-phone-volume:before {
    content: "\f2a0";
}

.la-pinterest:before {
    content: "\f0d2";
}

.la-search:before {
    content: "\f002";
}

.la-telegram:before {
    content: "\f2c6";
}

.la-twitter:before {
    content: "\f099";
}

.la-whatsapp:before {
    content: "\f232";
}

.lab {
    font-family: 'Line Awesome Brands';
}

.las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

a:focus {
    text-decoration: none !important;
}

a:focus, a:hover {
    color: darkorange;
    text-decoration: none !important;
}

a, button, input {
    outline: medium none !important;
    color: #f65534;
}
input[type=checkbox]{
    width: 15px;
    height: 15px;
    background-color: #f65534 !important;
    color: #f65534 !important;
}

input[type=checkbox]:checked{
    background-color: #f65534 !important;
    color: #f65534 !important;
}

::selection {
    background: #0049d0;
    color: #fff;
    text-shadow: none;
}

a, i, button, img, span, .social-icons li:hover a, .product-link {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.dropdown-menu, #header-wrap.fixed-header, .navbar-nav ul {
    -webkit-box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
    -moz-box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}

[data-overlay] {
    position: relative;
    z-index: 0;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background-color: rgb(12 12 12 / 29%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

.topbar-link a, .topbar-link {
    color: #ffffff;
    font-weight: 500;
}

.topbar-link i {
    margin-left: 5px;
    color: #ff8d03;
    font-size: 20px;
    vertical-align: middle;
}

.topbar-link a:hover {
    color: #f78802;
}

.header-top {
    line-height: 8px;
}

.header-top li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
}

.header-top li:last-child {
    border-left: none;
    padding-left: 0;
}

.header-top .social-icons li {
    margin: 0;
}

.header-top .social-icons li a {
    color: #ffffff;
    height: 35px;
    line-height: 35px;
}

.logo img {
    height: 40px;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 1200;
    top: 0;
    left: 0;
}

#header-wrap {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
}

#header-wrap.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #292727;
    animation: smoothScroll 1s forwards;
}

#header-wrap .logo-sticky {
    display: none;
}

#header-wrap.fixed-header .logo-sticky {
    display: block;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item {
    margin: 0 15px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    text-align: right;
    padding: 20px;
    background: #1b1b1b;
    top: 100%;
    border: none;
    margin-top: 0;
    right: -100%;
    box-shadow: -1px 2px 7px 1px #2d2d2d;
}

.navbar-brand {
    margin-right: 0;
    padding: 0;
    font-size: 3.125rem;
    line-height: 3.5rem;
    display: flex;
    align-items: center;
}

.nav-item.dropdown .dropdown-menu li {
    margin-bottom: 15px;
}

.nav-item.dropdown .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.nav-item.dropdown .dropdown-menu a {
    display: block;
    color: #e6eae6;
    line-height: 2;
    white-space: nowrap;
    position: relative;
    background: none;
    font-size: 14px;
    font-weight: 500;
}

.nav-item.dropdown .dropdown-menu a:hover {
    color: #e78105;
    padding-right: 15px;
}

.nav-item.dropdown .dropdown-menu a:before {
    content: "";
    background: #e78105;
    opacity: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -2.5px;
}

.nav-item.dropdown .dropdown-menu a:hover:before {
    opacity: 1;
    right: 0;
    animation: opacitychange 1s ease-in-out infinite;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 12em !important;
        max-width: 80em !important;
    }

    .product-menu {
        width: 60em;
    }

    .navbar-nav .dropdown > .dropdown-menu {
        opacity: 0;
        position: absolute;
        display: block;
        pointer-events: none;
        background: #ffffff;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        right: 0;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .nav-link.dropdown-toggle::after {
        margin-left: 0;
        margin-right: .255em;
        border: none;
        content: '+';
        vertical-align: middle;
        width: 10px;
    }

    .nav-link.dropdown-toggle:hover::after {
        content: '-';
    }

    .navbar-nav .nav-link {
        line-height: 50px;
    }
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    padding: 0 !important;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
    color: #ff8d03;
}

.page-title {
    display: block;
    position: relative;
    padding: 200px 0 100px;
}

.page-title h1 {
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
}

.title {
    position: relative;
    margin-bottom: 15px;
    color: white;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
}

.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}

.social-icons li a {
    display: inline-block;
    height: 40px;
    width: 50px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    margin: 0;
    border: 0;
    background: transparent;
    color: #0d2c13;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
}

.social-icons li:hover a {
    transform: rotateY(360deg);
}

.pagination {
    display: inline-block;
}

.pagination > li {
    margin: 0 3px;
    display: inline-block;
}

.pagination > li > a {
    color: #0d2c13;
    font-weight: 600;
    border-color: #e1e1e1;
    border-radius: 5px;
}

.pagination > li.active .page-link, .page-link:hover, .page-link:focus {
    box-shadow: none;
    background: #477c9e;
    color: #ffffff;
    border-color: #477c9e;
}

.pagination .page-item span {
    font-weight: 600;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b2b2b2;
    background-color: #f3f3f3;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

@media (max-width: 990px) {
    .d-xs-none {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h6 {
        font-size: 17px;
        line-height: 26px;
    }

    #header-wrap .logo-sticky {
        display: block;
    }

    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        border-radius: 0;
        margin: 0 0 0 15px;
        border: 1px solid #fff;
    }

    .navbar-nav ul {
        position: static;
    }

    .navbar-nav > .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        color: #0d2c13;
    }

    .navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
        background: rgba(251, 59, 60, 0.1);
        color: #0049d0;
    }

    .navbar-collapse {
        background: #fff;
        max-height: 400px;
        left: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 55px;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    }

    .navbar-toggler span {
        width: 26px;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #fff;
    }

    .navbar-nav .dropdown-toggle::after {
        background: none !important;
        position: absolute;
        border: none;
        top: 50%;
        left: 0;
        margin: -.5em .5em 0 0;
        border-radius: .25rem;
        padding: 0;
        width: 2em;
        height: 1.4em;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: center;
        content: '+';
    }

    .page-title {
        padding: 160px 0;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .row.accordion.content-ajax{
        padding: 10px;
        border-radius: 20px;
    }
    .product-categories{
        border-radius: 10px !important;
    }
    h2 {
        font-size: 30px;
    }

    .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    .navbar-brand {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .page-title {
        padding: 160px 0 110px;
    }
}

.title-category-menu {
    padding-bottom: 4px;
    border-bottom: dashed 1px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fb8d05;
}

span.filter-title {
    font-size: 20px;
    margin-bottom: 15px !important;
    display: block;
    color: white ;
}

.input-search-pro {
    height: 45px;
    color: #000000;
    display: flex
;
    justify-content: space-between;
    background: #f6f6f6;
    border: 1px solid #f65534;
    border-radius: 4px;
}
.form-group label {
    color: white;
}

.input-search-pro input {
    width: 100%;
    background: unset;
    outline: none;
    border: none;
    padding: 5px 10px;
}

.input-search-pro i {
    width: 40px;
    height: 44px;
}

.product-categories {
    background: #1f1f1f;
    padding: 35px;
    border-radius: 45px;
    position: sticky;
    top: 10px;
}

.page-wrapper {
    position: relative;
}

.title-product-fle-serach {
    line-height: 25px;
    height: 70px;
    overflow: hidden;
}


.box-fle-search {
    min-height: 376px !important;
}

/*! CSS Used from: https://samin.webkardo.com/base_theme/samin_theme/css/style.min.css */
.en-font- {
    font-family: Helvetica, sans-serif !important;
}

.page-wrapper {
    overflow-x: hidden;
}

h1, h2, h6 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

h2 a {
    color: inherit;
}

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

h1 span {
    color: #f8572c;
}

section {
    padding: 20px 0;
    background: #ffffff;
}

.text-theme2 {
    color: #477c9e;
}

.text-black {
    color: #a9a9a9;
}

.dark-bg {
    background-color: #0c;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
}

.lines .line:nth-child(1) {
    margin-left: -50%;
}

.lines .line:nth-child(3) {
    margin-left: 50%;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #0049d0), to(#0049d0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #0049d0 75%, #0049d0 100%);
    -webkit-animation: run 7s 0 infinite;
    animation: run 7s 0 infinite;
    animation-timing-function: ease;
    animation-delay: 0;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.4, .26, 0, .97);
    animation-timing-function: cubic-bezier(.4, .26, 0, .97);
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.product-item {
    text-align: center;
}

.product-img {
    position: relative;
}

.product-desc {
    padding-top: 20px;
}

.product-name {
    font-size: 16px;
    color: #0d2c13;
}

.product-link {
    position: absolute;
    bottom: -80% !important;
    width: 100%;
    opacity: 0;
    text-align: center;
    direction: rtl;
}

/*.product-item:hover .product-link {*/
/*    transform: translateY(-30px);*/
/*    opacity: 1;*/
/*}*/
.product-item .product-link {
    transform: translateY(-30px);
    opacity: 1;
}

.product-link a i {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    color: white;
}

.product-link a {
    padding: 6px 15px;
    background: #fff;
    color: #0d2c13;
    position: relative;
    text-align: center;
}

.product-link a:hover {
    background: #1f1f1f;
    color: #fff;
}

.product-link a:hover i {
    color: #fff;
}

.product-link a span {
    font-size: 0;

}

.product-link a span {
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
}

.product-item {
    text-align: center;
}

.product-img {
    position: relative;
}

.product-desc {
    padding-top: 20px;
}

.product-name {
    font-size: 13px;
    color: #000000;
}

.product-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    direction: rtl;
}



.product-link a i {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    color: white;
}

.product-link a {
    padding: 6px 15px;
    background: #292727;
    color: #f78903;
    position: relative;
    text-align: center;
    border-radius: 4px;
}

.product-link a {
    background: #f65534;
    color: #fff;
}

.product-link a:hover i {
    color: #fff;
}

.product-link a span {
    font-size: 0;
}

.product-link a span {
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
}


.style-footer {
    z-index: 2;
    position: relative;
}

@media (max-width: 1280px) {
    .style-footer {
        margin-bottom: 0;
    }
}

.flex-row {
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.jus-center {
    justify-content: center;
}

.al-center {
    align-items: center;
}

.form-group input::placeholder {
    color: #bfc1bf;
    opacity: 1;
}

.category-box {
    padding: 25px;
    border-radius: 5px;
    margin: 7px;
    min-height: 323px;
    border: 1px solid #e3e3e3;

    background-color: white !important;
}

/*! CSS Used from: https://samin.webkardo.com/base_theme/samin_theme/css/styledavari.css?id=10 */
#header-wrap {
    background-color: transparent;
}

header#site-header {
    padding-top: 15px;
}

.social-icons li a {
    width: 40px;
}

.lines {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
    top: 0px;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line:nth-child(1) {
    margin-left: -50%;
}

.lines .line:nth-child(3) {
    margin-left: 50%;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #0049d0), to(#0049d0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #0049d0 75%, #0049d0 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@media (max-width: 576px) {
    .social-icons li a {
        width: 40px;
    }
}

/*! CSS Used from: Embedded */


.icon i {
    font-size: 21px;
}

.b-right .head {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    padding-left: 30px;
    text-wrap: nowrap;
}

.box-accordion {
    color: #f1f1f1;
}

.box-accordion {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px;
    width: 195px;
}

.social_icons .item {
    padding: 6px 9px;
    border-radius: 13px;
    border-style: solid;
    border-width: 2px;
    border-color: #fffcfc;
    background-color: #FFFFFF00;
    position: relative;
    overflow: hidden;
}

.social_icons .item a {
    color: white;
    gap: 5px;
}

.social_icons .item .title {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}



.box-accordion {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px;
    width: 195px;
}

.box-accordion {
    color: #f1f1f1;
}

.b-right .head {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    padding-left: 30px;
    text-wrap: nowrap;
}

.box-accordion a {
    color: #f1f1f1;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
}

.social_icons .item {
    padding: 6px 9px;
    border-radius: 13px;
    border-style: solid;
    border-width: 2px;
    border-color: #fffcfc;
    background-color: #FFFFFF00;
    position: relative;
    overflow: hidden;
}

.social_icons .item a {
    color: white;
    gap: 5px;
}

.social_icons .item i {
    font-size: 26px;
    animation-timing-function: linear;
    display: flex;
}

.social_icons .item .title {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.social_icons .item:hover {
    background-color: #0060ce;
    transition-duration: .5s;
}

.social_icons .item:hover .title {
    position: relative;
    opacity: 1;
    overflow: visible;
    transition: opacity .6s;
    transition-duration: .5s;
}

.social_icons {
    gap: 6px;
}



.li-list a {
    font-size: 13px;
    color: #444;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    padding: 0 10px;
    outline: none;
    font-weight: 400;
    position: relative;
    text-align: right;
}

.digiboronz {
    color: #ed3e58;
}

.copy {
    text-align: center;
    font-weight: 300;
}

#bottom-footer {
    border-radius: 20px 20px 60px 60px;
    background-color: #0060ce;
    margin: 0;
    bottom: 0;
}

.enamad {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 1px solid;
    border-radius: 15px;
    background-color: #FFFFFFAD;
    padding: 15px;
}

.enamad img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.footer-ts svg {
    transform: rotate(180deg);
    fill: #fafafa;
    position: absolute;
    margin: 0;
    z-index: 9;
    width: calc(100% + 1.3px);
    height: 25px;
    max-width: 100%;
}

@media (max-width: 576px) {
    .b-right {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .accordion {
        flex-direction: column;
        width: 100%;
    }

    .box-accordion {
        width: 100%;
        gap: 5px;
    }

    .b-left {
        justify-content: center !important;
        margin-top: 21px;
    }
}

/*! CSS Used keyframes */
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Line Awesome Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-brands-400.eot);
    src: url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-brands-400.woff2) format("woff2"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-brands-400.woff) format("woff"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-brands-400.ttf) format("truetype"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-brands-400.svg#lineawesome) format("svg");
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-regular-400.eot);
    src: url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-regular-400.woff2) format("woff2"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-regular-400.woff) format("woff"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-regular-400.ttf) format("truetype"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-regular-400.svg#lineawesome) format("svg");
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-solid-900.eot);
    src: url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-solid-900.woff2) format("woff2"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-solid-900.woff) format("woff"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-solid-900.ttf) format("truetype"), url(https://samin.webkardo.com/base_theme/samin_theme/fonts/la-solid-900.svg#lineawesome) format("svg");
}