body::-webkit-scrollbar-track,
.custom-control-label:before,
.dropdown-menu,
.scrollToTop,
.scrollToTop:hover,
.scrollToTop:focus,
.navbar,
.navbar .close-menu,
.navbar-collapse.second-collapse::-webkit-scrollbar-track,
.brands-content .single-brand:hover,
.profile-content .user-links .single-link .icon,
.content-list .single-item .icon,
.content-list .single-payment a:hover .arrow-left,
.content-list .single-payment .icon,
.content-list.coupons li .icon,
.favourite-list .remove-item,
.modal-content {
  -webkit-box-shadow: 0px 0px 10px rgba(203, 41, 47, 0.4);
  box-shadow: 0px 0px 10px rgba(203, 41, 47, 0.4);
}

.btn:hover,
.btn:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
  outline: none;
}

input:focus,
button:focus {
  outline: none;
}

*:focus {
  outline: none;
}

.custom-form .form-control,
.w-shadow,
.common-block .all-groups .single-group,
.all-form,
.cutom-tabs .tab-content .rates-list li .single-rev .rev-avatar {
  -webkit-box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.21);
  box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.21);
}

.custom-form .btn,
.brands-content .single-brand .brand-img {
  -webkit-box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.75);
  box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.75);
}

.btn,
.btn:hover,
.btn:focus,
.more-link span,
.more-link .fas,
.more-link:hover span,
.card.product-item,
.card.product-item .card-image img,
.card.product-item:hover,
.card.product-item:hover .card-image img,
.dropdown-menu,
.dropdown-menu.show,
.dropdown-menu .dropdown-item a,
.dropdown-menu .dropdown-item a:hover,
.navbar .navbar-brand img,
.navbar .navbar-nav .nav-item .nav-link,
.navbar .navbar-nav.left-links li a,
.navbar .navbar-nav.left-links li a:hover,
.navbar .menu-wrapper,
.first-slider .item .item-overlay .content .btn,
.second-slider .item.slick-slide img,
.second-slider .item.slick-slide:hover img,
.data-filters ul.data-filters-links li,
.data-filters ul.data-filters-links li.active,
.common-block .all-groups .single-group .form-inline,
footer .footer-link a,
footer .footer-link a:hover,
footer .center-list .footer-link,
footer .footer-social li a,
footer .footer-social li a:hover,
footer .footer-social li a:hover span,
.single-way .icon,
.brands-content .single-brand,
.brands-content .single-brand .brand-img img,
.brands-content .single-brand:hover,
.profile-content .user-links .single-link .icon,
.profile-content .user-links .single-link .icon img,
.profile-content .user-links .single-link p,
.profile-content .user-links .single-link:hover .icon img,
.profile-content .user-links .single-link:hover p,
.address-form .form-control,
.address-form .remove-address,
.address-form .form-group,
.address-form .form-group:hover,
.address-form .form-group:hover .form-control,
.address-form .form-group:hover .form-control::placeholder,
.address-form .form-group:hover .remove-address,
.content-list .single-payment a .arrow-left,
.content-list .single-payment a:hover .arrow-left,
.content-list .payment-header .arrow-left,
.favourite-list .remove-item,
.product-info .main-info .left-grid .btn,
.product-info .main-info .left-grid .btn .fav-icon,
.product-info .main-info .left-grid .btn.liked,
.product-info .main-info .left-grid .btn.liked .fav-icon,
.product-info .main-info .left-grid .share-list li a,
.product-info .main-info .left-grid .share-list li a:hover,
.product-info .counter-div .counter span,
.product-info .counter-div .counter span:hover,
.cutom-tabs .nav-tabs .nav-item .nav-link,
.cutom-tabs .nav-tabs .nav-item .nav-link:hover,
.cutom-tabs .nav-tabs .nav-item .nav-link:focus,
.cutom-tabs .nav-tabs .nav-item .nav-link.active,
.cart-items .counter-div .counter span,
.cart-items .counter-div .counter span:hover,
.cart-items .btn-left i,
.cart-items .btn-left:hover i,
.tabs .nav-tabs .nav-link,
.tabs .nav-tabs .nav-link.active {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* fonts */

@font-face {
  font-family: "Cairo-Regular";
  /*src: url("../fonts/Cairo-Regular.eot");*/
  src:/*url("../fonts/Cairo-Regular.eot?#iefix") format("embedded-opentype"),*/
    /*url("../fonts/Cairo-Regular.svg#Cairo-Regular") format("svg"),*/
    url("../fonts/Cairo-Regular.ttf") format("truetype"),
    url("../fonts/Cairo-Regular.woff") format("woff"),
    url("../fonts/Cairo-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cairo-SemiBold";
  /*src: url("../fonts/Cairo-SemiBold.eot");*/
  src:url("../fonts/Cairo-SemiBold.ttf") format("truetype"),
    url("../fonts/Cairo-SemiBold.woff") format("woff"),
    url("../fonts/Cairo-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cairo-Bold";
  /*src: url("../fonts/Cairo-Bold.eot");*/
  src:url("../fonts/Cairo-Bold.ttf") format("truetype"),
    url("../fonts/Cairo-Bold.woff") format("woff"),
    url("../fonts/Cairo-Bold.woff2") format("woff2");
  /*url("../fonts/Cairo-Bold.eot?#iefix") format("embedded-opentype"),*/
    /*url("../fonts/Cairo-Bold.svg#Cairo-Bold") format("svg"),*/
  font-weight: normal;
  font-style: normal;
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo-Regular";
  color: #777777;
  padding: 0 !important;
  overflow-x: hidden;
  text-align: right;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  background-color: #cb292f;
  outline: 1px solid #cb292f;
  border-radius: 2px;
}

a {
  color: inherit;
}

a:hover,
a:after {
  color: inherit;
  text-decoration: none;
}

b {
  font-family: "Cairo-Bold";
}

ul {
  margin: 0;
  padding: 0;
}

.section {
  padding: 50px 0;
}

.section .btn {
  font-family: "Cairo-Bold";
  font-weight: bold;
}

.section .section-title h3 {
  color: #cb292f;
  font-size: 40px;
}

.section .section-title p {
  font-size: 27px;
}

.section .section-title .btn {
  font-size: 18px;
}

b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo-Bold";
}

html {
  scroll-behavior: smooth;
}

html.noscroll {
  overflow: hidden !important;
}

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

.form-control {
  border: 1px solid transparent;
  height: 50px;
  color: #cb292f;
  border-radius: 50px;
  caret-color: rgba(203, 41, 46, 0.5);
  font-family: "Cairo-SemiBold";
  font-size: 14px;
  width: 100%;
  padding: 10px 40px 10px 20px;
  background-color: #feeeee;
  box-shadow: 0px 0px 16px 0px rgba(203, 41, 47, 0.49);
}

.form-control:focus {
  border: 1px solid rgba(203, 41, 46, 0.5);
  outline: unset;
  box-shadow: unset;
}

.form-control::placeholder {
  color: #cb292f;
}

.form-control.error {
  border-color: #ce161a !important;
}

.form-control.error:focus {
  border-color: #ce161a !important;
}

.form-control.no-shadow {
  box-shadow: none;
}

.form-control.sm-rad {
  border-radius: 8px;
}

textarea,
textarea.form-control {
  height: 120px;
  resize: unset;
  padding: 10px 20px;
  border-radius: 8px;
}

.custom-form {
  position: relative;
  z-index: 3;
}

.custom-form .form-group {
  display: flex;
  align-items: center;
}

.custom-form .was-validated .form-group {
  flex-wrap: wrap;
}

.custom-form .was-validated .form-control {
  margin-right: 0;
}

.custom-form .form-control {
  padding: 10px;
  width: 75%;
  margin-right: 20px;
  background-color: #ffffff;
  border-radius: 8px;
}

.custom-form .label {
  width: 25%;
  margin: 0;
  color: #cb292f;
  font-family: "Cairo-SemiBold";
  font-size: 16px;
}

.custom-form textarea {
  height: 120px;
  resize: none;
}

.all-form-contact
  .select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 20px;
}

.btn {
  background-color: #cb292f;
  color: #ffffff;
  border-radius: 40px;
  min-width: 100px;
  height: 45px;
  line-height: 25px;
  padding: 8px 16px;
  text-align: center;
  font-family: "Cairo-SemiBold";
  box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.05);
  font-size: 17px;
}

.btn.btn-bordered {
  border: 1px solid #cb292f;
}

.btn.btn-transparent {
  background-color: transparent;
}

.btn:hover,
.btn:focus {
  outline: unset;
}

.btn.btn-lg {
  min-width: 200px;
}

.only-mobile {
  display: none;
}

.font-color {
  color: #777777;
}

.black-color {
  color: #000000;
  font-size: 30px;
  margin-bottom: 30px;
}

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

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.center {
  text-align: center;
  margin: auto;
}

.main-color {
  color: #cb292f;
}

.title {
  overflow: hidden;
}

.title .main-title {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
  color: #cb292f;
  position: relative;
  display: inline-block;
  font-family: "Cairo-SemiBold";
}

.title .main-title:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -55px;
  background-color: rgba(203, 41, 47, 0.102);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1;
}

.title .main-title:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  background-color: rgba(203, 41, 47, 0.102);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 0;
}

.title .main-title.sec-color:after {
  background-color: #22667d;
}

.title .second-title {
  font-size: 17px;
  font-family: "Cairo-Regular";
  margin: 0 auto 30px;
  width: 55%;
}

.more-link {
  font-size: 18px;
  color: #cb292f;
}

.more-link span {
  display: inline-block;
  margin-left: 10px;
}

.more-link .fas {
  background-color: #ffffff;
  color: #cb292f;
}

.more-link:hover span {
  margin-left: 5px;
}

.more-link:hover .fas {
  color: #777777;
}

.gold {
  color: #ed8a19;
}

.rtl .text-left,
[dir="rtl"] .text-left {
  text-align: left !important;
}

.light-bg {
  background-color: #feeeee;
}

.w-bottom-border {
  border-bottom: 1px solid;
  border-color: rgba(203, 41, 47, 0.212);
}

section,
footer {
  padding: 50px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hidden-block {
  display: none;
}

.visible-block {
  display: block;
}

.card.product-item {
  border: none;
  margin-bottom: 40px;
}

.card.product-item .card-image {
  border-radius: 10px;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  height: 235px;
}

.card.product-item .card-image img {
  height: 100%;
  width: 100%;
  transform: scale(1);
}

.card.product-item .card-body {
  padding: 20px 10px 0;
  text-align: center;
}

.card.product-item .card-body .product-name {
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.card.product-item .card-body p.product-price {
  font-family: "Cairo-SemiBold";
  margin-bottom: 8px;
}

.card.product-item .card-body span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.card.product-item .card-body span:not(:last-of-type) {
  margin-left: 2px;
}

.card.product-item .card-body span:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #777777;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.card.product-item .card-body span.gold:before {
  background-image: url("../img/icons/star-bg1.png");
}

.card.product-item .card-body span.grey:before {
  background-image: url("../img/icons/star-bg2.png");
}

.card.product-item .card-body .product-rate {
  margin-bottom: 0;
}

.card.product-item:hover .card-image img {
  transform: scale(1.2);
}

.slick-dots li {
  width: 15px;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.45);
  background-color: #ffffff;
  border: 1px solid #cb292f;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #cb292f;
  opacity: 1;
}

.slick-prev,
.slick-next {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  opacity: 1;
}

.slick-prev:before {
  content: "\f054" !important;
}

.slick-next:before {
  content: "\f053" !important;
}

.rtl .custom-control,
[dir="rtl"] .custom-control {
  padding-left: 0;
  padding-right: 0;
}

[dir="rtl"] .custom-control {
  margin-left: 0;
}

[dir="rtl"] .custom-control .custom-control-label:before,
[dir="rtl"] .custom-control .custom-control-label:after {
  right: unset;
  left: 0;
}

.custom-control-label:before {
  top: 2px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}

.custom-control-label:after {
  font-weight: 600;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  left: -1px;
  top: 0px;
  opacity: 0;
  font-size: 13px;
}

.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #cb292f;
  background-color: #cb292f;
  box-shadow: unset;
}

.custom-control-input:checked ~ .custom-control-label:after {
  opacity: 1;
  left: -1px;
  color: #ffffff;
}

.product-rate {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.product-rate input.star {
  cursor: pointer;
  position: absolute;
  top: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-rate label.star {
  font-size: 16px;
  transition: all 0.2s;
  display: inline-block;
  margin: 4px 0 0;
}

.product-rate label.star:before {
  content: "\f005";
  color: #777777;
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
  font-size: 18px;
}

.product-rate input.star:checked ~ label.star:before {
  content: "\f005";
  transition: all 0.25s;
  font-weight: 600;
  color: #ee8918;
}

.product-rate .product-description {
  margin: 30px 0 0;
  font-family: "Cairo-SemiBold";
  color: #777;
}

.modal-open .modal .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #cb292f;
  border-radius: 50%;
  font-size: 14px;
  opacity: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9999;
}

.modal-open .modal .close:focus {
  outline: none;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  background-color: #feeeee;
  min-width: 100%;
  padding: 0;
  border-radius: 5px;
  display: block;
  visibility: hidden;
  top: calc(100% - 20px);
  opacity: 0;
}

.dropdown-menu.show {
  display: block;
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.dropdown-menu .dropdown-item {
  padding: 0;
}

.dropdown-menu .dropdown-item:first-of-type a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dropdown-menu .dropdown-item:last-of-type a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-menu .dropdown-item a {
  position: relative;
  text-align: right;
  padding: 10px;
  font-size: 15px;
  color: #cb292f;
  font-family: "Cairo-SemiBold";
  background-color: transparent;
  border-radius: 0px;
  display: block;
}

.dropdown-menu .dropdown-item a:hover {
  background-color: #feeeee;
  color: #000000;
}

.dropdown-menu .dropdown-item:not(:last-of-type) {
  border-bottom: 1px solid #f5e9e9;
}


.dropdown-menu .dropdown-item .arrow ,.main-link-dropmnu .arrow{
  position: absolute;
  left: 10px;
  font-size: 13px;
}

.dropdown-menu .submenu {
  display: none;
}

.dropdown-menu .dropdown-item .submenu {
  display: none;
  visibility: hidden;
  right: calc(100% - 160px);
  opacity: 0;
}

.dropdown-menu .dropdown-item:hover .submenu {
  display: block;
  position: absolute;
  right: 160px;
  top: -2px;
  visibility: visible;
  opacity: 1;
}

.dropdown-item {
  position: relative;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  outline: unset;
  border: 0;
  position: relative;
}

.dropdown-toggle:after {
  margin-left: 0em;
  vertical-align: middle;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.dropdown-toggle.no-caret:after {
  display: none !important;
}

.w-radius {
  border-radius: 10px;
  overflow: hidden;
}

.bg-white {
  background-color: #ffffff;
}

.font-black {
  color: #000000;
}

.font-white {
  color: #ffffff;
}

.md-width {
  padding: 60px;
  position: relative;
}

.red-bg {
  background-color: #feeeee;
}

.light-bg.main-color {
  background-color: #feeeee;
}

.light-bg {
  background-color: #fffcfc;
}

.full-height {
  min-height: 100vh;
}

.w-bg {
  position: relative;
  overflow: hidden;
}

.w-bg:before {
  content: "";
  position: absolute;
  background: url("../img/bg.png") no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  top: -80px;
  left: -80px;
  z-index: 1;
}

.w-bg:after {
  content: "";
  position: absolute;
  background: url("../img/bg.png") no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
  z-index: 1;
  transform: rotate(180deg);
}

@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.loading-window {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: -moz-linear-gradient(171deg, #cb292f 0%, #d41111 100%);
  background-image: -webkit-linear-gradient(171deg, #cb292f 0%, #d41111 100%);
  background-image: -ms-linear-gradient(171deg, #cb292f 0%, #d41111 100%);
}

.loading-window .lds-ellipsis {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
}

.loading-window .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-window .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.loading-window .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loading-window .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loading-window .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.scrollToTop {
  background: #cb292f;
  color: #ffffff;
  position: fixed;
  left: 15px;
  bottom: 20px;
  border-radius: 10px;
  z-index: 11;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: none;
  font-size: 18px;
  min-width: inherit;
}

.scrollToTop:hover,
.scrollToTop:focus {
  background: #cb292f;
}

.slick-dotted.slick-slider {
  margin-bottom: 25px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
  padding-left: calc(1.5em + 0.75rem);
  padding-right: 40px;
  background-position: center left calc(0.375em + 0.1875rem);
}

.invalid-feedback {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
}

.navbar {
  padding: 28px 0;
  z-index: 99;
}

.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  height: 47px;
  width: 90%;
}

.navbar .navbar-nav {
  margin: 0 auto 0 0;
  align-items: center;
}

.navbar .navbar-nav .nav-item {
  padding: 15px;
  margin: 0 !important;
  font-size: 15px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #cb292f;
  position: relative;
  padding: 0;
  font-family: "Cairo-SemiBold";
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
}

.navbar .navbar-nav.left-links li a:hover {
  opacity: 0.8;
}

.navbar .navbar-nav.left-links li:not(:last-of-type) {
  margin-left: 23px;
}

.navbar .navbar-nav.left-links li img {
  width: 22px;
  height: auto;
  max-height: 22px;
}

.navbar .navbar-nav.left-links .dropdown-menu {
  top: calc(100% + 15px);
}

.navbar .menu-wrapper {
  height: 31px;
  cursor: pointer;
  z-index: 1002;
}

.navbar .menu-wrapper:focus {
  outline: none;
}

.navbar .menu-wrapper.open {
  top: 20px;
  z-index: 1001;
}

.navbar .menu-wrapper .hamburger-menu {
  width: 30px;
  height: 3px;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  transform: translateY(8px);
  background: #cb292f;
  transition: all 0ms 300ms;
  display: block;
  margin-bottom: 15px;
  z-index: 99;
}

.navbar .menu-wrapper .hamburger-menu:after,
.navbar .menu-wrapper .hamburger-menu:before {
  width: 30px;
  height: 3px;
  border-radius: 8px;
}

.navbar .menu-wrapper .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #cb292f;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.navbar .menu-wrapper .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #cb292f;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.navbar .menu-wrapper .hamburger-menu.animate {
  background: transparent;
}

.navbar .menu-wrapper .hamburger-menu.animate:after {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.navbar .menu-wrapper .hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.navbar.fixed-top {
  background-color: #ffffff;
  z-index: 999;
}

.navbar .btn.btn-bordered {
  width: 100px;
  height: 35px;
  line-height: 22px;
  padding: 5px;
  box-shadow: none;
  font-size: 18px;
}

.navbar .btn.btn-bordered .icon {
  display: inline-block;
  margin-left: 5px;
}

.navbar .btn.btn-bordered:focus,
.navbar .btn.btn-bordered:hover {
  color: #cb292f;
}

.navbar .close-menu {
  border: 2px solid #cb292f;
  color: #cb292f;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

.search-wrapper {
  overflow: hidden;
}

.search-wrapper .close-search {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 111;
  background: #ffff;
  border-radius: 10px;
  width: auto;
  padding: 10px;
  height: auto;
  box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.4);
  margin: 0;
  display: block;
  color: #cb292f;
  width: 40px;
  text-align: center;
  cursor: pointer;
}

.search-wrapper .search-btn {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  box-shadow: unset;
  min-width: inherit;
}

.search-wrapper .search-popup--bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.84);
  border-radius: 50%;
  transition: transform 0.9s ease, border-radius 0.9s ease;
  transform: scale(0);
  transform-origin: center;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
}

.search-wrapper .search-popup--bg.active {
  transform: scale(10);
  transform-origin: center;
  border-radius: 0%;
  visibility: visible;
}

.search-wrapper .search-form {
  display: none;
  position: relative;
  z-index: 101;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 50%;
  top: 50%;
  text-align: right;
  margin: auto;
  transform: translate(-50%, -50%);
}

.search-wrapper .search-form.active {
  display: block;
}

.search-wrapper .search-form .d-flex {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
}

.search-wrapper .search-form .d-flex .form-control {
  border: none;
  text-align: right;
  font-family: "Cairo-Regular";
  color: #cb292f;
  position: relative;
    padding-left: 125px;
        padding-right: 20px;

}

.search-wrapper .search-form .d-flex .form-control::placeholder {
  color: #cb292f;
}

.search-wrapper .search-form .d-flex .btn {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: #cb292f;
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  border-radius: 8px 0px 0 8px;
}

.search-wrapper .search-form .d-flex .btn img {
  width: auto;
  max-width: 22px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none !important;
}

.navbar-collapse.second-collapse {
  position: fixed;
  height: 100%;
  width: 540px;
  left: -600px;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  z-index: 100;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.4);
  padding: 50px;
}

.navbar-collapse.second-collapse.show {
  display: block !important;
  left: 0;
  display: flex;
  flex-direction: column;
}

.navbar-collapse.second-collapse .side-menu-logo {
  text-align: center;
  margin: auto;
}

.navbar-collapse.second-collapse .side-menu-logo img {
  width: 160px;
}

.navbar-collapse.second-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
}

.navbar-collapse.second-collapse .navbar-nav:not(:last-of-type) {
  margin-bottom: 15px;
}

.navbar-collapse.second-collapse .navbar-nav .nav-link {
  padding: 0;
  text-align: right;
}

.navbar-collapse.second-collapse .navbar-nav .nav-item {
  padding: 20px 0;
  width: 100%;
  color: #cb292f;
  font-family: "Cairo-SemiBold";
}

.navbar-collapse.second-collapse .navbar-nav .nav-item:not(:last-of-type) {
  border-bottom: 1px solid #cb292f;
}

.navbar-collapse.second-collapse::-webkit-scrollbar {
  width: 8px;
}

.navbar-collapse.second-collapse::-webkit-scrollbar-thumb {
  background-color: #cb292f;
  outline: 1px solid #cb292f;
  border-radius: 2px;
}

.navbar-collapse .main-title {
  font-size: 18px;
  text-align: center;
  padding: 20px;
}

body {
  position: relative;
}

body.w-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.38);
}

.header-content {
  padding: 30px 0 0;
}

.first-slider .item {
  position: relative;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  background-color: black;
}

.first-slider .item img {
  height: 100%;
  width: 100%;
}

.first-slider .item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:none !important;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 60px;
}

.first-slider .item .item-overlay .content h1 {
  font-size: 30px;
  font-family: "Cairo-SemiBold";
  color: #ffffff;
}

.first-slider .item .item-overlay .content .btn {
  margin-top: 30px;
  width: auto;
  height: 60px;
  line-height: 60px;
  min-width: 200px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.75);
  padding: 0;
  font-size: 20px;
  border: 1px solid transparent;
}

.first-slider .item .item-overlay .content .btn:hover,
.first-slider .item .item-overlay .content .btn:focus {
  background-color: #feeeee;
  color: #cb292f;
  box-shadow: inset 0px 0px 27px 0px rgba(203, 41, 47, 0.4);
  border: 1px solid rgba(203, 41, 47, 0.4);
}

.second-block {
  padding-top: 30px;
}

.second-slider .item {
  position: relative;
}

.second-slider .item.slick-slide {
  border-radius: 8px;
  background-color: black;
  width: 360px;
  height: 328px;
  overflow: hidden;
}

.second-slider .item.slick-slide img {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.second-slider .item.slick-slide:hover img {
  transform: scale(1.2);
}

.second-slider .item .item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.second-slider .item .item-overlay p {
  color: #ffffff;
  font-size: 20px;
  font-family: "Cairo-SemiBold";
  position: absolute;
  top: 60px;
  left: 60px;
}

.second-slider .slick-slider {
  margin: 0 -15px;
}

.second-slider .slick-slide {
  margin: 30px 15px !important;
}

.newest-block {
  padding-bottom: 0;
  overflow: hidden;
}

.data-filters ul {
  list-style: none;
  overflow: hidden;
}

.data-filters ul.data-filters-links {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-filters ul.data-filters-links li {
  border: 2px solid transparent;
  background-color: #ffffff;
    padding: 0 30px;
  /*width: 120px;*/
  /*height: 50px;*/
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  color: #777777;
  cursor: pointer;
  font-family: "Cairo-SemiBold";
}

.data-filters ul.data-filters-links li.active {
  border: 2px solid #cb292f;
  color: #cb292f;
}

.data-filters ul.data-filters-links li:not(:last-of-type) {
  margin-left: 10px;
}

.common-block {
  overflow: hidden;
}

.common-block .all-groups {
  margin: 30px 0 0;
}

.common-block .all-groups .single-group {
  border-radius: 8px;
  background-color: #fcf8ee;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.common-block .all-groups .single-group.sm-height {
  height: 250px;
}

.common-block .all-groups .single-group.sm-height img {
  height: 100%;
}

.common-block .all-groups .single-group:after {
  opacity: 0.7;
  bottom: 0;
  left: 0;
}

.common-block .all-groups .single-group:before {
  opacity: 0.7;
  right: 0;
  top: 0;
}

.common-block .all-groups .single-group:after,
.common-block .all-groups .single-group:before {
  content: "";
  background: #cb292f;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.common-block .all-groups .single-group .form-inline {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
}

.common-block .all-groups .single-group .form-inline .product-action {
  width: 100%;
}

.common-block .all-groups .single-group .form-inline .product-action .btn {
  min-width: 170px;
  height: 42px;
  line-height: 42px;
  margin: 0 5px;
  background-color: #cb292f;
  color: #ffffff;
  font-size: 14px;
  font-family: "Cairo-SemiBold";
  padding: 0 20px;
  width: unset;
  margin-bottom: 15px;
}

.common-block
  .all-groups
  .single-group
  .form-inline
  .product-action
  .fav-link
  .fa-heart {
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
}

.common-block
  .all-groups
  .single-group
  .form-inline
  .product-action
  .fav-link
  .i-liked {
  display: none;
}

.common-block
  .all-groups
  .single-group
  .form-inline
  .product-action
  .fav-link
  .i-noliked {
  display: inline-block;
}

.common-block
  .all-groups
  .single-group
  .form-inline
  .product-action
  .fav-link.liked
  .i-liked {
  display: inline-block;
}

.common-block
  .all-groups
  .single-group
  .form-inline
  .product-action
  .fav-link.liked
  .i-noliked {
  display: none;
}

.common-block .all-groups .single-group:hover:after,
.common-block .all-groups .single-group:hover:before {
  height: 100%;
  opacity: 0.4;
  width: 100%;
}

.common-block .all-groups .single-group:hover .form-inline {
  opacity: 1;
}

.common-block .all-groups .right-groups {
  display: flex;
  flex-direction: column;
}

.common-block .all-groups .left-groups {
  height: 100%;
}

.common-block .all-groups .left-groups .single-group {
  height: calc(100% - 30px);
}

.branches-block {
  overflow: hidden;
  background-color: #fffcfc;
}

.branches-block .branches-area {
  margin-top: 40px;
}

.branches-block .branches-area .label {
  width: 60px;
  display: inline-block;
  color: #cb292f;
  font-size: 16px;
  font-family: "Cairo-SemiBold";
}

.branches-block .map-area {
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
}

.parnters-block {
  overflow: hidden;
  padding: 60px 0;
  background-color: #cb292f;
}

.parnters-block .brand {
  position: relative;
}

.inner-filter .single-filter .search-btn {
  right: 10px;
  left: auto;
}
.parnters-block .brand .brand-img {
  margin: auto;
  text-align: center;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.parnters-block .slick-slide:focus {
  outline: unset !important;
}

.parnters-block .slick-slide img {
  max-width: 130px;
}

footer {
  position: relative;
  padding-bottom: 25px;
}

footer .top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(250, 240, 240, 0.2);
}

footer .top-footer .footer-logo {
  width: 180px;
}

footer .top-footer .form-footer {
  width: calc(100% - 180px);
  padding-right: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .top-footer .form-footer p {
  margin: 0;
  font-size: 20px;
  font-family: "Cairo-SemiBold";
  color: #cb292f;
  width: 200px;
}

footer .top-footer .form-footer form {
  width: calc(100% - 200px);
  padding-right: 30px;
}

footer .top-footer .form-footer .form-group {
  margin: 0;
  position: relative;
}

footer .header-col {
  color: #ffffff;
  font-size: 18px;
  font-family: "Cairo-SemiBold";
  margin-top: 25px;
}

footer .header-col h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Cairo-SemiBold";
  color: #cb292f;
}

footer ul {
  margin: 25px 0;
}

footer .footer-link:not(:last-of-type) {
  margin-bottom: 15px;
}

footer .footer-link a {
  color: #ffffff;
  font-family: "Cairo-Regular";
}

footer .footer-link a:hover {
  color: #cb292f;
}

footer .center-list .footer-link {
  align-items: center;
}

footer .center-list .footer-link .icon {
  width: 20px;
  height: 20px;
  color: #cb292f;
  font-size: 14px;
}

footer p.font-white {
  color: #ffffff;
  font-size: 16px;
  font-family: "Cairo-Regular";
}

footer .subscribe .form-group {
  overflow: hidden;
}

footer .subscribe .form-group .form-control {
  border: 0;
  color: #b1b1b1;
  overflow: hidden;
  font-size: 14px;
  background: transparent;
  padding: 10px 10px 10px 140px;
  height: 50px;
  background: #ffffff;
  border-radius: 30px;
  border: 0.86px solid #cb292f;
}

footer .subscribe .form-group .form-control:focus {
  box-shadow: unset;
}

footer .subscribe .form-group .form-control:-webkit-input-placeholder {
  color: #b1b1b1;
}

footer .subscribe .form-group .form-control:-moz-placeholder {
  color: #b1b1b1;
}

footer .subscribe .form-group .form-control:-ms-input-placeholder {
  color: #b1b1b1;
}

footer .subscribe .form-group .form-control :-moz-placeholder {
  color: #b1b1b1;
}

footer .subscribe .form-group .invalid-feedback {
  color: #cb292f;
}

footer .subscribe .btn {
  width: 130px;
  font-size: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  border: 0;
}

footer .footer-social li a {
  position: relative;
  color: #cb292f;
  margin-bottom: 15px;
  padding-right: 25px;
  display: inline-block;
}

footer .footer-social li a .icon {
  display: inline-block;
  width: 17px;
  position: absolute;
  right: 0;
  top: 0;
  color: #cb292f;
}

footer .footer-social li a img {
  height: fit-content;
}

footer .footer-social li a span {
  color: #ffffff;
  text-align: right;
}

footer .footer-social li a:hover {
  color: #ffffff;
}

footer .footer-social li a:hover span {
  color: #cb292f;
}

footer .footer-social li a:hover .icon {
  color: #ffffff;
}

.copy-right {
  border-top: 1px solid rgba(250, 240, 240, 0.2);
  padding-top: 25px;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.copy-right p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-family: "Cairo-Regular";
}

.copy-right p a {
  color: #ffffff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #cb292f;
}

.select2-container {
  width: 220px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border: 1px solid #e0444a !important;
  outline: unset !important;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #777777;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered:focus {
  outline: none;
}

.select2-container--default:focus {
  outline: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #cb292f;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  color: #cb292f;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #cb292f transparent transparent;
  border-width: 8px 6px 0 6px;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #cb292f;
  border-width: 0 6px 8px 6px;
}

.cart-list .shopping-list {
  position: relative;
  max-height: 197px;
  overflow-y: scroll;
}

.cart-list .shopping-list::-webkit-scrollbar {
  width: 4px;
}

.cart-list .shopping-list::-webkit-scrollbar-thumb {
  background-color: #cb292f;
  outline: 1px solid #cb292f;
  border-radius: 2px;
}

.cart-list .shopping-list .cart-item {
  display: flex;
  align-items: center;
}

.cart-list .shopping-list .cart-item img {
  width: 25px;
  max-height: 25px;
  margin-left: 5px;
}

.cart-list .shopping-list .cart-item .item-info {
  min-width: 100px;
  width: calc(100% - 25px);
  margin-right: 5px;
}

.cart-list .shopping-list .cart-item .item-name {
  font-size: 14px;
  margin-bottom: 5px;
}

.cart-list .shopping-list .cart-item .amount {
  color: #000000;
  display: inline-block;
  margin-right: 5px;
}

.cart-list .shopping-list .cart-item .item-price {
  font-size: 13px;
}

.cart-list .shopping-list .cart-item .item-price span {
  display: inline-block;
}

.cart-list .shopping-list .remove-item {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 3;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
  color: #cb292f;
  border-radius: 50%;
  cursor: pointer;
}

.cart-list .btn {
  display: block;
  margin: 20px auto;
  width: 120px;
  font-size: 14px;
}

.all-form {
  border-radius: 17px;
  overflow: hidden;
  background-color: #fffcfc;
  z-index: 2;
  position: relative;
}

.all-form .md-width {
  width: 80%;
  margin: 40px auto;
}

.all-form .title {
  margin: 20px 0;
}

.all-form .col-md-5 {
  position: relative;
}

.all-form .right-grid {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.all-form .right-grid img {
  height: 100%;
  width: 100%;
}

.all-form .right-grid .logo-content {
  position: absolute;
  top: 40px;
  text-align: center;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}

.all-form .right-grid .logo-content a {
  display: block;
  margin-bottom: 30px;
}

.all-form .right-grid .logo-content p {
  color: #ffffff;
}

.all-form .right-grid .discover-list {
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  list-style: circle;
  width: 280px;
}

.all-form .right-grid .discover-list li {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Cairo-Regular";
  text-align: right;
}

.all-form .left-grid {
  background-color: #fffcfc;
  z-index: 9;
}

.all-form .left-grid .md-width {
  padding: 0;
}

.all-form .left-grid .btn {
  margin: auto;
  display: block;
}

.avatar-upload {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0px auto 40px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  border-radius: 50%;
  background: #cb292f;
  border: 1px solid transparent;
  box-shadow: 0px 0px 16px 0px rgba(203, 41, 47, 0.49);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f030";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 50%;
  background-color: #feeeee;
  box-shadow: 0px 0px 16px 0px rgba(203, 41, 47, 0.49);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.form-group.w-icon {
  position: relative;
}

.form-group.w-icon .inpt-icon {
  position: absolute;
  right: 20px;
  color: #cb292f;
  height: 50px;
  line-height: 50px;
}

.form-group.w-icon select.form-control:not([size]):not([multiple]) {
  border: 1px solid transparent;
  height: 50px;
  color: #cb292f;
  border-radius: 50px;
  caret-color: rgba(203, 41, 46, 0.5);
  font-family: "Cairo-SemiBold";
  font-size: 14px;
  width: 100%;
  padding: 10px 20px;
  background-color: #feeeee;
  box-shadow: 0px 0px 16px 0px rgba(203, 41, 47, 0.49);
}

.form-group.w-icon select:after {
  content: "\f57e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
}

.login-text {
  color: #cb292f;
  text-align: center;
}

.login-text a {
  color: #cb292f;
  text-decoration: underline;
}

.main-content {
  overflow: visible;
}

.banner-block {
  background: url("../img/dynamic/bgs/banner.png") no-repeat 100% 100%;
  background-size: cover;
  background-position: center;
  padding: 0;
  margin: 0;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-block img {
  width: 100%;
  max-height: 100%;
}

.top-block {
  margin-top: -110px;
}

.sub-content {
  margin: 50px 0;
}

.main-information .font-black {
  font-family: "Cairo-SemiBold";
  font-size: 17px;
  line-height: 27px;
}

.main-information .author {
  margin-top: 15px;
  font-family: "Cairo-SemiBold";
}

.main-goal {
  padding: 60px 0;
}

.main-goal .right-grid {
  padding: 30px;
  border: 2px solid #cb292f;
  padding-left: 60px;
}

.main-goal .right-grid p {
  font-size: 14px;
  font-family: "Cairo-SemiBold";
  text-align: right;
  margin: 0;
}

.main-goal .left-grid {
  margin-right: -50px;
  box-shadow: 0px 0px 18px 0px rgba(203, 41, 47, 0.72);
}

.main-goal .left-grid img {
  width: 100%;
  height: 362px;
}

.asking-block {
  padding: 60px 0;
}

.asking-block ul {
  list-style: disc;
  color: #cb292f;
}

.asking-block ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(203, 41, 47, 0.58);
  margin-bottom: 30px;
}

.asking-block ul li:last-of-type p.answer {
  margin: 0;
}

.page-title {
  width: 50%;
  margin: auto;
}

.page-title h1 {
  font-size: 34px;
  font-family: "Cairo-SemiBold";
  margin-bottom: 20px;
}

.page-title p {
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  padding: 0 50px;
}

.branches-list {
  margin-top: 50px;
}

.branches-list .single-branch {
  background: url("../img/bg.png") no-repeat;
  background-size: auto;
  background-position: center bottom;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.branches-list .single-branch .branch-header {
  font-size: 18px;
  font-family: "Cairo-SemiBold";
  margin-bottom: 30px;
}

.branches-list .single-branch .branch-header .branch-icon {
  display: inline-block;
  margin-left: 10px;
}

.branches-list .single-branch p {
  margin-bottom: 15px;
}

.branches-list .single-branch .main-color {
  font-family: "Cairo-SemiBold";
}

.branches-list .single-branch .work-times {
  margin-top: 30px;
}

.branches-list .single-branch .work-times .sub-header {
  font-family: "Cairo-SemiBold";
  font-size: 17px;
}

.branches-list .single-branch .rev-dir {
  direction: ltr;
}

.single-way {
  display: flex;
  align-items: center;
}

.single-way .icon {
  max-width: 35px;
}

.single-way .icon img {
  width: 100%;
}

.single-way p {
  margin-bottom: 0;
  width: calc(100% - 35px);
  margin-right: 5px;
  font-size: 16px;
}

.single-way:hover .icon {
  animation: roll 1s;
}

.custom-form {
  margin-top: 50px;
}

.custom-form .btn {
  margin-top: 30px;
}

.brands-content {
  margin-top: 50px;
}

.brands-content .single-brand {
  padding: 30px;
  border-radius: 15px;
}

.brands-content .single-brand .brand-img {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #000000;
  margin: auto;
}

.brands-content .single-brand .brand-body {
  padding: 0;
  margin-top: 30px;
  direction: initial;
}

.brands-content .single-brand .brand-body h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.brands-content .single-brand .brand-body p {
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  width: 80%;
  margin: 0 auto;
}

.brands-content .single-brand:hover .brand-img img {
  animation: roll-two 1s;
}

.profile-content {
  margin-top: 80px;
  position: relative;
}

.profile-content .avatar-upload {
  position: absolute;
  top: -85px;
  margin: 0px auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.profile-content .avatar-upload .avatar-edit input + label {
  background: #feeeee;
}

.profile-content .avatar-upload .avatar-edit input + label:after {
  color: #cb292f;
}

.profile-content .user-links {
  width: 80%;
  margin: 85px auto 0;
  padding: 0;
  position: relative;
  z-index: 9;
  display: block;
  text-align: center;
}

.profile-content .user-links li {
  width: 33.33%;
  padding: 0 15px;
  margin: 0 -15px 50px;
  display: inline-block;
  text-align: center;
}

.profile-content .user-links .single-link .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
}

.profile-content .user-links .single-link .icon img {
  max-height: 32px;
}

.profile-content .user-links .single-link.active .icon {
  background-color: #feeeee;
}

.profile-content .user-links .single-link p {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin: 15px auto 0;
  font-family: "Cairo-SemiBold";
}

.profile-content .user-links .single-link:hover .icon {
  background-color: #feeeee;
}

.profile-content .user-links .single-link:hover .icon img {
  animation: roll-two 1s;
}

.profile-content .user-links .single-link:hover p {
  color: #000000;
}

.form-edit {
  margin-top: 50px;
  padding: 10px;
}

.form-edit.form-edit-info {
  padding: 60px;
}

.form-edit .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.invalid-feedback {
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-form .invalid-feedback {
  padding-right: 25%;
}
.form-edit .label {
  width: 25%;
  margin: 0;
  color: #cb292f;
  font-family: "Cairo-SemiBold";
  font-size: 16px;
}

.form-edit .form-control {
  width: 75%;
  color: #767676;
  font-size: 14px;
  font-family: "Cairo-SemiBold";
}

.form-edit .form-control::placeholder {
  color: #767676;
  font-size: 14px;
  font-family: "Cairo-SemiBold";
}

.address-form {
  padding: 30px 0;
}

.address-form .form-control {
  background-color: transparent;
  border-radius: 0;
  color: #767676;
  font-size: 16px;
  margin-right: 10px;
  padding-right: 10px;
}

.address-form .form-control::placeholder {
  font-size: 16px;
}

.address-form .map-icon i {
  font-size: 18px;
}

.address-form .remove-address {
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  background-color: #767676;
  color: #ffffff;
  position: absolute;
  left: 60px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.address-form .form-group {
  position: relative;
  padding: 30px 60px;
}

.address-form .form-group:not(:last-of-type) {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(203, 42, 47, 0.62);
}

.address-form .form-group:last-of-type {
  margin-bottom: 0;
}

.address-form .form-group:hover {
  color: #cb292f;
}

.address-form .form-group:hover .form-control {
  color: #cb292f;
}

.address-form .form-group:hover .form-control::placeholder {
  color: #cb292f;
}

.address-form .form-group:hover .remove-address {
  background-color: #cb292f;
}

.address-form .btn {
  margin: auto;
  display: block;
}

.content-list {
  padding: 20px 0;
}

.content-list .single-item {
  padding: 30px 60px;
  display: flex;
  align-items: center;
}

.content-list .single-item:not(:last-of-type) {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(203, 42, 47, 0.62);
}

.content-list .single-item:last-of-type {
  margin-bottom: 0;
}

.content-list .single-item .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cb292f;
}

.content-list .single-item .icon img {
  max-width: 30px;
}

.content-list .single-item .icon.icon-lg {
  width: 120px;
  height: 65px;
  border-radius: 0;
  background-color: transparent;
}

.content-list .single-item .icon.icon-lg img {
  max-width: 100%;
}

.content-list .single-item .text {
  padding-right: 20px;
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  width: calc(100% - 45px);
}

.content-list .single-item .text.text-lg {
  width: calc(100% - 120px);
}

.content-list .single-item .text.text-lg p {
  font-family: "Cairo-SemiBold";
}

.content-list .single-item .text.text-lg p:last-of-type {
  margin-bottom: 0;
}

.content-list .single-payment {
  display: flex;
  align-items: center;
}

.content-list .single-payment a {
  padding: 30px 60px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.content-list .single-payment a .arrow-left {
  position: absolute;
  left: 0;
  color: #cb292f;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.content-list .single-payment a:hover .arrow-left {
  background-color: #cb292f;
  color: #ffffff;
}

.content-list .single-payment:not(:last-of-type) {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(203, 42, 47, 0.62);
}

.content-list .single-payment:last-of-type {
  margin-bottom: 0;
}

.content-list .single-payment .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cb292f;
}

.content-list .single-payment .icon img {
  max-width: 30px;
}

.content-list .single-payment .icon.icon-lg {
  width: 120px;
  height: 65px;
  border-radius: 0;
  background-color: transparent;
}

.content-list .single-payment .icon.icon-lg img {
  max-width: 100%;
}

.content-list .single-payment .text {
  padding-right: 20px;
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  width: calc(100% - 45px);
}

.content-list .single-payment .text.text-lg {
  width: calc(100% - 120px);
}

.content-list .single-payment .text.text-lg p {
  font-family: "Cairo-SemiBold";
}

.content-list .single-payment .text.text-lg p:last-of-type {
  margin-bottom: 0;
}

.content-list.coupons li {
  padding: 30px 60px;
  display: flex;
  align-items: center;
}

.content-list.coupons li:not(:last-of-type) {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(203, 42, 47, 0.62);
}

.content-list.coupons li:last-of-type {
  margin-bottom: 0;
}

.content-list.coupons li .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cb292f;
}

.content-list.coupons li .icon img {
  max-width: 30px;
}

.content-list.coupons li .icon.icon-lg {
  width: 120px;
  height: 65px;
  border-radius: 0;
  background-color: transparent;
}

.content-list.coupons li .icon.icon-lg img {
  max-width: 100%;
}

.content-list.coupons li .text {
  padding-right: 20px;
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  width: calc(100% - 45px);
}

.content-list.coupons li .text.text-lg {
  width: calc(100% - 120px);
}

.content-list.coupons li .text.text-lg p {
  font-family: "Cairo-SemiBold";
}

.content-list.coupons li .text.text-lg p:last-of-type {
  margin-bottom: 0;
}

.content-list.balance-block {
  text-align: center;
  padding: 60px 0;
}

.content-list.balance-block .wallet-img {
  width: 100px;
  margin: 0 auto 30px;
}

.content-list.balance-block .wallet-img img {
  max-width: 100%;
}

.content-list.balance-block .available-balance {
  font-size: 18px;
  font-family: "Cairo-SemiBold";
}

.content-list.balance-block .available-balance p {
  margin: 0 auto;
}

.content-list.balance-block .available-balance p:not(:last-of-type) {
  margin-bottom: 15px;
}

.content-list .payment-header {
  border: 1px solid #cb292f;
  border-radius: 8px;
  position: relative;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.content-list .payment-header h5 {
  margin: 0;
  color: #cb292f;
  font-size: 18px;
  font-family: "Cairo-SemiBold";
}

.content-list .payment-header p {
  color: #cb292f;
  margin-bottom: 0;
}

.content-list .payment-header .arrow-left {
  display: inline-block;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #cb292f;
  color: #ffffff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.favourite-list {
  margin-top: 50px;
}

.favourite-list .product-item {
  position: relative;
}

.favourite-list .card.product-item .card-image {
  position: relative;
}

.favourite-list .remove-item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #feeeee;
  color: #cb292f;
  position: absolute;
  right: -15px;
  top: -15px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.left-grid.title {
  padding: 15px 55px 0 0;
}

.left-grid.title .form-group {
  margin: 0;
}

.left-grid.title .form-group .form-control {
  background-color: #fffcfc;
  color: #848484;
  padding: 10px 5px;
}

.left-grid.title .form-group .form-control::placeholder {
  color: #848484;
}

.all-products .card.product-item {
  margin-bottom: 30px;
}

.all-products .card.product-item .card-image {
  height: 240px;
}

.all-products .card.product-item .card-body .product-name {
  margin-bottom: 10px;
  font-size: 14px;
}

.all-products .card.product-item .card-body p.product-price {
  margin-bottom: 5px;
  font-size: 14px;
}

.all-products .card.product-item .card-body .product-rate i {
  font-size: 14px;
}

.all-products .all-products {
  margin-top: 30px;
}

.right-grid {
  margin-top: 15px;
  padding: 0 15px;
}

.inner-filter .single-filter {
  margin: 30px 0;
}

.inner-filter .single-filter .filter-title {
  font-size: 18px;
  font-family: "Cairo-SemiBold";
  color: #cb292f;
  margin-bottom: 30px;
}

.inner-filter .single-filter .form-group {
  position: relative;
  margin-bottom: 15px;
}

.inner-filter .single-filter .form-group.filter-inputs {
  padding-bottom: 15px;
}

.inner-filter .single-filter .form-group.filter-inputs:not(:last-of-type) {
  border-bottom: 1px solid rgba(203, 42, 47, 0.28);
}

.inner-filter .single-filter .form-control {
  padding: 10px;
  background-color: #ffffff;
}

.inner-filter .single-filter .search-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
}

.inner-filter .custom-control-label {
  font-size: 14px;
  font-family: "Cairo-SemiBold";
  color: #cb292f;
  position: relative;
  width: 100%;
  vertical-align: middle;
}

.single-product {
  padding: 60px;
}

.single-product .prview-img {
  margin-bottom: 30px;
}

.single-product .prview-img .item {
  padding: 18px;
}

/*.single-product .prview-img .item .product-show-img {*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

.single-product .prview-img .item .product-show-img img {
  max-height: 400px;
  box-shadow: 0 0 18px rgba(203, 42, 47, 0.43);
  border-radius: 10px;
  margin: auto;
  max-width:100%;
}

.all-previews .item {
  padding: 18px;
}

.all-previews .item .product-show-img {
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(203, 42, 47, 0.43);
}

.all-previews .item .product-show-img img {
  width: 100%;
  height: 100%;
}

.product-info .main-info {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.product-info .main-info:not(:last-of-type) {
  margin-bottom: 30px;
}

.product-info .main-info .right-grid {
  margin: 0;
  padding: 0;
  width: calc(100% - 220px);
  padding-left: 30px;
}

.product-info .main-info .right-grid .product-name {
  font-size: 18px;
  font-family: "Cairo-SemiBold";
}

.product-info .main-info .right-grid .product-price {
  font-size: 18px;
  font-family: "Cairo-SemiBold";
  margin-bottom: 5px;
}

.product-info .main-info .right-grid .product-rate {
  position: relative;
  display: inline-block;
  direction: rtl;
}

.product-info .main-info .right-grid .product-rate input.star {
  cursor: pointer;
  position: absolute;
  top: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-info .main-info .right-grid .product-rate label.star {
  font-size: 16px;
  transition: all 0.2s;
  display: inline-block;
  margin: 4px 0 0;
}

.product-info .main-info .right-grid .product-rate label.star:before {
  content: "\f005";
  color: #777777;
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
}

.product-info
  .main-info
  .right-grid
  .product-rate
  input.star:checked
  ~ label.star:before {
  content: "\f005";
  transition: all 0.25s;
  font-weight: 600;
  color: #ee8918;
}

.product-info .main-info .right-grid .product-rate .product-description {
  margin: 30px 0 0;
  font-family: "Cairo-SemiBold";
  color: #777;
}

.product-info .main-info .left-grid {
  width: 220px;
}

.product-info .main-info .left-grid .btn {
  position: relative;
  box-shadow: 0 0 18px rgba(203, 42, 47, 0.43);
  width: 220px;
  font-size: 14px;
  text-align: center;
  border: none;
  padding-right: 50px;
  cursor: pointer;
  display: block;
}

.product-info .main-info .left-grid .btn b {
  font-family: "Cairo-Regular";
}

.product-info .main-info .left-grid .btn .fav-icon {
  width: 50px;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  line-height: 43px;
  text-align: center;
  background: #ffffff;
  color: #cb292f;
  font-size: 20px;
  border: 1px solid transparent;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.product-info .main-info .left-grid .btn.liked {
  background-color: #ffffff;
  color: #cb292f;
}

.product-info .main-info .left-grid .btn.liked .fav-icon {
  background: #cb292f;
  color: #ffffff;
}

.product-info .main-info .left-grid .btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.product-info .main-info .left-grid .share-list {
  margin-top: 30px;
  text-align: left;
}

.product-info .main-info .left-grid .share-list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.product-info .main-info .left-grid .share-list li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  background: #cb292f;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
}

.product-info .main-info .left-grid .share-list li a:hover {
  background: #ffffff;
  color: #cb292f;
  border: 1px solid #cb292f;
}

.product-info .static-title {
  margin: 30px 0;
}

.product-info .static-title .available-title {
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  color: #cb292f;
  margin-left: 10px;
}

.product-info .inner-inputs {
  display: inline-block;
  vertical-align: middle;
}

.product-info .inner-inputs > div {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
}

.product-info .inner-inputs > div:not(:last-of-type) {
  margin-left: 10px;
}

.product-info .inner-inputs input.color-input {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-info .inner-inputs label.color-input {
  font-size: 16px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #cb292f;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0;
  box-shadow: 0 0 3px #ccc;
}

.product-info .inner-inputs label.color-input:before {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 600;
  content: "\f00c";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  opacity: 0;
}

.product-info .counter-div {
  margin-top: 30px;
}

.product-info .counter-div .inner-inputs > div {
  width: auto;
}

.product-info .counter-div .counter {
  position: relative;
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}

.product-info .counter-div .counter span {
  position: absolute;
  top: -4px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 22px;
  background: #cb292f;
  cursor: pointer;
  color: #fff;
}

.product-info .counter-div .counter span:hover {
  background: #000;
  color: #fff;
}

.product-info .counter-div .counter .plus {
  right: 0;
}

.product-info .counter-div .counter .minus {
  left: 0;
}

.product-info .counter-div .counter input {
  height: 26px;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 13px rgba(203, 42, 47, 0.34);
  background: #fff;
  border: none;
  text-align: center;
  color: #cb292f;
}

.product-info .counter-div .counter input:focus {
  box-shadow: none;
  background: #eee;
}

.color-input:checked ~ label.color-input:before {
  opacity: 1;
  -webkit-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

.ralated-products {
  margin-top: 60px;
}

.cutom-tabs {
  margin-top: 30px;
  padding: 10px;
}

.cutom-tabs .nav-tabs {
  border: 1px solid #cb292f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.cutom-tabs .nav-tabs .nav-item {
  margin: 0;
  width: calc(100% / 3);
  border: none;
}

.cutom-tabs .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #cb292f;
  border: none;
}

.cutom-tabs .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  text-align: center;
  color: #cb292f;
  background-color: #ffffff;
  padding: 15px;
  border: none;
  border-radius: 0;
}

.cutom-tabs .nav-tabs .nav-item .nav-link:hover,
.cutom-tabs .nav-tabs .nav-item .nav-link:focus,
.cutom-tabs .nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #cb292f;
  border: none;
}

.cutom-tabs .nav-tabs .nav-item:first-of-type .nav-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cutom-tabs .nav-tabs .nav-item:last-of-type .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cutom-tabs .tab-content {
  margin: 50px 0;
  background-color: #ffffff;
}

.cutom-tabs .tab-content p {
  margin-bottom: 0;
  font-family: "Cairo-SemiBold";
  line-height: 27px;
}

.cutom-tabs .tab-content .more-info-list li {
  background-color: #fff5f5;
  color: #cb292f;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  justify-content: center;
}

.cutom-tabs .tab-content .more-info-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.cutom-tabs .tab-content .more-info-list li span {
  display: inline-block;
  text-align: center;
  color: #cb292f;
  font-size: 16px;
  font-family: "Cairo-SemiBold";
}

.cutom-tabs .tab-content .rates-list .btn-left {
  display: block;
  margin: 25px auto 0 0;
}

.cutom-tabs .tab-content .rates-list li {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.cutom-tabs .tab-content .rates-list li:not(:last-of-type) {
  border-bottom: 1px solid rgba(203, 42, 47, 0.48);
}

.cutom-tabs .tab-content .rates-list li .single-rev {
  display: flex;
  position: relative;
}

.cutom-tabs .tab-content .rates-list li .single-rev .rev-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.cutom-tabs .tab-content .rates-list li .single-rev .rev-name {
  width: calc(100% - 60px);
  padding-right: 15px;
}

.cutom-tabs .tab-content .rates-list li .single-rev .rev-name h5 {
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  color: #cb292f;
}

.cutom-tabs .tab-content .rates-list li .single-rev .rev-name p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Cairo-Regular";
}

.cutom-tabs .tab-content .rates-list li .single-rev .product-rate {
  position: relative;
  display: inline-block;
  direction: ltr;
}

.cutom-tabs .tab-content .rates-list li .single-rev .product-rate input.star {
  cursor: pointer;
  position: absolute;
  top: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cutom-tabs .tab-content .rates-list li .single-rev .product-rate label.star {
  font-size: 16px;
  transition: all 0.2s;
  display: inline-block;
  margin: 4px 0 0;
}

.cutom-tabs
  .tab-content
  .rates-list
  li
  .single-rev
  .product-rate
  label.star:before {
  content: "\f005";
  color: #777777;
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
}

.cutom-tabs
  .tab-content
  .rates-list
  li
  .single-rev
  .product-rate
  input.star:checked
  ~ label.star:before {
  content: "\f005";
  transition: all 0.25s;
  font-weight: 600;
  color: #ee8918;
}

.cutom-tabs
  .tab-content
  .rates-list
  li
  .single-rev
  .product-rate
  .product-description {
  margin: 30px 0 0;
  font-family: "Cairo-SemiBold";
  color: #777;
}

.cutom-tabs .tab-content .rates-list li .single-rev .rev-date {
  position: absolute;
  left: 0;
  top: 0;
  color: #cb292f;
  font-size: 13px;
}

.cart-items .single-item {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.cart-items .single-item .item-img {
  width: 220px;
  height: 246px;
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.cart-items .single-item .item-img img {
  height: 100%;
  width: 100%;
}

.cart-items .single-item .item-description {
  width: calc(100% - 180px);
  padding-right: 20px;
}

.cart-items .single-item .item-description h5,
.cart-items .single-item .item-description a {
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  color: #cb292f;
}

.cart-items .single-item .item-description p.price {
  font-family: "Cairo-SemiBold";
  margin-bottom: 5px;
  margin-top: 5px;
}

.cart-items .product-info .static-title {
  margin: 6px 0 0;
}
.cart-items .single-item .item-description .product-rate {
  position: relative;
  display: inline-block;
  direction: ltr;
  margin-bottom: 2px;
}

.cart-items .single-item .item-description .product-rate input.star {
  cursor: pointer;
  position: absolute;
  top: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cart-items .single-item .item-description .product-rate label.star {
  font-size: 16px;
  transition: all 0.2s;
  display: inline-block;
  margin: 4px 0 0;
}

.cart-items .single-item .item-description .product-rate label.star:before {
  content: "\f005";
  color: #777777;
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
}

.cart-items
  .single-item
  .item-description
  .product-rate
  input.star:checked
  ~ label.star:before {
  content: "\f005";
  transition: all 0.25s;
  font-weight: 600;
  color: #ee8918;
}

.cart-items .single-item .item-description .product-rate .product-description {
  margin: 30px 0 0;
  font-family: "Cairo-SemiBold";
  color: #777;
}

.cart-items .single-item.no-padding {
  padding: 0;
  align-items: center;
}

.cart-items .single-item.no-padding:not(:last-of-type) {
  margin-bottom: 30px;
}

.cart-items .single-item.no-padding .item-img {
  width: 120px;
  height: 120px;
}

.cart-items .single-item.no-padding .item-description a {
  font-size: 14px;
}

.cart-items .single-item.no-padding .item-description p {
  margin-bottom: 5px;
  color: #767676;
}

.cart-items .single-item.no-padding .item-description .counter-div {
  margin-top: 5px;
  color: #cb292f;
}

.cart-items .counter-div {
  margin-top: 20px;
}

.cart-items .counter-div.total span {
  color: #cb292f;
}

.cart-items .counter-div .inner-inputs > div {
  width: auto;
}

.cart-items .counter-div .counter {
  position: relative;
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}

.cart-items .counter-div .counter span {
  position: absolute;
  top: -4px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 22px;
  background: #cb292f;
  cursor: pointer;
  color: #fff;
}

.cart-items .counter-div .counter span:hover {
  background: #000;
  color: #fff;
}

.cart-items .counter-div .counter .plus {
  right: 0;
}

.cart-items .counter-div .counter .minus {
  left: 0;
}

.cart-items .counter-div .counter input {
  height: 26px;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 13px rgba(203, 42, 47, 0.34);
  background: #fff;
  border: none;
  text-align: center;
  color: #cb292f;
}

.cart-items .counter-div .counter input:focus {
  box-shadow: none;
  background: #eee;
}

.cart-items .remove-item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  color: #cb292f;
  position: absolute;
  left: 30px;
  top: 30px;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

.cart-items .btn-left {
  display: inline-block;
  margin: 10px auto 20px 20px;
  float: left;
}

.cart-items .btn-left i {
  display: inline-block;
  margin-right: 5px;
}

.cart-items .btn-left:hover i {
  margin-right: 10px;
}

.cart-items .single-item.no-flex {
  display: block;
}

.cart-items .single-item.no-flex .form-group {
  position: relative;
  margin: 0;
}

.cart-items .single-item.no-flex .form-control {
  width: 100%;
}

.cart-items .btn-fixed {
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 160px;
}

.cart-items .total-details.single-item {
  display: block;
  list-style: disc;
  padding-bottom: 0;
}

.cart-items .total-details.single-item li {
  color: #cb292f;
  display: block;
  position: relative;
  padding-right: 15px;
}

.cart-items .total-details.single-item li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cb292f;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cart-items .total-details.single-item li:not(:last-of-type) {
  margin-bottom: 15px;
}

.cart-items .total-details.single-item li span {
  display: inline-block;
  overflow: hidden;
}

.cart-items .total-details.single-item li span.title {
  min-width: 120px;
  margin-left: 10px;
}

.main-header {
  border: 1px solid #cb292f;
  border-right: 5px;
  overflow: hidden;
  align-items: center;
}

.order-details {
  align-items: center;
  margin-top: 50px;
}

.tabs .nav-tabs {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.tabs .nav-tabs .nav-item {
  margin: 0;
}

.tabs .nav-tabs .nav-item:not(:last-of-type) {
  margin-left: 10px;
}

.tabs .nav-tabs .nav-link {
  border: 2px solid transparent;
  background-color: #ffffff;
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  color: #777777;
  cursor: pointer;
  font-family: "Cairo-SemiBold";
  padding: 0;
}

.tabs .nav-tabs .nav-link.active {
  border: 2px solid #cb292f;
  color: #cb292f;
}

.custom-row {
  margin: 0 0 15px;
}

.custom-row:not(:last-of-type) {
  border-bottom: 1px solid rgba(203, 42, 47, 0.48);
  padding-bottom: 15px;
}

.custom-row:first-of-type {
  border: 1px solid #cb292f;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
  padding: 10px;
  font-size: 16px;
  font-family: "Cairo-SemiBold";
  color: #cb292f;
}

.custom-row p {
  font-family: "Cairo-SemiBold";
}

.custom-row .all-btns {
  text-align: left;
}

.custom-row .all-btns .btn {
  font-size: 14px;
  width: 120px;
  padding: 0;
  line-height: 45px;
}

.custom-row .all-btns .btn:first-of-type {
  margin-left: 10px;
}

.list .list-option {
  position: relative;
  background-color: transparent;
  padding: 30px 60px;
  margin-bottom: 0;
}

.list .list-option:not(:last-of-type) {
  border-bottom: 1px solid rgba(203, 41, 47, 0.48);
}

.list .op-name {
  display: flex;
  align-items: center;
}

.list .map-icon {
  display: inline-block;
  margin-left: 20px;
}

.list .map-icon i {
  font-size: 18px;
}

.list .radio-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.list .radio-btn:checked + .label {
  color: #cb292f;
}

.list .radio-btn:checked + .label:before {
  border: 2px solid #cb292f;
  background: #ffffff;
}

.list .radio-btn:checked + .label:after {
  background: #cb292f;
  border: 2px solid #ffffff;
}

.list .label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 13px 0;
  color: #767676;
  cursor: pointer;
  transition: all 0.25s linear;
  margin: 0 !important;
}

.list .label:before {
  position: absolute;
  left: 20px;
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #767676;
  border-radius: 50%;
  transition: all 0.25s linear;
}

.list .label:after {
  position: absolute;
  left: 23px;
  display: inline-block;
  content: "";
  height: 14px;
  width: 14px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.25s linear;
  background: transparent;
}

.list.inline-list {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  margin: auto;
}

.list.inline-list .list-option {
  padding: 10px;
  display: inline-block;
  width: 240px;
  margin-bottom: 15px;
}

.list.inline-list .list-option:not(:last-of-type) {
  border: none;
}

.list.inline-list .op-name {
  justify-content: center;
  width: calc(100% - 40px);
}

.list.inline-list .op-name img {
  max-width: 100px;
}

.list.inline-list .radio-btn:checked + .label {
  color: #cb292f;
  box-shadow: 0 0 18px rgba(203, 41, 47, 0.43);
}

.list.inline-list .label {
  background-color: #feeeee;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 10px;
}

.list.inline-list .label:before {
  left: 50px;
}

.list.inline-list .label:after {
  left: 53px;
}

form.md-width {
  padding-top: 30px;
  padding-bottom: 30px;
}

.custom-upload {
  position: relative;
  width: 75%;
}

.custom-upload .form-control {
  width: 100%;
}

.custom-file-uploader {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}

.custom-file-uploader input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}

.folllowing-steps {
  margin-top: 30px;
  padding: 0;
}

.folllowing-steps .single-step {
  display: flex;
  height: 200px;
  position: relative;
}

.folllowing-steps .single-step .step-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #d1d1d1;
  box-shadow: 0 0 18px rgba(203, 41, 47, 0.43);
  display: inline-block;
  position: relative;
}

.folllowing-steps .single-step .step-icon .line {
  position: absolute;
  width: 3px;
  height: calc(100% + 80px);
  background-color: #d1d1d1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9991;
}

.folllowing-steps .single-step .step-icon .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d1d1d1;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9991;
}

.folllowing-steps .single-step .step-icon .circle.second {
  top: calc(100% + 60px);
}

.folllowing-steps .single-step .step-icon .circle.third {
  top: calc(100% + 100px);
}

.folllowing-steps .single-step .step-text {
  width: calc(100% - 60px);
  padding-right: 20px;
}

.folllowing-steps .single-step .step-text h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.folllowing-steps .single-step .step-text p {
  margin-bottom: 10px;
  font-size: 14px;
}

.folllowing-steps .single-step .step-text p.step-date {
  margin-bottom: 0;
}

.folllowing-steps .single-step.active .step-icon {
  background-color: #cb292f;
  background-image: url("../img/icons/tick.png");
  background-image: url(../img/icons/tick.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.folllowing-steps .single-step.active .step-icon .line {
  background-color: #cb292f;
}

.folllowing-steps .single-step.active .step-icon .circle {
  background-color: #cb292f;
}

.folllowing-steps .single-step:last-of-type {
  height: auto;
}

.folllowing-steps .single-step:last-of-type .step-icon .line {
  display: none;
}

.folllowing-steps .single-step:last-of-type .step-icon .circle {
  display: none;
}

.rate-modal .form-control {
  box-shadow: none;
}

.rate-modal .form-control::placeholder {
  color: #777777;
}

.rate-modal .title .main-title:before {
  z-index: 0;
}

.rate-modal .modal-body {
  padding: 50px 25px;
}

.modal {
  z-index: 9990;
}

.modal-content {
  border-radius: 10px;
  padding: 10px;
  border: none;
}

.modal-header {
  background-color: #feeeee;
  border-radius: 8px;
  border: none;
  position: relative;
}

.modal-header h5 {
  margin: 0;
  color: #cb292f;
  font-size: 18px;
}

.modal-open .modal.follow-order-modal .close {
  position: relative;
  margin-top: -17px;
}

.modal-open .modal.follow-order-modal .close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.modal-open .modal.follow-order-modal .btn-left {
  display: block;
  margin: 25px auto 0 0;
  font-size: 16px;
}

.address-modal form {
  margin-top: 40px;
}

@keyframes right-to-left {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes roll-two {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

#video-modal {
  display: block;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

#video-modal .modal-content {
  padding-top: 20px;
}

#video-modal button.close {
  position: absolute;
  left: -15px;
  top: -15px;
  background: #cb292f;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 18px;
  opacity: 1;
  box-shadow: 0 0 9px #615c5c;
}

#video-modal .youtube-iframe.paused {
  display: none;
}

.payment-list.list.inline-list .radio-btn ~ .label {
  box-shadow: none;
  min-height: 95px;
}

.old-price {
  text-decoration: line-through;
  display: block;
  height: 28px;
}

.newest-block .old-price {
  margin-top: -10px;
}

video.img-fluid {
  height: 100%;
  width: 100%;
}

.inner-login-form .btn {
  font-size: 16px;
  margin: 10px 10px auto;
}

.inner-login-form img {
  margin: 25px auto 20px;
}
@media (min-width: 992px) {
    
    .main-dropmnu{
        margin-top:13px;
    }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    min-width: 160px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.lg-menu {
    min-width: 250px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.lg-menu li .dropdown-item {
    width: calc(50% - 10px);
    display: inline-block;
    border-bottom: 1px solid #cb292f;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.lg-menu li .dropdown-item a {
    display: inline-block;
    text-transform: uppercase;
  }
  .navbar-expand-lg
    .navbar-nav
    .dropdown-menu.lg-menu
    li:last-of-type
    .dropdown-item {
    border-bottom: 0;
  }
  .navbar-expand-lg .navbar-toggler.visible-lg {
    display: block;
    padding: 0;
  }
  .navbar-expand-lg .navbar-toggler.visible-lg.menu-wrapper .hamburger-menu {
    width: 25px;
    background: #d03f44;
  }
  .navbar-expand-lg
    .navbar-toggler.visible-lg.menu-wrapper
    .hamburger-menu:before,
  .navbar-expand-lg
    .navbar-toggler.visible-lg.menu-wrapper
    .hamburger-menu:after {
    background: #d03f44;
    width: 25px;
  }
  .navbar-expand-lg
    .navbar-toggler.visible-lg.menu-wrapper
    .hamburger-menu.animate {
    background: transparent;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-brand img {
    height: auto !important;
    width: 110px !important;
  }
  .navbar.fixed .navbar-brand img {
    width: 100px;
  }
  .navbar .navbar-nav .nav-item {
    padding: 15px 7px;
    font-size: 16px;
  }
  .navbar .btn.btn-bordered {
    font-size: 16px;
  }
  .single-way p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .menu-wrapper {
    padding-right: 0;
  }
  .rtl .navbar-nav .nav-item + .nav-item,
  [dir="rtl"] .navbar-nav .nav-item + .nav-item {
    margin-right: 0;
  }
  .only-mobile {
    display: block;
    transition: all 0.4s ease-in;
  }
  .hidden-mobile {
    display: none;
  }

  .custom-row .col-2 {
    display: none;
  }

  .custom-row:first-of-type {
    display: none;
  }

  .custom-row .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .custom-row .all-btns {
    text-align: center;
    margin-top: 15px;
  }
  .custom-row .all-btns .btn {
    font-size: 13px;
    width: 100px;
    padding: 0;
    line-height: 36px;
    height: 36px;
  }
  .cart-items .single-item.no-padding .item-description {
    width: 100%;
  }
  .xs-width {
    width: 80%;
  }
  .lg-font {
    font-size: 22px;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-toggler.second-menu {
    display: block;
    padding: 0;
  }
  .navbar-toggler.second-menu img {
    width: 22px;
  }
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .icon-links {
    width: calc(100% - 110px);
    text-align: left;
    display: inline-block;
  }
  .icon-links li {
    display: inline-block;
  }
  .icon-links li:not(:last-of-type) {
    margin-left: 10px;
  }
  .icon-links a img {
    width: 20px;
  }
  .icon-links a:not(:last-of-type) {
    margin-left: 10px;
  }
  .icon-links .dropdown-menu {
    left: 0;
    margin-top: 10px;
        right: auto;

  }
  .icon-links .dropdown-menu .dropdown-item {
    margin-left: 0;
    font-size: 14px;
    text-align: center;
  }
  .navbar .navbar-nav.left-links li img {
    height: auto;
  }
  .navbar {
    padding: 15px;
  }
  .navbar .navbar-brand {
    height: auto;
    padding: 10px 0;
  }
  .navbar .navbar-brand img {
    width: 110px;
  }
  .navbar .navbar-brand img.only-mobile {
    width: 110px;
  }
  .navbar .navbar-brand img.only-mobile.hidden {
    opacity: 0;
  }
  .navbar.fixed-top .navbar-brand img {
    height: 32px;
  }
  .navbar .navbar-nav {
    padding-right: 0;
    margin-top: 60px;
    overflow-y: auto;
  }
  .navbar .navbar-nav.left-links {
    margin-top: 20px;
  }
  .navbar .navbar-nav.left-links li {
    padding: 10px;
  }
  .navbar .navbar-nav.left-links li:not(:last-of-type) {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .navbar .navbar-nav .nav-item {
    margin-bottom: 10px;
    padding: 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px;
  }
  .navbar .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu.show {
    margin-right: -10px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
    font-size: 14px;
    padding-right: 30px;
  }
  .navbar .collapse.second-collapse:not(.show) {
    display: block !important;
  }
  .navbar .navbar-collapse {
    display: none !important;
  }
  .navbar .navbar-collapse {
    position: fixed;
    height: 100%;
    width: 400px;
    left: -450px;
    top: 0;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    z-index: 100;
    background-color: #ffffff;
    overflow-y: scroll;
    box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.4);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    z-index: 9999;
    background-color: #ffffff;
    overflow-y: scroll;
    box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.4);
  }
  .navbar .navbar-collapse.show {
    display: block !important;
    left: 0 !important;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .navbar .navbar-collapse .btn {
    margin: 40px 10px 0 0;
    width: 80px;
    height: 38px;
    line-height: 34px;
    padding: 0;
  }
  .navbar .navbar-collapse.second-collapse {
    padding: 30px 15px 0;
  }
  .navbar .navbar-collapse.second-collapse .navbar-nav:not(:last-of-type) {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .navbar .navbar-collapse.second-collapse .navbar-nav .nav-item {
    padding: 0px 0 10px;
  }
  .navbar .navbar-collapse.second-collapse .main-title {
    padding: 10px !important;
    font-size: 16px;
  }
  .search-wrapper .search-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 103;
    background: #ffff;
    border-radius: 10px;
    width: auto;
    padding: 10px;
    height: auto;
    box-shadow: 0px 0px 18px rgba(203, 41, 47, 0.4);
    margin: 0;
    display: block;
  }
  .search-wrapper .search-btn .close {
    display: none;
  }
  .search-wrapper.active .search-btn img {
    display: none;
  }
  .search-wrapper.active .search-btn .close {
    display: block;
    color: #cb292f;
    opacity: 1;
    width: 23px;
  }
  .search-wrapper .search-popup--bg.active {
    display: block;
    z-index: 101;
  }
  .search-wrapper .search-form .d-flex {
    width: 300px;
    padding: 0;
  }
  .search-wrapper .search-form .d-flex .btn img {
    width: 25px;
  }
  .all-form-contact .select2-container--default .select2-selection--single,
  .all-form-contact
    .select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 13px !important;
  }
  .w-bg:before,
  .w-bg:after {
    width: 200px;
    height: 200px;
  }
  .data-filters ul.data-filters-links li:not(:last-of-type) {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .newest-block .data-filters ul.data-filters-links li:not(:last-of-type) {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .card.product-item .card-image img {
    height: 100%;
    width: 100%;
  }
  footer .top-footer img {
    width: 120px;
    margin-bottom: 15px;
  }
  footer .top-footer .form-footer {
    padding-right: 30px;
  }
  footer .top-footer .form-footer p {
    font-size: 15px;
    width: 150px;
  }
  footer .top-footer .form-footer form {
    width: calc(100% - 150px);
    padding-right: 20px;
  }
  footer .single-col {
    margin-bottom: 30px;
  }
  footer .subscribe .form-group .form-control {
    font-size: 12px;
    padding: 10px 10px 10px 90px;
  }
  footer .subscribe .btn {
    width: 110px;
  }
  .parnters-block {
    padding: 25px 0;
  }
  .parnters-block .brand .brand-img {
    width: 140px;
    height: 60px;
    margin: auto;
  }
  .parnters-block .slick-slider {
    margin: 0;
  }
  .parnters-block .slick-slide {
    margin: 0 !important;
  }
  [dir="rtl"] .slick-prev {
    right: 0;
  }
  [dir="rtl"] .slick-next {
    left: 0;
  }
  .first-slider .owl-item .item {
    height: 250px;
  }
  .first-slider .owl-item .item .item-overlay {
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .navbar-collapse.second-collapse .navbar-nav:not(:last-of-type) {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .navbar-collapse.second-collapse .navbar-nav .nav-item {
    padding-top: 0;
    font-size: 14px;
  }
  .navbar-collapse.second-collapse .navbar-nav .nav-link {
    font-size: 14px;
  }
  .header-content .owl-carousel.owl-rtl {
    height: auto;
  }
  .second-slider .item.slick-slide {
    height: 333px;
  }
  .main-goal .right-grid {
    padding: 15px;
    padding-left: 50px;
  }
  .main-goal .left-grid {
    margin-right: -40px;
  }
  .btn.btn-lg {
    min-width: 140px;
  }
  .md-width.top-block {
    padding: 15px !important;
  }
  .single-way {
    margin-bottom: 10px;
  }
  .custom-form {
    margin-top: 25px;
  }
  .custom-form .btn {
    margin-top: 15px;
  }
  .profile-content .user-links {
    width: 100%;
  }
  .profile-content .user-links .single-link .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .profile-content .user-links .single-link .icon img {
    max-height: 26px;
  }
  .profile-content .user-links .single-link p {
    font-size: 14px;
    line-height: 24px;
  }
  .single-product {
    padding: 15px;
  }

  .custom-row p {
    font-family: "Cairo-SemiBold";
    font-size: 14px;
  }
  .list.inline-list {
    width: 100%;
  }
  .list.inline-list .label:before {
    left: 30px;
  }
  .list.inline-list .label:after {
    left: 33px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  section,
  footer {
    padding: 25px 0;
    height: auto;
    min-height: auto !important;
    display: block;
  }
  .form-control {
    font-size: 13px;
  }
  .form-control::placeholder {
    font-size: 13px;
  }
  .title .main-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .title .main-title:before {
    top: -10px;
    right: -30px;
    width: 40px;
    height: 40px;
  }
  .title .main-title:after {
    top: 0px;
    right: -10px;
    width: 25px;
    height: 25px;
  }
  .title .second-title {
    font-size: 14px;
    width: 90%;
    margin-bottom: 10px;
  }
  #map {
    height: 200px;
  }
  .data-filters ul.data-filters-links {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .data-filters ul.data-filters-links li {
    display: inline-block;
                    padding:0 15px;
    height: 36px;
    line-height: 32px;
  }
  .navbar .navbar-collapse {
    width: 300px;
    left: -350px;
  }
  .navbar .navbar-collapse.show {
    left: 0;
  }
  .card.product-item {
    margin-bottom: 20px;
  }
  .card.product-item .card-body .product-name {
    margin-bottom: 10px;
  }
  .card.product-item .card-body .product-name p.product-price {
    margin-bottom: 10px;
  }
  .card.product-item .card-image {
    width: 240px;
    height: auto;
    margin: auto;
    max-height: 300px;
  }
  .branches-block .map-area {
    margin-bottom: 0;
  }
  .first-slider .item .item-overlay {
    align-items: center;
    justify-content: center;
  }
  .first-slider .item .item-overlay .content h1 {
    font-size: 18px;
  }
  .second-slider .item.slick-slide {
    height: 200px;
  }
  .second-slider .item .item-overlay p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .dropdown-menu {
    padding: 10px;
  }
  .common-block .all-groups .single-group {
    height: 200px !important;
  }
  .common-block .all-groups .single-group.sm-height {
    height: 200px;
  }
  footer p.font-white {
    font-size: 14px;
  }
  footer .top-footer {
    flex-direction: column;
  }
  footer .top-footer .footer-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .top-footer .footer-logo img {
    width: 120px;
    margin-bottom: 15px;
  }
  footer .top-footer .form-footer {
    padding-right: 0px;
    width: 100%;
    flex-direction: column;
  }
  footer .top-footer .form-footer .form-group {
    margin-bottom: 10px;
  }
  footer .top-footer .form-footer p {
    font-size: 14px;
    width: auto;
    margin-bottom: 10px;
  }
  footer .top-footer .form-footer form {
    width: 100%;
    padding-right: 0px;
  }
  .avatar-upload {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 20px auto;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
  }
  .all-form {
    border-radius: 17px;
    overflow: hidden;
    background-color: #fffcfc;
    box-shadow: 0px 0px 18px 0px rgba(203, 41, 47, 0.21);
    z-index: 2;
  }
  .all-form .md-width {
    width: 100%;
    margin: 20px auto;
    padding: 15px;
  }
  .all-form .left-grid .md-width {
    padding: 15px;
  }
  .all-form .col-md-5 {
    position: relative;
  }
  .all-form .right-grid {
    position: relative;
    right: 0;
    width: 100%;
    left:0;
  }
  .all-form .right-grid img {
    width: 100%;
    height: 300px;
  }
  .all-form .right-grid .logo-content {
    top: 20px;
    width: 100%;
  }
  .all-form .right-grid .logo-content a {
    margin-bottom: 10px;
  }
  .all-form .right-grid .logo-content a img {
    width: 100px;
    height: auto;
  }
  .all-form .right-grid .discover-list {
    bottom: 60px;
    width: 100%;
  }
  .all-form .right-grid .discover-list li {
    font-size: 13px;
    text-align: center;
  }
  .banner-block {
    height: 220px;
  }
  .more-link {
    font-size: 16px;
  }
  .md-width {
    padding: 30px 15px;
  }
  form.md-width {
    padding: 0 10px;
  }
  .main-goal,
  .asking-block {
    padding: 20px 0;
  }
  .sub-content {
    margin: 20px 0;
  }
  .main-goal .row {
    flex-direction: column-reverse;
  }
  .main-goal .right-grid {
    padding: 15px;
  }
  .main-goal .right-grid p {
    text-align: center;
    font-size: 13px;
  }
  .main-goal .left-grid {
    margin: 20px auto;
  }
  .main-goal .left-grid img {
    width: 100%;
    height: 220px;
  }
  .main-information .font-black {
    font-size: 14px;
    line-height: 24px;
  }
  .asking-block ul {
    padding-right: 20px;
  }
  .page-title {
    width: 90%;
    margin: auto;
  }
  .page-title h1 {
    font-size: 24px;
  }
  .page-title p {
    font-size: 14px;
    padding: 0 10px;
  }
  .branches-list .single-branch {
    background-size: contain;
  }
  .branches-list .single-branch .branch-header {
    margin-bottom: 15px;
  }
  .branches-list .single-branch p {
    margin-bottom: 10px;
  }
  .branches-list .single-branch .work-times {
    margin-top: 15px;
  }
  .top-block {
    margin-top: -70px;
  }
  .brands-content {
    margin: 0;
  }
  .brands-content .single-brand {
    margin-bottom: 20px;
  }
  .brands-content .single-brand .brand-img {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .brands-content .single-brand .brand-img img {
    max-width: 130px;
  }
  .brands-content .single-brand .brand-body {
    margin-top: 15px;
  }
  .brands-content .single-brand .brand-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .brands-content .single-brand .brand-body p {
    font-size: 14px;
    width: 100%;
  }
  .profile-content .avatar-upload {
    top: -60px;
  }
  .profile-content .user-links {
    width: 100%;
  }
  .profile-content .user-links li {
    width: 33%;
  }
  .profile-content .user-links .single-link .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .profile-content .user-links .single-link .icon img {
    max-height: 26px;
  }
  .profile-content .user-links .single-link p {
    font-size: 14px;
    line-height: 24px;
  }
  .coupons-list li {
    padding: 15px;
  }
  .coupons-list li .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .coupons-list li .icon img {
    max-width: 25px;
  }
  .coupons-list li .text {
    font-size: 13px;
    padding-right: 10px;
    width: calc(100% - 35px);
  }
  .content-list.balance-block {
    padding: 30px 0;
  }
  .content-list.balance-block .wallet-img {
    width: 70px;
    margin: 0 auto 15px;
  }
  .content-list.balance-block .available-balance {
    font-size: 16px;
  }
  .content-list .payment-header {
    padding: 10px;
  }
  .content-list .payment-header h5 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .content-list .payment-header p {
    font-size: 13px;
  }
  .form-edit.form-edit-info {
    padding: 30px 15px;
  }
  .favourite-list,
  .form-edit {
    margin-top: 25px;
  }
  .left-grid.title {
    margin-top: 30px;
    padding: 0;
  }
  .left-grid.title h3 {
    margin-right: 30px;
  }
  .left-grid.title .form-group {
    padding: 15px;
  }
  .single-product {
    padding: 15px;
  }
  .single-product .prview-img {
    margin-bottom: 0px;
  }

  .all-previews .item .product-show-img {
    width: 100px;
    height: 100px;
  }
  .product-info .main-info {
    flex-direction: column;
    align-items: center;
  }
  .product-info .main-info .right-grid {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .product-info .main-info .right-grid p {
    text-align: right;
    margin-bottom: 10px;
  }
  .product-info .main-info .right-grid .product-name,
  .product-info .main-info .right-grid .product-price {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .product-info .main-info .left-grid {
    width: 100%;
    text-align: center;
  }
  .product-info .main-info .left-grid .btn {
    margin: 0 auto 20px;
  }
  .product-info .main-info .left-grid .btn:first-of-type {
    margin-bottom: 15px;
  }
  .product-info .main-info .left-grid .share-list {
    margin-top: 0;
    text-align: center;
  }
  .product-info .main-info .left-grid .share-list li {
    display: inline-block;
  }
  .product-info .main-info .left-grid .share-list li:not(:last-of-type) {
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .product-info .static-title {
    text-align: right;
    margin: 10px 0;
  }
  .product-info .static-title .available-title {
    font-size: 14px;
    margin-left: 5px;
  }
  .cutom-tabs .nav-tabs .nav-item {
    /*width: auto;*/
  }
  .cutom-tabs .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 10px 8px;
  }
  .cutom-tabs .tab-content {
    margin: 25px 0;
  }
  .cutom-tabs .tab-content p {
    font-size: 13px;
    line-height: 23px;
  }
  .cutom-tabs .tab-content .more-info-list li span {
    font-size: 13px;
  }
  .cutom-tabs .tab-content .rates-list li .single-rev .rev-name h5 {
    font-size: 14px;
  }
  .cutom-tabs .tab-content .rates-list li .single-rev .rev-name p {
    font-size: 12px;
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
  }
  .product-rate label.star {
    font-size: 13px !important;
  }
  .product-rate label.star:before {
    font-size: 13px !important;
  }
  .content-list .single-item {
    padding: 20px 10px 20px 0;
  }
  .content-list .single-payment a {
    padding: 20px 10px 20px 0;
  }
  .content-list .single-payment .icon.icon-lg {
    width: 80px;
    height: 40px;
  }
  .content-list .single-payment .text.text-lg {
    width: calc(100% - 80px);
  }
  .content-list .single-payment .text.text-lg p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .cart-items .single-item {
    flex-wrap: wrap;
  }
  .cart-items .single-item .item-img {
    width: 80%;
    height: auto;
    display: block;
    margin: auto auto 25px;
    max-height: 230px;
  }
  .cart-items .single-item .item-description {
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    text-align: center;
  }

  .cart-items .single-item .item-description .static-title {
    text-align: center;
  }
  .cart-items .single-item .item-description h5,
  .cart-items .single-item .item-description a {
    font-size: 14px;
  }
  .cart-items .single-item .item-description p.price {
    margin-bottom: 0px;
  }
  .cart-items .single-item.no-padding {
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cart-items .single-item.no-padding .item-description .counter-div {
    margin-bottom: 3px;
  }
  .cart-items .single-item.no-padding .item-img {
    width: auto;
    height: auto;
    display: block;
    max-height: 135px;
    display: block;
  }
  .cart-items .single-item.no-padding .item-description {
    width: 100%;
    margin-top: 10px;
  }

  .cart-items {
    text-align: center;
  }
  .cart-items .btn-left {
    float: none !important;
    margin: 10px auto !important;
  }

  .cart-items .remove-item {
    top: 10px;
    left: -5px;
    font-size: 15px;
  }
  .cart-items .counter-div {
    margin-top: 2px;
  }
  .cart-items .table-div {
    padding: 10px 0;
  }
  .cart-items .btn-left {
    margin: 25px auto 0;
    font-size: 14px;
  }
  .cart-items .btn-fixed {
    position: relative;
    display: block;
    margin: 25px auto 0;
    font-size: 14px;
  }
  .counter-div .counter span {
    top: 0px !important;
    width: 27px !important;
    height: 27px !important;
    line-height: 22px !important;
  }
  .counter-div .counter input {
    height: 30px !important;
  }

  .tabs .nav-tabs .nav-item {
    margin-bottom: 5px;
  }
  .tabs .nav-tabs .nav-link {
    height: 42px;
    line-height: 38px;
  }
  .cutom-tabs .tab-content .rates-list .btn-left {
    margin: 0 auto;
    width: 140px;
    font-size: 14px;
    padding: 0;
    line-height: 36px;
    height: 38px;
  }
  .content-list.coupons li {
    padding: 20px 10px 20px 0;
  }
  .content-list.coupons li .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .content-list.coupons li .icon img {
    max-width: 22px;
  }
  .content-list.coupons li .text {
    padding-right: 10px;
    font-size: 14px;
  }
  .list {
    margin-top: 20px;
  }
  .list .list-option {
    padding: 10px;
  }
  .list .op-name {
    font-size: 12px;
  }
  .list .map-icon {
    margin-left: 5px;
  }
  .list .map-icon i {
    font-size: 14px;
  }
  .list .label:before {
    left: 0px;
    height: 14px;
    width: 14px;
  }
  .list .label:after {
    left: 2px;
    height: 10px;
    width: 10px;
  }
  .list.inline-list {
    padding: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .list.inline-list .list-option {
    padding: 0;
    display: inline-block;
    width: 150px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .list.inline-list .list-option:nth-child(3n) {
    margin-left: 0px;
  }
  .list.inline-list .op-name {
    width: calc(100% - 20px);
  }
  .list.inline-list .op-name img {
    max-width: 60px;
  }
  .list.inline-list .label {
    padding: 15px;
  }
  .list.inline-list .label:before {
    left: 15px;
  }
  .list.inline-list .label:after {
    left: 17px;
  }
  .custom-upload {
    width: 100%;
  }
  .folllowing-steps {
    margin-top: 20px;
    padding: 0 !important;
  }
  .folllowing-steps .single-step {
    height: 145px;
  }
  .folllowing-steps .single-step .step-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
  }
  .folllowing-steps .single-step .step-icon .line {
    width: 2px;
    height: calc(100% + 65px);
    background-color: #d1d1d1;
  }
  .folllowing-steps .single-step .step-icon .circle {
    width: 15px;
    height: 15px;
    top: calc(100% + 15px);
  }
  .folllowing-steps .single-step .step-icon .circle.second {
    top: calc(100% + 45px);
  }
  .folllowing-steps .single-step .step-icon .circle.third {
    top: calc(100% + 75px);
  }
  .folllowing-steps .single-step .step-text {
    width: calc(100% - 40px);
    padding-right: 10px;
  }
  .folllowing-steps .single-step .step-text h5 {
    font-size: 14px;
  }
  .folllowing-steps .single-step .step-text p {
    font-size: 13px;
  }
  .modal-header h5 {
    margin: 0;
    color: #cb292f;
    font-size: 16px;
  }
  .modal-open .modal.follow-order-modal .btn-left {
    display: block;
    margin: 25px auto 0;
    font-size: 14px;
  }
  .modal-open .modal.follow-order-modal .close i {
    font-size: 13px;
  }
  .address-modal form {
    margin-top: 20px;
  }
  .form-edit .form-group {
    padding: 10px;
  }
  .form-edit .form-control {
    font-size: 13px;
  }
  .form-edit .form-control::placeholder {
    font-size: 13px;
  }
  .address-form .remove-address {
    left: 0;
  }
}

@media (max-width: 575px) {
  footer .header-col {
    margin-top: 0;
  }

  .parnters-block .slick-prev:before,
  .parnters-block .slick-next:before {
    display: none;
  }
  .card.product-item .card-image {
    height: auto !important;
  }

  .single-product .prview-img .item .product-show-img img {
    max-height: 280px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  footer {
    padding-bottom: 10px;
  }

  .copy-right {
    padding-top: 18px;
    margin-top: 0;
  }
  .copy-right p {
    width: 100%;
    flex: 0 0 100%;
  }

  .copy-right p:first-of-type {
    margin-bottom: 10px;
  }
  #video-modal button.close {
    left: 0;
    top: -157px;
  }

  body {
    font-size: 13px;
    line-height: 23px;
  }
  footer .subscribe .form-group {
    background-color: transparent;
    border: 0;
    text-align: center;
  }
  footer .subscribe .form-group .form-control {
    font-size: 12px;
    background: #ffffff;
    border-radius: 30px;
    border: 0.86px solid #cb292f;
    overflow: hidden;
    width: 80%;
    margin: 0 auto 15px;
    text-align: center;
    padding: 10px !important;
  }
  footer .subscribe .form-group .btn {
    width: 120px;
    position: relative;
    margin: auto;
    border-radius: 30px;
  }
  .first-slider .owl-item .item {
    height: 180px;
  }
  .first-slider .owl-item .item .item-overlay {
    padding: 0;
  }
  .first-slider .owl-item .item .item-overlay .content .btn {
    margin-top: 10px;
    width: 120px;
    min-width: unset;
    height: 40px;
    line-height: 38px;
    padding: 0;
    font-size: 13px;
  }
  .btn {
    font-size: 16px;
  }
  .custom-form .form-group {
    align-items: flex-start;
    flex-direction: column;
    text-align: right;
    flex-wrap: wrap;
  }
  .custom-form .label {
    width: auto;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .custom-form .form-control {
    width: 100%;
    margin-right: 0;
  }
  .card.product-item {
    /*width: max-content;*/
    margin: 0 auto 20px;
  }
  .profile-content .user-links li {
    width: 50%;
    margin-bottom: 25px;
  }
  .profile-content .user-links .single-link .icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .profile-content .user-links .single-link .icon img {
    max-width: 30px;
  }
  .profile-content .user-links .single-link p {
    font-size: 13px;
  }
  .form-edit .form-group {
    align-items: flex-start;
    flex-direction: column;
    text-align: right;
  }
  .form-edit .label {
    width: auto;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .form-edit .form-control {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
  .single-product {
    padding: 10px;
  }

  .rate-modal .modal-body {
    padding: 25px 15px;
  }
  .all-form .right-grid img {
    width: 100%;
    height: 200px;
  }
  .all-form .right-grid .logo-content {
    top: 20px;
    width: 100%;
  }
  .all-form .right-grid .logo-content a {
    margin-bottom: 10px;
  }
  .all-form .right-grid .logo-content a img {
    width: 100px;
    height: auto;
  }
  .all-form .right-grid .discover-list {
    bottom: 20px;
  }
  .edit-adress-block .form-group {
    align-items: center;
    flex-direction: row;
    text-align: right;
  }
  .edit-adress-block .form-control {
    width: 80%;
  }
}

@media (max-width: 540px) {
  .list.inline-list .list-option:nth-child(3n) {
    margin-left: 10px;
  }
  .list.inline-list .list-option:nth-child(2n) {
    margin-left: 0px;
  }
}

@media (max-width: 380px) {
  .list.inline-list .list-option {
    margin: 0 auto 20px !important;
    display: block;
    width: 180px;
  }
  .list.inline-list .list-option:last-of-type {
    margin-bottom: 0 !important;
  }
}

form .form-group input[type="reset"] {
  width: 35%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
}
/*# sourceMappingURL=style.css.map */


/* filter price style start */
.products-sub1 {
    margin: 30px 0px 5px;
}

.extra-controls input {
    width: 0px;
    height: 0px;
    z-index: -1;
    opacity: 0px;
    position: absolute;
}


.card.product-item .card-body .product-name {
    font-size: 16px;
    font-family: "Cairo-SemiBold";
    line-height: 22px;
    height: 44px !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.newest-block .data-filters .load-button {
    display: none;
}

.newest-block .data-filters .load-button:last-of-type {
    display: block;
}

/* filter price style end */

.sub-content table {
    width: 100%;
}

.sub-content table tr {
    border-bottom: 2px solid #ddd;
}

.sub-content table td {
    padding: 15px 0px;
    width: 50%;
}

.close {
    text-align: center !important;
}

.fixed-menu {
    position: fixed;
    right: 20px;
    width: 50px;
    bottom: 100px;
        z-index: 11;
            visibility:hidden;
            opacity:0;


}

.theme-background-color {
    background: #cb292f !important;
}

.fix-mn {
    display:block;
    width:40px;
    height:40px;
    background:#cb292f;
    cursor:pointer;
    line-height:40px;
    color:#fff;
    border-radius:50%;
    text-align:center;
    margin-bottom:10px;
    box-shadow: 0 0 8px #555;
    transition:all .5s ease;
    padding: 0;
    font-size: 16px;


}

.fix-mn:hover{
        background:#fff;
            color:#cb292f;


}

.advertising {
    max-height:345px;
}


.advertising img {
    max-height: 345px;
    width: 100%;
    border-radius: 10px;
}


.cartCount{
    position: absolute;
    left: -10px;
top:-2px;
    
}

.navbar .navbar-nav.left-links li,.icon-links li{
        position:relative;

}

.content {
    margin: auto;
}

.banner-block {
    background-size: cover !important;

}
.dropdown-item {
  
    /* text-align: inherit; */
     white-space: inherit !important; 
}

@media (max-width: 450px){

.search-wrapper .search-btn {
    bottom: 71px;
    right: 357px !important;
}

}

/*.easyzoom {*/
/*    position: relative !important;*/
/*    display: block !important;*/
/*    text-align: center !important;*/
/*    margin: auto !important;*/
/*}*/

/*    position: absolute ;*/
/*    border: 1px solid #aaa;*/
/*    top: 0px;*/
/*    border: none !important;*/
/*    border-radius: 20px !important;*/
/*    left: -210px !important;*/
/*}*/



.easyzoom .small{
    position: absolute;
    border: 1px solid #aaa;
    border: none;
     border-radius: 10px;
      overflow: hidden;
    box-shadow:0 0 9px rgba(203, 42, 47, 0.43);
}
.easyzoom .big {
 box-shadow:0 0 9px rgba(203, 42, 47, 0.43) ;
 border:none;
     border-radius: 10px;
 border-radius:10px !important;
 overflow: hidden;
 
}
.easyzoom {
    display: block !important;
    margin: AUTO !important;
    position: relative !important;
}
.easyzoom .small, .easyzoom .big {
    margin: auto;
    left: 20px;
}

/*.navbar .close-menu {*/
/*    left: 501px;*/
/*    top: 10px;*/
/*    position: fixed;*/
/*}*/

.packages {
    margin:80px 0px;
}
.packages .title {
    margin-bottom:40px;
}

.packages li{
   list-style-type: none !important;
}
.packages ul{
    margin:20px 0px ;
    
}

.price-packages{
    color:#a81903;
    margin:20px 0px ;
}

.price-packages p{
    font-size:22px;
}


.product-price {
    display: inline-block;
    font-size:22px;
    color:#a81903;
}

.old-price {
    display: inline-block;
}

.product-rate {
    display: block;
}

.apple-div{
    display:none;
}


@media (max-width: 576px) {
 .fix-mn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
}

.main-dropmnu{
    display:none;
}
.second-collapse .navbar-nav .dropdown-menu {
    position: static;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-radius: 0;
    border:none;
    padding: 0;

}

.second-collapse .dropdown-menu .dropdown-item .arrow{
    display:inline-block;
    transition:all .5s linear
}

.second-collapse .dropdown-menu .dropdown-item .arrow:hover{
    color:#000;
}

.second-collapse .dropdown-menu .dropdown-item .arrow i:before{
    content:"\f078";
}


.second-collapse .dropdown-menu .dropdown-item .arrow.active i:before,.main-link-dropmnu .arrow.active i:before{
    content:"\f077";
}

.dropdown-item.active .arrow, .dropdown-item:active .arrow, .dropdown-item:hover .arrow, .dropdown-item:focus .arrow{
    color:#000;
}

.second-collapse  .dropdown-menu .dropdown-item a{
    display:inline-block;
}

.second-collapse  .submenu .dropdown-item a{
    display:block;
}
.second-collapse .dropdown-menu .dropdown-item .submenu {
    display: none;
    visibility: visible;
    right: calc(100% - 160px);
    opacity: 1;
    position: static !important;
    background: #fdf7f7;
    padding: 0;

}

.second-collapse .dropdown-menu .dropdown-item .arrow {
    top: 12px;
}


.second-collapse  .dropdown-menu .dropdown-menu{
  display:block;  
}
footer .footer-social li a {
  position: relative;
  color: #cb292f;
  margin-bottom: 15px;
  padding-right: 25px;
  display: inline-block;
  height: 23px;
}