@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
@import url(//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css);
@import url(//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css);
.owl-carousel,
.top-bar .left,
nav {
  direction: ltr;
}
.category .owl-carousel .item,
.contact form #num,
.owl-carousel .item .current,
body,
nav .collapse,
nav .left {
  direction: rtl;
}
a.sticky-icon img,
a.wats img {
  filter: brightness(0) invert(1);
}
/*@font-face {*/
/*  font-family: main;*/
/*  src: url("../vendor/AGCRegular.ttf");*/
/*}*/
/*@font-face {*/
/*  font-family: ge-light;*/
/*  src: url("../fonts/ge-ss-light.otf");*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: ge-bold;*/
/*  src: url("../fonts/ge-ss-bold.otf");*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /*font-family: "font-extra-bold";*/
}
body {
  background-color: #f8f9fa;
  color: #12122f;
  font-weight: 500;
  text-align: right;
  width: 100%;
  overflow-x: hidden;
  font-family: "font-regular";
}
a {
  text-decoration: none !important;
}
li {
  list-style: none;
}
.scroll {
  position: fixed;
  right: 2%;
  bottom: 3%;
  cursor: pointer;
  color: #fff;
  z-index: 99;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 2px 2px transparent;
  opacity: 0;
}
.scroll:hover {
  background-color: #edc624;
  border: none;
}
.login .box,
.top-bar .lang,
.top-bar a,
nav {
  background-color: #fff;
}
.top-bar {
  background-color: #edc624;
  padding: 5px 0;
  font-size: 18px;
}
.top-bar img {
  display: inline !important;
  width: 35px;
}
.top-bar .right {
  display: flex;
  align-items: center;
}
.top-bar .box {
  margin-right: 10px;
}
.cart .right .row .remove svg,
.login .link,
.top-bar .lang svg {
  margin-right: 5px;
}
.top-bar a {
  color: #12122f;
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 400;
}
.top-bar .lang {
  position: relative;
  color: #000;
  outline: 0;
  border: none;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 6px;
}
.owl-next,
.owl-next:hover,
.owl-prev,
.owl-prev:hover {
  outline: 0 !important;
}
.top-bar .lang .slide-toggle {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  padding: 5px 12px;
  border-radius: 4px;
  display: none;
}
.top-bar .box .dropdown-toggle {
  outline: 0;
  border: none;
  box-shadow: none !important;
}
.top-bar .dropdown-item {
  text-align: right !important;
  margin-bottom: 5px;
}
.footer h4,
.login .link {
  margin-bottom: 10px;
}
.top-bar .dropdown-menu {
  min-width: 8.5rem !important;
}
.over-lay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #0000008a;
  z-index: 10;
  opacity: 1;
}
.owl-next,
.owl-prev {
  top: -40px;
}
.confirm .date_time .active_box,
.confirm .form .owl-carousel .active_item,
.payment .active_box {
  background: #000;
}
.confirm .date_time .box.timeDate.active {
  background: #e4c247;
  color: #fff;
}.payment .box.active_box {
    background: #e4c247;
}.payment .box img {
    height: 50px;
    width: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

.form-box .owl-carousel .owl-nav button.owl-next,.form-box  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: -15px;
}

.form-box .owl-carousel .owl-nav button.owl-next {
    right: -15px;
    left: auto;
}



@media (max-width: 576px) {
  .top-bar {
    font-size: 16px;
  }
  .top-bar img {
    width: 30px;
  }
  .top-bar a {
    padding: 1px 5px;
  }
  .top-bar .right {
    justify-content: center;
  }
}
.category .info .price,
.pro-list .item .info .price,
.product-list .item .info .price,
nav {
  font-size: 17px;
}
@media (max-width: 576px) {
  nav {
    font-size: 15px !important;
  }
  nav .left {
    font-size: 14px !important;
  }
}
nav li img {
  width: 52px;
}
.single_pro .string .box label,
nav .left {
  font-size: 16px;
}
nav .left .box {
  display: inline-block;
  width: 30px;
  position: relative;
}
.cover,
.full-screen-img .zoom-in,
.g-more,
.login .box .input-group .intl-tel-input,
nav .left img {
  width: 100%;
}
nav .left .box .num {
  position: absolute;
  right: -6px;
  top: -8px;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #12122f;
  background-color: #e4c247;
}
nav .left div a {
  color: #12122f !important;
}
.login {
  margin-top: 75px;
}
.login .link {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 8px;
  display: inline-block;
}
.banar,
.footer .copy {
  color: #fff;
}
.login .box .active {
  border-bottom: 2px solid #edc624;
}
.login .box a:nth-child(2) {
  margin-right: 35px;
}
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
#pass,
.input-group .intl-tel-input .form-control,
.input-group input {
  border-radius: 0 4px 4px 0;
  background-color: #f2f2f5 !important;
}
.login .box {
  border-radius: 40px;
  border: 1px solid #969696;
  padding: 40px 20px;
}
.login .box .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 7px;
}
.intl-tel-input .selected-flag .iti-arrow {
  right: 32px !important;
}
.login .box .input-group {
  position: relative;
  width: 100%;
}
.login .box .input-group img {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 20px;
  z-index: 9;
}
.intl-tel-input .country-list {
  left: 0;
  z-index: 10 !important;
  min-width: 300px;
  direction: ltr;
}
#pass,
.input-group input,
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"] {
  direction: ltr;
  text-align: right;
  padding-right: 44px;
  padding-left: 20px;
}
.login .tel {
  z-index: 6;
}
.login label {
  font-size: 12px;
  color: #797979;
  margin-right: 15px;
}
.login #pass {
  z-index: 0 !important;
}
.login .box .input-group #eye {
  display: none;
}
.login .box .input-group .eye,
.login .box .input-group .eye1 {
  position: absolute;
  left: 9px;
  top: 10px;
  z-index: 9;
  font-size: 18px;
  cursor: pointer;
}
.login .box .forget {
  font-size: 20px;
  text-align: left;
  display: block;
  color: #12122f;
  margin: 20px 0;
}
.login .box .submit {
  text-align: center;
  background-color: #e4c247;
  font-size: 18px;
  border-radius: 4px;
  width: 100%;
  border: none;
  padding: 10px 0;
}
.input-group-1 #verfication_code {
  /*font-family: monospace;*/
  padding: 1em 0.5em 1em 1em;
  font-size: 20px;
  border: none;
  outline: 0;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 4.4ch;
  direction: ltr !important;
  text-align: left;
  width: 100%;
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}
#verfication_code::-webkit-inner-spin-button,
#verfication_code::-webkit-outer-spin-button {
  display: none;
}
.input-group-1 {
  position: relative;
  width: 42% !important;
  margin: auto;
}
.input-group-1 .box-border {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  display: flex;
  direction: ltr;
}
.banar,
.category .col-lg-6,
.category .col-md-6,
.category .img-holder,
.cover,
.ev-box .box form,
.footer .left,
.gold-top-header .inner .i-actions .box,
.owl-carousel .item {
  position: relative;
}
.input-group-1 .border_1 {
  background-color: #dddddd30;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  z-index: 0;
  margin-right: 17.5px;
}
@media (max-width: 1290px) {
  .input-group-1 {
    width: 46% !important;
  }
  .input-group-1 #verfication_code {
    padding: 1em 0.5em 1em 1em;
    letter-spacing: 5ch;
  }
}
@media (max-width: 1200px) {
  .input-group-1 {
    width: 58% !important;
  }
}
@media (max-width: 992px) {
  .input-group-1 {
    width: 81% !important;
  }
}
@media (max-width: 768px) {
  .input-group-1 {
    width: 72% !important;
  }
  .cover {
    height: 380px;
  }
}
@media (max-width: 576px) {
  .login .link {
    font-size: 16px;
    padding: 0 0 6px;
    margin-bottom: 8px;
  }
  .login .box a:nth-child(2) {
    margin-right: 25px;
  }
  .input-group-1 {
    width: 57% !important;
  }
  .input-group-1 .border_1 {
    width: 35px;
    height: 35px;
    margin-right: 18.7px;
  }
  .login .box {
    border-radius: 20px;
  }
  .login .box .title {
    font-size: 20px;
  }
  input {
    font-size: 16px !important;
  }
  .login .box .forget {
    font-size: 17px;
    margin: 20px 0;
  }
}
@media (max-width: 540px) {
  .input-group-1 {
    width: 320px !important;
  }
  .input-group-1 .border_1 {
    width: 45px;
    height: 35px;
    margin-right: 20px;
  }
  .input-group-1 #verfication_code {
    font-size: 20px;
    letter-spacing: 6.3ch;
  }
}
@media (max-width: 440px) {
  .input-group-1 {
    width: 290px !important;
  }
  .input-group-1 .border_1 {
    width: 45px;
    height: 35px;
    margin-right: 20px;
  }
  .input-group-1 #verfication_code {
    letter-spacing: 5.6ch;
  }
}
@media (max-width: 365px) {
  .input-group-1 {
    width: 260px !important;
  }
  .input-group-1 .border_1 {
    width: 45px;
    height: 35px;
    margin-right: 10px;
  }
  .input-group-1 #verfication_code {
    letter-spacing: 5ch;
  }
}
.footer {
  margin-top: 110px;
  padding: 40px 0 0;
}
.contact li,
.footer li {
  line-height: 2;
  font-size: 18px;
}
.contact li svg,
.footer li svg {
  margin-left: 5px;
}
.contact hr,
.footer hr {
  width: 50%;
  height: 2px;
  background-color: #edc624;
  margin-bottom: 14px;
}
.contact .info img,
.footer .center img {
  width: 32px;
  margin-left: 5px;
}
.footer .left .bg {
  max-width: 80%;
  margin-right: -45px;
  margin-top: -38px;
}
.footer .left .app {
  width: 135px;
}
@media (max-width: 567px) {
  .footer .left .bg {
    margin-right: -35px;
  }
}
.banar {
  background: fixed;
  padding: 90px 0;
}
.banar::before,
.cover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: -1;
}
.parts .container,
.product-list .container {
  display: flex;
  flex-flow: row wrap;
}
.pro-list .container {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  padding-top: 70px;
  margin-top: 40px;
}
.parts .item,
.product-list .item {
  margin: 23px 5px;
  width: auto;
  height: auto;
}
.product-list .item {
  flex: 0 0 24%;
  padding: 0 0 12px;
  border-radius: 4px;
}
@media (max-width: 1400px) {
  .product-list .item {
    flex: 0 0 32%;
  }
}
@media (max-width: 992px) {
  .product-list .item {
    flex: 0 0 48.5%;
  }
  .parts .item img {
    height: 165px;
  }
}
@media (max-width: 768px) {
  .product-list .item {
    flex: 0 0 48%;
  }
}
@media (max-width: 560px) {
  .product-list .item {
    flex: 0 0 97%;
  }
  .product-list .item .img-box {
    height: 320px !important;
    overflow: hidden;
    margin-bottom: 7px;
  }
}
.pro-list .item .img-box,
.product-list .item .img-box {
  width: 100%;
  position: relative;
  height: 290px;
  overflow: hidden;
  margin-bottom: 7px;
}
.pro-list .item .img-box img,
.product-list .item .img-box img {
  height: 100%;
  transition: 1s;
}
.pro-list .item .img-box img:hover,
.product-list .item .img-box img:hover {
  transform: scale(1.2);
}
.pro-list .item .info,
.product-list .item .info {
  margin: 0 10px;
  position: relative;
}
.pro-list .item .info .name,
.product-list .item .info .name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.pro-list .item .price .s,
.product-list .item .price .s {
  color: #e4c247;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0 !important;
}
.pro-list .item .price span,
.product-list .item .price span {
  text-decoration: line-through;
  margin-right: 12px;
  color: #646262;
  font-size: 14px;
  /*font-family: Poppins;*/
}
.pro-list .item .current,
.product-list .item .current {
  position: absolute;
  background-color: #e30404;
  color: #fff;
}
.all .slider .owl-dots,
.all .slider .owl-nav,
.all .slider-two .owl-dots,
.all .slider-two .owl-nav,
.confirm .date_time,
.confirm .form .owl-carousel,
.hidden,
.owl-carousel .owl-nav button::after,
.single_pro .string .box .input-form-1,
.single_pro .string .box .input-form-2,
.single_pro .string .box .input-form-3,
.single_pro .string .box .input-form-4,
.single_pro .string .box .owl-logo,
.single_pro form .colors,
.single_pro form .number {
  display: none;
}
.pro-list .item .love,
.product-list .item .love {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
  font-size: 26px;
  color: #e4c247;
  cursor: pointer;
}
.parts .item {
  flex: 0 0 15.7%;
  text-align: center;
}
.parts .item img {
  border: 0.5px solid #e4c247;
}
.pro-list .item {
  height: auto;
  flex: 0 0 24.1%;
  width: auto;
  border-radius: 4px;
  padding: 0 0 12px;
}
.owl-next,
.owl-next:after,
.owl-prev,
.owl-prev:after {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .pro-list .item {
    flex: 0 0 23.9%;
  }
}
@media (max-width: 992px) {
  .pro-list .item {
    flex: 0 0 48.5%;
  }
}
@media (max-width: 768px) {
  .pro-list .item {
    flex: 0 0 48%;
  }
}
@media (max-width: 560px) {
  .pro-list .item {
    flex: 0 0 96%;
  }
}
.parts .item .name {
  color: #12122f;
  display: block;
}
.pro-list .container h1 {
  left: 15px;
  right: 15px;
  top: 0;
}
.category .col-lg-6,
.category .col-md-6 {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 9px;
}
.category .row .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.category .left,
.category:last-child {
  padding: 0;
}
.owl-carousel .item .current img {
  display: inline;
  width: auto !important;
}
.products .container {
  padding-top: 0 !important;
  position: relative;
  display: block;
}
.confirm .date_time_active,
.owl-next,
.owl-prev {
  display: flex;
}
.confirm .header,
.products .title {
  font-size: 30px;
}
.products .row a {
  color: #fff;
  background-color: #12122f;
  padding: 7px 25px;
  border-radius: 20px;
}
.owl-prev {
  position: absolute;
  left: 85px;
  justify-content: center;
  align-items: center;
}
.owl-next span,
.owl-prev span {
  font-size: 50px;
  position: relative;
  display: block;
  margin-bottom: 13px;
  color: #fff;
}
.owl-next:after,
.owl-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e4c247;
  z-index: -1;
}
.owl-next {
  position: absolute;
  left: 125px;
  justify-content: center;
  align-items: center;
}
.owl-carousel .info .price,
.products .info {
  direction: rtl !important;
}
.cart .right .row {
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.cart .form hr,
.cart .left .copon,
.cart form button {
  background-color: #e4c247;
}
.cart .right img {
  height: 235px;
}
.cart .right .row .price span {
  color: #e4c247;
  font-size: 30px;
}
.cart .right .row .name {
  font-size: 24px;
}
.cart .right .row ul li span {
  color: #777;
  margin-left: 7px;
}
.cart .right .row .count {
  border: 0.5px solid #e4c247;
  border-radius: 8px;
  padding: 9px 12px;
  display: inline-block;
  margin-top: 25px;
}
.cart .right .row .count a {
  color: #e4c247;
  cursor: pointer;
}
.cart .right .row .count input {
  margin: 0 14px 0 2px;
  border: none;
  width: 50px !important;
  text-align: center;
}
.cart .right .row .remove {
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #fff;
  padding: 7px 12px;
  background-color: #ec5335;
  border-radius: 5px;
}
.cart .left .copon {
  border-radius: 5px;
  padding: 20px 5px;
}
.cart .left .copon .percentage {
  font-size: 50px;
  font-weight: 700;
}
.cart .left .copon .info {
  font-size: 14px;
  margin-bottom: 27px;
}
.cart .left .copon a {
  color: #12122f;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 25px;
}
.cart .left .copon a svg {
  margin-right: 8px;
}
.cart .form,
.order .left {
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 5px;
}
.cart .form .title {
  color: #939393;
  font-size: 23px;
  margin-bottom: 10px;
}
.cart form input {
  padding: 5px 10px !important;
  border-radius: 5px !important;
  margin-left: 5px;
}
.cart form button {
  color: #12122f;
  border-radius: 5px !important;
}
.cart .form .total,
.order .left .total {
  font-size: 30px;
  font-weight: 700;
}
.cart .form .total span,
.order .left .total span,
.single_pro .info form input {
  font-size: 15px;
}
.cart .form .pay,
.order .left .pay {
  background-color: #12122f;
  color: #fff;
  display: block;
  border-radius: 5px;
  margin: 18px 0 10px;
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
}
.cart .form ul li a,
.order .left ul li a {
  color: #12122f;
  font-size: 20px;
  display: block;
}
.order section {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px 25px 10px;
  border-radius: 5px;
}
.order section input,
.order section select,
.order section textarea {
  border-radius: 4px !important;
  font-size: 16px;
  direction: rtl;
  border: 0.5px solid #e4c247;
  background-color: #fafafa !important;
  height: 100%;
  padding-right: 10px;
}
.order .section input,
.order .section select {
  padding-right: 50px;
}
.order section label {
  color: #cbcbcb;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
}
.order .section .input-group,
.order section .input-group {
  position: relative;
  height: 45px;
}
.order section .form-control {
  height: 45px;
}
.order section textarea {
  height: 125px !important;
}
.order .section .input-group:after {
  content: "";
  position: absolute;
  right: 43px;
  top: 9px;
  bottom: 9px;
  width: 0.5px;
  z-index: 10;
  background-color: #12122f;
}
.order .section svg {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  color: #e4c247;
  z-index: 10;
}
.order form .submit {
  color: #12122f;
  background-color: #e4c247;
  border-radius: 5px;
  padding: 5px 0;
  font-size: 23px;
  width: 100%;
  font-weight: 700;
  border: 1px solid #707070;
  margin-top: 15px;
}
.order .left .deliver {
  background-color: #e2efff;
  border-radius: 7px;
  padding: 8px 15px;
  margin-bottom: 15px;
}
.order form label span {
  color: #e74c3c;
  margin-right: 59%;
  font-size: 11px;
  display: inline-block;
}
.order form .lbl_id span {
  color: #cbcbcb;
  margin-right: 72%;
  font-size: 11px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .footer .left .app {
    width: 100px;
  }
  .order form label span {
    margin-right: 53%;
  }
  .order form .lbl_id span {
    margin-right: 80%;
  }
}
@media (max-width: 992px) {
  .footer .left .bg {
    max-width: 300px;
    margin-top: -45px;
    max-height: 300px;
  }
  .f-social {
    margin: 20px 0 0 !important;
  }
  .category .left {
    margin: 0 10px;
    padding: 0 15px;
  }
  .order form label span {
    margin-right: 66%;
  }
  .order form .lbl_id span {
    margin-right: 86%;
  }
}
@media (max-width: 768px) {
  .pro-list .item .info .name,
  .pro-list .item .price .s,
  .product-list .item .info .name,
  .product-list .item .price .s {
    font-size: 14px;
  }
  .pro-list .item .info .price,
  .product-list .item .info .price {
    font-size: 11px;
  }
  .pro-list .item .price span,
  .product-list .item .price span {
    margin-right: 7px;
    font-size: 12px;
  }
  .pro-list .item .current,
  .product-list .item .current {
    padding: 4px 3px;
    font-size: 11px;
    top: 18px;
  }
  .order form label span {
    margin-right: 76%;
  }
  .order form .lbl_id span {
    margin-right: 65%;
  }
  .order form .submit {
    padding: 5px 0;
    font-size: 17px;
    margin-top: 8px;
  }
  .cart .form .total,
  .order .left .total {
    font-size: 18px;
  }
  .cart .form .pay,
  .order .left .pay {
    font-size: 17px;
  }
  .cart .form ul li a,
  .order .left ul li a {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .banar h1 {
    font-size: 30px;
  }
  .cover {
    height: 250px;
  }
  .pro-list .container h1 {
    padding: 7px 0;
    background-color: #e4c247;
    font-size: 25px;
  }
  .products .title {
    font-size: 23px;
  }
  .order .section .input-group,
  .order section .input-group {
    height: 33px;
  }
  .order section .form-control {
    height: 38px;
  }
  .order .section .input-group:after {
    bottom: 2px;
  }
  .order .section svg {
    top: 9px;
    font-size: 20px;
  }
  .order form .lbl_id span {
    margin-right: 63%;
  }
}
@media (max-width: 490px) {
  .order form label span {
    margin-right: 72%;
  }
  .order form .lbl_id span {
    margin-right: 53%;
  }
}
@media (max-width: 430px) {
  .order form label span {
    margin-right: 66%;
  }
  .order form .lbl_id span {
    margin-right: 47%;
  }
}
@media (max-width: 380px) {
  .order form label span {
    margin-right: 60%;
  }
  .order form .lbl_id span {
    margin-right: 40%;
  }
}
.my-order .left,
.my-order .right {
  background-color: #fff;
  border-radius: 30px;
  padding: 35px 17px;
}
.my-order .right .head {
  color: #e4c247;
  position: relative;
}
.my-order .right .head:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  z-index: 0;
  background-color: #e4c247;
}
.my-order .right .head div {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  background-color: #fff;
}
.my-order .right .head div span {
  background-color: #e4c247;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  font-size: 13px;
  padding: 2px 17px;
}
.contact .info li,
.my-order .right .head div:first-child {
  font-size: 22px;
}
.my-order .right .box {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #ffefd3;
  border-radius: 15px;
  padding: 17px 13px;
}
.my-order .right .box div {
  font-weight: 700;
  margin-bottom: 5px;
}
.my-order .right .box div span {
  color: #bebebe;
  margin-left: 5px;
  font-size: 13px;
}
.my-order .right .box .img-box {
  margin-top: 20px;
}
.my-order .right .box .img-box img {
  width: 43px;
  height: 43px;
  background-color: #fff;
  padding: 6px;
  border: 1px solid #e4c247;
  border-radius: 5px;
  margin-left: 5px;
}
.my-order .right .box .detail {
  position: absolute;
  left: 13px;
  bottom: 17px;
  background-color: #fff;
  border: 1px solid #e4c247;
  border-radius: 10px;
  color: #e4c247;
  font-size: 13px;
  padding: 8px 20px;
}
.my-order .left .head span {
  color: #b4b4b4;
}
.my-order .left .head {
  font-size: 22px;
  font-weight: 600;
}
.my-order .left .head a {
  color: #fff;
  background: #e74c3c;
  font-weight: 400;
  border-radius: 4px;
  padding: 4px 15px;
  font-size: 17px;
}
.my-order .left .head a svg {
  margin-left: 3px;
}
.my-order .left ul {
  border-bottom: 1px solid #7070701a;
}
.my-order .left ul li {
  padding: 18px 0;
  font-weight: 600;
  font-size: 17px;
  border-bottom: 1px dotted #000;
}
.my-order .left ul li:last-child {
  border: none;
}
.my-order .left ul li span {
  margin: 0 10px;
}
.my-order .left .mood,
.my-order .left .product {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #ffefd3;
  border-radius: 15px;
  padding: 20px 15px;
}
.my-order .left .mood div {
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.my-order .left .mood div:last-child {
  margin-bottom: 0;
}
.my-order .left .mood div svg {
  margin-left: 8px;
  color: #dedede;
  background-color: #f7f7f7;
}
.completed h1,
.my-order .left .mood .active svg {
  color: #e4c247;
}
.my-order .left .mood:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 32px;
  bottom: 32px;
  width: 0.5px;
  background-color: #ffeed1;
  z-index: 0;
}
.my-order .left .img-box {
  width: 130px;
  height: 140px;
  border: 0.5px solid #e4c247;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 15px;
}
.my-order .left .img-box img,
.thumbnails .sideimg a {
  width: 100%;
  height: 100%;
}
.my-order .left .product .name {
  font-size: 21px;
}
.my-order .left .product .price {
  margin: 10px 0 15px;
  font-size: 30px;
  font-weight: 700;
}
.confirm .info .box ul li,
.confirm .sub_header,
.my-order .left .product .price span,
.single_pro .details p {
  font-size: 18px;
}
.my-order .left .product .price .s {
  text-decoration: line-through;
  margin-right: 15px;
  color: #646262;
  font-size: 18px;
}
.my-order .left .product a {
  color: #e4c247;
  font-size: 24px;
}
.my-order .left .evaluate {
  text-align: center;
  display: block;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}
.confirm .header .im-box,
.confirm .sub_header .tex-box,
.g-more {
  text-align: left;
}
.about .info {
  font-size: 18px;
  line-height: 2;
}
.about video {
  height: 350px;
  border-radius: 9px;
}
@media (max-width: 992px) {
  .about .info {
    font-size: 17px;
    line-height: 2;
  }
  .about video {
    height: 320px;
  }
}
.contact .info ul {
  margin-bottom: 40px;
}
.contact .info hr,
.details .nav.nav-tabs {
  margin-bottom: 20px;
}
.contact form input,
.contact form textarea {
  background-color: #fff !important;
  border: 1px solid #94ccef;
  padding: 5px 10px !important;
}
.contact form label {
  color: #c4c4c4;
  font-size: 13px;
  font-weight: 600;
}
.contact form .submit {
  background-color: #1da1f2;
  padding: 6px 30px;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  outline: 0;
  border: none;
  margin-right: auto;
  display: block;
}
.contact iframe {
  margin-bottom: -110px;
  height: 600px;
}
.ev-box {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 0.5s;
}
.ev-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.6);
  z-index: -1;
}
.ev-box .box {
  width: 600px;
  padding: 30px 40px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #ffffffad;
}
.ev-box .box .star a {
  cursor: pointer;
  font-size: 21px;
  margin: 0 3px;
  color: #fff;
}
.ev-box .box .title {
  margin: 10px 0;
  font-size: 19px;
  font-weight: 600;
}
.ev-box .box .star .active {
  color: #e4c247 !important;
}
.ev-box .box p {
  margin-bottom: 35px;
}
.ev-box .box .form-group {
  position: relative;
  width: 100%;
  height: 135px;
}
.ev-box .box .form-group textarea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 7px 35px 7px 7px;
}
.ev-box .box .form-group svg {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #bebebe;
  z-index: 5;
  font-size: 25px;
}
.ev-box .box .submit {
  background-color: #e4c247;
  padding: 10px 0;
  font-size: 21px;
  border: none;
  outline: 0;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.confirm .header,
.confirm .sub_header {
  background-color: #000;
  padding: 15px 5px;
  border-radius: 8px;
  color: #e4c247;
}
.confirm .header img {
  width: 185px;
}
.confirm .header span {
  font-size: 70px;
  font-weight: 700;
  margin-top: -21px;
  display: inline-block;
}
.confirm .sub_header span {
  font-weight: 700;
  font-size: 27px;
}
.confirm .form-box,
.confirm .info .box,
.confirm .payment {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 2px #0000000f;
}
.confirm .info .box .head {
  margin-bottom: 15px;
}
.confirm .form .col-6,
.confirm .info .box .head div:first-child {
  font-size: 20px;
}
.confirm .info .box .head div:first-child svg {
  color: #e4c247;
  margin-left: 5px;
}
.confirm .info .box .head div:last-child a {
  color: #fff;
  background-color: #e4c247;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 12px;
}
.confirm .info .box p {
  margin-bottom: 0 !important;
  font-size: 18px;
  margin-right: 30px;
}
.confirm .info .box ul {
  margin-right: 25px;
}
.confirm .info .box ul li span {
  color: #a5a5a5;
}
.confirm .form span {
  display: block;
  color: #f70000;
  font-size: 16px;
}
.confirm .form .col-6 input {
  padding: 60px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .confirm .header,
  .confirm .sub_header span {
    font-size: 20px;
  }
  .confirm .header img {
    width: 50%;
  }
  .confirm .header span {
    font-size: 40px;
    margin-top: -10px;
  }
  .confirm .sub_header {
    font-size: 16px;
  }
  .confirm .form span {
    font-size: 12px;
  }
  .confirm .form .col-6 {
    font-size: 17px;
  }
  .confirm .form .col-6 input {
    padding: 40px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-left: 3px;
  }
}
@media (max-width: 575px) {
  .my-order .left .head {
    font-size: 17px;
  }
  .my-order .left .head a {
    padding: 2px 11px;
    font-size: 15px;
  }
  .my-order .left .product .name,
  .my-order .left ul li {
    font-size: 16px;
  }
  .my-order .left .img-box {
    width: 100px;
    height: 110px;
    margin-left: 10px;
  }
  .my-order .left .product .price {
    font-size: 18px;
  }
  .my-order .left .product .price .s {
    margin-right: 10px;
    font-size: 15px;
  }
  .my-order .left .product a {
    font-size: 20px;
  }
  .my-order .left .evaluate {
    font-size: 21px;
  }
  .confirm .form span {
    font-size: 9px;
  }
  .confirm .form .col-6 {
    font-size: 13px;
  }
  .confirm .form .col-6 input {
    padding: 20px;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-left: 3px;
  }
}
.confirm .form .owl-active {
  display: block;
}
.confirm .form .owl-carousel .item {
 color: #000;
    border-radius: 5px;
    background-color: #e5edf8;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
    margin: 0 5px;
    cursor: pointer;
    transition:.3s;
}
@media (max-width: 768px) {
  .confirm .form .owl-carousel .item {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .confirm .form .owl-carousel .item {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.confirm .date_time .active_box, .confirm .form .owl-carousel .active_item, .payment .active_box {
    background: #e4c247;
    color: #fff;
}
.confirm .date_time .box {
  background-color: #f7f7f7;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 18px;
  word-spacing: 3;
  cursor: pointer;
  border: 2px solid transparent;
}
@media (max-width: 576px) {
  .about .info {
    font-size: 14px;
    line-height: 2;
  }
  .about video {
    height: auto;
  }
  .confirm .sub_header span,
  .contact .info li,
  .ev-box .box .form-group svg,
  .ev-box .box .title {
    font-size: 18px;
  }
  .contact .info h4 {
    font-size: 20px;
  }
  .contact .info hr {
    width: 32%;
  }
  .contact .info img {
    width: 27px;
  }
  .contact form input,
  .contact form textarea {
    font-size: 15px;
  }
  .contact iframe {
    height: 400px;
  }
  .ev-box .box {
    width: 100%;
    border-radius: 10px;
  }
  .confirm .info .box .head div:first-child,
  .ev-box .box .submit {
    font-size: 17px;
  }
  .ev-box .box .form-group textarea {
    padding: 7px 30px 7px 7px;
  }
  .confirm .header,
  .confirm .info .box ul li {
    font-size: 16px;
  }
  .confirm .header img {
    width: 45%;
  }
  .confirm .header span {
    font-size: 25px;
    margin-top: -5px;
  }
  .confirm .sub_header {
    font-size: 14px;
  }
  .banar h1 {
    font-size: 25px;
  }
  .confirm .info .box .head div:last-child a {
    font-size: 10px;
  }
  .confirm .info .box p {
    font-size: 15px;
    margin-right: 20px;
  }
  .confirm .info .box ul {
    margin-right: 20px;
  }
  .confirm .date_time .box {
    padding: 6px 0;
    border-radius: 5px;
    font-size: 12px;
    word-spacing: 3;
    letter-spacing: 1;
  }
}
@media (max-width: 430px) {
  .confirm .date_time .box {
    padding: 5px 0;
    border-radius: 4px;
    font-size: 10px;
    word-spacing: 1px;
    letter-spacing: 1;
  }
  .confirm .form .col-6 {
    font-size: 11px;
  }
}
@media (max-width: 390px) {
  .confirm .form .col-6 {
    font-size: 9px;
  }
  .confirm .form span {
    font-size: 8px;
  }
}
@media (max-width: 360px) {
  .confirm .date_time .box {
    padding: 5px 0;
    border-radius: 4px;
    font-size: 8px;
    word-spacing: 0px;
  }
}
.payment .box {
  background-color: #e5edf8;
  border-radius: 15px;
  cursor: pointer;
  width: 150px;
  padding: 20px 0;
  margin-left: 10px;
  border: 2px solid transparent;
}
.payment .box img {
  width: 50%;
  margin-bottom: 7px;
}
.form .submit {
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 10px 0;
  border-radius: 5px;
  width: 100%;
  background-color: #000;
  font-size: 21px;
  border: none;
  outline: 0;
}
.single_pro .img-box img {
  max-height: 630px;
}
.single_pro .info h6 {
  color: #959595;
  margin-bottom: 0 !important;
}
.single_pro .info .price {
  position: relative;
  font-weight: 700;
}
.single_pro .info .price .line {
  font-size: 18px;
  margin-right: 20px;
  color: #7c7c7c;
  text-decoration: line-through;
}
.single_pro .info .price .love {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #e2ac45;
  background-color: hsla(48, 85%, 54%, 0.208);
  border-radius: 3px;
  padding: 6px;
  font-size: 17px;
}
.single_pro .info form input::placeholder {
  font-size: 12px;
}
.single_pro form .select-box,
.single_pro form .select-box-2 {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 1px solid #e4c247;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 12px;
}
.single_pro form .select-box #num {
  border: none;
  outline: 0;
  cursor: pointer;
  margin-right: 5px;
  width: 50px;
}
.single_pro form .select-box svg,
.single_pro form .select-box-2 svg {
  position: absolute;
  left: 6px;
  top: 9px;
}
.single_pro form .number span {
  background-color: #fff;
  padding: 0 5px;
  border-radius: 4px;
  margin-left: 1px;
  margin-bottom: 2px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #0000001c;
}
.single_pro form .number .active_span {
  border: 1px solid #e4c247;
}
.single_pro form .colors span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 1px;
}
.single_pro form .select-box-2 span {
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #25932d;
}
.single_pro .string .box {
  background-color: #fff;
  padding: 15px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 2px #00000014;
}
.single_pro .string .box .radio {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
}
.single_pro .string .box .owl-logo .item {
  margin: 0 2px;
  cursor: pointer;
}
.single_pro .string .box .owl-logo .item img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid transparent;
}
.single_pro .string .box .owl-logo .item .name {
  font-size: 11px;
  margin-top: 4px;
}
.single_pro .string .box .carousel_1 .active_item img,
.single_pro .string .box .carousel_2 .active_item img,
.single_pro .string .box .carousel_3 .active_item img,
.single_pro .string .box .carousel_4 .active_item img {
  border: 1px solid #000;
}
.single_pro .string .box .input-form-2,
.single_pro .string .box .input-form-4 {
  margin-top: 7px;
}
.single_pro .string .box .input-box {
  position: relative;
  background-color: #efefef;
  border-radius: 4px;
}
.single_pro .string .box .input-box input {
  border: none;
  background-color: transparent;
  padding: 0 115px 0 3px;
  font-size: 12px;
  height: 36px;
}
.single_pro .string .box .input-box div {
  position: absolute;
  right: 6px;
  top: 0;
  color: #a1a1a1;
  border-left: 0.5px solid #ccc;
  font-size: 14px;
  padding: 1px 7px;
  margin: 7px 0;
}
.single_pro .string .box .input-box .behind {
  padding: 1px 10px;
}
.single_pro .wats {
  position: relative;
  color: #fff;
  font-size: 22px;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #00b963;
}
.single_pro .wats svg {
  position: absolute;
  left: 16px;
  top: 16px;
}
.single_pro .count {
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 28px;
  color: #000 !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.single_pro .count input {
  text-align: center;
  font-size: 24px !important;
  border: none;
  width: 43px !important;
}
.single_pro .count a {
  color: #000;
  cursor: pointer;
  padding: 5px;
}
.pro_l .container {
  position: relative;
  padding: 42px 0 0;
}
.pro_l h2 {
  position: absolute;
  right: 5px;
  top: 0;
}
.completed .box {
  background-color: #e4c247;
  border-radius: 15px;
  padding: 35px 25px;
  margin: auto;
  width: 600px;
}
.completed .box .info {
  background-color: #faf7f2;
  border-radius: 7px;
  padding: 40px;
}
.completed .box .info li {
  color: #555;
  line-height: 3;
  font-size: 18px;
}
.completed .box .info li span {
  color: #1e1e1e;
  font-weight: 700;
  margin-right: 10px;
  font-size: 20px;
}
.completed .box a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  display: block;
}
.completed .box a svg {
  margin-right: 10px;
  margin-bottom: -5px;
}
@media (max-width: 992px) {
  .completed .box {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .completed h1 {
    font-size: 28px;
  }
  .completed .box a,
  .completed h4 {
    font-size: 20px;
  }
  .completed .box .info {
    padding: 30px;
  }
  .completed .box .info li {
    line-height: 2.5;
    font-size: 16px;
  }
  .completed .box .info li span {
    font-size: 18px;
  }
}
.address .box {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 45px 20px 120px;
  position: relative;
  box-shadow: 0 2px 2px #00000008;
}
.address .box .circle {
  background-color: #cbcbcb;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: #cbcbcb;
  position: absolute;
  right: 10px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
}
.address .box:hover .circle {
  background-color: #00008b;
  color: #fff;
}
.address .box h6 {
  color: #cbcbcb;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
}
.address .box ul li {
  color: #000;
  font-size: 19px;
}
.address .box .remove {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  background-color: #e30404;
  padding: 6px 8px;
  border-radius: 3px;
  transition: 0.4s;
  border: 1px solid transparent;
}
.address .box .remove:hover {
  background-color: #fff;
  border: 1px solid #e30404;
  color: #e30404;
}
.address .box .remove svg {
  margin-right: 3px;
}
.address .add {
  color: #000;
  background-color: #e4c247;
  border-radius: 4px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .form .submit,
  .single_pro .add a,
  .single_pro .wats {
    font-size: 16px;
  }
  .payment h4 {
    font-size: 18px;
  }
  .payment .box img {
    width: 45%;
    margin-bottom: 4px;
  }
  .payment .box .name {
    font-size: 13px;
  }
  .form .submit {
    padding: 7px 0;
  }
  .pro_l h2,
  .single_pro .counter,
  .single_pro .details h2 {
    font-size: 22px;
  }
  .single_pro .img-box img {
    max-height: 430px;
  }
  .single_pro h4 {
    font-size: 18px;
    margin-top: 3px;
  }
  .single_pro .info .price {
    font-size: 20px;
  }
  .address .box ul li,
  .single_pro .info .price .line {
    font-size: 15px;
  }
  .single_pro .info .price a {
    padding: 4px;
    font-size: 15px;
  }
  .single_pro .count {
    font-size: 20px;
    height: 55px;
  }
  .single_pro .count input {
    font-size: 20px !important;
    width: 43px !important;
  }
  .single_pro .details p {
    font-size: 13px;
    line-height: 2;
  }
  .address .box {
    padding: 20px 35px 20px 95px;
  }
  .address .add {
    padding: 7px 0;
    font-size: 16px;
    margin-top: 25px;
  }
  .address .box .circle {
    width: 18px;
    height: 18px;
    right: 10px;
    top: 20px;
    font-size: 11px;
  }
  .address .box .remove {
    left: 10px;
    bottom: 15px;
    font-size: 9px;
    padding: 6px 8px;
  }
  .address .box h6 {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .my-order .right .box .detail {
    padding: 5px 10px;
  }
  .my-order .right .box div {
    font-size: 14px;
  }
  .my-order .right .box .img-box img {
    width: 30px;
    height: 30px;
  }
  .confirm .sub_header {
    font-size: 12px;
  }
  .confirm .sub_header span {
    font-size: 15px;
  }
  .confirm .form .owl-carousel .item {
    padding: 10px 16px;
    font-size: 11px;
  }
  .address .box ul li {
    font-size: 13px;
  }
}
.gold-top-header {
  background: #000;
  padding: 20px 0;
}
.gold-bottom-header .inner,
.gold-top-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gold-top-header .inner .i-actions {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.gold-top-header .inner .i-actions a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #e4c247;
}
.gold-top-header .inner .i-actions a span {
  white-space: nowrap;
}
.gold-top-header .inner .i-actions a img,
.gold-top-header .inner .i-socials img {
  object-fit: contain;
  width: 30px;
}
.gold-top-header .inner .i-actions a .num {
  position: absolute;
  right: -5px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #e4c247;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #000;
  color: #000;
  /*font-family: Poppins, sans-serif;*/
  font-size: 12px;
}
.gold-top-header .inner .i-logo img {
  object-fit: contain;
  width: 150px;
  margin: 0 auto;
}
.footer .copy .pay-methods img,
.footer ul li img {
  width: 45px;
  object-fit: contain;
}
.gold-top-header .inner .i-logo {
  flex-grow: 1;
  text-align: center;
}
.gold-top-header .inner .i-socials {
  display: flex;
  align-items: center;
  column-gap: 5px;
  min-width: 276px;
  justify-content: flex-end;
}
.gold-top-header .inner .i-socials a {
  transition: 0.3s;
}
.gold-top-header .inner .i-socials a:hover {
  transform: translateY(-5px);
}
.footer,
.gold-bottom-header {
  background: #e4c247;
}
.gold-bottom-header .inner .i-search .form-group {
  position: relative;
  margin: 0;
}
.gold-bottom-header .inner .i-search .form-group .form-control {
  border: 0;
  border-radius: 50px;
  min-width: 250px;
  padding: 0 70px 0 20px;
  font-size: 14px;
  height: 40px;
  box-shadow: none;
}
.gold-bottom-header .inner .i-search .form-group button {
  height: 40px;
  border: 0;
  background: #000;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  border-radius: 0 50px 50px 0;
  box-shadow: none;
}
.gold-bottom-header .inner .main-menu .menu-close {
  border: 0;
  background: 0 0;
  color: #000;
  font-size: 20px;
  margin: 20px 0;
  display: none;
}
.gold-bottom-header .inner .main-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  column-gap: 35px;
}
.gold-bottom-header .inner .main-menu ul li a {
  color: #000;
  padding: 17px 0;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.gold-bottom-header .inner .main-menu ul li.active a {
  border-color: #000;
}
.gold-bottom-header .inner .i-lang .btn {
  box-shadow: none;
}
.gold-bottom-header .inner .i-lang .dropdown-menu {
  border-radius: 15px;
  border-color: #e4c247;
  background: #000;
  text-align: initial;
  padding: 0;
  overflow: hidden;
}
.gold-bottom-header .inner .i-lang .dropdown-menu a {
  color: #e4c247;
  transition: 0.3s;
  padding: 7px 20px;
}
.gold-bottom-header .inner .i-lang .dropdown-menu a:hover {
  background: #222;
  color: #fff;
}
.cover {
  object-fit: cover;
  height: 600px;
}
.parts .item img {
  width: 175px;
  height: 175px;
  border-radius: 100%;
}
.parts .item .name {
  font-size: 21px;
  line-height: 1.3;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: #000;
  color: #e4c247;
  font-size: 25px;
  bottom: -35px;
  top: auto;
  left: 100px;
}
.owl-carousel .owl-nav button.owl-next {
  left: 145px;
}
.owl-carousel .owl-nav button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 31px;
}
.parts .owl-carousel .owl-nav button.owl-next,
.parts .owl-carousel .owl-nav button.owl-prev {
  bottom: auto;
  top: 40%;
  transform: translateY(-50%);
}
.parts .owl-carousel .owl-nav button.owl-next {
  right: -50px;
  left: auto;
}
.parts .owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}
.category h1,
.pro-list .container h1,
.pro-list .title {
  border-radius: 50px;
  font-family: ge-bold;
  font-size: 22px;
  padding: 15px;
  background: #e4c247;
  position: unset;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.category .current,
.pro-list .item .img-box .current {
  padding: 0 6px;
  font-size: 13px;
  right: 10px;
  left: auto;
  top: 10px;
  bottom: auto;
}
.g-more a,
.single_pro .add button {
  border-radius: 50px;
  padding: 0 25px;
  /*font-family: ge-bold;*/
}
.add-to-fav,
.category .info,
.pro-list .item .info,
.product-list .item .info,
.testo-wrap .item,
.testo-wrap h1 {
  text-align: center;
}
.g-more a {
  background: #e4c247;
  color: #000;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pro-list .item {
  margin: 0 5px 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
}
.pro-list {
  margin-bottom: 70px;
}
.pro-list .item .img-box .current {
  border-radius: 50px;
}
.category .current {
  position: absolute;
  border-radius: 50px;
  background: #e30404;
  color: #fff;
}
.pro-list .item .info .name {
  font-weight: 400;
  /*font-family: ge-bold;*/
  font-size: 14px;
}
.category .info .price span.s,
.pro-list .item .price .s {
  /*font-family: Poppins;*/
  color: #e4c247;
  font-weight: 600;
  font-size: 21px;
}
.footer h4 {
  /*font-family: ge-bold;*/
  font-size: 19px;
}
.footer .links {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.footer .links a {
  color: #000;
  /*font-family: ge-bold;*/
  font-size: 18px;
}
.footer ul li a {
  color: inherit;
  /*font-family: Poppins;*/
}
.footer ul li img {
  height: auto;
}
.f-social img {
  filter: brightness(0);
}
.footer .copy {
  background: #000;
  padding: 15px 0;
}
.footer .copy .pay-methods {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: flex-end;
}
.gold-top-header .inner .i-actions .open-menu {
  border: 0;
  background: 0 0;
  color: #e4c247;
  font-size: 24px;
  padding: 0;
  line-height: 1;
  display: none;
}
.scroll {
  background: #e4c247 !important;
  width: 40px !important;
  height: 40px;
  padding: 8px;
  border-radius: 100%;
  box-shadow: 1px 2px 6px rgb(0 0 0 / 40%);
}
a.sticky-icon {
  position: fixed;
  left: 15px;
  bottom: 30px;
  background: #25d366;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 47%);
  z-index: 9;
  border-radius: 51px;
  padding: 5px;
}
a.sticky-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.testo-wrap h1 {
  /*font-family: ge-bold;*/
  font-size: 29px;
  margin-bottom: 40px;
}
.testo-wrap .item {
  padding: 0 30px;
}
.testo-wrap .item h4 {
  /*font-family: ge-bold;*/
  font-size: 17px;
  color: #e4c247;
}
.testo-wrap .item p {
  line-height: 1.7;
}
.testo-wrap .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testo-wrap .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 100%;
  margin: 0 5px;
  transition: 0.3s;
  opacity: 0.3;
}
.testo-wrap .owl-dots button.owl-dot.active {
  opacity: 1;
}
a.wats {
  background: #000 !important;
  color: #e4c247 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  border-radius: 50px !important;
  font-size: 16px !important;
  /*font-family: ge-bold;*/
  margin: 20px 0 !important;
}
a.wats img {
  width: 23px;
  object-fit: contain;
  opacity: 0.6;
}
.single_pro .add button {
  display: block;
  background: #e4c247;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  justify-content: center;
  border: 0;
  width: auto;
  height: 45px;
  color: #000;
}
.single_pro .add button img {
  object-fit: contain;
  width: 25px;
  filter: brightness(0);
}
.single_pro .count {
  border-radius: 50px;
  height: 45px;
  border-color: #e4c247;
}
.single_pro .count a {
  font-size: 13px;
}
.single_pro .info form input {
  border-radius: 50px;
  border-color: #e4c247;
  box-shadow: none;
}
.add-to-fav a,
.add-to-fav button {
  border: 0;
  background: 0 0;
  outline: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  /*font-family: ge-bold;*/
  color: #e4c247;
}
.add-to-fav img {
  width: 30px;
  object-fit: contain;
}
.single_pro .string .box h5 {
  color: #e4c247;
  /*font-family: ge-bold;*/
}
.single_pro .string .box label {
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  display: block;
}
.single_pro .info form .count input {
  background: 0 0;
  /*font-family: Poppins;*/
  padding: 0;
}
.single_pro .info .price.single_pro .info .price {
  font-weight: 400;
}
.single_pro .info .price {
  /*font-family: Poppins;*/
  font-size: 28px;
  color: #e4c247;
}
.single_pro .info .price span {
  font-weight: 400;
  margin: 0 5px;
  /*font-family: Poppins;*/
  font-size: 20px;
  color: #000;
}
#pass,
.cart .left .copon .percentage,
.cart .right .row .count input,
.cart .right .row .price span,
.details ul li span,
.input-group .intl-tel-input .form-control,
.input-group input,
.intl-tel-input .country-list .country .dial-code,
.order .left .deliver div:last-child,
.order .left .total div:last-child,
.single_pro .info .price span.line,
.total_price {
  /*font-family: Poppins;*/
}
.product-list h2 {
  font-size: 23px;
  color: #e4c247;
  padding: 0;
  position: relative;
  width: 100%;
  right: 0;
}
.pro-list .item .current,
.product-list .item .current {
  right: 10px;
  left: auto;
  top: 10px;
  bottom: auto;
  border-radius: 50px;
  padding: 1px 5px;
  font-size: 14px;
}
.pro-list .item,
.product-list .item {
  border: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
  background: #fff;
}
.product-list.pro_l .item {
  margin: 7px 5px;
}
.details .nav.nav-tabs .nav-link {
  background: 0 0 !important;
  border-radius: 0;
  /*font-family: ge-bold;*/
  color: #ababab;
  font-size: 15px;
  cursor: pointer;
}
.details .nav.nav-tabs .nav-link.active {
  border-color: #dee2e6 #dee2e6 #f8f9fa;
  color: #e4c247;
}
.details .nav.nav-tabs .nav-link:hover {
  border-color: transparent transparent #dee2e6;
}
.single_pro .details p {
  line-height: 1.5;
  overflow: hidden;
  word-break: break-word;
}
.details .tab-pane ul li {
  width: 50%;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.details .tab-pane ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 35%;
  margin: 0;
  row-gap: 12px;
}
.product__carousel .gallery-parent .swiper-button-next.swiper-button-white,
.product__carousel .gallery-parent .swiper-button-prev.swiper-button-white {
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 100%;
}
.gallery-parent .swiper-button-next:after,
.gallery-parent .swiper-button-prev:after {
  font-size: 13px;
  font-weight: 800;
}
.product__carousel .gallery-parent .swiper-button-next {
  left: 0;
}
.product__carousel .gallery-parent .swiper-button-prev {
  right: 0;
}
.confirm .header span,
.confirm .sub_header span {
  /*font-family: Poppins !important;*/
}
.home-banner .inner {
  background: #efefef;
  height: 250px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-banner .inner a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.all .slider .item-box img,
.all .slider-two .item img,
.home-banner .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner {
  margin-bottom: 100px;
}
.category .row .row .col-md-6 .img-holder {
  height: 240px;
}
.category .left,
.category .row .row .col-md-6 {
  height: auto;
  margin: 0;
}
.category .left .img-holder {
  height: 585px;
}
.category .info {
  margin: 15px 0;
  position: relative;
}
.category .info .name {
  font-weight: 400;
  /*font-family: ge-bold;*/
  font-size: 14px;
  margin-bottom: 5px;
}
.category.mt-4.mb-4 {
  margin: 0 !important;
}
.category .info .name a {
  font-size: inherit;
  color: inherit;
  /*font-family: inherit;*/
}
.testo-wrap {
  padding-top: 70px;
}
.category .owl-carousel .owl-item {
  overflow: hidden;
}
.category {
  padding-bottom: 30px;
}
.thumbnails {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  column-gap: 5px;
  padding: 20px;
  justify-content: center;
}
.f-social,
.footer ul li {
  align-items: center;
  display: flex;
}
.full-screen-img {
  max-width: 100% !important;
}
.single_pro .img-box img {
  width: 100%;
  object-fit: cover;
}
.thumbnails .sideimg {
  height: 90px;
  overflow: hidden;
  width: 90px;
  border: 4px solid transparent;
  transition: 0.3s;
}
.all,
.all .slider,
.all .slider-two {
  height: auto;
  position: relative;
}
.thumbnails .sideimg.active,
.thumbnails .sideimg:hover {
  width: 90px;
}
.thumbnails .sideimg img {
  max-height: none;
  height: 100%;
}
.thumbnails .sideimg.active {
  border-color: #f3cc33;
}
.f-social {
  column-gap: 5px;
  padding: 0 0 20px;
}
.footer ul li {
  margin-bottom: 10px;
  column-gap: 15px;
}
.all {
  width: 100%;
  display: inline-block;
}
.all .slider {
  width: auto;
  overflow: hidden;
  border-radius: 3px;
}
.all .slider .item-box {
  overflow: hidden;
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.all .slider .item-box:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
}
.all .slider-two {
  overflow: hidden;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.all .slider:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
.all .slider:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.all .slider-two .item {
  transition: 0.25s;
  height: 100px;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.all .slider-two .item.active {
  border: 2px solid #fc0;
}
.all .slider .left-t,
.all .slider .right-t {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
  width: 35px;
  height: 35px;
  background-color: #2b2b2b;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  color: #e4c247;
  font-size: 20px;
  align-items: center;
  position: absolute;
  display: flex;
  cursor: pointer;
}
.all .slider-two .owl-stage {
  padding: 15px 0;
}
.all .slider .left-t {
  left: -40px;
  justify-content: center;
}
.all .slider .left-t:hover,
.all .slider .right-t:hover {
  background-color: #e4c247;
  color: #000;
}
.all .slider .right-t {
  right: -40px;
  justify-content: center;
}
.slick-slide {
  float: right;
}
[lang="en"] .slick-slide {
  float: left;
}
.gallery-slider img,
.thumbs-slider .item img {
  height: 100%;
}
.gallery-slider .item {
  height: 550px;
  overflow: hidden;
  border-radius: 10px;
}
.thumbs-slider {
  padding: 20px 0;
}
.thumbs-slider .item {
  height: 100px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.thumbs-slider .item.slick-current {
  border-color: #e4c247;
}
.slick-next:before,
.slick-prev:before {
  color: #000;
  opacity: 1;
  font-size: 30px;
}
.sticky-area .hide-sticky {
  position: absolute;
  top: -25px;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #fd0606;
  color: #fff;
  border-radius: 100%;
  padding: 5px;
  left: 0;
  z-index: 5;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.sticky-area {
  position: fixed;
  left: 15px;
  bottom: 30px;
  z-index: 8;
}
.sticky-area .sticky-icon {
  z-index: auto;
  position: unset;
}



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

.category .row .row .col-md-6 .img-holder a,
.category .left .img-holder a{
    height: 100%;
    display: block;
}

.category .row .row .col-md-6 .img-holder img.w-100,
.category .left .img-holder img{
    height: 100%;
}

.category .row .row .col-md-6 .img-holder {
    height: 304px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
}

.category .row .row {
    row-gap: 10px;
}

.category .row .row .col-md-6 {
    position: relative;
}

.category .row .col-lg-6.left .info {
    right: 0;
    width: 100%;
}

.category .left .img-holder {
    height: 619px;
}

.category .owl-carousel .item > .row {
    margin: 0;
}


.category .info {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: calc(100% - 10px);
    padding: 15px;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 10px 10px;
    background:#fff;
}


.category .products .info {
    position: relative;
    width: 100%;
    right: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.category .col-lg-6 {
    margin: 0;
}



.category .left .img-holder {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.tab-content>.tab-pane.show {
    display: block;
}


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

@media (max-width: 768px) {
  .gold-top-header .inner .i-actions a > span,
  .gold-top-header .inner .i-socials,
  .zoomContainer {
    display: none;
  }
  .gold-top-header .inner .i-actions .open-menu {
    display: inline-block;
  }
  .gold-top-header .inner .i-actions {
    column-gap: 20px;
  }
  .gold-top-header .inner .i-logo {
    order: -1;
    flex-grow: unset;
  }
  .gold-top-header .inner .i-logo img {
    width: 80px;
  }
  .gold-bottom-header .inner .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #e4c247;
    padding: 20px;
    transition: 0.3s;
    transform: translateX(-150%);
  }
  .gold-bottom-header .inner .main-menu .menu-close {
    display: inline-block;
    box-shadow: none;
    outline: 0;
  }
  .gold-bottom-header .inner .main-menu.active {
    transform: none !important;
  }
  .gold-bottom-header {
    padding: 10px 0;
  }
  .gold-bottom-header .inner .main-menu ul {
    flex-wrap: wrap;
  }
  .details .tab-pane ul li,
  .gold-bottom-header .inner .main-menu ul li {
    width: 100%;
  }
  .parts .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .parts .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .parts .item img {
    width: 150px;
    height: 150px;
  }
  .pro-list .container {
    margin-top: 0;
  }
  .footer .copy .row .col-md-6 {
    width: 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .footer .copy .row {
    justify-content: center;
    row-gap: 15px;
    flex-direction: column-reverse;
  }
  .f-social,
  .footer .copy .pay-methods {
    justify-content: center;
  }
  .category h1,
  .pro-list .container h1,
  .pro-list .title {
    margin: 0 auto 30px;
    width: calc(100% - 30px);
    font-size: 16px;
  }
  .cover,
  .pro-list .item .img-box,
  .product-list .item .img-box {
    height: 200px;
  }
  .gold-bottom-header .inner .i-lang .btn {
    padding: 0;
  }
  .gold-bottom-header .inner .i-search .form-group .form-control {
    min-width: 190px;
  }
  .details .tab-pane ul {
    max-width: 100%;
  }
  .footer {
    margin-top: 50px;
  }
  .gallery-slider .item {
    height: auto;
  }

  .category .row .row .col-md-6 {
    width: 50%;
  }
  .product-list.pro_l .item {
    width: 47%;
    max-width: 47%;
  }
  .product-list .item .img-box {
    height: 200px !important;
  }
  a.sticky-icon {
    bottom: 100px;
    border-radius: 51px;
    padding: 5px;
  }
  .gallery-slider {
    z-index: -1;
  }
  .category .left .img-holder a {
    height: 100%;
    display: block;
  }
  .category .img-holder img {
    object-fit: contain;
  }


  .footer .col-lg-4.left h4 {
    margin: 0 0 20px !important;
  }
  .footer .col-lg-4.left {
    text-align: center;
  }

  .category .left .img-holder img {
    height: 100%;
}

.category .row .row .col-md-6 .img-holder a {
    height: 100%;
    width: 100%;
    display: block;
}

.category .row .row .col-md-6 .img-holder img.w-100 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
  .category .left {
    margin: 10px 0;
    padding: 0;
}

.category .row .row {
    margin: 0 -10px !important;
}

    .product-list .item {
    flex: 0 0 31%;
}

}

@media(max-width:625px){
    .confirm .payment .d-flex {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
}

.payment .box {
    width: 49%;
    margin: 0;
}
  .product-list .item {
    flex: 0 0 46%;
    padding: 0;
    margin-block: 10px;
}

    .product-list .row{
        justify-content: center;
    }
    .parts .item .name {
    font-size: 15px;
}

.parts .item img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px !important;
}

.owl-carousel .owl-item img {
    height: auto;
    object-fit: unset;
}


.home-banner .inner {
    height: auto;
}

.home-banner {
    margin-bottom: 30px;
}

.category .row .row .col-md-6 .img-holder img.w-100 {
    object-fit: unset;
    height: auto !important;
}

.category .left .img-holder img {
    height: auto;
}

.category .left .img-holder {
    height: auto;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
}

.category .info {
    position: relative;
    width: 100%;
    right: auto;
}

.category .left .img-holder a {
    height: auto;
}

.category .row .row .col-md-6 .img-holder {
    height: auto;
    border-radius: 10px 10px  0 0;
    border-bottom: 0;
}

.category .row .row .col-md-6 .img-holder a {
    height: auto;
}

.parts .item img {
    height: 100px;
}

.pro-list .container {
    padding-top: 0;
}

.testo-wrap {
    padding-top: 0;
}.parts .item img {
    width: 150px;
    height: 150px;
}
}


/*@font-face {*/
/*  font-family: "font-light";*/
/*  src: url("../../../../public/front/new/fonts/TheYearofTheCamel-Light.otf");*/
/*}*/

/*@font-face {*/
/*  font-family: "font-regular";*/
/*  src: url("../../../../public/front/new/fonts/TheYearofTheCamel-Regular.otf");*/
/*}*/

/*@font-face {*/
/*  font-family: "font-bold";*/
/*  src: url("../../../../public/front/new/fonts/TheYearofTheCamel-Bold.otf");*/
/*}*/

/*@font-face {*/
/*  font-family: "font-extra-bold";*/
/*  src: url("../../../../public/front/new/fonts/TheYearofTheCamel-ExtraBold.otf");*/
/*}*/

/*@font-face {*/
/*  font-family: "font-extra-light";*/
/*  src: url("../../../../public/front/new/fonts/TheYearofTheCamel-ExtraLight.otf");*/
/*}*/

/*@font-face {*/
/*  font-family: "font-medium";*/
/*  src: url("../../../../public/front/new/fonts/TheYearofTheCamel-Medium.otf");*/
/*}*/

/*@font-face {*/
/*  font-family: "signature";*/
/*  src: url("../../../../public/front/new/fonts/signature.ttf");*/
/*}*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "font-regular";
  font-size: 16px;
  color: #000;
  scroll-behavior: smooth;
}

.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header {
  background: #000;
  padding: 25px 0;
  /*margin-top: 50px;*/
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  transition: 0.3s;
}

.main-header.sticky {
  margin-top: 0;
      border-bottom: 2px solid #e4c247;
}

.main-header .main-menu .hide-menu {
  padding: 0;
  border: 0;
  line-height: 1;
  background: transparent;
  color: #fff;
  margin-bottom: 20px;
  display: none;
}

.main-header .main-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}

.main-header .main-menu ul li a {
  color: #fff;
  font-family: "font-extra-bold";
  font-size: 22px;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: 0.3s;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  text-decoration: none;
}

.main-header .main-menu ul li a.active {
  color: #e4c247;
  border-color: #e4c247;
}

.main-header .actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-header .actions > a {
  color: #fff;
  font-size: 17px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4c247;
  border-radius: 100%;
  color: #e4c247;
  transition: 0.3s;
}

.main-header .actions > button {
  border: 0;
  line-height: 1;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  display: none;
}

.main-header .actions > a:hover {
  background: #e4c247;
  color: #000;
  border-color: #e4c247;
}

.main-header .logo img {
  width: 150px;
  object-fit: contain;
}

.hero-section {
  padding: 200px 0 100px;
}

.hero-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.hero-section .slide {
  text-align: right;
}

.hero-section .slide .slide-info h3 {
  font-family: "font-extra-bold";
  font-size: 50px;
  margin-bottom: 10px;
}

.hero-section .slide .slide-info p,
.hero-section .slide .slide-info pre{
  font-family: "font-medium";
  font-size: 28px;
  max-width: 90%;
  margin-bottom: 20px;
}

.hero-section .slide .slide-info a {
  font-family: "font-extra-bold";
  font-size: 30px;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 2px 22px;
  transition: 0.3s;
}

.hero-section .slide {
  background: #eee;
  box-shadow: 0 13px 13px rgb(0 0 0 / 15%);
  margin-bottom: 40px;
}

.hero-section .slide .slide-info a i {
  font-size: inherit;
  font-family: inherit;
  color: #e4c247;
}

.hero-section .slide .slide-info a:hover {
  background: #e4c247;
  color: #000;
}

.hero-section .slide .slide-info a:hover i {
  color: inherit;
}

.owl-dots {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border: 1px solid #000 !important;
  border-radius: 100%;
  transition: 0.3s;
}

.owl-dots .owl-dot.active {
  background: #000;
}

.hero-section .slide .slide-img {
  height: 420px;
}

.hero-section .slide .slide-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: none;
}

.about-top .row {
  flex-direction: row-reverse;
}

.about-top {
  background: #000;
}

.about-top .about-img img {
  width: 100%;
  transform: scaleX(-1);
}

.about-top .about-info h3 {
  color: #e4c247;
  font-family: "font-extra-bold";
  margin-bottom: 30px;
}

.about-top .about-info p {
  color: #fff;
  font-family: "font-extra-bold";
  font-size: 37px;
  margin-bottom: 30px;
}

.about-top .about-info span {
  font-family: signature;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 36px;
}

.about-top .about-info {
  text-align: justify;
  padding-block: 70px 20px;
}

.about-top .about-img {
  margin-top: -170px;
}

.about-section {
  padding: 70px 0 0;
}

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

.about-bottom .inner {
}

.about-bottom .inner h3 {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 auto 30px;
  font-family: "font-extra-bold";
}

.about-bottom .inner p {
  text-align: initial;
  font-family: "font-light";
  font-size: 19px;
  margin-bottom: 30px;
}

.about-bottom .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}

.about-bottom .inner ul li {
  width: calc(50% - 20px);
  text-align: initial;
  font-family: "font-extra-bold";
  list-style-position: inside;
}

.companies {
  padding: 50px 0;
}

.companies .inner {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.companies .inner a {
  display: flex;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  box-shadow: 3px 1px 9px rgb(0 0 0 / 24%);
  color: #000;
  font-family: "font-extra-bold";
  font-size: 19px;
  text-decoration: none;
  transition: 0.3s;
}

.companies .inner a:hover {
  background: #e4c247;
  color: #000;
}

.companies .inner a span {
  flex-grow: 1;
}

.companies .inner a i {
  width: 50px;
  height: 50px;
  background-color: #222221;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4c247;
  border-radius: 100%;
  font-size: 30px;
}

.interviews {
  padding: 70px 0;
}

.interviews .row {
  justify-content: center;
  row-gap: 30px;
}

.interviews .block .b-img {
  position: relative;
  box-shadow: 4px 5px 7px rgb(0 0 0 / 35%);
  border-radius: 10px;
  overflow: hidden;
  padding-top: 150%;
  margin-bottom: 30px;
}

.interviews .block .b-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.interviews .block {
  text-align: center;
}

.interviews .block > a {
  color: #000;
  font-family: "font-extra-bold";
  font-size: 22px;
  text-decoration: none;
}

.interviews .block .b-img a {
  position: absolute;
  top: 45%;
  left: 50%;
  translate: -50% -50%;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}

.interviews .block .b-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 90%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.interviews .block:hover .b-img::before {
  opacity: 1;
}

.interviews .block:hover .b-img a {
  opacity: 1;
  top: 50%;
}

.hero-section .slide .slide-info h3 span {
  font-family: "font-light";
  font-size: 40px;
  display: block;
}

.main-footer .f-top {
  padding: 50px 0;
}

.main-footer .f-top .f-item {
}

.main-footer .f-top .f-item h4 {
  position: relative;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.main-footer .f-top .f-item h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
  width: 30px;
  right: 0;
}

.main-footer .f-top .f-item > p {
  color: #fff;
  overflow: hidden;
  max-height: 206px;
}

.main-footer .f-top .f-item .sitemap li {
  margin-bottom: 15px;
}

.main-footer .f-top .f-item .sitemap li a {
  color: #fff;
  transition: all 0.3s;
}

.main-footer .f-top .f-item .siteinfo li {
  color: #fff;
  margin-bottom: 15px;
}

.main-footer .f-top .f-item .siteinfo li p,
.main-footer .f-top .f-item .siteinfo li a {
  color: #b1b1b1;
  text-transform: none;
  margin-top: 5px;
}

.main-footer .f-top .f-item .siteinfo li i {
  font-size: 15px;
  vertical-align: middle;
  margin-left: 7px;
}

.main-footer .f-top .f-item .soclia {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-footer .f-top .f-item .soclia a {
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  font-size: 21px;
  color: #000;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background: #e4c247;
}

.main-footer .f-top .f-item .soclia a i {
  display: block;
  line-height: inherit;
  background: -webkit-linear-gradient(top left, #ffffff, #d0d0d0);
  border-radius: 100%;
}

.main-footer .f-top .f-item .soclia a:last-child {
  margin: 0;
}

.main-footer .f-top .f-item .soclia a:hover:before {
  transition: all 0.3s;
}

.main-footer .f-top .f-item .soclia .twitter:hover:before {
  background: #00a0da;
  transition: all 0.3s;
}

.main-footer .f-top .f-item .soclia .youtube:hover:before {
  background: #f11900;
  transition: all 0.3s;
}

.main-footer .f-top .f-item .soclia .instagram:hover:before {
  background: -webkit-linear-gradient(left top, #9f2fff, #0bb1d3);
  transition: all 0.3s;
}

.main-footer .f-top .f-item .soclia .facebook:hover:before {
  background: #13598c;
  transition: all 0.3s;
}

.main-footer .f-top .f-item .soclia a:hover i {
  background: #fff;
}

.main-footer .f-bottom {
  border-top: 1px solid rgb(255 255 255 / 45%);
  padding: 20px 0;
  text-align: center;
}

.main-footer .f-bottom p {
  color: #fff;
  margin: 0;
}

.main-footer .f-bottom a {
  filter: brightness(0) invert(1);
}

.main-footer .f-top .f-item .sitemap li a:hover {
  padding: 0 10px;
  transition: all 0.3s;
  color: #b7b7b7;
}

footer.main-footer {
  background: #000;
  text-align: justify;
}

.overlay-s {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.overlay-s.active {
  opacity: 1;
  visibility: visible;
}

/* =============== Media Queries =============== */

@media (max-width: 1024px) {
  .main-header {
    margin: 0;
    padding: 15px 0;
    border-bottom: 2px solid #e4c247;
  }

  .main-header .main-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background: #000;
    transition: 0.3s;
    translate: 150%;
    padding: 50px 20px;
    border-left: 3px solid #e4c247;
    z-index:3;
  }

  .main-header .main-menu.active {
    translate: 0 !important;
  }

  .main-header .main-menu .hide-menu,
  .main-header .actions > button {
    display: flex;
  }

  .main-header .main-menu ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }

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

  .hero-section {
    padding: 120px 0 50px;
  }

  .hero-section .slide {
    padding: 50px 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .hero-section .row {
    row-gap: 30px;
  }

  .hero-section .slide .slide-info h3 {
    font-size: 26px;
  }

  .hero-section .slide .slide-info p {
    font-size: 19px;
  }

  .hero-section .slide .slide-info a {
    font-size: 18px;
  }

  .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
  }

  .owl-dots {
    margin: 0;
  }

  .about-top .about-img {
    margin: 0;
    border-bottom: 1px solid #e8e5e0;
  }

  .about-section {
    padding: 0;
  }

  .about-top .about-info {
    padding: 30px 0;
  }

  .about-top .about-info h3 {
    font-size: 17px;
  }

  .about-top .about-info p {
    font-size: 23px;
  }

  .about-top .about-info span {
    font-size: 23px;
  }

  .companies {
    padding: 0;
  }

  .about-bottom .inner ul li {
    width: 100%;
  }

  .interviews .block .b-img {
    padding-top: 100%;
  }

  .b-img {
  }

  .main-footer .f-top .f-item {
    max-width: 100%;
    width: 100%;
    flex: none;
  }

  .main-footer .f-top .row {
    row-gap: 30px;
  }

  ul.siteinfo {
    margin: 0;
  }

  .main-header .main-menu ul li a {
    font-size: 17px;
    justify-content: flex-start;
  }

  .main-header .main-menu ul li {
    width: 100%;
  }

  .main-header .main-menu ul li a.active {
    justify-content: center;
  }
}


.interviews .block .b-img video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.single_pro {
    padding: 200px 0 30px;
}

.single_pro .info .price {
    direction: ltr;
}

.single_pro .info .price .line {
    margin: 0;
}

.single_pro .info h4 {
    font-family: 'font-extra-bold';
    font-size: 30px;
}

.single_pro .add button {
    color: #fff;
    font-family: "font-extra-bold";
    font-size: 21px;
    background: #000;
    transition: .3s;
}

.single_pro .add button img {
    filter: brightness(0) invert(1);
    transition: .3s;
}

.single_pro .add button:hover {
    background: #e4c247;
    color: #000;
}

.single_pro .add button:hover img {
    filter: brightness(0);
}

.details .nav.nav-tabs .nav-link {
    font-size: 20px;
}

@media(max-width:768px){
    .single_pro {
    padding: 120px 0 0;
}
.main-header .actions {
    gap: 15px;
}
}

.main-header .actions .dropdown-toggle {
    font-size: 17px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4c247;
    border-radius: 100%;
    color: #e4c247;
    transition: 0.3s;
    background: transparent;
}

.main-header .actions .dropdown-toggle::after {
    display: none;
}

.main-header .actions .dropdown-menu {
    border: 0;
    border-radius: 20px;
    text-align: initial;
    background: #000;
    border: 1px solid #e4c247;
    margin-top: 20px;
    overflow: hidden;
}

.main-header .actions .dropdown-menu a {
    color: #fff;
    transition: .3s;
}

.main-header .actions .dropdown-menu a:hover {
    background: transparent;
    color: #e4c247;
}

.toast-message {
    font-family: inherit !important;
    font-size: 19px !important;
}

.toast-success {
    background-color: #e4c247 !important;
    color: #000 !important;
}

#toast-container > div {
    opacity: 1 !important;
}

.cart{
   padding: 180px 0 70px;    min-height: 700px;
}

@media(max-width:768px){
    .cart{
   padding: 120px 0 50px;    min-height: 300px;
}
}

.cart .right img {
    object-fit: contain;
}

.cart h3 {
    font-family: 'font-extra-bold';
}

.cart .form .title,
.cart .form .total > div{
    font-size: 20px;
    color: #000;
    font-family: 'font-extra-bold';
}


.cart .form .total .total_price {
    font-size: 35px;
}

.cart .form .pay, .order .left .pay {
    background: #000;
    border-radius: 50px;
    font-family: 'font-extra-bold';
    font-size: 20px;
    transition: .3s;
}

.cart .form .pay:hover ,.cart form button:hover{
    background: #e4c247;
    color: #000;
}

.cart form input {
    height: 50px;
    border-radius: 0 50px 50px 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 20px;
    padding: 0 25px !important;    transition: .3s;
}

.cart form button {
    border-radius: 50px 0 0 50px !important;
    padding: 0 20px;
    background: #000;
    color: #fff;
    font-family: 'font-extra-bold';
    font-size: 18px;
    transition: .3s;
}

.cart form input:focus{
    border-color:#e4c247
}

.cart .right .row .remove {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
    font-family: 'font-extra-bold';
    padding: 0 20px;
}

.cart .right .row .count {
    border-radius: 50px;
    padding: 0 10px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart .right .row .count input {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: #000;
    font-family: auto;
}

.order section h5 {
    font-family: 'font-extra-bold';
    font-size: 24px;
}

.order section label {
    color: #000;
    font-size: 16px;
}

.order section .form-control {
    height: 50px;
    border-radius: 50px !important;
    padding: 0 20px !important;
    font-size: 17px;
    color: #000;
    box-shadow: none;
    transition: .3s;
}

.order .section .input-group:after {
    display: none;
}

.order section .form-control:focus {
    border-color: #e4c247;
}

.order section textarea.form-control {
    border-radius: 15px !important;
    padding: 20px !important;
    resize: none;
}

.order form .submit {
    border-radius: 50px;
    border: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-family: 'font-extra-bold';
    transition: .3s !important;
}

.order form .submit:hover {
    background: #e4c247;
    color: #000;
}

.order .left .total div {
    font-family: 'font-extra-bold';
    font-size: 24px;
}

.order .left .pay:hover {
    background: #e4c247;
    color: #000;
}

.order{
   padding: 180px 0 70px;
}

@media(max-width:768px){
    .order{
   padding: 120px 0 50px;
}
}
.order section label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order form label span {
    margin: 0;
    font-size: inherit;
}

.confirm,.completed{
   padding: 180px 0 70px;
}

@media(max-width:768px){
    .confirm,.completed{
   padding: 120px 0 50px;
}
}

.confirm .form .col-6 input {
    accent-color: #b18b00;
    cursor: pointer;
}

.confirm .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
}

.confirm .form-box .owl-carousel .owl-nav button.owl-next,.confirm  .form-box .owl-carousel .owl-nav button.owl-prev {
    top: 38%;
}

.owl-carousel .owl-nav button span {
    color: #e4c247;
    font-size: 41px;
}

.confirm .header, .confirm .sub_header {
    border-radius: 20px;
}

.form .submit {
    border-radius: 50px;
    font-family: 'font-extrta-bold';
}

.confirm .date_time .active_box, .confirm .form .owl-carousel .active_item, .payment .active_box {
    color: #000;
}

.payment .box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.confirm .form .owl-carousel .item {
    font-size: 22px;
}

.confirm .form .owl-carousel .item {
    font-size: 22px;
}

.confirm .date_time .box.timeDate.active {
    color: #000;
}

@media(max-width:625px){
    .completed .box .info li {
    display: flex;
    flex-flow: column;
    line-height: 1.5;
    margin-bottom: 20px;
}

.completed .box .info li span {
    margin: 0;
}

.completed .box .info li:last-child {
    margin: 0;
}
}

.completed h1 {
    color: #000;
    font-family: 'font-extra-bold';
    font-size: 30px;
}

.completed h4 {
    font-family: 'font-extra-bold';
    font-size: 20px;
}

.completed .box .info li {
    font-family: 'font-extra-bold';
}

.completed .box .info li span {
    font-size: 22px;
}

.completed .box a {
    color: #fff;
    background: #000;
    font-family: 'font-extra-bold';
    font-size: 19px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
}

.cart .alert p {
    margin: 0;
    text-align: center;
    font-size: 23px;
}

.cart .alert {
    border-radius: 50px;
    width:90%;
}
.confirm .header, .confirm .sub_header {
    margin-inline: 0;
}