body{

 margin: 0;
    background-repeat: repeat;

    background-blend-mode: overlay; /* ترکیب رنگ و تصویر */
}
/**{border: 1px solid red}*/
.wrap,.news, .section, .section5, .s75 {
  box-sizing: border-box
}

#myloading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 130px;
  background: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; /* Ensure the loader is above other elements */
}
#myloading .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #036;
  margin: 0 5px;
  animation: zoomInOut 1.5s ease-in-out infinite;
}
#myloading .circle:nth-child(2) {
  animation-delay: 0.1s;
}
#myloading .circle:nth-child(3) {
  animation-delay: 0.4s;
}
#myloading .circle:nth-child(4) {
  animation-delay: 0.7s;
}
#myloading .loading_text{
    position: absolute;
    margin-top: 30px;
}
@keyframes zoomInOut {
  0%, 30% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.6);
  }
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

#messages_box {
display: none;
    position: fixed;
    right: 50%;
    top: 50%;
    width: 250px;
    min-height: 50px;
    padding: 15px;
    color: #fff;
    opacity: 0.9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 14px;
    z-index: 1000;
    transform: translate(50%, -50%);
}

.add-order i, .add-leter i, .add-gift i, .add-none i {
    color: #006699;
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin-left: 10px;
}
.green-background::after {
    background-color: #00FF00;
}
.add-order i::after, .add-leter i::after, .add-gift i::after {
    content: attr(data-content);
    position: absolute;
    border-radius: 50%;
    font-family: Samim;
    width: 14px;
    height: 14px;
    right: -10px;
    top: -10px;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    color: #FFFFFF;
}
.add-order i::after, .add-gift i::after {
   background-color: #FF0000;
       right: -10px;
    top: -10px;
}
.add-leter i::after {
   background-color: #FF0000;
width: 14px;
    height: 14px;
    right: -13px;
    top: -9px;
}
.add-leter.green-background i::after {
   background-color: #00FF00;

}
/* FAS icon styles */
.fas {
    color: #006699;
}

.fas::after {
    color: #FFFFFF;
}

/* Info classes */
.info1 {
    --h1: '0';
}
.info2 {
    --h2: '0';
}
.add-order i::after {
    content: var(--h1);
}
.add-gift i::after {
    content: var(--h2);
}

.wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;

}
.wrap:after {
  display: table;
  clear: both
}
.wrap * {margin: auto}
.section {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  align-items: center;
    padding: 10px;
    margin: 5px auto;
}
.section img {
    margin: auto;
  max-width: 80%;
  padding: 3px;
  display: block;
}
.container img{
   margin: 0 auto;
  max-width: 200px;
}
.section.wrapper {
  padding: 10px;
    border-radius: 10px;
}
.section.wrapper.container{
    background: #D5D5D5;
    padding: 5px;
}
.section.wrapper.container button{
    max-width: 80px;
    padding:  5px 2px 5px 2px;
}
.input-container {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin: auto;
        }
.input-container input[type=text],input[type=text],input[type=password] {
            width: calc(98% - 30px);
            padding: 3px 9px 3px 24px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
.input-container i {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #888;
        }
.active{background: #069}
.news h3, .section h3, .section5 h3 {
    text-align: center;
  background: url(../image/global/backhead.png) center bottom no-repeat;
  font-size: larger;
  font-weight: bolder;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 5px
}



.wrap h3, .wrap p, #main {
  padding: 5px 5px 13px
}
.news, .section {
  position: relative;
  width: 100%;
  padding: 10px
}
.news {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right
}
.section5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: left;
}
.s75 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  text-align: right
}

.slide .section img {
  max-width: 60%;
}


.section5 .wrapper {
  padding-right: 10px
}
.section .mini, .mini, .mini * {
  font-size: xx-small;
    font-style: normal;

}

.section li {
  line-height: 1
}
.section p, .section5 p {
  font-size: small;
  line-height: 1.2;
}
/**/

.spliter{
    border-bottom: 1px solid #D5D5D5;

}
.panel {
  text-align: center;
  padding: 2px 13px;
/*
  height: 100%;
  padding-bottom: 80px;
*/
  position: relative;
  border: 1px solid #ececec;
  border-radius: 10px;
}

.hero1 {
  margin-top: 90px;
  height: 100%;
  padding-bottom: 30px;
}
.hero1 div {
  -ms-transform: translate(-50%, -100%);
  transform: translate(0, 0)
}

/*
.panel:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
*/

.wrapper {
  border: 1px solid #E1e1e1;
  border-radius: 5px;
    padding: 5px;
}
.wrapper .head {
 /* background: #efefef;*/
}
/* Loader styles */
.DesignHolder {

    display: block;
    position: relative;
    width: 100%;
    min-height: 100%;
}



.LayoutFrame {
    margin: 0 auto;
    width: 100%;
    display: block;
}

#cse, #toTop, .link1, .no-js #loader-wrapper, .hidden {
    display: none;
}

/* Switch styles */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin-top: 2px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: rgba(60, 172, 101, 1.00);
}

input:focus + .slider {
    box-shadow: 0 0 1px rgba(60, 172, 101, 1.00);
}

input:checked + .slider:before {
    transform: translateX(16px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.checkbox_check {
    margin: 2px;
    width: 30px;
    height: 12px;
}

    .slider-container {
  width: 100%;
  max-height:500px; /* محدودیت ارتفاع */
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.product-item {
     overflow: hidden;
  min-width: 160px; /* عرض هر محصول */
  height: 100%; /* ارتفاع هر محصول */
  flex: 0 0 auto;
  margin: 4px 2px;
  background-color: #f1f1f1;
  text-align: center;
  padding:0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
    .product-item img{
        width: 160px;
        height: auto;
        border-top-left-radius: 10px;
       border-top-right-radius: 10px;
    }
    .product-item .button1{
        position: absolute;

    bottom: 19px;
    opacity:0}
    .product-item .button1:hover{
        opacity:1;
    }
    .product-slider{min-height: 160px;}
    .slier-heder {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
          z-index: 502;
}

.slier-heder::before {
  content: '';
  position: absolute;
  top: 69%;
  left: 50%;
  width: 150px;
  height: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
  transform: translate(-50%, -50%);

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
      z-index: -1;
}


/* Loader wrapper styles */


.text_red {
    color: #FF1C49;
    padding-left: 5px;
}

.imgleyout {
    height: 245px;
    width: 200px;
}

.green_text {
    color: #08C500;
}

.green_box {
    background: #28a745;
}
.red_box{
    background: #ff1c49;
}
.text_red {
  color: #FF1C49;
  padding-left: 5px;
}
/* Keyframes for loader */
/*
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
*/

/* Loader wrapper transitions */
#loader-wrapper {
            position: fixed;
            z-index: 1501;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
             animation: l13 2s forwards;
    animation-iteration-count:1;
        }
 @keyframes l13 {
            0%   {height: 0}


            30%  {height: 100%;}
        }

        .loaded #loader-wrapper {
            visibility: hidden;
            transition: all .3s 1s ease-out;
        }
#loader-wrapper .loader-text{
    position: absolute;
    color: aliceblue;
    filter: blur(1.5px) contrast(10);
    top: 50%;
    margin-top: 0px;

    left: 50%;
    transform: translate(-50%, -50%);
      z-index: 1002;
    font-size: 23px;
    animation: l12 2s infinite;
}
.loaded #loader-wrapper .loader-text{
    visibility: hidden;

}
 @keyframes l12 {
            0%   {filter: blur(3px) contrast(10);font-size: 22px}

            30%  {filter: blur(0.5px) contrast(10);font-size: 23px}
            90%  {filter: blur(0.5px) contrast(10);}
            100%  {filter: blur(3px) contrast(10);font-size: 23px}
        }

    #loader {

    z-index: 1001;
    display: block;
    position: absolute;
    width: 190px;
    aspect-ratio: 3 / 1;
    border: 5px solid transparent;
    padding: 5px;
    box-sizing: border-box;
    background: radial-gradient(farthest-side, #fff 98%, transparent) 0 0 / 16px 16px no-repeat, conic-gradient(from 90deg at 5.2px 5.2px, transparent 90deg, #fff 0) content-box, conic-gradient(from -90deg at 164.3px 39.2px, transparent 90deg, #fff 0) content-box, #222;
    filter: blur(4px) contrast(10);
    animation: l11 2s infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


        @keyframes l11 {
            0%   {background-position:0 0}
            25%  {background-position:100% 0}
            50%  {background-position:100% 100%}
            75%  {background-position:0% 100%}
            100% {background-position:0% 0}
        }

        .loaded #loader {
            opacity: 0;
            transition: all .3s ease-out;
        }

        #loader-wrapper .loader-section {
            position: fixed;
            top: 0;
            width: 100%;
            height: 51%;
            background: #000;
            z-index: 1000;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        #loader-wrapper .loader-section.section-left {
            top: 0;
        }

        #loader-wrapper .loader-section.section-right {
            top: 49%;
        }

        .loaded #loader-wrapper .loader-section.section-left {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
        }

        .loaded #loader-wrapper .loader-section.section-right {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
        }





.dashbord {
  color: #F03
}
#toTop {
  position: fixed;
  width: 54px;
  height: 54px;
  margin-left: -37px;
  padding: 27px 0;
  color: #444;
  bottom: 80px;
  right: 25px;
  background: url(../image/img/top.png) no-repeat;
  z-index: 5000;
  cursor: pointer;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out
}
.hero1, .wrap {
  position: relative
}
#submain {
    margin-top: 80px;
  min-height: 80vh;
  width: 100% !important;
/*  padding-bottom: 20px;*/


}

.fieldset{border: none}
.imgleyout {
  height: 400px;
  margin: 10px;
  border: 1px solid #C1C1C1;
}
.imgleyout img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
h1, h2 {
  width: 100%;
  line-height: 1;
  margin-bottom: 15px
}
h5, p {
  margin-bottom: 5px
}
.cssmenu, .cssmenu > ul, .cssmenu > ul > li, .iosSlider {
  position: relative
}

h1, h2, h3, h4, h5, h6, p, a, span {
  text-decoration: none;
  color: #069
}
i {
  cursor: pointer
}
.bolder {
  font-weight: bold
}
p {
  font-weight: normal;
  line-height: 2
}
h1 {
  font-size: xx-large;
  font-style: normal;
  font-weight: bolder
}
b, h2 {
  font-size: larger;
  font-style: normal;
  font-weight: bolder
}
#footer .alignleft, #footer .alignright {
  margin: 0 0 25px 0
}
#footer p span {
  padding: 0 10px
}
#footer a {
  color: #494949
}
#footer a:hover {
  text-decoration: underline
}
#footer h6 {
  font-size: 12px;
  color: #888;
  padding: 10px 0 0 0
}
.footer_menu {
  padding-top: 20px;
}
.footer_menu a:after {
  content: ' ';
}
.footer_menu a:before {
  content: ' | ';
}
.footer_menu * {
  font-size: 12px;
  line-height: 1.2
}
.footer_menu *, .section p, p b {
  font-style: normal
}
p b {
  font-size: medium
}

#slider2 li *, h3 {
  padding-top: 10px;
}
#slider2 li *, h3, h4, h5 {
  font-weight: bolder
}
#slider2 li p {
  padding-top: 0px;
}
#slider2 li *, h3, h5 {
  line-height: 1
}
h3 {
  font-size: medium;
  font-style: normal;
  margin-bottom: 10px
}
h4 {
  line-height: 1;
  margin-bottom: 7px;
  font-size: medium;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  color: #069;
}
h6, span, tr {
  line-height: 2;
/*  margin-bottom: 10px*/
}
h6{margin: 4px 0;
padding: 4px;}
h6:before {
    content: " - ";
    padding-left: 6px;
    font-size: large;
}
#bottom{background-color: #fff}
#bottom .wrap .section h6 {
  text-align: justify;
  line-height: 0.8;
}
#bottom .wrap .section h6 a {
  font-size: small;
  padding-left: 15px;
  color: #369;
}
/*#bottom .wrap .section h6 a:hover{
color:#FF1C49;
}*/

#la {
  display: none;
}
#slider2 li * {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px
}
.cssmenu {
    margin-top: 15px;
    padding-right: 30px;
  width: auto;

}
.cssmenu ul {
/*  padding-top: 10px;*/
    margin: 0 auto;
}
.cssmenu > ul > li {
  height: auto;
  border-radius: 5px;
  display: inline-block;
  margin: 0 10px 0 0
}
#menu-button {
  right: 30px;
  width: 21px;
  height: 16px;
  display: none
}
.cssmenu ul li a {
  display: block
}
.cssmenu > ul > li > a {
  height: 25px;
  font-size: small;
  font-weight: 700;
  padding: 10px;
  color: #666;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: color .25s ease-out;
  -moz-transition: color .25s ease-out;
  -ms-transition: color .25s ease-out;
  -o-transition: color .25s ease-out;
  transition: color .25s ease-out
}
.cssmenu > ul > li:hover > a {
  background-color: #0086a8;
  color: #FFF
}
.headmenu.cssmenu > ul{

        }
         .headmenu.cssmenu > ul > li{
            width: 100%
        }
.headmenu.cssmenu > ul > li i{
     letter-spacing: 4px;
width: 80%;
    font-size: 1.3em;
    color: #fefefe;
    padding: 13px 13px;
    text-align: left;
        }
        .headmenu.cssmenu > ul > li > a{
            font-size: 1.5em;
            max-width:150px;
            color: #fefefe;

        }

.cart-container {
    position: fixed;
    top: 50px;
    right: 5px;
    width: 350px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1501;
    border-radius: 5px;
    overflow: hidden;
}

.cart_box {
    padding: 5px;
}

.cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cart_list.form-group {
    margin: 2px 5px;
}

.cart_list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cart_list label{max-width: 60px;}
.cart_list li img {
    width: 50px;
    margin-right: 10px;
}

.cart_quantity {
    margin-left: auto;
    font-weight: bold;
}

.cart_footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    text-align: right;
}

.cart_footer .cart_total {
    margin-bottom: 10px;
}


.iosSlider {
    display: flex;
    position: relative;
  direction: ltr;
  left: 0;
  width: 100%;
  margin-top: 0;
  min-height: 100px;
}
.iosSlider .slider {
  width: 100%
}
.iosSlider .slider .slide {
  float: left;
  position: relative;
  width: 100%
}
.iosSlider img {
  width: 100%;
  display: block;
  height: 100%
}
@keyframes wwide {
  from {
    width: 0px;
    height: 80px
  }
  to {
    width: 230px;
    height: 60px
  }
}
.textbox {
  margin: 2px 2px 2px 5px;
  padding: 5px;

  width: 100%;
  height: 24px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  animation-name: wwide;
  animation-duration: 0.5s;
}
/* When the input field gets focus, change its width to 100% */
.textbox:focus {
  border: 1px solid #E3E1E1;
}
.nextButton, .prevButton {
  position: absolute;
  top: 170px;
  width: 40px;
  height: 60px;
  z-index: 996
}
.nextButton {
  background: url(../image/skins/nav-slider.png) -40px 0 no-repeat;
  right: 0
}
.prevButton {
  background: url(../image/skins/nav-slider.png) no-repeat;
  left: 0
}
.nextButton:active, .nextButton:focus, .nextButton:hover {
  background-position: -40px -60px
}
.prevButton:active, .prevButton:focus, .prevButton:hover {
  background-position: 0 -60px
}
.iosSlider_buttons {
  position: absolute;
  bottom: 20px;
  left: 20px
}
#twitter-platform * {
  font-size: 10px
}
/*.iosSlider_buttons .button {
	float:left;
	width:12px;
	height:12px;
	margin:0 10px 0 0;
	opacity:.45;
filter:alpha(opacity:45);
	border:1px solid #fff;
	background-color:#0086a8
}
.iosSlider_buttons .button:hover {
	opacity:.75;
filter:alpha(opacity:75)
}*/
.iosSlider_buttons .selected, .iosSlider_buttons .selected:hover {
  opacity: .9;
  filter: opacity(90%);
}
.iosSlider .text1, .iosSlider .text2 { display: none;
  position: absolute; color: black;
 background: rgba(235,235,235,0.6);
  padding: 10px
}
.iosSlider .text1 {
  top: 10px;
  width: 500px;
  right: 65px;
  padding: 20px 30px 20px 40px
}
.iosSlider .text2 {word-wrap: normal;
  top: 75px;
  right: 15px;
  margin: 0 50px 0 0;
  width: 50%;
}
.iosSlider .text1 span {
  font-size: xx-large;

}
.iosSlider .text2 span {
  font-size: large;
  line-height: 22px;

}
.iosSlider p {
  display: block;
  position: relative
}
.myorders_field input {
  margin-bottom: 14px;
  width: 98%
}

.btn-search {
  color: #069;
  background-color: #d9d9d9;
  height: 40px;
  min-width: 30px;
  padding: 5px
}
.red_btn {
  background: rgba(255,28,73,0.91);
/*    rgba(255, 25, 28, 0.91);*/
  color: #EBEBEB
}
.button {
    padding: 10px;
    margin: 5px 2px;
  color: #069;
  background-color: #d9d9d9;
  height: 38px;
  min-width: 100px;

}
button {
        padding: 0 15px;
  min-height: 30px;
  height: 38px;
  background-color: #d9d9d9;
  border: 1px solid #FFF;
  border-radius: 4px;
  min-width: 35px;
  color: #069;
  font-weight: bold;
  margin: 5px 2px 5px 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}
button:active, button:hover, button span:hover {
  background-color: #069;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
         animation: lbutton 2s forwards;
    animation-iteration-count:1;
}
@keyframes lbutton {
     0%   {filter: blur(4px); }
     20%  {filter: blur(0px);}

     100%{filter: blur(0px); }

}
.btn-big {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 700;
  border-radius: 3px;
  background-color: #D5D5D5;
  border: 1px solid #eee;
  text-align: center;
  opacity: 0.75;
  filter: opacity(75%);
}
.btn-big:hover {
  border: 1px solid #eee;
  background-color: #069;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.button1 {
  display: block;
  margin :10px auto;
  text-align: center;
  text-transform: uppercase;
 vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
  border-radius: 5px;
  border: 1px solid #eee;
  color: #069;
  background-color: #d5d5d5;
  opacity: 1;
  filter: alpha(opacity(75));
  padding: 2px 5px;
  width: 100%;
  max-width: 160px;
  height: 30px;
}
.button1:hover {
  border: 1px solid #eee;
  background-color: #069;
  color: #fff;
  cursor: pointer
}
.underpage {
  position: absolute;
  width: 90%;
}
.clear {
  clear: both
}
#productList {
  width: 100%;
  display: contents;
  cursor: pointer;
}
.products_category {
  text-align: center;
  width: 40px;
  height: 70px;
  margin: 0 5px;
  cursor: pointer;
}
.products_category img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.productList {
  display: flex;
}
.product_item {
  width: 260px;
  text-align: center;
}
.labelprice {

  border-radius: 2px;
  position: relative;
  direction: ltr;
  width: 100%;
  max-width: 360px;
  height: 30px;
  display: flex; /* Use flex display to align del and ins in a row */
  align-items: center; /* Align items vertically in the center */
  justify-content: space-between; /* Distribute space between del and ins */
  color: #000;
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(220, 220, 220, 0.5));
}
del {
      background-color: rgba(255, 0, 0, 00.7);
    color: #f1f1f1;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left:1px;
    padding: 3px 32px 3px 5px;
    font-size: 12px;
    font-weight: bolder;
    transform: rotate(-90deg);
  transform-origin: left top;
     animation: an-price 2s forwards;
    animation-iteration-count:5;

    filter: blur(4px);

        }
 @keyframes an-price {
     0%   {left: -60px; }
            20%  {left: -60px;  filter: blur(4px);}
          40%  {left: 5px;  filter: blur(4px); }
     100%{left: 1px; filter: blur(0px); }

}
del::before {

    content: "% OFF";
    display: block;
    width: 29px;
    position: absolute;
    padding: 3px;
    top: 4px;
    right: 0px;
    font-size: 8px;
    font-weight: normal;
}
arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 97%;
  left: 17%;

/*
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
*/
    border-top: 15px solid rgba(255, 0, 0, 0.6);

}
ins {
  position: absolute;
}
ins, .price {
  color: #000;
  width: 100%;
    font-size: 14px;
    font-weight: bolder;
    text-decoration: none;
    padding-left: 5px;
}

ins::before, .price::before {
  content: " تومان ";
  font-size: 0.5em;
}
 .product-item model{
right: 5px;
    position: absolute;
    bottom: 128px;
    font-size: 9px;
         color: #000;
    font-weight: bolder;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    }
.upload {
  cursor: pointer
}
#headermenu {
  width: 100%
}
#headermenu li {
  padding: 0 5px;
  height: 22px;
  color: #666
}
#logo a, #logo img {
  overflow: hidden;
  z-index: 998
}
header {
  position: fixed;
  width: 100%;
  height: 92px;
  background: rgba(f, f, f, 0);
  z-index: 1500
}
#mainboard {
  display: none;
}
header .Center {
  max-width: 1100px;
  margin: auto
}
header .site-logo {
  transition: all .3s;
  margin-top: 50px
}
.St-img {
  width: auto;
  height: auto
}
header.smaller {
  background: #fff; /*rgba(f, f, f, .7);*/
  padding-top: 5px;
 height: 92px;

  transition: all .6s;
  top: 0;

}
header.smaller #headermenu {
  display: none
}
header.smaller .site-logo {
  margin-left: 40px;
  float: left;
  margin-top: 0
}
header.smaller .site-logo img {
    width: 240px;
  position: absolute;

}
#menu2 ul img {
  z-index: 1003;
  width: 24px;
  height: 24px;
}
.cssmenu {
  direction: rtl;
  z-index: 1001;
  color: #666
}
header.smaller #menu2 {
    margin-top: 0px;
  text-align: right;
/*  height: 100%;*/
  width: 100%;
}
header.smaller .cssmenu {
  text-align: right
}

.profileimg {
  position: relative;
  border-radius: 50%;
  padding: 1px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.profileimg img {
  position: absolute;
  border-radius: 50%;
  top: 0px;
  width: 32px;
  height: 32px;
  margin-top: -10px;
}
.profileimg .verify{
    border: 2px solid  greenyellow;
    padding: 1px;
}

.underline {
  padding-top: 20px;
  background: url("../image/global/block_breaker.png") center no-repeat;
  height: 5px
}
#bottom .underline{  padding-top: 0px;}
#outsite, #insite {
  display: none;
  min-width: 300px;
  width: 360px;
}
.information {
  min-width: 300px;
  width: 360px;
  padding-right: 20px;
}
.information span a {
  font-weight: bold
}
.information i * {
  width: 16px
}
.itemlink {
  position: relative;
  text-align: right;
    direction: rtl;
}
.itemlink a {
  padding-right: 12px;
}
.category a {
  background-image: url('../image/categoryIcons_2x:74bce2b13df82961a3163e468a962ccf.png');
  -webkit-background-size: 169px 169px;
  -moz-background-size: 169px 169px;
  background-size: 169px 169px;
}
.category .interior {
  background-position: 0 -58px;
}
.category .interior:hover {
  background-position: 0 -58px;
}
.linebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
    width: calc(100% - 10px); /* برای جبران حاشیه از راست */
    border-bottom: 1px solid #ddd; /* یک خط جدا کننده بین آیتم ها */
    padding-bottom: 5px; /* فاصله بین خط و متن */
}

.linebar label {
    margin-left: auto;
    margin-right: 10px; /* فاصله بین لیبل و مقدار */
    font-weight: bold;
}

.linebar span.point {
    margin-left: 10px;
    font-weight: bold;
}

#products_container {

  width: 100%;
  text-align: center
}
.product_item {
  position: relative;
}
.product_item img {
  width: 240px;
  height: 240px;
}
.zoomIcon {
  background: #000000 url(../image/img/buy.png) no-repeat center;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 10;
}
.show {
  direction: ltr;
  display: flex;
/*
  width: 400px;
  height: 400px;
*/
}
.small-img {
  width: 100%;
  height: 80px;
  margin-top: 10px;
/*  //position: relative;*/
  display: flex;
  left: 25px;
}
.small-container {
  width: 400px;
  height: 80px;
  overflow: hidden; /* position: absolute;*/
}
.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  margin-top: 20px; /* margin: auto 0;position: absolute;
    */
}
.small-img .icon-left img {
  width: 100%;
  transform: rotate(180deg);
}
.small-img .icon-right img {
  width: 100%;
}
.small-img .icon-left:hover, .small-img .icon-right:hover {
  opacity: .5;
}
.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type {
  margin-right: 0;
}
.productinfo {
  width: 100%;
  text-align: right;
  padding-right: 5px;
  color: rgba(146, 145, 145, 1.00)
}
.productinfo .point {
  padding-right: 10px;
  color: #036
}


    .checkbox-container {
            margin-bottom: 10px;
/*           float: right;*/
           background: var(--greyLight-1);
        }
.flex{
    display: flex;

}

.input-group {
    margin: 0 auto;
  display: ruby ;
  vertical-align: top;
}
.number-input {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.label-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.label-wrapper input[type="number"] {
  position: absolute;
  width: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  display: none
}
.label-wrapper label {

    margin-top: 3px;
    border-radius: 50%;
    min-width: 43px;
    flex: 1;
    text-align: center;
    padding-top: 4px;
    font-size: 22px;
    font-weight: bold;
    background: #f1f1f1;
    cursor: pointer;
    position: relative;
    height: 39px;

}
.label-wrapper label::before {
  content: ' ';
  background: url("../image/global/loading.gif") no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.label-wrapper.label-loading label::before {
  display: none;
}
.input-group button {


}
.input-group button i {}
.btn-search {
  width: 15px;
  border: 1px solid red
}
.toolbutton {
font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    padding: 8px 0;
    height: 40px;
    width: 40px;
    color: #036;
    background-color: #EBEBEB;
}
.toolbutton:hover {
   border-radius: 50%;
  color: #036;
  background-color: #d9d9d9;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
}
.loading-dots {
  display: block;
  font-size: 24px;
  animation: loading-animation 1s infinite;
}
@keyframes loading-animation {
  0%, 20% {
    content: ".";
  }
  40% {
    content: "..";
  }
  60% {
    content: "...";
  }
  80%, 100% {
    content: "";
  }
}

input[type=number] {

  font-size: 18px;

          margin: 2px 5px;
    border-radius: 5px;
    height: 36px;
          width: calc(98% - 30px);
    padding: 3px;
    border: 1px solid #ccc;
}
input[type=buttom] {
  height: 18px;
    font-size: x-small;
    cursor: pointer;
    border-radius:5px;
    background: rgba(146,145,145,1.00);
}
input[type=text],input[type=password]{
  margin: 2px 5px;
  border-radius: 5px;
   height: 28px;
}

.form-group input[type=textbox], {
    FONT-WEIGHT: 500;
    padding: 0 5px;
    height: 21px;
    border-radius: 5px;
    background-color: mistyrose;
    border: 1px solid lightgrey;
}

a:link, a:visited {
    font-style: normal;
  color: #369
}

a:hover {
  color: #FF1C49;
}
a:active {
  color: #369
}
/*
a, h3, i {
  color: #369
}
*/
header span, .lab span a {
  ;
  font-size: small;
}
.lab {
  padding-top: 10px
}
/*a:visited{color:#f00}*/
.bigfont {
  font-size:2.1em ;
}
.medfont {
  font-size: 0.70em;
}
.minfont {
  font-size: 0.35em;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin: 2px 20px;
}

.form-group * {
    height: auto;
    margin: 0 5px;
}
.form-group > * {
  flex: 1;
  margin: auto 5px;
    height: auto;
}

.textbox,
.textbox:focus,
select.textbox {
/*
  width: auto !important;
  font-size: 8px !important;
*/
}
.form-group span{word-wrap: break-word;

}

.form-group label {
 text-align: right;
  padding-right: 15px;
  font-size: large;
    color: rgba(37, 36, 36, 0.61);
}
.form-group div {
  display: flex;
  min-width: 100%;

}
.form-group label input {
  margin-right: 5px;
}
.form-group .button {


  border-radius: 5px;
/*  height: 40px*/
}
.form-group .button:hover {
  background-color: #4A869C;
  color: #FFFFFF
}

.checkbox-container .form-group label {
    max-width: 30px;
             cursor: pointer;
            display: flex;
            align-items: center;
            margin: 0 10px;
            font-weight: bold;
        }
.checkbox-container input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            min-width: 21px;
            height: 21px;
/*            border: 1px dotted #00336626;*/
            border-radius: 20px;
            display: inline-block;
            position: relative;
            background-color: moccasin;
            margin-right: 10px;
            cursor: pointer;
        }
.checkbox-container input[type="checkbox"]:checked::before {
            content: '✔';
            position: absolute;
            top: 0;
            left: 0;
            width: 21px;
            height: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: green;
             font-size: 18px;
        }
.checkbox-container input[type="checkbox"]:disabled {
            background-color: none;
        }


input.code-input {
    border: none;
  font-size: 2.5em;
  width: 50px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  color: #000000;
  background:#FEFEFE;/*#D5D5D5;#009699; #78939E;*/
}
input.code-input:invalid {
  color: #000000;
  background: #78939E;
}
input.code-input:focus {
  outline: none;
  color: #000000;
  background: #E5E5E5;
}
.footer_menu a ::hover {
  color: #FF0033;
}
.dashline {
  border-bottom: 1px dashed #AFBED0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.page_bottom{padding-top: 10px;float: left}
.serachcontainer {
    margin-top: 21px;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center;*/
  padding: 0px;
}
.serachcontainer .bond {
    padding-bottom: 10px;
  display: flex;
  width: 100%;
  max-width: 860px;
  flex-wrap: wrap; /* Allow flex items to wrap to the next line */

  border-radius: 5px;
  border: 1px solid rgba(235, 235, 235, 1.00);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.serachcontainer .input-field {
  flex: 1; /* Take up remaining space */
  background: #F3F3F3;
  height: 58px;
  border: 0;
  padding-right: 10px;
  box-sizing: border-box;
  width: calc(100% - 60px);
  /* Adjusted margin for spacing between input and tags */
}
.serachcontainer .input-field:focus {
  background: #ffffff;
}
.serachcontainer .tags {
  padding: 1px 10px;
  width: 100%;
  height: 90px;
    box-sizing: border-box;
    display: flex;
    overflow-x: scroll; /* Enable horizontal scrolling */
    overflow-y: hidden; /* Disable vertical scrolling */
    scrollbar-width: none; /* Hide scrollbar in Firefox */
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
}

.serachcontainer .tags::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome, Safari, and Opera */
}
.serachcontainer .btn-search {
  height: 58px;
  width: 60px;
  border-radius: 5px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: #73CD48;
  margin: 0;
}
.serachcontainer .btn-search svg {
  width: 18px;
}
.tags {
  margin-top: 0;
  padding: 0;
}
.default {
  border: 1px solid #036;
    background: rgba(196,255,217,1.00)
}
.dargah,.paking {
  width: 100%;
  display: flex;
}
.dargah div ,.paking div{
/*
  width: 136px;
    height: 136px;
*/
  margin: 5px;
  padding: 2px
}
.dargah img ,.paking img{
  width: 136px;
  height: 136px;
  cursor: pointer
}
.cartimg {
  width: 45px;
  height: 45px;
}
.container input[type="text"],.container input[type="password"]{
    border: 1px solid rgba(235,235,235,1.00);
    border-radius:20px;
    transition: border-color 0.3s ease;
}
.container input[type="text"]:hover,.container input[type="password"]:hover{
    border-color: rgba(146,145,145,1.00);
}
.container input[type="text"]:focus,.container input[type="text"]:active,
.container input[type="password"]:focus,.container input[type="password"]:active{
    border-color: rgba(213,213,213,1.00);
    outline: none;
}
.container button{
    width: 100%;
       border: 1px solid rgba(235,235,235,1.00);
    border-radius:20px;
}
.my-img-container {
    margin-top: 15px;
    min-height: 200px;
  position: relative;
  width: 90%; /* تطبیق اندازه با تصویر */
  height: 230PX; /* تطبیق اندازه با تصویر */
margin-left: auto;
margin-right: auto;


}
.my-img-container .orgimage {
    width: 200PX;
        height: 200PX;
  border-radius: 50%;
  z-index: 102;

margin-left: auto;
margin-right: auto;
}
.verify{border: 5px solid  greenyellow}
.unverify{ border: 5px solid #ff1c49;}
.orgimage:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;

  width: 40px;
  height: 40px;
 border: 1px solid blue;
  border-color: transparent blue transparent blue;
  border-radius: 50%;
  animation: loader 1s linear infinite;
  z-index: 100;

}
.my-img-container .my-img-container > img {
  display: block;
  width: 100%;
  height: 100%;


  object-fit: cover;
  position: relative;
  z-index: 101;
}
.my-img-container .circleGraphic1 {
  position: absolute;
    object-fit: cover;
  z-index: 3;
  top: calc(50% - 35px);
  left: 50%;
    width: 250px;
    height: 250px;
 transform: translate(-50%, -50%);

  color: transparent;

}
/* Add keyframes for the loader animation */
.absent_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;  /* Allow flex items to wrap */
     min-height: 80px;
    height: auto;  /* Let the container height adjust automatically */
}
.absent_container .dayes {
    position: relative;
    margin: 5px;  /* Add some margin for spacing */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255,98,100,1.00);
    cursor: pointer;
    background: rgba(235, 235, 235, 1.00);
    display: flex;
    align-items: center;  /* Center items vertically */
    justify-content: center;  /* Center items horizontally */
}
.absent_container .checkbox-container {
    position: relative;
}
.absent_container .checkbox-container input[type="checkbox"] {
    margin: 0;  /* Remove default margin */
    width: 100%;
    height: 100%;
    /* opacity: 0;  Hide the checkbox */
    position: absolute;
    top: 0;
    left: -10px;
    cursor: pointer;
}
.absent_container .checkbox-container input[type="checkbox"]::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1.00);
    border-radius: 50%;
}
.absent_container .checkbox-container input[type="checkbox"]:checked::before {
    content: "\2713";  /* Check mark */
    background-color: green;
    font-size: 24px;
    color: green;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smaller .site-logo img {
    width: 60px;
    height: auto;
  }
.read {
    background-color: #f2f2f2;
    font-size: 11px;
    padding: 0 5px;

}
.read * {
color: #929191;

}
.unread{  padding: 0 5px;
            background-color: #FFFFFF;

}
.unread * {
        font-weight: bolder;

}
.redbox{
    background-color: hsla(349,100%,50%,0.10);

}
.grybox{

background-color: rgba(235, 235, 235, 1.00);

}

.headmenu {
display: none;
position: fixed;
top:35px;
padding: 8px;
background: rgba(0,9,18,0.84);
width: 100%;
    height: 100vh;
z-index: 1502;
}
.headmenu img {
border-radius: 50%;
width: 60px;
height: 60px;
}
.headmenu .yelloword {
color: rgba(255,255,255,1.00);
}
.watermark
{
 position:absolute;
 top:5%;
 left:15px;
 z-index:1520;
box-shadow: 0 0 0 3px blue, 0 0 0 2px blue inset;
  border: 2px solid transparent;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 2px;
  line-height: 22px;
  color: blue;
  font-size: 24px;
  font-family: 'Black Ops One', cursive;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.4;
  width: 170px;
  transform: rotate(5deg) scaleY(-1);

}
.watermark.red{
  box-shadow: 0 0 0 3px #FF1C49, 0 0 0 2px #FF1C49 inset;
    color: #FF1C49;
}
.watermark.green{
  box-shadow: 0 0 0 3px green, 0 0 0 2px green inset;
    color: green;
}
tr,td{vertical-align: middle;text-align: center}
        table{ width: 100%;direction: ltr}



    .listclass{display: none}
.checkbox-container .form-group label {
    max-width: 20px;

        }

.social a {
	background-image:url("../image/global/all.png");
	display:block;
	width:24px;
	height:24px;
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	margin:5px 14px 10px 0

}
.social a:hover h4 {
	color:#FFF;
	cursor:pointer;
}

.social .Instagram {
	background-position:0 0
}
.social .Instagram:hover {
	background-position: 0 -24px
}
.social .pinterest {
	background-position:-24px 0px
}
.social .pinterest:hover {
	background-position: -24px -24px
}
.social .facebook {
	background-position:-48px 0
}
.social .facebook:hover {
	background-position: -48px -24px
}
.social .linkedin {
	background-position:-72px 0
}
.social .linkedin:hover {
	background-position: -72px -24px
}
.social .Telegram {
	background-position:-96px 0
}
.social .Telegram:hover {
	background-position: -96px -24px
}
.social .twitter {
	background-position:-120px 0
}
.social .twitter:hover {
	background-position: -120px -24px
}
.social .youtube {
	background-position:-144px 0
}
.social .youtube:hover {
	background-position: -144px -24px
}
.social .tumblr {
	background-position: -168px 0
}
.social .tumblr:hover {
	background-position: -168px -24px
}
.social .flickr {
	background-position: -192px 0
}
.social .flickr:hover {
	background-position: -192px -24px
}
.social .google {
	background-position: -216px 0
}
.social .google:hover {
	background-position: -216px -24px
}
.social .filo {
	background-position: -240px 0
}
.social .filo:hover {
	background-position: -240px -24px
}
.social .lastfm {
	background-position: -264px 0
}
.social .lastfm:hover {
	background-position: -264px -24px
}
.social .cloob {
	background-position: -192px -48px
}
.social .cloob:hover {
	background-position: -192px -72px
}
.social .aparat {
	background-position: -24px -48px
}
.social .aparat:hover {
	background-position: -24px -72px
}
.social .blogger {
	background-position: -120px -48px
}
.social .blogger:hover {
	background-position: -120px -72px
}
.social .digg {
	background-position: -48px -48px
}
.social .digg:hover {
	background-position: -48px -72px
}
.social .feed {
	background-position: 0 -48px
}
.social .feed:hover {
	background-position: 0 -72px
}
.social .newsvine {
	background-position: -168px -48px
}
.social .newsvine:hover {
	background-position: -168px -72px
}
.social .sharethis {
	background-position: -216px -48px
}
.social .sharethis:hover {
	background-position: -216px -72px
}
.social .ToUp {
	background-position: -240px -48px
}
.social .ToUp:hover {
	background-position: -240px -72px
}
.social .Order {
	background-position: -96px -48px
}
.social .Order:hover {
	background-position: -96px -72px
}
.social .Viber {
	background-position: -264px -48px
}
.social .Viber:hover {
	background-position: -264px -72px
}
.social .Watshup {
	background-position: -144px -48px
}
.social .Watshup:hover {
	background-position: -144px -72px
}
.social .gallery {
	background-position: -72px -48px
}
.social .gallery:hover {
	background-position: -72px -72px
}
.social .vimeo {
	background-position: -192px -96px
}
.social .vimeo:hover {
	background-position: -192px -120px
}
.social .skype {
	background-position: -144px -96px
}
.social .skype:hover {
	background-position: -144px -120px
}
.social .dribble {
	background-position: -168px -96px
}
.social .dribble:hover {
	background-position: -168px -120px
}
.social .pdf {
	background-position: -216px -96px;
	width:83px
}
.social .pdf:hover {
	background-position: -216px -120px
}
.social  .free{
	background-position: -264px 0px;
	}
.social  .free:hover{
	background-position: -264px -24px
	}
.social .price, .social .price-pcs {
	background-position: 0 -96px;padding-left:35px;
	width:130px
}
.social .price:hover, .social .price-pcs:hover {
	background-position: 0 -120px
}
.social .feedburner {
	background-position: -96px -72px
}
.social .feedburner:hover {
	background-position: -24px -72px
}
/*---------------------------------------------------------------------------------------------------------------------------  max 479 */
@media only screen and (max-width:479px) {

      header.smaller .site-logo img {
          display: none;
  }
  header.smaller {
    height: 46px
  }
  header.smaller .site-logo {
    display: block
  }
  .cssmenu #menu-button {
    display: block;
    margin: 0;
    position: fixed;
    left: 20px;
    top: 20px;
    cursor: pointer
  }

  .cssmenu > ul > li {
    display: none
  }
    .headmenu.cssmenu > ul > li {
       display: block
    }
  .cssmenu ul.open li, .cssmenu > ul.open > li {
    height: 70px;
    display: block
  }
  .cssmenu ul.open {
    background: #000;
    height: 100%;
    width: 100%;
    margin: 0;
    position: fixed
  }
  .cssmenu ul.open li a, .cssmenu > ul.open > li a {
    font-size: 18px;
    height: 80px;
    text-align: center;
    margin-left: 10px;
    padding-top: 30px
  }


    #submain {
    margin-top: 50px;
    }
  .wrap {
    max-width: 420px;
    width: 100%;
    margin-bottom: 2px;
    padding: 5px;
  }
  .news, .section, #grid li, .s75, .section5 {
    margin-bottom: 5px;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /*padding: 5px;*/
/*    border-bottom: 1px solid #d5d5d5*/
  }
/*
  .section img {
    display: block;
    width: 60%;
      height: 60%;
    margin-left: auto;
    margin-right: auto;
  }
*/
  .btn-big {
    width: 100%;
    height: 80px;
    line-height: 3em;
    padding: 0 auto;
    vertical-align: middle;
  }

  #products_container {
    width: 100%;
    height: auto;
    overflow: scroll
  }
  .whatsapp {
    width: 16px;
    height: 16px;
  }
  .cssmenu ul ul::after {
    display: none
  }
  .cssmenu #menu-button::after, .cssmenu #menu-button:before {
    display: block
  }
  .hero1 {
    height: 100%
  }
  .hero1 div {
    margin: 5px;
  }
  h1 {
    font-size: large;
    line-height: 24px
  }
  h2 {
    font-size: 14px;
    line-height: 18px
  }
  .iosSlider .text1, .iosSlider .text2, .iosSlider_buttons, .nextButton, .prevButton {
    display: block;
  }
  .pclass {
    width: 100%
  }
/*
  #iosSlider {
    display: none;
  }
*/
  .button1 {

  }
  table, table * {
    font-size: 8px;
  }
  dargah div {
    width: 58px;
    height: 58px
  }
  .dargah img {
    width: 54px;
    height: 54px;
  }
}


/*---------------------------------------------------------------------------------------------------------------------------  max 480-767 */
@media only screen and (min-width:480px) and (max-width:768px) {

    header.smaller{
        height: 92px;
    }
header.smaller .site-logo img {
    width: 180px;
    height: auto;
  }
    #submain {
        margin-top: 97px;}
  .wrap {
    width: 100%;
    margin: 0 auto
  } /**/
  .section {
    text-align: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% /*width:50%
*/
  }
  .news, .s75, .section5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .news, .section5, .section {
    align-items: center;
    /*padding:15px
*/
  }
    .smaller .cssmenu {
   /* margin-top: 20px;*/
}

  .button1 {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 16px;
    width: 160px;
  }
  .cssmenu #menu-button {
    /*//	z-index:-300;
*/ display: block;
    margin: 0;
    position: fixed;
    left: 20px;
    top: 20px;
    cursor: pointer;
  }
  .cssmenu > ul > li {

  }
  .cssmenu ul.open li, .cssmenu > ul.open > li {
    height: 70px;
    display: block
  }
  .cssmenu ul.open {
    background: #000;
    height: 100%;
    width: 100%;
    margin: 0;
    position: fixed
  }
  .cssmenu ul.open li a, .cssmenu > ul.open > li a {
    font-size: 18px;

    text-align: center;
    margin-left: 10px;
    padding-top: 30px
  }
  .cssmenu ul ul::after {
    display: none
  }
  .cssmenu #menu-button::after, .cssmenu #menu-button:before {
    display: block
  }
  .hero1 {
    height: 500px
  }
  .hero1 div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
  }
  h1 {
    font-size: large;
    line-height: 24px
  }
  h2 {
    font-size: 14px;
    line-height: 18px
  }
}

/*---------------------------------------------------------------------------------------------------------------------------  max 768 -959 */
@media only screen and (min-width:768px) and (max-width:959px) {
    #submain {
        margin-top:  97px;}
  .wrap {
    width: 768px;
    margin: 0 auto
  } /**/
  .news, .s75 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .wrap .section {
    text-align: center;
  }
  .section {

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% /*width:50%;
	min-height:100%;
	display:table;
	text-align:center;align-items: center;

	min-height:255px;
	*/
    ;
  }
  .ellipsborder {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background-position: center 22px;
    border: 1px solid #CCC;
    padding: 4px;
    width: 100%;
    height: 350px;
    border-radius: 10px;
  }
  .goldpanel {
    background: #F7F7F8;
  }

  #banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
  }
}