.bootstrap-select>.dropdown-toggle {
  height: 50px !important;
}

input.error {
  border: 1px solid red !important;
}

textarea.error {
  border: 1px solid red !important;
}

select.error {
  border: 1px solid red !important;
}

label.error {
  color: red !important;
}

#toast-container>div {
  width: 350px !important;
  font-size: 17px !important;
}

#load {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  position: fixed;
  display: block;
  opacity: 0.8;
  z-index: 100000;
  /* background-color: #fff; */
  /* z-index: 199; */
  text-align: center;
}

#loading-image {
  /* position: absolute;
  top: 50%;
  z-index: 200;
  right: 50%;
  z-index: 200; */
  position: absolute;
  top: 50%;
  z-index: 200;
  right: 37%;
  z-index: 200;
}

.no_data {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.iti__country-list li {
  text-align: right !important;
  display: flex !important;
}

.iti__country-list .iti__flag {
  position: relative !important;
  top: 5px !important;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti__country-list {
  left: 100%;
}

.section-about p {
  color: #fff !important;
}

body::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #dddd;
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #000;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #dddd;
  /* creates padding around scroll thumb */
}

.uploadImg img {
  width: 150px;
  height: 150px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-align: start;
  color: #fff;
}

.input-activate label.error {
  display: none !important;
}

input:focus {
  /* background-color: #000 !important; */
}

textarea:focus {
  background-color: #000 !important;
}

.change_lang button {
  border: 0 !important;
}

.iti__country-list {
  background-color: #2a2a29;
}



.container-slider-stores .swiper-slide {
  height: 335px;
}


@media (min-width: 991px) {
  .container-slider-branches .swiper-slide {
    height: 400px;
  }

  .container-slider-branches {
    height: 800px;
  }
}

@media (max-width: 991px) {

  .container-slider-branches {
    height: 470px;
  }
}



.top-header .custome-toolbar-menu .bootstrap-select .dropdown-toggle {
  background-color: #1f1f1e !important;
}

@media (min-width: 991px) {

  .gallery-images {
    height: 550px;
  }

  .gallery-thumbs {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .gallery-images {
    height: 310px;
  }

}

.h-100px {
  height: 100px;
}

.page-header {
  height: 120px;
}

.non-swiper-slide {
  display: none;
}

.cover-image-vendor img {
  max-height: 400px;
  object-fit: cover;
}

::-moz-placeholder {
  color: #5A5A5A !important;
  font-size: 14px !important;
}

:-ms-input-placeholder {
  color: #5A5A5A !important;
  font-size: 14px !important;
}

::placeholder {
  color: #5A5A5A !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #5A5A5A !important;
  font-size: 14px !important;
}

::-ms-placeholder {
  color: #5A5A5A !important;
  font-size: 14px !important;
}

::-o-placeholder {
  color: #5A5A5A !important;
  font-size: 14px !important;
}

::-webkit-placeholder {
  color: #5A5A5A !important;
  font-size: 14px !important;
}

.text-primary-blue {
  color: #0091FF !important;
}



.widget_item-arrival .widget_item-image .grid-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.widget_item-arrival .widget_item-image .grid-overlay .grid-link {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-radius: 50%;
  margin: 0px 3px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  font-size: 18px;
}

.widget_item-arrival .widget_item-image .grid-overlay .grid-link:hover {
  background-color: #caab5c;
  color: #fff;
}

.widget_item-arrival .widget_item-image .grid-overlay .grid-link {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.widget_item-arrival .widget_item-image:hover .grid-link::before {
  opacity: .4;
}

.widget_item-arrival .widget_item-image:hover .grid-link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


.widget_item-arrival .widget_item-image:hover::before {
  opacity: .4;
}

.widget_item-arrival .widget_item-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.text-gray {
  color: #B2B2B2;
}

@media (max-width: 991px) {
  .slider-stores {
    height: 370px;
  }

  .filters-button-group,
  .filter-vendors-by-branch {
    display: inline !important;
  }

  .button-group .button {
    margin: 6px 0px;
    display: inline-block;
    width: auto;
  }

  .bg-home {
    /* background-size: contain; */
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }

  .slider-branches {
    height: 440px;
  }

  .widget_item-branche .widget_item-title {
    width: 70%;
    max-width: 70%;
  }

  .widget_item-arrival .widget_item-info .widget_item-title-2 {
    height: 70px;
  }

  .bootstrap-select.order-by-select {
    display: flex !important;
    margin-left: auto !important;
    margin-bottom: 10px !important;
    width: 150px !important;
  }

}


.modal-info {
  position: absolute;
  display: none;
  background-color: #FFF;
  box-shadow: 0 0 10px #8e8e8e4d;
  z-index: 111;
  padding: 20px;
  border: 1px solid #E3B34F;
  min-width: 220px;
  border-radius: 16px;
}

.modal-info::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFF;
  z-index: -1;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}


/* /// map  */



.parent {
  position: relative;
  width: 50px;
  height: 70px;
  margin: 10px;
  text-align: center;
}

.svg-marker {
  border-radius: 50% 50% 50% 0;
  /* border: 4px solid #f00; */
  width: 35px;
  height: 35px;
  transform: rotate(-45deg);
  z-index: 1;
  overflow: hidden;
  /* background: red; */
}

.svg-marker.color-1 {
  border: 4px solid #851DFC;
  background: #851DFC;
}

.svg-marker.color-2 {
  border: 4px solid #ECA700;
  background: #ECA700;
}

.svg-marker.color-3 {
  border: 4px solid #DE2059;
  background: #DE2059;
}

.svg-marker.color-4 {
  border: 4px solid #BBE14B;
  background: #BBE14B;
}

.number-marker {
  position: absolute;
  z-index: 1;
  width: 26px;
  height: 28px;
  border: 4px solid #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  justify-content: center;
  top: 0px;
  transform: rotate(45deg);
  left: 0px;
}

.svg-marker.map-clickable {
  cursor: pointer;
}

.btn-white {
  color: #000;
}

.h-16 {
  height: 16px;
}

.old-price {
  font-size: 18px;
}

.follow-vendor {
  color: #caab5c;
  border-color: #caab5c;
}

.follow-vendor:hover,
.follow-vendor:focus {
  color: #fff !important;
  background: #caab5c !important;
  border-color: #caab5c !important;
  box-shadow: none !important;
}

.follow-vendor.active {
  color: #000;
  background: #e3b34f;
  border: 0;
}

.follow-vendor.active:hover,
.follow-vendor.active:focus {
  color: #fff;
  background: #a58b4b !important;
  border: 0;
  box-shadow: none !important;
}

.gallery-images.swiper-container-horizontal>.swiper-pagination-bullets,
.gallery-images.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: unset !important;
  bottom: 20px !important;
}

@media (min-width: 991px) {

  .slider-branches {
    height: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .widget_item-cart {
    display: block !important;
  }


}

.slider-stores {
  height: 740px;
}

@media (max-width: 991px) {
  .main-header {
    z-index: 2;
  }
}

.w-18px {
  width: 18px;
}

.form-check-input:checked {
  background-color: #e3b34f;
  border-color: #e3b34f;
}

button:focus {
  /* background-color: #e3b34f !important; */
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #e3b34f !important;
  border-color: #e3b34f !important;
}

.custome-border-gray {
  border: 1px solid #7E7E7E
}

.custome-border-gray-100 {
  border: 1px solid #BABABA
}



.datepicker {
  background-color: #2a2a29;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #000;
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #000;
}

.datepicker table {
  font-size: 13px;
  text-align: center;
  padding: 2px;
  margin: 0;
  width: 100%;
}

.comment-text-box {
  max-width: 356px;
  padding: 12px 16px;
}

.bg-ratings:before {

  top: 25% !important;
}

.bootstrap-tagsinput {
  height: 50px !important;
  background-color: #3c3c3c !important;
  border: 0 !important;
  border: 1px solid #7e7e7e !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  color: #fff !important;
}

.bootstrap-tagsinput .badge {
  margin: 2px 2px !important;
  background: #2b2a2a;
}

.bootstrap-tagsinput input {
  background-color: #3c3c3c;
  color: #fff;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* placeholder search input */

.input-icon ::-moz-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

.custome-input-search::-ms-input-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

.custome-input-search::placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

.custome-input-search::-moz-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

.custome-input-search::-ms-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

.custome-input-search::-o-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

.custome-input-search::-webkit-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

.item-category {
  background-color: rgba(227, 179, 79, 0.15);
  padding: 5px 20px;
  border-radius: 200px;
  text-align: center;
  color: #E3B350;
  margin-bottom: 10px;
}

.sub-categories-filters .nav-item .nav-link {
  background-color: #30302f;
  padding: 10px 15px;
}

.sub-categories-filters .nav-item .nav-link.active {
  background-color: #E3B34F !important;
  color: #000 !important;
}

.sub-categories-filters .nav-item .nav-link::before {
  width: 0px !important;
}

.btn.action-button:hover {
  color: #EBB234 !important;
}

#map {
  height: 300px;
}


.wizard-v1-content {
  background: #fff;
  width: 851px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 162px 0;
  font-family: Raleway, sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex
}

.wizard-v1-content .wizard-form {
  width: 100%;
  padding: 15px 25px
}

.wizard-form .wizard-header h3 {
  color: #333;
  font-size: 36px;
  font-weight: 800;
  margin: 0
}

.wizard-form .wizard-header p {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 26px
}

.form-wizard .steps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin-bottom: 30px
}

.form-wizard .steps li,
.form-wizard .steps li.current {
  outline: 0;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  position: relative;
  padding-bottom: 3px;
  flex: 1 1 0
}

.form-wizard .steps li:last-of-type {
  padding-left: 0
}

.form-wizard .steps li:last-child {
  padding-right: 0
}

.form-wizard .steps li .current-info {
  display: none
}

.form-wizard .steps li::before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 100%;
  height: 4px;
  top: 21%;
  left: 50%
}


.form-wizard .steps li:last-child::before {
  content: none
}

.form-wizard .steps li a {
  text-decoration: none;
  outline: 0;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none
}

.form-wizard .steps li a .title {
  text-align: center
}

.form-wizard .steps li a .title span {
  display: block;
  /* font-size: 16px */
  font-size: 0.75rem;
}

.form-wizard .steps li a .title .step-icon {
  /* width: 80px;
  height: 80px; */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  /* background: #ebebeb; */
  background: rgba(255, 255, 255, .08);
  margin: 0 auto;
  position: relative;
  outline: 0;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;

}

.form-wizard .steps li a .title .step-icon img {
  max-width: 30px
}

.form-wizard .steps li a .step-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

/* .form-wizard .steps .done::before,.form-wizard .steps li.current a .step-icon,.form-wizard .steps li.current a:active .step-icon,.form-wizard .steps li.done a .step-icon,.form-wizard .steps li.done a:active .step-icon {
  color: #fff;
  background-color: #EBB234
} */

.form-wizard .steps li.current a .step-text,
.form-wizard .steps li.current a:active .step-text,
.form-wizard .steps li.done a .step-text,
.form-wizard .steps li.done a:active .step-text {
  color: #fff !important;
  font-weight: 500
}

.form-wizard .steps li.current a .step-icon i::before,
.form-wizard .steps li.done a .step-icon i::before {
  color: #fff
}

.form-wizard .steps li a .step-number {
  color: #666;
  font-weight: 400;
  padding: 17px 0 8px
}

.form-wizard .steps li a .step-text {
  color: #fff;
  padding-bottom: 8px;
  padding-top: 10px
}

.form-wizard .steps li.current a .step-text {
  color: #fff
}

.form-wizard .content h2 {
  display: none
}


.actions ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center
}

.actions ul li {
  padding: 0;
  border: none;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #000;
  background: #E3B34F;
}

.actions ul li a {
  padding: 10px 70px;
  display: block;
  /* color: #fff */
}

.actions ul li:first-child a {
  /* color: #fff */
}

.actions ul li a i {
  font-size: 18px
}

.actions ul li:nth-of-type(1) a {
  color: #000;
}

.actions ul li:nth-of-type(2) a {
  color: #E3B34F;
}

.actions ul li:nth-of-type(2) {
  margin: 5px 5px;
  background: unset;
  border: 1px solid #E3B34F;
}


.actions ul li:nth-of-type(3) a {
  color: #E3B34F;
}

.actions ul li:nth-of-type(3) {
  margin: 5px 5px;
  background: unset;
  border: 1px solid #E3B34F;
}


.form-wizard .steps li::before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 65%;
  height: 3px;
  /* top: 40%; */
  top: 30%;
  left: 68%;
}

html[dir='rtl'] .form-wizard .steps li::before {
  right: 68%;
  left: unset;
}

.form-wizard .steps li.current .step-icon {
  border-color: #EBB234 !important;
}

.form-wizard .steps li.current .step-icon img {
  /* filter: invert(67%) sepia(26%) saturate(1252%) hue-rotate(1deg) brightness(107%) contrast(84%); */
  filter: invert(77%) sepia(17%) saturate(1799%) hue-rotate(367deg) brightness(193%) contrast(109%);
}

.form-wizard .steps li.done .step-icon {
  background-color: #EBB234 !important;
  border-color: #EBB234 !important;
}

.form-wizard .steps li.done .step-icon img {
  filter: invert(63%) sepia(91%) saturate(338%) hue-rotate(2deg) brightness(44%) contrast(98%);
}

.iti__country-list {
  background-color: #000 !important;
}

.swal2-icon.swal2-success .swal2-success-fix,
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right],
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left],
.swal2-show {
  background-color: #2a2a29 !important;
}

.swal2-popup .swal2-title {
  color: #fff !important;
    font-size: 20px !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #EBB234 !important;
  border-color: #EBB234 !important;
}

.circle {
  background: lightblue;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.max-w-60px {
  max-width: 60px;
}

.status-label {
  padding: 10px;
  background: #e3b34f;
  border-radius: 15px;
}

.tabel-border-gray {
  border: 1px solid #7B7B7B
}

.btn-track {
  background: rgba(62, 62, 62, .85);
  width: 112px;
  height: 31px;
}

.preview-cover-image {
  height: 350px;
}

.upload-icon-vendor {
  filter: unset !important;
  width: 150px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
}

.upload-input {
  cursor: pointer;
}

@media (max-width: 991px) {
  .main-header {
    background: #000;
  }
}

.pt-15 {
  padding-top: 15px;
}

.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
  background-color: #000;
  color: #fff;
}

label.error {
  display: block;
}

.text-gray-2 {
  color: #D5D5D5 !important;
}

.text-white-2 {
  color: #FFFFFF;
}

html[dir="ltr"] .m-checkbox {
  padding-top: 5px;
}

.widget_item-cart {
  padding: 20px;
}

.bg-black {
  background-color: #000;
}

.dir-rtl {
  direction: rtl !important;
}

.dir-ltr {
  direction: ltr !important;
}

.has-error input {
  border-color: red;
}

.value-coupon label.error {
  display: none !important;
}

.form-open-vendor .steps {
  padding: 1.5rem !important;
}

.form-open-vendor .content {
  padding: 3rem !important;
  background-color: #2a2a29;
}


.dropzone-images {
  display: inline-block;
  border: 2px dashed #dce2e9;
  padding: 20px 50px;
  border-radius: 8px;
  font-size: 15px;
}

.dropzone {
  border: 1px solid #dce2e9;
  background: #e50000;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}


.btn-sm {
  padding: 5px 20px;
}

@media (max-width: 991px) {
  .table-custom .image-order {
    flex-wrap: wrap !important;
  }

  .table-custom .image-order img {
    margin-left: 0.5rem !important;
    margin-bottom: 10px;
  }

}


.uploadImg {
  position: relative;
  /* z-index: 99999; */
  z-index: 1;
  /* border: 1px dashed; */
  border-radius: 50%;
  padding: 5px;
  background: #000;
}

.uploadImg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 119, 119, 0.5);
  top: 0;
  right: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploadImg .overlay .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.uploadImg .overlay .icon i {
  color: #fff;
  font-size: 20px;
}

.uploadImg img {
  width: 145px;
  height: 145px;
  background-color: #535353;
  border: 1px dashed;
}

.rounded-circle {
  border-radius: 50% !important;
}

.pointer {
  cursor: pointer;
}


.upload-image-vendor {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -97px;
  z-index: 99;
  margin-left: 4%;
}

html[dir="ltr"] .custome-input-group input {
  border-right: 0px;
}

html[dir="rtl"] .custome-input-group input {
  border-left: 0px;
}

.input-group.custome-input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: unset;
}


@media (max-width: 850px) {
  .form-wizard .steps li::before {
    content: "";
    width: 100%;
    top: 0px;
    left: 0px;
  }

  .form-wizard .steps li a .title .step-icon {
    display: none;
  }

  .form-wizard .steps li a .step-text {
    color: #999;
  }

  .form-wizard .steps li.current a .step-text {
    color: #fff;
  }

  .form-wizard .steps li.done::before {
    background-color: #caab5c;
  }

  .form-wizard .steps li:last-child::before {
    content: '';
  }
}

.dropzone {
  background: #535353 !important;
}

.text-gray-3 {
  color: #A2A2A2;
}

.w-15px {
  width: 15px;
}

.fs-12 {
  font-size: 12px;
}

.modal-content {
  background-color: #060606;
}

.modal-content .btn-close {
  filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(228deg) brightness(103%) contrast(100%);
}

html[dir="rtl"] .bootstrap-select>.dropdown-toggle {
  padding: 12px 12px 12px 40px !important;
}

html[dir="rtl"] .datepicker {
  direction: rtl;
}

html[dir="rtl"] .wizard-content .wizard.wizard-circle>.steps>ul>li:after {
  left: unset;
  right: 70%;
}

.verification-btn label.error {
  margin-top: 15px;
}

a[aria-disabled="true"] {
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

label.error {
  position: absolute;
  bottom: -27px;
  inset-inline: 0;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.switch-lang .dropdown-menu {
  min-width: 141px;
}

html[dir="rtl"] .switch-lang .dropdown .dropdown-menu {
  left: 0 !important;
  right: auto !important;
  top: 15px !important;
}

html[dir="ltr"] .switch-lang .dropdown .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  top: 15px !important;
}

.dropzone {
  display: block !important;
}

.dropzone .dz-preview.dz-image-preview {
  background: unset !important;
}

.widget_item-product-proparity {
  position: relative;
  padding: 20px 10px;
  border: 1px solid #a3a099;
  border-radius: 15px;
  margin-bottom: 25px;
}

.widget_item-product-proparity .icon-remove {
  position: absolute;
  top: -8px;
  right: -6px;
  background-color: #e33c19;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
}

html[dir="rtl"] .widget_item-product-proparity .icon-remove {
  left: -6px;
  right: unset;

}

.widget_item-product-proparity .widget_item-option {
  position: relative;
  padding: 20px 10px;
  border: 1px solid #a3a099;
  border-radius: 15px;
  margin-bottom: 15px;
}

.widget_item-product-images .widget_item-image {
  display: flex;
  height: 100px;
  margin-bottom: 15px;
  position: relative;
}

.widget_item-product-images .widget_item-image img {
  object-fit: cover;
  border-radius: 15px;
}

.widget_item-product-images .widget_item-image .icon-remove {
  position: absolute;
  top: -10px;
  right: 0px;
  background-color: #e33c19;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
}

html[dir="rtl"] .widget_item-product-images .widget_item-image .icon-remove {
  right: unset;
  left: 0px;

}


.upload-image-component {
  position: relative;
}

.upload-image-component .overlay {
  position: absolute;
  width: 100%;
  height: 170px;
  /* background-color: rgba(119, 119, 119, 0.5); */
  background-color: rgb(53 52 52 / 50%);
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.upload-image-component .image img {
  width: 100%;
  height: 170px;
  border-radius: 15px;
  object-fit: cover;
}

.upload-image-component .overlay .icon {
  /* width: 45px; */
  /* height: 45px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.upload-image-component .overlay .icon i {
  color: #fff;
  font-size: 20px;
}

.swiper-product-images {
  max-width: 100px;
}

.nav-account li a {
  color: #fff;
}

.preview-product-title {
  max-width: 300;
  overflow: hidden;
}


.select2-selection {
  min-height: 50px !important;
  background: #313130 !important;
  color: #fff !important;
}

.select2-container--open .select2-dropdown--below {
  background: #313130 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #fff !important;
}

.select2-container--default .select2-results__option--selected {
  background: #000 !important;
}

.select2-container--default .select2-results__option--selected:hover {
  background: #313130 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #000 !important;
  border: 1px solid #aaa !important;
  color: #fff !important;

}

.max-w-1000px {
  max-width: 1000px;
}

.rating-rtl .caption {
  display: none !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #fff !important;
}

.verifi-input {
  direction: ltr;
}

html[dir='rtl'] .form-switch {
  padding-right: 0;
}

html[dir='rtl'] .form-check .form-check-input {
  /* float: right; */
}

@media (max-width: 991px) {

  .cart-update-quantity {
    justify-content: end;
    width: 100%;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.widget_item-store .widget_item-icon {
  width: 100px;
  height: 100px;
}

.max-w-400 {
  max-width: 400px;
}

.max-h-400 {
  max-height: 400px;
}

.custome-primary-color {
  color: #E3B34F;
}

html[dir='rtl'] .beginners-guide-banner-section {
  transform: scaleX(-1);
}

html[dir='rtl'] .beginners-guide-banner-section .beginners-guide-banner-container {
  transform: scaleX(-1);
}

.slider-product-categories {
  height: 360px;
}

.form-check {
  margin-bottom: 0px;
}

.disabled-favourite-product:hover {
  cursor: default !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #000000 !important;
}

.justify-content-space-between {
  justify-content: space-between;
}

.border-radius-4 {
  border-radius: 4px
}

@media (min-width: 991px) {

  .widget_last-shops .widget_last-shop:nth-child(even) .widget_last-shop-image {
    order: 2;
  }

}

@media (max-width: 991px) {

  .widget_last-shops .widget_last-shop {
    margin-bottom: 35px;
  }


  .widget_last-shops .widget_last-shop .widget_last-shop-image {
    margin-bottom: 35px;
  }

}

.widget_last-shop .widget_last-shop-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.widget_last-shop .widget_last-shop-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.widget_last-shop .widget_last-shop-info .widget_last-shop-title {
  color: #FFFFFF;
  font-size: 34px;
}

.widget_last-shop .widget_last-shop-info .widget_last-shop-branch {
  color: #E3B34F;
  font-size: 20px;
}

.widget_last-shop .widget_last-shop-info .widget_last-shop-desc {
  padding: 0px 15%;
  color: #A3A3A3;
  font-size: 16px;
}

.widget_last-shop .widget_last-shop-info .widget_last-shop-view-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget_last-shop .widget_last-shop-info .widget_last-shop-view-more i {
  color: #BEAD66;
}

.widget_last-shop .widget_last-shop-info .widget_last-shop-view-more:hover i {
  color: #fff;
}

.widget-partner-countries {
  background: #AC8A49;
  color: #000;
  padding: 15px 20px;
  margin-bottom: 10px;
}

.slider-partner-countries .swiper-wrapper {
  height: 50px;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.slider-partner-countries .swiper-wrapper a {
  color: #000;
}

.widget-product_categories {
  /* background: #080304; */
  background: #0e0e0e;
}

.widget-product_categories .widget-product_category {
  width: 200px;
  text-align: center;
  padding: 10px;
  background: #080304;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 13px;
  border: 1px solid #cfb76fa1;
}

.widget-product_categories .widget-product_category img {
  transition: transform 0.3s ease-in-out;
  width: 160px;
  height: 160px;
  object-fit: cover;
  padding: 10px;
}

.widget-product_categories .widget-product_category:hover img {
  transform: scale(1.1);
}

.widget-product_categories .swiper-wrapper {
  height: 230px;
}

.widget-product_categories .widget-product_category .widget-product_category-name {
  color: #FFFFFF;
}

.widget-product_categories .widget-product_category:hover {
  /* background: #2c2c2c; */
}

.section-home .image-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*height: 420px;*/

}

@media (max-width: 991px) {
  .section-home .image-slider {
    height: 100%;

  }

}

.section-home .image-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-home .swiper-slide {
  position: relative;
}

@media (min-width: 992px) {
  .section-home .swiper-slide {
    /* padding: 300px 0px 40px; */
    padding: 0px 0px 0px;

  }
}

.section-home .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(69%, #33333333), to(rgba(34, 34, 34, 0.85)));
  background: linear-gradient(180deg, #ffffff00 0%, #33333333 69%, rgba(34, 34, 34, 0.85) 100%);
}

.section-home .swiper-slide .home-content {
  position: relative;
  z-index: 1;
  color: #000;
}

.section-home .swiper-slide .home-text {
  max-height: 100px;
  overflow: hidden;
  color: #000;
}

.section-home .swiper-slide .home-content .home-title,
.section-home .swiper-slide .home-content .home-text {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
}

@media (max-width: 991px) {
  .section-home .swiper-slide {
    /*padding: 100px 0px 50px;*/
    padding: 50px 0px 20px;
  }
}

.section-home .home-title {
  color: #000;
}

@media (min-width: 992px) {
  .section-home .home-title {
    font-size: 44px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .section-home .home-title {
    font-size: 24px;
  }
}

.section-home .home-text {
  color: #718BA1;
}

@media (min-width: 992px) {
  .section-home .home-text {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .section-home .home-text {
    font-size: 20px;
  }

  .section-home .home-image {
    dispaly: none;
  }

}

.section-home .home-image {
  display: flex;
}

.section-home .btn {
  padding: 12px 80px;
  font-size: 22px;
  -webkit-box-shadow: 4px 10px 70px rgba(255, 255, 255, 0.45);
  box-shadow: 4px 10px 70px rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
  .section-home .btn {
    padding: 10px 40px;
    font-size: 16px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.section-home .home-title,
.section-home .home-text,
.section-home .home-action,
.section-home .home-image,
.section-home .action-swiper {
  opacity: 0;
}

.section-home .home-title {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.section-home .home-text {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.section-home .home-action {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.section-home .home-image {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.section-home .home-image img {
  /*border-radius: 300px 0px 0px 300px;*/
}

.section-home .action-swiper {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.swiper-slide.swiper-slide-active .home-title,
.swiper-slide.swiper-slide-active .home-text,
.swiper-slide.swiper-slide-active .home-action,
.swiper-slide.swiper-slide-active .home-image,
.swiper-slide.swiper-slide-active .action-swiper {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section-home {
  position: relative;
}

.section-home .swiper-home .swiper-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: unset;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination {
    inset-inline-end: 100px;
    bottom: 90px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.34);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 30px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    left: 10px;
    bottom: 10px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.section-home {
  background-color: #000;
}

.intro-video video {
  width: 100%;
  height: 90vh;
}

.custome-link-auth {
  color: #FFFFFF;
}

.button-group-category {
  border: none;
}

.button-group-category .button {
  cursor: pointer;
  padding: 4px 15px;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin: 10px 0px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: none;
}

.button-group-category .button:hover {
  border-bottom: solid 1px;
  border-color: #caab5c;
  color: #fff !important;
}

.button-group-category .button:not(:last-of-type) {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

@media (max-width: 991px) {
  .button-group-category .button {
    padding: 4px 10px;
    font-size: 12px;
    -webkit-padding-start: 14px;
    padding-inline-start: 14px;
  }

  .button-group-category .button:not(:last-of-type) {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
  }
}

.button-group-category .button.is-checked {
  border-bottom: solid 1px;
  border-color: #caab5c;
  color: #fff !important;
  background-color: transparent;
}

.button-group-category .button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-group-category .button img {
  width: 30px;
  object-fit: cover;
}

.toggle-logo-mobile {
  display: none;
}

@media (max-width: 991px) {
  .toggle-logo-mobile {
    display: block;
  }

  .toggle-logo-menu {
    display: none;
  }
}

.continent-statistics {
  display: flex;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .continent-statistics {
    display: block;
    margin-top: 10px;
  }

  .continent-statistic {
    margin-bottom: 15px;
  }

}

.continent-statistic {
  display: flex;
}

.continent-statistic .icon {
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.continent-statistic .info .count,
.continent-statistic .info .title {
  color: #000;
}

@media (max-width: 991px) {

  .section-map {
    height: auto
  }

  .filters-products {
    display: flex;
    justify-content: end;

  }

  .filters-products .bootstrap-select.order-by-select {
    margin-left: unset !important;

  }

}

.section-continent {
  height: 350px !important;
}

/* user-dropdown-menu */
.user-dropdown-menu .dropdown-item {
  color: #fff;
  transition: all .3s ease-in-out;

}

.user-dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #e3b34f;
}

.top-header {
  background-color: #000;
}

.text-dark p {
  color: #000000;
}

/* // new style beginner guide */

.fs-70 {
  font-size: 4.5rem;
}

.fs-60 {
  font-size: 4rem;
}

.max-w-500 {
  max-width: 500px;
}

.text-gray-3 {
  color: #E6E6E6 !important;
}




.slider-product-categories {
  height: 220px;
}

#categories_section {

  background-color: (94, 83, 51, 0.27);
}

#categories_section .widget_item-categ {
  display: grid;
  justify-content: center;
  align-items: center;
}

#categories_section .widget_item-categ .widget_item-image {
  width: 130px;
  height: 130px;
  background: #D5C06C;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create-your-vendor-section .content-section {
  background-color: #CFB76F;
  border-radius: 15px;
}

.fs-50 {
  font-size: 3rem;
}

.icon-call {
  background-color: #D5C06C;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: #000;
  font-size: 25px;
}

@media (max-width: 991px) {
  .fs-70 {
    font-size: 2.5rem;
  }

  .fs-60 {
    font-size: 2rem;
  }

  .fs-50 {
    font-size: 1.5rem;
  }
}

.btn-primary-2 {
  background-color: rgba(213, 192, 108, 1);
  border-radius: 15px;
  padding: 15px 25px;
}

.image-support {
  position: relative;
}

@media (min-width: 991px) {

  .image-support::after {
    position: absolute;
    content: "";
    width: 250px;
    height: 240px;
    z-index: 1;
    background: url(../images/icons/bg-support-top.svg);
    top: -90px;
    right: 0;
  }

  html[dir="rtl"] .image-support::after {
    left: 0;
    right: unset;
  }

  .image-support::before {
    position: absolute;
    content: "";
    width: 250px;
    height: 240px;
    z-index: 1;
    background: url(../images/icons/bg-support-bottom.svg);
    background-repeat: no-repeat;
    bottom: -54px;
    left: -10px;
    transform: rotate(-13deg);
  }

  html[dir="rtl"] .image-support::before {
    left: unset;
    right: -10px;
  }

}


.widget_item-arrival .product-action {
  display: flex;
}

.widget_item-arrival .product-action .grid-link {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
  margin: 0px 3px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  font-size: 14px;
}

.widget_item-arrival .product-action .grid-link:hover {
  background-color: #caab5c;
  color: #fff;
}

.widget_item-arrival .product-action .grid-link {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.product-categories-dropdown .dropdown-menu .dropdown-item:hover,
.product-categories-dropdown .dropdown-menu li:hover {
  background-color: transparent;
  color: #D5C06C !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
}

/* ============ small devices .end// ============ */

.shipping-addresses-data .select2-container .select2-selection--single,
.invoice-addresses-data .select2-container .select2-selection--single {
  height: auto;
  padding: 5px 10px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(105, 108, 255, .08) !important;
  color: #E3B34F !important;
}

.dropdown-item .new-items-count {
  background-color: #e02020;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 20px;
  padding: 2px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
}

/* silders  */

.continent-slider {
  width: 100%;
  /* height: 100vh ; */
  /* height: 100%; */
  /* background-image: url('/assets/front/images/bg-home-3.png'); */
  /* background-repeat: no-repeat; */
  /* background-size: cover !important; */
  background-color: #0e0e0e;
}

.main-header,
.top-header {
  background-color: #0e0e0e !important;

}

.continent-slider .swiper-container {
  height: 400px;
}

.continent-slider .swiper-slide {
  font-size: 18px;
  color: #fff;
}

.continent-slider .swiper-pagination {
  position: absolute;
  bottom: 20%;
  right: 30%;
  width: auto !important;
  height: 50px;
  left: auto !important;
  margin: 0;
  background-color: rgba(48, 41, 27, 1);
  padding: 5px;
  border-radius: 10px;
}

.continent-slider .swiper-pagination-bullet {
  margin: 5px 10px;
  border-radius: 0;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #A3A3A3;
  opacity: 1;
  background: transparent;
  transition: all 0.2s ease-in-out;
  position: relative;

}

.continent-slider .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #caab5c;
  inset-inline-start: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  margin: 0px 5px;
}


.continent-slider .swiper-pagination-bullet:hover::before,
.continent-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 90%;
}

.continent-slider .swiper-pagination-bullet-active {
  color: #CFB76F;
  background: transparent;
}

.continent-slider .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;

}

.continent-slider .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 26px;
  color: #CFB76F;
  font-weight: 700;
}

.continent-slider .swiper-button-prev,
.continent-slider .swiper-container-rtl .swiper-button-next {
  left: 50%;
  right: auto;
}

.continent-slider .widget_item-image {
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.continent-slider .widget_item-image img {
  height: 100%;
}

.continents-links {

  width: auto !important;
  height: 50px;
  display: flex;
  justify-content: center;
  margin: 0;
  background-color: rgba(48, 41, 27, 1);
  padding: 5px;
  border-radius: 10px;
}

.continents-links .button-continent-link {

  margin: 5px 10px;
  border-radius: 0;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #A3A3A3;
  opacity: 1;
  background: transparent;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.continent-slider .button-continent-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #caab5c;
  inset-inline-start: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  margin: 0px 5px;
}


.continents-links .button-continent-link:hover::before,
.continents-links .button-continent-link.active::before {
  width: 90%;
}

.map-container-silder {
  width: 90%;
  /* margin-top: 15px; */
  margin-bottom: 40px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.filters-products .bootstrap-select>.dropdown-toggle.bs-placeholder,
.filters-products .bootstrap-select>.dropdown-toggle {
  border-radius: 10px;
  border: 2px solid #7e7e7e;
  height: 46px !important
}

@media (max-width: 991px) {
  .map-container-silder {
    display: none;
  }

  .continents-links {
    display: none;
  }

  .continent-slider .swiper-button-prev,
  .continent-slider .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }

  .continent-slider .swiper-container {
    height: 100%;
  }


}

.select2-results__option[aria-selected] {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

/* .top-header,
.main-header {
  background-image: url(/assets/front/images/bg-home-3.png);
} */

.slider-partner-countries .swiper-slide {
  padding: 4px;
  text-align: center;
  /* border: 1px solid #1f1f1e36; */
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custome-profile-about .title {
  background-color: #2a2a29 !important;
}

.preview-cover-image-shop {
  height: 300px;
  object-fit: cover;
}

.custome-bg-gray-3 {
  background: #0e0e0e;
}

.w-80 {
  width: 80%;
}

.product-categories-dropdown .dropdown-toggle:hover,
.product-categories-dropdown .dropdown-toggle:focus {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
  box-shadow: none;
}

.text-black {
  color: #000;
}


.shipping-methods .m-radio {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 10px;
}

.shipping-methods .m-radio:not(:last-of-type) {
  margin-right: 14px;
}

.shipping-methods .m-radio .checkmark {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
}

.m-radio input:checked~.checkmark {
  border-color: #caab5c;
}

.shipping-methods .m-radio .checkmark:after {
  content: "";
  background-color: transparent;
}

.m-radio img {
  margin-top: 10px;
  max-width: 100px;
}
