@charset "UTF-8";

/**************start reset style*****************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    box-sizing: border-box !important;
}

/*@font-face {*/
/*    font-family: "iransans";*/
/*    src: url("fonts/isans.woff2") format("woff");*/
/*}*/

@font-face {
    font-family: "english-text";
    src: url("fonts/font-english.woff2");
}

a {
    text-decoration: none !important;
    color: #929292;
    transition: all 0.5s ease-in-out;
}

a:hover, a:focus {
    color: #e5e5e5;
}
a:focus{
    outline:0;
}
button {
    transition: background-color 0.3s ease-out !important;
}

button:focus {
    box-shadow: unset;
}

.owl-carousel .owl-stage{
    transition:all 0.5s !important;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    direction: rtl;
    font-family: "iransans";
    text-align: right;
    color: #9b9a9a;
    background-color: #424242;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    vertical-align: middle;
}

img {
    position: relative;
}
img:after { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #4e4e4e url(/uploads/ProductImage/image-placeholder.2aaf1af3.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
}



@keyframes ripple {

    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

/**************end reset style*****************/

.title-page {
    background-color: #424242;
    position: relative;
    color: #e5e5e5;
    z-index: 1;
    margin: 10px 0;
}

.title-page h3 {
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding-left: 25px;
    color: #e5e5e5;
    background: #424242;
}

.title-page::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #5b5a5a;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}


/* start header */

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #454444;
    /* start header-top */
    /* end header-top */
    /* start header-bottom */
    /* end header-bottom */
    /* start menu-page */
    /* end menu-page */
}

header .header-top {
    border-bottom: 1px solid #5b5a5a;
    padding: 12px 0;
}

header .header-top .top-right .social-icon li {
    display: inline-block;
    margin-left: 5px;
}

header .header-top .top-right .social-icon li a {
    display: inline-block;
    vertical-align: middle;
    color: #959494;
    background: #595959;
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
}

header .header-top .top-right .social-icon li a i {
    line-height: 30px;
}

header .header-top .top-right .social-icon li a:hover {
    color: #e5e5e5;
}

header .header-top .top-right p {
    font-size: 12px;
    color: #e5e5e5;
}

header .header-top .top-right p span {
    color: #78D6C6;
}

header .header-top .top-left button {
    background-color: transparent;
    border: 0;
    color: #e5e5e5;
    font-size: 12px;
    /*padding-left: 0;*/
}

header .header-top .top-left button:focus {
    box-shadow: unset !important;
}

header .header-top .top-left .dropdown .dropdown-menu {
    background-color: #373636 !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    border:0;
    /*min-width: 7rem;*/
}
header .header-top .top-left .dropdown .dropdown-menu {
        /*min-width: 6rem !important;*/
}
/*@media screen and (min-width:1506px){*/
/*    header .header-top .top-left .dropdown .dropdown-menu {*/
/*        transform: translate(-85px, 46px) !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width:1326px){*/
/*    header .header-top .top-left .dropdown .dropdown-menu {*/
/*        transform: translate(-90px, 32px) !important;*/
/*    }*/
/*}*/
/*@media screen and (max-width:1325px){*/
/*    header .header-top .top-left .dropdown .dropdown-menu {*/
/*        transform: translate(0 , 32px) !important;*/
/*    }*/
/*}*/
header .header-top .top-left .dropdown .dropdown-menu .dropdown-item {
    color: #e5e5e5;
    font-size: 12px;
    padding: 10px 15px;
    text-align: right;
}

header .header-top .top-left .dropdown .dropdown-menu .dropdown-item:hover {
    color: #78D6C6;
    background-color: #454545;
}

header .header-top .top-left .dropdown-toggle::after {
    border-top-color: #78D6C6;
}



header .header-bottom {
    border-bottom: 1px solid #5b5a5a;
    padding: 22px 0;
    /**/
    /**/
}

header .header-bottom .contact-us {
    font-size: 13px;
    color: #aaa;
}

header .header-bottom .contact-us i {
    font-size: 35px;
    color: #78D6C6;
    margin-left: 8px;
}

header .header-bottom .logo a {
    display: inline-block;
}

header .header-bottom .logo a img {
    height: 50px;
}

header .header-bottom .box-cart .box-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #5b5a5a;
    font-size: 18px;
    color: #e5e5e5;
    line-height: 43px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

header .header-bottom .box-cart .box-icon i {
    line-height: 41px;
    width: 100%;
}

header .header-bottom .box-cart .box-icon .fa-times {
    display: none;
}

header .header-bottom .box-cart .box-icon .fa-times-show {
    display: inline-block;
}

header .header-bottom .box-cart .box-icon .number {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: -12px;
    display: inline-block;
    background-color: #38af9b;
    color: #e5e5e5;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}

header .header-bottom .box-cart .box-icon:hover {
    color: #78D6C6;
}

header .header-bottom .box-cart .box-icon.icon-shoping {
    width: 55px;
    height: 45px;
}

header .header-bottom .left-header-form {
    opacity: 0;
    visibility: hidden;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 45px;
    transition: all 0.5s;
    transform: translateY(20px);
}

header .header-bottom .left-header i {
    font-size: 21px;
    margin-right: 20px;
}

header .header-bottom .left-header button i {
    margin-right: 5px;
    font-size: 17px;
}

header .header-bottom form {
    border-radius: 10px;
    height: 40px;
    width: 250px;
    padding: 0 8px;
}

header .header-bottom input{
    font-size: 12px;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 3px;
    height: 45px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #6d6d6d;
    color: #e5e5e5;
    padding-right: 8px;
    border-left: 0;
}

header .header-bottom form button {
    color: #e5e5e5;
    background-color: transparent;
    width: 45px;
    height: 45px;
    border: 1px solid #6d6d6d;
    font-size: 18px;
    color: #e5e5e5;
    line-height: 26px;
    border-radius: 3px 0 0 3px;
}

header .header-bottom form input[type=text]:focus {
    border: 1px solid #6d6d6d;
    outline: none;
}
input:focus-visible {
    outline: 0;
}
header .header-bottom .myblock {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}

header .header-bottom .notblock {
    opacity: 0;
    visibility: hidden;
    display: none;
}

header .menu-page {
    border-bottom: 1px solid #5b5a5a;
    background: #363535;
}

header .menu-page .header-menu {
    background: transparent;
    z-index: 10;
    right: 0;
    left: 0;
    color: #e5e5e5;
    transition: all 0.8s;
    text-align: center;
}

header .menu-page .header-menu .divider {
    line-height: 50px;
    color: #545454;
}

header .menu-page .header-menu .my-menu-page ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

header .menu-page .header-menu .my-menu-page ul li a {
    display: inline-block;
    color: #bbb;
    padding: 19px 20px 19px 20px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    header .menu-page .header-menu .my-menu-page ul li a {
        padding: 19px 12px 19px 12px;
    }
}

header .menu-page .header-menu .my-menu-page ul li a .small-icon {
    position: absolute;
    top: 35px;
    right: 42%;
    width: 9px;
    height: 8px;
    background-color: #4e4e4e;
    color: #2d2d2d;
    transform: rotate(-45deg);
    border-top: 1px solid #5b5a5a;
    border-right: 1px solid #5b5a5a;
    opacity: 0;
    font-size: 12px;
    z-index: 2;
}

header .menu-page .header-menu .my-menu-page ul li a:hover {
    color: #fafafa;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body {
    position: absolute;
    background: #424242;
    max-width: 820px;
    height: fit-content;
    top: 52px;
    right: 0;
    left: 0;
    display: none;
    text-align: center;
    margin: auto 0;
    border: 1px solid #5b5a5a;
    z-index: 100;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu {
    display: block;
    border-bottom: 1px solid #5b5a5a;
    width: 100%;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu ul li a {
    font-size: 13px;
    color: #929292;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu ul li a:hover {
    color: #fafafa;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu {
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in {
    position: absolute;
    width: 100%;
    background: #424242;
    height:  fit-content;
    right: 0;
    left: 0;
    top: 54px;
    text-align: center;
    overflow: hidden;
    display: none;
    padding: 20px 20px 10px;
    border: 1px solid #5b5a5a;
    border-top: 0;
}
header .menu-page .header-menu .my-menu-page .view_brand{    
    position: absolute;
    bottom: 0px;
    left: 10px;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in h2 a {
    color: #aaa;
    display: inline-block;
    padding-right: 0;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in h2 i {
    font-size: 11px;
    vertical-align: middle;
    font-weight: 600;
    margin-right: 8px;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in span {
    display: block;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-col {
    display: inline-block;
    width: 25%;
    text-align: right;
    /* height: 480px; */
    /*overflow: hidden;*/
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-col span a {
    line-height: 1.9;
    display: block;
    padding: 6px 0 6px 6px;
    color: #929292;
    transition:all  0.3s;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-col span:hover a {
    color: #fff;
    transform: scale(1.2);
    transform-origin: right;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .special-offer {
    display: inline-block;
    margin-top: 15px;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .special-offer h2 {
    font-size: 14px;
    color: #78D6C6;
    font-weight: 500;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .special-offer span {
    padding: 5px 0;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .special-offer span a {
    color: #aaa;
    font-weight: 500;
    font-size: 14px;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .special-offer span:hover a {
    color: #fafafa;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-brands {
    display: inline-block;
    width: 350px;
    overflow: hidden;
    position: absolute;
    bottom: 45px;
    left: 0;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-brands h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 20px;
    text-align: right;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-brands .brands {
    border-right: 1px solid #5b5a5a;
    padding-right: 12px;
    height: 59%;
    padding-top: 8px;
    padding-left:12px;
}



header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-brands .brands a:hover img {
    transform: scale(1.05);
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-brands .brands a {
    display: block;
    padding: 0;
    color: #aaa;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow:hidden;
    cursor: pointer;
}
header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-brands .brands .img-brand{
    height:150px;
}
header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-brands .brands a img {
    width: 150px;
    z-index: 2;
    transition:all .3s;
}

header .menu-page .header-menu .my-menu-page ul li .menu-body .one-level-menu .two-level-menu .two-level-menu-in .two-level-brands .brands a i {
    font-size: 10px;
    color: #aaa;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 6px;
}

header .menu-page .header-menu .my-menu-page .first-ul .item-row-one:hover .menu-body {
    display: block;
}

header .menu-page .header-menu .my-menu-page .first-ul .item-row-one .menu-body .one-level-menu ul li {
    border-bottom: 2px solid transparent;
}

header .menu-page .header-menu .my-menu-page .first-ul .item-row-one .menu-body .one-level-menu ul li:hover .two-level-menu-in {
    display: block;
}

header .menu-page .header-menu .my-menu-page .first-ul .item-row-one .menu-body .one-level-menu ul li.active {
    border-color: #78D6C6;
}

header .menu-page .header-menu .my-menu-page .first-ul .item-row-one .menu-body .one-level-menu ul li.active a {
    color: #fafafa;
}


/* end hedaer */

.top-menu-active {
    background-color: #424242;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100% !important;
    box-shadow: 0 25px 45px #6f707213;
    z-index: 100;
    transition: all 0.3s;
    border: 0;
    padding: 10px 0;
}

.top-menu-active.menu-page .header-menu .my-menu-page .menu-body {
    top:60px;
}
/* start breadcrumb-page */

#breadcrumb-page {
    padding: 70px 0 57px;
    text-align: center;
    position: relative;
    margin-top: 207px;
    background: #333232;
}

@media screen and (max-width: 991px) {
    #breadcrumb-page {
        margin-top: 122px;
        padding: 54px 20px;
        border-bottom: 1px solid #5b5a5a;
        margin-bottom: 24px;
    }
}
#breadcrumb-page:before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../uploads/Global/bg-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    opacity: 0.4;
    z-index: 0;
}
@media screen and (max-width: 1400px) {
    #breadcrumb-page:before{
        background-size: cover;
    }
}

#breadcrumb-page h2 {
    color: #e5e5e5;
    font-size: 30px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    #breadcrumb-page h2 {
        font-size: 26px;
    }
}

#breadcrumb-page .breadcrumb {
    justify-content: center;
    display: inline-flex;
    padding: 15px 20px;
    border-radius: 15px;
    background-color: transparent;
}

/*#breadcrumb-page .breadcrumb .breadcrumb-item {*/
/*    font-size: 14px;*/
/*    z-index: 2;*/
/*    margin-top: 17px;*/
/*    color: #777777;*/
/*}*/

/*#breadcrumb-page .breadcrumb .breadcrumb-item.active {*/
/*    color: #78D6C6;*/
/*}*/

/*#breadcrumb-page .breadcrumb .breadcrumb-item::before {*/
/*    float: none;*/
/*    padding-left: 0.5rem;*/
/*    color: #777777;*/
/*}*/

#breadcrumb-page .breadcrumb .breadcrumb-item a {
    color: #bbb;
}

/*#breadcrumb-page .breadcrumb .breadcrumb-item a:hover {*/
/*    color: #78D6C6;*/
/*}*/


/* end breadcrumb-page */


/* start footer */

footer {
    padding-top: 80px;
    background: #2e2d2d;
    /* start footer-menu */
    /* end  footer-menu */
    /* start footer-bottom */
    /* end footer-bottom */
}

footer .footer-title {
    color: #e5e5e5;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 30px;
}

footer .footer-title a {
    color: #e5e5e5;
    height:60px;
    overflow:hidden;
}

footer .column-footer .contact-us li {
    margin-bottom: 4px;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    line-height: 1.65;
}

footer .column-footer .contact-us li:first-child {
    padding-top: 0;
}

footer .column-footer .social li {
    display: inline-block;
}

footer .column-footer .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    color: #959494;
    background: #434343;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 17px;
}

footer .column-footer .social li a i {
    line-height: 40px;
}

footer .column-footer .social li a:hover {
    color: #e5e5e5;
}

footer .column-footer .list-footer li {
    margin-bottom: 4px;
}

footer .column-footer .list-footer li a {
    font-size: 14px;
    padding: 5px 0 5px 10px;
    line-height: 1.65;
    transition: all 300ms ease-in-out;
    display: block;
}

footer .column-footer .list-footer li:first-child a {
    padding-top: 0;
}

footer .column-footer .list-footer li:hover a {
    padding-right: 8px;
    color:#78D6C6;
}

footer .column-footer .product-footer .product-img {
    display: block;
    width:90px;
}
footer .column-footer .product-footer .caption {
    width:calc(100% - 90px);
    text-align: right;
    padding-right: 14px;
}
footer .column-footer .product-footer .caption h4 a {
    display: inline-block;
    font-size: 13px;
    color: #fafafa;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

footer .column-footer .product-footer .caption h4:hover a {
    color: #78D6C6;
}

footer .column-footer .product-footer .caption .price {
    position: relative;
}

footer .column-footer .product-footer .caption .price .before,
footer .column-footer .product-footer .caption .price .after {
    margin-top: 10px;
    display: inline-block;
}

footer .column-footer .product-footer .caption .price .before {
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 8px;
}

footer .column-footer .product-footer .caption .price .after {
    font-size: 18px;
    font-weight: 600;
    color: #78D6C6;
}
footer .column-footer .product-footer .caption .price .after span{
    font-size: 14px;
}

footer .footer-menu {
    border-top: 1px solid #636262;
    border-bottom: 1px solid #636262;
    margin-top: 50px;
    padding: 7px;
}

footer .footer-menu ul {
    text-align: center;
}

footer .footer-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    padding: 5px 0;
}

footer .footer-menu ul li a {
    line-height: 30px;
    font-size: 14px;
    color: #929292;
    display: block;
}

footer .footer-menu ul li:hover a {
    color: #e5e5e5;
}

footer .footer-bottom {
    padding: 40px 0;
}

footer .footer-bottom .footer-copyright {
    font-size: 14px;
}

footer .footer-bottom .footer-copyright a {
    color: #78D6C6;
}

footer .footer-bottom .footer-copyright a:hover {
    text-decoration: underline !important;
}


/* end footer */


/******************header responsive*************************/

.header-section-responsive {
    position: fixed;
    width: 100%;
    background: #2e2d2d;
    z-index: 90;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 1px 4px #4e4e4eb5;
}

.header-section-responsive img {
    height: 42px;
    vertical-align: middle;
}

.header-section-responsive .header-right-responsive .menu-icon {
    display: inline-block;
    cursor: pointer;
}

.header-right-responsive button i {
    color: #e5e5e5;
}

.header-section-responsive .header-right-responsive .search i {
    font-size: 19px;
}

.header-section-responsive .header-right-responsive .menu-icon i {
    margin-left: 17px;
    color: #aaa;
    font-size: 25px;
    transition: 0.3s;
    vertical-align: middle;
}

.header-left-responsive a:hover i {
    color: #78D6C6 !important;
}

.header-left-responsive a {
    vertical-align: middle;
}

.header-left-responsive a:hover {
    text-decoration: none;
}

.header-left-responsive i {
    color: #e5e5e5;
    font-size: 25px;
    font-weight: 300;
    vertical-align: middle;
}


.header-section-responsive .header-ersponsive-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}

.header-section-responsive .header-responsive-bottom {
    padding: 10px 0;
}

.header-section-responsive .header-responsive-bottom form {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 38px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow:hidden;
}

.header-section-responsive .header-responsive-bottom form input {
    border: 0;
    font-size: 13px;
    background-color: transparent;
    color: #e5e5e5;
    height: 38px;
}

.header-section-responsive .header-responsive-bottom form input:focus {
    outline: 0;
    box-shadow:unset;
}

.header-section-responsive .header-responsive-bottom button {
    background: transparent;
    border: 0;
    padding-left: 16px;
    color: #e5e5e5;
    width: 60px;
}
.header-section-responsive .header-responsive-bottom button i{
    color:#aaa;
    font-size: 16px;
}

.header-section-responsive  button:focus {
    box-shadow: unset !important;
    outline:unset !important;
}

.header-section-responsive  .dropdown .dropdown-menu {
    background-color: #343434 !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.header-section-responsive  .dropdown .dropdown-menu .dropdown-item {
    color: #e5e5e5;
    font-size: 12px;
    padding: 10px 15px;
    text-align: right;
}

.header-section-responsive  .dropdown .dropdown-menu .dropdown-item:hover {
    color: #78D6C6;
    background-color: #343434;
}

.header-section-responsive  .dropdown-toggle::after {
    border-top-color: #78D6C6;
}
.header-section-responsive .box-icon .number {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: auto;
    display: inline-block;
    background-color: #00aea6;
    color: #e5e5e5;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    left: 46px;
}
.header-section-responsive .box-icon{
   font-size:25px;
   color:#aaa;
}
.header-responsive .box-icon-res{
    align-items:center;
}

/**************end header responsive**************/

.black-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}


/* start web-scroll-section */

.web-scroll-section {
    display: inline-block;
    position: fixed;
    bottom: 45px;
    left: 45px;
    color: #e5e5e5;
    text-align: center;
    cursor: pointer;
    transform: scale(0);
    height: 50px;
    width: 50px;
    border-radius: 5px;
    line-height: 45px;
    background: #72cfbf;
    transition: all ease 1s;
    z-index: 10000;
    font-size: 14px;
    font-weight: 200;
    box-shadow: 0px 2px 7px #133e373b;
}

.web-scroll-section i {
    color: #e5e5e5;
    padding: 16px 11px;
    transition: all ease 1s;
}

.web-scroll-section:hover {
    background: #333;
}

@media screen and (max-width: 575px) {
    .web-scroll-section {
        bottom: 25px;
        left: 25px;
    }
}


/* end web-scroll-section */


/********************* START MOBILE MENU ******************/

.menu {
    width: 80%;
    background: #262626;
    position: fixed;
    top: 0;
    right: -80%;
    bottom: 0;
    height: 100vh;
    z-index: 300;
    transition: 0.3s;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 100px;
}

.menu-active {
    right: 0;
}

.img-menu-mobile {
    display: block;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.img-menu-mobile img {
    max-width: 50%;
}

.in-main-menu {
    position: absolute;
    width: calc(100% * 4);
    min-height: calc(100vh - 221px);
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: 0.3s;
}

.in-main-menu-2 {
    right: -100%;
}

.in-main-menu-3 {
    right: -200%;
}

.in-main-menu-4 {
    right: -300%;
}

.main-menu {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.level-one {
    width: calc(25% + 17px);
    overflow: auto;
    overflow-y: scroll;
    float: right;
    height: calc(100vh - 221px);
    position: relative;
    z-index: 101;
}

.item-level-one {
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.item-level-one a {
    display: inline-block;
    color: #e5e5e5 !important;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 97px);
    float: right;
    padding: 0 15px;
    font-size: 13px;
}

.item-level-one a:hover {
    color: #78D6C6 !important;
}

/*.item-level-one a:before {*/
/*    content: "";*/
/*    font-family: "FontAwesome";*/
/*    vertical-align: middle;*/
/*    margin-left: 7px;*/
/*    transition: 0.3s;*/
/*    color: #ccc;*/
/*    font-size: 12px;*/
/*}*/

.item-level-one a:hover:before {
    color: #aaa;
}

.item-level-one span {
    cursor: pointer;
    display: inline-block;
    color: #818181;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: 80px;
    float: right;
    text-align: center;
    vertical-align: middle;
    /* font-family: "Ionicons"; */
    /* font-size: 20px; */
    transition: 0.3s;
}

.item-level-one span:hover {
    padding-right: 10px;
}

.item-level-one span:hover i {
    color: #78D6C6;
}

.level-two {
    width: 25%;
    overflow: hidden;
    float: right;
    margin-right: -17px;
    height: 100px;
    min-height: calc(100vh - 221px);
    position: relative;
    z-index: 101;
}

.body-level-two {
    width: calc(100% + 17px);
    overflow: auto;
    overflow-y: scroll;
    min-height: calc(100vh - 221px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    background: #262626;
}

.body-level-two-active {
    z-index: 103;
}

.go-back-menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    font-size: 13px;
}

.go-back-menu a {
    display: inline-block;
    color: #e5e5e5;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 67px);
    float: right;
    padding: 0 15px;
}

.go-back-menu a:before {
    content: "";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 7px;
    transition: 0.3s;
    color: #ccc;
    font-size: 12px;
}

.go-back-menu span {
    cursor: pointer;
    display: inline-block;
    color: #78D6C6;
    height: 50px;
    line-height: 50px;
    width: 50px;
    float: right;
    text-align: center;
    vertical-align: middle;
    font-family: "Ionicons";
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 17px;
    transition: 0.3s;
}

.go-back-menu span:hover {
    background: #333;
    color: #e5e5e5;
}

.level-three {
    width: 25%;
    overflow: hidden;
    float: right;
    min-height: calc(100vh - 221px);
    position: relative;
    z-index: 103;
}

.level-four {
    width: 25%;
    overflow: hidden;
    float: right;
    min-height: calc(100vh - 221px);
    position: relative;
    z-index: 103;
}

.body-level-three {
    width: calc(100% + 17px);
    overflow: auto;
    overflow-y: scroll;
    min-height: calc(100vh - 221px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 104;
    background: #262626;
}

.body-level-three-active {
    z-index: 105;
}

.body-level-four {
    width: calc(100% + 17px);
    overflow: auto;
    overflow-y: scroll;
    min-height: calc(100vh - 221px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    background: #4e4e4e;
}

.body-level-four-active {
    z-index: 112;
}

.header-level-3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.header-level-3 .ionicoroz-0 {
    cursor: pointer;
    display: inline-block;
    color: #818181;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: 50px;
    float: right;
    text-align: center;
    vertical-align: middle;
    font-family: "Ionicons";
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
    background: #4e4e4e;
    transition: 0.3s;
}

.header-level-3 .ionicoroz-1 {
    display: inline-block;
    font-family: "Ionicons";
    transition: 0.3s;
}

.header-level-3:hover .ionicoroz-1 {
    transform: rotate(90deg);
}

.header-level-3 p {
    display: inline-block;
    color: #e5e5e5;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 67px);
    float: right;
    padding: 0 15px;
    font-size: 14px;
}

.filter-option {
    background: #575757;
    padding: 10px 70px 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: none;
    transition: none;
}

.item-filter-option {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #aaa;
    font-size: 14px;
}

.item-filter-option:hover {
    color: #78D6C6;
}

.item-filter-option:before {
    content: "";
    font-family: fontawesome;
    vertical-align: middle;
    margin-left: 7px;
    transition: 0.3s;
    color: #ccc;
    font-size: 12px;
}

.item-filter-option:hover:before {
    color: #78D6C6;
}

.item-login {
    display: block;
    height: 50px;
    color: #e5e5e5 !important;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    padding: 0 15px;
    font-weight: 400;
    font-size: 13px;
}

.item-level-one .fa-chevron-left {
    color: #818181;
    font-size: 15px;
    margin-right: 5px;
    color: #7ac1c1;
}
.filter-lable{
    color: #7bb1b1 !important;
    font-size: 14px;
}
.item-login .fa-user {
    font-size: 18px;
    color: #78D6C6;
    padding-left: 8px;
    font-weight: 400;
}
.item-login i {
    font-size: 18px;
    color: #78D6C6;
    padding-left: 8px;
    font-weight: 400;
}
.item-login .fa-lock {
    font-size: 18px;
    color: #78D6C6;
    padding-left: 8px;
    font-weight: 400;
}


/******************** END MOBILE MENU *******************/


/*# sourceMappingURL=global.css.map */



.link-search {
    display: flex;
    transition: .3s all;
    padding: 10px;
    margin: 10px 0 0px;
    border: 1px solid #5b5a5a;
    background: #373636;
    width: 100%;
}

.link-search:hover {
    background-color: #333333;
}

.link-search .img-item-serach {
    width: 60px;
}
.link-search .img-item-serach img{
    max-width: 100%;
}

.link-search .desc-item-serach {
    font-size: 13px;
    text-align: left;
    width: calc(100% - 60px);
}



.link-search .desc-item-serach .no-price {
    display: inline-block;
    padding: 0 15px;
    background: red;
    color: #e5e5e5;
    border-radius: 15px;
    font-size: 12px;
}

/*.link-search .desc-item-serach span {*/
/*    display: inline-block;*/
/*    padding: 4px 8px;*/
/*    background: #78D6C6;*/
/*    color: #e5e5e5;*/
/*    border-radius: 17px;*/
/*    font-size: 12px;*/
/*    margin-top: 10px;*/
/*    line-height: 26px;*/
/*}*/

.link-search .desc-item-serach .okey-price {
    display: inline-block;
    padding: 4px 8px;
    background: #78D6C6;
    /*color: #e5e5e5;*/
    color: #000000;
    border-radius: 17px;
    font-size: 12px;
    /*margin-top: 10px;*/
    line-height: 26px;
}

.zoori {
    margin-top: 135px;
}

@media screen and (max-width: 991px) {
    .zoori {
        margin-top: 50px;
    }
}

.content-left .empty{
    margin-bottom: 10px;
}
.avatar-img {
    width: 80px;
    height: 80px;
}

.product-list-section .breadcrumb li:last-child:before {
    padding-top: 1px;
    padding-left: 0.5rem;
    color: #ced7e5;
    float: right;
    opacity: .7;
    content: "/";
}

.close {
    border: 0 !important;
}

@media screen and (max-width: 400px) {
    .baskert {
        width: 320px;
    }
}

.btn:focus{
    box-shadow:unset;
    outline:0;
}
.btn:active:focus , .btn:active {
    outline:0;
}
.i-result {
    background: #454545;
    overflow: hidden;
    overflow-y: hidden;
    position: absolute;
    border-radius: 5px;
    top: 68px;
    width: 360px;
    max-height: 319px;
    overflow-y: auto;
    z-index: 50;
    border: 1px solid #5b5a5a;
    display: none;
    padding: 0px 0 10px;
    margin: 0 auto;
    justify-content: center;
    left: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0 10px 10px;
}
.i-result .not-products{
    font-size:13px;
}
@media screen and (max-width: 990px) {
    .i-result {
        display:none !important;
    }
}

/* width */
.i-result::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.i-result::-webkit-scrollbar-track {
  background: #333;
}

/* Handle */
.i-result::-webkit-scrollbar-thumb {
  background: #222;
}

/* Handle on hover */
.i-result::-webkit-scrollbar-thumb:hover {
  background: #222;
}

.link-search {
    border-radius: 5px;
}

.img-item-serach {
    display: table-cell;
}

.img-item-serach img {
    max-height: 80px;
}

.desc-item-serach {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-right: 10px;
}

.name-item-search {
    line-height: 24px;
    /*margin: 0;*/
    margin-bottom: 5px;
    color: #fafafa;
    font-size: 13px;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ------------ END SEARCH --------------- */


/* ----------------BACK-MENU ------------------- */

.back-menu {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 100;
}

.back-menu2 {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 198;
}

@media screen and (max-width: 991px) {
    .back-menu {
        display: none !important;
    }
}


/* ----------BASKET ------------------*/

.open-baskert {
    right: 0;
}


.open-baskert {
    right: 0;
}

.in-basket {
    width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media screen and (max-width: 991px) {
    .in-basket {
        width: 100%;
    }
}
.b-header {
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #3c3a3a;
    background: #333;
}

.b-flag {
    font-family: "Ionicons";
    font-size: 80px;
    color: #ef5661;
}

.name-bask {
    color: #333;
    font-size: 22px;
    margin-top: 4px;
}

.b-link {
    display: inline-block;
    padding: 16px 22px;
    color: #78D6C6;
    transition: .3s;
    font-size: 12px;
    border-radius: 2px !important;
    background: #444;
    margin-top: 20px;
    margin-bottom: 20px;
}

.close-basket {
    display: inline-block;
    transition: .3s;
    font-family: "Ionicons";
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.open-baskert {
    right: 0;
}

.baskert {
    position: fixed;
    width: 400px;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #e5e5e5;
    z-index: 200;
    overflow: hidden;
    transition: .3s;
}
.baskert .in-b-body{
    padding: 0 14px 0 20px;
}
.open-baskert {
    right: 0;
    background-color: #333;
}

.b-body {
    background-color: #333;
}
.baskert .in-b-body .multiplication{
    float: left;
    color: #C70039;font-size: 20px;
}
.baskert .stepper__value[data-pos=cur]{
    font-size: 1.5rem;
    top: calc(50% - 0.7rem);
}

.b-flag {
    font-family: "Ionicons";
    font-size: 60px;
    color: #78D6C6;
}

.name-bask {
    color: #333;
    font-size: 22px;
    margin-top: 4px;
}

.close-basket {
    display: inline-block;
    transition: .3s;
    font-family: "Ionicons";
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.left-pro {
    position: relative;
    display: flex;
    width: 100%;
    padding: 10px 12px;
    text-decoration: none;
    transition: .3s;
    margin: 0;
}
.left-pro-23 .input-group{
    width: 105px;
}
.left-pro-23 .input-group input{
    background-color: #232222 !important;
    border-color: #474747;
    color: #fff;
    text-align: center !important;
    border-left: 0;
    border-right: 0;
    width:36px;
    cursor: not-allowed;
}
.left-pro-23 .input-group .btn.btn-danger{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #d96868;
}
.left-pro-23 .input-group .btn.btn-success{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #78d6c6;
}
.left-pro-23 .input-group .btn{
    background: #444444;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
}
.left-pro-23 .input-group .btn:focus , .left-pro-23 .input-group input{
    box-shadow:unset;
}


.left-pro-23 {
    border-bottom: 1px solid #3c3a3a;
}

.img-left-pro {
    width: 77px;
    height: 66px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #444444;
    overflow: hidden;
    padding:4px;
}
.img-left-pro img{
    width:77px;
}

.desc-left-pro {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}

.name-desc-left-pro {
    font-size: 13px;
    line-height: 26px;
    color: #bbb;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 7px;
}

.o-price {
    color: #78D6C6;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: left;
}

.d-price {
    color: #939393;
    font-size: 14px;
}

.alert-div {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 200;
    bottom: -120px;
    opacity: 1;
    right: 0;
    text-align: center;
    transition: 0.3s;
}

.alert-div-active {
    bottom: 70px;
    top: 50%;
    opacity: 1;
}

.main-alert-danger {
    background: #e12b2b;
    border: 1px solid #d22929;
}

.main-alert {
    display: inline-block;
    margin: 0 auto;
    height: auto;
    box-shadow: 0 0 10px #4f4f4f;
    border-radius: 3px;
}

.dropdown-menu {
    text-align: right !important;
}

.link-tag {
    display: block;
}

.flag-message {
    display: inline-block;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    line-height: 50px;
    color: #e5e5e5;
    font-size: 22px;
}

.flag-message-danger {
    border-left: 1px solid #d22929;
}

.body-message {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    color: #e5e5e5;
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
}

.main-alert-success {
    background: #4caf50;
    border: 1px solid #449d48;
}

.flag-message-success {
    border-left: 1px solid #449d48;
}

.cart {
    border-right: 1px solid #eee;
    font-size: 1.5rem;
}

.cart span {
    font-family: "iransans";
    inset: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 1rem 1rem auto;
    background-color: #ff3354;
    font-size: .7rem;
    line-height: 1.6;
}

.show-num-card {
    color: red;
}

@media screen and (max-width: 575px) {
    .baskert {
        width: 80%;
    }
    
}

.body-static p {
    line-height: 30px;
    font-size: 14px;
}

.desc-p-form {
    line-height: 1.6;
}

.control-label {
    margin-bottom: 5px;
}


/* ------------------ ALERT RSS AND OTHER ALERT BOXES ------------------- */

.rss-alert-active {
    display: block !important;
    font-size: 12px;
}

.rss-alert-active1 {
    display: block !important;
}

.alert {
    display: none;
}

.rss-t {
    cursor: unset !important;
}

.show-num-card {
    color: red !important;
}

.show-num-card:hover {
    color: red !important;
}

.dropdown-div {
    text-align: right;
}

.dropdown-div a {
    direction: rtl;
    margin-bottom: 4px;
    color: #aaa !important;
}

#modal-signup .modal-dialog .modal-content .modal-header button {
    /* margin-right: -78px;*/
}

.modal-body #modal-in-signup .myform-control {
    margin: 0 5px 9px 0 !important;
}

#modal-login .modal-dialog .modal-content .modal-header button {
    /* margin-left: 96px;*/
}

.modal-body #modal-in-login .myform-control {
    margin: 0 5px 9px 0 !important;
}

.modal-header {
    direction: ltr;
}

.modal-header:before,
.modal-header:after {
    display: none;
}

#w2 .close {
    position: absolute;
    left: 10px;
}

#w2 {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

#w0 {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

#w0 .close {
    position: absolute;
    left: 10px;
}

#w1 {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

#w1 .close {
    position: absolute;
    left: 10px;
}

.table-responsive {
    border: 0 !important;
}

.alert-danger {
    color: #943941 !important;
    background-color: #ffbdc2  !important;
    border-color: #a22b29 !important;
}
.alert-success {
    background-color: #78D6C6 !important;
    border-color: #78D6C6 !important;
    color: #fff !important;
    border-radius: 7px;
    font-size: 12px;
    padding: 12px 10px;
    line-height: 1.5;
}

.has-error .help-block{
    font-size: 12px;
    color: #e68d8b;
}
.has-error .control-label{
    color: #c85c59;
}
.has-error .form-control {
    border-color: #914543;
}
.has-error .form-control:focus{
    box-shadow: unset;
}
.has-success .form-control {
    border-color: #3e9a8b;
}
.has-success .form-control:focus {
    box-shadow: unset;
    border-color: #7cb77d;
}
.has-success .control-label{
    color: #3e9a8b;
}

textarea{
    resize: none;
}

.baskert ::-webkit-scrollbar {
  width: 10px;
}

.baskert ::-webkit-scrollbar-track {
  background-color: #4e4e4e;
}

.baskert ::-webkit-scrollbar-thumb {
  background-color: #272727;
}

.contact_us_pg , .about_us_pg{
    border-bottom: 1px solid #5b5a5a;
    margin-top: 250px;
    padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
   .contact_us_pg , .about_us_pg{
        margin-top: 150px;
    }
}

.contact_us_pg .video_tab , .about_us_pg .video_tab {
  max-width: 80%;
}
@media screen and (max-width: 991px) {
  .contact_us_pg .video_tab , .about_us_pg .video_tab {
    max-width: 94%;
  }
}
.contact_us_pg .video_tab::after ,.about_us_pg .video_tab::after{
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(61, 67, 79, 0.4), rgba(61, 67, 79, 0.4));
}
.contact_us_pg .video_tab video ,.about_us_pg .video_tab video {
  border-radius: 5px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon_play {
  width: 68px;
  height: 68px;
  background-color: #78D6C6;
  color: #fff;
  top: calc(50% - 34px);
  right: calc(50% - 34px);
  font-size: 20px;
  transition: all 0.3s;
  border-radius: 50%;
  border: 2px solid #a1f7e9;
  z-index: 2;
  line-height: 68px;
}
.icon_play i {
  line-height: inherit;
}
.icon_play::before, .icon_play::after {
  content: "";
  position: absolute;
  inset: 0;
  animation: ripple 3s infinite;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  transition: inherit;
  transition-duration: 0.15s;
  border-radius: inherit;
}
.icon_play::after {
  animation-delay: 0.6s;
}

textarea{
        resize: none;
    }
.contact_us_pg .control-label {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    color:#bbb;
}

.contact_us_pg .help-block {
    margin-bottom: 15px;
}
.contact_us_pg .form-control{
    background-color: #4e4e4e;
    border-color: #5b5a5a;
    color: #9b9a9a;
    box-shadow: unset;
    height: auto;
    font-size: 14px;
    padding: 8px 10px;
}
.contact_us_pg .form-control:focus{
    background-color:#5f5c5c;
    box-shadow: unset;
    color:#aaa;
    border-color: #78d6c6;
}
.contact_us_pg .forms-form{
    margin-top: 15px;
}
.contact_us_pg .help-block{
    font-size: 12px;
    margin-top: 8px;
}

.contact_us_pg  .btn-bottom{    
    background-color: #78D6C6;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 14px 14px;
    border-radius: 3px;
    font-size: 14px;
    height: 45px;
    transition: all 0.5s ease-in-out;
}
.contact_us_pg .btn-bottom:hover{
    background-color: #2e2e2e;
}

.contact_us_pg .desc-p-form {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 33px;
    color:#bbb;
}
.contact_us_pg .desc-span-forms{
    margin-bottom: 16px;
    font-size: 15px;
    display: block;
    line-height: 28px;
}
.contact_us_pg .desc-span-forms .in-desc-span-forms{
    font-size: 14px;
    color: #d7d7d7;
}
    
.contact_us_pg .has-error .help-block, .contact_us_pg .has-error .control-label, .contact_us_pg .has-error .radio, .contact_us_pg .has-error .checkbox, .contact_us_pg .has-error .radio-inline, .contact_us_pg .has-error .checkbox-inline, .contact_us_pg .has-error.radio label, .contact_us_pg .has-error.checkbox label, .contact_us_pg .has-error.radio-inline label, .contact_us_pg .has-error.checkbox-inline label{
    color: #cd5452;
}
.contact_us_pg .has-error .help-block{
    color: #cd5452;
}
.contact_us_pg .h1-opper, .about_us_pg .h1-opper{
    color: #e5e5e5;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}
.contact_us_pg .form_wrapper{
    background: #424242;
    padding: 32px 24px 24px;
}
.contact_us_pg .forms-form form{
    padding: 10px 0 !important;
}
.about_us_pg #video-wrapper{
    background: #424242;
    padding: 24px;
    margin-top: 40px;
}
.about_us_pg #video-wrapper .tab_title{
    color:#e5e5e5;
}
.dropdown-item.active, .dropdown-item:active , .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #454545;
}
.dropdown-menu > li > a:hover{
     color: #78D6C6;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline: 0;
}


.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel  .owl-dots .owl-dot:hover span {
  background-color: #78D6C6 !important;
}
.owl-carousel .owl-dots .owl-dot span{
    margin:5px 5px;
}
.owl-carousel .owl-nav button {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  margin: 0;
  width: 24px;
  height: 25px;
  line-height: 25px;
  border-radius: 0;
  background: transparent;
  font-size: 26px !important;
  background-color: #424242;
  position: relative;
  transition: all 0.5s ease-in-out !important;
  font-family: 'aria' !important;
}
.owl-carousel .owl-nav button span {
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-nav button:hover {
  /*font-size: 45px !important;*/
  color: #78D6C6 !important;
  background: transparent !important;
  transform: scale(1.5);
}

.pagination{direction: ltr;}

.easyzoom-flyout{
    background-color: #424242;
}

/*.easyzoom--overlay img:after{*/
/*    background-color: red !important;*/
/*}*/

@font-face {
    font-family: "iransans";
    src: url("fonts/my_fonts/IRANSansXFaNum-Regular.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}