@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 11px;
    padding-left: 11px;
  }
}
@font-face {
  font-family: NotoB;
  src: url(/fonts/NotoSansGeorgian-Bold.ttf?83bd41da4f529e35a8aea000d60200ee);
}
@font-face {
  font-family: NotoR;
  src: url(/fonts/NotoSansGeorgian-Regular.ttf?093a09d8d72bc29b7436d8cf3451be26);
}
@font-face {
  font-family: NotoM;
  src: url(/fonts/NotoSansGeorgian-Medium.ttf?570d747c00e4a71637994fa15fd1cc90);
}
@font-face {
  font-family: Got;
  src: url("/fonts/Gotham Pro_Light.ttf?ac4d82c65f209b7fa7e52b782bafdcbb");
}
@font-face {
  font-family: Mrg;
  src: url(/fonts/bpg-mrgvlovani-webfont.woff?15b0123d28d0839ce32b814e0705c0dd);
}
@font-face {
  font-family: Arial;
  src: url(/fonts/bpg_arial_2009.ttf?cc074fcb5a0f5d5acf4bd7edefb24885);
}
@font-face {
  font-family: kirovi;
  src: url(/fonts/gl-kirovi-bold.ttf?505654b18a84aaade6173278dc063c66);
}
body {
  overflow-x: hidden;
}

.navbar {
  padding-bottom: 22px;
  padding-top: 15px;
  transition: all 0.3s linear;
  z-index: 889;
  box-shadow: 0px 1px 6px 0px #1E1E1E0F;
}
.navbar.scrol {
  padding-bottom: 20px;
}
.navbar.scrol .logo {
  width: 96px;
}

a {
  text-decoration: none;
}

.logo {
  transition: all 0.3s linear;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  margin-right: 152px;
}

.switch {
  margin-bottom: 0;
  display: flex;
}
.switch li {
  list-style: none;
}
.switch li a {
  display: block;
  font-size: 16px;
  font-family: NotoB;
  font-weight: 600;
  color: #FFFFFF;
  padding: 14px 104px;
  text-align: center;
  position: relative;
  min-width: 361px;
  line-height: 21.76px;
}
.switch li a.active::before {
  content: "";
  position: absolute;
  width: 41%;
  height: 12px;
  border-radius: 7px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.switch li:first-child {
  border-radius: 30px 0px 0px 30px;
  background-color: #FF4F2C;
}
.switch li:last-child {
  border-radius: 0px 30px 30px 0px;
  background-color: #095646;
}

.profile {
  margin-right: 20px;
}

#navbarNav {
  justify-content: space-between;
  align-items: center;
}

.nav-link:not(.lns) {
  font-family: NotoB;
  font-weight: 600;
  color: #FF4F2C;
  font-size: 16px;
  padding-bottom: 7px;
}
.nav-link.acl {
  margin: 0 0 0 52px;
}
.nav-link i {
  font-size: 21px;
  top: 3px;
  position: relative;
}

.lns {
  cursor: pointer;
  width: 82px;
  height: 34px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #F0F0F0;
  border-radius: 8px;
  position: relative;
  top: 5px;
}
.lns:first-child {
  font-family: NotoR;
  font-weight: 500;
  color: #393939;
}
.lns:last-child {
  color: #095646;
}

.togglemenu {
  list-style: none;
  padding-left: 0;
}

.lans {
  margin-left: 60px;
}
.lans i {
  font-size: 18px !important;
  top: 4px;
}

.menus.show {
  border: 1px solid !important;
  border-color: transparent !important;
}
.menus:focus {
  border: 1px solid !important;
  border-color: transparent !important;
}
.menus i {
  color: #095646;
}

.dropdown-menu {
  border: 1px solid #6262621a !important;
  border-radius: 11px !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FF4F2C;
}

.dropdown-item {
  font-family: Got;
  font-weight: bold;
  font-size: 13px;
  color: #050707b0;
  padding: 9px 18px;
}

.carts {
  position: relative;
}
.carts span {
  width: 15px;
  position: absolute;
  background-color: #FF4F2C;
  color: #fff;
  font-size: 10px;
  height: 15px;
  top: 7px;
  left: 0px;
  z-index: 77;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carts sub {
  font-size: 12px;
  bottom: -5px;
  display: block;
}

.smcart + i {
  top: 4px;
  font-size: 18px;
}

.search {
  border-radius: 16px;
  margin-top: 27px;
  background-color: #F0F0F0;
  padding: 17px 50px;
  line-height: 19.04px;
  font-family: NotoR;
}
.search .col-lg-2,
.search .col-lg-3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-right: 1px solid #c9c9c936;
}
.search .col-lg-2:last-child,
.search .col-lg-3:last-child {
  border-right: 1px solid transparent;
}
.search input:focus,
.search select:focus {
  box-shadow: none !important;
  outline: 0;
  background-color: transparent;
}
.search select, .search .minedr {
  background-image: url(/images/chev.svg?0aad4d78efbded51124da55741454c39);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.search input, .search select, .search .minedr {
  font-family: "NotoM";
  border-radius: 16px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px 14px;
  border: 1px solid #c9c9c94f;
  background-color: transparent;
}
.search input::-moz-placeholder, .search select::-moz-placeholder, .search .minedr::-moz-placeholder {
  opacity: 0.5;
}
.search input:-ms-input-placeholder, .search select:-ms-input-placeholder, .search .minedr:-ms-input-placeholder {
  opacity: 0.5;
}
.search input::placeholder, .search select::placeholder, .search .minedr::placeholder {
  opacity: 0.5;
}
.search [type=checkbox] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.search select {
  border: 0;
  font-weight: bold;
}
.search select::-moz-placeholder {
  font-size: 18px;
  color: #1E0A0A;
}
.search select:-ms-input-placeholder {
  font-size: 18px;
  color: #1E0A0A;
}
.search select::placeholder {
  font-size: 18px;
  color: #1E0A0A;
}
.search .searchsbtn {
  border-radius: 8px;
  color: #0a0707;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  border: 0;
  padding: 8px 15px;
}
.search [name=q] {
  border-radius: 30px;
}
.search .gp4 {
  position: relative;
}

.subheader {
  margin: 48px 0 32px;
  font-family: NotoB;
  font-size: 20px;
  line-height: 27.2px;
}
.subheader .red {
  color: #FF4F2C !important;
}
.subheader .green {
  color: #095646 !important;
}

.products.bgsc {
  background-color: #F4ECDF;
}
.products.bgsc h2 {
  font-weight: bold;
  font-family: Got;
  margin-bottom: 15px;
  color: #1f2020;
  font-size: 21px;
}
.products.serc .prodcard .options {
  padding: 13px 12px;
}
.products.serc .prodcard .options .item {
  gap: 9px;
}
.products.serc .prodcard .options .moreops .item {
  padding: 13px 12px;
}
.products.serc .prodcard .cardbody .bywith {
  margin-top: 15px;
  display: block;
}
.products.serc .prodcard .cardbody .bywith button {
  margin-top: 7px;
  width: 100%;
}
.products .prodcard {
  position: relative;
  padding: 0 32px 32px;
  position: relative;
  margin-bottom: 35px;
}
.products .prodcard .changs.mb-0 {
  margin-left: 10px;
}
.products .prodcard:not(.ordersec)::before {
  content: "";
  background-color: #F0F0F0;
  width: 100%;
  border-radius: 16px;
  height: 80%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.products .prodcard img.addcart {
  z-index: 99999;
  position: fixed;
}
.products .prodcard .wish {
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 88;
  right: 21px;
  top: 12px;
}
.products .prodcard .hoverable {
  overflow: hidden;
  position: relative;
}
.products .prodcard .imghov {
  transition: all 0.6s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.products .prodcard:hover .imghov {
  opacity: 1;
}
.products .prodcard img:not(.imghov) {
  width: 100%;
  height: 284px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.products .prodcard .cardbody {
  position: relative;
}
.products .prodcard .cardbody h2 {
  font-size: 16px;
  margin: 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #393939;
  font-family: NotoB;
}
.products .prodcard .cardbody p:not(.options p, .multi p) {
  color: #1E0A0A;
  margin: 0 0 24px;
  color: #393939;
  opacity: 0.6;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  min-height: 42px;
}
.products .prodcard .cardbody .bywith {
  display: flex;
  justify-content: space-between;
  color: #1E0A0A;
  gap: 22px;
}
.products .prodcard .cardbody .bywith button {
  font-family: NotoB;
  border-radius: 24px;
  width: 50%;
  line-height: 19.04px;
  border: 0;
  color: #fff;
  padding: 12px 26px;
  margin-top: 24px;
  font-size: 14px;
}
.products .prodcard .cardbody .bywith button.bg-primary {
  background-color: #afe2dd !important;
  border: 1px solid #afe2dd !important;
  color: #000 !important;
}
.products .prodcard .cardbody .bywith button:nth-child(1) {
  background-color: #095646;
}
.products .prodcard .cardbody .bywith button:nth-child(2) {
  background-color: #FF4F2C;
}
.products .prodcard .options {
  display: flex;
  justify-content: space-between;
  padding: 19px 24px;
  cursor: pointer;
  position: relative;
  background-color: #C9C9C940;
  border-radius: 30px;
}
.products .prodcard .options .moreops {
  display: none;
  border: 1px solid rgba(112, 112, 112, 0.2745098039);
  position: absolute;
  top: 113%;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  left: 0;
  border-radius: 7px;
}
.products .prodcard .options .moreops.show {
  display: block;
}
.products .prodcard .options .moreops .item {
  padding: 14px 35px;
}
.products .prodcard .options .moreops .item:hover {
  background-color: #ff4f2c13;
}
.products .prodcard .options .item {
  cursor: pointer;
  font-family: NotoR;
  justify-content: space-between;
  gap: 20px;
  color: #393939;
  align-items: center;
  display: flex;
  width: 100%;
}
.products .prodcard .options .item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 0;
}
.products .prodcard .options .item p del {
  padding-left: 7px;
}
.products .prodcard .options .changs i {
  font-weight: bold;
}
.products .row {
  --bs-gutter-x: 40px;
}

.banner {
  border-radius: 30px;
  align-content: center;
  justify-content: center;
  display: flex;
  padding: 70px;
  color: #fff;
  flex-flow: wrap;
  height: 100%;
  background-image: linear-gradient(45deg, #FF4F2C, #DA4426, #EA3E1B);
  position: relative;
}
.banner.bg-green {
  background-image: linear-gradient(45deg, #105647, #095646, #0F5748);
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  width: 100%;
  background-image: url(/images/effect.png?7c12859265c3be5291a55bb85f8c44b6);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.banner h3 {
  font-family: Got;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 24px;
}
.banner p {
  font-family: Got;
  font-weight: bold;
  font-size: 14px;
}

h1.headline {
  margin: 10px 0;
}

.headline {
  font-size: 20px;
  font-family: "NOTOM";
  color: #393939;
}
.headline img.catlogo {
  padding-right: 13px;
  width: 84px;
  height: 71px;
  -o-object-fit: contain;
     object-fit: contain;
}
.headline.fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headline a {
  font-size: 12px;
  color: #095646;
  font-weight: bold;
  display: inline-block;
  padding: 5px 28px 8px 28px;
  border-radius: 50px;
  border: 1px solid #095646;
}
.headline span {
  color: #095646;
  padding: 0 7px;
  position: relative;
  z-index: 2;
}
.headline span::before {
  content: "";
  width: 28px;
  z-index: -1;
  height: 28px;
  display: block;
  position: absolute;
  top: -4px;
  right: 0px;
  background-color: #F4ECDF;
  border-radius: 50%;
}

.promobanner {
  padding: 0 0 15px 0;
}
.promobanner .logoline {
  font-size: 19px;
  font-weight: bold;
  color: #1E0A0A;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  cursor: pointer;
}
.promobanner .logoline img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.promobanner .ban {
  gap: 24px;
  position: relative;
  padding: 19px 0;
}
.promobanner .ban .headline {
  position: relative;
}
.promobanner .ban img:not(.svico) {
  width: 100%;
  height: 198px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  cursor: pointer;
}
.promobanner .ban .banbody {
  position: relative;
  padding: 10px 8px 0;
}
.promobanner .ban .banbody .mrinfo {
  font-family: NotoR;
  font-size: 14px;
  color: #39393999;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
  line-height: 19.04px;
}
.promobanner .ban .banbody .mrinfo img {
  padding-right: 6px;
}
.promobanner .ban h3 {
  font-size: 16px;
  font-family: NotoM;
  color: #393939;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  text-overflow: ellipsis;
}
.promobanner .posterall {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: NotoB;
}
.promobanner .posterall a {
  font-size: 14px;
  padding-right: 15px;
  color: #39393999;
  line-height: 19.04px;
}

.sw-arrow button {
  width: 42px;
  border: 0;
  height: 42px;
  border-radius: 50%;
  background-color: #FF4F2C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw-arrow button:first-child {
  margin-right: 25px;
}
.sw-arrow .swiper {
  width: 100%;
  height: 100%;
}
.sw-arrow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw-arrow .swiper-slide.c-pinter {
  cursor: pointer;
}

.slog {
  padding: 105px 0;
  margin: 30px 0;
  text-align: center;
}
.slog h5 {
  font-size: 35px;
  color: #095646;
  font-family: NotoB;
}
.slog h5 span {
  color: #FF4F2C;
}

.newlatters {
  position: relative;
}
.newlatters::before {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  left: 0;
  width: 100%;
  background-color: #F5F6FF;
  bottom: 0;
}

.newl {
  position: relative;
  display: block;
  background-color: #095646;
  padding: 57px 0;
  background-color: #095646;
}
.newl .inps {
  display: flex;
  position: relative;
}
.newl .inps .btn-sends {
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF4F2C;
  border-radius: 50px;
  color: #fff;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.newl h4 {
  font-family: NotoB;
  margin-top: 19px;
  color: #fff;
  font-size: 24px;
}
.newl input {
  border-radius: 41px !important;
  border: 0;
  height: 67px;
  padding: 24px;
}
.newl input::-moz-placeholder {
  font-family: NotoM;
  font-size: 14px;
  color: #39393999;
}
.newl input:-ms-input-placeholder {
  font-family: NotoM;
  font-size: 14px;
  color: #39393999;
}
.newl input::placeholder {
  font-family: NotoM;
  font-size: 14px;
  color: #39393999;
}

footer {
  background-color: #F0F0F0;
  background-position: center right;
  background-size: contain;
  margin-top: 48px;
  padding: 32px 0 50px 0;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}
footer .footlogo {
  width: 125px;
  max-width: 100%;
  margin-top: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .fotheader {
  font-size: 16px;
  font-family: NotoR;
  font-weight: 600;
  margin-bottom: 16px;
  color: #393939;
}
footer a {
  display: block;
  font-family: NotoM;
  color: #393939CC;
  font-size: 14px;
  margin-bottom: 16px;
}
footer .social {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 17px;
  color: #393939CC;
  gap: 12px;
  font-family: "NotoM";
}
footer .social i {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
footer .socials a {
  width: 25px;
  height: 25px;
}
footer .copy {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 15px 0;
  color: #1E0A0A;
  font-family: Got;
  font-weight: bold;
}
footer .minh {
  min-height: 180px;
}

.rightnav {
  position: fixed;
  z-index: 555;
  font-family: Got;
  font-weight: bold;
  top: 25%;
  right: 0;
  padding: 8px;
  background-color: #FF4F2C;
  border-radius: 34px 0 0 34px;
}
.rightnav .icon {
  position: relative;
  display: block;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #ffffff5a;
}
.rightnav .icon:last-child {
  border-bottom: 0;
}
.rightnav .icon span {
  position: absolute;
  opacity: 0;
  transform: translate(100%, -50%);
  top: 50%;
  transition: all 0.6s ease-in;
}
.rightnav .icon:hover span {
  opacity: 1;
  background-color: #FF4F2C;
  display: inline-block;
  padding: 11px 25px;
  transform: translate(-120%, -50%);
  border-radius: 7px;
}

.mobbar {
  display: none;
  position: fixed;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px;
  bottom: 1%;
  z-index: 888;
  box-shadow: 4px 7px 9px #2119194f;
  border-radius: 8px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}
.mobbar a {
  color: #FF4F2C;
  width: 20%;
  text-align: center;
  font-family: Got;
  font-weight: bold;
}
.mobbar a.activation {
  width: 40%;
  color: #FF4F2C;
  background-color: rgba(255, 79, 44, 0.1490196078);
  padding: 8px 15px 9px 15px;
  border-radius: 7px;
}

.openmenu, .mobnavbar, .close {
  display: none;
}

.showform {
  border: 0;
  border-radius: 26px;
  background-color: #ff4f2c;
  color: #fff;
  font-family: "NOTOM";
  margin-top: 25px;
  padding: 9px 22px;
  font-size: 12px;
}

.langmen {
  min-width: 2rem;
  transform: translateX(10%);
}

.mini-header {
  padding: 30px 0;
}
.mini-header ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "NOTOM";
  font-size: 14px;
}
.mini-header ul li a {
  color: #1E0A0A;
}
.mini-header ul li.active {
  color: #FF4F2C;
}

.contacts {
  background-color: #c9c9c91f;
  padding: 50px 0;
}
.contacts .contcard {
  background-color: #FFFFFF;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 25px;
  font-family: Got;
  gap: 35px;
  font-weight: bold;
}
.contacts .contcard .icons {
  width: 20%;
}
.contacts .contcard .texts {
  width: 80%;
}
.contacts .contcard p {
  color: #FF4F2C;
  font-size: 18px;
}
.contacts .contcard i {
  color: #FF4F2C;
  width: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  background-color: #F8F8F8;
}

.base-form {
  border-radius: 12px;
  font-family: "NotoR";
  background-color: #fff;
  padding: 40px;
}
.base-form .doted {
  border-radius: 12px;
  padding: 30px;
  border: 1px dashed #095646;
}
.base-form .doted .send {
  margin: 30px auto;
}
.base-form input, .base-form textarea, .base-form select {
  margin-bottom: 30px;
  background-color: #F5F5F5;
  border: 0;
  font-family: Got;
  font-weight: bold;
}
.base-form input ::-moz-placeholder, .base-form textarea ::-moz-placeholder, .base-form select ::-moz-placeholder {
  font-family: Got;
  font-size: 11px;
  font-weight: bold;
  color: #707070;
}
.base-form input :-ms-input-placeholder, .base-form textarea :-ms-input-placeholder, .base-form select :-ms-input-placeholder {
  font-family: Got;
  font-size: 11px;
  font-weight: bold;
  color: #707070;
}
.base-form input ::placeholder, .base-form textarea ::placeholder, .base-form select ::placeholder {
  font-family: Got;
  font-size: 11px;
  font-weight: bold;
  color: #707070;
}
.base-form input, .base-form select, .base-form textarea {
  min-height: 70px;
  border-radius: 3px;
  padding: 13px 38px;
}
.base-form h4 {
  font-weight: bold;
  font-size: 21px;
  color: #1B3C35;
  margin-bottom: 35px;
}
.base-form button {
  border-radius: 3px;
  border: 0;
  color: #fff;
  padding: 13px 38px;
  font-family: Got;
  font-size: 18px;
  font-weight: bold;
}
.base-form button.send {
  background-color: #36BB2C;
  display: block;
  margin: 50px auto;
}
.base-form button.save-user {
  background-color: #FF4F2C;
}

.steped {
  cursor: pointer;
}

.useraside {
  background-color: #FFFFFF;
  border-radius: 12px;
}
.useraside .userinfo {
  padding: 30px 50px;
  display: flex;
  align-items: center;
}
.useraside .userinfo .ic {
  width: 30%;
}
.useraside .userinfo .ic i {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c9c9c971;
  border-radius: 50%;
  color: #FF4F2C;
  width: 64px;
  height: 64px;
}
.useraside .userinfo .names {
  width: 70%;
}
.useraside .userinfo .names p {
  font-family: Got;
  font-size: 18px;
  color: #1E0A0A;
  margin-bottom: 9px;
  font-weight: bold;
}
.useraside .userinfo .names p::first-line {
  color: #00000099;
  font-size: 16px;
}
.useraside .usermenus {
  margin-top: 50px;
}
.useraside .usermenus ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.useraside .usermenus ul li {
  border-left: 2px solid transparent;
  transition: all 0.6s linear;
  padding: 11px 50px 14px;
}
.useraside .usermenus ul li:first-child {
  border-left: 2px solid #095646;
}
.useraside .usermenus ul li:hover {
  border-left: 2px solid #095646;
}
.useraside .usermenus ul li i {
  margin-right: 25px;
  font-size: 18px;
  color: #707070;
  position: relative;
  top: 3px;
}
.useraside .usermenus ul li a {
  font-family: Got;
  color: #203d37dd;
  font-size: 16px;
  font-weight: bold;
}

#bd i {
  position: absolute;
  right: 30px;
  top: 24%;
}

.auth-sec {
  border-radius: 12px;
  font-family: Got;
  font-weight: bold;
  background-color: #fff;
  padding: 40px;
}
.auth-sec h4 {
  font-weight: bold;
  font-size: 21px;
  color: #1B3C35;
  margin-bottom: 35px;
}

.myorders {
  border: 1px solid rgba(201, 201, 201, 0.28);
  border-radius: 3px;
  padding: 20px;
  border-left: 4px solid transparent;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.myorders:hover {
  border-left: 4px solid #095646;
}
.myorders h5 {
  font-size: 16px;
  font-weight: bold;
  font-family: Got;
  color: #1B3C35;
}
.myorders p {
  font-family: Got;
  font-weight: bold;
  color: #1B3C35;
  opacity: 0.6;
  margin-bottom: 0;
  font-size: 12px;
}
.myorders p.status.succ {
  color: #299a29;
}

.addrow {
  padding: 40px;
  border-top: 1px dashed #cccccc57;
}

.user-addr {
  position: relative;
  background-color: whitesmoke;
  padding: 22px;
  border: 1px solid #c9c9c933;
  border-radius: 7px;
  min-height: 88px;
}
.user-addr p {
  font-size: 14px;
  color: #000000;
  opacity: 0.6;
  font-family: Got;
  font-weight: bold;
  margin-bottom: 0;
}
.user-addr .edit {
  position: absolute;
  right: 7px;
  top: 7px;
  background-color: #8bc34a75;
  color: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.user-addr .addtrash {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.user-addr .addtrash button {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 40px;
  height: 40px;
  opacity: 0;
  color: red;
  transform: scale(0);
  background-color: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9c9c933;
  border-radius: 50%;
}
.user-addr:hover button {
  transform: scale(1);
  opacity: 1;
}

.costumcheck label {
  width: 100%;
  background-color: #F5F5F5;
  height: auto;
  min-height: 120px;
  cursor: pointer;
  border-radius: 6px;
  display: block;
  padding: 15px;
  position: relative;
  color: #707070;
  padding-right: 14px;
}
.costumcheck label .ball {
  width: 32px;
  height: 32px;
  margin-bottom: 7px;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #607d8b4d;
  border-radius: 50%;
}
.costumcheck label .borders {
  position: absolute;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 6px;
  border: 1px solid rgba(255, 0, 0, 0);
  display: block;
}
.costumcheck label input:checked ~ .ball {
  border: 1px solid rgba(255, 0, 0, 0);
  background-color: #FF4F2C;
}
.costumcheck label input:checked ~ .borders {
  border: 1px solid #FF4F2C;
}

.regis {
  padding: 0 25px;
}
.regis .form-check {
  font-family: "Arial";
  padding-bottom: 15px;
  padding: 1.375rem 39px;
  padding-top: 0;
}
.regis .form-check .form-check-input:checked {
  background-color: #ff4f2c;
  border-color: #ff4f2c;
}
.regis input:not([type=checkbox]), .regis textarea, .regis select {
  border: 0;
  border-radius: 7px;
  font-family: Got;
  font-weight: bold;
  height: 65px;
  background-color: #F5F5F5;
  margin-bottom: 30px;
}
.regis input:not([type=checkbox])::-moz-placeholder, .regis textarea::-moz-placeholder, .regis select::-moz-placeholder {
  font-family: Got;
  font-weight: bold;
}
.regis input:not([type=checkbox]):-ms-input-placeholder, .regis textarea:-ms-input-placeholder, .regis select:-ms-input-placeholder {
  font-family: Got;
  font-weight: bold;
}
.regis input:not([type=checkbox])::placeholder, .regis textarea::placeholder, .regis select::placeholder {
  font-family: Got;
  font-weight: bold;
}
.regis textarea {
  height: auto;
}
.regis button {
  color: #fff;
  background-color: #FF4F2C;
  border-radius: 7px;
  padding: 12px 22px;
  font-family: Got;
  font-weight: bold;
  border: 0;
}

.modal-content {
  border-radius: 30px;
}

.modal-body {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal-body::-webkit-scrollbar {
  width: 3px;
  border-radius: 7px;
}
.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 7px;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #FF4F2C;
  border-radius: 7px;
  border-radius: 7px;
}
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #095646;
}

.dialog-header {
  justify-content: space-between;
  padding: 35px 0;
  display: flex;
}
.dialog-header h6 {
  font-family: NotoB;
  font-weight: bold;
  color: #095646;
  font-size: 21px;
  margin-bottom: 0;
  padding: 15px 45px;
  display: flex;
  align-items: center;
  position: relative;
}
.dialog-header h6::before {
  content: "";
  width: 5px;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FF4F2C;
  border-radius: 0 7px 7px 0;
}
.dialog-header .btn-close {
  width: 50px;
  height: 50px;
  background-color: #c9c9c930;
  border-radius: 50%;
  opacity: 1;
  margin-right: 30px;
}

.socialsign {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 0 12px;
}
.socialsign.fb {
  background-color: #2e89ff;
}
.socialsign.goo {
  background-color: #e94235;
}

.openregister {
  background-color: #607d8b21;
  padding: 25px;
  text-align: center;
  margin: 15px 0;
  border-radius: 12px;
}
.openregister p {
  font-family: Got;
  font-weight: bold;
  margin-bottom: 25px;
}
.openregister button {
  background-color: #095646 !important;
}

.detals-header {
  padding: 18px 0 0 0;
  height: 60vh;
}
.detals-header .swiper {
  height: 100%;
}
.detals-header .swiper .swiper-slide video, .detals-header .swiper .swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  background: linear-gradient(171deg, #0c7962, #095646);
}

.sidem {
  position: relative;
  bottom: 3px;
  margin-left: auto;
}

.breadcrumb {
  padding: 15px 0;
  font-family: Got;
  font-weight: bold;
}
.breadcrumb a {
  color: #1E0A0A;
}
.breadcrumb .active {
  color: #FF4F2C;
}

.insidehead {
  font-family: Got;
  margin-bottom: 42px;
  font-size: 23px;
  color: #1E0A0A;
  font-weight: bold;
}

.descr {
  padding: 25px;
  background-color: #b6b6b625;
  font-family: Got;
  margin-top: 10px;
  border-radius: 7px;
  font-size: 14px;
  color: #1E0A0A;
  opacity: 0.8;
}

.ordersec {
  padding: 20px;
  box-shadow: 0px 3px 12px #0000001c;
  border-radius: 12px;
  margin-top: 20px;
}
.ordersec h4 {
  font-family: Got;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1E0A0A;
}
.ordersec .promos {
  font-size: 13px;
  font-family: Got;
  background-color: #c9c9c94d;
  border-radius: 7px;
  padding: 25px;
  font-weight: bold;
  color: #1e0a0a91;
  margin-top: 30px;
}

.rowed {
  display: flex;
  margin: 40px 0 46px;
  gap: 10px;
  flex-wrap: wrap;
}
.rowed .initem {
  display: flex;
  font-family: NotoB;
  font-weight: bold;
  align-items: center;
}
.rowed .initem img {
  width: 39px;
  height: 35px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 888;
  background-color: transparent;
  border: 0;
  color: #095646;
  font-size: 29px;
}
.slider button.sw-prev {
  right: 7px;
}
.slider button.sw-next {
  left: 7px;
}
.slider .swiper {
  padding: 50px 0;
}
.slider .swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.slider .swiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #F44336;
}
.slider img {
  width: 100%;
  height: 300px;
  border-radius: 7px;
  box-shadow: 0 4px 7px #00000016;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.swi button {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  background-color: #FF4F2C;
  width: 40px;
  height: 40px;
}

.marchant h5 {
  font-family: Got;
  font-weight: bold;
  font-size: 17px;
  color: #FF4F2C;
}
.marchant p {
  font-family: Got;
  font-weight: bold;
  color: #1E0A0A;
  font-size: 14px;
  margin: 15px 0 25px 0;
  opacity: 0.6;
}
.marchant img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background-color: #0096880a;
  padding: 9px;
}
.marchant a {
  color: #095646;
  display: block;
  font-family: Got;
  font-weight: bold;
  margin-bottom: 15px;
}
.marchant a i {
  position: relative;
  top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #0000002a;
  border-radius: 3px;
  margin-right: 12px;
}

.posters h3 {
  font-family: Got;
  font-weight: bold;
  font-size: 18px;
  color: #4F4F50;
  padding: 7px 0;
}
.posters a {
  color: #5260F7;
  margin: 13px 0;
  font-size: 14px;
  font-weight: bold;
}

.detalspost-header .breadcrumb {
  margin-bottom: 0;
}
.detalspost-header .breadcrumb a {
  color: #7F7F7F;
  font-family: NotoB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.detalspost-header .breadcrumb li::before {
  color: #7F7F7F;
}
.detalspost-header .insidehead {
  color: #0B0B0B;
  font-size: 38px;
  font-family: NotoB;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 40vw;
}
.detalspost-header .insidehead:not(.notelip) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detalspost-header .infosec {
  text-align: right;
  margin-top: 30px;
}
.detalspost-header .infosec button {
  margin-bottom: 15px;
  font-family: Got;
  font-weight: bold;
  color: #095646;
  font-size: 14px;
  border: 0;
  border-radius: 9px;
  margin-right: 12px;
  padding: 13px 27px;
}
.detalspost-header .infosec .ord {
  background-color: #FF4F2C;
}
.detalspost-header .infosec .times {
  background-color: #095646;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  box-shadow: none;
  border-radius: 50%;
  top: -12px;
  background-color: #FF4F2C;
  border: 0;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-connect {
  background: #FF4F2C;
}

.noUi-target {
  height: 3px;
  border: 0;
  box-shadow: none;
  background-color: #607d8b36;
}

.searchform {
  font-family: Got;
  padding: 12px 25px 25px 25px;
  box-shadow: 0 4px 12px #cccccc3b;
  border-radius: 11px;
}
.searchform input, .searchform select {
  padding: 12px;
  font-family: Got;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #e4ecff;
}
.searchform select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding-right: 7px;
}
.searchform h1 {
  font-weight: bold;
  padding-bottom: 18px;
  font-size: 21px;
  border-bottom: 1px solid #cccccc5c;
}
.searchform h3 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 18px;
}
.searchform .f-c {
  padding: 20px 0;
}
.searchform .category .catcheck {
  font-family: Got;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 8px 7px;
  position: relative;
}
.searchform .category .catcheck input:checked ~ .colors {
  background-color: #FF4F2C;
}
.searchform .category .catcheck input:checked ~ .colors i {
  display: block;
}
.searchform .category .catcheck label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
}
.searchform .category .catcheck label .texts {
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.searchform .category .catcheck label .colors {
  width: 23px;
  height: 19px;
  background-color: #e8e8e8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 1px;
}
.searchform .category .catcheck label .colors i {
  display: none;
}

.sorts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sorts select {
  padding: 12px;
  font-family: Got;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #e4ecff;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-bottom: 30px;
}

.categ {
  padding: 3px 0;
  margin: 30px 0 0 0;
}
.categ .categs, .categ .locs {
  cursor: pointer;
  overflow-wrap: break-word;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
}
.categ .categs.active, .categ .locs.active {
  border: 1px solid #ea2a2a;
}
.categ .categs img, .categ .locs img {
  width: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 52px;
  margin-bottom: 5px;
}
.categ .categs h1, .categ .locs h1 {
  margin-bottom: 0;
  font-size: 12px;
  font-family: "NotoM";
  color: #393939;
  font-weight: 500;
}

.namearr h4, .namearr a {
  color: #095646;
  font-family: Got;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.namearr .swicont i {
  cursor: pointer;
}

.calendar {
  position: relative;
}
.calendar .month {
  display: flex;
  align-items: center;
}
.calendar .datsc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 8px;
  width: 35px;
  height: 73px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar .datsc.scleft {
  left: 0;
}
.calendar .datsc.sclright {
  right: 0;
}

.calensec {
  overflow: hidden;
  display: flex;
  scroll-behavior: smooth;
  gap: 22px;
  padding: 0 25px;
}
.calensec h2 {
  font-family: "NOTOB";
  font-size: 13px;
  color: #393939;
  transform: rotate(-90deg);
  border-bottom: 1px solid #C9C9C999;
  padding-bottom: 4px;
  background: #fff;
  width: 38px;
  position: -webkit-sticky;
  position: sticky;
  left: -6px;
  z-index: 9;
}
.calensec .allday {
  display: flex;
  gap: 6px;
}
.calensec .allday .dayname {
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 3px;
}
.calensec .allday .dayname .ico {
  position: absolute;
  top: 7px;
  width: 35px;
  height: 35px;
  background-color: #09564652;
  border-radius: 50%;
  left: 3px;
}
.calensec .allday .dayname .ico + span {
  opacity: 0;
  position: absolute;
  padding: 7px;
  font-family: Got;
  font-weight: bold;
  pointer-events: none;
  border-radius: 7px;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 999;
  top: 11px;
  background-color: #fff;
  color: #095646;
  left: 50%;
  transform: translateX(-50%);
}
.calensec .allday .dayname .ico:hover + span {
  opacity: 1;
  pointer-events: all;
}
.calensec .allday .dayname.selecteds {
  background-color: rgba(255, 220, 20, 0.138);
}
.calensec .allday .dayname.data_from, .calensec .allday .dayname.data_to {
  border: 2px solid #283338;
}
.calensec .allday .dayname p {
  margin-bottom: 4px;
  font-family: Got;
  font-weight: bold;
}

.steps {
  padding: 20px 0;
}
.steps .base-step {
  display: flex;
  gap: 22px;
  justify-content: center;
}
.steps .base-step .step {
  display: flex;
  align-items: center;
  gap: 22px;
}
.steps .base-step .step .base-text {
  text-align: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 1px dashed #ccc;
  color: #ccc;
  padding-top: 22px;
  font-size: 17px;
  font-family: "Got";
  font-weight: bold;
}
.steps .base-step .step .base-text:lang(ru) {
  width: 150px;
  height: 150px;
  padding-top: 37px;
}
.steps .base-step .step .icons i {
  color: #ccc;
  font-size: 33px;
}
.steps .base-step .step.active .base-text {
  border: 1px dashed #FF4F2C;
  color: #FF4F2C;
}
.steps .base-step .step.active .icons i {
  color: #FF4F2C;
}

.cartitem img:not(.trashs) {
  border-radius: 16px;
  height: 205px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cartitem h3 a {
  font-family: "NOTOB";
  font-size: 16px;
  color: #393939;
  line-height: 21.76px;
}
.cartitem h4 {
  font-family: "NotoR";
  font-size: 14px;
  color: #393939CC;
  margin-top: 16px;
}
.cartitem h4 del {
  padding-left: 7px;
}
.cartitem p {
  font-family: "NOTOB";
  font-size: 16px;
  text-align: right;
  color: #393939;
}
.cartitem small {
  font-family: "Got";
  font-weight: bold;
  font-size: 13px;
  color: #1E0A0A;
  opacity: 0.6;
}
.cartitem .btrmcart {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin-top: 16px;
}

.namepr {
  font-family: "NotoR";
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-top: 1px solid #C9C9C999;
  border-bottom: 1px solid #C9C9C999;
  align-items: center;
  margin-bottom: 24px;
  padding: 17px 0;
}
.namepr p {
  margin-bottom: 0;
}

.sum {
  padding: 24px;
  border-radius: 16px;
  background-color: #F0F0F0;
}
.sum img {
  max-width: 100%;
}
.sum h3 {
  margin-bottom: 32px;
}
.sum .cpro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sum .cpro p {
  margin-bottom: 0;
  font-family: "NOTOM";
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sum .cpro p.scolor {
  color: #FF4F2C;
}
.sum h3, .sum p {
  font-family: "NOTOR";
  font-weight: 700;
  font-size: 16px;
  color: #393939;
}
.sum p {
  font-size: 18px;
}
.sum button {
  background-color: #fff;
  font-family: "Got";
  color: #FF4F2C;
  padding: 15px 0;
  display: block;
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 7px;
  font-weight: bold;
  font-size: 15px;
}

.go-back {
  color: #707070;
  font-family: "Got";
  font-weight: bold;
  font-size: 18px;
}
.go-back i {
  font-size: 24px;
  position: relative;
  top: 4px;
}

.mine-cart .packhge {
  font-family: "Got";
  font-weight: bold;
  font-size: 20px;
  color: #1E0A0A;
  margin-bottom: 30px;
}
.mine-cart .baseimgs {
  height: 350px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 13px;
}
.mine-cart .col-lg-9 {
  display: none;
}
.mine-cart .col-lg-9.show {
  display: block;
}
.mine-cart .variant {
  margin-top: 40px;
}
.mine-cart .variant img {
  padding: 10px;
  border-radius: 7px;
  max-width: 100%;
  border: 1px solid transparent;
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  width: 91px;
  height: 91px;
}
.mine-cart .variant img.act {
  border: 1px solid #eee;
}

.orderType {
  position: relative;
  color: #707070;
  border: 1px solid #707070;
  padding: 16px;
  border-radius: 9px;
  cursor: pointer;
}
.orderType:lang(ru) {
  min-height: 106px;
}
.orderType.addrs {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderType.curr {
  color: #FF4F2C;
  border: 1px solid #FF4F2C;
}
.orderType.curr span {
  display: flex;
}
.orderType span {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  font-size: 25px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 2px solid #FF4F2C;
}
.orderType p, .orderType small {
  font-family: "Got";
  font-weight: bold;
}
.orderType p {
  font-size: 16px;
}
.orderType small {
  font-size: 11px;
  opacity: 0.6;
  position: relative;
  bottom: 6px;
}

.packing h3, .packing p {
  font-family: "Got";
  font-weight: bold;
  font-size: 24px;
  color: #1E0A0A;
  margin-bottom: 0;
}
.packing small {
  margin-bottom: 10px;
  display: block;
  opacity: 0.6;
}

.digitals {
  display: none;
}
.digitals p {
  background-color: #0956470f;
  border-radius: 12px;
  padding: 30px;
  font-family: "Got";
  font-weight: bold;
  font-size: 16px;
  color: #1E0A0A;
}

.openfill {
  display: block;
  width: 100%;
  font-family: "Got";
  font-weight: bold;
  padding: 15px;
  border: 0;
  border-radius: 7px;
  font-size: 16px;
  background-color: #095646;
  color: #fff;
  display: none;
}

.closeform {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #ff2238;
  color: #fff;
  border-radius: 7px;
}
.closeform.opens {
  display: block;
}

.mobsrch {
  width: 82%;
  position: fixed;
  height: 57px;
  border: 0;
  background-color: #FF4F2C;
  left: 50%;
  font-family: "Got";
  font-weight: bold;
  transform: translateX(-50%);
  border-radius: 7px;
  bottom: 20px;
  z-index: 99999;
  color: #fff;
  font-size: 21px;
  display: none;
}
.mobsrch.opens {
  display: block;
}

.burg {
  display: none;
}

.pagination .page-item {
  width: 31px;
  cursor: pointer;
  margin-right: 7px;
  height: 31px;
  background-color: #ffe8e4;
  text-align: center;
  color: #FF4F2C;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item p {
  margin-bottom: 0;
}
.pagination .page-item.active {
  color: #fff;
  background-color: #FF4F2C;
}

.orderComplate {
  font-family: "Got";
  font-weight: bold;
  right: 0;
  background-color: #fff;
  top: 0;
  z-index: 77777;
  padding: 20px;
}
.orderComplate.detalspage {
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  height: 100vh;
  width: 20vw;
}
.orderComplate.detalspage .bodys {
  height: 80vh;
  overflow-y: auto;
}
.orderComplate + .backdrop {
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
  background-color: #0956471f;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.orderComplate.shows {
  transform: translateX(0);
}
.orderComplate.shows + .backdrop {
  transform: translateX(0);
}
.orderComplate .btn-addcart {
  font-size: 18px;
  padding: 7px 25px;
  display: block;
  width: 100%;
  font-family: "Got";
  text-align: center;
  color: #fff;
  background-color: #FF4F2C;
}
.orderComplate h3 {
  font-size: 21px;
  font-family: "Got";
  font-weight: bold;
  margin-bottom: 30px;
}
.orderComplate .itembox h5 {
  font-size: 12px;
  font-family: "Got";
  font-weight: bold;
}
.orderComplate .menuitem {
  display: flex;
  gap: 30px;
  margin-bottom: 22px;
  align-items: center;
}
.orderComplate .menuitem .icons {
  width: 30%;
}
.orderComplate .menuitem .prices {
  width: 30%;
}
.orderComplate .menuitem .incdec {
  padding: 4px 14px;
  display: flex;
  width: 40%;
  background-color: #09564614;
  border-radius: 31px;
}
.orderComplate .menuitem .incdec button {
  width: 40%;
}
.orderComplate .menuitem .incdec button:active, .orderComplate .menuitem .incdec button:focus {
  border: 0;
  outline: 0;
}
.orderComplate .menuitem .incdec input {
  text-align: center;
  border: 0;
  background-color: transparent;
  width: 20%;
}
.orderComplate .menuitem .incdec input::-webkit-outer-spin-button, .orderComplate .menuitem .incdec input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.orderComplate .menuitem .incdec input:focus {
  border: 0;
  outline: 0;
}
.orderComplate .menuitem img {
  border-radius: 4px;
  width: 100%;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

#pageload.ponnone {
  pointer-events: none;
  opacity: 0.6;
}

.postebay {
  padding: 20px;
  box-shadow: 0px 3px 12px #0000001c;
  border-radius: 12px;
}
.postebay small {
  font-family: Got;
  font-weight: bold;
  color: #095646;
}
.postebay button {
  background-color: #095646;
  width: 20%;
}
.postebay input {
  width: 60%;
  background-color: #3c3c5e1a;
  color: #000 !important;
  text-align: center;
}
.postebay input::-webkit-outer-spin-button, .postebay input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.postebay button, .postebay input {
  margin-bottom: 15px;
  font-family: Got;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  border: 0;
  border-radius: 9px;
  margin-right: 12px;
  padding: 13px 27px;
}

.postsprc del {
  font-size: 14px;
  margin-left: 7px;
}

.choosetype {
  margin: 130px 0;
  display: flex;
  flex-wrap: wrap;
}
.choosetype .typ {
  width: 33.333333%;
  padding: 15px;
}
.choosetype .typ:nth-child(1) .pos .ccartcoubt {
  background-color: #095646;
}
.choosetype .typ:nth-child(2) .pos .ccartcoubt {
  background-color: #FF4F2C;
}
.choosetype .pos {
  position: relative;
  background: #F0F0F0;
  justify-content: center;
  min-height: 125px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.choosetype .pos img {
  position: absolute;
  left: 16px;
  top: 16px;
}
.choosetype .pos .ccartcoubt {
  position: absolute;
  width: 32px;
  top: 0;
  right: 19px;
  transform: translateY(-50%);
  height: 32px;
  font-family: NotoB;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choosetype .pos a {
  font-family: NotoB;
  font-size: 20px;
  color: #393939;
  display: block;
}

.bornone {
  border: 0 !important;
}

.pricechange button:not(.dropdown-item) {
  font-family: "NOTOB";
  display: block;
  width: 100%;
  background: #FF4F2C;
  color: #ffffff;
  margin-top: 7px;
  padding: 11px;
  border-radius: 5px;
}
.pricechange button:not(.dropdown-item) del {
  font-size: 10px;
  padding-left: 3px;
}

button.dropdown-item del {
  font-size: 10px;
  padding-left: 3px;
}

.splitprcs {
  align-items: center;
  display: flex;
  gap: 30px;
}
.splitprcs .pricsc {
  width: 40%;
}
.splitprcs .updated {
  width: 40%;
}
.splitprcs .updated form {
  gap: 7px;
}
.splitprcs .sync {
  width: 20%;
}
.splitprcs button, .splitprcs input {
  padding: 4px 10px;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
}
.splitprcs input {
  width: 60px;
}

.moreprodpric {
  font-family: "NOTOB";
  display: block;
  width: 100%;
  background: #F0F0F0;
  color: #393939;
  margin-top: 7px;
  padding: 11px;
  border-radius: 5px;
}

.modal-footer.prodpriceupd button {
  font-family: "NOTOB";
  padding: 9px 25px;
  border-radius: 25px;
}
.modal-footer.prodpriceupd button.bg-close {
  background-color: #095646;
  color: #fff;
}
.modal-footer.prodpriceupd button.bg-update {
  background-color: #FF4F2C;
  color: #fff;
}

#mess {
  text-align: center;
  font-family: Got;
  font-weight: bold;
}

.activefaw {
  color: #FF4F2C !important;
}

.got {
  font-family: Got;
  font-weight: bold;
}

.form-control.is-invalid {
  border: 1px solid #f03d3d;
}
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}


     #payments  select {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
 

.objtxt {
  font-family: Got;
  font-weight: bold;
}
.objtxt h1 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: bold;
}
.objtxt p.locs {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000000a3;
  font-size: 18px;
  margin-bottom: 0;
}
.objtxt p.locs i {
  color: #ff4f2c;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f443361f;
  border-radius: 7px;
}

.locationhead {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 7px;
}

.check-carts {
  border-radius: 14px;
  padding: 15px;
  border: 2px dashed #FF4F2C;
}
.check-carts a, .check-carts h5 {
  font-family: Got;
  font-weight: bold;
}
.check-carts img {
  max-width: 100%;
  max-height: 80px;
  border-radius: 7px;
}

.sumcheck {
  background-color: #FF4F2C;
  font-family: Got;
  font-weight: bold;
  padding: 15px;
  font-size: 13px;
  margin-bottom: 30px;
}

.promcode {
  font-family: Got;
  font-size: 13px;
  font-weight: bold;
  padding: 16px;
  border: 1px dashed #8BC34A;
  border-radius: 7px;
  margin-top: 15px;
  color: #8BC34A;
}

.iscards {
  font-family: Got;
  font-weight: bold;
}
.iscards p {
  opacity: 0.6;
  margin-bottom: 4px;
  font-size: 13px;
}

.caption-top {
  font-family: Got;
  font-weight: bold;
}

.numd {
  font-size: 20px;
  color: #393939;
}

.numw {
  font-size: 12px;
  color: #393939CC;
}

a.more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Got;
  font-weight: bold;
  margin: 10px auto;
  border: 1px solid #09564624;
  padding: 5px 13px;
  color: #ff4f2c;
  border-radius: 13px;
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #095646;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
  font-family: Got;
  font-weight: bold;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid #2c3d4f14;
}

#usera {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awey {
  background-color: #FF4F2C;
  text-align: center;
  font-family: Got;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 17px;
  border-radius: 7px;
  color: #fff;
}
.awey i {
  padding-left: 7px;
  position: relative;
  top: 2px;
}

.manydate {
  margin: 25px 0;
  font-family: Got;
  font-weight: bold;
}
.manydate .itemsdate {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}
.manydate .cosradio {
  width: 32%;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  background-color: #ebebee;
  text-align: center;
  position: relative;
  font-size: 18px;
}
.manydate .cosradio i {
  padding-right: 7px;
}
.manydate .cosradio [name=date] ~ small {
  cursor: pointer;
  color: #403a3a;
  font-family: Got;
  font-weight: bold;
}
.manydate .cosradio [name=date]:checked ~ small {
  color: #FF4F2C;
}

.ermess {
  color: #000;
}
.ermess.messadd {
  -webkit-animation-name: puls;
          animation-name: puls;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@-webkit-keyframes puls {
  0% {
    color: #000;
    transform: translateX(0%);
  }
  50% {
    color: red;
    transform: translateX(-2%);
  }
  100% {
    color: red;
    transform: translateX(2%);
  }
}

@keyframes puls {
  0% {
    color: #000;
    transform: translateX(0%);
  }
  50% {
    color: red;
    transform: translateX(-2%);
  }
  100% {
    color: red;
    transform: translateX(2%);
  }
}
.imgpromo {
  margin-bottom: 7px;
}
.imgpromo img {
  width: 120px;
  padding: 2px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #00000020;
  border-radius: 7px;
}

.postlive {
  position: relative;
  padding: 14px;
  background-color: #09564608;
  border-radius: 13px;
}
.postlive i {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.postlive input {
  font-family: Got;
  font-weight: bold;
  background-color: transparent;
  border: 0;
}
.postlive input:focus {
  border: 0;
  background-color: transparent;
  outline: 0;
  box-shadow: none !important;
}

#result {
  position: relative;
}

.loaddate {
  padding: 18px;
  position: absolute;
  background-color: #fff;
  z-index: 9;
  height: auto;
  top: 0;
  max-height: 60vh;
  overflow-y: auto;
  width: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.loaddate::-webkit-scrollbar {
  width: 1px;
}
.loaddate ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.loaddate::-webkit-scrollbar-thumb {
  background: #888;
}
.loaddate::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.loaddate h3 {
  font-family: Got;
  font-weight: bold;
  font-size: 18px;
}
.loaddate a {
  font-family: Got;
  font-weight: bold;
  font-size: 13px;
  color: #1E0A0A;
  display: block;
  padding: 7px;
}

#maps {
  height: 250px;
  border-radius: 7px;
  width: 100%;
}

.objcard .imgcont {
  border-radius: 15px;
  overflow: hidden;
  height: 350px;
}
.objcard img {
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(1) rotate(0deg);
  filter: brightness(1);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.objcard:hover img {
  filter: brightness(0.5);
  transform: scale(1.1) rotate(4deg);
}
.objcard a {
  font-family: Got;
  font-weight: bold;
}
.objcard .content {
  padding: 7px;
}
.objcard .content h3 {
  font-size: 17px;
  color: #1E0A0A;
}
.objcard .content p {
  font-size: 13px;
  color: #1E0A0A;
  opacity: 0.9;
}

.swal2-popup .swal2-title, .swal2-popup swal2-html-container, .swal2-popup button {
  font-family: Got;
  font-weight: bold;
}

span.rots {
  -webkit-animation-name: rotates;
          animation-name: rotates;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  display: inline-block;
  -webkit-animation-timing-function: cubic-bezier(1, 0.04, 1, 0.61);
          animation-timing-function: cubic-bezier(1, 0.04, 1, 0.61);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
}
span.rots:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
span.rots:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
span.rots:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes rotates {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rotates {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.indexpage {
  display: none;
}

.phformat button {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  background-color: whitesmoke;
  color: #3a3c40;
  padding: 20px 22px;
}
.phformat img {
  max-width: 100%;
  width: 35px;
  border-radius: 3px;
}
.phformat ul {
  width: 100%;
  padding: 16px;
  border: 0 !important;
}
.phformat ul li {
  margin-bottom: 7px;
  cursor: pointer;
}
.phformat ul li img {
  padding-right: 7px;
}

.resend, .smsvery {
  font-family: NotoB;
  font-weight: 600;
  cursor: pointer;
}

.smsvery {
  text-align: center;
  padding: 25px 30px;
  display: block;
  margin: auto;
}

.swiper-slide.c-pinter {
  cursor: pointer;
}

#vidplay {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  background-color: #ffffff4d;
  border-radius: 50%;
  font-size: 34px;
  width: 80px;
  height: 80px;
  justify-content: center;
  display: flex;
  cursor: pointer;
  align-items: center;
  z-index: 99999;
  color: #fff;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.avgpr {
  font-family: Arial;
}

.mydrop {
  position: relative;
  width: 100%;
}
.mydrop button {
  font-weight: bold;
}

.dropdownmen {
  position: absolute;
  top: 44px;
  width: 100%;
  max-height: 164px;
  padding: 5px;
  overflow-y: auto;
  font-family: "Arial";
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  z-index: 9996;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dropdownmen label {
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 5px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdownmen label:hover {
  background-color: rgba(0, 0, 255, 0.092);
}
.dropdownmen::-webkit-scrollbar {
  width: 2px;
}
.dropdownmen::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dropdownmen::-webkit-scrollbar-thumb {
  background: #888;
}
.dropdownmen::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.swswith {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 1px solid #FF4F2C;
  color: #FF4F2C;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-swarr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8888;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  border: 2px solid #fff;
}
.btn-swarr.ll {
  left: 5%;
}
.btn-swarr.rr {
  right: 5%;
}

.prodlangs {
  font-family: Arial;
  padding: 16px;
  background-color: #c6d0cf21;
  border-radius: 7px;
}
.prodlangs h3 {
  font-size: 18px;
  margin: 7px 0;
}
.prodlangs span {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 7px;
  border: 1px solid #444451;
  color: #444451;
  margin: 7px 0;
}

.worklang {
  font-family: Arial;
  margin-bottom: 10px;
}
.worklang h3 {
  font-size: 18px;
  margin: 10px 0;
}
.worklang label {
  font-size: 12px;
}

.input-group {
  align-items: center;
  justify-content: space-between;
}

#slsh {
  margin-left: -7px;
  color: #e2ebe9;
}

.promotxt {
  padding: 12px 25px;
  margin-bottom: 25px;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: Arial;
  font-size: 14px;
}
.promotxt p {
  margin-bottom: 0;
}

.diffcolor {
  position: relative;
  margin-bottom: 48px;
}
.diffcolor .absbg {
  width: 100vw;
  height: 100%;
  position: absolute;
  background-color: #F4ECDF;
  top: 0;
}

.fwtxt {
  font-family: Arial;
  padding: 30px;
  text-align: center;
  color: crimson;
}

.whyolo {
  font-family: Arial;
}
.whyolo .col-lg-6 {
  margin-bottom: 64px;
}
.whyolo .contents {
  padding: 0 170px;
}
.whyolo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 431px;
  border-radius: 16px;
}

[onclick] {
  cursor: pointer;
}


 #payments .invalid-feedback {
    position: absolute;
    top: -16px;
    left: 37px;
    background: whitesmoke;
    width: fit-content;
    padding: 0 14px;
 
  }
  
  
  .hideshow{
    cursor: pointer;
    top: 35%;
    position: absolute;
    transform: translateY(-50%);
    right: 13%;
  }

.offmod {
  display: none;
  width: 40%;
  position: fixed;
  background: #fff;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 35px 35px 35px;
  box-shadow: 2px 7px 17px #17131324;
  border-radius: 7px;
}
.offmod .modal-cnt {
  max-height: calc(80vh - 35px);
  overflow-y: auto;
}
.offmod .mod-head {
  text-align: right;
}
.offmod .mod-head button {
  background-color: #f9f9f9;
  color: crimson;
}
.offmod h4 {
  font-size: 13px !important;
  font-family: "Arial";
  background-color: #f9f9f9;
  padding: 16px;
  margin: 7px 0;
  color: #222955;
}
.offmod .offrow {
  font-family: "Arial";
}
.offmod .offrow a, .offmod .offrow h5, .offmod .offrow p {
  color: #222955;
  font-size: 14px;
  margin-bottom: 0;
}
.offmod .offrow h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offmod .offrow .col-lg-4, .offmod .offrow .col-lg-5 {
  display: flex;
  align-items: center;
}
.offmod .offrow .ofprice del {
  display: inline-block;
  padding: 0 5px;
}
.offmod .offrow img {
  width: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  height: 50px;
}

.mychecks label {
  font-family: "Arial";
  font-size: 13px;
  display: inline-block;
  padding: 0.5rem 0.25rem;
  border: 1px dashed #ccc;
  color: #ccc;
  margin-left: 25px;
  border-radius: 0.25rem;
  cursor: pointer;
}
.mychecks input[type=checkbox]:checked + label {
  color: #FF4F2C;
  border: 1px dashed #FF4F2C;
}

.btn-groupbay {
  font-family: "Arial";
  font-size: 13px;
  display: inline-block;
  padding: 0.5rem 0.25rem;
  background-color: #095646;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  display: none;
  border-radius: 0.25rem;
}

.multi {
  position: relative;
}
.multi button {
  background-color: transparent !important;
  border: 1px dashed #095646 !important;
  color: #095646 !important;
  border-radius: 7px !important;
  padding: 23px !important;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multi button i {
  background-color: #095646;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 99;
  border-radius: 4px;
}
.multi button i + span {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 25px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  left: 0;
  z-index: 9999;
  background-color: #fff;
  transform: translateY(0);
  color: #221e1e;
  font-size: 12px;
}
.multi button i:hover + span {
  transform: translateY(-100%);
  opacity: 1;
  pointer-events: all;
}

a.grpbay {
  font-family: "Arial";
  font-size: 13px;
  border-radius: 4px;
  background-color: #FF4F2C;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 39px;
  box-shadow: 8px 8px 0 #cccccc40;
}

.choosmult {
  padding: 25px 0;
  cursor: pointer;
  border-radius: 3px;
  border: 1px dashed #cccc;
}
.choosmult.active {
  border: 3px dashed #9db677;
}
.choosmult h2 {
  font-family: "Arial";
  font-size: 14px;
}
.choosmult img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  border-radius: 4px;
  box-shadow: 4px 4px 0px #ccc;
  width: 100%;
}
.choosmult .fly {
  display: flex;
  align-items: center;
}

.acts {
  font-family: "Arial";
}
.acts .cont {
  padding: 45px;
}
.acts button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #FF4F2C;
  border-radius: 7px;
  color: #fff;
  padding: 14px 24px;
}
.acts .col-lg-6 {
  border-radius: 30px;
  border: 1px dashed #095646;
  padding: 25px;
}

#accsert .sertdet {
  font-family: "Arial";
}
#accsert .sertdet img {
  width: 100%;
  height: 50px;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
#accsert .sertdet small {
  font-size: 11px;
  color: #00000098;
}
#accsert .sertdet a {
  font-size: 12px;
  color: #fff;
  background-color: #FF4F2C;
  border-radius: 33px;
  padding: 11px;
}
#accsert .sertdet .al-c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#accsert .sertdet p {
  font-size: 12px;
  color: #00000065;
}

.fawel {
  position: relative;
}
.fawel span {
  width: 11px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  font-family: NotoM;
  font-size: 7px;
  color: #fff;
  background-color: #FF4F2C;
  text-align: center;
  top: 48%;
  right: 8px;
}

.secname {
  display: flex;
  padding: 24px 0;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.secname .icosec {
  display: flex;
  align-items: center;
  font-family: NotoB;
}
.secname .icosec p {
  margin-bottom: 0;
}
.secname .icosec .big {
  font-size: 20px;
  color: #393939;
  padding-left: 13px;
  line-height: 19.04px;
}
.secname .icosec .smalls {
  font-size: 14px;
  padding-right: 15px;
  color: #39393999;
  line-height: 19.04px;
}

section.multi {
  background-color: #F0F0F0;
  padding: 50px 0;
}
section.multi img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin: 16px 0;
}

.poscss {
  padding: 30px 0;
}

#datepicker {
  border-radius: 30px;
  border: 1px solid #c9c9c94f;
}
#datepicker input {
  border: 0;
}

a.scrolltop {
  width: 50px;
  opacity: 0;
  transition: all 0.6s linear;
  pointer-events: none;
  height: 50px;
  background-color: #FF4F2C;
  z-index: 999999;
  position: fixed;
  right: 15px;
  bottom: 83px;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexpage a {
  position: relative;
  display: block;
}
.indexpage a.active::before {
  content: "";
  width: 50%;
  height: 14px;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  background-color: #fff;
  border-radius: 7px;
}

#posrch .minedr {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
  filter: invert(1);
  opacity: 0.6;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
  filter: invert(1) !important;
  opacity: 0.6;
}

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

.multi p {
  padding: 15px !important;
}

.posterdate span {
  border-radius: 5px;
  background-color: #EBEBEE;
  color: #403A3A;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 19px 14px 10px;
}
.posterdate span i {
  padding-right: 9px;
}

.multiinfo {
  margin-bottom: 40px;
}
.multiinfo h2 {
  margin-bottom: 15px;
  color: #000;
  font-family: "NotoB";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.multiinfo p, .multiinfo a {
  color: #000;
  font-family: "NotoM";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.multiinfo a {
  color: #FC5036 !important;
  text-decoration: underline;
}

.accheck {
  display: flex !important;
}
.accheck .form-check-input {
  min-height: 23px !important;
  display: block !important;
  padding: inherit !important;
  width: 23px !important;
  margin-right: 16px !important;
  border: 1px solid #ccc;
}

.symbolcount {
  position: absolute;
  right: 16px;
  bottom: 10px;
}

#conttatime {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
#conttatime input {
  min-height: auto !important;
  padding: 14px;
  margin-bottom: 0;
  border: 1px solid #0d6efd;
}

@media (max-width: 1400px) {
  .products .prodcard .options {
    padding: 13px 10px;
    margin-bottom: 15px;
  }

  .typ {
    width: 50% !important;
  }

  .products .prodcard .cardbody .bywith button {
    padding: 13px 4px;
  }
}
@media (max-width: 1200px) {
  .search input, .search select, .search .minedr {
    font-size: 14px;
    padding: 9px 3px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .products .prodcard .options .item p {
    font-size: 9px;
  }

  .products .prodcard .cardbody .bywith button {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .categ .categs {
    margin-top: 15px;
    border-radius: 18px;
    border: 1px solid #ede4e4;
  }
  .categ .categs img {
    display: none;
  }

  .acl {
    display: none !important;
  }

  .orderComplate.detalspage {
    width: 70vw;
  }

  .indexpage {
    position: -webkit-sticky;
    position: sticky;
    z-index: 89999;
    top: 0;
  }

  .navbar {
    top: 47px !important;
  }

  .categs h1 {
    font-size: 9px !important;
  }

  .search * {
    border-right: 1px solid transparent !important;
  }
  .search input, .search select, .search .minedr {
    text-align: left !important;
    border-radius: 30px !important;
    font-size: 13px;
    border: 1px solid #c9c9c94f !important;
    padding: 9px 15px;
  }
  .search .row.w-100 {
    --bs-gutter-x: 0;
  }
  .search .mb-3 {
    margin-bottom: 7px !important;
  }

  #datepicker {
    margin-bottom: 7px !important;
  }
  #datepicker input {
    border: 0 !important;
  }

  .typ {
    width: 100% !important;
  }

  .offmod {
    width: 100%;
  }

  .indexpage {
    display: flex;
  }
  .indexpage a {
    font-family: "NOTOR";
    padding: 10px 15px 13px 15px;
    color: #fff;
    text-align: center;
  }
  .indexpage a:first-child {
    width: 50%;
    background-color: #095646;
  }
  .indexpage a:last-child {
    width: 50%;
    background-color: #FF4F2C;
  }

  .steps .base-step {
    flex-wrap: wrap;
  }
  .steps .base-step .step .icons i {
    display: none;
  }

  .openfill {
    display: block;
  }

  .searchform {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow-y: scroll;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
  }
  .searchform.opens {
    transform: translateX(0);
  }
  .searchform .f-c {
    margin-bottom: 80px;
  }

  .useraside .ic,
.useraside .burg,
.useraside .names {
    width: 33.33333%;
  }
  .useraside .burg {
    display: block;
  }
  .useraside .burg button {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(201, 201, 201, 0.4431372549);
    border-radius: 50%;
    color: #FF4F2C;
    width: 64px;
    height: 64px;
    border: 0;
    margin: auto;
  }

  .base-form {
    padding: 7px;
  }

  .usermenus {
    display: none;
  }
  .usermenus.shoved {
    display: block;
  }

  .cartitem .btrmcart {
    position: absolute;
    top: 0%;
    transform: translate(50%, 50%);
  }

  .mobbar {
    display: flex;
  }

  .banners,
.navbar-nav,
.rightnav {
    display: none !important;
  }

  .logosec {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logosec .openmenu {
    display: flex;
    border: 0;
    background-color: rgba(255, 79, 44, 0.3411764706);
    color: #FF4F2C;
    font-size: 34px;
    border-radius: 7px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
  }
  .logosec .logo {
    position: relative;
    top: 0;
  }

  .navbar {
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #10111017;
    box-shadow: 4px 7px 9px #09040426;
  }

  .mobnavbar {
    transition: all 0.6s ease-in-out;
    transform: translateX(-100%);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    font-family: Got;
    font-weight: bold;
    width: 100vw;
    z-index: 99999;
  }
  .mobnavbar.show {
    transform: translateX(0);
  }
  .mobnavbar .morepage {
    padding: 20px;
    margin-top: 30px;
  }
  .mobnavbar .morepage a {
    display: block;
    padding: 9px 0;
    color: #525454;
  }

  .langs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    gap: 15px;
  }
  .langs a {
    padding: 18px;
    width: 33.3333%;
    background-color: #ccc;
    color: #009688;
    text-align: center;
    border-radius: 4px;
  }

  .products .row {
    --bs-gutter-x: inherit;
  }

  .close {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #ff00003b;
    color: red;
    position: absolute;
    right: 25px;
    top: 25px;
  }
}
@media (max-width: 800px) {
  .products .prodcard .changs.mb-0 {
    margin-left: 2px;
    position: relative;
    top: 8px;
  }
  .products .prodcard .options .item {
    width: 100% !important;
    padding: 14px 10px !important;
  }

  .mini-header ul {
    gap: 3px;
  }

  .useraside .userinfo {
    padding: 19px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .bywith {
    display: block !important;
  }
  .bywith button {
    margin-top: 12px !important;
    width: 100% !important;
  }

  .newl {
    padding: 15px 15px;
    margin: 0 15px;
  }
  .newl h4 {
    font-size: 12px;
  }

  .fotheader {
    margin-top: 30px;
  }
  .fotheader a {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .offmod .offrow img {
    height: 150px;
  }
}
@media (max-width: 1550px) {
  .switch li a {
    padding: 14px 82px;
    min-width: 315px;
  }

  .products .prodcard .options .item {
    width: 90%;
  }

  .products .prodcard .cardbody .bywith button {
    font-size: 13px;
  }
}
@media (max-width: 1400px) {
  .products .prodcard .cardbody .bywith {
    gap: 3px;
    flex-direction: column;
  }
  .products .prodcard .cardbody .bywith button {
    margin-top: 7px;
    width: 100%;
  }

  .switch li a {
    padding: 10px 55px;
    font-size: 14px;
    min-width: 228px;
  }

  .nav-link:not(.lns) {
    font-size: 14px;
  }

  .lans {
    margin-left: auto;
  }

  .logo {
    margin-right: 60px;
  }
}
@media (max-width: 1200px) {
  .switch li a {
    padding: 6px 42px;
    font-size: 12px;
    min-width: 172px;
  }

  .lans {
    margin-left: auto;
  }

  .nav-link:not(.lns) {
    font-size: 12px;
  }

  .fawel span {
    right: 3px;
  }

  .logo {
    width: 69px;
    top: 1px;
  }
}
@media (max-width: 1422px) and (min-width: 1400px) {
  .products .prodcard .cardbody .bywith button {
    padding: 12px 20px;
  }
}
