html {
  scroll-behavior: smooth;
}
ul {list-style: none; padding: 0; margin: 0;}
a:hover{text-decoration: none;} a{text-decoration: none;} a:active{text-decoration: none;} a:foucs{text-decoration: none;}
img {max-width: 100%;position: relative;}
p {font-family: 'din_r';}
/* Font Family */
@font-face {
  font-family: 'din_b';
  src: url("../fonts/Tajawal-Bold.ttf"); }

@font-face {
  font-family: 'din_r';
  src: url("../fonts/Tajawal-Medium.ttf"); }



:root {
  /* fonts */
  --font-tajawal: Tajawal;

  /* font sizes */
  --font-size-sm: 14px;
  --font-size-xs: 12px;
  --font-size-3xs: 10px;
  --font-size-5xl: 24px;
  --font-size-lgi: 19px;
  --font-size-mini: 15px;
  --font-size-xl: 20px;
  --font-size-base: 16px;

  /* Colors */
  --color2: #fff;
  --color3: #0027c0;
  --color-gray: #1e1e1e;
  --color-firebrick: #ba2132;
  --color: #39404b;
  --color1: #000;
  --color-mediumslateblue: #3359f2;

  /* Gaps */
  --gap-8xs: 5px;
  --gap-xl: 20px;
  --gap-5xs: 8px;
  --gap-xs: 12px;
  --gap-0: 0px;
  --gap-10xs: 3px;
  --gap-base: 16px;
  --gap-mini: 15px;
  --gap-lg: 18px;
  --gap-4xs: 9px;
  --gap-12xl: 31px;
  --gap-3xs: 10px;
  --gap-24xl: 43px;

  /* Paddings */
  --padding-xl: 20px;
  --padding-2xl: 21px;
  --padding-2xs: 11px;
  --padding-smi: 13px;
  --padding-xs: 12px;
  --padding-mini: 15px;
  --padding-7xl: 26px;
  --padding-base: 16px;
  --padding-9xs: 4px;
  --padding-10xs: 3px;
  --padding-sm: 14px;
  --padding-8xs: 5px;
  --padding-12xs: 1px;
  --padding-6xs: 7px;
  --padding-lg: 18px;
  --padding-5xs: 8px;
  --padding-3xs: 10px;
  --padding-11xs: 2px;
  --padding-mid: 17px;
  --padding-7xs: 6px;
  --padding-8xl: 27px;
  --padding-4xs: 9px;

  /* Border radiuses */
  --br-xl: 20px;
  --br-3xs: 10px;
  --br-31xl: 50px;
  }


body {
  padding: 0;
  margin: 0;
  font-family: 'din_r';
  text-align: right;
  min-height: 500px;
  overflow-x: hidden;
}
/* scroll */
#scroll-me-all-night-long {
  overflow: auto;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track:horizontal {
  border-bottom-width: 1px;
}
::-webkit-scrollbar-track:vertical {
  border-right-width: 1px;
}
::-webkit-scrollbar-thumb {
  border: 0px solid #3e4c34;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal {
  border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:vertical {
  border-right-width: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  border-right-width: 5px;
}

/* back to top */
#button {
  display: inline-block;
  width: 33px;
  height: 28px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
      opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
  background: #afafaf;
  color: #fff;
  padding: 0px 9px;
}

header {padding: 0 10%;background: #0027c0;}


.nav_header {
  background: #0027C0;
  display: flex;
  align-items: center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e700;
  /* background: #ffffff; */
  float: left;
  margin-top: 24px;
  margin-right: 60px;
}

.navbar-default {
  background-color: #f8f8f800;
  border-color: #e7e7e700;
}

.nav_header nav {/* display: flex; *//* align-items: center; */}


.navbar-default .navbar-nav>li>a {
    color: #fff;
    transition: 0.5s;
    font-size: 18px;
    padding: 12px 17px;
}

.navbar {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a.active {
  color: #000000;
  background: #fff;
  font-family: 'din_b';
  border-radius: 30px;
}

.navbar-default .navbar-nav>li>a:hover {color: #5973D6;}

.nav_header .btn_request {
  float: left;
}

.nav_header .btn_request a {
  background: #ffffff;
  color: #000;
  padding: 11px 30px;
  display: block;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 60px;
}

.nav_header .btn_request a:hover {
  background: #5973D6;
  color: #fff;
}

.nav_header .btn_request a i {
  padding-left: 10px;
}

.navbar-brand {
  float: right;
  height: auto;
  width: 118px;
}

.dropdown-menu>li>a {
  display: block;
  padding: 12px 45px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}


.slider {
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}

.slider .img_slider {}

.slider .img_slider img{
  position: relative;
  width: 100%;
  height: 100vh;
}

.slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}


.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
}


.slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0027c0;
}

/* company_slider */

.company_slider {
  padding: 50px 0;
  background: #fff;
  position: relative;
}

.title {
  text-align: center;
  margin-bottom: 70px;
}

.title h1 {
  font-size: 36px;
  color: #0027c0;
  font-family: 'din_b';
}

.swiper-container2 {
  overflow: hidden;
}

.slider_company .swiper-button-prev {
  background-image: url('../images/arrow1.png');
  opacity: 1;
  background-size: 26px 40px;
  right: 5%;
}

.slider_company .swiper-button-next {
  background-image: url('../images/arrow2.png');
  opacity: 1;
  background-size: 26px 40px;
  left: 5%;
  right: auto;
}

.slider_company .swiper-slide img {
  height: 150px;
  border: 1px solid #0027C0;
  border-radius: 14px;
  width: 150px;
}

.slider_company .swiper-slide.swiper-slide-active img {
  border: 5px solid #0027c0;
}


/** products **/
.products {
  padding: 50px 0;
}

.prod_item {
  border: 1px solid #0027c0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  transition: 0.5s;
}

.prod_item .details_item {}

.prod_item .details_item img {
  border: 1px solid #0027c0;
  height: 201px;
  width: 100%;
  border-radius: 10px;
}

.prod_item .details_item ul {}

.prod_item .details_item ul li {}

.prod_item .details_item ul li h2 {
  font-size: 15px;
  color: #0027c0;
}

.prod_item .details_item ul li p {
  font-size: 13px;
  color: #000000;
}

.prod_item .details_item ul li span {
  font-size: 15px;
  color: #0027c0;
  font-weight: bolder;
}

.prod_item .details_item a.addToCard {
  border: 1px solid #0027c0;
  color: #000;
  padding: 5px;
  border-radius: 30px;
  position: absolute;
  bottom: 21px;
  left: 18px;
  transition: 0.5s;
}


.prod_item:hover .addToCard{
  background-color: #0027C0;
  color: #fff !important;
}

/*paralbg*/
.paralbg {
  padding: 150px 0;
  background: url('../images/bg.jpeg') no-repeat;
  position: relative;
  background-size: cover;
  min-height: 670px;
}

.paralbg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.36458333333333337) 0%, rgba(0,39,192,0.5690651260504201) 35%, rgba(0,39,192,1) 100%);
  /* min-height: 600px; */
}

.paralbg h2 {
  position: absolute;
  z-index: 9999;
  font-size: 48px;
  color: #fff;
  top: 25%;
  right: 7%;
  width: 30%;
  font-weight: 900;
}

.paralbg a {
  position: absolute;
  z-index: 9999;
  color: #0027C0;
  background: #fff;
  padding: 8px 19px;
  border-radius: 30px;
  bottom: 5%;
  right: 7%;
  font-size: 30px;
  font-weight: 900;
}


/* rememberWater */
.rememberWater {
  padding: 50px 0;
}

.detailsWaterRem {
  text-align: center;
  position: relative;
}

.Oneitem {
  position: absolute;
  top: 70px;
  right: 0px;
  font-size: 20px;
  color: #0027c0;
  font-weight: 900;
}

.Oneitem:after {
  content: url('../images/Vector1.png');
  position: absolute ;
}

.Twoitem {
  position: absolute;
  bottom: 70px;
  right: -160px;
  font-size: 20px;
  color: #0027c0;
  font-weight: 900;
}

.Twoitem:after {
  content: url('../images/Vector1.png');
  position: absolute;
}

.Threitem {
  position: absolute;
  top: 70px;
  left: -60px;
  font-size: 20px;
  color: #0027c0;
  font-weight: 900;
}

.Threitem:after {
  content: url('../images/Vector2.png');
  position: absolute;
  left: 220px;
}

.Fouritem {
  position: absolute;
  bottom: 70px;
  left: -110px;
  font-size: 20px;
  color: #0027c0;
  font-weight: 900;
}

.Fouritem:after {
  content: url('../images/Vector2.png');
  position: absolute;
  right: -200px;
}

.btn_garab {
  background-color: #0027C0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: table;
  text-align: center;
  padding: 10px 270px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: -20px;
  z-index: 9999;
  position: relative;
}


/* stepsItemAll */
.stepsItemAll {
  padding: 50px 0;
  background: linear-gradient(0deg, rgba(255,255,255,0.36458333333333337) 0%, rgba(0,39,192,0.5690651260504201) 35%, rgba(0,39,192,1) 100%);
}

.stepsItemAll .title h1 {
  color: #fff;
}

.stepsItem {
  display: flex;
  justify-content: space-between;
}

.stepsItem ul {}

.stepsItem ul li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.ImgItemSteps {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-left: 20px;
}

.ImgItemSteps img {}

.DetailsItemSteps {}

.DetailsItemSteps h2 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 19px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.DetailsItemSteps p {
  color: #fff;
  font-size: 21px;
}

.LeftImg {
}

.banner {
  background: #5973D6CC;
  display: inline-block;
  border-radius: 80px 80px 0px 0px;
  width: 100%;
}

.DetailsRigh {
  float: right;
}

.DetailsRigh img {
  margin-top: -130px;
}

.DetailsLeft {
  float: left;
  padding-left: 10%;
  margin-top: 70px;
}

.DetailsLeft h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;
}

.DetailsLeft a {
  background: #fff;
  display: inline-flex;
  margin-bottom: 40px;
  border-radius: 80px;
  padding: 4px 30px;
  align-items: center;
  margin-right: 15px;
  transition: 0.5s;
}

.DetailsLeft a img {
  width: 40px;
  height: 38px;
  margin-left: 10px;
}

.DetailsLeft a h3 {
  color: #000;
  font-size: 13px;
}

.DetailsLeft a h3 span {
  display: block;
  font-size: 18px;
}

.DetailsLeft a:hover {
  background: #6685ff;
}

/* footer */

footer {
  background: url('../images/bg_footer.png') no-repeat;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

footer:after {
  background: #0027c0c7;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

footer .aboutFooter {
  position: relative;
  z-index: 99;
  text-align: center;
}

.aboutFooter img {
  width: 220px;
}

footer .listFooter {
  position: relative;
  z-index: 99;
  margin-right: 60px;
}

.aboutFooter h2 {
  color: #fff;
  text-align: center;
}

.listFooter {}

.listFooter h3 {
  color: #fff;
  font-size: 21px;
  position: relative;
}

.listFooter h3:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 40%;
  background: #fff;
  right: 0;
  bottom: -10px;
}

.listFooter ul li {
  padding-top: 20px;
}

.listFooter ul li a {
  color: #fff;
}

.copyright {
  border-top: 1px solid #ddd;
  padding-top: 0px;
  text-align: left;
  position: relative;
  z-index: 699;
  margin-top: 40px;
}

.copyright h3 {
  color: #fff;
  font-size: 15px;
}

.btn_user a {
  background: #0000 !important;
  padding: 0 !important;
}

/**/
.sliderImgProduct .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliderImgProduct  .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.sliderImgProduct .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sliderImgProduct .swiper-slide {
  background-size: cover;
  background-position: center;
}

.sliderImgProduct .mySwiper2 {
  height: 80%;
  width: 100%;
  overflow: hidden;
}

.sliderImgProduct .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.sliderImgProduct .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.sliderImgProduct .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.sliderImgProduct .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #0027c0;
  border-radius: 25px;
}


.sliderImgProduct .swiper-button-prev {
  background-image: url('../images/arrow1.png');
  opacity: 1;
  background-size: 26px 40px;
  right: 0;
  background-color: #0000;
  bottom: 56px !important;
  top: auto;
}

.sliderImgProduct .swiper-button-next {
  background-image: url('../images/arrow2.png');
  opacity: 1;
  background-size: 26px 40px;
  left: 10px;
  right: auto;
  background-color: #0000;
  bottom: 56px !important;
  top: auto;
}

.sliderImgProduct {
  position: relative;
  overflow: hidden;
}

.btnProdctImg {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.btnProdctImg a {
  border: 1px solid #0027c0;
  border-radius: 25px;
  color: #0027c0;
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
}

.destailsProducts {
  padding: 50px 0;
}

.detailsTextProduct {
  padding-right: 30px;
}

.detailsTextProduct h2 {}

.detailsTextProduct h3 {
  color: #0027c0;
  font-size: 24px;

}

.rateItem ul {
  margin-left: 19px;
}

.rateItem ul li {
  display: inline-block;
}

.rateItem ul li i {}

.totalRate {
  font-weight: 900;
  margin-left: 15px;
}

.Allrate {}


.detailsTextProduct h3 span {
 color: #000;
  text-decoration: line-through;
}

.rateItem {
  display: flex;
  align-items: center;
}

#counter-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

div#counter-container button {
  border-radius: 50%;
  border: 0;
  background: #0027c0;
  color: #fff;
  font-size: 29px;
  width: 30px;
  height: 30px;
  line-height: 23px;
}

span#counter {
  font-size: 20px;
  font-weight: 900;
  margin: 0 20px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 2px solid #0027c0;
  border-radius: 50%;
  appearance: none;
  outline: none;
  cursor: pointer;
  margin-bottom: -6px;
}

input[type="checkbox"]:checked {
  background-color: #0027c0;
  border: 2px solid #0027c0;
  color: white;
}

label.labelText {
  color: #0027C0;
  display: block;
  font-size: 18px;
}

.detailsTextProduct form {
  margin-top: 40px;
}

.Space {
  margin-left: 40px;
}

.lableGroup {
  margin-bottom: 30px;
  width: 100%;
}

.lableGroupInput input {
  width: 80%;
  border: 1px solid #0027c0;
  border-radius: 30px;
  height: 45px;
  margin-bottom: 19px;
  color: #000;
  padding-right: 15px;
}

.Locatio {
  width: 80%;
  border: 1px solid #0027c0;
  border-radius: 30px;
  height: 45px;
  margin-bottom: 19px;
  color: #000;
  padding-right: 15px;
  display: block;
  line-height: 45px;
}

.Locatio i {
  float: left;
  padding: 15px;
  color: red;
}

.Submit {
  border: 1px solid #0027c0;
  border-radius: 25px;
  background: #0027c0;
  font-size: 18px;
  padding: 10px 30px;
  color: #fff;
  width: 80%;
  display: inline-block;
}

.lableGroupInput span {
  margin-right: 11px;
  color: #000;
}

.zoom-container {
  overflow: hidden;
  position: relative;
  width: 300px; /* ÙŠÙ…ÙƒÙ†Ùƒ ØªØ¹Ø¯ÙŠÙ„ Ø­Ø¬Ù… Ø§Ù„ØµÙˆØ±Ø© Ø­Ø³Ø¨ Ø§Ù„Ø­Ø§Ø¬Ø© */
  /* height: 200px; */
}

.zoom-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

/**RateDetailsText***/
.RateDetailsText {
  padding: 50px 0;
}

.tabs_Rate {
    margin-top: 50px;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  /* border:1px solid #eee; */
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  border: 1px solid #0027c0;
  border-radius: 30px;
  padding: 3px 20px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}


.tabbable-line > .nav-tabs > li.active {
  /* border-bottom: 4px solid #f3565d; */
  position: relative;
  background: #0027c0;
  border-radius: 30px;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #ffffff;
  background: #0000;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  /* border-top: 1px solid #eee; */
  padding: 15px 0;
  margin-top: 21px;
  text-align: center;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.Text {
  text-align: center;
  color: #000;
  font-size: 22px;
}

.Text span {
  display: block;
  font-size: 30px;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #eee0;
}

.RateAllDetails {
  text-align: right;
}

.RateAllDetails h3 {
  color: #000;
  font-weight: 900;
  font-size: 28px;
}

.RateAllDetails h3 i {
  color: #0027c0;
}

.RateAllDetails h4 {}

.rateUl {}

.rateUl li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.rateUl li i {
  color: #0027c0;
  font-size: 19px;
}

.rateUl li .LinePro {
  background: #0027c0;
  height: 11px;
  width: 150px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
}

.rateUl li .LinePro2 {
  background: #cccccd;
  height: 11px;
  width: 150px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
}

.customerRate {

}

.customerRate ul {
  border: 1px solid #0027c0;
  border-radius: 10px;
  padding: 15px;
}

.customerRate h2 {
  color: #000;
  font-weight: 900;
  margin-top: 0;
  font-size: 24px;
}

.customerRate ul li {
  border-bottom: 1px solid #0027c0;
  margin: 15px 5px;
}

.customerRate ul li .ratestar {
  float: right;
}

.customerRate ul li .ratestar i {
  color: #ffcc08;
}

.customerRate ul li span {
  float: left;
}

.customerRate ul li h3 {
  display: inline-block;
  color: #000;
  font-weight: 100;
  font-size: 18px;
  margin-top: 10px;
  width: 100%;
}

.customerRate ul li:last-child {
  border-bottom: 0px solid #0027c0;
}

/* cardDetails */
.cardDetails {
  padding: 50px 0;
}

.titleePage {
  margin-bottom: 40px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /* border: 1px solid #ddd; */
}

th, td {
  text-align: right;
  padding: 8px;
}

tr:nth-child(even){/* background-color: #f2f2f2; */}


img.iMgProd {
  display: block;
  width: 100px;
  height: 100%;
  object-fit: cover;
  border: 1px solid #0027c0;
  border-radius: 25px;
}

span.Price0 {
  text-decoration: line-through;
  font-size: 16px;
}

span.Price1 {
  color: #0027c0;
  font-size: 20px;
  display: block;
  font-weight: 900;
}

.TitleTable th {
  color: #0027c0;
  font-size: 20px;
}


.BtnConte {
  border: 1px solid #0027c0;
  background-color: #fff;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 10px 20px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  color: #000;
  margin-bottom: 21px;
}

.BtnBuy {
    border: 0;
    background-color: #0027c0;
    border-radius: 30px;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    padding: 18px 20px;
    display: block;
    text-align: center;
    color: #fff;
    width: 100%;
}

.TotalCart {}

.TotalCart h2 {
  color: #000;
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 22px;
}

.TotalCart ul {}

.TotalCart ul li {margin-bottom: 10px;border-bottom: 1px solid #000;padding-bottom: 10px;}

.TotalCart ul li span {
  float: left;
  color: #0027C0;
}

.copone {
  position: relative;
  width: 100%;
  margin-top: 26px;
}

.copone input {
  width: 100%;
  height: 50px;
  border: 1px solid #0027c0;
  border-radius: 30px;
  padding-right: 12px;
}

.copone a {
    border: 0;
    background-color: #0027c0;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 40px;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 5px;
    height: 42px;
    line-height: 39px;
}

.buyItem {
  text-align: center;
  margin-bottom:20px;
}

.buyItem img {
  width: 109px;
  border: 1px solid #0027c0;
  border-radius: 15px;
  padding: 15px;
  height: 100px;
}

.buyItem a {}

.buyItem h2 {
  color: #000;
  font-size: 24px;
  font-weight: 900;
}

.formBuy {
  text-align: center;
}

.formBuy img {
  margin-bottom: 30px;
}

.formBuy label {
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
}

.formBuy label input {
  width: 100%;
  height: 50px;
  border: 2px solid #0027c0;
  margin-top: 7px;
  border-radius: 10px;
  padding-right: 15px;
}

button.BtnBU {
  color: #fff;
  transition: 0.5s;
  font-size: 18px;
  padding: 12px 40px;
  width: 100%;
  border-radius: 15px;
  border: 0;
  background: #0027c0;
  margin: 15px 0;
}

span.TotalBU {display: block;font-size: 20px;}

span.PriceBU {
  font-size: 25px;
}

.checkSty {}

.checkSty span {
  padding-top: 7px;
  display: inline-block;
  padding-right: 17px;
}

.checkSty input{
  width: 20px !important;
  float: right;
  height: 20px !important;
  border-radius: 5px !important;
}

.AllMousem {}

.itemMousem {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #0027c0;
  margin-bottom: 20px;
  padding-bottom: 60px;
}

.itemMousem img {
  width: 100%;
  height: 240px;
}

.itemMousem h2 {
  text-align: center;
  color: #000;
  font-size: 20px;
}

.AllMousem {}

.itemMousem {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #0027c0;
  margin-bottom: 20px;
  padding-bottom: 60px;
  transition: 0.5s;
}

.itemMousem img {
  width: 100%;
  height: 240px;
}

.itemMousem h2 {
  text-align: center;
  color: #000;
  font-size: 20px;
}

.itemMousem:hover {
  background: #0027c0;
}

.itemMousem:hover h2 {
  color: #fff;
}

.BtnBuy2 {
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 17px 72px;
  margin-top: 30px;
}


.tabsOrders {}

.tabsOrders .tabbable-line > .nav-tabs > li.active {}

.tabsOrders .tabbable-line > .nav-tabs > li {
  width: 33%;
  border-radius: 0;
  border: 0;
}

.tabsOrders .tabbable-line > .nav-tabs {
  border: 1px solid #0027c0;
}

.tabsOrders .tabbable-line > .nav-tabs > li > a {
  text-align: center;
}

.ItemPresent {
  /* display: flex; */
  /* align-items: center; */
}

.ItemPresent li {
  display: flex;
  align-items: center;
  border: 1px solid #0027c0;
  text-align: right;
  border-radius: 15px;
  justify-content: space-around;
  margin-bottom: 20px;
}

.ItemPresent li img {
  width: 120px;
  border: 1px solid #0027c0;
  border-radius: 15px;
  margin: 10px 0;
}

.ItemPresent li .TextOrDer  h2{
  font-size: 20px;
}

.ItemPresent li .TextOrDer h3{
  margin: 0;
  font-size: 15px;
}

.ItemPresent li .TextOrDer h4 {
  color: #0027c0;
  font-weight: 900;
}

.ItemPresent li .TextOrDer h4 span {
  font-weight: 100;
  text-decoration: line-through;
  color: #000;
  font-size: 14px;
}

.InfoOrDer {
  margin-right: 100px;
}

.InfoOrDer p {
  margin-bottom: 3px;
}

.BtnOrDer {}

.BtnOrDer a {
  color: #000000;
  background: #fff;
  font-family: 'din_b';
  border-radius: 30px;
  border: 1px solid #101010;
  padding: 4px 20px;
  display: block;
  margin-bottom: 11px;
}

.fatora {
  background: #0027c0;
  color: #fff;
  width: 80px;
  height: 100px;
  position: absolute;
  line-height: 123px;
  text-align: center;
  left: 110px;
  border-radius: 100%;
  overflow: hidden;
  clip-path: polygon(50% 0, 104% 72%, 84% 96%, 50% 100%, 2% 90%, 0% 70%);
}


.fator {
  height: 708px;
  width: 1063px;
  border-radius: var(--br-xl);
  background-color: var(--color3);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  display: none;
  max-width: 100%;
}
.b,
.fator,
.fatora-w {
  position: relative;
}
.fatora-w {
  width: 1033.8px;
  height: 685.9px;
  border-radius: var(--br-xl);
  background-color: var(--color2);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  display: none;
  max-width: 100%;
  z-index: 0;
}
.b {
  line-height: 16px;
  z-index: 2;
}
.wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-10xs);
}
.b1 {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: var(--color-gray);
  z-index: 2;
}
.frame-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 17px 0;
}
.eu-6999,
.h1 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}

.eu-6999 {
  font-size: var(--font-size-xs);
  color: var(--color-gray);
}
.network-icon-frame,
.payment-status-frame {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.network-icon-frame {
  align-items: flex-end;
  gap: 20px 0;
}
.payment-status-frame {
  align-items: flex-start;
  padding: var(--padding-8xs) 0 0;
  font-size: var(--font-size-5xl);
}
.frame-parent,
.group-frame {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
}
.frame-parent {
  width: 918px;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.group-frame {
  align-self: stretch;
  justify-content: flex-end;
  padding: 0 var(--padding-10xs) var(--padding-8xs);
  box-sizing: border-box;
  text-align: center;
}
.icon {
    height: 94px;
    width: 106.9px;
    position: absolute;
    margin: 0 !important;
    top: -113px;
    left: 0;
    object-fit: cover;
    z-index: 3;
}
.email-field-frame {
  height: 1px;
  flex: 1;
  position: relative;
  border-top: 1px solid var(--color-gray);
  box-sizing: border-box;
  max-width: 100%;
  z-index: 4;
}
.input-frame,
.line-separator-frame {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.line-separator-frame {
  height: 11px;
  flex: 1;
  padding: 0 var(--padding-11xs) var(--padding-2xs) 0;
  box-sizing: border-box;
}
.input-frame {
  align-self: stretch;
  position: relative;
}
.b2,
.b3 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.frame-detail-request,
.frame-line-frame {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
}
.frame-detail-request {
  flex: 1;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.frame-line-frame {
  width: 603px;
  justify-content: flex-start;
  padding: 0 var(--padding-9xs) 0 var(--padding-10xs);
  box-sizing: border-box;
}
.yrzqxpicl-5-icon {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
  z-index: 2;
}
.rectangle-pic-frame {
  height: 146px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-5xs);
  box-sizing: border-box;
}
.b4,
.yrzqxpicl-4-icon {
  position: relative;
  z-index: 2;
}
.b4 {
  line-height: 16px;
  }
.yrzqxpicl-4-icon {
  height: 58px;
  width: 58px;
  object-fit: cover;
  margin: 0 2px;
}
.frame-europe-payment {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: end;
}
.text-product-image-label {
  width: 211px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 3px 0;
  min-width: 211px;
}
.b5,
.div {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.div {
  font-weight: 500;
}
.b5 {
  font-size: var(--font-size-xs);
  color: var(--color3);
}
.frame-network {
  align-self: stretch;
  width: 441px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-xl);
  max-width: 100%;
}
.line-separator,
.text-payment-amount {
  align-self: stretch;
  box-sizing: border-box;
}
.line-separator {
  height: 17px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 var(--padding-10xs);
  max-width: 100%;
}
.text-payment-amount {
  height: 1px;
  position: relative;
  border-top: 1px solid var(--color-gray);
  z-index: 6;
}
.b6,
.div1 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.div1 {
  font-weight: 500;
}
.b6 {
  font-size: var(--font-size-xs);
  color: var(--color3);
}
.client-info-frame,
.network-payment-line {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
}
.network-payment-line {
  align-self: stretch;
  flex: 1;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.client-info-frame {
  width: 454px;
  height: 17px;
  justify-content: flex-start;
  padding: 0 var(--padding-9xs) 0 var(--padding-10xs);
  box-sizing: border-box;
}
.country-city-region-frame {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid var(--color-gray);
  box-sizing: border-box;
  z-index: 6;
}
.payment-details-line {
  align-self: stretch;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px 0;
  max-width: 100%;
}
.p,
.p1 {
  margin: 0;
}
.b7,
.div2 {
  position: relative;
  z-index: 2;
}
.div2 {
  line-height: 12px;
  font-weight: 500;
}
.b7 {
  line-height: 16px;
}
.payment-info-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-11xs) 0 0;
  font-size: var(--font-size-xs);
  color: var(--color3);
}
.date-of-payment-line {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  gap: var(--gap-xl);
}
.currency-symbol-frame,
.frame-failure {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.currency-symbol-frame {
  flex-direction: row;
  padding: 0 var(--padding-9xs) 0 var(--padding-2xs);
  box-sizing: border-box;
}
.frame-failure {
  flex-direction: column;
  gap: 11px 0;
  font-size: 12px;
}
.sale-price-frame {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid var(--color-gray);
  box-sizing: border-box;
  z-index: 6;
}
.b8 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.discount-amount-frame {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-10xs);
}
.country-region-frame {
  align-self: stretch;
  height: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px 0;
  font-size: var(--font-size-sm);
  color: var(--color-gray);
}
.b9 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.frame-success,
.phone-number-frame {
  display: flex;
  justify-content: flex-start;
}
.phone-number-frame {
  flex-direction: row;
  align-items: flex-start;
  padding: 0 var(--padding-10xs);
  font-size: var(--font-size-xs);
  color: var(--color3);
}
.frame-success {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px 0;
  max-width: 100%;
}
.frame-order-details,
.frame-product-image {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.frame-order-details {
  flex-direction: column;
  padding: var(--padding-6xs) 0 0;
  box-sizing: border-box;
  min-width: 325px;
  color: var(--color);
}
.frame-product-image {
  flex-direction: row;
  gap: 0 8px;
  min-width: 467px;
}
.frame-line-group,
.frame-pic-frame {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 100%;
}
.frame-pic-frame {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 63px;
  font-size: var(--font-size-3xs);
  color: var(--color3);
}
.frame-line-group {
  width: 100%;
  flex-direction: column;
  gap: 1px 0;
}
.frame-parent1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 100%;
  font-size: var(--font-size-sm);
  color: var(--color-gray);
}
.div3 {
  position: relative;
  line-height: 16px;
  font-weight: 500;
  z-index: 2;
}
.product-details-line,
.product-details-line1 {
  height: 1px;
  flex: 1;
  position: relative;
  border-top: 1px solid var(--color-gray);
  box-sizing: border-box;
  max-width: calc(100% - 497px);
  z-index: 7;
}
.product-details-line1 {
  z-index: 6;
  margin-left: -4px;
}
.billing-address-frame {
  height: 0;
  flex-direction: row;
  align-items: flex-start;
}
.billing-address-frame,
.delivery-address-line,
.name-frame {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.delivery-address-line {
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px 0;
}
.name-frame {
  height: 22px;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 var(--padding-10xs) 0 0;
  box-sizing: border-box;
  color: var(--color);
}
.b10 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.date-picker-line {
  font-weight: 500;
}
.b11,
.date-picker-line,
.t5900hotmailcom {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.b11 {
  color: var(--color3);
}
.t5900hotmailcom {
  font-weight: 500;
  white-space: nowrap;
}
.shipping-address-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-3xs) 0 0;
  text-align: left;
}
.phone-number-line {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 var(--padding-12xs) 0 0;
  gap: var(--gap-xl);
  margin-top: -3px;
  color: var(--color);
}
.billing-details-frame {
  width: 941px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 100%;
}
.customer-info-frame {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 var(--padding-10xs);
  box-sizing: border-box;
  max-width: 100%;
}
.frame-with-lines,
.rectangle-frame {
  height: 1px;
  position: relative;
  border-top: 1px solid var(--color-gray);
  box-sizing: border-box;
}
.rectangle-frame {
  flex: 1;
  max-width: calc(100% - 499px);
  z-index: 7;
}
.frame-with-lines {
  align-self: stretch;
  z-index: 6;
}
.frame-with-text,
.line-frame {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}
.frame-with-text {
  height: 0;
  width: 499px;
  flex-direction: column;
  padding: 0;
  max-width: calc(100% - 501px);
}
.line-frame {
  align-self: stretch;
  height: 8px;
  flex-direction: row;
  padding: 0 0 var(--padding-5xs);
  max-width: 100%;
}
.product-name-line {
  position: relative;
  line-height: 16px;
  font-weight: 500;
  z-index: 2;
}
.subtotal-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-9xs);
  color: var(--color);
}
.b12 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.order-quantity-line {
  height: 18px;
  width: 81px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
}
.b13,
.payment-status-line {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.payment-status-line {
  line-height: 12px;
  font-weight: 500;
  color: var(--color);
}
.order-status-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px 0;
}
.discount-amount-line {
  width: 941px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-xl);
  max-width: 100%;
}
.currency-symbol-frame1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 var(--padding-10xs);
  box-sizing: border-box;
  max-width: 100%;
}
.horizontal-line {
  width: 1px;
  height: 410.2px;
  position: absolute;
  margin: 0 !important;
  top: 93.8px;
  left: 515.5px;
  /* border-right: 1px solid var(--color-gray); */
  box-sizing: border-box;
  z-index: 5;
}
.frame-child,
.line-frame-child {
  height: 1px;
  position: relative;
  border-top: 1px solid var(--color-gray);
  box-sizing: border-box;
}
.line-frame-child {
  flex: 1;
  max-width: calc(100% - 499px);
  z-index: 7;
}
.frame-child {
  align-self: stretch;
  z-index: 6;
}
.line-frame-inner,
.line-frame1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}
.line-frame-inner {
  height: 0;
  width: 499px;
  flex-direction: column;
  padding: 0;
  max-width: calc(100% - 501px);
}
.line-frame1 {
  align-self: stretch;
  height: 7px;
  flex-direction: row;
  padding: 0 0 var(--padding-6xs);
  max-width: 100%;
}
.b14,
.div4 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.div4 {
  font-weight: 500;
}
.b14 {
  color: var(--color3);
}
.time-stamp {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 var(--padding-12xs) 0 0;
  box-sizing: border-box;
  max-width: 100%;
  gap: var(--gap-xl);
}
.line-separator1,
.product-name {
  align-self: stretch;
  box-sizing: border-box;
}
.product-name {
  /* display: flex; */
  /* flex-direction: row; */
  /* align-items: flex-start; */
  /* justify-content: flex-start; */
  padding: 0 var(--padding-6xs) 0 var(--padding-lg);
  max-width: 100%;
  flex-shrink: 0;
}
.line-separator1 {
  height: 1px;
  position: relative;
  border-top: 1px solid var(--color-gray);
  z-index: 6;
}
.b15,
.country-city-area {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.country-city-area {
  font-weight: 500;
}
.b15 {
  color: var(--color3);
}
.customer-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: right;
  padding: 0 var(--padding-12xs) 0 0;
  box-sizing: border-box;
  min-height: 17px;
  max-width: 100%;
  gap: var(--gap-xl);
}
.order-details,
.request-date,
.request-info {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.order-details {
  /* align-self: stretch; */
  /* flex-direction: row; */
  /* align-items: flex-start; */
  padding: 0 var(--padding-6xs) 0 var(--padding-9xs);
  box-sizing: border-box;
  flex-shrink: 0;
}
.request-date,
.request-info {
  /* flex-direction: column; */
}
.request-date {
  /* align-self: stretch; */
  /* align-items: center; */
  /* gap: 12px 0; */
}
.request-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0 var(--padding-12xs) var(--padding-10xs) 0;
  box-sizing: border-box;
  justify-content: end;
}
.b16,
.b17 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}

.div5 {
  position: relative;
  line-height: 16px;
  font-weight: 500;
  color: var(--color);
  z-index: 3;
  margin-top: -1px;
}
.frame-container,
.total-price {
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: flex-end; */
  /* justify-content: flex-start; */
  font-size: var(--font-size-xs);
  color: var(--color3);
  width: 100%;
}
.total-price {
  /* gap: 8px 0; */
  font-size: var(--font-size-sm);
  color: var(--color-gray);
}
.delivery-address-frame {
  /* flex: 1; */
  display: flex;
  /* flex-direction: row; */
  align-items: flex-end;
  /* justify-content: space-between; */
  max-width: 100%;
  gap: var(--gap-xl);
}
.order-date-and-time-frame {
  align-self: stretch;
  /* display: flex; */
  /* flex-direction: row; */
  /* align-items: flex-start; */
  /* justify-content: flex-start; */
  padding: 0 var(--padding-10xs) var(--padding-8xs) 0;
  box-sizing: border-box;
  max-width: 100%;
  color: var(--color);
}
.line-div,
.line-frame-item {
  height: 1px;
  flex: 1;
  position: relative;
  border-top: 1px solid var(--color-gray);
  box-sizing: border-box;
  max-width: calc(100% - 502px);
  z-index: 3;
}
.line-div {
  max-width: calc(100% - 497px);
  z-index: 2;
  margin-left: -1px;
}
.line-frame2 {
  align-self: stretch;
  height: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-sm);
  box-sizing: border-box;
  max-width: 100%;
}
.span {
  color: var(--color-firebrick);
}
.span1 {
  font-weight: 500;
  color: var(--color-gray);
}
.div6,
.div7 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.div7 {
  font-weight: 500;
}
.frame,
.line-frame3 {
  display: flex;
  align-items: flex-start;
}
.frame {
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--padding-10xs) 0 0;
  font-size: var(--font-size-sm);
}
.line-frame3 {
  align-self: stretch;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 var(--padding-9xs) var(--padding-base) var(--padding-10xs);
  gap: var(--gap-xl);
}
.line-frame-child1,
.line-frame4 {
  box-sizing: border-box;
  max-width: 100%;
}
.line-frame-child1 {
  height: 1px;
  flex: 1;
  position: relative;
  border-top: 1px solid var(--color-gray);
  z-index: 2;
}
.line-frame4 {
  align-self: stretch;
  height: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-sm);
}
.span2 {
  color: var(--color-firebrick);
}
.span3 {
  font-weight: 500;
  color: var(--color-gray);
}
.div8,
.div9 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.div9 {
  font-weight: 500;
}
.label-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-9xs) 0 0;
  font-size: var(--font-size-sm);
}
.parent,
.receiving-country-city-area {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.parent {
  flex: 1;
  justify-content: space-between;
  max-width: 100%;
  gap: var(--gap-xl);
}
.receiving-country-city-area {
  align-self: stretch;
  justify-content: flex-start;
  padding: 0 var(--padding-10xs) var(--padding-mini) var(--padding-2xs);
}
.line-frame-child2,
.line-frame5,
.receiving-country-city-area {
  box-sizing: border-box;
  max-width: 100%;
}
.line-frame-child2 {
  height: 1px;
  flex: 1;
  position: relative;
  border-top: 1px solid var(--color-gray);
  z-index: 2;
}
.line-frame5 {
  align-self: stretch;
  height: 13px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-smi);
}
.span4 {
  color: var(--color-firebrick);
}
.span5 {
  font-weight: 500;
  color: var(--color-gray);
}
.div10,
.div11 {
  position: relative;
  line-height: 16px;
  z-index: 2;
}
.div11 {
  font-weight: 500;
}
.frame-div,
.line-frame6 {
  display: flex;
  align-items: flex-start;
}
.frame-div {
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--padding-10xs) 0 0;
  font-size: var(--font-size-sm);
}
.line-frame6 {
  align-self: stretch;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 var(--padding-9xs) 0 var(--padding-10xs);
  gap: var(--gap-xl);
}
.inner-frame {
    flex: 1;
    border-radius: var(--br-xl);
    background-color: var(--color2);
    /* box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-7xl) 19px var(--padding-7xl) var(--padding-base);
    box-sizing: border-box;
    position: relative;
    gap: 5px 0;
    max-width: 100%;
    z-index: 1;
    border: 7px solid;
}
.container-frame-group,
.fator-parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
}
.fator-parent {
  /* width: 1063px; */
  /* border-radius: var(--br-xl); */
  /* background-color: var(--color3); */
  /* box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25); */
  align-items: center;
  /* padding: var(--padding-2xs) var(--padding-smi) var(--padding-xs)
    var(--padding-mini); */
  /* max-width: 100%; */
  text-align: right;
  font-size: var(--font-size-xs);
  color: var(--color3);
  direction: ltr;
}
.container-frame-group {
  width: 100%;
  position: relative;
  background-color: var(--color2);
  overflow: hidden;
  align-items: flex-start;
  padding: 145px var(--padding-xl) 508px var(--padding-2xl);
  letter-spacing: normal;
}
@media screen and (max-width: 950px) {
  .frame-pic-frame {
    gap: 0 63px;
  }
  .delivery-address-frame {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .text-product-image-label {
    flex: 1;
  }
  .frame-product-image {
    flex-wrap: wrap;
    min-width: 100%;
  }
  .frame-pic-frame {
    gap: 0 63px;
  }
  .inner-frame {
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .h1 {
    font-size: var(--font-size-lgi);
    line-height: 13px;
  }
  .date-of-payment-line,
  .frame-detail-request,
  .frame-parent {
    flex-wrap: wrap;
  }
  .date-picker-line {
    width: 100%;
    height: 5px;
  }
  .customer-info,
  .discount-amount-line,
  .line-frame3,
  .line-frame6,
  .parent,
  .phone-number-line,
  .time-stamp {
    flex-wrap: wrap;
  }
}


.DetilsPrevious {
  text-align: center;
}

.DetilsCanceled {
  text-align: center;
}

.Offers {}

.Offers img {
  margin-bottom: 20px;
  border-radius: 20px;
}

.Setting {
  border: 0;
  background-color: #0027c0;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  float: left;
}

.WaterRemeber {text-align: center;min-height: 500px;background: url('../images/backgroundwater.svg');background-size: cover;background-position: center 130px;background-repeat: no-repeat;}

.WaterRemeber h1 {
  color: #000;
  font-size: 55px;
}

.WaterRemeber h1 span {
  font-weight: 900;
  font-size: 75px;
}

.WaterRemeberPage {
  padding-top: 50px;
  position: relative;
}

.Litrwater {
    position: absolute;
    z-index: 999;
    background: #fff;
    bottom: 0;
    text-align: center;
    border: 1px solid #0027c0;
    right: 50px;
}

.Litrwater li {
    padding: 5px;
}

.Litrwater li img {
    width: 80px;
    height: 60px;
}

.Litrwater li h4 {
    font-size: 13px;
}

.Litrwater li.ActiveWater {
    background: #ddd;
}

.Litrwater li.ActiveWater img {
  height:50px;
  width:40px;
}

.totalContent {
    text-align: center;
}

.totalContent img {}

.totalContent h2 {
    color: #000;
    font-size: 17px;
}

.totalContent .totalinput {
    border: 1px solid #0027c0;
    border-radius: 30px;
    padding: 5px 15px;
    position: relative;
}

.totalContent .totalinput input {
    width: 100%;
    border: 0;
    height: 40px;
}

.totalContent .totalinput span {
    position: absolute;
    left: 12px;
    top: 4px;
    border-right: 1px solid #0027c0;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
}

.totalContent a {
    display: block;
    background: #0027c0;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 11px;
    margin-top: 18px;
    border-radius: 30px;
}

.settingWater {
    padding-bottom: 80px;
}

.settingWater h2 {
    border: 1px solid #0027c0;
    font-size: 22px;
    padding: 10px;
    border-radius: 30px;
}

.settingWater h2 span {
    text-align: left;
    float: left;
    color: #0027c0;
    font-size: 17px;
}

.settingWater p {
    text-align: center;
}

.settingWater ul {
    border: 1px solid #0027c0;
    border-radius: 15px;
    padding: 15px;
}

.settingWater ul li {
  color: #000;
  font-size: 17px;
  display: ruby-text;
}

.settingWater ul li span {
    float: left;
    color: #0027c0;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slideronoff {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slideronoff:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.switch input:checked + .slideronoff {
  background-color: #2196F3;
}

.switch input:focus + .slideronoff {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slideronoff:before {
  transform: translateX(26px);
}


.numberCheck {
}

.numberCheck h2 {
    text-align: center;
    background: #0027c0;
    margin: 0;
    color: #fff;
    font-size: 21px;
    padding: 16px 0;
    border-radius: 4px 4px 0px 0px;
}

.BtnNumber {text-align: center;}

.BtnNumber a {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    margin: 22px 5px;
}

.BtnNumber a.ActiveNumber {
    background: #0027c0;
    color: #fff;
}

.sliderNU {}

.sliderNU .slide {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
}

.sliderNU .slide.active {
  display: flex;
}

.sliderNU .slide h2 {
  background: #0000;
  color: #000;
  font-size: 70px;
}

.arrownumber {
    text-align: center;
}

.arrownumber button {
    background: #0000;
    border: 1px solid #ddd;
}

.Login {
    text-align: center;
    padding-bottom: 50px;
}

.Login p {
    font-size: 16px;
}

.Login input {
    width: 100%;
    height: 65px;
    padding-right: 20px;
    border: 1px solid #0027c0;
    border-radius: 30px;
    margin-bottom: 15px;
    font-size: 17px;
}

.Login h2 {
    font-size: 16px;
}

.Login h2 a {}

.Login button {
    color: #ffffff;
    background: #0027c0;
    font-family: 'din_b';
    border-radius: 30px;
    padding: 18px 100px;
    border: 0;
    margin-top: 30px;
    font-size: 20px;
}


.Login textarea {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #0027c0;
}

.contactInfo {}

.contactInfo h3 {}

.contactInfo p {
  font-size: 20px;
  color: #0027c0;
}

.Login img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #0027c0;
  margin-bottom: 30px;
}


.DropMenu ul {
  display: none;
  width: 200px;
  position: absolute;
  z-index: 999;
  background: #0027c0;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  /* top: 70px; */
}

.btn_user:hover .DropMenu ul {
  display: block !important;
}

.btn_user {
  position: relative;
}

.DropMenu li a {
  color: #fff !important;
  padding-bottom: 15px !important;
}

#map { position: absolute; top: 0; bottom: 0; width: 100%; }

.contentPagee {
  padding: 50px 0;
}


.slider .swiper-button-prev, .slider .swiper-button-next {
  top: 50% !important;
}

.rateItem ul li i.active {
  color: #e9d900;
}

.pagination {
  margin: 20px auto;
  text-align: center;
}

.pagination a {
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
  margin: 0 4px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.pagination a.active {
  background-color: #0027c0;
  color: white;
  border-color: #0027c0;
}

.form_det {
  margin-top: 30px;
}

.lableGroupInput select {
  width: 100%;
  border: 1px solid #0027c0;
  border-radius: 30px;
  height: 45px;
  margin-bottom: 19px;
  color: #000;
  padding-right: 15px;
}

.error {
  border: 1px solid red;
    border-radius:30px;
}

.done {
  border: 1px solid green;
    border-radius:30px;
}


.notifications-table {
  margin: 20px auto;
}

.flex {
  display: flex;
}



.success {
  padding: 1rem;
  border-radius: 0.375rem;
  background-color: rgb(243 243 243);
  margin-bottom: 20px;
}

.successnotred {
  background-color: rgb(240 253 244);
}

.succes-svg {
  color: rgb(74 222 128);
  width: 19px;
  height: 19px;
  margin-left: 12px;
}

.success-prompt-wrap {
  margin-left: 0.75rem;
}

.success-prompt-heading {
  font-weight: bold;
  color: rgb(22 101 52);
}

.success-prompt-prompt {
  margin-top: 0.5rem;
  color: rgb(21 128 61);
}

.success-button-container {
  display: flex;
  margin-top: 0.875rem;
  margin-bottom: -0.375rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.success-button-main {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #ECFDF5;
  color: rgb(22 101 52);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
  border-radius: 0.375rem;
  border: none
}

.success-button-main:hover {
  background-color: #D1FAE5;
}

.success-button-secondary {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.75rem;
  background-color: #ECFDF5;
  color: #065F46;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.375rem;
  border: none;
}


#counter-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}


.btn_lang i {
  color: #fff;
  font-size: 19px;
}
.btn_lang {
  float: left;
  color: #fff;
  position: absolute;
  left: -50px;
  top: 38px;
}

.btn_lang span {
  color: #fff;
  font-size: 18px;
}

.lableGroup .Space {
    /* display: flex; */
    width: 100%;
    position: relative;
    align-items: center;
    margin-bottom:20px;
}

.lableGroup .Space label {
    padding-right:15px;
}


.lableGroup .Space img {
    width: 41px;
    height: 25px;
    margin-right: 7px;
}

.lableGroup .Space input[type="radio"] {
    margin-bottom: 0px;
}


.MyLocation {}

.ItemLocation {
    text-align: center;
    border-radius: 15px;
    border: 2px solid #ddd;
    margin-bottom:15px;
     overflow: hidden;
}


.ItemLocation i {
    font-size: 30px;
    padding: 50px 0;
}

.ItemLocation h2 {
    background: #0027c0;
    color: #fff;
    padding: 30px 0;
    margin: 0;
    font-size: 18px;
}

.ItemLocation2 h2 {
    background: #fff;
    color: #000;
    padding: 30px 0;
    margin: 0;
    font-size: 18px;
}

.TitleSinglPage {
    font-size: 22px;
    color: #000000;
    font-family: 'din_b';
}

.Login h2 {
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #3856ce !important;
    padding: 5px 0;
}

.Login textarea {
    padding: 15px;
}


header {
    z-index:99;
    position: relative;
}


.AddAdress {
    background: #0027c0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
}

.AddAdress i {}

.AddAdress:hover {
    color: #fff;
}


