/*style new*/

@font-face {
    font-family: 'iran';
    font-style: normal;
    src: url("../font/IRANSansWeb\(FaNum\).eot");
    src: url("../font/IRANSansWeb\(FaNum\).eot") format("embedded-opentype"), url("../font/IRANSansWeb\(FaNum\).woff") format("woff2"), url("../font/IRANSansWeb\(FaNum\).woff") format("woff"), url("../font/IRANSansWeb\(FaNum\).ttf") format("truetype");
}

@font-face {
    font-family: ismb;
    font-style: normal;
    src: url("../font/ismb.ttf");
}

.ismb {
    font-family: ismb;
}

body {
    font-family: 'iran' !important;
}

a {
    text-decoration: none;
}

.text-a {
    color: #d7b0a8;
}
.bg-custom{
    background: #d7b0a8;
}
.btn-custom{
    background: #d7b0a8;
    color: #fff;
}
.btn-custom:hover{
    background: #d0a69f;
    color: #fff;
}
.btn-custom:focus{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    border: 0;
}
.mt-7 {
    margin-top: 6rem;
}
input:focus,button:focus,textarea:focus{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1) !important;
    border-color:#747474 !important;
}

menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    transition: 0.5s;
    padding-right: 0 !important;
    font-size: 14px;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d7b0a8;
}

menu .navbar ul li {
    margin-left: 14px;
}

menu .menu-top .icons-top img {
    width: 1.75rem;
    transition: 0.5s;
}

menu .menu-top .icons-top img:hover {
    filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-30deg) saturate(800%) contrast(0.2);
}

menu .menu-top .logo img {
    width: 9rem;
}

menu .menu-top ul {
    display: inline-flex;
}

menu .menu-top ul li {
    margin-left: 20px;
}

menu .menu-top ul li .cart-num {
    position: absolute;
    bottom: 0;
    right: -5px;
    background-color: #d7b0a8;
    width: 1rem;
    height: 1rem;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

menu .menu-top .search input {
    border: 1px solid #d7b0a8 !important;
    padding-right: 2.5rem;

}

menu .menu-top .search input::placeholder {
    color: #ccc !important;
    font-size: 14px;
    text-align: start;
}

menu .menu-top .search input:focus {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

menu .menu-top .search .btn-search:focus {
    border: 0 !important;
    box-shadow: none !important;
}

menu .menu-top .search .btn-search {
    color: #999;
}

menu .mega .mega-menu {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    border-radius: 0.5rem;
    z-index: 1200;
    display: none;
    background: #fff;
}

menu .mega:hover .mega-menu {
    display: block;
    top: 85%;
    animation: mega 0.75s ease-in-out;
    opacity: 1;
}
.scrolled-menu{
    position: fixed;
    top: 0;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 1200000;
    animation: menu 0.8s;
    padding:0.5rem 3rem;
}


@keyframes menu {
    0%{
        opacity: 0;
        top: -20%;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1200;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 3rem;
  }
  
  .sidenav a {
    padding: 0px 1rem 0px 1rem;
    text-decoration: none;
    font-size: 25px;
    color: #999;
    display: block;
    transition: 0.3s;
    text-align:right;
  }
  
  .sidenav a:hover {
    color: #d7b0a8;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    padding: 1rem;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
    .btn-menu-xs:focus{
      box-shadow: none !important;
      
  }

menu .mega .mega-menu .cat {
    outline: unset !important;
    border: 0 !important;
}

@keyframes mega {
    0% {
        top: 0;
        opacity: 0;
    }

    100% {
        top: 85%;
        opacity: 1;
    }
}

menu .mega .mega-menu .cat:hover {
    outline: 1px solid rgb(214, 174, 174) !important;
}

menu .mega .mega-menu .cat .aksess {
    height: 13rem;
}

menu .mega .mega-menu .cat .aksess .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

menu .mega .mega-menu .cat .aksess .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

menu .btn-menu {
    background-color: transparent;
    font-size: 25px;
}

menu .btn-menu:focus {
    border: 0;
    box-shadow: none;
}

.offcanvas-header {
    justify-content: flex-end;
}

menu .menu-top .menu-xs ul li a {
    color: #999;
    font-size: 18px;
}

menu .menu-top .menu-xs ul li a img {
    width: 2.5rem;
    margin-left: 10px;
}

menu .menu-top .menu-xs ul li a:hover {
    color: #d7b0a8;
}

.menu-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .1);
    padding: 0.5rem;
    z-index: 120;
}

.menu-bottom img {
    width: 1.5rem;
    display: flex;
    margin: auto;
}

.menu-bottom p {
    font-size: 12px;
    margin-top: 5px !important;
    text-align: center;

}
.description::-webkit-scrollbar {
  display: none;
}
.desmore{
    height:17rem;
    overflow-y:scroll;
}
.desless{
    height:4rem;
    overflow-y:scroll;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollmenu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.scrollmenu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollmenu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.breadcrumb {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.menu-bottom a {
    color: #777;
    position: relative;
    transition:0.5s;
}

.menu-bottom .active .active-img{
    display:block;
}
.menu-bottom .active .notactive-img{
    display:none;
}
.menu-bottom  .active-img{
    display:none;
}
.menu-bottom  .notactive-img{
    display:block;
}
.menu-bottom a:hover {
    color: #d7b0a8;
}

.menu-bottom .cart-num {
    position: absolute;
    bottom: 1.5rem;
    right: 2px;
    background-color: #d7b0a8;
    width: 1rem;
    height: 1rem;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.offcanvas-body {
    padding-bottom: 6rem;
}

/* header */
.header {

    position: relative;
}

.carousel-control-next-icon {
    background-image: url("../img/left-arrow.png");
}

.carousel-control-prev-icon {
    background-image: url("../img/next.png");
}

.header .sidebar-head {
    position: absolute;
    background-color: rgb(233, 233, 233);
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    z-index: 1;
}

.header .sidebar-head .iconha a {
    color: black;
    padding: 15px 0px;
    transition: .5s;
}

.header .sidebar-head .iconha a:hover {
    color: rgb(214, 174, 174);
}

.header .sidebar-head .iconha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header .sidebar-head .matneinsta {
    transform: rotate(-90deg);
}

.header .sidebar-head .matneinsta p {
    color: black;
    font-size: 10px;
    font-weight: bolder;
    padding: 0px 45px 0px 0px;
    white-space: nowrap;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 0 ;
}
.mega-menu .cat .neme{
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.75;
}

/* cat */
#wrapper {
    display: flex;
    height: 550px;
}

.column {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.item {
    margin: 4px;
    padding: 1em;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item1 {
    background-position: center center;
    background-size: cover;
    flex-grow: 3;
    position: relative;
}

.item1 div {
    bottom: 0.5rem;
    left: 0.5rem;
}

.item2 {
    background-position: top center;
    background-size: cover;
    flex-grow: 2;
    position: relative;
}

.item2 div {
    bottom: 0.5rem;
    right: 0.5rem;
}

.item2 span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 1.25rem;
    font-size: 10px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.item2 span::after {
    content: "";
    border-left: solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid red;
    position: absolute;
    top: 99%;
    left: 0px;
}

.item3 {
    background-position: top center;
    background-size: cover;
    position: relative;
}

.item3 div {
    bottom: 0.5rem;
    left: 0.5rem;
}

.item3 span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 1.25rem;
    font-size: 10px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.item3 span::after {
    content: "";
    border-left: solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid red;
    position: absolute;
    top: 99%;
    left: 0px;
}

.item3 .btn-cat {
    background-color: #000;
    color: #fff;
    border-radius: 1rem;
    font-size: 14px;
    text-align: end;
}

.item3 .btn-cat:focus {
    box-shadow: none !important;
    border: 0 !important;
}

.item4 {
    background-position: top center;
    background-size: cover;
    flex-grow: 3;
    position: relative;
}

.item4 div {
    bottom: 0.5rem;
    right: 0.5rem;
}

.item5 {
    background-position: top center;
    background-size: cover;
    position: relative;
}

.item5 div {
    bottom: 0.5rem;
    left: 0.5rem;
}

.vasat {
    flex: 1.5 !important;
}

/* .column:first-child > :last-child, .column:last-child > :first-child {
    flex-grow: 2;
  } */

@media (min-width:1200px) {
    .container-d {
        max-width: 75%;
        width: 75% !important;
        margin: auto;
    }
}

/* khadamat */
.khadamat .square {
    padding-right: 2rem;
    padding-left: 2rem;
    border-left: 1px solid #999;
    position: relative;
}

.khadamat .square .akses {
    height: 5rem;
}

.khadamat .square .akses .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.khadamat .square .akses .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.khadamat .square .pha {
    margin-top: 0.5rem;
    text-align: center;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.khadamat .square .pha p {
    font-size: 14px;
}

.khadamat .slogans {
    border-right: 1px solid #999;
}

/* new products */
.newproductes {
    position: relative;
}

.newproductes .texeshe {
    color: rgb(214, 174, 174);
    font-size: 27px;
    text-align: center;
    padding: 10px 0px;
}

.newproductes .partes {
    text-align: center;
}

.newproductes .partes .owl-item .pro .same {
    transition: .5s;
    outline: 1px solid #fff;
}

.newproductes .partes .owl-item .pro:hover .same {
    outline: 1px solid #d7b0a8;
}

.newproductes .partes .owl-item .pro:hover .btn {
    background-color: rgb(214, 174, 174);
    color: #000;
}

.newproductes .partes .owl-item .pro .btn {
    background-color: #000;
    color: #fff;
    border-radius: 0.5rem;
    transition: ease-out 0.5s;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
}




.newproductes .partes .card-text {
    font-size: 11px;
    color: rgb(131, 129, 129);
}

.newproductes .partes p {
    font-size: 14px;
    font-weight: bolder;
}

.newproductes .bishtar {
    text-align: center;
}

.newproductes .bishtar .btn {
    border: 1px solid #d7b0a8;
    padding-right: 2rem;
    padding-left: 2rem;
    transition: 0.5s;
}

.newproductes .bishtar .btn:hover {
    background-color: #d7b0a8;
    color: #fff;
}

.newproductes .bishtar .btn {
    margin: auto;
    font-size: 15px;
}



.newproductes .owl-carousel .owl-prev {
    position: absolute;
    top: 30%;
    justify-content: space-between;
    right: -1.5rem;
}

.newproductes .owl-carousel .owl-next {
    position: absolute;
    top: 30%;
    justify-content: space-between;
    left: -1.5rem;
}

.newproductes .owl-carousel .owl-next span,
.newproductes .owl-carousel .owl-prev span {
    font-size: 50px;
    color: rgb(214, 174, 174);
}

.newproductes .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.newproductes .partes .pro .card-body{
    height: 4rem;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 1.75;
}
.porforoosh .partes .pro .card-body{
    height: 4rem;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 1.75;
}



.newproductes .partes .owl-carousel .owl-item .aksess {
    height: 17rem;
}

.newproductes .partes .owl-carousel .owl-item .aksess .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.newproductes .partes .owl-carousel .owl-item .aksess .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.banner .over {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.banner .over .btn-banner {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 0.75rem;
}

/* sale */
.porforoosh .owl-item .pro .same {
    transition: .5s;
    outline: 1px solid #fff;
}

.porforoosh .owl-item .pro:hover .same {
    outline: 1px solid #d7b0a8;
}

.porforoosh .owl-item .pro:hover .btn {
    background-color: rgb(214, 174, 174);
    color: #000;
}

.porforoosh .owl-item .pro .btn {
    background-color: #000;
    color: #fff;
    border-radius: 0.5rem;
    transition: ease-out 0.5s;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 14px;
}

.porforoosh .uptext h3 {
    color: rgb(214, 174, 174);
    font-weight: bold;
    text-align: center;
}

.porforoosh .bishtar {
    text-align: center;
}

.porforoosh .bishtar .btn {
    margin: auto;
    font-size: 15px;
}

.porforoosh .bishtar a {
    background-color: white;
    color: rgb(36, 35, 35);
    border-color: rgb(214, 174, 174);
    padding-right: 2rem;
    padding-left: 2rem;
    transition: .5s;
}

.porforoosh .bishtar a:hover {
    background-color: rgb(214, 174, 174);
}

.porforoosh .owl-carousel-b .owl-prev {
    position: absolute;
    top: 30%;
    justify-content: space-between;
    right: -1.5rem;
}

.porforoosh .owl-carousel-b .owl-next {
    position: absolute;
    top: 30%;
    justify-content: space-between;
    left: -1.5rem;
}

.porforoosh .owl-carousel-b .owl-nav span,
.porforoosh .owl-carousel-b .owl-nav span {
    font-size: 50px;
    color: rgb(214, 174, 174)
}

.porforoosh .owl-carousel-b .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}




.porforoosh .downtext {
    text-align: center;
}


.porforoosh .downtext a {
    background-color: black;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    transition: .5s;
}

.porforoosh .downtext a:hover {
    background-color: rgb(214, 174, 174);
}

.porforoosh .downtext .card-text {
    font-size: 11px;
    color: rgb(131, 129, 129);
}

.porforoosh .downtext p {
    font-size: 14px;
    font-weight: bolder;
}

.porforoosh .downtext .card {
    border: none
}

.porforoosh .downtext .pro .aksess .redvasat {
    top: 0.5rem;
    right: 2rem;
    position: absolute;
    background-color: red;
}

.porforoosh .downtext .pro .aksess .redvasat::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 7px solid #f00;
    position: absolute;
    top: 100%;
    font-size: 10px;
    left: 0px;
    font-size: 10px;
}

.porforoosh .downtext .card .aksess .redvasat p {
    color: white;
    font-size: 11px;
    padding: 2px 8px;
}

.porforoosh .downtext .pro .aksess {
    position: relative;
    height: 25rem;
}

.porforoosh .downtext .pro .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.porforoosh .downtext .pro .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.porforoosh .downtext .pro .card-body{
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.porforoosh .downtext .pro .card-body h5{
    line-height:1.5;
}

.owl-carousel-b,
.owl-carousel-b .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel-b {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel-b .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel-b .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel-b .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel-b .owl-item,
.owl-carousel-b .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel-b .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel-b .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel-b .owl-dots.disabled,
.owl-carousel-b .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel-b,
.owl-carousel-b.owl-loaded {
    display: block
}

.owl-carousel-b .owl-dot,
.owl-carousel-b .owl-nav .owl-next,
.owl-carousel-b .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel-b .owl-nav button.owl-next,
.owl-carousel-b .owl-nav button.owl-prev,
.owl-carousel-b button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel-b.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel-b.owl-hidden {
    opacity: 0
}

.owl-carousel-b.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel-b.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel-b.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel-b.owl-rtl {
    direction: rtl
}

.owl-carousel-b.owl-rtl .owl-item {
    float: right
}

.owl-carousel-b .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel-b .owl-animated-in {
    z-index: 0
}

.owl-carousel-b .owl-animated-out {
    z-index: 1
}

.owl-carousel-b .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel-b .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel-b .owl-item .owl-lazy:not([src]),
.owl-carousel-b .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel-b .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel-b .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel-b .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel-b .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel-b .owl-video-playing .owl-video-play-icon,
.owl-carousel-b .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel-b .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel-b .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* insta */
.insta .smallup i {
    transition: .5s;
}

.insta .smallup .smallrast {
    display: flex;
    align-items: center;
}

.insta .smallup .smallchap {
    display: flex;
    align-items: center;
}

.insta .uptex h3 {
    color: rgb(214, 174, 174);
    font-weight: bold;
    text-align: center;
}

.insta .downpic img {
    padding: 10px;
    border-color: rgb(70, 69, 69);
    border-radius: 0px;
}

.insta .downpic .iconesss {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 0.25rem;
}

.insta .downpic .iconesss i {
    color: rgb(143, 142, 142);
    padding-right: 10px;
    font-size: 11px;
    transition: 0.5s;
}
.insta .downpic .follow figure{
    height:16rem;
}
.insta .downpic .follow figure .img-box{
        display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.insta .downpic .follow figure .img-box img{
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.insta .downpic .follow:hover .heart {
    color: rgb(214, 53, 53);
}

.insta .downpic .follow:hover .detail {
    color: rgb(214, 53, 53);
}


.insta .downpic .follow {
    color: rgb(70, 69, 69);
}

.insta .downpic .follow button {
    font-size: 9px;
    background-color: white;
    color: rgb(70, 69, 69);
    padding: 2px 10px 1px;
    border-color: rgb(70, 69, 69);
    transition: .5s;
    font-weight: 600;
    border: 2px solid;
}

.insta .downpic .follow:hover button {
    color: rgb(214, 53, 53);
    border-color: rgb(214, 53, 53);
}

.insta .downpic .follow .nop {
    font-size: 10px;
}

.insta .downpic .follow .smallup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scrollmenu {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}

.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0;
    text-decoration: none;
}



.scrollmenu a {
    width: 15rem;
    padding: .5rem;
}

.sabet {
    position: fixed;
    bottom: 0px;
    background-color: white;
    padding: .5rem 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    z-index: 1500;
}

.sabet a {
    color: black;
}

.sabet .sabetia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* footer */
.footer {
    background-color: rgb(247, 248, 248);
}

.footer .col-md-12 img {
    height: 200px;
}

.footer .col-md-12 {
    text-align: center;
}

.footer .vasatish .bi {
    color: black;
    transition: .5s;
}

.footer .vasatish .bi:hover {
    color: rgb(214, 174, 174);
}

.footer .aboutus .emt {
    text-align: justify;
    color: rgb(71, 71, 71);
}

.footer .aboutus .rastish b {
    text-align: justify;
}

.footer .aboutus .rastish p {
    font-size: 14px;
    color: rgb(150, 148, 148);
    text-align: justify;
    line-height: 2;
}

.footer .aboutus .vasatish .iconash a {
    padding: 0px 20px;
    color: rgb(27, 27, 27);
}

.footer .aboutus .chapish p {
    font-size: 14px;
    text-align: justify;
    color: rgb(150, 148, 148);
    line-height: 1.75;
}

.underfooter {
    text-align: center;
    margin: 13px 0px
}

.underfooter .boldesh {
    font-size: 22px;
}

.underfooter .nobold {
    font-size: 12px;
    color: rgb(128, 128, 128);
}

.ununfooter {
    text-align: center;
    background-color: rgb(131, 129, 129);
    color: white;
    font-size: 13px;
    padding: 6px;
}

.nobold a {
    color: #d7b0a8;
    font-weight: 600;
    font-size: 16px;
}
.nobold p{
    font-size: 16px;
}

small {
    font-size: 12px;
    color: rgb(128, 128, 128);
}

/* list products */
.header-inner {
    background-position: center top;
    background-size: cover;
    height: 9rem;
    position: relative;
}

 .breadcrumb a {
    color: #747474;
}
 .breadcrumb a i{
    color:#747474 ;
}
  .breadcrumb-item.active{
        line-height:1.75;
        color:#d7b0a8;
    }
.pro-box {
    outline: 1px solid rgba(0, 0, 0, .125);
    padding: 0.5rem;
    text-align: center;
    transition: 0.5s;
    border-radius: 0.25rem;
}

.pro-box:hover {
    outline: 1px solid #d7b0a8;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.pro-box:hover .btn-sale {
    background-color: #d7b0a8;
}

.pro-box figure {
    height: 17rem;
}
.pro-box figure .figure-inn{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.pro-box figure .figure-inn img{
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.pro-box del {
    color: #999;
}

.pro-box .name {
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    line-height: 1.75;
    margin-top:0.5rem;
}
.pro-box .price{
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pro-box .bottom-pro{
    height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pro-box .name p{
    line-height: 1.5;
}

.pro-box .btn-sale {
    background-color: #000;
    color: #fff;
    border-radius: 0.75rem;
    padding: 0.25rem 0.75rem;
    transition: 0.5s;
}

.products .accordion-button:not(.collapsed) {
    background-color: #e9cbc5;
    color: #000;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
}

.accordion-button:focus {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
    border: 1px solid #c5c5c5 !important;
    background: #d7b0a8 !important;
    font-weight: normal;
    color: #ccc;
}
.products .btn-filter{
    background-color: #d7b0a8;
    color: #fff;
    border-radius: 1rem;
    width: 100%;
    font-size: 14px;
}
.products .btn-filter:hover{
    background-color: #fff;
    color: #d7b0a8;
    border: 1px solid #d7b0a8;
}
.products .btn-filter:focus{
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    border: 0;
}
.products  .form-check-input:checked{
    background-color: #d7b0a8;
    border-color: #d7b0a8;
}
.products  .form-check-input:focus{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    border-color: #ccc;
}
.products .sidebar-desk{
    position: sticky;
    top: 1rem;
}
.products .sidebar-desk .form-select:focus{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border-color: #ccc;
}
.products .btn-filter-xs{
    border: 1px solid rgba(0, 0, 0, .125);
    color: #d7b0a8;
}
.products .btn-filter-xs:focus{
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .125);
}
.products .select-filter{
    border: 1px solid rgba(0, 0, 0, .125);
    color: #d7b0a8;
}
.products .select-filter:focus{
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .125);
}
/* detail products */
.detail-pro .zoom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.star-ratings-sprit{
    background: url(../img/star-golden.png) repeat-x;
    margin-bottom: 5px;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}
.star-ratings-sprit-rating{
    background: url(../img/star-golden.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}
.detail-pro .form-select{
    border-color: #d7b0a8;
    color: #000;
    background-image: url(../img/arrow-down-sign-to-navigate.png);
}
.detail-pro .form-select:focus{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    border-color: #d7b0a8;
}
.detail-pro .btn-share:focus{
    box-shadow: none !important;
    border: 0 !important;

}
.detail-pro .btn-cart{
    background-color: #d7b0a8;
    color: #fff;
    font-family: "ismb";
    width: 78%;
    margin-top: 2rem;
}
.detail-pro .btn-cart:hover{
    background-color: #c6a099;
}
.detail-pro .btn-cart:focus{
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}
.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 15%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-button:hover {
    cursor: pointer;
}

#increase {
    margin-right: -4px;
    border-radius: 3px 0 0 3px;
}

#decrease {
    margin-left: -4px;
    border-radius: 0 3px 3px 0;
}


input#count {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 50%;
    height: 40px;
    color: #d7b0a8;
    font-weight: 900;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.detail-pro .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #d7b0a8;
    color: #fff;
    font-weight: bolder;
    border-color: #d7b0a8;
}
.detail-pro .nav-link{
    color: #000;
}
.text-justify{
    text-align: justify;
}
.detail-pro .attribute .des p{
    line-height: 1.75;
}
.detail-pro .form-que input:focus,.detail-pro .form-que textarea:focus{
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    border: 1px solid #ced4da;
}
.detail-pro .form-que .btn-faq{
    background: #d7b0a8;
    color: #fff;
}
.detail-pro .form-que .btn-faq:hover{
    background: #d0a69f;
}
.detail-pro .form-que .btn-faq:focus{
    box-shadow: none;
    border: 0;
}
.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content:space-around;
    text-align:center;
    width:7em;
}

.star-rating input {
    display:none;
}

.star-rating label {
    color:#ccc;
    cursor:pointer;
    font-size: 30px;
}

.star-rating :checked ~ label {
    color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color:#fc0;
}

.related {
    position: relative;
}

.related .texeshe {
    color: rgb(214, 174, 174);
    font-size: 27px;
    text-align: center;
    padding: 10px 0px;
}

.related .partes {
    text-align: center;
}

.related .partes .owl-item .pro .same {
    transition: .5s;
    outline: 1px solid #fff;
}

.related .partes .owl-item .pro:hover .same {
    outline: 1px solid #d7b0a8;
}

.related .partes .owl-item .pro:hover .btn {
    background-color: rgb(214, 174, 174);
    color: #000;
}

.related .partes .owl-item .pro .btn {
    background-color: #000;
    color: #fff;
    border-radius: 0.5rem;
    transition: ease-out 0.5s;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
}
.related .pro .card-body .name{
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.related .pro .card-body .name h5{
    line-height: 1.75;
}




.related .partes .card-text {
    font-size: 11px;
    color: rgb(131, 129, 129);
}

.related .partes p {
    font-size: 14px;
    font-weight: bolder;
}

.related .bishtar {
    text-align: center;
}

.related .bishtar .btn {
    border: 1px solid #d7b0a8;
    padding-right: 2rem;
    padding-left: 2rem;
    transition: 0.5s;
}

.related .bishtar .btn:hover {
    background-color: #d7b0a8;
    color: #fff;
}

.related .bishtar .btn {
    margin: auto;
    font-size: 15px;
}



.related .owl-carousel .owl-prev {
    position: absolute;
    top: 30%;
    justify-content: space-between;
    right: -1.5rem;
}

.related .owl-carousel .owl-next {
    position: absolute;
    top: 30%;
    justify-content: space-between;
    left: -1.5rem;
}

.related .owl-carousel .owl-next span,
.related .owl-carousel .owl-prev span {
    font-size: 50px;
    color: rgb(214, 174, 174);
}

.related .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}



.related .partes .owl-carousel .owl-item .aksess {
    height: 17rem;
}

.related .partes .owl-carousel .owl-item .aksess .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.related .partes .owl-carousel .owl-item .aksess .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
#Zoom-1 span a{
    display: none !important;
    visibility: hidden !important;
    overflow: hidden !important;
    opacity: 0 !important;
}
.zoom figure div a, .zoom figure div:nth-child(1){
    display: none;
    color: transparent;
    opacity: 0;
}
.blogeslist .card-body .card-title{
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    line-height: 1.75;
}
.blogeslist .card-body{
    height: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.texteblog p span{
    font-family: 'iran' !important;
}


/* responsive */
@media(min-width:576px){
    .blogcategories figure{
        height:20rem;
    }
    .blogcategories figure .img-box{
        display: flex;
        width: 100%;
        height: 100%;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }
     .blogcategories figure .img-box img{
        display: inline-block;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
     }
     .blogcategories .name h5{
         height:3rem;
         justify-content:center;
         display:flex;
         align-items:center;
         line-height:1.75;
     }
}
@media (min-width:1400px){
     .col-xxl-1{
        width:14.2857%;
    }
    .h1, h1 {
        font-size: 2.1rem;
    }
     .search .col-xl-2{
        width:20% !important;
    }
}
@media (min-width:1200px) and (max-width:1400px){
    .col-xl-1{
        width:14.2857%;
    }
       .h1, h1 {
        font-size: 2.1rem;
    }
    .search .col-xl-2{
        width:20% !important;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .navbar-light .navbar-nav .nav-link{
        font-size:12px;
    }
}

@media (min-width:992px) {
    .khadamat .square::after {
        content: "";
        border: solid #888;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 7px;
        position: absolute;
        background: #fff;
        left: -8px;
        top: 50%;
        bottom: 50%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .khadamat .square::before {
        content: "";
        border: solid #d7b0a8;
        border-width: 0 6px 6px 0;
        display: inline-block;
        padding: 8px;
        position: absolute;
        background: #fff;
        left: -7px;
        top: 49%;
        bottom: 50%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .item4{
        flex-grow: 2 !important;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .slogans .row .col-md-4:last-child {
        display: none;
    }

    .newproductes .partes .owl-carousel .owl-item .aksess {
        height: 13rem !important;
    }

    .porforoosh .downtext .pro .aksess {
        height: 16rem !important;
    }

    .khadamat .square::after {
        content: "";
        border: solid #888;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 7px;
        position: absolute;
        background: #fff;
        left: -8px;
        top: 50%;
        bottom: 50%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .khadamat .square::before {
        content: "";
        border: solid #d7b0a8;
        border-width: 0 6px 6px 0;
        display: inline-block;
        padding: 8px;
        position: absolute;
        background: #fff;
        left: -7px;
        top: 49%;
        bottom: 50%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

@media (min-width:576px) and (max-width:768px) {
    .container {
        width: 95%;
        max-width: 95%;
        margin: auto;
    }
    .scrolled-menu{
    position: fixed;
    top: 0;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 1200000;
    animation: menu 0.8s;
    padding:0.5rem 0!important;
}
    
    .insta .downpic .follow figure{
    height:13rem !important;
}
    .vasat {
        display: none;
    }

    .khadamat .square::after {
        content: "";
        border: solid #888;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 7px;
        position: absolute;
        background: #fff;
        left: -8px;
        top: 50%;
        bottom: 50%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .khadamat .square::before {
        content: "";
        border: solid #d7b0a8;
        border-width: 0 6px 6px 0;
        display: inline-block;
        padding: 8px;
        position: absolute;
        background: #fff;
        left: -7px;
        top: 49%;
        bottom: 50%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .sidebar-head .divedige {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .header .sidebar-head .matneinsta {
        transform: rotate(0) !important;
    }

    .header .sidebar-head {
        height: 3rem !important;
        width: unset !important;
        left: 0;
        right: 0;
        top: unset !important;
        bottom: 0;
        z-index: 1 !important;
    }

    .header .sidebar-head .iconha {
        flex-direction: row !important;
    }

    .header .sidebar-head .matneinsta p {
        margin: 0;
    }

    .header .sidebar-head .iconha a {
        padding: 0 15px !important;
    }

    menu .menu-top .menu-xs ul {
        display: block !important;
    }

    .offcanvas-start {
        width: 100%;
    }

    menu .menu-top .search input::placeholder {
        color: #ccc !important;
        font-size: 10px !important;
        text-align: start !important;
    }
}

@media (max-width:576px) {
    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }

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

    .d-xs-block {
        display: block !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .p-xs-1 {
        padding: 0.25rem !important;
    }

    .p-xs-2 {
        padding: 0.5rem !important;
    }

    .p-xs-3 {
        padding: 1rem !important;
    }

    .p-xs-4 {
        padding: 1.5rem !important;
    }

    .p-xs-5 {
        padding: 3rem !important;
    }

    .px-xs-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xs-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xs-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xs-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xs-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xs-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xs-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xs-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xs-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xs-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xs-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xs-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pt-xs-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xs-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xs-3 {
        padding-top: 1rem !important;
    }

    .pt-xs-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xs-5 {
        padding-top: 3rem !important;
    }

    .pe-xs-0 {
        padding-right: 0 !important;
    }

    .pe-xs-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xs-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xs-3 {
        padding-right: 1rem !important;
    }

    .pe-xs-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xs-5 {
        padding-right: 3rem !important;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .pb-xs-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xs-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xs-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xs-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xs-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xs-0 {
        padding-left: 0 !important;
    }

    .ps-xs-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xs-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xs-3 {
        padding-left: 1rem !important;
    }

    .ps-xs-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xs-5 {
        padding-left: 3rem !important;
    }

    .mt-xs-3 {
        margin-top: 3rem !important;
    }

    .pb-xs-6 {
        padding-bottom: 5rem;
    }

    .container {
        max-width: 100%;
        width: 100%;
    }
    menu {
    position: initial !important;
    }
        .scrolled-menu{
    position: fixed;
    top: 0;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 1200000;
    animation: menu 0.8s;
    padding:0.5rem 0 !important;
}
    .header-inner {
    background-position: center top;
    background-size: cover;
    height: 0rem !important;
    position: relative;
}
    .breadcrumb{
            flex-wrap: inherit !important;
        white-space: nowrap;
        overflow-x: auto;
    }
            .insta .downpic .follow figure{
        height:13rem !important;
    }

    .vasat-xs {
        flex: 0 !important;
    }

    .item1 {
        flex-grow: 0.4 !important;
    }

    .item2 {
        flex-grow: 0.3 !important;
    }

    .item3 {
        flex-grow: 0.5 !important;
    }

    .item4 {
        flex-grow: 0.5 !important;
    }

    .item5 {
        flex-grow: 0.2 !important;
    }

    .vasat {
        display: none;
    }

    .item div p {
        font-size: 14px;
    }

    .m-t-xs {
        margin-top: -8.5rem;
    }
    .mb-xs-1{
        margin-bottom: 0.5rem !important;
    }
    .logo{
        justify-content:center !important;
    }
    .breadcrumb-item.active{
        line-height:1.75;
        color:#d7b0a8;
    }
    .detail-pro .tab-content .title p{
        font-size:18px;
    }
    .breadcrumb{
        margin-bottom:0 !important;
    }

    .header-inner .breadcrumb a {
    color: #fff !important;
    }
    .header-inner .breadcrumb a i{
        color:#fff !important ;
    }

    .khadamat .square {
        border-left: 0 !important;
        border-top: 1px solid #999;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 2rem;

    }

    .khadamat .slogans {
        border-right: 0 !important;
    }

    .khadamat .square::before {
        content: "";
        border: solid #d7b0a8;
        border-width: 0 6px 6px 0;
        display: inline-block;
        padding: 9px;
        position: absolute;
        background: #fff;
        left: 46.9%;
        top: unset I !important;
        bottom: 94%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(45deg) !important;
    }

    .khadamat .square::after {
        content: "";
        border: solid #888;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 10px;
        position: absolute;
        background: #fff;
        left: 47%;
        top: unset !important;
        bottom: 96%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(45deg) !important;
    }

    .newproductes .partes .owl-item .pro .same {
        outline: 1px solid #d7b0a8 !important;
    }

    .newproductes .partes .owl-item .pro .same h5 {
        font-size: 16px !important;
    }
    
    .detail-pro .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        font-size:18px;
    }
    .detail-pro .info div{
        justify-content:center;
    }

    .newproductes .partes .owl-carousel .owl-item .aksess {
        height: 12rem !important;
    }

    .porforoosh .downtext .pro .aksess {
        height: 14rem !important;
    }

    .porforoosh .owl-item .pro .same {
        outline: 1px solid #d7b0a8 !important;
    }

    .porforoosh .owl-item .pro .same h5 {
        font-size: 16px;
    }

    .banner .over {
        top: 20% !important;
    }

    .banner .over .btn {
        padding: 0.5rem;
        font-size: 12px;
    }

    .sidebar-head .divedige {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .header .sidebar-head .matneinsta {
        transform: rotate(0) !important;
    }

    .header .sidebar-head {
        height: 3rem !important;
        width: unset !important;
        left: 0;
        right: 0;
        top: unset !important;
        bottom: 0;
        z-index: 1 !important;
    }

    .header .sidebar-head .iconha {
        flex-direction: row !important;
    }

    .header .sidebar-head .matneinsta p {
        margin: 0;
    }

    .header .sidebar-head .iconha a {
        padding: 0 15px !important;
    }

    menu .menu-top .logo img {
        width: 5.5rem;
    }

    menu .menu-top .menu-xs ul {
        display: block !important;
    }

    .offcanvas-start {
        width: 100%;
    }

    menu .menu-top .search input::placeholder {
        color: #ccc !important;
        font-size: 10px !important;
        text-align: start !important;
    }

    /* list pro */
    .pro-box .name p {
        font-size: 14px;
    }

    .pro-box .price p {
        font-size: 14px;
    }
    .header-inner .title-inner{
        z-index:12;
    }
    .title-inner h1{
        font-size:22px;
        color:#fff !important;
    }
    .pro-box figure {
        height: 12rem !important;
    }
    .detail-pro .nav-tabs{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .detail-pro .nav-tabs button{
        white-space: nowrap;
    }
}
