@font-face {
  font-family: "peyda-SemiBold";
  src: url("../fonts/PeydaWebFaNum-SemiBold.woff");
}

@font-face {
  font-family: "peyda-Regular";
  src: url("../fonts/PeydaWebFaNum-Regular.woff");
}

@font-face {
  font-family: "peyda-Medium";
  src: url("../fonts/PeydaWebFaNum-Medium.woff");
}

@font-face {
  font-family: "peyda-Light";
  src: url("../fonts/PeydaWebFaNum-Light.woff");
}

@font-face {
  font-family: "peyda-ExtraLight";
  src: url("../fonts/PeydaWebFaNum-ExtraLight.woff");
}

@font-face {
  font-family: "peyda-ExtraBold";
  src: url("../fonts/PeydaWebFaNum-ExtraBold.woff");
}

@font-face {
  font-family: "peyda-Bold";
  src: url("../fonts/PeydaWebFaNum-Bold.woff");
}

@font-face {
  font-family: "peyda-Black";
  src: url("../fonts/PeydaWebFaNum-Black.woff");
}

@font-face {
  font-family: "peyda-Thin";
  src: url("../fonts/PeydaWebFaNum-Thin.woff");
}

/* Fallback for Open Sans */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/PeydaWebFaNum-Regular.woff");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/PeydaWebFaNum-Light.woff");
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/PeydaWebFaNum-Bold.woff");
  font-weight: 700;
}


:root {
    --blue: #102a52;
    --green: #009042;
    --red: #dd3333;
    --gray: #ededed;
    --main-gra: linear-gradient(to right, #45a247, #283c86);
}

body {
    direction: rtl;
    font-family: 'peyda-ExtraLight'
}

a {
    text-decoration: none;
}
:focus{
    outline: 0;
}

/*-------------- owl carousel -------------*/
.owl-carousel {
    direction: ltr;
}

.owl-stage {
    display: table-caption;
    direction: rtl;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--blue);
    width: 21px;
}

@media (max-width: 987px) {
    .owl-carousel .owl-stage {
        display: table-caption !important;
    }
}

/*------------------------------------------*/
/*------------- start header ----------------*/
.b-mobile-nav .hs-menubar {
    display: flex;
}

.sticky {
    position: fixed;
    top: -160px;
    left: 0;
    width: 100%;
    padding: 16px 117px;
    background-color: #fff;
    z-index: 1000;
    transition: 300ms;
    box-shadow: 0 0 17px -10px #0000007a;
    align-items: center;
    justify-content: space-between;
}


.top-header {
    font-family: 'peyda-Regular';
    padding: 35px 0px 3px;
}

.top-header .header-search, .top-header .header-social {
    float: left;
}

@media (max-width: 768px) {
    .top-header .header-social ul {
        padding: 0;
    }

    .sticky {
        padding: 20px 27px 4px 31px;
    }
}

.top-header .header-social ul li {
    list-style: none;
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    background-color: var(--gray);
    color: var(--blue);
    border-radius: 4px;
    margin: 0 7px;
    vertical-align: middle;
}

.top-header .header-social ul li div {
    visibility: hidden;
    position: absolute;
    top: 3%;
    background: #ededed;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}


/*.top-header .header-social ul li:hover div{*/
/*	visibility: visible;*/
/*}*/
/*.top-header .header-social ul li div::after{*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 100%;*/
/*	left: 50%;*/
/*	margin-left: -5px;*/
/*	border-width: 5px;*/
/*	border-style: solid;*/
/*	border-color: transparent transparent #ededed transparent;*/
/*	transform: rotate(180deg);*/
/*	font-size: 16px;*/

/*}*/

.top-header .header-social ul li a {
    color: var(--blue);
}

.top-header .header-social ul li a i {
    height: fit-content;
    display: flex;
}

.top-header .header-social ul li a i img {
    width: 64%;
    display: table;
    margin: 0 auto;
}

.header-search form {
    position: relative;
}

.header-search form #search {
    width: 444px;
    border: none;
    background-color: #ededed;
    padding: 7px 12px;
    border-radius: 32px;
}

.header-search form button {
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    border: none;
    background-color: var(--green);
    color: #fff;
    width: 43px;
    border-radius: 15px;
}

.top-header p.header-desc {
    font-family: 'peyda-SemiBold';
    font-size: 15px;
    word-spacing: 4px;
}

.main-header .logo img {
    width: 121px;
}

.main-header .logo {
    display: inline-block;
}
.container1{
    max-width: 1280px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5);
    margin-left: auto;
    margin-right: auto;
}
.main-header .header-category {
    display: inline-block;
    margin: 0 5px;
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    color: #fff;
    padding: 9px 16px;
    border-radius: 14px;
    font-family: 'peyda-SemiBold';
    box-shadow: 0 6px 26px -14px #000;
    cursor: pointer;
    font-size: 14px;
}

.header-nav {
    display: inline-flex;
}
.aghsti {
    margin: 0 .3rem;
}
.aghsti li{
    margin: 0 .3rem;
    background: linear-gradient(to right, #45a247, #283c86);
    border-radius: .4rem;
}
.aghsti li:hover{
    background: linear-gradient(to right, #283c86,  #45a247) !important;
    transform: translatey(-4px);



}
.aghsti li a{
    color: #fff !important;

}

.new-label-container {
  position: relative;
  display: inline-block;
}

.new-label {
  position: absolute;
  top: -18px;  /* بالاتر از لینک */
  left: 0;
  background-color: #ff0000; /* قرمز یا هر رنگ دلخواه */
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}



.header-nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-family: 'peyda-Regular';
    transition: 300ms;
    border-radius: 8px;
}

.header-nav ul li:hover {
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    color: #fff;
    box-shadow: 0 6px 26px -14px #000;
}

.header-nav ul li:hover a {
    color: #fff
}

.header-nav ul li a {
    color: var(--blue);
    display: block;
    padding: 4px 5px;
}

.header-login {
    display: inline-block;
    float: left;
}

.header-nav ul {
    padding: 0;
}

.header-login a.login, .header-login a.buy, .header-login a.loves {
    background-color: var(--green);
    padding: 7px 8px;
    border-radius: 12px;
    color: #fff;
    font-family: 'peyda-Regular';
    vertical-align: middle;
}

.header-login a.login i {
    vertical-align: middle;
}

.header-login a.buy, .header-login a.loves {
    /*width: 42px;*/
    display: inline-block;
    text-align: center;
}

header.header {
    box-shadow: 0 0 17px -10px #0000007a;
}

.main-header .header-category .b-sub-menu a:hover {
    color: red !important;
}

.main-header .header-category .b-sub-menu li:hover > a {
    color: red !important;
}

.main-header .header-category .b-sub-menu {
    position: absolute;
    background-color: #f1f1f1;
    padding: 15px 15px;
    width: 90%;
    left: 5%;
    margin-top: 8px;
    border-radius: 35px;
    max-height: 79%;
    overflow: auto;
    transition: 300ms;
    opacity: 0;
    top: 1000%;
    z-index: 100;
    display: none;
}

.main-header .header-category:hover .b-sub-menu {
    opacity: 1;
    top: unset;
    display: block;
    z-index: 999;
}

.sticky .header-category .b-sub-menu {
    position: fixed;
}

.main-header .header-category .b-sub-menu ul {
    position: relative;
    width: fit-content;
    list-style: none;
    padding: 0 15px 0 0;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.main-header .header-category .b-sub-menu ul li {
    padding: 6px 4px 6px 11px;
    transition: 300ms;
}

.main-header .header-category .b-sub-menu ul li:hover {
    background-color: #fff;
    border-radius: 10px;
}

.main-header .header-category .b-sub-menu ul li a {
    color: var(--blue);
}

.main-header .header-category .b-sub-menu ul li i:not(.fa-chevron-left) {
    background-color: var(--green);
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    margin: 0 0 0 6px;
    border-radius: 50%;
    vertical-align: middle;
}

.main-header .header-category .b-sub-menu ul li i.fa-chevron-left {
    vertical-align: middle;
    font-size: 10px;
    margin: 0 7px 0 0;
}

.main-header .header-category .b-sub-menu #deep2 {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: 35px;
    width: 84%;
    font-size: 13px;
    overflow: auto;
    direction: ltr;
    text-align: right;
}

.main-header .header-category .b-sub-menu #deep2 .deep2 li.deep2-li > a {
    display: block;
}

#deep2 ul.deep2 {
    display: none;
    direction: rtl;
    float: right;
}

#deep2 ul.deep2.sub-menu-for-li-13:hover {
    display: block !important;
}

/*
#deep2 ul.deep2 .deep2-li{
	display: inline-block;
}
*/
#deep2 ul.deep2 .deep3 a {
    font-family: 'peyda-SemiBold' !important;
}

.deep3 .main a {
    font-family: 'peyda-Bold' !important;
    font-size:16px;
}

#deep2 .deep2-item {
    display: inline-block;
    float: left;
    width: 100%;
}

.mega-menu-thumbnail {
    float: left;
    width: 29px;
    margin: 32px 0 0 22px;
}

.deep2-li:hover {
    background-color: unset !important;
}

.b-mobile-nav {
    display: none;
}

@media (max-width: 768px) {

    .b-mobile-nav {
        display: inline-block;
        float: left;
        margin: 0 0 0 3px;
    }

    .b-mobile-nav button {
        background-color: var(--blue);
        border: none;
        color: #fff;
        padding: 4px 13px;
        border-radius: 6px;
    }

    .b-mobile-nav .offcanvas {
        background-color: var(--blue);
        color: #fff;
    }

    .offcanvas-header .header-search form {
        width: 146%;
        font-family: 'peyda-Regular';
        font-size: 11px;
        vertical-align: middle;
    }

    .offcanvas-header .fa-xmark {
        font-size: 2.4rem;
    }

    .offcanvas-body .nav-cat {
        list-style: none;
        padding: 0;
        font-family: 'peyda-Regular';
        display: flex;
        justify-content: space-around;
    }

    .offcanvas-body .nav-cat li {
        border-bottom: 1px solid;
        padding: 0 20px 3px;
        border-radius: 8px;
        background: var(--green);
    }

    .offcanvas-header .header-search form #search {
        width: 100%;
    }

    .top-header p.header-desc {
        font-size: 15px;
        display: inline-block;
    }

    .header-nav, .header-login, .header-category {
        display: none !important;
    }

    .main-header {
        padding: 0 0 18px 0;
    }

    .b-offcanvas-shop-cat {
        display: none;
    }

    .b-offcanvas-menu ul li {
        list-style: none;
        font-family: 'peyda-Regular';
        font-size: 15px;
        padding: 4px 0px;
        margin: 5px 0;
    }

    .b-offcanvas-menu ul li a, .b-offcanvas-shop-cat ul li a {
        color: #fff;
    }

    .b-offcanvas-menu ul li i {
        margin: 0 0 0 5px;
    }

    .b-offcanvas-shop-cat ul li {
        list-style: none;
        font-family: 'peyda-Regular';
        font-size: 15px;
        padding: 4px 0px;
        margin: 5px 0;
        position: relative;
    }

    .b-offcanvas-shop-cat ul li i {
        width: 30px;
        height: 30px;
        background-color: #fff;
        display: inline-flex;
        color: #000;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 16px;
        top: 0;
        transition: 300ms;
        border-radius: 9px;
    }

    .mobile-social-d-none {
        display: block !important;
    }

    .rotate90 {
        transform: rotate(-90deg);
    }
}

.mobile-social-d-none {
    display: none;
}

@media (max-width: 991px) {

    .top-header .pc {
        display: none;
    }

    .mobile-social-d-none, .mobile-search-d-none {
        display: block;
    }

    .b-mobile-nav {
        display: flex;
        float: left;
        margin: 0 0 0 3px;
    }

    .b-mobile-nav button {
        background-color: var(--blue);
        border: none;
        color: #fff;
        padding: 4px 13px;
        border-radius: 6px;
    }

    .b-mobile-nav .offcanvas {
        background-color: var(--blue);
        color: #fff;
    }

    .offcanvas-header .header-search form {
        width: 146%;
        font-family: 'peyda-Regular';
        font-size: 11px;
        vertical-align: middle;
    }

    .offcanvas-body .nav-cat {
        list-style: none;
        padding: 0;
        font-family: 'peyda-Regular';
        display: flex;
        justify-content: space-around;
    }

    .offcanvas-body .nav-cat li {
        border-bottom: 1px solid;
        padding: 0 20px 3px;
        border-radius: 8px;
        background: var(--green);
    }

    .offcanvas-header .header-search form #search {
        width: 100%;
    }

    .top-header p.header-desc {
        font-size: 15px;
        display: inline-block;
    }

    .header-nav, .header-login, .header-category {
        display: none !important;
    }

    .main-header {
        padding: 0 0 18px 0;
    }

    .b-offcanvas-shop-cat {
        display: none;
    }

    .b-offcanvas-menu ul li {
        list-style: none;
        font-family: 'peyda-Regular';
        font-size: 15px;
        padding: 4px 0px;
        margin: 5px 0;
    }

    .b-offcanvas-menu ul li a, .b-offcanvas-shop-cat ul li a {
        color: #fff;
    }

    .b-offcanvas-menu ul li i {
        margin: 0 0 0 5px;
    }

    .b-offcanvas-shop-cat ul li {
        list-style: none;
        font-family: 'peyda-Regular';
        font-size: 15px;
        padding: 4px 0px;
        margin: 5px 0;
        position: relative;

    }

    .b-offcanvas-shop-cat ul li i {
        width: 30px;
        height: 30px;
        background-color: #fff;
        display: inline-flex;
        color: #000;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 16px;
        top: 0;
        transition: 300ms;
        border-radius: 9px;
    }

    .rotate90 {
        transform: rotate(-90deg);
    }

}


/*///////////////////////////menu-mob-sub/////////////////////////////*/
/*///////////////////////////menu-mob-sub/////////////////////////////*/
/*///////////////////////////menu-mob-sub/////////////////////////////*/

.b-offcanvas-shop-cat {
    width: 270px;
    height: 100vh;
    top: 50px;
    left: -320px;
    z-index: 999;
    overflow: hidden;
}

.b-offcanvas-shop-cat.open {
    left: 0
}

.b-offcanvas-shop-cat,
.b-offcanvas-shop-cat.open {
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s
}


.hs-user {
    right: 50px;
    overflow: hidden
}

.hs-user img {
    width: 32px;
    height: 32px;
    transition: .3s
}

.hs-user img:hover {
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    transform: scale(1.1);
    transition: .3s
}


.menu-trigger:hover {
    background: rgba(255, 255, 255, 0.3);
    transition: .3s
}


.menu-trigger {
    /* position: absolute; */
    top: 8px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    /* width: 32px; */
    /*height: 32px;*/
    /* line-height: 35px; */
    border-radius: 50%;
    text-align: center;
    /* -webkit-tap-highlight-color: transparent; */
    transition: .3s;

}

.menu-trigger {
    left: 10px
}

.search-trigger {
    left: 50px
}

.grid-trigger {
    right: 90px
}

.more-trigger {
    right: 12px
}

@-webkit-keyframes ripple-out {
    from {
        opacity: 1;
        -webkit-opacity: 1
    }

    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes ripple-out {
    from {
        opacity: 1;
        -webkit-opacity: 1
    }

    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation: fadeInUp .4s ease forwards;
    -webkit-animation: fadeInUp .4s ease forwards
}


.b-offcanvas-shop-cat ul {
    list-style: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9)
}

.b-offcanvas-shop-cat ul,
.b-offcanvas-shop-cat ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9)
}

.b-offcanvas-shop-cat ul .menu-item-has-children > a:hover,
.b-offcanvas-shop-cat ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;

}

.b-offcanvas-shop-cat ul .icon {
    font-size: 18px;
    padding-right: 20px
}

.b-offcanvas-shop-cat ul ul .menu-item-has-children > a:before,
.b-offcanvas-shop-cat ul li ul li a:before {
    content: "--";
    display: inline-block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    width: 15px;
    height: 10px;
    position: relative;
    float: right;
}

.b-offcanvas-shop-cat ul li ul {
    margin-right: 35px;
    border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.b-offcanvas-shop-cat ul ul {
    display: none;
    list-style: none
}

.menu-item-has-children > a:after {
    content: "\f078";
    font: var(--fa-font-solid);
    float: left;
    transition: .4s;
    font-size: 16px
}

.menu-item-has-children > a.downed {
    background: rgba(0, 0, 0, 0.1)
}

.menu-item-has-children > a.downed:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(360deg);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.b-offcanvas-shop-cat {
    text-align: right;
}

.nav-controls {
    background: #ddd;
}

.b-offcanvas-shop-cat {
    overflow: auto;
    width: 100%;
}


/*///////////////////////////menu-mob-sub/////////////////////////////*/
/*///////////////////////////menu-mob-sub/////////////////////////////*/
/*///////////////////////////menu-mob-sub/////////////////////////////*/


/*------------------ end header ----------------------*/

.b-slider-section {
    margin-top: 2%;
}

#carouselExampleControls {
    z-index: 0;
}

#carouselExampleControls button i {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 20px -2px #000;
}

#carouselExampleControls button {
    opacity: 1;
}

.carousel-control-next {
    left: -15px;
}

.carousel-control-prev {
    right: -15px;
}

.aside-slider img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .aside-slider {
        margin: 13px 0 0 0;
    }

    .aside-slider img {
        width: 100%;
        object-fit: cover;
        box-shadow: 0px 1px 10px -2px #000;
        border-radius: 46px;
    }
}

/*------------------------------------------------------*/

#owl_home_icons {
    margin: 65px 0 0 0;
}

#owl_home_icons .icon-item {
    padding: 40px 0;
}

#owl_home_icons .icon-item p {
    font-family: 'peyda-SemiBold';
    text-align: center;
    margin: 18px 0 0 0;
    color: var(--blue);
}

#owl_home_icons .icon-item img {
    background-color: var(--blue);
    width: 92px;
    height: 92px;
    padding: 25px;
    object-fit: contain;
    border-radius: 29px;
    outline: 6px solid #d6d6d6;
    box-shadow: 0 2px 4px 5px #000000bf;
    display: table;
    margin: 0 auto;
}

#owl_home_icons .owl-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--blue);
    color: #FFF;
    text-decoration: none;
}

#owl_home_icons .owl-nav button.owl-prev, #owl_home_icons .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 400ms;
    font-size: 46px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 43%;
}

#owl_home_icons .owl-nav button.owl-prev:hover, #owl_home_icons .owl-nav button.owl-next:hover {
    font-size: 30px;
}

#owl_home_icons .owl-nav button.owl-prev {
    left: -10px;
}

#owl_home_icons .owl-nav button.owl-next {
    right: -10px;
}

@media (max-width: 768px) {
    #owl_home_icons {
        margin: 30px 0 21px 0;
    }
}

/*-------------- offer ------------------*/
.offer-section {
    margin: 42px 0 47px 0;
}

@keyframes offerColor {
    0% {
        color: var(--blue);
        /*text-shadow: 0px 4px 9px #102a5282;*/
    }
    50% {
        color: green;
        /*text-shadow: 0px 4px 9px green;*/
    }
    100% {
        color: var(--blue);
        /*text-shadow: 0px 4px 9px #102a5282;*/
    }
}

.offer-section h1, .title-hab-all-item h1 {
    text-align: center;
    font-family: 'peyda-Black';
    word-spacing: 11px;
    animation: offerColor 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
}

.offer-section h1 img {
    width: 33px;
}

.offer-section h1 a, .title-hab-all-item h1 a {
    color: var(--green);
}

.offer-section .offer-thumbnail {
    padding: 0 137px 0;
    position: relative;
}

.offer-section .offer-content-col {
    /*padding: 0 31px 24px 252px;*/
    background-image: url(../img/9.png);
    background-repeat: no-repeat;
    background-position: 55% 0px;
}

.offer-section .offer-item {
    margin: 56px 13px;
}

.offer-section .offer-content-col .offer-title h2 {
    font-family: 'peyda-Black';
    font-size: 19px;
    color: var(--blue);
    display: inline-block;
    width: 89%;
    vertical-align: middle;
}

.offer-section .offer-content-col .offer-title:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 28px;
    background: var(--blue);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: .2s ease-in-out;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

.offer-section .offer-content-col .offer-price {
    text-align: left;
    font-family: 'peyda-SemiBold';
    margin: 22px 0 34px;
    color: red;
}

.offer-section .offer-content-col .offer-price p {
    display: inline-block;
    width: 89%;
    vertical-align: middle;
    margin: 0;
}

.offer-section .offer-content-col .offer-price:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 28px;
    background: var(--blue);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: .2s ease-in-out;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.offer-section .offer-content-col .offer-content {
    font-family: 'peyda-Regular';
    text-align: justify;
    color: var(--blue);
}

.offer-section .offer-content-col .offer-actions span {
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    color: #fff;
    font-family: 'peyda-Regular';
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 2px 20px -7px var(--blue);
}

.offer-content-col .offer-actions {
    display: flex;
    align-items: center;
}

.offer-section .offer-content-col .offer-actions button {
    padding: 0px 16px;
    background-color: #eee;
    margin: 0 25px 0 0;
    color: var(--blue);
    border-radius: 15px;
    height: 43px;
    font-size: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: none;
}

.offer-section .offer-thumbnail-col .timer {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    background: #eee;
    padding: 8px 6px;
    text-align: center;
    width: fit-content;
    border-radius: 15px;
}

.offer-section .offer-thumbnail-col .timer span {
    background-color: #e54141;
    color: #fff;
    padding: 6px 0px;
    display: inline-block;
    margin: 0 0 0 0px;
    vertical-align: middle;
    border-radius: 10px;
    width: 100%;
}

.offer-section .offer-thumbnail-col .timer span p {
    margin: 0 10px;
    display: inline-block;
}

.offer-section .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    position: absolute;
    top: 33%;
    background-color: var(--blue) !important;
    color: #fff !important;
    font-size: 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    right: 36%;
}

.offer-section .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    position: absolute;
    top: 33%;
    background-color: var(--blue) !important;
    color: #fff !important;
    font-size: 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    right: 7%;
}

@media (max-width: 991px) {
    .offer-section .offer-content-col {
        padding: 0 31px 0 0;
    }

    .offer-section .offer-thumbnail {
        padding: 0 29px;
    }

    .b-banner-1-2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .offer-section .offer-thumbnail {
        padding: 0 13px 0;
    }

    .offer-section .offer-thumbnail img {
        display: block;
        width: 67%;
        margin: 0 auto;
    }

    .offer-section .offer-thumbnail-col .timer {
        margin: 0 auto;
    }

    .offer-section .owl-prev {
        left: 0;
    }

    .offer-section .owl-next {
        right: 0;
    }

    .offer-section .offer-content-col {
        padding: 0 28px;
        margin: 41px 0 19px 0;
    }

    .b-banner-1-2 {
        display: block !important;
    }
}

.cat-1-thumbnail img {
    width: 100%;
    height: 241px;
    object-fit: scale-down;
}

@media (max-width: 768px) {
    .cat-1-thumbnail img {
        height: 177px;
    }
}

.b-product-cat-1 {
    background-image: url(../img/9.png);
    background-repeat: no-repeat;
    background-position: 0% 16px;
    padding-top: 5%;
    margin-top: 78px;
    position: relative;
}

@media (max-width: 968px) {
    .b-product-cat-1 {
        margin-top: 0px;
    }
}

.b-product-cat-1 > h2 {
    font-family: 'peyda-Black';
}

@media (max-width: 968px) {
    .b-product-cat-1 > h2 {
        font-size: 21px;
    }
}

.b-product-cat-1 h2 img {
    width: 30px;
    margin: 0 0 0 10px;
}

.b-product-cat-1 .cat-1-item {
    margin: 24px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 30px 0px #00000017;
    border-radius: 15px;

}

.b-product-cat-1 .cat-1-item:before {
    content: attr(data-title);
    display: inline-block;
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
    color: #fff;
    padding: 2px 16px;
    border-radius: 5px;
    font-size: 13px;
    position: absolute;
    bottom: 35%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
    font-family: 'peyda-Regular';
    opacity: 0;
    transition: 200ms;
}

.b-product-cat-1 .cat-1-item:hover:before {
    opacity: 1;
    bottom: 42%;
}

.b-product-cat-1 .cat-1-item:hover .cat-1-actions span {
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    color: #fff;
}

.b-product-cat-1 .cat-1-item .cat-1-title h2 {
    font-family: 'peyda-Black';
    font-size: 14px;
    margin: 23px 0 10px;
    color: var(--blue);
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;

}

.b-product-cat-1 .cat-1-item .cat-1-title h2:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 28px;
    background: var(--green);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: .2s ease-in-out;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.b-product-cat-1 .cat-1-item .cat-1-price p {
    display: inline-block;
    font-family: 'peyda-Black';
    font-size: 14px;
    color: #102a52;
}

.b-product-cat-1 .cat-1-item .cat-1-price {
    text-align: left;
    margin: 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .b-product-cat-1 .cat-1-item .cat-1-price {
        margin: 0;
    }
}

.b-product-cat-1 .cat-1-item .cat-1-price:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 28px;
    background: var(--green);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: .2s ease-in-out;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

@media (max-width: 768px) {
    .b-product-cat-1 .cat-1-item .cat-1-price:after {
        width: 9px;
        height: 21px;
    }
}

.b-product-cat-1 .cat-1-item .cat-1-actions span {
    font-family: 'peyda-Regular';
    background-color: #00904224;
    color: var(--green);
    padding: 6px 15px;
    border-radius: 8px;
    display: inline-block;
    transition: 300ms;
    width: 110px;
    text-align: center;
}

.b-product-cat-1 .cat-1-item .cat-1-actions button {
    background-color: #00904224;
    color: var(--green);
    padding: 6px 15px;
    border-radius: 8px;
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: none;
}

@media (max-width: 768px) {
    .b-product-cat-1 .cat-1-item .cat-1-actions button {
        padding: 0px 9px;
        height: 30px;
    }
}

@media (max-width: 576px) {
    .b-product-cat-1 .cat-1-item .cat-1-actions button {
        padding: 0px 6px;
        height: 26px;
    }
}

.b-product-cat-1 .cat-1-item .cat-1-actions {
    display: flex;
    justify-content: space-around;
}

.b-product-cat-1 .cat-1-wrapper {
    position: absolute;
    width: 100%;
    height: 338px;
    background-color: #eeeeeea1;
    bottom: 0;
    border-radius: 51px;
}

.b-product-cat-1 .owl-prev {
    position: absolute;
    left: -19px;
    font-size: 71px !important;
    bottom: 25%;
}

.b-product-cat-1 .owl-next {
    position: absolute;
    right: -19px;
    font-size: 71px !important;
    bottom: 25%;
}

@media (max-width: 768px) {
    .b-product-cat-1 .cat-1-item {
        margin: 0px 0px;
        padding: 4px;
        box-shadow: 0 0 6px -2px #00000075;
        border-radius: 11px;
    }

    .b-product-cat-1 .cat-1-item .cat-1-thumbnail {
        border-radius: 11px;
    }

    .b-product-cat-1 .owl-stage-outer {
        padding: 30px 0;
    }

    .b-product-cat-1 .cat-1-item .cat-1-title h2 {
        font-size: 12px;
    }

    .b-product-cat-1 .cat-1-item .cat-1-price p {
        font-size: 11px;
    }

    .b-product-cat-1 .cat-1-item .cat-1-price:after {
        margin: 0 -1px 0 0;
    }

    .b-product-cat-1 .cat-1-item .cat-1-title h2:before {
        margin: 0 0 0 4px;
        width: 9px;
        height: 21px;
    }

    .b-product-cat-1 .cat-1-item .cat-1-actions i {
        border-radius: 5px;
        height: auto;
    }

    .b-product-cat-1 .cat-1-item .cat-1-actions span {
        font-family: 'peyda-SemiBold';
        padding: 0px 10px;
        border-radius: 5px;
        display: inline-flex;
        font-size: 10px;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .b-product-cat-1 .owl-prev {
        left: -12px;
        font-size: 57px !important;
        bottom: 42%;
    }

    .b-product-cat-1 .owl-next {
        right: -12px;
        font-size: 57px !important;
        bottom: 42%;
    }


}

.b-product-cat-1 .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: unset;
}

.b-product-cat-2 {
    background-image: url(../img/9.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-bottom: 11%;
    padding-top: 53px;
    margin-top: 0;
    position: relative;
}

.b-product-cat-2 .cat-1-wrapper {
    position: absolute;
    width: 100%;
    height: 338px;
    background-color: #eeeeeebd;
    top: 35%;
    border-radius: 51px;
}

.b-banner-1 img {
    margin: 51px auto 0;
    /*box-shadow: 0 3px 16px -5px #000;*/
    border-radius: 34px;
    max-width: 100%;
}

.b-banner-1 img.d-block.d-lg-none {
    width: 100%;
    border-radius: 82px;
}

.b-banner-2 img {
        width: 100%;
    border-radius: 50px;
    object-fit: cover;
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, .3);
}

@media (max-width: 768px) {
    .b-banner-2 img {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

.shop-icons-home {
    display: flex;
    margin: 66px 0 8px 0;
    justify-content: space-between;
}

.shop-icons-home figure {
    display: inline-block;
    text-align: center;
    font-family: 'peyda-Regular';
}

.shop-icons-home figure img {
    width: 46px;
    object-fit: contain;
    margin: 0 0 17px 0;
}

@media (max-width: 768px) {
    .shop-icons-home {
        display: block;
    }

    .shop-icons-home figure {
        width: 49%;
    }
}

.blog-home {
    margin-top: 6%;
}

.blog-home .blog-home-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-home .blog-home-title h2 {
    font-family: 'peyda-Black';
    margin: 0;
}

@media (max-width: 768px) {
    .blog-home .blog-home-title h2 {
        font-size: 16px;
    }

    .blog-home .blog-home-title h2 img {
        width: 28px;
        margin: 0 0 0 3px;
    }
}

.blog-home .blog-home-title a {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    background-color: #eee;
    padding: 9px 20px;
    border-radius: 11px;
    transition: 300ms;
}

@media (max-width: 768px) {
    .blog-home .blog-home-title a {
        padding: 9px 9px;
        font-size: 11px;
    }
}

.blog-home .blog-home-title a:hover {
    background-color: #f15faf;
    background-image: linear-gradient(90deg, #f15faf 0%, #784BA0 29%, #2B86C5 100%);
    color: #fff;
}

#blog_home_items {
    margin: 4% 0 0 0;
    position: relative;
}

#blog_home_items .blog-home-item {
    padding: 15px 15px;
}

#blog_home_items .blog-home-item .blog-home-item-thumbnail img {
    border-radius: 45px;
    width: 100%;
    height: 246px;
    object-fit: cover;
    box-shadow: 0 0 2px -2px #000;
}

#blog_home_items .blog-home-item .blog-home-item-content {
    padding: 20px;
    position: absolute;
    bottom: -37%;
    background-color: #fff;
    width: 76%;
    left: 13%;
    border-radius: 36px;
    box-shadow: 0 0 30px -6px #000000a3;
}

#blog_home_items .blog-home-item .blog-home-item-content h2 {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#blog_home_items .blog-home-item .blog-home-item-content h2 i {
    background: #00800029;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #235823b3;
    margin: 0 0 0 3px;
    font-size: 15px;
}

#blog_home_items .blog-home-item .blog-home-item-content p {
    font-family: 'peyda-Regular';
    color: var(--blue);
}

#blog_home_items .blog-home-item .blog-home-item-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#blog_home_items .blog-home-item .blog-home-item-more span:not(.read-more) {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 13px;
    margin: 0 5px;
}

#blog_home_items .blog-home-item .blog-home-item-more span i {
    margin: 0 0 0 3px;
    background-color: #0080002e;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#blog_home_items .blog-home-item .blog-home-item-more span.read-more {
    background-color: var(--green);
    font-family: 'peyda-Regular';
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
}

#blog_home_items .owl-stage {
    padding: 0px 0px 176px;
}

@media (max-width: 768px) {
    #blog_home_items .blog-home-item .blog-home-item-thumbnail img {
        border-radius: 40px;
        height: 208px;
        object-fit: cover;
        box-shadow: 0 1px 2px -1px #000;
    }

    #blog_home_items .blog-home-item .blog-home-item-content h2 {
        font-size: 14px;
    }

    #blog_home_items .blog-home-item .blog-home-item-content p {
        font-size: 13px;
    }

    #blog_home_items .blog-home-item .blog-home-item-content {
        width: 86%;
        left: 7%;
    }
}

.b-banner-3 img {
    max-width: 100%;
    margin: 51px auto 0;
    display: table;
    box-shadow: 0 1px 6px -1px #000;
    border-radius: 58px;
}

@media (max-width: 768px) {
    .b-banner-3 img {
        border-radius: 21px;
    }
}

.b-home-about-us {
    margin: 90px 0 0 0;
}

.b-home-about-us h2 {
    font-family: 'peyda-Black';
}

.b-home-about-us .about-us-desc p {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    line-height: 32px;
    text-align: justify;
}

@media (max-width: 967px) {
    .b-home-about-us .about-us-desc p {
        font-family: 'peyda-Regular';
    }
}

.b-home-about-us .about-us-desc a {
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    color: #fff;
    padding: 8px 25px;
    border-radius: 7px;
    font-family: 'peyda-SemiBold';
}

.b-home-about-us .b-back {
    background-image: url(../img/10.png);
    background-repeat: no-repeat;
    background-position: 42% 0;
}


.b-brands h2 {
    text-align: center;
    font-family: 'peyda-Black';
    margin: 60px 0 34px 0;
}

.b-brands #owl_barnds .barnds-item img, #owl_hab_category .item_category_hab img {
    width: fit-content;
    margin: 0 auto;
}

#owl_barnds .owl-stage-outer {
    background-color: #eee;
    padding: 60px 1px;
    border-radius: 31px;
}

footer {
    background-color: var(--blue);
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    margin-top: 87px;
    padding: 54px 27px 15px 27px;
    color: #fff;
    position: relative;
}

footer h2 {
    font-family: 'peyda-Black';
    margin: 0 0 36px 0;
    font-size: 21px;
}

.go-up {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -7%;
}

footer .go-up span i {
    font-size: 41px;
    height: 24px;
}

footer .go-up a {
    background-color: var(--green);
    width: 66px;
    display: inline-flex;
    height: 66px;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    cursor: pointer;
    color: #fff;
}


footer span.main-go-up {
    filter: drop-shadow(0px 0px 34px #06c55e);
    display: inline-block;
}

footer p, footer ul li {
    font-family: 'peyda-Regular';
    font-size: 13px;
}

.footer-desc p {
    text-align: justify;
}

footer .footer-logo img {
    width: 152px;

}

footer .footer-menu ul li {
    list-style: none;
    padding: 7px 0px;
    margin: 5px 0;
}

footer .footer-menu ul li a {
    list-style: none;
    font-family: 'peyda-Regular';
    color: #fff;
    transition: 300ms;
    padding: 6px 13px;
    border-radius: 10px;
}

footer .footer-menu {
    display: inline-flex;
}

footer .footer-menu ul li a:hover {
    background-color: var(--green);
}

footer .footer-social li {
    list-style: none;
    display: inline-block;
}

footer .footer-social li a {
    color: #fff;
    transition: 300ms;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff26;
    border-radius: 50%;
}

footer .footer-social li a:hover {
    background-color: var(--green);
}

footer .footer-desc {
    line-height: 31px;
    font-family: 'peyda-Regular';
}

.footer-licens li {
    display: inline-block;
    width: 40%;
}

.footer-section .footer-licens {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer-licens li img {
    max-width: 100%;
    margin: 0 0px 23px 0;
}

footer .footer-section:not(:last-child) {
    border-left: 2px solid var(--green);
}

.footer-section {
    text-align: center;
}

.footer-calls ul {
    list-style: none;
}

.bealaveh {
    font-family: 'peyda-Regular';
    border-top: 1px solid #fff3;

}

.bealaveh a {
    color: #ea9839;
}

footer .footer-fast-menu {
    display: none;
}


.footer-section .footer-menu ul {
    padding: 0;
}

@media (max-width: 991px) {
    footer .footer-section:nth-child(odd) {
        border-left: 2px solid var(--green);
    }

    footer .footer-section:nth-child(even) {
        border-left: none;
    }

}

@media (max-width: 768px) {

    footer {
        padding: 54px 27px 91px 27px;
    }

    footer .footer-fast-menu {
        display: block;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        width: 101%;
        left: 0;
        z-index: 1000;
        padding: 14px 0 0 0;
        text-align: center;
        font-size: 12px;
        box-shadow: 0 0 9px -3px #000;
    }

    footer .footer-fast-menu ul {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    footer .footer-fast-menu ul li {
        list-style: none;
        display: inline-block;
        text-align: center;
        color: #000;
    }

    footer .footer-fast-menu ul li i {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 4px 0;
    }

    footer .footer-fast-menu ul li a {
        color: var(--blue);
    }

    footer .footer-section:not(:last-child) {
        border-left: none;
        border-bottom: 3px solid var(--green);
        margin: 0 0 40px 0;
    }

    .footer-menu ul {
        padding: 0;
    }

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

    .footer-logo {
        text-align: center;
    }


    .footer-logo img {
        margin: 0 !important;
    }

    .footer-calls h2, .footer-calls p {
        text-align: center;
    }

    .footer-calls ul {
        text-align: center;
        list-style: none;
        padding: 0;
    }

    .go-up {
        top: -2%;
    }

    footer .footer-section:nth-child(odd) {
        border-left: none !important;
    }
}

.footer-calls ul {
    padding: 0 12px 0 0;
}

@media (max-width: 968px) {
    footer .footer-section:not(:last-child) {
        border-left: none;
    }

    footer .footer-section:nth-child(odd) {
        border-left: 2px solid var(--green);
    }

    .slider img {
        max-width: 100%;
    }

    footer .footer-licens {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }

}

/*------------- shop -------------*/

.b-shop-collapse {
    background-image: url('../img/10.png');
    background-size: 196%;
}

.b-start-shop .filter-items {
    list-style: none;
    margin: 37px 0 0 0;
    box-shadow: -10px 0px 50px -11px #0000003d;
    padding: 16px 28px 16px 63px;
    border-radius: 36px;
}

.b-start-shop .filter-items li {
    background-color: var(--blue);
    box-shadow: -15px 0 #102a524f, -28px 0PX #102a5221;
    color: #fff;
    font-family: 'peyda-Regular';
    padding: 10px 14px;
    border-radius: 14px;
    cursor: pointer;
    margin: 6px 0px;
}

.b-start-shop .filter-items li p {
    margin: 0;
}

.b-start-shop .filter-items li p span {
    text-align: right;
    margin-right: 5px;
    font-size: 12px;
    background: #111;
    padding: 4px;
    border-radius: 5px;
    color: #fff
}

.b-start-shop .filter-items .b-shop-collapse li {
    background-color: unset !important;
    color: var(--blue) !important;
    cursor: pointer !important;
}

.b-start-shop .filter-items .b-shop-collapse a {
    display: block;
    padding: 8px 29px;
    margin: 2px 0;
    font-family: 'peyda-Regular';
    color: var(--blue);
     position: relative;
     text-wrap:nowrap;
}
.b-start-shop .filter-items .b-shop-collapse a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 7px;
  background-color: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #0080001a;
  position: relative;
  vertical-align: middle;
}

.b-start-shop .filter .stock-kala[type="checkbox"] {
    position: relative;
    width: 60px;
    height: 24px;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    background: #eb4949;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    /*box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);*/
    float: left;
}

.b-start-shop .filter .stock-kala[type="checkbox"]::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    box-shadow: 0 0 9px -3px rgb(0 0 0 / 50%);
}

.b-start-shop .filter .stock-kala[type="checkbox"]:checked::before {
    transform: translateX(151%);
    background: #fff;
}

.b-start-shop .filter .stock-kala[type="checkbox"]:checked {
    background: #00ed64;
}

/*.b-start-shop .filter .filter-items .shop-instock-btn-toggle {*/
/*    font-family: 'peyda-Black';*/
/*    color: var(--green);*/
/*    vertical-align: middle;*/
/*    display: block;*/
/*    margin: 18px 0 9px 0;*/
/*}*/

.b-start-shop .filter .filter-items .shop-outofstock-btn-toggle {
    color: var(--green);
}
.b-start-shop .filter .filter-items .shop-instock-btn-toggle,
.b-start-shop .filter .filter-items .shop-outofstock-btn-toggle {
  font-family: "peyda-Black";
  color: var(--green);
  vertical-align: middle;
  display: block;
  margin: 18px 0 9px 0;
}

.b-start-shop .filter-items li p i {
    float: left;
}

.b-start-shop .offer {
    box-shadow: 0 0 68px -26px #00000024;
    margin: 58px 0 0 0;
    font-family: 'peyda-Regular';
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.b-start-shop .offer .product-offer-thumbnail {
    border-radius: 30px;
    padding-top: 67px;
}

.b-start-shop .offer .product-offer-thumbnail img {
    max-width: 100%;
    border-radius: 30px;
}

@keyframes offerBack {
    0% {
        background-color: #FEE140;
        background-image: linear-gradient(90deg, #FEE140 0%, #e74040 100%);


    }
    50% {
        background: #283c86;
        background: -webkit-linear-gradient(to right, #45a247, #283c86);
        background: linear-gradient(to right, #45a247, #283c86);

    }
    100% {
        background-color: #FEE140;
        background-image: linear-gradient(90deg, #FEE140 0%, #e74040 100%);

    }
}

.b-start-shop .offer .offer-text {
    animation: offerBack 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    text-align: center;
    color: #fff;
    padding: 17px 18px 46px;
    font-family: 'peyda-SemiBold';
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0;
    transition: 350ms;
}

.b-start-shop .offer:hover .offer-text {
    background-color: var(--blue);
    box-shadow: 0 0 27px -6px #24ff88;
}

.b-start-shop .offer .product-offer {
    border-radius: 30px;
    margin: -35px 0 0 0;
    position: relative;
}

.b-start-shop .offer .product-offer a {
    color: var(--blue);
    transition: 300ms;
}

.b-start-shop .offer .product-offer a:hover {
    color: var(--green);
}

.b-start-shop .offer .product-offer .product-offer-content h2 {
    font-family: 'peyda-Black';
    font-size: 17px;
}

.b-start-shop .offer .product-offer .product-offer-content {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 2px;
    background-color: #fff;
    padding: 13px 10px;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .b-start-shop .offer .product-offer .product-offer-content {
        padding: 23px 41px 0;
    }
}

.b-start-shop .offer .product-offer .product-offer-icon-buy {
    position: absolute;
    left: 0;
    bottom: 68px;
    transition: 250ms;
}

.b-start-shop .offer .product-offer .product-offer-icon-buy i {
    color: #ffffff;
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
    padding: unset;
    width: 0;
    height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    border-radius: 0px 11px 11px 0px;
    box-shadow: 1px 0px 7px -2px #b400ffd6;
    transition: 150ms;
}


.b-start-shop .offer:hover .product-offer-icon-buy i {
    width: 42px;
    height: 38px;
    font-size: 20px;
}

.b-start-shop .grid-products .b-befault-filter {
    margin: 37px 0 37px 0;
    padding: 15px 13px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0 18px -11px #000;
    border-radius: 20px;
}

.b-start-shop .grid-products .b-befault-filter a {
    color: var(--blue);
    font-family: 'peyda-SemiBold';
    padding: 8px 19px;
    border-radius: 9px;
    transition: 300ms;
}

.b-start-shop .grid-products .b-befault-filter a:hover {
    color: #fff;
    background-color: var(--green);
}

.b-start-shop .grid-products .grid-product-item {
    /*border: 1px solid #eee;*/
    padding: 17px 9px;
    height: 421px;
    position: relative;
}

@media (max-width: 768px) {
    .b-start-shop .grid-products .grid-product-item {
        height: 100%;
    }
}

.b-start-shop .grid-products .grid-product-item:before {
    content: attr(data-title);
    display: inline-block;
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
    color: #fff;
    padding: 2px 16px;
    border-radius: 5px;
    font-size: 13px;
    position: absolute;
    bottom: 35%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 94%;
    font-family: 'peyda-Regular';
    opacity: 0;
    transition: 200ms;
    text-align: center;
}

.b-start-shop .grid-products .grid-product-item:hover:before {
    opacity: 1;
    bottom: 40%;
	z-index: 2;
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-thumbnail img {
    width: 100%;
    border-radius: 19px;
    height: 230px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .b-start-shop .grid-products .grid-product-item .grid-product-item-thumbnail img {
        height: 235px;
    }
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-content {
    margin: 27px 0 0px 0;
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-content h2, .related .grid-product-item .grid-product-item-content h2 {
    color: var(--blue);
    font-family: 'peyda-SemiBold';
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;

    text-overflow: ellipsis;

}

.b-start-shop .grid-products .grid-product-item .grid-product-item-content h2:before, .related .grid-product-item .grid-product-item-content h2:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 28px;
    background: var(--green);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: .2s ease-in-out;
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-content p.price, .related .grid-product-item .grid-product-item-content .price {

    font-family: 'peyda-SemiBold';
    /*font-size: 13px;*/
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-content p span {
    color: var(--blue);
    font-size: 13px;
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-content p.price:after, .related .grid-product-item .grid-product-item-content .price:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 28px;
    background: var(--green);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: .2s ease-in-out;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-content p.price {
    color: var(--blue);
    font-weight: 200;
    font-size: 18px;
}

@media (max-width: 968px) {
    .b-start-shop .grid-products .grid-product-item .grid-product-item-content p.price:after, .b-start-shop .grid-products .grid-product-item .grid-product-item-content h2:before {
        width: 11px;
        height: 21px;
    }
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-actions, .related .b-product-item .grid-product-item-actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-actions span, .related .grid-product-item .grid-product-item-actions span {
    font-family: 'peyda-Regular';
    background-color: #00904224;
    color: var(--green);
    padding: .6rem;
    align-items: center;
    font-size: .7rem;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;

}

.b-start-shop .grid-products .grid-product-item .grid-product-item-actions i, .related .grid-product-item .grid-product-item-actions i {
    background-color: #00904224;
    color: var(--green);
    padding: 3px 11px;
    border-radius: 8px;
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.b-start-shop .grid-products .grid-product-item .grid-product-item-actions button, .related .grid-product-item .grid-product-item-actions button {
    background: none;
    border: none;
}

@keyframes backgroundProduct {
    0% {
        background-image: linear-gradient(to right, #d500ff, yellow);
    }
    50% {
        background: #f5ed00;
    }
    100% {
        background: #eb4949;
    }
}

.b-start-shop .grid-products .grid-product-item:hover .grid-product-item-content h2:before {
    animation: backgroundProduct 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
}

.b-start-shop .grid-products .grid-product-item:hover p.price:after {
    animation: backgroundProduct 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
}

.b-start-shop .grid-products .grid-product-item:hover .grid-product-item-actions span {
    color: #fff;
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
}

.b-start-shop .offer {
    position: -webkit-sticky;
    position: sticky;
    top: 111px;
}

@media (max-width: 768px) {
    .b-start-shop .grid-products .b-befault-filter a {
        text-align: center;
        font-size: 13px;
    }

    .b-start-shop .grid-products .b-befault-filter {
        padding: 15px 0px;
    }

    .b-start-shop .grid-products .b-befault-filter a i {
        display: block;
    }

    .b-start-shop .grid-products .grid-product-item .grid-product-item-content h2 {
        font-size: 13px;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .b-start-shop .grid-products .grid-product-item .grid-product-item-actions span {
        padding: .6rem;
        font-size: .8rem;
    }

    .b-start-shop .grid-products .grid-product-item .grid-product-item-actions i {
        padding: 3px 8px;
        height: 30px;
    }
}

/*------------ start mag --------------*/
.mag-page .mag-title {
    text-align: center;
    background-color: #eeeeee73;
    padding: 49px 40px 102px;
    position: relative;
}

.mag-page .mag-title h1 {
    font-family: 'peyda-Black';
    color: var(--blue);
    font-size: 59px;
    margin: 31px 0px 0 0;
}

.mag-page .mag-title .mag-title-watermark {
    font-family: fantasy;
    font-size: 89px;
    text-transform: uppercase;
    color: rgb(85, 85, 85);
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--green);
    opacity: 1;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0%;
}

.mag-page .mag-title .mag-title-wave {
    height: 41px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.mag-page .mag-title .mag-cat a {
    font-family: 'peyda-SemiBold';
    color: #fff;
    padding: 9px 47px;
    margin: 0 22px;
    border-radius: 12px;
    transition: 300ms;
}

.mag-page .mag-title .mag-cat a:first-child {
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
}

.mag-page .mag-title .mag-cat a:first-child:hover {
    background: -webkit-linear-gradient(to right, #283c86, #45a247);
    background: linear-gradient(to right, #283c86, #45a247);
}

.mag-page .mag-title .mag-cat a:last-child {
    background: #283c86;
    background: -webkit-linear-gradient(to right, #283c86, #45a247);
    background: linear-gradient(to right, #283c86, #45a247);
}

.mag-page .mag-title .mag-cat a:last-child:hover {
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
}

.mag-page .mag-title .mag-cat {
    position: absolute;
    width: 100%;
    bottom: 8px;
    z-index: 1;
    left: 0;
}

.mag-page form {
    width: 38%;
    display: table;
    margin: 35px auto;
    position: relative;
}

.mag-page form #mag-page-search {
    width: 100%;
    font-family: 'peyda-Regular';
    border: none;
    background-color: #eee;
    padding: 15px 22px;
    border-radius: 14px;
}

.mag-page form #mag-page-search:focus-visible, .header-search form #search:focus-visible {
    outline: none;
    box-shadow: 0 0 15px -5px #12984f;
}

.mag-page form button {
    position: absolute;
    left: -1px;
    top: 0;
    width: 53px;
    height: 100%;
    border: none;
    background-color: var(--blue);
    color: #fff;
    font-size: 21px;
    border-radius: 17px;
}

.mag-page .post-suggest .post-suggest-title {
    text-align: center;
    position: relative;
}

.mag-page .post-suggest .post-suggest-title p {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    font-size: 23px;
}

.mag-page .post-suggest .post-suggest-title h2 {
    font-family: 'peyda-Black';
    color: var(--blue);
    font-size: 37px;
}

.mag-page .post-suggest .post-suggest-title hr.right {
    width: 25%;
    vertical-align: middle;
    position: absolute;
    right: 47px;
    border-top: 2px solid var(--green);
    bottom: 0;
    opacity: 1;
}

.mag-page .post-suggest .post-suggest-title hr.left {
    width: 25%;
    vertical-align: middle;
    position: absolute;
    left: 47px;
    border-top: 2px solid var(--green);
    bottom: 0;
    opacity: 1;
}

@media (max-width: 768px) {
    .mag-page .post-suggest .post-suggest-title hr.left, .mag-page .post-suggest .post-suggest-title hr.right {
        width: 20%;
    }

    .post-suggest-wrapper {
        bottom: 15% !important;
        height: 295px !important;
    }
}

@media (max-width: 668px) {
    .mag-page .post-suggest .post-suggest-title hr.left, .mag-page .post-suggest .post-suggest-title hr.right {
        width: 0%;
    }
}

@media (max-width: 968px) {

    .mag-page .mag-title {
        padding: 49px 12px 72px;
    }

    .mag-page .mag-title .mag-title-watermark {
        font-size: 58px;
    }

    .mag-page .mag-title h1 {
        font-size: 38px;
    }

    .mag-page .mag-title .mag-cat a {
        padding: 6px 12px;
        font-size: 14px;
        margin: 0 22px;
    }

    .mag-page form {
        width: 80%;
    }

    .mag-page form #mag-page-search {
        padding: 9px 22px;
    }
}

.post-suggest-item .post-suggest-item-thumbnail {
    position: relative;
}

.post-suggest-item .post-suggest-item-thumbnail .article-cat {
    position: absolute;
    top: 14px;
    left: 40px;
    color: #fff;
    background-color: #102a52c2;
    font-family: 'peyda-Regular';
    padding: 3px 18px;
    border-radius: 9px;
    font-size: 13px;
}

.post-suggest-item .post-suggest-item-thumbnail img {
    border-radius: 45px;
    width: 100%;
    height: 220px;
    object-fit: cover;
    box-shadow: 0 0 2px -2px #000;
}

.post-suggest-item {
    padding: 15px 15px;
}

.post-suggest-item .post-suggest-item-content {
    padding: 20px;
    position: absolute;
    bottom: -32%;
    background-color: #fff;
    width: 76%;
    left: 13%;
    border-radius: 36px;
    box-shadow: 0 0 30px -6px #0e0e0e1a;
    direction: rtl;
}

.post-suggest-item .post-suggest-item-content h2 {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-suggest-item .post-suggest-item-content h2 i {
    background: #00800029;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #235823b3;
    margin: 0 0 0 3px;
    font-size: 15px;
}

.post-suggest-item .post-suggest-item-content p {
    font-family: 'peyda-Regular';
    color: var(--blue);
}

.post-suggest-item .post-suggest-item-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-suggest-item .post-suggest-item-more span:not(.read-more) {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 13px;
    margin: 0 5px;
}

.post-suggest-item .post-suggest-item-more span.read-more {
    background: var(--main-gra);
    font-family: 'peyda-Regular';
    border-radius: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
}

.carouselTicker__list {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 7px 0 130px 0;
}


/*Ticker CSS*/

.carouselTicker {
    overflow: hidden;
    float: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.carouselTicker__item {
    width: 410px;
    height: auto;
    line-height: normal;
    border: none;
    padding: 13px 11px;
    position: relative;
}

.carouselTicker__item:nth-child(odd) {
    margin: 77px 0 0 0;
}

.carouselTicker__item:nth-child(even) {
    margin: 0 0 58px 0;
}

.carouselTicker__wrap {
    direction: ltr;
}

.carouselTicker {
    position: relative;
}

.post-suggest-wrapper {
    position: absolute;
    width: 92%;
    height: 381px;
    left: 4%;
    bottom: 0;
    background-color: #eeeeee66;
    border-radius: 47px;
}

/****************************************/

.start-mag-article {
    margin: 50px 0 24px 0;
    padding: 0 0 18px 0;
}

.start-mag-article a.see-more-article {
    margin: 62px 0 0 0;
    display: inline-block;
    font-family: 'peyda-Regular';
    background: linear-gradient(to right, #45a247, #45a247);
    color: #fff;
    padding: 4px 18px;
    font-size: 14px;
    float: left;
    border-radius: 9px;
    transition: transform 300ms ease-in-out 0s;
}

.start-mag-article a.see-more-article:hover {
    background: var(--main-gra);
}

.start-mag-types {
    margin-top: 80px;
}

.start-mag-types h2 {
    font-family: 'peyda-Black';
}

.main-mag-article {
    position: relative;
}

@media (max-width: 968px) {
    .main-mag-article {
        margin: 0 0 29px 0px;
    }
}

.start-mag-types .main-mag-article .main-mag-thumbnail {
    border-radius: 52px;
    position: relative;
}

.start-mag-types .main-mag-article .main-mag-thumbnail::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(#0000000a, #45a247);
    border-radius: 52px;
}

.start-mag-types .main-mag-article .main-mag-thumbnail img {
    max-width: 100%;
    border-radius: 52px;
    height: 285px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .start-mag-types .main-mag-article .main-mag-thumbnail img {
        height: 242px;
    }
}

.start-mag-types .main-mag-article .main-mag-content {
    position: absolute;
    bottom: 0;
    width: 92%;
    left: 4%;
    text-align: center;
}

.start-mag-types .main-mag-article .main-mag-content h2 {
    font-family: 'peyda-Black';
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.start-mag-types .main-mag-article .main-mag-content p {
    font-family: 'peyda-Regular';
    color: #fff;
}

.mag-article {
    margin-top: 60px;
    position: relative;
    margin-bottom: 100px;
}

.mag-article .mag-thumbnail img {
    width: 100%;
    height: 176px;
    object-fit: cover;
    border-radius: 25px;
}

@media (max-width: 768px) {
    .mag-article .mag-thumbnail img {
        height: 211px;
        border-radius: 34px;
    }
}

.mag-article .mag-content h2 {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.mag-article .mag-content p {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 14px;
    text-align: justify;
}

.mag-article .mag-content {
    padding: 20px;
    position: absolute;
    bottom: -66%;
    background-color: #fff;
    width: 90%;
    left: 5%;
    border-radius: 36px;
    box-shadow: 0 0 30px -6px #0e0e0e1a;
    direction: rtl;
}

.mag-article .mag-content:before {
    content: attr(data-title);
    width: 100%;
    display: flex;
    height: 0%;
    opacity: 0;
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 36px;
    transition: 200ms;
    color: #fff;
    font-family: 'peyda-Black';
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 36px;
}

.mag-article:hover .mag-content:before {
    height: 100%;
    opacity: 1;
}

.mag-article .mag-article-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mag-article .mag-article-more span:not(.read-more) {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 13px;
    margin: 0 5px;
}

.mag-article .mag-article-more span.read-more {
    background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);
    font-family: 'peyda-Regular';
    border-radius: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
}

.mag-article .article-cat {
    position: absolute;
    top: 14px;
    left: 40px;
    color: #fff;
    background-color: #102a52c2;
    font-family: 'peyda-Regular';
    padding: 3px 18px;
    border-radius: 9px;
    font-size: 13px;
}

.start-mag-videos {
    margin: 136px 0 71px;
}

.mag-main-video {
    margin: 42px 0 39px 0;
    position: relative;
}

.mag-main-video .mag-main-video-thumbnail {
    position: relative;
}

.mag-main-video .mag-main-video-thumbnail::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(1deg, #102a52, #102a5200);
    border-radius: 39px;
}

.mag-main-video .mag-main-video-thumbnail img {
    width: 100%;
    height: 456px;
    object-fit: cover;
    border-radius: 39px;
    box-shadow: 0 3px 8px -2px #000;
}

.mag-main-video .mag-main-video-content {
    position: absolute;
    bottom: 32px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
}

.mag-main-video .mag-main-video-content .mag-main-video-content-icons i, .videos .blog-content-start .item-thumbnail .mag-main-video-content-icons i {
    width: 60px;
    height: 60px;
    background-color: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 8px 16px;
    color: #fff;
}

.mag-main-video .mag-main-video-content .mag-main-video-content-icons i:first-child, .videos .blog-content-start .item-thumbnail .mag-main-video-content-icons i:first-child, .mag-main-video .mag-main-video-content .mag-main-video-content-icons i:last-child, .videos .blog-content-start .item-thumbnail .mag-main-video-content-icons i:last-child {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 968px) {
    .mag-main-video .mag-main-video-content .mag-main-video-content-icons i:first-child, .videos .blog-content-start .item-thumbnail .mag-main-video-content-icons i:first-child, .mag-main-video .mag-main-video-content .mag-main-video-content-icons i:last-child, .videos .blog-content-start .item-thumbnail .mag-main-video-content-icons i:last-child {
        width: 25px;
        height: 25px;
        font-size: 10px;
        color: #fff;
    }

    .mag-main-video .mag-main-video-content .mag-main-video-content-icons i, .videos .blog-content-start .item-thumbnail .mag-main-video-content-icons i {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}

.mag-main-video .mag-main-video-content .mag-main-video-content-title p {
    font-size: 20px;
    color: #a8a8a8;
    font-family: 'peyda-SemiBold';
}

.start-mag-videos .mag-video .mag-video-thumbnail, .start-mag-videos .mag-video, .m-blog-start.videos .mag-video {
    position: relative;
}

@media (max-width: 968px) {
    .start-mag-videos .mag-video .mag-video-thumbnail, .start-mag-videos .mag-video {
        margin: 0 0 137px 0;
    }

    .mag-main-video .mag-main-video-thumbnail img {
        height: 272px;
    }

    .mag-main-video .mag-main-video-content {
        bottom: -1px;
    }

    .mag-main-video .mag-main-video-content h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
    }
}

.mag-video-thumbnail img {
    width: 100%;
    border-radius: 47px;
    height: 210px;
    object-fit: cover;
}

@media (max-width: 968px) {
    .mag-video-thumbnail img {
        border-radius: 25px;
    }
}

.mag-video .mag-video-thumbnail span {
    position: absolute;
    color: #fff;
    font-family: 'peyda-Regular';
    background-color: var(--blue);
    padding: 3px 14px;
    display: inline-block;
    font-size: 13px;
    top: 15px;
    left: 21px;
    border-radius: 6px;
}

.start-mag-videos .mag-video .mag-video-content, .m-blog-start.videos .mag-video-content {
    position: absolute;
    width: 88%;
    bottom: -99px;
    padding: 19px 13px;
    background-color: #fff;
    left: 6%;
    box-shadow: 0 0 25px 0px #0000001a;
    border-radius: 18px;
}

.start-mag-videos .mag-video .mag-video-content .mag-video-content-title h2, .m-blog-start.videos .mag-video .mag-video-content .mag-video-content-title h2 {
    color: var(--blue);
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 27px 0;
    padding: 0;
}

.start-mag-videos .mag-video .mag-video-content .mag-article-more, .m-blog-start.videos .mag-video .mag-video-content .mag-article-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.start-mag-videos .mag-video .mag-video-content span:not(.read-more), .m-blog-start.videos .mag-video .mag-video-content span:not(.read-more) {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 13px;
    margin: 0 5px;
}

.start-mag-videos .mag-video .mag-video-content span.read-more, .m-blog-start.videos .mag-video .mag-video-content span.read-more {
    background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);
    font-family: 'peyda-Regular';
    border-radius: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
}

.start-mag-videos a.see-more-video {
    margin: 132px 0 0 0;
    display: inline-block;
    font-family: 'peyda-Regular';
    background: linear-gradient(to right, #45a247, #45a247);
    color: #fff;
    padding: 4px 18px;
    font-size: 14px;
    float: left;
    border-radius: 9px;
    transition: transform 300ms ease-in-out 0s;
}

@media (max-width: 768px) {
    .start-mag-videos a.see-more-video {
        margin: 0px 0px 0 18px;
    }
}

.start-mag-videos .mag-video .mag-video-content .mag-video-content-icons, .m-blog-start.videos .mag-video-content .mag-video-content-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-mag-videos .mag-video .mag-video-content .mag-video-content-icons i, .m-blog-start.videos .mag-video-content .mag-video-content-icons i {
    background-color: var(--green);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.start-mag-videos .mag-video .mag-video-content .mag-video-content-icons i:first-child, .m-blog-start.videos .mag-video-content .mag-video-content-icons i:first-child {
    width: 23px;
    height: 23px;
    font-size: 9px;
}

.start-mag-videos .mag-video .mag-video-content .mag-video-content-icons i:last-child, .m-blog-start.videos .mag-video-content .mag-video-content-icons i:last-child {
    width: 23px;
    height: 23px;
    font-size: 9px;
}

.sidebar {
    box-shadow: -21px 0 71px 10px #0000000f;
    border-radius: 36px;
    padding: 26px 22px;
}

.sidebar h6 {
    font-family: 'peyda-Black';
    color: var(--blue);
}

.sidebar .sidebar-social ul {
    padding: 0;
}

.sidebar .sidebar-social ul li {
    list-style: none;
    display: flex;
    align-items: center;
    background-color: #eee;
    margin: 13px 0;
    padding: 11px 5px 11px 10px;
    border-radius: 13px;
    position: relative;
}

.sidebar .sidebar-social ul li a {
    color: var(--blue);
    display: block;
    width: 100%;
}

.sidebar .sidebar-social ul li p {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: left;
    direction: ltr;
    font-size: 14px;
}

.sidebar .sidebar-social ul li .side-icon-shadow {
    position: absolute;
    top: 0;
    right: -11px;
    height: 100%;
    width: 54px;
}

.sidebar .sidebar-social ul li .side-icon-shadow:before {
    content: '';
    width: 50px;
    display: inline-block;
    position: absolute;
    background: #102a5270;
    left: -8px;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 25% 100%, 0% 50%);
}

.sidebar .sidebar-social ul li .side-icon-shadow:after {
    content: '';
    width: 28px;
    display: inline-block;
    position: absolute;
    background: #102a5233;
    left: -15px;
    top: 0;
    height: 100%;
    clip-path: polygon(39% 0%, 100% 0, 100% 50%, 100% 100%, 41% 100%, 0% 50%);
}

.sidebar .sidebar-social ul li i {
    background-color: var(--blue);
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.sidebar-categories {
    margin: 39px 0 0 0;
}

.sidebar-categories a {
    display: block;
    color: var(--blue);
    font-family: 'peyda-Regular';
    padding: 7px 12px;
    margin: 4px 0;
    border-radius: 10px;
    transition: 300ms;
}

.sidebar-categories a:hover {
    background-color: #eee;
    color: var(--green);
}

.sidebar-tags {
    margin: 32px 0 0 0;
}

.sidebar-tags a {
    background-color: #eee;
    color: var(--blue);
    font-family: 'peyda-Regular';
    font-size: 15px;
    margin: 3px 0px;
    padding: 6px 9px;
    display: inline-block;
    border-radius: 6px;
    transition: 300ms;
}

.sidebar-tags a:hover {
    color: #fff;
    background-color: var(--green);
}

.sidebar-blogs-items {
    margin: 38px 0 0 0;
}

.sidebar-blogs-items a {
    display: inline-block;
    position: relative;
    margin: 13px 0 0 0;
    width: 100%;
}


.sidebar-blogs-items .sidebar-blog-item-thumbnail {
    width: 100%;
    border-radius: 29px;
    position: relative;
}

.sidebar-blogs-items .sidebar-blog-item-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, var(--blue), transparent);
    border-radius: 26px;
    transition: 200ms;
}

.sidebar-blogs-items .sidebar-blog-item-thumbnail img {
    width: 100%;
    border-radius: 26px;
    height: 149px;
    object-fit: cover;
}

.sidebar-blogs-items .sidebar-blog-item-content {
    position: absolute;
    bottom: 9px;
    width: 100%;
    padding: 2px 9px;
    color: #fff;
}

.sidebar-blogs-items .sidebar-blog-item-content h6 {
    color: #fff;
}

.sidebar-blogs-items a:hover .sidebar-blog-item-thumbnail:before {
    background: linear-gradient(0deg, #44a046, transparent);
}

@media (max-width: 768px) {
    .sidebar-blogs-items .sidebar-blog-item-thumbnail img {
        height: 196px;
    }
}

/******* contact us  ***********/
.contact-us .contact-us-start-thumbnail {
    position: relative;
}

.contact-us .contact-us-start-thumbnail .title {
    background-color: #eeeeee8f;
    padding: 58px 55px;
    margin: 48px 0 0 0;
    border-radius: 41px;
    position: relative;
}

.contact-us .contact-us-start-thumbnail img {
    position: absolute;
    top: 0;
    left: 39%;
    z-index: 0;
    width: 191px;
}

.contact-us .contact-us-start-thumbnail .title h1 {
    font-family: 'peyda-Black';
    text-align: center;
    font-size: 49px;
}

.contact-us .contact-us-start-thumbnail .title p {
    font-size: 112px;
    font-family: fantasy;
    text-transform: uppercase;
    -webkit-text-fill-color: rgb(220 220 220 / 18%);
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #0000001f;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    word-spacing: 34px;
    letter-spacing: 33px;
}

.contact-us .contact-us-start-content {
    margin: 116px 0 60px 0;
}

.contact-us .contact-us-start-content .contact-form {
    background-color: var(--green);
    color: #fff;
    padding: 36px 48px;
    border-radius: 34px;
}

.contact-us .contact-us-start-content .contact-form h3, .contact-us .contact-us-start-content .contact-form h2, .contact-us .contact-us-start-content .contact-form h4, .contact-us .contact-us-start-content .contact-form h5 {
    font-family: 'peyda-SemiBold';
    margin: 0 0 20px 0;
}

.contact-us .contact-us-start-content .contact-form form .input-items {
    display: inline-flex;
    width: 49%;
    margin: 0px 0 19px;
    position: relative;
    background-color: #ffffff1c;
    border-radius: 17px;
    align-items: center;
    padding: 6px 9px 6px 0;
}

.contact-us .contact-us-start-content .contact-form form .input-items i {
    position: absolute;
    background-color: #fff;
    color: var(--green);
    vertical-align: middle;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-us .contact-us-start-content .contact-form form .input-items input {
    width: 100%;
    background: none;
    border: none;
    height: 100%;
    padding: 9px 48px 9px 10px;
    color: #fff;
    direction: rtl;
    font-family: 'peyda-Regular';
}

.contact-us .contact-us-start-content .contact-form form .input-items input::placeholder {
    color: #ffffffad;
}

.contact-us .contact-us-start-content .contact-form form .input-items textarea::placeholder {
    color: #ffffffad;
}

.contact-us .contact-us-start-content .contact-form form .input-items.message {
    width: 100%;
    height: 200px;
    align-items: start;
}

.contact-us .contact-us-start-content .contact-form form .input-items.submit {
    width: 100%;
    direction: rtl;
    background-color: #fff;
    color: var(--green);
    display: block;
    text-align: center;
    box-shadow: 0 2px 10px 3px #ffffff54;
}

.contact-us .contact-us-start-content .contact-form form .input-items.submit input {
    color: var(--green);
    font-family: 'peyda-Black';
    font-size: 20px;
    display: inline-block;
    width: fit-content;
}

.contact-us .contact-us-start-content .contact-form form .input-items.submit i {
    position: relative;
}

.contact-us .contact-us-start-content .contact-form form .input-items textarea {
    width: 100%;
    background: none;
    border: none;
    height: 100%;
    padding: 9px 48px 9px 10px;
    color: #fff;
    direction: rtl;
    font-family: 'peyda-Regular';
}

.map {
    width: 100%;
    height: 100%;
    float: right;
    z-index: 10;
    border-radius: 30px;
    box-shadow: 0 2px 7px -1px #00000030;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    color: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    background-color: var(--green);
    text-align: center;
    font-family: 'peyda-SemiBold';
}

.call-items {
    margin: 92px 0 68px 0;
}

.call-items .call-item {
    text-align: center;
    box-shadow: 0 0 35px 2.5px #00000017;
    border-radius: 29px;
    display: table;
    width: 84%;
    margin: 0 auto;
    padding: 47px 9px 14px;
    position: relative;
    background-color: #eeeeee80;
    outline: 12px solid #fff;
    transition: 300ms;
}

.call-items .call-item h5 {
    font-family: 'peyda-SemiBold';
    color: var(--green);
}

.call-items .call-item p {
    margin: 0 0 3px 0;
    font-family: 'peyda-Regular';
    color: var(--green);
}

.call-items .call-item .call-icon {
    text-align: center;
    position: absolute;
    top: -47px;
    left: 0;
    width: 100%;
}

.call-items .call-item i {

    background-color: #fbfbfb;
    color: var(--green);
    width: 69px;
    height: 69px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0px #00000014;
}

.call-items:hover .call-item {
    background-color: var(--green);
    outline: 12px solid #009042b8;
    margin-top: -25px;
    box-shadow: 0 35px 30px 5px #00000012;
}

.call-items:hover .call-item h5 {
    color: #fff;
}

.call-items:hover .call-item p {
    color: #fff;
}

@media (max-width: 968px) {
    .contact-us .contact-us-start-thumbnail .title p {
        font-size: 44px;
    }

    .contact-us .contact-us-start-thumbnail img {
        left: 29%;
    }

    .contact-us .contact-us-start-content .contact-form form .input-items {
        width: 100%;
    }

    .call-items {
        margin: 92px 0 1px 0;
    }
}

@media (max-width: 768px) {
    .contact-us .contact-us-start-thumbnail .title p {
        font-size: 32px;
    }

    .contact-us .contact-us-start-thumbnail .title h1 {
        font-size: 40px;
    }

    .contact-us .contact-us-start-thumbnail img {
        left: 17%;
        width: 167px;
    }

    .contact-us .contact-us-start-content .contact-form {
        padding: 25px 23px;
    }

    .map {
        height: 337px;
        margin: 40px 0 0 0;
    }

}

/********** about us css ***********/
.about-us {
    padding: 71px 0 31px 0;
}

.about-us > h1 {
    text-align: center;
    font-family: 'peyda-Black';
    color: var(--blue);
    margin: 18px 0 11px 0px;
    font-size: 50px;
    position: relative;
}

.about-us > h1:before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: -58px;
    width: 100%;
    font-size: 75px;
    -webkit-text-stroke-color: #76767621;
    -webkit-text-stroke-width: 1px;
    color: #f8f8f854;
    text-transform: uppercase;
    font-family: fantasy;
    z-index: -1;
    word-spacing: 20px;
    letter-spacing: 12px;
}

#owl_about_slider .about_slider {
    margin: 0 16px;
    padding: 32px 10px;
}

#owl_about_slider .about_slider img {
    width: 100%;
    height: 404px;
    object-fit: cover;
    border-radius: 44px;
    box-shadow: 0 0 26px 0 #00000021;
}

.about-us .about-us-content {
    position: relative;
}


.about-us-content-wrapper {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 95px;
    background: #fff;
    top: -102px;
    z-index: 1;
    -webkit-transform: perspective(100px) rotateX(20deg);
    border-radius: 74px 71px 0 0;
}

.about-us .about-us-content h2 {
    text-align: center;
    font-family: 'peyda-Black';
    color: var(--green);
}

.about-us .about-us-content p {
    color: var(--blue);
    font-family: 'peyda-Regular';
    text-align: center;
    line-height: 37px;
    padding: 36px 23% 3px;
}

.about-us .about-us-content-image {
    background-image: url('../img/38.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-us .about-us-content-image img {
    display: table;
    margin: 0 auto;
    max-width: 50%;
}

.about-us .about-us-toggle-section {
    margin: 124px 0 24px 0;
    padding: 0 223px;
}

.about-us .about-us-toggle-section p {
    padding: 0 21px;
    text-align: right;
}

.about-us .about-us-toggle-section h2, .about-us .about-us-toggle-section h3, .about-us .about-us-toggle-section h4, .about-us .about-us-toggle-section h5, .about-us .about-us-toggle-section h6 {
    text-align: right;
    color: var(--blue);
}

.about-us .about-us-toggle-section .odd {
    margin: 76px 0px;
}

.about-us .about-us-toggle-section .even-thumbnail img, .about-us .about-us-toggle-section .odd-thumbnail img {
    width: 100%;
    border-radius: 27px;
}

.about-us .about-us-toggle-section .even-thumbnail, .about-us .about-us-toggle-section .odd-thumbnail {
    position: relative;
}

.about-us .about-us-toggle-section .even-thumbnail:before {
    content: '';
    display: inline-block;
    width: 94%;
    height: 100%;
    background: linear-gradient(270deg, #009042de, transparent);
    position: absolute;
    top: 0;
    left: 4%;
    border-radius: 31px;
}

.about-us .about-us-toggle-section .odd-thumbnail:before {
    content: '';
    display: inline-block;
    width: 94%;
    height: 100%;
    background: linear-gradient(90deg, #009042de, transparent);
    position: absolute;
    top: 0;
    right: 4%;
    border-radius: 31px;
}

.about-us .about-us-honors {
    margin-top: 77px;
    margin-bottom: 67px;
}

.about-us .about-us-honors h2 {
    text-align: center;
    font-family: 'peyda-Black';
    margin: 134px 0 45px 0;
}

.about-us .about-us-honors .honor-item img {
    max-width: 100%;
    height: 279px;
    display: table;
    margin: 0 auto;
    padding: 27px 34px;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    border-radius: 17px;
    box-shadow: 0 0 13px -3px #0000002e;
}

.about-us .about-us-honors .honor-item {
    padding: 21px 15px;
    background-color: aliceblue;
    border-radius: 18px;
    margin: 0 0 40px 0;
}

.about-us .about-us-honors .honor-item figure {

}

.about-us .about-us-honors .honor-item figcaption {
    margin: 24px 0 0 0;
    text-align: center;
    font-family: 'peyda-Regular';
}

@media (max-width: 968px) {
    #owl_about_slider .about_slider img {
        height: 260px;
    }

    .about-us .about-us-toggle-section {
        padding: 0 167px;
    }

    .about-us .about-us-toggle-section .even-thumbnail, .about-us .about-us-toggle-section .odd-thumbnail {
        margin: 0 auto 46px;
        width: 72%;
    }

    .about-us .about-us-toggle-section .odd {
        margin: 0px 0px;
    }

    .about-us .about-us-honors h2 {
        margin: 77px 0 45px 0;
    }
}

@media (max-width: 768px) {
    .about-us .about-us-honors .honor-item img {
        height: 186px;
        padding: 10px 6px;
        width: 100%;
    }

    .about-us .about-us-honors .honor-item {
        padding: 11px 7px;
    }

    .about-us .about-us-honors .honor-item figcaption {
        font-size: 13px;
    }

    #owl_about_slider .about_slider img {
        height: 219px;
        border-radius: 22px;
    }

    .about-us-content-wrapper {
        width: 80%;
        left: 10%;
        height: 60px;
        top: -64px;
        border-radius: 33px 31px 0 0;
    }

    .about-us .about-us-content p {
        line-height: 34px;
        padding: 8px 5% 11px;
    }

    .about-us .about-us-content-image img {
        max-width: 100%;
    }

    .about-us .about-us-toggle-section {
        padding: 0 6px;
    }

    .about-us .about-us-toggle-section .even-thumbnail, .about-us .about-us-toggle-section .odd-thumbnail {
        width: 95%;
    }

    .about-us .about-us-toggle-section .odd-thumbnail:before {
        right: 3%;
    }

    .about-us .about-us-toggle-section .even-thumbnail:before {
        left: 3%;
    }

    .about-us .about-us-toggle-section p {
        text-align: justify;
    }

}


/********** login page  ***********/
.login-page form {
    width: 28%;
    display: table;
    margin: 62px auto 7px;
    padding: 22px 14px;
    box-shadow: 0 0 12px 0 #00000021;
    border-radius: 9px;
    text-align: center;
}

.login-page form img {
    width: 100%;
}

.login-page form input {
    width: 100%;
    height: 40px;
    padding: 5px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 5%);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    direction: rtl;
    font-family: 'peyda-SemiBold';
    margin: 0 0 19px 0px;
}

.login-page form button {
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #45a247, #283c86);
    color: #fff;
    border: 1px solid #25a8ac;
    border-radius: 0.25rem;
    font-family: 'peyda-SemiBold';
}

@media (max-width: 968px) {
    .login-page form {
        width: 87%;
    }
}

/*------------------------ 20. 404 Section CSS ------------------------*/

.a-404-section {
    width: 100%;
    float: right;
    margin: 150px 0 0;
}

.a-404-section .a-content {
    width: 100%;
    float: right;
    padding: 0 0 30px;
    text-align: center;
    font-family: 'peyda-SemiBold';
}

.a-404-section .a-content strong {
    display: block;
    padding: 120px 0 30px;
    font-size: 1.35rem;
    line-height: 1.5;
}

.a-404-section .a-content a {
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    background: #0e5e6f;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
}

.a-404-section .a-content a:hover {
    opacity: .85
}

.a-404-section .a-effect {
    width: 100%;
    display: flex;
    font-size: 16rem;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.a-404-section .a-effect:before,
.a-404-section .a-effect:after {
    content: attr(data-tip);
    position: absolute;
    color: var(--green);
    font-family: 'peyda-Black';
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 60%);
    clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 60%);
    -webkit-animation: Transition 1.5s infinite linear;
    animation: Transition 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    text-shadow: 0 15px 1px rgb(255, 160, 5, .15)
}

.a-404-section .a-effect:after {
    color: var(--green);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 36%, 0 56%);
    clip-path: polygon(0 0, 190% 0, 100% 36%, 0 56%);
    -webkit-animation: Movement 1.5s infinite linear;
    animation: Movement 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    text-shadow: 0 15px 1px rgb(255, 160, 5, .15)
}

@-webkit-keyframes Transition {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(5px, -2%);
        transform: translate(5px, -2%)
    }
}

@keyframes Transition {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(5px, -2%);
        transform: translate(5px, -2%)
    }
}

@-webkit-keyframes Movement {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-5px, 2%);
        transform: translate(-5px, 2%)
    }
}

@keyframes Movement {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-5px, 2%);
        transform: translate(-5px, 2%)
    }
}

@media screen and (max-width: 576px) {
    .b-start-shop .grid-products .grid-product-item .grid-product-item-thumbnail img{
        height: 335px !important;
    }
    .a-404-section {
        margin: 120px 0 0;
    }

    .a-404-section .a-effect {
        font-size: 9rem
    }

    .a-404-section .a-effect:before,
    .a-404-section .a-effect:after {
        line-height: 1;
    }

    .a-404-section .a-content strong {
        padding: 60px 0 15px;
        font-size: 1.15rem
    }
}

/************************************************************************/
@keyframes suportlight {
    0% {
        background: red;
    }
    50% {
        background: green;
    }
    100% {
        background: red;
    }
}

.suport {
    display: inline;
    padding: 9px;
    font-size: 12px;
    background: #fff700;
    border-radius: 7px;
    position: fixed;
    bottom: 103px;
    left: 10px;
    box-shadow: 0px 0px 5px 0px rgb(30 25 30 / 34%);
    cursor: pointer;
    font-family: 'peyda-Regular';
    z-index: 1000;
}

.suport span.light {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    animation: suportlight 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    font-family: 'peyda-Regular';
}

.suport-items {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
    z-index: 100;
    font-family: 'peyda-Regular';
}

.suport-items .item {
    width: 50%;
    position: relative;
    margin: 0 auto;
    top: 30%;
    text-align: center;
    background: #fff;
    padding: 24px 10px;
    border-radius: 3px;
    font-family: 'peyda-Regular';
}

.suport-items .item a {
    width: 59%;
    display: block;
    padding: 10px 9px;
    margin: 7px auto;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgb(30 25 30 / 34%);
    font-family: 'peyda-Regular';
}

@media (max-width: 768px) {
    .suport-items .item {
        width: 90%;
        top: 19%;
    }

    .suport {
        bottom: 77px
    }

    .suport-items .item a {
        font-size: 14px;
    }
}

/* WOOCOMMERCE CSS */
.woocommerce-product-gallery__image--placeholder img {
    max-width: 100%;
}

.woocommerce-products-header__title {
    font-family: 'peyda-SemiBold';
    font-size: 30px;
    text-align: center;
    margin: 32px 0 35px 0px;
}

@media (max-width: 768px) {
    .woocommerce-products-header__title {
        margin: 32px 0 0px 0px;
    }
}

.woocommerce-pagination .page-numbers {
    padding: 0;
    text-align: center;
}

.woocommerce-pagination .page-numbers li {
    display: inline-flex;
    list-style: none;
    font-family: 'peyda-Regular';
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
}

.woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
    color: var(--blue);
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
}

.woocommerce-pagination .page-numbers li a:hover {
    background-color: #dbefe4;
    border-radius: 50%;
}

.woocommerce-pagination .page-numbers li span {
    background-color: #dbefe4;
    border-radius: 50%;
}

.b-product-item {
    padding: 0;
    position: relative
}

.woocommerce-pagination {
    margin: 26px 0 0px 0px;
}

ins {
    text-decoration: none;
    margin: 0 7px 0px 0;
}

/******** price filter *************/
.price-filter {
    font-family: 'peyda-Regular';
    padding: 18px 7px 0 0;
    margin-top: 25%;
}

.price-filter input {
    margin: 3px 3px 9px 0px;
    width: 80%;
    vertical-align: middle;
    border: 1px solid #b9b7b7;
    padding: 5px 5px;
    border-radius: 6px;
    font-family: 'peyda-Regular';
}

.price-filter button {
    border: none;
    background-color: var(--green);
    color: #fff;
    padding: 4px 14px;
    border-radius: 6px;
}

.add-to-wishlist .spinner-border, .add-to-compare .spinner-border, .added-to-wishlist .spinner-border, .added-to-compare .spinner-border {
    width: 20px;
    height: 20px;
}

/*************** sigle blog css ****************/
.sidebar-categories a {
    display: block;
    font-size: 16px; /* اندازه دسته‌های مادر */
    margin-right: 0;

}
.sidebar-categories a {
    display: block;
    font-size: 16px; /* اندازه دسته‌های مادر */
    margin-right: 0;
    font-weight:600;

}

.sidebar-categories .child-category {
    font-size: 14px; /* اندازه زیر دسته‌ها */
    margin-right: 20px; /* فاصله از راست برای زیر دسته‌ها */
    font-weight:400;
}
.m-single-blog {
    margin: 65px 0 0 0;
}
.m-single-blog table{
    max-width: 100%;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.m-single-blog table img{
    object-fit: inherit !important;
}
.m-single-blog table tr:first-child{
    background-color: #009042 !important;


}
.m-single-blog table tbody tr:first-child span{
    color: #fff;
}
.m-single-blog table tbody tr:nth-child(odd){
    background-color: #ddd;
}

.m-single-blog .single-blog-title h1 {
    display: inline-block;
    font-family: 'peyda-SemiBold';
    font-size: 23px;
    float: right;
}

.m-single-blog .single-blog-title button, .m-single-blog .single-blog-title a {
    border: none;
    background-color: #0090421f;
    width: 42px;
    height: 42px;
    color: #0080008c;
    border-radius: 9px;
    font-size: 22px;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 9px;
}

.m-single-blog .single-blog-thumbnail img {
    max-width: 100%;
    margin: 32px 0 32px 0;
    border-radius: 42px;
}

.m-single-blog .single-blog-details {
    display: flex;
    justify-content: space-around;
}

.m-single-blog .single-blog-details div {
    font-family: 'peyda-Regular';
    background-color: #e0f2e8;
    padding: 29px 31px;
    border-radius: 15px;
    color: green;
    width: 28%;
    text-align: center;
}

.m-single-blog .single-blog-details div i {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 0 0 6px;
}

.m-single-blog .single-blog-content {
    margin: 54px 0 147px 0;
}

.m-single-blog .single-blog-content p, .m-single-blog .single-blog-content span {
    font-family: 'peyda-Regular';
    line-height: 2rem;
    text-align: justify;
}

.m-single-blog .single-blog-content h2, .m-single-blog .single-blog-content h1, .m-single-blog .single-blog-content h3, .m-single-blog .single-blog-content h4, .m-single-blog .single-blog-content h5, .m-single-blog .single-blog-content h6 {
    font-family: 'peyda-Black';
}

.m-single-blog .single-blog-content h2::before {
    content: '';
    display: inline-block;
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    width: 10px;
    height: 10px;
    margin: 0 0 0 9px;
    transform: rotate(45deg);
    outline: 1px solid #2c497f;
    outline-offset: 2px;
    vertical-align: middle;
}

.m-single-blog .single-blog-content img {
    max-width: 100%;
    display: table;
    margin: 3px auto 21px;
    border-radius: 10px;
object-fit: contain;
}

.m-single-blog .pos-neg .pos, .m-single-product-tabs .pos-neg .pos {
    background-color: #45a1472b;
    padding: 26px 15px;
    border-radius: 20px;
    margin: 0 33px;
}

.m-single-blog .pos-neg .pos h5, .m-single-product-tabs .pos-neg .pos h5 {
    font-family: peyda-Black;
    color: green;
    background-color: #0080003b;
    padding: 10px 16px;
    border-radius: 10px;
}

.m-single-blog .pos-neg .neg, .m-single-product-tabs .pos-neg .neg {
    background-color: #ff000014;
    padding: 26px 15px;
    border-radius: 20px;
    margin: 0 33px;
}

.m-single-blog .pos-neg .neg h5, .m-single-product-tabs .pos-neg .neg h5 {
    font-family: peyda-Black;
    color: #d70909;
    background-color: #ff00001a;
    padding: 10px 16px;
    border-radius: 10px;
}

.m-single-product-tabs .pos-neg .neg h5 {
    margin: 0;
}

.m-single-blog .pos-neg .neg span, .m-single-blog .pos-neg .pos span, .m-single-product-tabs .pos-neg .pos span {
    font-family: peyda-Regular;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 16px;
}

.m-single-blog .pos-neg .pos i, .m-single-product-tabs .pos-neg .neg i {
    font-size: 19px;
    color: green;
    vertical-align: middle;
}

.m-single-blog .pos-neg .neg i, .m-single-product-tabs .pos-neg .neg i {
    font-size: 19px;
    color: red;
    vertical-align: middle;
}

.performance-percent span {
    font-family: peyda-Semibold;
}

.performance-percent .performance {
    width: 49%;
    display: inline-block;
    padding: 13px 11px;
}

.performance-percent .percent {
    width: 100%;
    height: 23px;
    border: 1px solid #cdc2c2;
    border-radius: 43px;
    position: relative;
}

.performance-percent .percent-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    height: 100%;
    border-radius: 50px;
    color: #ffffffe8;
    text-align: center;
    font-size: 14px;
    font-family: peyda-Black;
}

.related-post h4 {
    font-family: peyda-Semibold;
    margin: 36px 0 0 0;
}

.related-post .blog-home-item {
    padding: 15px 15px;
    position: relative;
    margin: 0px 0 100px 0;
}

.related-post .blog-home-item .blog-home-item-thumbnail img {
    border-radius: 45px;
    width: 100%;
    height: 194px;
    object-fit: cover;
    box-shadow: 0 0 2px -2px #000;
}

.related-post .blog-home-item .blog-home-item-content {
    padding: 20px;
    position: absolute;
    bottom: -37%;
    background-color: #fff;
    width: 84%;
    left: 8%;
    border-radius: 36px;
    box-shadow: 0 0 30px -6px #000000a3;
}

.related-post .blog-home-item .blog-home-item-content h2 {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-post .blog-home-item .blog-home-item-content h2 i {
    background: #00800029;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #235823b3;
    margin: 0 0 0 3px;
    font-size: 15px;
}

.related-post .blog-home-item .blog-home-item-content p {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 12px;
}

.related-post .blog-home-item .blog-home-item-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related-post .blog-home-item .blog-home-item-more span:not(.read-more) {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 11px;
    margin: 0 5px;
}

.related-post .blog-home-item .blog-home-item-more span i {
    margin: 0 0 0 3px;
    background-color: #0080002e;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.related-post .blog-home-item .blog-home-item-more span.read-more {
    background-color: var(--green);
    font-family: 'peyda-Regular';
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
}

.related-post .owl-stage {
    padding: 0px 0px 176px;
}

@media (max-width: 768px) {
    .related-post .blog-home-item .blog-home-item-thumbnail img {
        border-radius: 40px;
        height: 208px;
        object-fit: cover;
        box-shadow: 0 1px 2px -1px #000;
    }

    .related-post .blog-home-item .blog-home-item-content h2 {
        font-size: 15px;
    }

    .related-post .blog-home-item .blog-home-item-content p {
        font-size: 13px;
    }

    .related-post .blog-home-item .blog-home-item-content {
        width: 86%;
        left: 7%;
    }
}

#single_blog_comments {
    margin: 60px 0 0 0;
}

#single_blog_comments .commentlis .comment-body {
    font-family: peyda-Regular;
}

#single_blog_comments .commentlist {
    list-style: none;
}

#single_blog_comments .commentlist li:not(.depth-2), #single_blog_comments .commentlist li:not(.depth-3) {
    padding: 0 0 2px 0;
    border-bottom: 1px solid #ddd;
    margin: 26px 0 0 0;
}

#single_blog_comments ul.children li.comment {
    border-bottom: none;
}

#single_blog_comments .commentlist .comment-author {
    display: inline-block;
    padding: 11px 10px;
    font-family: 'peyda-Regular';
    box-shadow: 0 0 21px -1px #0000001f;
    border-radius: 15px;
}

#single_blog_comments .commentlist .comment-author img {
    display: table;
    margin: 3px auto 11px;
}

#single_blog_comments .commentlist .commentmetadata a {
    font-family: peyda-Regular;
    color: #000;
}

#single_blog_comments .commentlist p {
    display: inline-block;
    vertical-align: middle;
    font-family: 'peyda-Regular';
    padding: 16px 9px;
    border-radius: 15px;
    width: 50%;
}

#single_blog_comments .commentlist .reply {
    margin: 5px 0 35px 0;
}

#single_blog_comments .commentlist .reply a {
    font-family: peyda-Regular;
    color: #fff;
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    padding: 2px 15px;
    border-radius: 5px;
}

#single_blog_comments .commentlist em {
    display: block;
    clear: both;
    width: fit-content;
    font-family: 'peyda-Regular';
    padding: 10px 8px;
    background: #ff00001f;
    border-radius: 7px;
    margin: 15px 0 0 0;
}

#single_blog_comments #comments {
    display: inline-block;
    margin: 0 0 28px 0;
    padding: 6px 16px;
    font-family: 'peyda-SemiBold';
    font-size: 18px;
    background-color: var(--green);
    color: #fff;
    border-radius: 12px;
    box-shadow: -14px 0px 0 0px #00800061, -26px 0px 0 0px #00800061;
}

#single_blog_comments #comments i {
    /* background-color: green; */
    display: inline-flex;
    width: 37px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

#single_blog_comments .comment-respond .comment-reply-title {
    font-family: 'peyda-SemiBold';
}

#single_blog_comments .comment-respond #commentform {
    font-family: 'peyda-Regular';
}

#single_blog_comments .comment-respond #commentform label:not([for="wp-comment-cookies-consent"]) {
    width: 100%;
}

#single_blog_comments .comment-respond #commentform input[type="checkbox"] {
    vertical-align: middle;
}

#single_blog_comments .comment-respond #commentform .comment-form-comment textarea {
    width: 50%;
    border: 1px solid #c5c5c5;
    padding: 7px 7px;
    border-radius: 10px;
}

#single_blog_comments .comment-respond #commentform input:not([type="checkbox"]) {
    width: 50%;
    border: 1px solid #c5c5c5;
    padding: 7px 7px;
    border-radius: 10px;
}

#single_blog_comments .comment-respond #commentform input#submit {
    width: fit-content;
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    color: #fff;
    padding: 9px 24px;
}

@media (max-width: 968px) {
    .m-single-blog .single-blog-title h1 {
        font-size: 19px;
        width: 100%;
    }

    .m-single-blog .single-blog-title button {
        float: right;
    }

    .m-single-blog .single-blog-thumbnail img {
        border-radius: 20px;
    }

    .m-single-blog .single-blog-details {
        display: block;
    }

    .m-single-blog .single-blog-details div {
        padding: 13px 21px;
        border-radius: 9px;
        width: 100%;
        margin: 0 0 12px 0;
    }

    #single_blog_comments .commentlist p {
        width: 100%;
    }

    #single_blog_comments .commentlist {
        padding: 0;
    }

    #single_blog_comments .comment-respond #commentform .comment-form-comment textarea {
        width: 100%;
    }

    #single_blog_comments .comment-respond #commentform input:not([type="checkbox"]) {
        width: 100%;
    }
}

.m-single-blog .spinner-border {
    width: 24px;
    height: 24px;
}

.x0p.default .title {
    font-family: 'peyda-SemiBold';
}

.x0p.default .text {
    font-family: 'peyda-Regular';
}

.x0p.default .button-info {
    background-color: green;
    border-radius: 0 0 10px 10px;
    font-family: peyda-Regular;
}

#x0popup {
    border-radius: 10px;
}

.x0p.default .button-warning {
    font-family: 'peyda-Regular';
    border-radius: 0 0 0 10px;
}

.x0p.default .button-warning a {
    color: #fff;
}

.x0p.default .button-cancel {
    font-family: 'peyda-SemiBold';
    border-radius: 0 0 10px 0;
}

.x0p.default .icon-wrapper {
    width: 16%;
}

.x0p.default .icon-wrapper i {
    height: 38%;
    width: 99%;
}

.x0p.default .text-wrapper {
    width: 84%;
}

/******** loading css **********/
#m_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    background: rgb(40, 44, 52);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadingspinner {
    --square: 26px;
    --offset: 30px;
    --duration: 2.4s;
    --delay: 0.2s;
    --timing-function: ease-in-out;
    --in-duration: 0.4s;
    --in-delay: 0.1s;
    --in-timing-function: ease-out;
    width: calc(3 * var(--offset) + var(--square));
    height: calc(2 * var(--offset) + var(--square));
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.loadingspinner div {
    display: inline-block;
    background: darkorange;
    /*background: var(--text-color);*/
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
    border: none;
    border-radius: 2px;
    width: var(--square);
    height: var(--square);
    position: absolute;
    padding: 0px;
    margin: 0px;
    font-size: 6pt;
    color: black;
}

.loadingspinner #square1 {
    left: calc(0 * var(--offset));
    top: calc(0 * var(--offset));
    animation: square1 var(--duration) var(--delay) var(--timing-function) infinite,
    squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square2 {
    left: calc(0 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square2 var(--duration) var(--delay) var(--timing-function) infinite,
    squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square3 {
    left: calc(1 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square3 var(--duration) var(--delay) var(--timing-function) infinite,
    squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square4 {
    left: calc(2 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square4 var(--duration) var(--delay) var(--timing-function) infinite,
    squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square5 {
    left: calc(3 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square5 var(--duration) var(--delay) var(--timing-function) infinite,
    squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both;
}

@keyframes square1 {
    0% {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset));
    }
    8.333% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
    }
    100% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
    }
}

@keyframes square2 {
    0% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
    }
    8.333% {
        left: calc(0 * var(--offset));
        top: calc(2 * var(--offset));
    }
    16.67% {
        left: calc(1 * var(--offset));
        top: calc(2 * var(--offset));
    }
    25.00% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }
    83.33% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }
    91.67% {
        left: calc(1 * var(--offset));
        top: calc(0 * var(--offset));
    }
    100% {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset));
    }
}

@keyframes square3 {
    0%, 100% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }
    16.67% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }
    25.00% {
        left: calc(1 * var(--offset));
        top: calc(0 * var(--offset));
    }
    33.33% {
        left: calc(2 * var(--offset));
        top: calc(0 * var(--offset));
    }
    41.67% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
    66.67% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
    75.00% {
        left: calc(2 * var(--offset));
        top: calc(2 * var(--offset));
    }
    83.33% {
        left: calc(1 * var(--offset));
        top: calc(2 * var(--offset));
    }
    91.67% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }
}

@keyframes square4 {
    0% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
    33.33% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
    41.67% {
        left: calc(2 * var(--offset));
        top: calc(2 * var(--offset));
    }
    50.00% {
        left: calc(3 * var(--offset));
        top: calc(2 * var(--offset));
    }
    58.33% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }
    100% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }
}

@keyframes square5 {
    0% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }
    50.00% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }
    58.33% {
        left: calc(3 * var(--offset));
        top: calc(0 * var(--offset));
    }
    66.67% {
        left: calc(2 * var(--offset));
        top: calc(0 * var(--offset));
    }
    75.00% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
    100% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
}

@keyframes squarefadein {
    0% {
        transform: scale(0.75);
        opacity: 0.0;
    }
    100% {
        transform: scale(1.0);
        opacity: 1.0;
    }
}

/********** END *********/
.m-project-page {
    position: relative;
}

.m-project-page img {
    max-width: 100%;
}

.m-project-page .project-cat-thumbnail img {
    width: 100%;
    border-radius: 34px;
}

.m-project-page .m-project-wave {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.m-project-page .m-project-page-title {
    text-align: center;
    padding: 37px 0 11px 0;
    position: relative;
}

.m-project-page .m-project-page-title::before {
    content: attr(data-watermark);
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: center;
    font-size: 97px;
    text-transform: uppercase;
    -webkit-text-fill-color: #0035f763;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00000085;
    z-index: -1;
    opacity: .1;
    font-family: fantasy;
    letter-spacing: 20px;
}

.m-project-page .m-project-page-title h1 {
    font-family: 'peyda-Black';
    color: var(--blue);
}

.m-project-page .m-project-page-title p {
    font-family: 'peyda-Regular';
}

.m-project-page .owl-carousel .project-item {
    background-color: #fff;
    box-shadow: 0 0 16px 0 #00000040;
    margin: 32px 12px 37px 14px;
    padding: 7px 7px 7px;
    border-radius: 20px;
    vertical-align: middle;
}

.m-project-page .owl-carousel .project-item img {
    height: 146px;
    object-fit: cover;
    border-radius: 17px;
}

.m-project-page .owl-carousel .project-item h5 {
    font-family: peyda-Regular;
    text-align: center;
    margin: 26px 0 0 0;
    font-size: 17px;
}

.m-project-page .odd, .m-project-page .even {
    border-bottom: 2px solid green;
    padding: 0 0 19px 0;
    margin-bottom: 25px;
}

.m-project-page .project-cat-thumbnail {
    position: relative;
    padding: 0;
}

.m-project-page .project-cat-thumbnail::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--blue) 15%, transparent 48%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 34px;
}

.m-project-page .project-cat-thumbnail h5 {
    position: absolute;
    width: 100%;
    bottom: 7px;
    left: 0;
    text-align: center;
    font-family: peyda-Regular;
    color: #fff;
    font-size: 18px;
}

.m-project-page .project_cat_col {
    display: flex;
    align-items: center;
}

@media (max-width: 968px) {
    .m-project-page .m-project-page-title::before {
        -webkit-text-fill-color: #0035f7f5;
        font-size: 42px;
    }

    .m-project-page .project-cat-thumbnail {
        width: 80%;
        margin: 0 auto;
    }
}

/************ blog css *************/
.m-blog-start .m-blog-title {
    background: linear-gradient(to right, #45a247, #283c86);
    padding: 69px 0;
    text-align: center;
    position: relative;
}

.m-blog-start .m-blog-title .m-blog-wave {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -74px;
}

.m-blog-start .m-blog-title::after {
    content: attr(data-watermark);
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-text-fill-color: #ffffff63;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00000085;
    z-index: 0;
    opacity: .1;
    font-family: fantasy;
    letter-spacing: 20px;
    font-size: 75px;
}

.m-blog-start .m-blog-title h1 {
    color: #ffff;
    font-family: 'peyda-Black';
    font-size: 42px;
    margin: 0 0 29px;
}

.m-blog-start .m-blog-title form {
    position: relative;
    width: 25%;
    display: table;
    margin: 0 auto;
    z-index: 3;
}

.m-blog-start .m-blog-title #blog_search {
    background: #ffffff3b;
    padding: 4px 9px 6px 18px;
    width: 100%;
    border: none;
    font-family: 'peyda-Regular';
    color: #fff;
    border-radius: 5px;
}

.m-blog-start .m-blog-title #blog_search::placeholder {
    color: #fff;
}

.m-blog-start .m-blog-title form button {
    border: none;
    position: absolute;
    top: 0;
    left: -6px;
    height: 100%;
    width: 39px;
    border-radius: 11px;
}

.blog-content-start .blog-content-start-title h2 img {
    position: absolute;
    vertical-align: middle;
    right: 7px;
}

.blog-content-start .blog-content-start-title h2 {
    color: var(--blue);
    margin: 86px 0 0 0;
    font-family: peyda-Black;
    font-size: 23px;
    padding: 0 51px 0 0;
    position: relative;
}

.blog-content-start .blog-content-start-title h2 p {
    font-size: 15px;
    font-family: peyda-Regular;
}

.blog-content-start .first-item .content h2 {
    font-size: 20px;
    font-family: peyda-semibold;
    margin: 26px 0 26px 0;
}

.blog-content-start .first-item .content p {
    font-family: peyda-regular;
    line-height: 34px;
    padding: 8px 13px;
}

.blog-content-start .first-item .content a {
    padding: 7px 22px;
    background-color: green;
    color: #fff;
    font-family: peyda-regular;
    border-radius: 11px;
}

.blog-content-start .item-thumbnail {
    position: relative;
}

.blog-content-start .item-thumbnail img {
    width: 100%;
    vertical-align: middle;
    border-radius: 33px;
}

.blog-content-start .item-thumbnail h2 {
    position: absolute;
    bottom: 22px;
    width: 100%;
    text-align: center;
    font-family: 'peyda-Black';
    font-size: 20px;
    color: #fff;
}

.blog-content-start .item-thumbnail::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #44a046, transparent);
    top: 0;
    left: 0;
    border-radius: 33px;
}

.blog-content-start .blog-all-items {
    margin: 118px 0 0 0;
}

.blog-content-start .blog-all-items h2 {
    color: var(--blue);
    font-family: peyda-Black;
    font-size: 23px;
    padding: 0 51px 0 0;
    position: relative;
}

.blog-content-start .blog-all-items .item-inner {
    position: relative;
}

.blog-content-start .blog-all-items h2 p {
    font-size: 15px;
    font-family: peyda-Regular;
}

.blog-content-start .blog-all-items .blog-item {
    margin: 0 0 134px 0;
}

.blog-item .item-inner .blog-item-thumbnail img {
    border-radius: 34px;
    width: 100%;
    height: 188px;
    object-fit: cover;
    box-shadow: 0 0 8px -2px #000;
}

.blog-item .item-inner .blog-item-content {
    padding: 20px 12px;
    position: absolute;
    bottom: -37%;
    background-color: #fff;
    width: 86%;
    left: 7%;
    border-radius: 36px;
    box-shadow: 0 0 30px -6px #000000a3;
}

.blog-item .item-inner .blog-item-content h2 {
    font-family: 'peyda-SemiBold';
    color: var(--blue);
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-item .item-inner .blog-item-content p {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 13px;
}

.blog-item .item-inner .blog-item-content .blog-item-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-item .item-inner .blog-item-content .blog-item-more span:not(.read-more) {
    font-family: 'peyda-Regular';
    color: var(--blue);
    font-size: 13px;
    margin: 0 5px;
}

.blog-item .item-inner .blog-item-content .blog-item-more span.read-more {
    background-color: var(--green);
    font-family: 'peyda-Regular';
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
}

@media (max-width: 968px) {
    .m-blog-start .m-blog-title::after {
        font-size: 42px;
    }

    .m-blog-start .m-blog-title form {
        width: 75%;
    }

    .m-blog-start {
        overflow: hidden;
    }

    .m-blog-start .m-blog-title .m-blog-wave {
        width: 200%;
        left: -44%;
    }

    .m-blog-start .first-item .content {
        margin: 0 0 47px 0;
    }

    .blog-content-start .item-thumbnail img, .blog-content-start .item-thumbnail::before {
        border-radius: 21px;
    }

    .blog-content-start .item-thumbnail h2 {
        font-size: 16px;
    }

    .blog-content-start .blog-all-items h2 {
        padding: 0 0 0 0;
    }

    .pagination .page-item {
        margin: 0 0 57px 0;
    }

}

.wp-pagenavi a {
    font-family: 'peyda-Regular';
    border: none;
    display: inline-flex;
    background-color: green;
    color: #fff;
    width: 33px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.wp-pagenavi a.page {
    color: #000;
    background-color: unset;
}

.wp-pagenavi span.current {
    font-family: 'peyda-Regular';
    border: none;
    display: inline-flex;
    background-color: #0080002b;
    color: #000;
    width: 33px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

/************** videos ***********/
.videos .blog-content-start .item-thumbnail::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--blue), transparent);
    top: 0;
    left: 0;
    border-radius: 33px;
}

.videos .blog-content-start .item-thumbnail .mag-main-video-content-icons {
    position: absolute;
    bottom: 23%;
    text-align: center;
    width: 100%;
}

.m-single-blog .single-blog-thumbnail video {
    width: 100%;
    display: block;
    margin: 67px 0 54px 0;
    border-radius: 30px;
}

@media (max-width: 968px) {
    .m-single-blog .single-blog-thumbnail video {
        margin: 102px 0 16px 0;
        border-radius: 12px;
    }
}

.m-start-page .woocommerce {
    font-family: 'peyda-Regular' !important;
    margin: 53px 0 16px 0 !important;
}

.m-start-page .woocommerce input, .m-start-page .woocommerce select, .order_comments_field textarea {
    border: 1px solid #eee;
    padding: 6px 14px;
    border-radius: 5px;
    box-shadow: -23px 14px 37px 0 #0000000d;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #eee;
    padding: 6px 14px;
    border-radius: 5px;
    box-shadow: -23px 14px 37px 0 #0000000d;
    height: 42px;
}

.m-start-page .woocommerce .wp-element-button {
    background: linear-gradient(to right, #ffc800, #ff6a00);
    color: #fff;
    border: none;
    padding: 10px 17px;
    border-radius: 5px;
}

@media (max-width: 968px) {
    .woocommerce-column--1 {
        margin: 17px 0 37px 0;
    }
}

/*********** single product **********/
.m-single-product-start .product {
    position: relative;
    padding: 46px 0 8px 0;
    font-family: 'peyda-Regular';
}

.m-single-product-start .bealaveh-sale {
    position: absolute;
    top: 70px;
    right: 15px;
    width: fit-content;
    z-index: 100 !important;
    font-family: peyda-regular;
    padding: 6px 13px;
    font-size: 14px;
    background: linear-gradient(to right, #ffc254, #ff7600);
    border-radius: 8px;
    color: #fff;
}

.m-single-product-start .m-single-product-actions button {
    background-color: #00800014;
    border: none;
    padding: 8px 13px;
    color: #008f00;
    font-family: 'peyda-SemiBold';
    font-size: 13px;
    border-radius: 6px;
    margin: 0 6px;
    transition: 300ms;
}

.m-single-product-start .m-single-product-actions button:hover {
    background-color: #008f00;
    color: #fff;
}

.m-single-product-start .thumb-product {
    position: relative;
}

/*.m-single-product-start .thumb-product .item {*/
/*    border-radius: 14px;*/
/*    border: 1px solid #eee;*/
/*}*/

.m-single-product-start .thumb-product .item img {
    /*border: 1px solid #eee;*/
    border-radius: 14px;
}

.m-single-product-start .thumb-product .owl-nav .owl-prev, .m-single-product-start .thumb-product .owl-nav .owl-next {
    position: absolute;
    bottom: 45%;
    color: #fff;
    background-color: #008000e0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
}

.m-single-product-start .thumb-product .owl-nav .owl-prev {
    left: -23px;
}

.m-single-product-start .thumb-product .owl-nav .owl-next {
    right: -23px;
}

.m-single-product-start .thumb-product .owl-nav span {
    height: 104%;
}

.m-single-product-start .m-single-product-content h1 {
    font-size: 20px;
    font-family: 'peyda-Black';
    line-height: 38px;
}

.product .m-single-product-content ol li,
.offer-content ol li {
    list-style: auto !important;


}

.m-single-product-start .m-single-product-actions {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px 17px 0;
}

.m-single-product-content .time-to-send {
    background-color: #eee;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
}

.m-single-product-content .time-to-send i {
    margin: 0 0 0 11px;
    vertical-align: middle;
}

.m-single-product-start .product .entry-summary {
    padding: 22px 21px;
    border-radius: 9px;
    background-color: #f3f3f3;
    color: green;
    text-align: center;
}

.product .m-single-product .m-single-product-content {
    padding: 0px 49px 25px;
    line-height: 38px;
}

.product .m-single-product .m-single-product-content ul {
    list-style: none;
}

.m-single-product-start .product .entry-summary .seller {
    font-size: 20px;
    font-family: peyda-semibold;
}

.m-single-product-start .product .entry-summary .variations_form select, .m-single-product-start .product .entry-summary .variations_form input, .m-single-product-start .product .entry-summary .cart input {
    border: none;
    text-align: center;
    padding: 14px 13px;
    border-radius: 13px;
    width: 100%;
    margin: 10px 0;
}

.m-single-product-start .product .entry-summary form, .m-single-product-start .product .entry-summary form table {
    width: 100%;
}

.m-single-product-start .product .entry-summary form table tr {
    position: relative;
}

.m-single-product-start .product .entry-summary form .single_add_to_cart_button {
    background: linear-gradient(346deg, #45a247, #283c86);
    color: #fff;
    border: none;
    width: 100%;
    margin: 23px 0;
    padding: 14px 0;
    border-radius: 12px;
}

.m-single-product-start .product .entry-summary .price {
    padding: 15px 0;
    background-color: #fff;
    border-radius: 13px;
    border: 1px solid;
    font-family: peyda-black;
    width: 100%;
    display: block;
}

.m-single-product-start .product .entry-summary .price del {
    color: #e116168c;
}

.m-single-product-start .product .entry-summary .product_meta > span {
    margin: 7px 10px;
    display: block;
}

.m-single-product-start .product .entry-summary .product_meta > span a {
    color: #11833fad;
    font-size: 14px;
    font-family: 'peyda-SemiBold';
}

.m-single-product-start .product .single_product_timer {
    width: 100%;
    margin: 28px 0 0;
    text-align: center;
}

.single_product_timer .single_product_future_date p {
    display: inline-flex;
    margin: 0 6px;
    background: #ebf5eb;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: green;
    font-family: peyda-semibold;
    transition: 300ms;
}

.single_product_timer .single_product_future_date p:hover {
    color: #fff;
    background: darkred;
}

.single_product_timer .single_product_future_date p:nth-child(even) {
    color: #fff;
    background: rgba(166, 0, 0, 0.49);
}

.m-single-product-start .product .single_product_timer .single_product_future_date_text {
    color: #2eab49;
    font-family: peyda-black;
}

.m-single-product-start .product .single_product_timer .single_product_future_date_text .time_finish {
    color: #9f1212;
}

.m-single-product-start form.cart .single_add_to_cart_button i {
    vertical-align: middle;
    margin: 0 0 0 11px;
}

.m-single-product-start .product .m-single-product-tabs {
    padding: 20px 22px;
}

.m-single-product-start .product .m-single-product-tabs ul.m-tabs {
    margin: 0;
    padding: 0;
}

.m-single-product-start .product .m-single-product-tabs ul.m-tabs li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 -27px;
    padding: 16px 50px 16px 24px;
    box-shadow: -13px 0px 24px -1px #0000001a;
    border-radius: 25px 0 0 0;
}

.m-single-product-start .product .m-single-product-tabs ul.m-tabs li a {
    color: var(--blue);
    font-family: peyda-black;
}

.m-single-product-start .product .m-single-product-tabs #tab-description {
    background: #fff;
    z-index: 100;
    position: relative;
}

.m-single-product-start .product .m-single-product-tabs .m-tab-title, #comments .woocommerce-Reviews-title {
    display: inline-block;
    background-color: #009042;
    box-shadow: -18px 0px 0 0 #00904245, -37px 0 0 0 #00904263;
    color: #fff;
    padding: 11px 22px;
    font-size: 21px;
    border-radius: 8px;
    font-family: peyda-black;
}

.m-single-product-start .product .m-single-product-tabs .m-tab-title i {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content {
    box-shadow: 26px 0px 0 0 #0000000d, -26px 0px 0 0 #0000000d;
    border-radius: 39px;
    padding: 0px 0px 0px 0;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel {
    padding: 48px 32px 10px 32px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h2:not(.m-tab-title), .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h1, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h3, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h4, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h5, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h6 {
    font-family: 'peyda-black';
    margin: 26px 0 13px 0;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h1:not(.m-tab-title) {
    font-size: 23px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h2:not(.m-tab-title) {
    font-size: 21px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h3:not(.m-tab-title) {
    font-size: 19px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h4:not(.m-tab-title) {
    font-size: 17px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h5:not(.m-tab-title) {
    font-size: 17px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel h6:not(.m-tab-title) {
    font-size: 15px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content .woocommerce-Tabs-panel p {
    line-height: 36px;
    word-spacing: 1px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table {
    width: 100%;
    margin: 0 auto;
    padding: 10px 11px;
    border-radius: 15px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody {
    width: 100%;

}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody tr {
    width: 100%;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody tr:nth-child(odd) {
    background-color: #0080000f;

}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody tr:nth-child(even) {
    background-color: #d9e2f3;


}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody tr th, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody tr td {
    /*display: inline-block;*/

    width: 49%;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody tr td {
/*     text-align: center; */
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody tr th p, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table tbody tr td p {
    margin: 0;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form .comment-form-comment textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    border-radius: 33px;
    padding: 15px 14px 0 14px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form .comment-form-comment lable {
    display: block;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form .comment-form-author, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form .comment-form-email {
    display: inline-block;
    margin: 0 0 14px 23px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form .comment-form-author input, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form .comment-form-email input {
    background-color: #eee;
    border: none;
    padding: 6px 10px;
    margin: 0 10px 0 0;
    border-radius: 11px;
}

.m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form input#submit {
    background: linear-gradient(to right, #3ddb6e, #00a317);
    color: #fff;
    border: none;
    padding: 3px 61px;
    border-radius: 8px;
}

/*.m-single-product-start .product .related .b-product-item {*/
/*    padding: 13px 13px;*/
/*    border: 1px solid #eee;*/
/*}*/

.m-single-product-start .product .related .b-product-item .grid-product-item-thumbnail img {
    width: 100%;
}

.m-single-product-start .product .related {
    margin: 69px 0 0 0;
}

@media (max-width: 968px) {
    .m-single-product-start .thumb-product .owl-nav .owl-prev {
        left: 0;
    }

    .m-single-product-start .thumb-product .owl-nav .owl-next {
        right: 0;
    }

    .m-single-product-start .thumb-product .owl-nav .owl-prev, .m-single-product-start .thumb-product .owl-nav .owl-next {
        font-size: 23px;
    }

    .m-single-product-start .thumb-product .owl-nav span {
        height: 78%;
    }

    .product .m-single-product .m-single-product-content {
        padding: 0px 13px 25px;
        line-height: 34px;
    }

    .m-single-product-start .product .m-single-product-tabs ul.m-tabs li {
        margin: 0 0 0 -21px;
        padding: 10px 29px 13px 18px;
    }

    .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content table, .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form input#submit {
        width: 100%;
    }

    .related .grid-product-item .grid-product-item-actions button {
        padding: 0;
    }

    .m-single-product-start .product .related .b-product-item {
        padding: 13px 0px;
    }
}

.m-single-product-start .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-info {
    background: linear-gradient(to right, #45a247, #283c86);
    color: #fff;
    font-family: 'peyda-SemiBold';
}

.m-single-product-start .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-info a {
    background: linear-gradient(to right, #ffcb38, #ff8100);
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail img {
    width: 116px;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .product-name a {
    color: #009042;
}

.woocommerce .cart-collaterals .cart_totals {
    float: right;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #305875 !important;
}

.woocommerce form .form-row textarea {
    border: 1px solid #eee;
    padding: 6px 14px;
    border-radius: 5px;
    box-shadow: -23px 14px 37px 0 #0000000d;
}

.woocommerce-order-details .product-name a {
    color: green;
}

.m-start-page .woocommerce-thankyou-order-received {
    display: table;
    margin: 0px auto 44px;
    padding: 14px 36px;
    color: #fff;
    background: linear-gradient(to right, #ffa500, #cb5e00);
    border-radius: 8px;
}

.woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
    text-align: center;
    margin: 0 auto 65px;
    display: table;
}

/************* compare ***********/
.profile-compare-start {
    font-family: peyda-regular;
    /*padding: 1% 12%;*/
}
.profile-compare-start table{
    width: 100%;
}

.profile-compare-start tr td, .profile-compare-start tr th {
    padding: 13px 20px;
    text-align: right;
}

@media screen and (max-width: 992px) {
    .profile-compare-start tr td, .profile-compare-start tr th {
        font-size: 12px;
        padding: 4px 2px;
    }

    .profile-compare-start {
        padding: 1% 0%;
        overflow: auto;

    }
}

.profile-compare-start tr th i {
    font-size: 19px;
    margin: 15px auto 11px;
    color: #ff0000a3;
    cursor: pointer;
    display: table;
}

.profile-compare-start tr th i:hover {
    color: red;
}

.profile-compare-start thead tr:nth-child(odd) {
    background-color: aliceblue;
}

.profile-compare-start tbody tr:nth-child(even) {
    background-color: aliceblue;
}

.profile-compare-start tr td a, .profile-compare-start tr th a {
    color: green;
    cursor: pointer;
}

.profile-compare-start tr td img {
    width: 40%;
    display: table;
    margin: 0 auto;
}

.profile-compare-start .compare-alert {
    width: 100%;
    height: 300px;
    text-align: center;
    font-family: 'peyda-Black';
    color: red;
    background-color: #ff000014;
    padding: 34px 7px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    box-shadow: 0 2px 8px 0 #0000002e;
}

.sharing-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000036;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
    align-items: center;
    justify-content: center;
}

.sharing-wrapper .sharing-content {
    padding: 37px 82px;
    background-color: #fff;
    border-radius: 14px;
}

.sharing-wrapper .sharing-content a {
    display: inline-flex;
    width: 56px;
    height: 56px;
    background-color: #0080001f;
    align-items: center;
    justify-content: center;
    color: green;
    border-radius: 50%;
    margin: 0 8px;
    font-size: 22px;
    transition: 300ms;
}

.sharing-wrapper .sharing-content a:hover {
    background-color: green;
    color: #fff;
}

@media (max-width: 968px) {
    .sharing-wrapper .sharing-content {
        padding: 37px 21px;
    }
}

#m-out-of-stock-btn .spinner-border {
    width: 23px;
    height: 23px;
    color: #fff;
    vertical-align: middle;
}

#m-out-of-stock-btn {
    background-color: #fff;
    border-radius: 13px;
    border: 1px solid #cd5757;
    font-family: peyda-black;
    width: 100%;
    display: block;
    padding: 11px 8px;
    margin: 0 0 21px 0;
    background: #cd5757;
    color: #fff;
}

.product-gallery .item img {
    width: 77%;
}

@media (max-width: 968px) {
    .product-gallery {
        margin: 0px 0 0 0;
    }

    .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form .comment-form-author input,
    .m-single-product-start .product .m-single-product-tabs .m-start-tabs-content #reviews form .comment-form-author input {
        margin: 0;
    }

    .m-single-product-start .product .m-single-product-tabs {
        padding: 0;
    }
}

.tab-technical-spec table {
    width: 700px;
}

.tab-technical-spec table {

}

.tab-technical-spec table tr {

}

.tab-technical-spec table tr td {
    text-align: right !important;
    padding: 7px !important;
    height: auto !important;
    width: 49.9% !important;
}

.parent-brand {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    width: 100%;
    margin: 50px 0 0 0;
}

.parent-brand img {
    border-radius: 15px;
    width: 100%;
}

.parent-brand:hover {
    box-shadow: rgb(40 60 134 / 17%) 0px 8px 50px, rgb(69 162 71 / 13%) 0px 8px 50px;
}

.title-brand-head h1 {
    text-align: center;
    font-family: 'peyda-SemiBold';
    margin: 20px 0 0 0;
}

.in-stock {
    display: none;
}

.aside-slider img {
    border-radius: 30px;
    max-width: 100%;

}

/*page offer*/

.product-off {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 10px;
    position: relative;

}

.page-tittle-off h2 {
    color: var(--blue);
    font-family: 'peyda-SemiBold';
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    text-overflow: ellipsis;

}

.page-tittle-off h2::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 28px;
    background: var(--green);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: .2s ease-in-out;
    vertical-align: middle;
    margin: 0 0 0 3px;

}

.page-tittle-off .price::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 28px;
    background: var(--green);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: .2s ease-in-out;
    vertical-align: middle;
    margin: 0 3px 0 0;

}

.page-tittle-off .price {
    text-align: left;
    font-family: 'peyda-SemiBold';
    color: var(--blue);
}

.product-btn a span {
    font-family: 'peyda-Regular';
    background-color: #00904224;
    color: var(--green);
    padding: 6px 9px;
    align-items: center;
    font-size: 15px;
    border-radius: 8px;
    display: inline-flex;
    width: 110px;
    justify-content: center;
    height: 100%;
}

.product-btn {
    justify-content: space-around;
    display: flex;
}

.product-btn button {
    border: 0;
    background: none;
}

.product-btn button i {
    background-color: #00904224;
    color: var(--green);
    padding: 3px 26px;
    border-radius: 8px;
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;

}


.is-countdown {
    display: flex;
    margin: 10px 0;

}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    text-align: center;
}


.countdown-section {
    display: block;
    float: right;
    font-family: 'peyda-Medium';
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    width: 60px;
    height: 60px;
    justify-content: center;
    color: #fff;
    margin: 0 10px 0 0;

}

.countdown-amount {
    display: block;
}

.countdown-period {
    display: block;
}

.countdown-section:nth-child(even) {
    background: rgba(166, 0, 0, 0.49);

}

.countdown-section:nth-child(odd) {
    background: #00800014;
    color: var(--green);
    border: 0;
}


.b-start-shop .offer {
    display: none;
}

.myCheck[type="checkbox"] {
    margin: 10px 0;
    background-color: var(--green);
    border-radius: 50%;
    box-shadow: 0 0 0 3px #0080001a;
    margin: 10px 10px;
}


.title-offer-page h1 {
    font-family: 'peyda-Medium';
    text-align: center;
    padding: 29px 0 0 0;
    color: var(--green);
}

.check-filter {
    width: 80%;
    font-family: 'peyda-Medium';
}

.center-spinner {
    text-align: center;
    margin: 30px auto;
}

.spinner-border {
    --bs-spinner-width: 4rem !important;
    --bs-spinner-height: 4rem !important;
}

.m-logout {
    background-color: #eee;
    padding: 10px 30px;
    margin: 0 0 10px 0;
    font-family: 'peyda-SemiBold';
    color: #264370;
    border-radius: 10px;
    transition: 300ms;
    border: 0;
    width: 100%;
    text-align: right;
}

.m-logout:hover {
    background-color: green;
    color: #fff;
}

.q-description-section img {
    object-fit: contain !important;
}

.ol-discount {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.ol-discount img {
    width: 25px;
}

.ol-discount-percentage {
    color: #fff;
    background: #f44336;
    border-radius: 13%;
    padding: 1px 3px;
    font-size: 15px;
    direction: ltr;
    margin-left: 2px;
}

.carousel-inner .carousel-item img {
    border-radius: 25px;
}

.tab-ol-review {
/*     text-align: center; */
    line-height: 40px;
}

.filter {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

.menu-one {
    background: var(--green);
}

.form-table .cmb-td .title_item_product_cat {
    background: #ddd;
    border-radius: 8px;
    padding: 9px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
}

#section-caption .owl-carousel .item img {
    width: 125px;
    outline: 4px solid #009042;
    border-radius: 50%;
    margin: 0 auto;
}

#section-caption .owl-carousel .item span {
    display: block;
    text-align: center;
    color: #000;
    margin: 31px 0 0 0;
    font-family: 'peyda-Medium';;
}

#section-caption .owl-carousel .item {
    margin: 13px 0 0 0;
}


.img_festival_father img {
    width: 100%;
    border-radius: 20px;
}

#section-caption .owl-carousel .owl-nav.disabled {
    display: block;
}

#section-caption .owl-carousel .owl-nav.disabled .owl-prev span {
    position: absolute;
    top: 32%;
    right: 100%;
    background: #102a52;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    font-size: 20px;

}

#section-caption .owl-carousel .owl-nav.disabled .owl-next span {
    position: absolute;
    top: 32%;

    background: #102a52;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    font-size: 20px;
    left: 100%;

}


.mob-baner_festival {
    display: none;
}

#countdown {
    margin: 0 auto;
    text-align: center;
}

#countdown ul li {
    font-family: 'peyda-Medium';
    float: left;
    font-size: 1.5em;
    text-align: center;
    list-style-type: none;
    padding: 15px;
    text-transform: uppercase;
    width: 160px;
    outline: thick double var(--blue);
    border-radius: 50%;
    height: 160px;
    margin: 0 0 0 40px;
    background: #ededed96;
    box-shadow: rgb(16 42 82 / 46%) 0px 7px 29px 0px

}

#countdown ul li span {
    display: block;
    text-align: center;
    font-family: 'peyda-Medium';
    font-size: 4.5rem;
}


.banner-page-timer img {
    width: 100%;
    border-radius: 20px;
}

.title-campaign {
    margin: 40px 0;
}

.title-campaign h1 {
    text-align: center;
    font-size: 1.5rem;
    color: var(--green);
    font-family: 'peyda-Medium';
}

.title-campaign p {
    text-align: center;
    font-family: 'peyda-Medium';
    color: red;

}

.pc-banner-festival {
    display: block;
}

.mob-banner-festival {
    display: none;
}

.counter-happy-father {
    display: block;
}

.counter-happy-father-mobile {
    display: none;
}

@media all and (max-width: 768px) {
    .title-campaign h1 {
        font-size: 15px;
        line-height: 0;
        font-weight: bold;
    }

    h1 {
        font-size: calc(1.5rem * var(--smaller));
    }

    #countdown ul li {
        font-size: 18px;
    }

    #countdown ul li {

        width: 60px;
        height: 60px;
        margin: 10px 0 0 15px;
        padding: 5px;
    }

    #countdown ul li span {
        font-size: 18px;
    }

    .img_festival_father .pc-banner-festival {
        display: none;
    }

    .img_festival_father .mob-banner-festival {
        display: block;
    }

    .counter-happy-father {
        display: none;
    }

    .counter-happy-father-mobile {
        display: block;
    }

}

.item-countdown-campaign ul {
    display: inline-block;
}

#owl-campaign-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -19px;
    font-size: 57px;
    bottom: 25%;
}

#owl-campaign-carousel .owl-nav .owl-next {
    position: absolute;
    right: -19px;
    font-size: 57px;
    bottom: 25%;
}

#owl-campaign-carousel .owl-nav [class*=owl-]:hover {
    background: none;
    color: #858585;
    text-decoration: none;
}


.img-hab-section img {
    border-radius: 10px;
    margin-bottom: 43px;

}

.owl_hab_brand .owl-stage-outer, #owl_hab_category .owl-stage-outer {
    background: none !important;
    padding: 32px 1px !important;
    border-radius: 31px !important;
}

.owl_hab_brand .owl-stage-outer .barnds-item a img {
    width: 119px !important;
    height: 104px;
    outline: 4px solid #009042;
    border-radius: 50%;
}

.owl_hab_brand .owl-stage-outer .barnds-item:hover {
    transform: translateY(-22px);
    transition: all .4s;
}

.owl_hab_brand .owl-stage-outer .barnds-item:not(hover) {

    transition: all .4s;
}

#owl_hab_category .owl-stage-outer .item_category_hab a img {
    width: 119px !important;
    height: 109px;
    outline: 4px solid #009042;
    border-radius: 50%;
}

#owl_hab_category .owl-stage-outer .item_category_hab a {
    color: #0a121e;
}

#owl_hab_category .owl-stage-outer .item_category_hab:hover {
    transform: translateY(-22px);
    transition: all .4s;
}

#owl_hab_category .owl-stage-outer .item_category_hab:not(hover) {
    transition: all .4s;
}

#owl_hab_category .owl-stage-outer .item_category_hab a span {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;

}

.brand-hab {
    padding: 38px 0;
}

.product-types {
    padding-bottom: 35px;

}

@media (max-width: 992px) {
    #section-caption .owl-carousel .item img {
        width: 100px;
    }

    #section-caption .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 28%;
        background: #102a52;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        padding-top: 3px;
        font-size: 17px;
        left: 0;

    }

    #section-caption .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 28%;
        background: #102a52;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        padding-top: 3px;
        font-size: 17px;
        right: 0;
    }

}

.olamaee-breadcrumb-section .woocommerce-breadcrumb {
    font-family: 'peyda-ExtraLight';
    font-weight: bold;
    color: #000;
}

.olamaee-breadcrumb-section {
    background: white;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin: 10px 0 0 0;
    font-family: 'peyda-Medium';
    box-shadow: -10px 0px 50px -11px #0000003d;

}

.olamaee-breadcrumb-section .woocommerce-breadcrumb a {
    color: #000;
    font-weight: normal;
}


/*lite box*/

.gallery {
    width: 1020px;
    display: block;
    margin: 15px auto 15px auto;
}

.hidden {
    display: none;
}

.nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.img-enlarged__cont {
    width: 100%;
    height: 0px;
    opacity: 0;
    font-family: Helvetica, sans-serif;
    cursor: zoom-out;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;

    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged__cont.open {
    height: 100%;
    opacity: 1;

    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged {
    max-width: 90%;
    max-height: 80%;
    border: 5px solid #eee;
    display: block;
    margin: auto !important;

    position: relative;
    top: 10%;
    bottom: 10%;
}

.img-enlarged__nav.next::after {
    content: ">";
    font-size: 50px;
    font-family: monospace;
    color: #fff;
    position: absolute;
    right: 40%;
    top: 49%;
}

.img-enlarged__nav.prev::after {
    content: "<";
    font-size: 50px;
    font-family: monospace;
    color: #fff;
    position: absolute;
    left: 40%;
    top: 49%;
}


.gallery img {
    cursor: zoom-in;
}


.img-enlarged__nav {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999;
    text-align: center;
    height: 100%;
    width: 10%;
    vertical-align: middle;
    transition: 0.3s width, 0.2s background;
}

.img-enlarged__nav:hover {
    background: rgba(0, 0, 0, 0.8);
    width: 11%;
    transition: 0.3s width, 0.2s background;
}

.img-enlarged__nav:active {
    width: 12%;
    transition: 0.1s width;
}

.img-enlarged__nav span {
    font-size: 25px;
    color: #fff;
    height: 20px;
    display: inline-block;
}

.img-enlarged__nav.prev {
    position: absolute;
    top: 0;
    left: 0;
}

.img-enlarged__nav.next {
    position: absolute;
    top: 0;
    right: 0;
}


.img-enlarged__counter {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: monospace;
    width: 50px;
    text-align: center;
    font-size: 15px;
    padding: 7px 0 7px 0;
    margin: auto !important;
    display: block;

    position: absolute;
    left: 49%;
    bottom: 5%;
}




/*//////////////////////magnification - gallery-single-product//////////////////////*/
/*.magnification {*/
/*    --icon-bg-size: 50px;*/
/*}*/

/*.magnification a {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    z-index: 99;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #000000;*/
/*    cursor: pointer;*/
/*}*/

/*.magnification > a {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    overflow: hidden;*/
/*    min-width: var(--icon-bg-size);*/
/*    height: var(--icon-bg-size);*/
/*    border-radius: 30px;*/

/*    background: linear-gradient(346deg, #45a247, #283c86);*/
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);*/
/*    color: #ffffff;*/
/*    font-size: 13px;*/
/*}*/

/*.magnification > a:before {*/
/*    display: inline-block;*/
/*    width: var(--icon-bg-size);*/
/*    height: var(--icon-bg-size);*/
/*    text-align: center;*/

/*}*/

/*.magnification > a:before {*/

/*    content: "\f002";*/
/*    font: var(--fa-font-solid);*/
/*    font-size: 18px;*/
/*    line-height: var(--icon-bg-size);*/
/*}*/

/*.magnification > a > span {*/
/*    overflow: hidden;*/
/*    padding: 0;*/
/*    max-width: 0;*/
/*    white-space: nowrap;*/
/*    font-weight: 600;*/
/*    transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);*/

/*}*/

/*.magnification > a:hover {*/
/*    color: #ffffff;*/
/*}*/

/*.magnification > a:hover > span {*/
/*    padding-inline-end: 25px;*/
/*    max-width: 280px;*/
/*}*/





.woocommerce-product-gallery__trigger {
    --icon-bg-size: 50px;
}

.woocommerce-product-gallery__trigger {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 99;
    bottom: 25%;
    left: 10%;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(346deg, #45a247, #283c86) !important;

    padding: .7rem;
    border-radius: 50%;

}


ul.flex-direction-nav {
    position:absolute;
    z-index: 3;
    width: 100%;
    padding: 0;
    list-style: none;
    top: 40%;
}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
    visibility:visible;content: '\f054';
    font-family: 'Font Awesome 5 Free';
    /*margin-right: -30px;*/
    /*margin-left:278px;*/
    /*font-size: 20px;*/
    font-weight: bold;
    background: #009042;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
}

a.flex-prev::before {
    visibility:visible;
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    /*margin-left: 10px;*/
    /*font-size: 20px;*/
    font-weight: bold;
    background: #009042;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
}

ul.flex-direction-nav li a {
    color: #ccc;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

ul.flex-direction-nav li a {
    color: #ccc;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}
.m-single-product-start .woocommerce-product-gallery{
    position: relative;
}
.m-single-product-start .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #ddd;
    border-radius: 19px;
}
.m-single-product-start .woocommerce-product-gallery .flex-viewport img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;

}
.m-single-product-start .woocommerce-product-gallery .flex-control-nav{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-single-product-start .woocommerce-product-gallery .flex-control-nav li img {
    max-width: 100%;
    object-fit: contain;
}
.woocommerce-product-gallery__image img{
    max-width: 100%;
    object-fit: contain;
}


/*/////////////search-header ////////////////////*/



.search-icon{

    cursor: pointer;
    z-index: 33;
    padding: 4px 11px;
    margin: 0 6px;
    background-color: #102a52;
    border-radius: 6px;
    align-items: center;
    display: flex;
}
.search-icon i{
    color: #fff;
}



.search-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
    z-index: 100;
    font-family: 'peyda-Regular';

}
.search-header .item {
    width: 70%;
    position: relative;
    margin: 0 auto;
    top: 5%;
    text-align: center;
    background: #fff;
    padding: 24px 10px;
    border-radius: 3px;
    font-family: 'peyda-Regular';
}
.search-header .item i.fa-xmark{
    cursor: pointer;
    color: #c90000

}
.search-header .item i.fa-xmark:hover{
    font-size: 20px;
    transition: all .3s;
}
.search-header .item form input{
    width: 100%;
    margin: 6px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 5px 6px 2px rgba(0 ,0 ,0 , .3);
    margin: .8rem 0 ;
}

.search-header .item form input:focus{
    border: 2px solid #0c4128;
    box-shadow: 0px 4px 7px 1px #05620542;
}
.search-header .item form input,
.search-header .item form button{
    display: block;
    width: 100%;
}
.search-header .item form button:hover{
    background-color: #009042;
    color: #fff;
}
.search-header .item form input::placeholder{
    font-size: 10px;
    color: #102a52 ;
}


.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{
    left: 0 !important;
    right: 5% !important;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: 0 !important;
    right: 86% !important;
}
.price-filter-form{
    text-align: center;
}


.wpgs_image .img-attr{
    width: 300px !important;
}


.brand-tabs {
  margin-top: 30px;
}

.brand-tabs .nav-tabs {
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 30px;
}

.brand-tabs .nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-family: "peyda-Medium";
  font-size: 16px;
  padding: 12px 24px;
  margin-right: 0;
  border-radius: 0;
  transition: all 0.3s ease;
}

.brand-tabs .nav-tabs .nav-link:hover {
  color: var(--green);
  background-color: transparent;
  border-color: transparent;
}

.brand-tabs .nav-tabs .nav-link.active {
  color: var(--green);
  background-color: transparent;
  border: none;
  border-bottom: 3px solid var(--green);
  font-weight: bold;
}

.brand-tabs .tab-content {
  padding-top: 20px;
}

.brand-tabs .tab-pane {
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .brand-tabs .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 16px;
  }
}




/* Amazing Offers Page Styles */
.amazing-offer-banner {
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.amazing-offer-banner img {
  transition: transform 0.3s ease;
}

.amazing-offer-banner:hover img {
  transform: scale(1.02);
}

/* Pagination Styles */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  padding: 20px 0;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 5px;
  background-color: #f1f1f1;
  color: var(--blue);
  border-radius: 5px;
  text-decoration: none;
  font-family: "peyda-Regular";
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.pagination-wrapper .page-numbers:hover {
  background-color: var(--green);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.pagination-wrapper .page-numbers.current {
  background-color: var(--blue);
  color: #fff;
  border-color: var(--blue);
  font-family: "peyda-Bold";
}

.pagination-wrapper .page-numbers.dots {
  background-color: transparent;
  border: none;
  cursor: default;
}

.pagination-wrapper .page-numbers.dots:hover {
  background-color: transparent;
  transform: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .pagination-wrapper .page-numbers {
    padding: 8px 12px;
    margin: 0 3px;
    font-size: 14px;
  }
}

