@import url("components/fancybox.css");
@import url("components/slider.css");
@import url("components/fontawesome.css");
@import url("components/bootstrap.css");
@import url("components/range-slider.css");
@import url("components/headers.css");
@import url("components/animation.css");
@import url("components/products.css");
@import url("components/footer.css");
@import url("components/rtl.css");
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  background: #28B293;
  color: #fff;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

h2,h3,h4,h5,h6,p,li{
  font-family: "Blair-ITC",sans-serif;
}

#back-to-top:hover {
  background: #239d82;
}

#back-to-top.show {
  opacity: 1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #28B293;
}

.list-group .list-group-item {
  padding: 0;
}

.list-group .list-group-item .nav-link .fas {
  color: #6c757d;
  width: 20px;
  text-align: center;
  margin-right: 7px;
}

.header-area .cart-header .shopping-cart {
  left: 1px;
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: blinker;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.ratings {
  border: none;
  float: left;
}

.ratings>input {
  display: none;
}

.ratings>label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\F005";
}

.ratings>.half:before {
  content: "\F089";
  position: absolute;
}

.ratings>label {
  color: #ddd;
  float: right;
  margin-bottom: 0;
}

/**** CSS Magic to Highlight Stars on Hover ****/

.ratings>input:checked~label, .ratings:not(:checked)>label:hover, .ratings:not(:checked)>label:hover~label {
  color: #28B293;
}

.ratings>input:checked+label:hover, .ratings>input:checked~label:hover, .ratings>label:hover input:checked label, .ratings>input:checked label:hover label {
  color: #28B293;
}

.disabled-ratings>label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\F005";
}

.disabled-ratings>label {
  color: #ddd;
  float: none;
}

.disabled-ratings label.active {
  color: #28B293;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.se-pre-con .pre-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.se-pre-con .pre-loader p {
  margin-top: 5px;
}

.se-pre-con .loaderpage {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}

.slider-for .iframe {
  width: 100%;
  height: 440px;
}

@-webkit-keyframes animationmenu {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, -10px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0px, 0px);
  }
}

@keyframes animationmenu {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, -10px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animationselect {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, -20px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 50px);
  }
}

@keyframes animationselect {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, -20px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 50px);
  }
}

@-webkit-keyframes animationcartmenu {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    top: -10px;
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
  }
}

@keyframes animationcartmenu {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    top: -10px;
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes imageScroll {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes imageScroll {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@-webkit-keyframes slidedown {
  0% {
    transform: translateY(-24rem);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top bottom;
  }
  100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
}

@keyframes slidedown {
  0% {
    transform: translateY(-24rem);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top bottom;
  }
  100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.aa {
  opacity: 1;
  transform: translateZ(0);
  transition-timing-function: ease;
  transition-duration: 0.4s;
  transition-property: opacity, transform;
}

/* newsletter animate */

@-webkit-keyframes news-ani {
  from {
    top: 0px;
  }
  to {
    top: 50%;
  }
}

@keyframes news-ani {
  from {
    top: 0px;
  }
  to {
    top: 50%;
  }
}

/* Animation */

@-webkit-keyframes fadeInUp {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(40px);
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes Animationlookbook {
  from {
    box-shadow: 0 0 0 0 #d4d4d4;
  }
  to {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  }
}

@keyframes Animationlookbook {
  from {
    box-shadow: 0 0 0 0 #d4d4d4;
  }
  to {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  }
}

a, .btn-link {
  transition: 0.4s;
}

a:hover, .btn-link:hover {
  text-decoration: none;
  color: #28B293;
}

.btn {
  padding: 0.6rem 1.8rem;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-secondary:hover {
  background-color: #28B293;
}

.btn-secondary:before {
  background-color: #1f8871;
}

.btn-primary:hover {
  background-color: #fff;
}

.btn-primary:before {
  background-color: #e6e6e6;
}

.btn-light:hover {
  background-color: #e9ecef;
}

.btn-light:before {
  background-color: #cbd3da;
}

.swipe-to-top {
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.4s;
  overflow: hidden;
}

.swipe-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: 50% -100%;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

.swipe-to-top:hover:before, .swipe-to-top:focus:before, .swipe-to-top:active:before {
  transform: scaleY(1);
}

.btn-google {
  background-color: #6c757d;
  color: #fff;
  transition: 0.4s;
}

.btn-google:hover, .btn-google:focus {
  background-color: #d53f22;
  color: #fff;
}

.btn-facebook {
  background-color: #6c757d;
  color: #fff;
  transition: 0.4s;
}

.btn-facebook:hover, .btn-facebook:focus {
  background-color: #334e89;
  color: #fff;
}

.btn-twitter {
  background-color: #6c757d;
  color: #fff;
  transition: 0.4s;
}

.btn-twitter:hover, .btn-twitter:focus {
  background-color: #1798ca;
  color: #fff;
}

.categories-panel {
  padding: 0;
  border: none;
}

.categories-panel .dropdown-submenu {
  position: relative;
}

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

.categories-panel .dropdown:hover>.dropdown-menu {
  display: block;
}

.categories-panel ul {
  width: 100%;
}

.categories-panel ul .nav-item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.categories-panel ul .nav-item .fas {
  position: absolute;
  right: 0;
  font-size: 20px;
  margin-right: 10px;
  color: #ced4da;
  cursor: pointer;
}

.categories-panel ul .nav-item a {
  font-size: 14px;
  font-weight: 600;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  color: #212529 !important;
  padding-bottom: 8.1px;
  transition: color 0.4s;
}

.categories-panel ul .nav-item a:hover {
  color: #28B293 !important;
  padding-left: 25px !important;
}

.categories-panel ul .nav-item a img {
  width: 16px;
  margin-right: 7px;
}

.categories-panel ul .nav-item .dropdown-item::before {
  left: 10px;
}

.categories-panel ul .nav-item .dropdown-menu {
  -webkit-animation: animationmenu ease 0.5s;
  animation: animationmenu ease 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  margin: 0;
  padding: 0;
  border-color: #dee2e6;
  border-top: none;
  border-bottom: none;
  width: 250px;
}

.categories-panel ul .nav-item .dropdown-menu .dropdown-item {
  padding: 0.5rem;
}

.newsletter-fix {
  transform: translateX(-100px);
  position: fixed;
  left: 0;
  z-index: 2;
  opacity: 1;
  display: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  text-align: center;
  font-weight: 600;
  font-family: "MenoBanner", sans-serif;
  padding: 0px 10px 3px 10px;
  margin-top: -60px;
  -webkit-animation: news-ani 1.2s forwards;
  animation: news-ani 1.2s forwards;
  transition: 1.2s ease-in-out;
}

.newsletter-fix span {
  opacity: 0;
}

.newsletter-fix .fas {
  margin-top: 5px;
  font-size: 1rem;
}

.newsletter-fix:hover {
  transform: translateX(0px);
  transition: 0.4s ease-in-out;
}

.newsletter-fix:hover span {
  opacity: 1;
}

.modal {
  padding-right: 0;
}

.modal .modal-dialog .modal-body .close {
  outline: none;
  font-size: 40px;
  font-weight: normal;
  position: absolute;
  top: 5px;
  right: 12px;
}

#newsletterModal .modal-body {
  background-color: #fff;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
}

#newsletterModal .modal-body .promo-box {
  padding: 30px 0 30px 15px;
  text-align: center;
  z-index: 999;
}

#newsletterModal .modal-body .promo-box .text-01 {
  z-index: 999;
  font-family: "MenoBanner", sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5px;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#newsletterModal .modal-body .promo-box .text-03 {
  z-index: 999;
  font-size: 1rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 28px;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vab {
  -webkit-animation: Animationlookbook 0.5s ease-out infinite;
  animation: Animationlookbook 0.5s ease-out infinite;
}

@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
    z-index: 25;
    margin: 0;
    width: calc(100% - 1rem);
  }
  .modal .modal-dialog .modal-body {
    z-index: 25;
  }
  .modal .modal-dialog .pro-image {
    display: none;
  }
  #newsletterModal .promo-box {
    padding: 30px 0 30px 0;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #newsletterModal .promo-box {
    padding: 15px 0px 0 15px;
  }
  #newsletterModal .promo-box .text-01 {
    font-size: 34px;
    line-height: 40px;
  }
  .modal .modal-dialog {
    width: 98%;
    max-width: 700px;
  }
}

#pixlee_container {
  width: 100% !important;
  margin: 0 15px;
}

#pixlee_container iframe {
  height: 175px !important;
  width: 100% !important;
}

#pixlee_container a {
  display: none !important;
}

#pixlee_container::after {
  content: "";
  position: absolute;
  width: 92%;
  bottom: 0;
  background-color: white;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pixlee_container #widget #tap2shop_widget .tap2shop_frame .clearfix .tap2shop_photo_block .custom_call_to_action_anchor .img_holder {
  cursor: pointer !important;
}

#pixlee_container a#powered_by_pixlee21e087a8-fc68-87d1-9114-cc8ce2b6926f {
  display: none !important;
}

.wrap .tap2shop_frame ul .tap2shop_photo_block a .img_holder {
  cursor: pointer !important;
}

#photo_lightbox_wrapper #right_panel #bottom_block {
  display: none !important;
}

.logged-in .Header {
  display: none;
}

iframe#instagram-embed-0 {
  width: 100px !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  min-width: auto !important;
}

iframe#instagram-embed-0 .logged-in .Header {
  display: none !important;
}

.Embed .Header {
  display: none !important;
}

.instagram-content {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.instagram-content picture {
  border: 1px solid #dee2e6;
  border-right: none;
  cursor: pointer;
}

.instagram-content picture:last-child {
  border-right: 1px solid #dee2e6;
}

#quickViewModal .modal-body {
  padding: 10px;
}

.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.modal .modal-dialog .modal-body .pro-description {
  position: relative;
  bottom: 0;
}

.modal .modal-dialog .modal-body .pro-description .badges {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos {
  margin-top: 10px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-catgory {
  display: inline-block;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info {
  display: flex;
  line-height: 24px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info b {
  font-size: 0.875rem;
  font-weight: 700;
  color: #111;
  margin-right: 10px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul li {
  display: inline-block;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul li:after {
  content: ",";
}

.modal .modal-dialog .modal-body .pro-description .pro-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal .modal-dialog .modal-body .pro-description .popup-detail-info {
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .popup-detail-info div, .modal .modal-dialog .modal-body .pro-description .popup-detail-info p {
  color: #6c757d;
  margin-top: 10px;
  padding: 0;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .pro-options {
  display: flex;
  justify-content: space-between;
}

.modal .modal-dialog .modal-body .pro-description .pro-options .box {
  display: flex;
  align-items: center;
}

.modal .modal-dialog .modal-body .pro-description .pro-options .box label {
  margin-bottom: 0;
  margin-right: 5px;
}

.modal .modal-dialog .modal-body .pro-description .pro-price {
  display: flex;
  align-items: flex-end;
}

.modal .modal-dialog .modal-body .pro-description .pro-price ins {
  font-family: "MenoBanner", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #28B293;
  text-decoration: none;
  line-height: 1;
}

.modal .modal-dialog .modal-body .pro-description .pro-price del {
  font-family: "MenoBanner", sans-serif;
  color: #6c757d;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 0.875rem;
}

.modal .carousel .carousel-inner .carousel-item {
  background-color: #e9ecef;
  text-align: center;
}

.modal .carousel .carousel-inner .carousel-item a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  color: #c8c8c8;
}

.modal .carousel .carousel-control-prev, .modal .carousel .carousel-control-next {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ced4da !important;
  color: #212529 !important;
  border: none !important;
  border-radius: 0;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
}

.modal .carousel .carousel-control-prev .fas, .modal .carousel .carousel-control-next .fas {
  color: #212529;
}

.modal .carousel .carousel-control-prev:hover, .modal .carousel .carousel-control-next:hover {
  background-color: #28B293;
}

.modal .carousel .carousel-control-prev::after, .modal .carousel .carousel-control-next::after {
  content: "";
  background-color: #1f8871;
  opacity: 0;
}

.modal .carousel .carousel-control-prev {
  transition: 1.4s ease-in-out;
  transform: translateX(-30px) !important;
  -webkit-transform: translateX(-30px) !important;
  overflow: hidden;
  opacity: 0;
  left: 15px;
}

.modal .carousel .carousel-control-next {
  transition: 1.2s ease-in-out;
  transform: translateX(20px) !important;
  -webkit-transform: translateX(20px) !important;
  overflow: hidden;
  opacity: 0;
  right: 15px;
}

.modal .carousel:hover .carousel-control-prev {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
  overflow: hidden;
  box-shadow: none;
}

.modal .carousel:hover .carousel-control-prev .fas {
  color: #fff;
}

.modal .carousel:hover .carousel-control-next {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
  box-shadow: none;
  overflow: hidden;
}

.modal .carousel:hover .carousel-control-next .fas {
  color: #fff;
}

.carousel-control-prev:hover:after, .carousel-control-prev:focus:after, .carousel-control-prev:active:after, .carousel-control-next:hover:after, .carousel-control-next:focus:after, .carousel-control-next:active:after {
  transform: scaleY(1);
  opacity: 1 !important;
  box-shadow: none;
}

a.carousel-control-prev.btn-secondary.swipe-to-top:focus {
  box-shadow: none !important;
}

a.carousel-control-next.btn-secondary.swipe-to-top:focus {
  box-shadow: none !important;
}

@media only screen and (max-width: 576px) {
  .modal .modal-dialog .modal-body .pro-description .pro-counter {
    display: flex;
    align-items: self-start;
    flex-direction: column;
  }
  .modal .modal-dialog .modal-body .pro-description .pro-counter .item-quantity {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-body .pro-description .pro-counter {
    margin-bottom: 15px;
  }
}

.banners-content {
  padding-top: 30px;
}

.banners-content .container-fluid {
  padding-left: 18px;
  padding-right: 18px;
}

.banners-content .container-fluid [class^=col] {
  padding-right: 5px;
  padding-left: 5px;
}

.banners-content .container-fluid figure {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}

.banners-content .container-fluid figure img {
  width: 100%;
  height: auto;
}

.banners-content .container-fluid figure.mt-image {
  margin-top: 10px;
}

.banners-content .container-fluid .banner-caption {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.banners-content .container-fluid .banner-caption h2 {
  font-family: "MenoBanner", sans-serif;
  margin: 0;
}

.banners-content .container-fluid .banner-caption h2 small {
  display: block;
  font-family: "Blair-ITC", sans-serif;
  font-size: 1rem;
  text-transform: lowercase;
}

.banners-content .container-fluid .banner-caption h4 {
  color: #6c757d;
}

.banners-content .container-fluid .banner-caption.left-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 30px;
}

.banners-content .container-fluid .banner-caption.top-caption {
  top: 30px;
  transform: translateX(-50%);
  text-align: center;
  left: 50%;
}

.banners-content .container-fluid .banner-caption.right-caption {
  right: 30px;
  transform: translateY(-50%);
  text-align: right;
  top: 50%;
}

.banners-content .container-fluid .banner-caption.bottom-caption {
  bottom: 70px;
  transform: translateX(-50%);
  text-align: center;
  left: 50%;
}

.banners-content .container-fluid .banner-caption.center-caption {
  top: 45%;
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
}

.banners-content .container-fluid .banner-caption.left-bottom-caption {
  bottom: 30px;
  transform: translateY(-30%);
  text-align: left;
  left: 30px;
}

.banners-content .container-fluid .hover-link {
  transform: translateY(-100px);
  transition: 1.2s ease-out;
  opacity: 0;
  margin-top: 3px;
}

.banners-content .container-fluid .main-banner:hover:not(.no-zoom) .banner-image img {
  transform: scale3d(1.1, 1.1, 1);
}

.full-width-banner {
  margin-bottom: 30px;
}

.full-width-banner .banner-image {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.full-width-banner .banner-image a {
  display: block;
}

.full-screen-banner {
  margin-bottom: 30px;
}

.full-screen-banner .banner-image {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.full-screen-banner .banner-image a {
  display: block;
}

.group-banners .imagespace {
  margin-bottom: 30px;
}

.banner-image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.banner-image img {
  width: 100%;
  object-fit: cover;
  /* height: 350px; */
}

@media only screen and (max-width: 1440px) {
  .banner-image img {
    height: 320px;
  }

}

@media only screen and (max-width: 1400px) {
  .banner-image img {
    height: 280px;
  }

}

@media only screen and (max-width: 1200px) {
  .banner-image img {
    height: 220px;
  }

}

@media only screen and (max-width: 991px) {
  .banner-image img {
    height: 150px;
  }

}

@media only screen and (max-width: 767px) {
  .banner-image img {
    width: unset;
    object-fit: unset;
    height: unset;
  }

}

.banner-image .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-100px);
  transition: 1.2s ease-out;
  opacity: 0;
  background-color: #dadadacf;
}

.banner-image .over .btn-bottom {
  position: absolute;
  bottom: 24px;
}

.banner-image .over .btn-center {
  position: absolute;
  bottom: 60px;
}

.banner-image .over .btn-top {
  position: absolute;
  top: 106px;
}

.banner-image .over .btn-left-bottom {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.banner-image .over .btn-left {
  position: absolute;
  bottom: 58px;
  left: 17px;
}

.banner-image .over .btn-right {
  position: absolute;
  bottom: 58px;
  right: 17px;
}

.banner-image:hover .hover-link {
  opacity: 1;
  transition-timing-function: ease-in;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transition: 0.4s;
}

.banner-image:hover .over {
  opacity: 1;
  transition-timing-function: ease-in;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transition: 0.4s;
}

.fullwidth-banner {
  /* The image used */
  /* Set a specific height */
  height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwidth-banner .parallax-banner-text {
  text-align: center;
  width: 90%;
}

.fullwidth-banner .parallax-banner-text h2 {
  font-size: 5rem;
  line-height: 1;
  font-family: "Notera", sans-serif;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400;
}

.fullwidth-banner .parallax-banner-text h4 {
  font-size: 40px;
  font-family: "MenoBanner", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

.fullwidth-banner .parallax-banner-text .hover-link {
  transform: translateY(-100px);
  transition: 1.2s ease-out;
  opacity: 0;
  margin-top: 15px;
}

.fullwidth-banner:hover .hover-link {
  opacity: 1;
  transition-timing-function: ease-in;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transition: 0.4s;
}

.pro-content {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 20px;
}

.pro-content .slick-arrow {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ced4da !important;
  color: #212529 !important;
  border: 1px solid #ced4da !important;
  border-radius: 0;
  margin-left: 1px;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  outline: none;
  opacity: 0;
  top: 48%;
}

.pro-content .slick-arrow:hover {
  background-color: #28B293;
}

.pro-content .slick-arrow::after {
  background-color: #1f8871;
  opacity: 0;
}

.pro-content .slick-prev {
  transition: 1.2s ease-in-out;
  transform: translateX(-100px) !important;
  -webkit-transform: translateX(-100px) !important;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: -53px;
}

.pro-content .slick-prev::before {
  content: "\2B98";
  margin-bottom: 5px;
  font-family: "revicons";
  line-height: 36px;
  font-size: 30px;
  opacity: 1;
}

.pro-content .slick-next {
  transition: 1.2s ease-in-out;
  transform: translateX(100px) !important;
  -webkit-transform: translateX(100px) !important;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  right: -53px;
}

.pro-content .slick-next::before {
  content: "\2B9A";
  margin-bottom: 5px;
  font-family: "revicons";
  line-height: 36px;
  font-size: 30px;
  opacity: 1;
}

.pro-content .general-product {
  overflow: hidden;
}

.pro-content .general-product:hover .slick-prev {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
  overflow: hidden;
}

.pro-content .general-product:hover .slick-next {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
  overflow: hidden;
}

.pro-content .blog-carousel-js:hover .slick-arrow {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
}

.pro-content .tabs-main .nav {
  display: flex;
  justify-content: center;
}

.pro-content .tabs-main .nav h4 {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
}

.pro-content .tabs-main .nav-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Blair-ITC", sans-serif;
  background-color: #ced4da;
  border: 1px solid #dee2e6;
  color: #212529;
  text-transform: uppercase;
  width: 140px;
  height: 45px;
  margin-right: 30px;
  margin-bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  text-align: center;
  padding: 8px;
  box-shadow: none;
}

.pro-content .tabs-main a.nav-link.active {
  color: #fff;
  background-color: #28B293 !important;
}

.pro-content .tabs-main a.nav-link.active::before {
  content: "";
  position: absolute;
  left: 62px;
  bottom: -18px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #28B293;
}

.pro-content .tabs-main a.nav-link.hover {
  color: #fff;
  background-color: #28B293 !important;
}

.pro-content .tabs-main a.nav-link.hover::before {
  content: "";
  position: absolute;
  left: 63px;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #28B293;
}

.pro-content .tabs-main:hover .slick-prev {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.pro-content .tabs-main:hover .slick-next {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.pro-content .tabs-main:hover::after {
  transform: scaleY(1);
}

.slick-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: 50% -100%;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}

.slick-arrow:hover:after, .slick-arrow:focus:after, .slick-arrow:active:after {
  transform: scaleY(1);
  opacity: 1;
}

.categories-carousel-js:hover .slick-prev {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.categories-carousel-js:hover .slick-next {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.categories-carousel-js:hover::after {
  transform: scaleY(1);
}

.categories1-carousel-js:hover .slick-prev {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.categories1-carousel-js:hover .slick-next {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.categories1-carousel-js:hover::after {
  transform: scaleY(1);
}

.pagination {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  padding: 2px 15px;
  margin-top: 30px;
  width: 100%;
  text-align: right;
}

.pagination div {
  padding-left: 0;
  padding-right: 0;
}

.pagination .mainbar-link {
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
}

.pagination .form-group {
  padding-left: 0;
  padding-right: 0;
}

.pagination .form-group .col-form-label {
  text-align: right;
}

.pagination .loader-page {
  display: inline-block;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  margin-top: 6px;
}

.pagination .loader-page .loader-page-item {
  font-size: 0.875rem;
  display: inline-block;
  border: 1px solid #dee2e6;
  text-align: center;
}

.pagination .loader-page .loader-page-item a {
  text-decoration: none;
  cursor: pointer;
  line-height: 12px;
  padding: 3px 5px;
}

.pagination .loader-page .loader-page-item a:hover {
  color: #28B293;
  background-color: #fff;
}

.pro-content .slider-nav-vertical .slick-current {
  opacity: 1 !important;
}

.pro-content .slider-nav-vertical .slick-slide {
  height: auto !important;
  opacity: 0.7;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.pro-content .slider-nav-vertical .slick-arrow {
  bottom: -50px;
  top: auto;
}

.pro-content .slider-nav-vertical .slick-arrow.slick-prev {
  left: 0;
}

.pro-content .slider-nav-vertical .slick-arrow.slick-next {
  right: -3px;
}

.slider-nav .slick-slide {
  opacity: 0.7;
  cursor: pointer;
}

.slider-nav .slick-current {
  opacity: 1;
}

.slider-nav .slick-arrow {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ced4da !important;
  color: #212529 !important;
  border: none !important;
  border-radius: 0;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  outline: none;
  opacity: 0;
  position: absolute;
  top: 35px;
}

.slider-nav .slick-arrow:hover {
  background-color: #28B293;
}

.slider-nav .slick-arrow::after {
  background-color: #1f8871;
  opacity: 0;
}

.slider-nav .slick-prev::before, .slider-nav .slick-next::before {
  color: #fff;
}

.slider-nav .slick-prev {
  transition: 1.2s ease-in-out;
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  overflow: hidden;
  opacity: 0;
  left: 0;
}

.slider-nav .slick-prev::before {
  content: "\2B98";  
}

.slider-nav .slick-next {
  transition: 1.2s ease-in-out;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  overflow: hidden;
  opacity: 0;
  right: 0;
}

.slider-nav .slick-next::before {
  content: "\2B9A";
}

.slider-wrapper .slider-for .slider-for__item {
  padding: 0;
}

.slick-slide {
  outline: none;
  padding: 0 15px;
}

.slick-dots {
  position: static !important;
  margin-top: 35px !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  transition: background 0.3s;
  margin: 2.5px;
  border: 2px solid #28B293 !important;
  outline: none;
}

.slick-dots li button:before {
  content: none !important;
}

.slick-dots li button::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #28B293;
  transition: height 0.3s ease;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.slick-dots li.slick-active button::after {
  height: 100%;
}

.slider-for-vertical {
  float: right;
  width: 80%;
  padding-left: 15px;
}

.slider-for-vertical .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  /* background-color: #fff; */
}

.slider-for-vertical .slick-slide.slick-current {
  opacity: 1 !important;
  background-color: #fff;
}

.slider-nav-vertical {
  float: left;
  width: 20%;
  margin-top: 0;
}

.slider-nav-vertical .slick-list {
  height: 500px !important;
}

.slider-nav-vertical img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  background: #fff;
}

.slider-banner .slider-nav .slick-arrow {
  position: absolute;
  top: 6px;
}

.slider-wrapper {
  width: 100%;
}

.slider-wrapper .slider-for {
  margin-bottom: 20px;
}

.slider-wrapper .slider-for .slider-for__item img {
  width: 85%;
  cursor: zoom-in;
  background-color: #fff;
  height: 500px;
  object-fit: contain;
}

.slider-wrapper .slider-nav .slick-prev::before, .slider-wrapper .slider-nav .slick-next::before {
  color: black;
}

.slider-wrapper .slider-nav .slider-nav__item img {
  width: 100%;
  height: 125px;
  object-fit: contain;
  background-color: #ffff;
}

.slider-wrapper:hover .slick-prev {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.slider-wrapper:hover .slick-next {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.pro-content .Vertical-pro .slider-wrapper:hover .slick-prev {
  transition: 0.4s ease-in-out;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.pro-content .Vertical-pro .slider-wrapper:hover .slick-next {
  transition: 0.4s ease-in-out;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  opacity: 1;
  overflow: hidden;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: yiq-color(#28B293) !important;
  outline: none;
  box-shadow: none;
  background: #28B293 !important;
}

.slick-prev:hover:after, .slick-prev:focus:after, .slick-prev:active:after, .slick-next:hover:after, .slick-next:focus:after, .slick-next:active:after {
  transform: scaleY(1);
  opacity: 1;
}

.btn-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

article:hover .btn-hover {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.badges .label-circle+.label-circle {
  top: 50px;
}

.badges .label-circle+.label-circle+.label-circle {
  top: 100px;
}

.badges .label-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.3rem;
  height: 4.3rem;
  min-width: 0;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
}

.pro-content .ratingstar .pro-rating {
  justify-content: center;
  line-height: 1;
  margin-bottom: 5px;
}

.pro-content .ratingstar .pro-rating .disabled-ratings>label {
  margin-bottom: 0;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 992px) {
  .btn-hover {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
  }

}

.alert-cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  color: #212529;
  margin-bottom: 0;
  width: 100%;
  padding: 30px;
  border: none;
  z-index: 15;
}

.alert-cookie .btn-link {
  color: #212529;
  text-decoration: underline;
}

.alert-cookie .btn-link:hover, .alert-cookie .btn-link:focus {
  color: #28B293;
}

.alert-cookie .btn {
  float: right;
}

.shop-three .right-menu {
  padding-top: 30px;
}

.right-menu a[aria-expanded=false]:after {
  content: "\F067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8125rem;
  float: right;
}

.right-menu a[aria-expanded=true]:after {
  content: "\F068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8125rem;
  float: right;
}

.right-menu .main-manu {
  display: block;
  background-color: #f2f2f2;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 5px 10px;
  text-decoration: none;
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.right-menu .main-manu img {
  width: 16px;
  margin-right: 7px;
  margin-bottom: 4px;
}

.right-menu .main-manu .fas {
  float: right;
  display: block;
  color: #dee2e6;
  margin-top: 5px;
}

.right-menu .sub-manu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.right-menu .sub-manu .unorder-list {
  padding: 0 10px;
  margin-bottom: 0;
  list-style: none;
}

.right-menu .sub-manu .unorder-list .list-item a {
  display: block;
  padding: 0px 10px;
  text-decoration: none;
  line-height: 25px;
  font-family: BlairITC TT;
}

.right-menu .sub-manu .unorder-list .list-item a:hover {
  color: #28B293;
}

.right-menu .sub-manu .unorder-list .list-item a .fas {
  margin-right: 7px;
}

.right-menu .color-range-main {
  border: 1px solid #dee2e6;
  padding: 20px 15px;
  margin-top: 30px;
}

.right-menu .color-range-main h5 {
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
  font-size: 0.875rem;
  font-weight: 700;
}

.right-menu .color-range-main .color-range ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.right-menu .color-range-main .color-range ul li {
  display: inline-block;
  margin-right: 2px;
}

.right-menu .color-range-main .color-range ul li a {
  display: block;
  padding: 10px 10px;
}

.right-menu .color-range-main .color-range ul li .black {
  background-color: #111;
}

.right-menu .color-range-main .color-range ul li .dark-blue {
  background-color: #09057d;
}

.right-menu .color-range-main .color-range ul li .light-blue {
  background-color: #1d18f8;
}

.right-menu .color-range-main .color-range ul li .choclate {
  background-color: #7d0006;
}

.right-menu .color-range-main .color-range ul li .dark-pink {
  background-color: #7f057e;
}

.right-menu .color-range-main .color-range ul li .purple {
  background-color: #8017f8;
}

.right-menu .color-range-main .color-range ul li .red {
  background-color: #f90018;
}

.right-menu .color-range-main .color-range ul li .light-pink {
  background-color: #f90080;
}

.right-menu .color-range-main .color-range ul li .pink {
  background-color: #fa13f9;
}

.right-menu .size-range-main {
  border: 1px solid #dee2e6;
  padding: 20px 15px;
  margin-top: 30px;
}

.right-menu .size-range-main h5 {
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
  font-size: 0.875rem;
  font-weight: 600;
}

.right-menu .size-range-main .size-range ul {
  display: flex;
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

.right-menu .size-range-main .size-range ul li a {
  padding-top: 3px !important;
  margin: 0 2px;
  width: 30px;
  padding: 0;
  height: 30px;
}

.right-menu .size-range-main .size-range ul li .size-btn {
  background-color: #e9ecef;
  border-color: #c1c9d0;
}

.right-menu .size-range-main .size-range ul li .size-btn:hover {
  background-color: #fff;
  color: #212529;
}

.right-menu .img-main {
  margin-top: 30px;
  padding-bottom: 30px;
}

.top-bar {
  border: 1px solid #c1c9d0;
}

.top-bar label {
  font-weight: 700;
  margin-right: 10px;
  font-size: 12px;
}

.top-bar .block {
  display: flex;
  align-items: center;
}

.top-bar .block label {
  font-weight: 700;
  margin: 10px;
}

.top-bar .block .buttons {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .block .buttons a {
  padding: 5px;
}

.top-bar .block .buttons .active {
  color: #28B293;
}

.top-bar .form-group {
  position: relative;
  margin-right: 10px;
}

.top-bar .form-group .form-control {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 17px;
  border: none;
  font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-bar .form-inline .form-group {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-bar {
    margin-bottom: 15px;
  }
  .top-bar .justify-content-center, .top-bar .justify-content-end {
    justify-content: flex-start !important;
  }
  .top-bar .block {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .top-bar .form-inline {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-bar {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .top-bar .block {
    margin-bottom: 1rem;
  }
  .top-bar .form-inline .form-group {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .top-bar .form-inline .form-group .form-control {
    width: 100%;
  }
  .top-bar .form-inline .form-group .select-control {
    width: 100%;
  }
  .top-bar .form-inline .form-group span {
    width: 100%;
    display: block;
    padding-left: 10px;
  }
}

.blog-menu .category-div {
  background-color: white;
  padding: 15px 15px 15px 15px;
  margin-bottom: 30px;
}

.blog-menu .category-div .heading {
  padding-bottom: 15px;
}

.blog-menu .category-div .media {
  height: 85px;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-menu .category-div .media .media-img {
  width: 30%;
  margin-right: 15px;
  overflow: hidden;
}

.blog-menu .category-div .media .fas {
  margin-right: 15px;
}

.blog-menu .category-div .media .media-body {
  width: 70%;
}

.blog-menu .category-div .media .media-body h5 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog-menu .category-div .media .media-body p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.blog-menu .category-div .media .media-body p span {
  margin-right: 10px;
}

.blog-menu .category-div .media .media-body p span .fa-clock {
  font-size: 15px;
}

.blog-menu .category-div .btn-primary {
  background-color: #dee2e6;
  color: #212529;
  border-color: #c1c9d0;
}

.blog-menu .category-div .main-manu {
  width: 100%;
  text-align: left;
  border: 1px solid #dce1e56e;
}

.blog-menu .category-div .main-manu img {
  width: 16px;
  margin-right: 7px;
  margin-bottom: 4px;
}

.blog-menu .category-div .main-manu .fas {
  float: right;
  display: block;
  color: #c1c9d0;
  margin-top: 3px;
}

.blog-menu .category-div .sub-manu .unorder-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.blog-menu .category-div .sub-manu .unorder-list .list-item {
  padding-right: 0;
}

.blog-menu .category-div .sub-manu .unorder-list .list-item a {
  width: 100%;
  text-align: left;
  padding-left: 38px;
  border: 1px solid #dce1e56e;
}

.blog-menu .category-div .sub-manu .unorder-list .list-item a .fas {
  margin-right: 7px;
}

.blog-menu .category-div .socials {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.blog-menu .category-div .socials li {
  font-size: 1.625rem;
  width: auto;
  margin-right: 15px;
  list-style: none;
}

.blog-menu .category-div .socials li a {
  color: #6c757d;
  transition: 0.4s;
}

.blog-menu .category-div .socials li .fb:hover {
  color: #3b5998;
}

.blog-menu .category-div .socials li .tw:hover {
  color: #00acee;
}

.blog-menu .category-div .socials li .sk:hover {
  color: #00aff0;
}

.blog-menu .category-div .socials li .In:hover {
  color: #0077B5;
}

.blog-menu .category-div .socials li .ig:hover {
  color: #3f729b;
}

@media only screen and (max-width: 1200px) {
  .blog-menu .category-div .media {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .blog-menu .category-div .media .media-img {
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .blog-menu .category-div .media .media-body {
    width: 100%;
  }
}

.carousel-content .carousel-control-prev, .carousel-content .carousel-control-next {
  overflow: hidden;
  outline: none;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ced4da;
  border: 1px solid #ced4da;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: 1.2s;
  opacity: 0;
  top: 45%;
  z-index: 10;
}

.carousel-content .carousel-control-prev::after, .carousel-content .carousel-control-next::after {
  background-color: #1f8871;
  opacity: 0;
}

.carousel-content .carousel-control-prev::before, .carousel-content .carousel-control-next::before {
  
  font-family: "revicons";
  font-size: 15px;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.carousel-content .carousel-control-prev:after, .carousel-content .carousel-control-next:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: 50% -100%;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

.carousel-content .carousel-control-prev .carousel-control-next, .carousel-content .carousel-control-prev .carousel-control-prev:hover:after, .carousel-content .carousel-control-prev .carousel-control-next, .carousel-content .carousel-control-prev .carousel-control-prev:focus:after, .carousel-content .carousel-control-prev .carousel-control-next, .carousel-content .carousel-control-prev .carousel-control-prev:active:after, .carousel-content .carousel-control-next .carousel-control-next, .carousel-content .carousel-control-next .carousel-control-prev:hover:after, .carousel-content .carousel-control-next .carousel-control-next, .carousel-content .carousel-control-next .carousel-control-prev:focus:after, .carousel-content .carousel-control-next .carousel-control-next, .carousel-content .carousel-control-next .carousel-control-prev:active:after {
  transform: scaleY(1);
  opacity: 1;
}

.carousel-content .carousel-control-next {
  right: 0px;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.carousel-content .carousel-control-next::before {
  content: "\2B9A";
}

.carousel-content .carousel-control-prev {
  left: 0px;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.carousel-content .carousel-control-prev::before {
  content: "\2B98";  
}

.carousel-content .carousel-indicators .active {
  background-color: #28B293;
}

.carousel-content .group-banners .banner-image:nth-child(2) {
  margin-bottom: 0;
}

.carousel-content .carousel.slide:hover .carousel-control-prev {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: 0.4s;
  opacity: 1;
  border: none;
}

.carousel-content .carousel.slide:hover .carousel-control-next {
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transition: 0.4s;
  opacity: 1;
  border: none;
}

#quickViewModal .modal-body {
  padding: 10px;
}

.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.modal .modal-dialog .modal-body .pro-description {
  position: relative;
  bottom: 0;
}

.modal .modal-dialog .modal-body .pro-description .badges {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.modal .modal-dialog .modal-body .pro-description .pro-title {
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
  display: flex;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos {
  margin-top: 10px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-catgory {
  display: inline-block;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info {
  display: flex;
  line-height: 24px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info b {
  font-size: 0.875rem;
  font-weight: 700;
  color: #111;
  margin-right: 10px;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul li {
  display: inline-block;
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info ul li:after {
  content: ",";
}

.modal .modal-dialog .modal-body .pro-description .pro-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal .modal-dialog .modal-body .pro-description .popup-detail-info {
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .popup-detail-info div, .modal .modal-dialog .modal-body .pro-description .popup-detail-info p {
  color: #6c757d;
  margin-top: 10px;
  padding: 0;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modal .modal-dialog .modal-body .pro-description .pro-options {
  display: flex;
  justify-content: space-between;
}

.modal .modal-dialog .modal-body .pro-description .pro-options .box {
  display: flex;
  align-items: center;
}

.modal .modal-dialog .modal-body .pro-description .pro-options .box label {
  margin-bottom: 0;
  margin-right: 5px;
}

.modal .modal-dialog .modal-body .pro-description .pro-price {
  display: flex;
  align-items: flex-end;
}

.modal .modal-dialog .modal-body .pro-description .pro-price ins {
  font-family: "MenoBanner", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #28B293;
  text-decoration: none;
  line-height: 1;
}

.modal .modal-dialog .modal-body .pro-description .pro-price del {
  font-family: "MenoBanner", sans-serif;
  color: #6c757d;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 0.875rem;
}

.modal .carousel .carousel-inner .carousel-item {
  background-color: #e9ecef;
  text-align: center;
}

.modal .carousel .carousel-inner .carousel-item a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  color: #c8c8c8;
}

.modal .carousel .carousel-control-prev, .modal .carousel .carousel-control-next {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ced4da !important;
  color: #212529 !important;
  border: none !important;
  border-radius: 0;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
}

.modal .carousel .carousel-control-prev .fas, .modal .carousel .carousel-control-next .fas {
  color: #212529;
}

.modal .carousel .carousel-control-prev:hover, .modal .carousel .carousel-control-next:hover {
  background-color: #28B293;
}

.modal .carousel .carousel-control-prev::after, .modal .carousel .carousel-control-next::after {
  content: "";
  background-color: #1f8871;
  opacity: 0;
}

.modal .carousel .carousel-control-prev {
  transition: 1.4s ease-in-out;
  transform: translateX(-30px) !important;
  -webkit-transform: translateX(-30px) !important;
  overflow: hidden;
  opacity: 0;
  left: 15px;
}

.modal .carousel .carousel-control-next {
  transition: 1.2s ease-in-out;
  transform: translateX(20px) !important;
  -webkit-transform: translateX(20px) !important;
  overflow: hidden;
  opacity: 0;
  right: 15px;
}

.modal .carousel:hover .carousel-control-prev {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
  overflow: hidden;
  box-shadow: none;
}

.modal .carousel:hover .carousel-control-prev .fas {
  color: #fff;
}

.modal .carousel:hover .carousel-control-next {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
  box-shadow: none;
  overflow: hidden;
}

.modal .carousel:hover .carousel-control-next .fas {
  color: #fff;
}

.carousel-control-prev:hover:after, .carousel-control-prev:focus:after, .carousel-control-prev:active:after, .carousel-control-next:hover:after, .carousel-control-next:focus:after, .carousel-control-next:active:after {
  transform: scaleY(1);
  opacity: 1 !important;
  box-shadow: none;
}

a.carousel-control-prev.btn-secondary.swipe-to-top:focus {
  box-shadow: none !important;
}

a.carousel-control-next.btn-secondary.swipe-to-top:focus {
  box-shadow: none !important;
}

@media only screen and (max-width: 576px) {
  .modal .modal-dialog .modal-body .pro-description .pro-counter {
    display: flex;
    align-items: self-start;
    flex-direction: column;
  }
  .modal .modal-dialog .modal-body .pro-description .pro-counter .item-quantity {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-body .pro-description .pro-counter {
    margin-bottom: 15px;
  }
}

.empty-content .pro-empty-page {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 33px 0 92px;
}

.empty-content .pro-empty-page h2 {
  font-family: "MenoBanner", sans-serif;
  color: #ced4da;
  font-size: 36px;
  line-height: 43px;
  padding: 0;
  margin: 0;
}

.empty-content .pro-empty-page h1 {
  font-family: "MenoBanner", sans-serif;
  font-size: 64px;
  line-height: 77px;
}

.blog-content .pro-heading-title {
  padding-bottom: 35px;
}

.categories-content {
  overflow: hidden;
}

.categories-content .cat-banner {
  margin-top: 30px;
}

.categories-content .cat-banner a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.categories-content .cat-banner a img {
  width: 100%;  
  object-fit: contain;
}

.categories-content .cat-banner .categories-image {
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
  position: relative;
}

.categories-content .cat-banner .categories-image .categories-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #28B293;
  opacity: 0.8;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: 0.2s;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}

.categories-content .cat-banner .categories-image .categories-title h3 {
  /* font-family: "Blair-ITC", sans-serif; */
  text-transform: lowercase;
  font-size: 0.6rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.categories-content .cat-banner .categories-image .categories-title:after {
  background-color: #1f8871;
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: 50% -100%;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

.categories-content .cat-banner .categories-image .categories-title:hover {
  opacity: 1;
}

.categories-content .cat-banner .categories-image .categories-title:hover:after {
  transform: scaleY(1);
  opacity: 1;
}

.categories-content .cat-banner .categories-image:hover a {
  color: #fff;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.categories-content .cat-banner .categories-icon img {
  padding: 15px;
  width: auto;
  display: inline-block;
}

.categories-content .cat-banner .categories-icon h3 {
  position: relative;
  bottom: auto;
  color: #6c757d;
  font-size: 14px;
  font-weight: normal;
}

.categories-content .general-product:hover .slick-prev {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
  overflow: hidden;
}

.categories-content .general-product:hover .slick-next {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
  overflow: hidden;
}

.pro-timer {
  z-index: 1;
  display: flex;
  bottom: 0px;
  position: relative;
}

.pro-timer span {
  font-size: 1.125rem;
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 0;
  z-index: 2;
  font-weight: 700;
  background-color: #dbdbdb;
  color: #212529;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pro-timer span small {
  display: block;
  font-size: 11px;
}

.pro-timer span small {
  color: #6c757d;
  z-index: 2;
}

.pro-fs-content .general-product {
  margin-top: 30px;
}

.pro-fs-content .product {
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 0;
}

.pro-fs-content .product article {
  overflow: hidden;
  display: block;
  box-shadow: none;
}

.pro-fs-content .product article:hover .pro-btn {
  transform: translateY(0px);
  transition: 0.4s ease-out;
  opacity: 1;
}

.pro-fs-content .product article:hover .product-flash-hover {
  overflow: hidden;
  opacity: 1;
  transition-timing-function: ease-in;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  /* A litttttle slower on the way in */
  transition: 0.4s;
  /* Move into place */
  transform: translateY(0);
}

.pro-fs-content .product .flash-p {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.pro-fs-content .pro-description {
  z-index: 2;
  width: 64%;
}

.pro-fs-content .pro-description .pro-info {
  font-family: "MenoBanner", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #dc3545;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: lowercase;
}

.pro-fs-content .pro-description .tag {
  font-family: "Blair-ITC", sans-serif;
  font-size: 0.875rem;
  color: #6c757d;
  text-transform: lowercase;
  overflow: hidden;
  text-align: left;
  line-height: 1.5;
}

.pro-fs-content .pro-description .pro-title {
  font-family: "MenoBanner", sans-serif;
  z-index: 2;
  white-space: normal;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* -webkit-box-orient: vertical; */
  line-height: 1.5;
  margin-bottom: 0;
}

.pro-fs-content .pro-description .price {
  font-family: "MenoBanner", sans-serif;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #28B293;
  margin-bottom: 10px;
}

.pro-fs-content .pro-description .price span {
  color: #6c757d;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 1.075rem;
  line-height: 1.5;
}

.pro-fs-content .pro-description .pro-btn {
  transform: translateY(-115px);
  transition: 1.2s ease-in;
  opacity: 0;
}

.pro-fs-content .pro-thumb {
  width: 36%;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}

.pro-fs-content .pro-thumb .product-flash-hover {
  overflow: hidden;
  opacity: 0;
  transition: 1.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dadadaa6;
  border-radius: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  transform: translateY(-40px) !important;
  -webkit-transform: translateY(-40px) !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pro-fs-content .pro-thumb .product-flash-hover .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  overflow: hidden;
}

.pro-fs-content .pro-thumb .product-flash-hover .icons .icon {
  position: relative;
  background-color: #28B293;
  color: #fff;
  display: flex;
  width: 40px;
  margin: 15px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}

.pro-fs-content .pro-thumb .product-flash-hover .icons .icon:hover {
  background-color: #28B293;
  color: #fff;
}

.pro-fs-content .pro-thumb .product-flash-hover .icons .icon::before {
  background-color: #1f8871;
}

.pro-fs-content .pro-thumb .product-flash-hover .btn {
  width: 80%;
  padding: 0.6rem 1.6rem;
  margin-bottom: 15px;
  padding: 0.6rem 0rem;
  font-size: 13px;
}

.pro-comment .product {
  margin-bottom: 0;
}

.pro-comment .product article {
  padding: 20px;
}

.pro-comment .pro-img {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
}

.pro-comment .pro-img .pre-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  overflow: hidden;
  margin: 0 16px 0 0;
  border-radius: 50%;
}

.pro-comment .pro-img .pre-title {
  display: flex;
  font-size: 13px;
  line-height: 19px;
}

.pro-comment .pro-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 76px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 17px solid #55555530;
  border-right: 34px solid transparent;
}

.pro-comment .pro-title {
  padding: 20px;
  background-color: #55555530;
}

.pro-comment .pro-title .pro-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}

.pro-comment .pro-title .pro-heading .pro-rating {
  display: flex;
  list-style: none;
}

.boxes-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.info-boxes-content {
  border: 1px solid #dee2e6;
  padding: 30px 15px;
}

.info-boxes-content .info-box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  border-right: 1px solid #dee2e6;  
}

.info-boxes-content .info-box .panel {
  display: flex;
  align-items: center;
}

.info-boxes-content .info-box .panel .fas {
  color: #28B293;
  font-size: 35px;
  margin-bottom: 0;
  text-align: center;
  align-self: center;
  margin-right: 15px;
}

.info-boxes-content .info-box .panel .block h4 {
  font-size: 1rem;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.info-boxes-content .info-box .panel .block p {
  font-size: 0.75rem;
  margin: 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* -webkit-box-orient: vertical; */
}

.info-boxes-content .last {
  border: none;
}

.shop-content .list-group {
  display: block;
  margin-bottom: 15px;
  padding: 0 15px;
}

.shop-content .list-group .list-group-item:first-child:before {
  display: none;
}

.shop-content .list-group .list-group-item {
  float: left;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  margin-right: 10px;
}

.shop-content .list-group .list-group-item a {
  text-decoration: none;
}

.shop-content .list-group .list-group-item.active {
  color: #28B293;
}

.shop-content .list-group .list-group-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.shop-content .list-group.end {
  float: right;
}

.shop-content .list-group.end .list-group-item {
  font-weight: 600;
}

.shop-content .listing .product article {
  display: flex;
}

.shop-content .listing .product article .thumb {
  width: 32%;
}

.shop-content .listing .product article .content {
  width: 67%;
  align-self: center;
}

.shop-content .listing .product article .content .expand-detail {
  display: block;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shop-content .listing .product article .content .expand-detail p {
  display: block;
}

.shop-content .listing .product article .product-dis {
  margin-left: 30px;
}

.shop-content .listing .product article .tag {
  display: block;
  padding: 0;
  text-align: left;
}

.shop-content .listing .product article .discription {
  display: block;
}

.shop-content .listing .product article .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.shop-content .listing .product article .price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-center;
}

.shop-content .listing .product article .listing-btn {
  display: flex;
  padding-bottom: 10px;
}

.shop-content .listing .product article .listview-btn {
  display: block;
  margin-left: 15px;
}

.shop-content.shop-topbar .listing .product article .thumb {
  width: 25%;
}

.shop-content.shop-topbar .listing .product article .content {
  width: 75%;
}

.product-page .pro-timer {
  margin: 15px 0;
}

.product-page .pro-options {
  margin-bottom: 15px;
}

.product-page .pro-options .attributes {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.product-page .pro-options .attributes .select-control {
  width: 100%;
}

.product-page .pro-options label {
  margin-bottom: 0;
  margin-right: 10px;
}

.product-page .product {
  margin-bottom: 35px;
}

.product-page h5 {
  font-family: "MenoBanner", sans-serif;
  line-height: 1.5;
  padding: 10px 0 10px 0;
  margin: 0;
}

.product-page .price {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #28B293;
  line-height: 1;
}

.product-page .price span {
  color: #6c757d;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 1.075rem;
  line-height: 1.5;
}

.product-page .pro-rating {
  line-height: 35px;
  display: flex;
  align-items: center;
}

.product-page .pro-rating .fas {
  color: #28B293;
}

.product-page .pro-rating .btn-link {
  font-weight: 600;
  color: #6c757d;
  margin-left: 10px;
}

.product-page .pre-tag {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 2px 7px 2px 7px;
  min-width: 40px;
  text-align: center;
}

.product-page .discount {
  position: absolute;
  right: 10px !important;
  left: auto !important;
}

.product-page .pro-infos {
  margin-bottom: 10px;
}

.product-page .pro-infos .pro-single-info {
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
  font-size: 0.875rem;
  color: #111;
  margin-right: 10px;
}

.product-page .pro-infos .pro-single-info ul {
  margin-bottom: 10px;
}

.product-page .pro-infos .pro-single-info a {
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
  font-size: 0.875rem;
  color: #111;
  font-weight: 400;
  margin-left: 10px;
}

.product-page .pro-counter {
  margin-bottom: 10px;
}

.product-page .pro-counter .item-quantity {
  margin-bottom: 15px;
}

.product-page .pro-sub-buttons .buttons .btn:first-child {
  padding-left: 0;
}

.product-page .pro-sub-buttons {
  margin-bottom: 15px;
}

.product-page .pro-sub-buttons .buttons {
  margin-bottom: 10px;
}

.product-page .pro-sub-buttons .buttons i.fas {
  margin-right: 5px;
}

.product-page .tab-content {
  margin-top: 10px;
}
@media screen and (min-width:500px){
  .product-page .tab-content {
    width: 500px;
  }
}


.product-page .tab-content .tab-pane {
  border: 1px solid #dee2e6;
  padding: 15px;
}

.product-page .slider-pcontent {
  border: 1px solid #dee2e6;
}

.product-page .slider-pcontent h5 {
  text-align: center;
}

.product-page .slider-pcontent .product article .thumb {
  height: 140px;
  overflow: hidden;
  text-align: center;
  padding: 5px;
}

.product-page .list {
  list-style: none;
  padding: 2px 0px 0 0;
  display: flex;
}

.product-page .list li {
  font-size: 0.875rem;
  color: #6c757d;
  margin-right: 15px;
}

.product-page .list .instock {
  color: green;
}

.product-page .list .instock .fas {
  margin-right: 5px;
}

.product-page .list li:last-child {
  border: none;
}

.product-page .list-main .icon-liked {
  position: relative;
  float: right;
  top: -32px;
}

.product-page .list-main .icon-liked .icon {
  position: relative;
  background-color: #28B293;
  color: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}

.product-page .list-main .icon-liked .badge {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: -8px;
  top: -8px;
  border-radius: 0;
}

.product-page .controls {
  background-color: #dbdbdb;
  padding: 15px;
}

.product-page .controls .quantity-pro {
  display: flex;
  justify-content: center;
}

.product-page .controls .input-group .input-group-btn .btn {
  background-color: #fff;
  border-color: #ced4da;
}

.product-page .controls .select-control .form-control {
  background-color: #fff;
  width: 100%;
  color: #212529;
}

.product-page .controls .select-control::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* regular style/weight */
  content: "\F0D7";
  position: absolute;
  top: 6px;
  right: 30px;
  color: #212529;
}

.product-page .controls .color-item {
  width: 29%;
}

.product-page .controls .size-item {
  width: 24%;
}

.product-page .product-buttons {
  margin-bottom: 30px;
  margin-top: 30px;
}

.product-page .product-buttons h2 span {
  margin-left: 15px;
}

.product-page .product-buttons .buttons {
  width: 30%;
}

.product-page .product-buttons .buttons .btn {
  font-weight: 700;
}

.product-page .tab-list .nav-index {
  border: 1px solid #d1d8df;
  margin-right: 10px;
  text-align: center;
}

.product-page .tab-list .active {
  border-color: #dee2e6;
  color: #212529;
}

.product-page .tab-content .tab-pane .tabs-pera {
  padding: 10px;
  border: 1px solid #d1d8df;
  background-color: #fff;
}

.product-page .tab-content .tab-pane .tabs-pera p {
  margin-bottom: 19.8px;
}

.product-page .bg-banner-content {
  text-align: center;
  border: 1px solid #dee2e6;
  background-color: #f8f9fa;
  padding: 15px 15px 15px 15px;
}

.product-page .bg-banner-content .banner-single {
  padding: 20px 0px 20px 0px;
}

.product-page .bg-banner-content .banner-single .fas {
  color: #28B293;
}

.product-page .bg-banner-content .banner-single .block {
  margin: 0;
}

.product-page .bg-banner-content .banner-single .block h5 {
  font-family: "MenoBanner", sans-serif;
  line-height: 1.5;
}

.Vertical-pro .product article .thumb {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .product-page .controls {
    display: block;
  }
  .product-page .controls .select-control .form-control {
    margin-bottom: 15px;
  }
  .product-page .product-buttons {
    display: block;
  }
  .product-page .product-buttons .buttons {
    width: auto;
  }
  .product-page .list-main .icon-liked {
    top: auto;
  }
}

.upcomming-tag {
  background-color: #28a745;
  top: initial;
  bottom: 0px;
  width: 100%;
}

.upcomming-tag #timer {
  color: #28B293;
}

.timer-tag {
  background-color: #dc3545;
  top: initial;
  bottom: -10px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.timer-tag .pro-timer {
  margin-left: 5px;
}

.timer-tag .pro-timer span {
  color: #28B293;
}

.input-group .form-control {
  height: calc(2.25rem + 6px);
}

.cart-area .bottom-table {
  border: 2px solid #dee2e6;
  background-color: #fff;
  padding: 15px 0;
  width: 100%;
  display: flex;
}

.cart-area .bottom-table .align-right.align-right2 .btn {
  margin-right: 0;
}

.cart-area .table-background {
  background-color: #fff;
}

.cart-area .table-background .form-control {
  height: calc(2.25rem + 9px);
}

.cart-area .table {
  margin: 0;
}

.cart-area .table thead tr th {
  text-transform: uppercase;
  border: none;
  font-family: "MenoBanner", sans-serif;
}

.cart-area .table thead tr th[align=center] {
  text-align: center;
}

.cart-area .item {
  position: relative;
  float: left;
  width: 100%;
}

.cart-area .item .item-thumb {
  float: left;
  width: 120px;
  height: 120px;
  border: 1px solid #dee2e6;
  margin-right: 15px;
}

.cart-area .item .item-detail {
  float: left;
}

.cart-area .item .item-detail h4 {
  font-size: 1rem;
}

.cart-area .item .item-detail h4 small {
  color: #6c757d;
}

.cart-area .item-price {
  color: #28B293;
}

.cart-area .item-price, .cart-area .item-total {
  font-size: 1.25rem;
  font-weight: 600;
}

.cart-page-one .top-table thead {
  background-color: #fff;
}

.cart-page-one .top-table tbody tr {
  background-color: #fff;
  align-items: center;
  border: 2px solid #dee2e6;
  margin-bottom: 30px;
}

.cart-page-one .top-table tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.cart-page-one .top-table tbody tr td .item-detail {
  justify-content: flex-start;
}

.cart-page-one .top-table tbody tr td .item-detail h4 {
  font-size: 1rem;
  font-weight: 600;
}

.cart-page-one .top-table tbody tr td .item-detail .item-controls .btn {
  font-size: 12px;
  border: 1px solid #dee2e6;
  padding: 0 5px;
}

.cart-page-one .top-table tbody tr td .item-control {
  text-align: right;
}

.cart-page-one .top-table tbody tr td .item-control .btn {
  padding: 6px 12px;
  border: 1px solid #dee2e6;
}

.cart-page-one .summery {
  background-color: #fff;
  border: 2px solid #dee2e6;
  padding: 15px 15px;
}

.cart-page-one .summery h5 {
  text-align: center;
}

.cart-page-one .right-table {
  background-color: #fff;
  border: 2px solid #dee2e6;
  margin-bottom: 30px;
}

.cart-page-one .right-table tbody th, .cart-page-one .right-table tbody td {
  border-top: none;
  padding: 15px;
  text-transform: lowercase;
}

.cart-page-one .align-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-page-one .align-right .btn:first-child {
  margin-right: 15px;
}

.bottom-table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cart-page-one .align-right .btn:first-child {
    margin-right: 0px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .cart-page-one .align-right .btn:first-child {
    margin-right: 0;
    margin-left: 0px;
  }
}

.order-one-content .h5-heading {
  margin: 0;
}

.order-one-content .hr-line hr {
  margin-top: 5px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dee2e6;
}

.order-one-content .hr-line hr:before {
  height: 1px;
  background-color: #28B293;
  content: "";
  position: absolute;
  width: 85px;
  margin-top: -1px;
}

.order-one-content .table {
  background-color: white;
  text-align: center;
}

.order-one-content .table th {
  border: none;
  vertical-align: middle;
}

.order-one-content .table tr {
  border-bottom: 2px solid #ced4da;
}

.order-one-content .table tr .underline {
  text-decoration: underline;
}

.order-one-content .table tr td {
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-one-content .table tr td .order-img {
  border: 1px solid #ced4da;
}

.order-one-content .table tr td .description {
  text-align: left;
}

.order-one-content .table tr td .description h3 {
  font-family: "MenoBanner", sans-serif;
  font-size: 1rem;
}

.order-one-content .table tr td .description .price {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-family: "MenoBanner", sans-serif;
  font-size: 1rem;
  margin-bottom: 5px;
}

.order-one-content .table tr td .description .price span {
  color: #dc3545;
}

.order-one-content .table tr td .description p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.order-one-content .table tr td .description .input-group span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ced4da;
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.order-one-content .table tr td .description .input-group span .fa {
  font-size: 13px;
}

.order-one-content .table tr td .description .input-group input {
  background-color: #f2f2f2;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  height: 29px;
  min-width: 24px;
  max-width: 35px;
  outline: none;
  box-shadow: unset;
}

.order-one-content .table tr td .description .input-group .btn {
  font-size: 10px;
  font-weight: 600;
  margin-left: 15px;
}

.order-one-content .table tr td .description .detail {
  text-align: right;
}

.order-one-content .table tr td .description .detail p {
  margin-bottom: 5px;
  color: #a1abb6;
}

.order-one-content .table tr td .description .detail .share {
  margin-bottom: 5px;
}

.order-one-content .table tr td .description .detail .share a {
  color: #a1abb6;
}

.order-one-content .table tr td .description .detail .share a .fas {
  color: #a1abb6;
}

.order-two-content {
  margin-bottom: 30px;
}

.order-two-content .navbar-nav .nav-item .nav-link .fas {
  margin-right: 10px;
  font-size: 16px;
  float: left;
}

.order-two-content .tag-color {
  color: #28B293;
  font-size: 20px;
}

.order-two-content .tag-s {
  font-size: 20px;
}

.order-two-content .media-main {
  background-color: white;
}

.order-two-content .table {
  background-color: white;
}

.order-two-content .table th {
  border-top: none;
  vertical-align: middle;
}

.order-two-content .items tr th {
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-two-content .items tr td.item-detail-left {
  justify-content: flex-start;
}

.order-two-content .items tr td {
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-two-content .items tr td .order-img {
  border: 1px solid #ced4da;
}

.order-two-content .items tr td .text-body h4 {
  font-size: 1rem;
  font-weight: 600;
}

.order-two-content .items tr td .qtypluscart {
  display: grid;
}

.order-two-content .items tr td .qtypluscart a {
  display: grid;
}

.order-two-content .items tr td .qtypluscart .fas {
  border: 1px solid #ced4da;
  padding: 2px 4px;
  font-size: 9px;
}

.order-two-content .items tr td .input-group {
  display: flex;
  justify-content: center;
  width: 50%;
}

.order-two-content .items tr td .input-group .form-control {
  width: 50%;
  text-align: center;
}

.order-two-content .order-id tbody tr .pending p {
  background-color: #fff;
  color: white;
  margin: 0;
  padding: 0 5px;
  width: 80px;
  text-align: center;
}

.order-two-content .order-id tbody tr .address {
  text-align: left;
}

.order-two-content .order-id tbody tr td {
  border-top: none;
  font-size: 13px;
  padding-left: 20px;
}

.order-two-content .comments-area {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.shipping-content .main-form {
  padding: 30px;
  background-color: white;
}

.shipping-content .main-form .select-control {
  float: left;
  position: relative;
}

.shipping-content .main-form .select-control .form-control {
  background-color: transparent;
  width: 100%;
  color: #495057;
  border: 1px solid #ced4da !important;
}

.shipping-content .main-form .select-control::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F107";
  position: absolute;
  color: #6c757d;
  bottom: 8px;
  right: 15px;
  z-index: 1;
  font-size: 12px;
}

.shipping-content .main-form .star {
  color: red;
  position: relative;
  top: 3px;
}

.shipping-content .navbar-nav .nav-item .nav-link .fas {
  margin-right: 10px;
  font-size: 16px;
  float: left;
}

.shipping-content .tag-color {
  color: #28B293;
}

.shipping-content .h5-heading {
  margin: 0;
}

.shipping-content .hr-line hr {
  margin-top: 5px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dee2e6;
}

.shipping-content .hr-line hr:before {
  height: 1px;
  background-color: #28B293;
  content: "";
  position: absolute;
  width: 85px;
  margin-top: -1px;
}

.shipping-content .media-main {
  background-color: white;
}

.shipping-content .table {
  background-color: white;
  text-align: center;
}

.shipping-content .table th {
  border: none;
  vertical-align: middle;
  text-align: left;
}

.shipping-content .table tr .edit-tag ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shipping-content .table tr .edit-tag ul li {
  margin-right: 15px;
}

.shipping-content .table tr .edit-tag ul li i {
  margin-right: 5px;
}

.shipping-content .table tr td {
  vertical-align: middle;
}

.shipping-content .table tr td .qtypluscart {
  display: grid;
}

.shipping-content .table tr td .qtypluscart a {
  display: grid;
}

.shipping-content .table tr td .qtypluscart .fas {
  border: 1px solid #ced4da;
  padding: 2px 4px;
  font-size: 9px;
}

.shipping-content .table tr td .form-check {
  padding-left: 30px;
}

.shipping-content .table tr td .form-check .form-check-input {
  position: absolute;
  left: 20px;
  top: 5px;
  margin-top: 0;
}

.shipping-content .table tr td .form-check .form-check-label {
  text-align: left;
}

.profile-content {
  margin-bottom: 30px;
}

.profile-content .h5-heading {
  margin: 0;
}

.profile-content .hr-line hr {
  margin-top: 5px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dee2e6;
}

.profile-content .hr-line hr:before {
  height: 1px;
  background-color: #28B293;
  content: "";
  position: absolute;
  width: 85px;
  margin-top: -1px;
}

.profile-content .media-main {
  margin-bottom: 30px;
}

.profile-content .media-main .media {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 20px;
}

.profile-content .media-main .media img {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 200px;
}

.profile-content .media-main .media-body {
  margin-left: 15px;
}

.profile-content .media-main .media-body h4 {
  font-size: 1rem;
  margin-bottom: 0;
}

.profile-content .media-main .media-body h4 small span {
  color: #28B293;
}

.profile-content .media-main .media-body .input-group span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dee2e6;
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.profile-content .media-main .media-body .input-group span .fa {
  font-size: 13px;
}

.profile-content .media-main .media-body .detail {
  text-align: right;
}

.profile-content .media-main .media-body .detail span {
  display: block;
  font-size: 0.875rem;
  font-family: "MenoBanner", sans-serif;
}

.profile-content form {
  float: left;
  width: 100%;
  background-color: white;
  padding: 30px;
}

.profile-content form .select-control::before {
  right: 30px;
}

.profile-content form .input-group.date .input-group-prepend {
  margin-right: 0;
}

.profile-content form .input-group.date .input-group-prepend .input-group-text {
  border-left-width: 0;
}

.profile-content form .input-group.date .datepicker-inline {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  z-index: 999;
}

.profile-content form .btn {
  float: right;
}

#datepicker {
  width: 100%;
}

#datepicker>span:hover {
  cursor: pointer;
}

.checkout-area .checkout-module {
  padding: 15px;
  padding-top: 0;
  width: 100%;
}

.checkout-area .checkout-module .checkoutd-nav {
  padding-left: 0;
  padding-right: 0;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item {
  font-family: "MenoBanner", sans-serif;
  width: calc(25% - 17px);
  margin-right: 15px;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a {
  background-color: #e1e1e1;
  padding: 5px;
  padding-left: 35px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a:after {
  content: "";
  border-top: 19.7px solid transparent;
  border-bottom: 19.7px solid transparent;
  border-left: 18px solid #e1e1e1;
  position: absolute;
  right: -18px;
  top: 0px;
  z-index: 1;
  transition: 0.4s;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a:before {
  content: "";
  border-top: 19.7px solid transparent;
  border-bottom: 19.7px solid transparent;
  border-left: 18px solid #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a.active {
  background-color: #28B293;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a.active:after {
  content: "";
  border-top: 19.7px solid transparent;
  border-bottom: 19.7px solid transparent;
  border-left: 18px solid #28B293;
  position: absolute;
  right: -18px;
  top: 0;
  z-index: 1;
  transition: 0.4s;
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a.active:before {
  content: "";
  border-top: 19.7px solid transparent;
  border-bottom: 19.7px solid transparent;
  border-left: 18px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.checkout-area .checkout-module .form-group {
  display: inline-block;
  width: 49.6%;
  padding: 0 15px;
  padding-left: 0;
}

.checkout-area .checkout-module .form-group .select-control {
  position: relative;
}

.checkout-area .checkout-module .form-group .select-control .form-control {
  border: 1px solid #ced4da !important;
}

.checkout-area .checkout-module .form-group .select-control::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* regular style/weight */
  content: "\F0D7";
  position: absolute;
  top: 7px;
  right: 15px;
  color: #ddd;
  z-index: 0;
}

.checkout-area .checkout-module .form-group .form-check-inline {
  margin-right: 5px;
  background-color: white;
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.checkout-area .checkout-module .btn {
  margin-right: 10px;
}

.checkout-area .right-table {
  margin: 0;
  background-color: #fff;
  border: 2px solid #dee2e6;
  margin-bottom: 30px;
}

.checkout-area .right-table thead tr th {  
  border: none;
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
}

.checkout-area .right-table thead tr th[align=center] {
  text-align: center;
}

.checkout-area .right-table tbody th, .checkout-area .right-table tbody td {
  border-top: none;
  padding: 15px;
}

.checkout-area .item {
  position: relative;
  float: left;
  width: 100%;
}

.checkout-area .item .item-thumb {
  float: left;
  width: 120px;
  height: 120px;
  border: 1px solid #dee2e6;
  margin-right: 15px;
}

.checkout-area .item .item-detail {
  float: left;
}

.checkout-area .item .item-detail h4 {
  font-size: 1rem;
}

.checkout-area .item .item-detail h4 small {
  color: #6c757d;
}

.checkout-area .item .item-detail .item-controls {
  position: absolute;
  bottom: 0;
}

.checkout-area .item .item-detail .item-controls .btn {
  font-size: 12px;
  border: 1px solid #dee2e6;
  padding: 3px 4px 2px 4px;
  text-align: center;
  height: 20px;
  width: 20px;
}

.checkout-area .item .item-detail .item-controls .btn .fas {
  justify-content: center;
}

.checkout-area .item-price {
  color: #28B293;
}

.checkout-area .item-price, .checkout-area .item-total {
  font-size: 1.25rem;
  font-weight: 600;
}

.checkout-area .tab-content .tab-pane .top-table thead {
  background-color: #fff;
}

.checkout-area .tab-content .tab-pane .top-table thead tr th {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-area .tab-content .tab-pane .top-table tbody {
  border-bottom: 2px solid #ced4da;
}

.checkout-area .tab-content .tab-pane .top-table tbody tr {
  background-color: #fff;
}

.checkout-area .tab-content .tab-pane .top-table tbody tr td.item-detail-left {
  text-align: right;
  justify-content: flex-start;
}

.checkout-area .tab-content .tab-pane .top-table tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-area .tab-content .tab-pane .top-table tbody tr td .item-detail h4 {
  font-size: 1rem;
}

.compare-content .table {
  background-color: #fff;
  margin-bottom: 0;
}

.compare-content .table thead td {
  border: none;
}

.compare-content .table thead td .img-div {
  padding: 15px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}

.compare-content .table thead td .img-div img {
  width: 202px;
}

.compare-content .table tbody tr td {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}

.compare-content .table tbody tr td h2 {
  font-size: 1rem;
  margin: 0;
}

.compare-content .table tbody tr td span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}

.compare-content .table tbody tr td .price-tag {
  font-size: 1.2rem;
  color: #28B293;
}

.compare-content .table tbody tr td .detail-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.compare-content .table tbody tr td .detail-buttons .share a {
  color: #a1abb6;
}

.compare-content .table tbody tr td .detail-buttons .share a .fas {
  color: #a1abb6;
}

.wishlist-content {
  margin-bottom: 30px;
}

.wishlist-content .h5-heading {
  margin: 0;
}

.wishlist-content .media-main {
  background-color: white;
}

.wishlist-content .media-main .media {
  padding: 20px;
}

.wishlist-content .media-main .media img {
  width: 140px;
  height: 160px;
  border: 1px solid #ddd;
  margin-right: 1rem;
}

.wishlist-content .media-main .media-body .texting h3 {
  font-family: "MenoBanner", sans-serif;
  font-size: 1rem;
}

.wishlist-content .media-main .media-body .texting .price {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-family: "MenoBanner", sans-serif;
  font-size: 1rem;
  margin-bottom: 5px;
}

.wishlist-content .media-main .media-body .texting .price span {
  color: #dc3545;
}

.wishlist-content .media-main .media-body .texting p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.wishlist-content .media-main .media-body .texting .buttons {
  display: flex;
}

.wishlist-content .media-main .media-body .texting .buttons .input-group {
  margin-right: 5px;
}

.wishlist-content .media-main .media-body .detail {
  text-align: right;
}

.wishlist-content .media-main .media-body .detail p {
  margin-bottom: 5px;
  color: #a1abb6;
}

.wishlist-content .media-main .media-body .detail .share {
  margin-bottom: 5px;
}

.registration-process {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.registration-process .input-group .input-group-text {
  background-color: #fff;
  border-right-width: 0;
}

.registration-process .input-group input {
  border-color: #dee2e6;
}

.registration-process .input-group input:focus {
  border-color: #dee2e6;
}

.registration-socials {
  background-color: #fff;
  padding: 15px;
  text-align: center;
}

.registration-socials .btn {
  margin: 0 2px;
}

#registerTab .nav-link {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: #ced4da;
  border: none;
  width: 120px;
}

#registerTab .nav-link.active {
  background-color: #fff;
}

#registerTabContent .registration-process {
  padding: 30px 15px;
}

#registerTabContent .registration-socials {
  background-color: transparent;
}

.aboutus-content-one {
  margin-top: 30px;
}

.aboutus-content-one h1 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.aboutus-content-one .peragraph {
  margin-top: 15px;
}

.aboutus-content-one .profile-div {
  background-color: white;
  margin-bottom: 30px;
}

.aboutus-content-one .profile-div .media-main .media .rounded-circle {
  margin-right: 15px;
}

.aboutus-content-one .profile-div .media-main .media .media-body h4 small {
  color: #adb5bd;
  font-size: 12px;
}

.aboutus-content-one .profile-div .media-main .media .media-body p {
  color: #6c757d;
}

.aboutus-content-one .media-col {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  border-right: 0.2px solid #ced4da;
}

.aboutus-content-one .product {
  text-align: center;
}

.aboutus-content-one .product h2 {
  margin: 0;
  font-size: 0.875rem;
}

.aboutus-content-one .product h5 {
  margin: 0;
  font-size: 12px;
  color: #adb5bd;
}

.aboutus-content-one .product article {
  padding: 0;
}

.aboutus-content .slick-slide img {
  margin: 0 auto;
}

.aboutus-content .product article {
  text-align: center;
}

.aboutus-content .img-portion {
  padding-bottom: 100px;
}

.aboutus-content .img-portion img {
  width: 100%;
}

.aboutus-content .peragraph {
  padding-bottom: 60px;
  width: 70%;
}

.aboutus-content .peragraph .pre-info {
  padding-bottom: 30px;
}

.aboutus-content .peragraph .pre-info h5, .aboutus-content .peragraph .pre-info p {
  margin-bottom: 5px;
}

.aboutus-content .peragraph2 {
  margin-bottom: 10px;
}

.aboutus-content .peragraph2:last-child {
  margin-bottom: 0;
}

.aboutus-content .profile-div {
  background-color: #dbdbdb;
}

.aboutus-content .profile-div .media {
  padding: 30px 0;
}

.aboutus-content .profile-div .media .media-body {
  margin-left: 20px;
}

.aboutus-content .profile-team .products-area .aboutus-carousel-js .product {
  padding-bottom: 0;
}

.aboutus-content .profile-team .aboutdetail {
  padding: 10px;
}

.aboutus-content .profile-team .aboutdetail p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.aboutus-content .profile-team .pro-title {
  padding-top: 30px;
}

.aboutus-content .profile-team .pro-title h5 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.aboutus-content video {
  width: 100%;
}

.aboutus-content h5 .fa-angle-down {
  margin-left: 15px;
}

.aboutus-content .insta-discription {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus-content .insta-discription p {
  margin-bottom: 15px;
}

.aboutus-carousel-js:hover .slick-arrow {
  transition: 0.4s ease-in-out;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  opacity: 1 !important;
}

.aboutus-content-two {
  margin-top: 30px;
}

.aboutus-content-two .profile-div {
  background-color: white;
  margin-bottom: 30px;
}

.aboutus-content-two .profile-div .media-main .media .media-body h4 small {
  color: #adb5bd;
  font-size: 12px;
}

.aboutus-content-two .profile-div .media-main .media .media-body p {
  color: #6c757d;
}

.aboutus-content-two .media-col {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  border-right: 0.2px solid #dee2e6;
}

.aboutus-content-two .product {
  text-align: center;
}

.aboutus-content-two .product h2 {
  margin: 0;
  font-size: 0.875rem;
}

.aboutus-content-two .product h5 {
  margin: 0;
  font-size: 12px;
  color: #adb5bd;
}

.aboutus-content-two .product article {
  padding: 0;
}

.aboutus-content-two .iframe-container {
  margin-bottom: 30px;
}

.aboutus-content-two .peragraph2 {
  margin-top: 30px;
}

.aboutus-content-two .accordion-main {
  margin-bottom: 30px;
}

.aboutus-content-two .accordion-main .accordion-card {
  margin-top: 30px;
}

.aboutus-content-two .accordion-main .accordion-card .card-header a {
  text-decoration: none;
}

.aboutus-content-two .accordion-main .accordion-card .card-header a .fas {
  float: right;
}

.contact-content .contact-info {
  list-style-type: none;
  padding-left: 0px;
}

.contact-content .contact-info li {
  display: flex;
  padding-bottom: 37px;
}

.contact-content .contact-info li a {
  font-family: "MenoBanner", sans-serif;
  line-height: 1.5;
}

.contact-content .contact-info li .fas {
  color: #28B293;
  font-size: 30px;
  width: 45px;
  display: flex;
  align-items: center;
}

.contact-content .contact-info li span {
  display: block;
}

.contact-content .contact-logo {
  list-style-type: none;
  padding-left: 0px;
  border-right: 1px solid #ced4da;
}

.contact-content .contact-logo li {
  display: block;
  justify-content: center;
  text-align: center;
  font-family: "MenoBanner", sans-serif;
  margin-bottom: 25px;
}

.contact-content .contact-logo li .fas {
  color: #28B293;
  font-size: 30px;
  width: 45px;
  margin-top: 3px;
}

.contact-content .contact-logo li span {
  display: block;
  text-align: left;
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
}

.contact-content .contact-logo li:last-child {
  margin-bottom: 0;
}

.contact-content .info {
  margin: 0;
  padding-top: 30px;
}

.contact-content .form-start form .input-group .form-control {
  height: calc(2.0625rem + 10px);
}

.contact-content .form-start form .first-label {
  margin-top: 0;
}

.contact-content .form-start form label {
  font-family: "MenoBanner", sans-serif;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact-content .form-start form textarea {
  width: 100%;
  padding: 0px 15px 0px 15px;
  outline: none;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: transparent;
  border-bottom: 2px solid #dee2e6;
  overflow-x: hidden;
}

.contact-content .form-start form button {
  font-weight: 600;
}

.contact-content .form-start form button .fa-location-arrow {
  padding-left: 10px;
}

.contact-content .form-start .input-group .input-group-prepend .input-group-text {
  border-color: #dee2e6;
}

.contact-content .form-start .input-group input {
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: transparent;
  border-bottom: 2px solid #dee2e6;
}

.blog-content .blog-detail .blog-thumbnail {
  height: auto;
}

.blog-content .blog-detail .blog-title {
  -webkit-line-clamp: unset;
}

.blog-content .blog-detail .blog-title p {
  -webkit-line-clamp: unset;
}

.blog-content .blog-area .border-bg {
  background-color: transparent;
  border: none;
  padding: 0;
}

.blog-content .post-date {
  margin-bottom: 30px;
  font-family: "MenoBanner", sans-serif;
}

.blog-content .post-date i {
  margin-right: 5px;
}

.blog-content .right-menu-categories a[aria-expanded=false]:after {
  content: "\F067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8125rem;
  float: right;
}

.blog-content .right-menu-categories a[aria-expanded=true]:after {
  content: "\F068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8125rem;
  float: right;
}

.blog-content .right-menu-categories .main-manu {
  display: block;
  background-color: #f2f2f2;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 5px 10px;
  text-decoration: none;
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
  font-size: 0.875rem;
  font-weight: 600;
}

.blog-content .right-menu-categories .main-manu img {
  width: 16px;
  margin-right: 7px;
  margin-bottom: 4px;
}

.blog-content .right-menu-categories .main-manu .fas {
  float: right;
  display: block;
  color: #dee2e6;
  margin-top: 5px;
}

.blog-content .right-menu-categories .sub-manu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-content .right-menu-categories .sub-manu .unorder-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.blog-content .right-menu-categories .sub-manu .unorder-list .list-item a {
  display: block;
  padding: 0px 40px;
  text-decoration: none;
  line-height: 25px;
}

.blog-content .right-menu-categories .sub-manu .unorder-list .list-item a:hover {
  color: #28B293;
}

.blog-content .right-menu-categories .sub-manu .unorder-list .list-item a .fas {
  margin-right: 7px;
}

.blog {
  padding-bottom: 30px;
}

.blog .blog-thumbnail {
  position: relative;
  margin-bottom: 15px;
  height: 240px;
  overflow: hidden;
}

.blog .blog-thumbnail .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-100px);
  transition: 1.2s ease-out;
  opacity: 0;
  background-color: #dadadaa6;
}

.blog .blog-thumbnail .img-thumbnail {
  padding: 0;
  border: none;
  object-fit: cover;
  max-height: 240px;
}

.blog .blog-thumbnail a {
  display: block;
}

.blog .blog-thumbnail a:hover .over {
  opacity: 1;
  transition-timing-function: ease-in;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transition: 0.4s;
}

.blog .blog-thumbnail:hover .over {
  opacity: 1;
  transition-timing-function: ease-in;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transition: 0.4s;
}

.blog .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 15px;
}

.blog .blog-title {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .blog-control {
  border-top: 1px solid #dee2e6;
  padding-top: 10px;
  margin-bottom: 30px;
}

.blog .blog-control .btn {
  padding: 0 5px;
}

.blog .blog-detial {
  text-align: center;
}

.blog .blog-detial .tag {
  font-family: "Blair-ITC", sans-serif;
  font-size: 0.875rem;
  color: #6c757d;
  text-transform: lowercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  overflow: hidden;
  line-height: 15px;
  margin-bottom: 10px;
}

.blog .blog-detial h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  overflow: hidden;
}

.blog .blog-detial .blog-description div, .blog .blog-detial .blog-description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  overflow: hidden;
}

.blog .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64%;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-100px);
  transition: 1.2s ease-out;
  opacity: 0;
  background-color: #dadadaa6;
}

.pro-blog .general-product {
  margin-top: 30px;
}

@font-face {
  font-family: "Montserrat-Regular";
  src:
  url(../../fonts/Montserrat-Regular.eot?af0492c24e83e57b6b8a843d96c818af) format("embedded-opentype"),
  url(../../fonts/Montserrat-Regular.woff?91f380f212f0ef228c7115c28d9492d0) format("woff"),
  url(../../fonts/Montserrat-Regular.ttf?ee6539921d713482b8ccd4d0d23961bb) format("truetype"),
  url(../../fonts/Montserrat-Regular.svg?24fb280fe25940e6ca9bb542b17550f6) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(../../fonts/Montserrat-Bold.eot?d8e01c23a4c04c132a443a71dbe2220f) format("embedded-opentype"),
  url(../../fonts/Montserrat-Bold.woff?a8db2428ec1951a9a7bb161b5341f010) format("woff"),
  url(../../fonts/Montserrat-Bold.ttf?ade91f473255991f410f61857696434b) format("truetype"),
   url(../../fonts/Montserrat-Bold.svg?6722f2ea68898f313dd9e4eb3458467b) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Blair-ITC';
  src: url(../../fonts/BlairITC-Medium.eot?#iefix) format('embedded-opentype'),
      url(../../fonts/BlairITC-Medium.woff2) format('woff2'),
      url(../../fonts/BlairITC-Medium.woff) format('woff'),
      url(../../fonts/BlairITC-Medium.ttf) format('truetype'),
      url(../../fonts/BlairITC-Medium.svg#BlairITC-Medium) format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlairITC TT';
  src:  url(../../fonts/BlairITCTTLight.eot?#iefix) format('embedded-opentype'),
        url(../../fonts/BlairITCTTLight.woff2) format('woff2'),
        url(../../fonts/BlairITCTTLight.woff) format('woff'),
        url(../../fonts/BlairITCTTLight.ttf) format('truetype'),
        url(../../fonts/BlairITCTTLight.svg#BlairITCTTLight) format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Poppins';
  src: url(../../fonts/Poppins-Light.eot);
  src: url(../../fonts/Poppins-Light.eot?#iefix) format('embedded-opentype'),
      url(../../fonts/Poppins-Light.woff2) format('woff2'),
      url(../../fonts/Poppins-Light.woff) format('woff'),
      url(../../fonts/Poppins-Light.ttf) format('truetype'),
      url(../../fonts/Poppins-Light.svg#Poppins-Light) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: lowercase;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url(../../fonts/Poppins-Medium.eot);
  src: url(../../fonts/Poppins-Medium.eot?#iefix) format('embedded-opentype'),
      url(../../fonts/Poppins-Medium.woff2) format('woff2'),
      url(../../fonts/Poppins-Medium.woff) format('woff'),
      url(../../fonts/Poppins-Medium.ttf) format('truetype'),
      url(../../fonts/Poppins-Medium.svg#Poppins-Medium) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: lowercase;
}

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


@font-face {
  font-family: 'Greta-Arabic-Medium';
  src: url(../../fonts/GretaArabicARLT-Medium.eot);
  src: url(../../fonts/GretaArabicARLT-Medium.eot?#iefix) format('embedded-opentype'),
      url(../../fonts/GretaArabicARLT-Medium.woff2) format('woff2'),
      url(../../fonts/GretaArabicARLT-Medium.woff) format('woff'),
      url(../../fonts/GretaArabicARLT-Medium.ttf) format('truetype'),
      url(../../fonts/GretaArabicARLT-Medium.svg#GretaArabicARLT-Medium) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
 
}

@font-face {
  font-family: 'Greta-Arabic-Light';
  src: url(../../fonts/GretaArabicARLT-Light.eot);
  src: url(../../fonts/GretaArabicARLT-Light.eot?#iefix) format('embedded-opentype'),
      url(../../fonts/GretaArabicARLT-Light.woff2) format('woff2'),
      url(../../fonts/GretaArabicARLT-Light.woff) format('woff'),
      url(../../fonts/GretaArabicARLT-Light.ttf) format('truetype'),
      url(../../fonts/GretaArabicARLT-Light.svg#GretaArabicARLT-Light) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
 
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .pro-fs-content .pro-description .pro-info {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-ad article .pro-sub-buttons .buttons .btn {
    padding-left: 0;
  }
}

@media only screen and (max-width: 409px) {
  .product-ad article .pro-sub-buttons .buttons .btn {
    padding-left: 0;
  }
  .carousel-content .carousel-item img {
    height: 125px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-ad article picture {
    height: 270px;
  }
  .container {
    max-width: 1200px;
  }
  .padding-r0 {
    padding-right: 0;
  }
  .padding-l0 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product article .thumb {
    height: 210px;
  }
  .product article .product-hover .btn {
    width: 87%;
  }
  .padding-r0 {
    padding-right: 0;
  }
  .padding-l0 {
    padding-left: 0;
  }
  .rev_slider_wrapper li img {
    width: 100%;
    height: 100%;
  }
  .checkout-area .checkout-module .checkoutd-nav .nav-item {
    width: 23%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  /* shop page */
  .top-bar label {
    width: 71px;
    justify-content: center;
    display: flex;
  }
  .top-bar .justify-content-end {
    justify-content: flex-start !important;
    margin: 0px 0px 0px 0px;
  }
  .top-bar .justify-content-between {
    justify-content: center !important;
  }
  .top-bar .block {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar .filter-block {
    padding: 0 15px;
  }
  .top-bar .filter-block .form-inline {
    padding: 0 10px;
  }
  .right-menu .main-manu {
    font-size: 12px;
  }
  .right-menu .sub-manu .unorder-list .list-item a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product article .thumb {
    height: 332px;
  }
  .header-mobile .header-mini .navbar {
    padding: 0;
    justify-content: space-between;
  }
  .info-boxes-content .info-box-full {
    border: none;
    padding: 0;
    margin: 0;
  }
  .info-boxes-content .info-box-full .info-box {
    justify-content: flex-start;
    border-width: 1px;
    border-style: solid;
    border-color: #dee2e6;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .checkout-area .checkout-module .checkoutd-nav .nav-item {
    width: 23%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .click-btn .input-group {
    margin-bottom: 15px;
  }
  .align-right {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  #carouselExampleIndicators3 .carousel-indicators, #carouselExampleIndicators5 .carousel-indicators, #carouselExampleIndicators4 .carousel-indicators, #carouselExampleWithCaptions2 .carousel-indicators, #carouselExampleWithCaptions4 .carousel-indicators {
    padding-right: 0;
    padding-left: 0;
  }
  .product-page .pd2 {
    margin-bottom: 30px;
  }
  .product-page .pt2 {
    margin-top: 30px;
  }
  .pro-content {
    padding-top: 70px;
  }
  .pro-content .pro-heading-title {
    margin-top: -11px;
  }
  .header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .main-manu[href="#features"] {
    display: none;
  }
  .categories-product .col-lg-3:last-child .categories-image {
    margin-bottom: 0;
  }
  .pro-fs-content .pro-description .pro-btn {
    transform: translateY(0px);
    transition: 0.4s ease-out;
    opacity: 1;
  }
  .fullwidth-banner .parallax-banner-text .hover-link {
    opacity: 1;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transition: 0.4s;
  }
  .carousel-content .carousel-control-prev {
    display: none !important;
  }
  .carousel-content .carousel-control-next {
    display: none !important;
  }
  .pro-content .slick-prev {
    display: none !important;
  }
  .pro-content .slick-next {
    display: none !important;
  }
  .checkout-area .checkout-module .form-group {
    padding: 0;
  }
  .checkout-area .checkout-module .checkoutm-nav .nav-item {
    width: 25%;
    position: relative;
  }
  .checkout-area .checkout-module .checkoutm-nav .nav-item a {
    background-color: #e0e0e2;
    border-radius: 200px;
    padding: 5px;
    width: 45px;
    height: 45px;
    color: #fff;
    font-weight: bold;
  }
  .checkout-area .checkout-module .checkoutm-nav .nav-item a span {
    display: flex;
    margin-right: 0px;
    border-radius: 200px;
    background-color: white;
    border: 4px solid #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .checkout-area .checkout-module .checkoutm-nav .nav-item a.active {
    background-color: #e0e0e2;
    color: #fff;
  }
  .checkout-area .checkout-module .checkoutm-nav .nav-item a.active span {
    border-color: #6ad180;
  }
  .checkout-area .checkout-module .checkoutm-nav .nav-item::before {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    background-color: #c8c8c8;
    position: absolute;
    top: 21px;
    z-index: -1;
  }
  .top-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-bar .block {
    display: none !important;
  }
  .top-bar .filter-block {
    padding: 0 15px;
  }
  .top-bar .filter-block .form-inline {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c1c9d0;
  }
  .top-bar .form-inline {
    padding: 0 15px;
  }
  .top-bar .form-inline .form-group {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
  }
  .top-bar .form-inline .form-group .form-control {
    width: 100%;
  }
  .right-menu {
    margin-top: 15px;
  }
  .right-menu .img-main {
    margin-bottom: 15px;
  }
  .right-menu .img-main img {
    width: 100%;
  }
  .product-page .xzoom-container {
    margin-bottom: 30px;
  }
  .product-page .xzoom-container .xzoom-thumbs {
    display: none;
  }
  .product-page h1 {
    font-size: 1rem;
    width: 88%;
  }
  .product-page .controls {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .product-page .controls .select-control {
    margin-bottom: 15px;
  }
  .product-page .controls .input-group {
    width: 100%;
  }
  .product-page .product-buttons {
    display: block;
  }
  .product-page .product-buttons h2 {
    margin-bottom: 7px;
  }
  .product-page .product-buttons .buttons {
    margin-top: 7px;
    width: 100%;
  }
  .product-page-two .xzoom-container {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .product-page-three .xzoom-3 .xzoom2, .product-page-three .xzoom-3 .xzoom3, .product-page-three .xzoom-3 .xzoom4, .product-page-three .xzoom-3 .xzoom5 {
    width: 100% !important;
    height: auto;
  }
  .product-page-three .add-favrt {
    justify-content: center;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 15px;
  }
  .product-page-three .owl-nav {
    top: 35%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
  }
  .product-page-three .owl-nav button {
    display: inline-block;
    background-color: #ced4da !important;
    color: #111 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0;
    margin-left: 1px;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    outline: none;
  }
  .product-page-three .owl-nav button:hover {
    background-color: #28B293 !important;
    color: #fff !important;
  }
  .product-page-three .owl-nav button span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 2rem;
    padding-bottom: 7px;
  }
  .product-page-three .owl-nav .disabled {
    opacity: 0.3;
  }
  .product-page-three .owl-nav .disabled:hover {
    background-color: #ced4da !important;
    color: #111 !important;
  }
  .product-page-three .owl-nav .owl-prev {
    position: absolute;
    margin-left: -45px;
    border-radius: 50px;
  }
  .product-page-three .owl-nav .owl-next {
    position: absolute;
    margin-right: -45px;
    border-radius: 50px;
    right: 0;
  }
  .product-page-three .tab-list .nav-index {
    width: 31%;
    padding: 5px;
    font-size: 12px;
  }
  .product-page-three .tab-list .nav-index:last-child {
    margin-right: 0;
  }
  .product-page-four .xzoom-container {
    margin-bottom: 0;
  }
  .product-page-four .add-favrt {
    justify-content: center;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 15px;
  }
  .product-page-four .product-buttons .buttons {
    padding-left: 0;
    padding-right: 0;
  }
  .product-page-four .product-buttons .icon-liked {
    position: absolute;
    top: 0;
    right: 14px;
  }
  .product-page-four .tab-list .nav-index {
    text-align: center;
    width: 31%;
    padding: 5px;
    font-size: 12px;
  }
  .product-page-four .tab-list .nav-index:last-child {
    margin-right: 0;
  }
  .product-page-five .add-favrt {
    justify-content: center;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 15px;
  }
  .product-page-five .product-buttons .buttons {
    padding-left: 0;
    padding-right: 0;
  }
  .product-page-five .product-buttons .icon-liked {
    position: absolute;
    top: 0;
    right: 14px;
  }
  .product-page-five .tab-list .nav-index {
    text-align: center;
    width: 31%;
    padding: 5px;
    font-size: 12px;
  }
  .product-page-five .tab-list .nav-index:last-child {
    margin-right: 0;
  }
  .product-page-six .add-favrt {
    justify-content: center;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 15px;
  }
  .product-page-six .tab-list .nav-index {
    text-align: center;
    width: 31%;
    padding: 5px;
    font-size: 12px;
  }
  .product-page-six .tab-list .nav-index:last-child {
    margin-right: 0;
  }
  .blog-content .blog .blog-thumbnail .img-thumbnail {
    height: 100%;
  }
  .blog-content .pagination {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .alert {
    padding: 13px 5px 12px;
  }
  .header-area .alert .pro-description .pro-info {
    padding: 0 5px;
    display: block;
  }
  .pro-fs-content .pro-thumb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pro-fs-content .product .flash-p {
    flex-direction: column;
  }
  .pro-fs-content .pro-description {
    margin-bottom: 30px;
    width: 100%;
  }
  .pro-fs-content span.pro-image {
    height: 100%;
    display: block;
  }
  .pro-timer span {
    margin-right: 5px;
  }
  .pro-timer span:last-child {
    margin-right: 0;
  }
  .modal .modal-dialog {
    z-index: 25;
    margin: 0;
    width: calc(100% - 1rem);
  }
  #quickViewModal .modal-content .container {
    height: 450px;
    overflow-y: auto;
  }
  #quickViewModal .modal-content .container .pro-description {
    margin-top: 15px;
  }
  .modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info:nth-child(2) {
    display: inline-block;
  }
  .product-ad article {
    align-items: flex-start;
  }
  .product-ad .detail {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
    width: 78%;
  }
  .product article picture {
    width: 100%;
    margin: 10px 0 10px 0px;
  }
  .slider-nav .slick-arrow {
    top: 2px !important;
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    opacity: 1 !important;
  }
  .fullwidth-banner .hover-link {
    opacity: 1 !important;
    transition-timing-function: ease-in;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
  }
  .pro-content .tabs-main .tab-content .tab-pane .slick-arrow {
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    opacity: 1 !important;
  }
  .pro-content .pro-heading-title h2 {
    font-size: 20px;
    font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
  }
  .pro-content .pro-heading-title {
    padding-bottom: 0px !important;
  }
  .pro-content .tabs-main .nav-link {
    width: 27% !important;
    font-size: 11px;
    margin-right: 7px !important;
    margin-left: 7px;
  }
  .pro-content .tabs-main a.nav-link.active.show::before {
    left: 40% !important;
  }
  .pro-content {
    padding-top: 30px !important;
  }
  .fullwidth-banner {
    height: 220px !important;
  }
  .fullwidth-banner .parallax-banner-text h2 {
    font-size: 3rem !important;
  }
  .fullwidth-banner .parallax-banner-text h4 {
    font-size: 25px !important;
  }
  .product-ad article {
    flex-direction: column;
  }
  .registration-socials .btn {
    margin-top: 10px;
  }
  .banners-content {
    padding-top: 15px;
  }
  .banners-content .group-banners .banner-image {
    margin-bottom: 15px;
  }
  .banners-content .group-banners .imagespace {
    margin-bottom: 15px !important;
  }
  .banners-content .col-12:last-child .banner-image {
    margin-bottom: 0;
  }
  .tabs-content .tabs-main {
    margin-top: 30px;
  }
  .blog-content .blog-col {
    justify-content: center;
    display: flex;
  }
  .products-content .products-area .owl-carousel {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-area article {
    padding: 0;
  }
  .product article .title {
    font-size: 16px;
  }
  .product article .mobile-buttons {
    text-align: center;
  }
  .product article .thumb .img-fluid {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;


  }
  .product article .upcomming-tag {
    bottom: -24px;
  }
  .product article .timer-tag {
    bottom: -24px;
  }
  .product article:hover {
    box-shadow: none;
  }
  .product article .cat-title {
    font-size: 10px !important;
  }
  .product.last-product article {
    height: 336px !important;
  }
  .info-boxes-content .info-box-full {
    border: none;
    padding: 0;
    margin: 0;
  }
  .info-boxes-content .info-box-full .info-box {
    justify-content: flex-start;
    border-width: 1px;
    border-style: solid;
    border-color: #dee2e6;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .heading h2 {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .heading h2 small {
    font-size: 12px;
    line-height: normal;
  }
  .heading hr:before {
    display: none;
  }
  .product-2x {
    height: auto;
  }
  .product-2x article .module {
    position: static;
    text-align: center;
  }
  .product-2x article .module .title {
    margin-top: 0;
  }
  .product-2x article .module .price {
    margin-top: 0;
  }
  .product-2x article .module .list {
    display: none;
  }
  .product-2x article .thumb {
    position: static;
    margin-top: 42px;
    width: 100%;
  }
  .product-2x article .buttons .btn {
    width: 49%;
  }
  .products-area .nav-pills .nav-link {
    width: 32.6%;
    font-size: 10px;
  }
  .products-area .nav-pills .active:after {
    content: "";
    position: absolute;
    left: 44%;
    top: 31px;
    width: 0;
    height: 0;
    right: 14px;
  }
  .products-area .owl-nav {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
  }
  .products-area .owl-nav .owl-prev {
    position: absolute;
    margin-left: -40px;
    border-radius: 50px;
  }
  .products-area .owl-nav .owl-next {
    position: absolute;
    margin-right: -40px;
    border-radius: 50px;
    right: 0;
  }
  .shop-content .breadcum-area {
    padding: 30px;
  }
  .shop-content .breadcum-area .breadcrumb-item {
    padding-left: 0;
    width: 100%;
  }
  .wishlist-content .media-main .media {
    padding: 0;
    padding-top: 15px;
  }
  .wishlist-content .media-main .media img {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    margin: 0;
    margin-right: 15px;
  }
  .wishlist-content .media-main .media-body .texting h5 {
    margin-bottom: 15px;
  }
  .wishlist-content .media-main .media-body .texting h6 {
    margin-bottom: 15px;
  }
  .wishlist-content .media-main .media-body .detail {
    display: flex;
    justify-content: flex-start;
  }
  .wishlist-content .media-main .media-body .detail p {
    margin: 11px 5px 0 5px;
  }
  .wishlist-content .media-main .media-body .detail .share {
    margin: 11px 5px 0 5px;
  }
  .shipping-content .list-group {
    margin-bottom: 15px;
  }
  .shipping-content .shipping-table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .shipping-content .main-form form .btn {
    width: 100%;
  }
  .order-table thead {
    display: none;
  }
  .order-table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .order-table tbody tr td {
    display: flex;
    flex-direction: column;
  }
  .order-one-content .table tr td .description {
    text-align: center;
  }
  .checkout-area .tab-content .top-table thead {
    display: none;
  }
  .checkout-area .tab-content .top-table tbody tr {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .checkout-area .tab-content .top-table tbody tr td {
    flex-direction: column;
  }
  .checkout-area .tab-content .top-table tbody tr td .item-detail {
    text-align: center;
  }
  .checkout-area .tab-content .form-check-inline {
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-area .checkout-module {
    margin-bottom: 30px;
  }
  .checkout-area .checkout-module .btn {
    margin-right: 15px;
  }
  .login-heading {
    margin-top: 15px;
  }
  .order-two-content .h5-heading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .order-two-content .items thead {
    display: none;
  }
  .order-two-content .items tr td .input-group {
    width: 15%;
  }
  .responsive-lay {
    flex-direction: column;
  }
  .responsive-lay .text-body h4 {
    text-align: center;
  }
  .cart-page-one .top-table thead {
    display: none;
  }
  .cart-page-one .top-table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .cart-page-one .top-table tbody tr td {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cart-page-one .top-table tbody tr td .item-detail {
    text-align: center;
  }
  .cart-page-one .top-table tbody tr td .item-quantity {
    margin: 0 auto;
  }
  .cart-page-one .top-table tbody tr td .item-control {
    text-align: center !important;
  }
  .cart-page-one .align-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cart-page-one .align-right .row {
    justify-content: center;
  }
  .cart-page-one .align-right .btn {
    margin-bottom: 15px;
  }
  .cart-page-one .align-right2 {
    margin-top: 15px;
  }
  .cart-page-one .bottom-table {
    margin-bottom: 30px;
  }
  .cart-page-one .m-btn {
    margin-bottom: 15px;
  }
  .cart-page-one .click-btn .input-group {
    margin-bottom: 15px;
  }
  .cart-page-one .item .item-thumb {
    width: 100px;
    height: 100px;
  }
  .cart-page-one .item .item-detail {
    width: calc(100% - 115px);
  }
  .cart-page-one .align-right2 .btn:first-child {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .cart-area .bottom-table {
    display: block;
  }
  .product-page .owl-carousel {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  /* about us page */
  .aboutus-content-one .media-col {
    border-right: none;
  }
  .aboutus-content .profile-div .media {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0 !important;
  }
  .aboutus-content-one .owl-carousel {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutus-content-one .owl-carousel .owl-nav {
    top: 40%;
  }
  .accordion-main .accordion-card {
    padding-bottom: 30px;
  }
  .aboutus-content-two .owl-carousel {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutus-content-two .owl-carousel .owl-nav {
    top: 40%;
  }
  .aboutus-content-two .accordion-main .accordion-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .contact-content .form-start {
    padding-bottom: 30px;
  }
  .contact-content .info {
    padding-bottom: 30px;
  }
  .contact-content {
    padding-bottom: 0 !important;
  }
  .contact-content .contact-info li {
    padding-bottom: 15px !important;
  }
  .wishlist-content .list-group {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .product article .thumb {
    height: 241px;
  }
}

@media only screen and (max-width: 576px) {
  .product article .thumb {
    height: 290px;
  }
  .pro-timer .days, .pro-timer .hours, .pro-timer .mintues, .pro-timer .seconds {
    margin: 5px;
  }
  .pagination {
    display: block !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .registration-socials .btn {
    width: 100%;
  }
  .aboutus-content-one .media {
    display: block;
  }
  .aboutus-content-one .media .rounded-circle {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .top-bar label {
    font-weight: 700;
    margin: 0px;
    display: flex;
    width: 125px;
    align-items: center;
  }
  .pro-fs-content .pro-description .pro-info {
    font-size: 17px;
  }
  .pro-fs-content .pro-description .pro-title {
    font-size: 16px;
  }
  .profile-content .list-group {
    margin-bottom: 15px;
  }
  .profile-content form {
    padding: 15px;
  }
  .profile-content form .btn-primary {
    width: 100%;
  }
  .profile-content .media-main .media-body h4 {
    margin-bottom: 0.5rem;
  }
  .profile-content .media-main .media-body .detail {
    text-align: left;
  }
  .profile-content .media-main .media-body .detail p {
    font-size: 11px;
  }
  .wishlist-content .list-group {
    margin-bottom: 15px;
  }
  .wishlist-content .media-main .media {
    padding: 0;
    padding-top: 15px;
    display: block;
  }
  .wishlist-content .media-main .media img {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 10px auto;
  }
  .wishlist-content .media-main .media-body .texting {
    text-align: center;
  }
  .wishlist-content .media-main .media-body .texting .buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .wishlist-content .media-main .media-body .texting .buttons .input-group {
    margin-bottom: 10px;
  }
  .wishlist-content .media-main .media-body .detail {
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
  }
  .wishlist-content .media-main .media-body .detail p {
    margin: 11px 5px 0 5px;
  }
  .wishlist-content .media-main .media-body .detail .share {
    margin: 11px 5px 0 5px;
  }
  .pagination {
    display: block;
    text-align: center;
  }
  .pagination .loader-page {
    padding-bottom: calc(0.375rem + 1px);
  }
  .product-page-three .add-favrt {
    display: block;
  }
  .product-page-three .add-favrt li {
    padding: 7px;
  }
  .product-page-four .add-favrt {
    display: block;
  }
  .product-page-four .add-favrt li {
    padding: 7px;
  }
  .product-page-five .add-favrt {
    display: block;
    margin-bottom: 0;
    border: none;
  }
  .product-page-five .add-favrt li {
    padding: 7px;
  }
  .product-page-six .add-favrt {
    display: block;
    border: none;
  }
  .product-page-six .add-favrt li {
    padding: 7px;
  }
  .checkout-area .checkout-module .form-group {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
  }
  /* modal */
  .cart-page-one .align-right .btn:first-child {
    margin-right: 0;
  }
  .cart-page-one .align-right .row {
    flex-direction: column;
  }
  .contact-two-content .contact-main li {
    font-size: 12px;
  }
  .contact-two-content .contact-main .contact-logo {
    padding-right: 15px;
  }
  .contact-two-content .contact-main .contact-logo li .fas {
    font-size: 25px;
  }
  .contact-two-content .contact-main .right {
    padding-left: 0;
  }
  .contact-two-content .contact-main .right .contact-info li {
    padding-top: 5px;
  }
  .compare-content .table tbody tr td .detail-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .compare-content .table tbody tr td .detail-buttons .share {
    margin-top: 15px;
  }
  .banners-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banners-content {
    padding-top: 15px;
  }
  .banners-content .group-banners .banner-image {
    margin-bottom: 15px;
  }
  .banners-content .col-12:last-child .banner-image {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .product article .mobile-icons {
    position: absolute;
    left: 10px;
  }
  .product article .mobile-icons .icon-liked {
    position: relative;
  }
  .product article .mobile-icons .icon-liked .badge {
    font-family: "Roboto", sans-serif;
    border-radius: 0;
    position: absolute;
    right: -10px;
    top: -6px;
  }
  .product article .mobile-icons .icon {
    position: relative;
    background-color: #28B293;
    color: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .product article .mobile-icons .icon:hover {
    background-color: #ced4da;
    color: #212529;
  }
  .product article .mobile-buttons {
    text-align: center;
  }
  .product article .thumb .img-fluid {
    margin-left: auto;
    margin-right: auto;
    height: 270px;
    /* max-width: 270px; */
    object-fit: contain;
  }
  .product article .timer-tag {
    bottom: -19px;
  }
  .product article .upcomming-tag {
    bottom: -19px;
  }
}

@media only screen and (max-width: 992px) {
  .modal .modal-dialog .modal-body .pro-description {
    margin-top: 15px;
  }
  .top-bar .justify-content-between {
    justify-content: center !important;
  }
  .product article .mobile-icons {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .product article .mobile-icons .icon-liked {
    position: relative;
  }
  .product article .mobile-icons .icon-liked .badge {
    font-family: "Roboto", sans-serif;
    border-radius: 0;
    position: absolute;
    right: -10px;
    top: -6px;
  }
  .product article .mobile-icons .icon {
    position: relative;
    background-color: #28B293;
    color: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .product article .mobile-buttons {
    text-align: center;
  }
  .product article .mobile-buttons .btn {
    margin-bottom: 15px;
  }
  .product article .timer-tag {
    bottom: -19px;
  }
  .product article .upcomming-tag {
    bottom: -19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product article .btn-all {
    height: 312px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product article .btn-all {
    height: 546px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .product article .btn-all {
    height: 391px;
  }
}

@media only screen and (min-width: 367px) and (max-width: 577px) {
  .product article .btn-all {
    height: 546px;
  }
}

@media only screen and (max-width: 367px) {
  .product article .btn-all {
    height: 496px;
  }
}

@media only screen and (max-width: 423px) {
  .product-page .pro-sub-buttons .buttons .btn {
    padding-left: 0;
  }
}



/* New CUSTOM STYLE */

#headerSpecial .bg-top-bar {
  padding: 10px 0;
}

.header-area .header-mini .btn {
  padding: 0;
}

.header-one .header-mini .pro-header-options li {
  color: #000;
}

.header-area .header-mini .search-field .dropdown-menu {
  width: 250px;
  padding: 5px 0;
}

.header-one .header-mini .search-field-module {
  padding-left: 10px;
}

.header-area .header-mini .head-cart-content .dropdown-menu {
  width: 400px;
  right: 0px;
  left: unset !important;
  top: 30px !important;
}

.header-one .header-mini .dropdown .btn.dropdown-toggle .cart-right {
  display: none !important;
}

#dropdownCartButton::after {
  display: none;
}

#dropdownAccountButton::after {
  display: none;
}

.img-center {
  display: block;
  margin: auto;
}

#headerSpecial .shopping-cart-items .item-detail {
  padding-left: 10px;
}

.undisc {
  list-style: none;
}

.banner-fourteen .banner-image img {
  height: unset;
}

.blkMob .bg-top-bar {
  background-color: #000 !important;
}

.blkMob .header-mini .navbar-lang .select-control .form-control, .blkMob .header-mini .navbar-lang .select-control::before {
  color: #fff;
}

.blkMob .bg-header-bar {
  background-color: #000;
}

.blkMob .header-maxi .pro-header-right-options li button .fas {
  color: #fff;
}

.blkMob .header-maxi .navigation-mobile-container .navigation-mobile-toggler .fas {
  color: #fff;
}

.blkMob .header-maxi .navigation-mobile-container #navigation-mobile .logout-main {
  background-color: #000;
  width: 100%;
}

.blkMob .header-maxi .navigation-mobile-container #navigation-mobile {
  background-color: #000;
}

.blkMob .header-maxi .navigation-mobile-container #navigation-mobile .main-manu {
  border-color: #000;
  color: #fff;
  background-color: #000;
}

.blkMob .header-maxi .navigation-mobile-container #navigation-mobile .logout-main .welcome {
  color: #fff;
  width: 100%;
}

.blkMob .nav-link {
  color: #fff;
}

.blkMob .container-fluid {
  background-color: #000;
}

.blkMob .copyright-content {
  background-color: #000;
}

.blkMob .copyright-content .footer-info {
  color: #fff;
}

.blkMob .single-footer.display-mobile h5 {
  color: #fff;
  padding-top: 10px;
}

.blkMob .single-footer hr:before {
  background-color: #00a1de;
}

.blkMob .accordion>.card {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}

.blkMob .card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}

.blkMob .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}

.blkMob .card-header {
  background-color: #000;
  color: #fff;
}

.blkMob .card-header .btn {
  color: #fff;
}

.blkMob .card-header h2 .btn-block::after {
  color: #fff;
}

.blkMob .card-header h2 .btn-block.collapsed::after {
  color: #fff;
}

.blkMob .card-body .contact-list li {
  color: #fff;
}

.blkMob .card-body .contact-list li span {
  color: #fff;
}

.blkMob .card-body .contact-list li .fas {
  color: #fff;
}

.blkMob .card-body .contact-list li a {
  color: #fff;
}

.blkMob .card-body .links-list li {
  list-style-type: none;
  margin-bottom: 5px;
}

.blkMob .card-body .links-list li a {
  display: block;
  font-size: 0.875rem;
  color: #fff;
}

.blkMob .card-body .links-list li a:hover {
  color: #28B293;
}

.blkMob .socials .list li a {
  color: #fff;
}

.blkMob .bg-sticky-bar {
  background-color: #000;
}

.shop-one .range-slider-main, .shop-one .color-range-main {
  border: unset;
}

.shop-one .range-slider-main h2, .shop-one .color-range-main h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
}

.shop-one .right-menu .main-manu {
  background-color: unset;
  padding-left: 0;
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-one .right-menu-categories h6 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.shop-one .right-menu-categories a.main-manu {
  border-bottom: transparent;
  padding-left: 25px;
}

.blog-content .right-menu-categories .main-manu .fas {
  float: left;
  padding-right: 5px;
}

.height-auto{
  height: auto;
}

.w-55{
  max-width: 55%;
}
.w-30{
  max-width: 30%;
}

.bg-black{
  background-color: #000;
}
.text-end{
  text-align: end;
}
.mega-menu-item{
  right: unset !important;
  margin: 0 15px 15px;
  font-size: 0.75rem;
}

.mega-menu-item a{  
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
}

.mega-menu-items{
  max-height: 340px;
  overflow-y: auto;
  margin-bottom: 100px;
  /* max-width: 280px; */
}

.font-light{
  font-family: BlairITC TT;
}

.right-menu .main-manu .fa-minus{
  float: unset;
  display: initial;
}
.font-weight-3{
  font-weight: 300 !important;
}

.font-stndrd{
  font-family: "MenoBanner", sans-serif;
  font-size: 1.2rem;
}
.viewMap{
  color:#0000FF;
  text-align:left;
}

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


/* .navbar-nav{
  flex-wrap: wrap;
} */

.custom-search .custom-input{
  height: 35px;
  border: unset;
  width: 64%;
  text-transform: lowercase;
  font-family: "Blair-ITC", sans-serif;
  

}
.custom-search .btn-secondary{
  border: unset;  
  padding: 8px 20px;
  margin: -4px -4px 0;

}

.dropdown-submenu a{
  font-family: "Blair-ITC", sans-serif;
  text-transform: lowercase;
}

.shopping-cart-items{
  list-style-type: none;
}

.shopping-cart-items .item-name{
  color: #000;
  font-size: .85rem;
  font-family: "Blair-ITC",sans-serif;
  text-transform: lowercase;

}
.shopping-cart-items li{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);

}

.shopping-cart-items li:last-child{
  border-bottom: unset;
}

.shopping-cart-items .item-thumb{
  padding-top: 10px; 
}

.shopping-cart-items .item-summary{  
  font-weight: 600;
}


.font-14{
  font-size: 14px;
}

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

.font-18{
  font-size: 18px !important;
}

.font-24{
  font-size: 24px;
}
.text-inherit{
  text-transform: inherit !important;
}
.ajax_search_results{
  background-color: #fff;
}

.ajaxWarpper{
  padding: 10px 0; 
  background-color: 
  rgba(255,255,255,1);
  max-height: 200px;
  max-width: 640px;
  overflow-y: scroll;
  position: absolute;
  z-index: 20;
}
.ajaxItem{
  padding: 10px;  
  border-bottom: 1px solid #ebebeb;
  
}

/* .input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child){
  text-transform: lowercase;
} */
label{
  text-transform: lowercase;
}
.form-control{
  font-family: "Poppins-Medium", sans-serif;
}

.pro-info{
  text-transform: lowercase; 
}
.order-two-content .table th{
  text-transform: lowercase; 
}

.invoice-col{
  text-transform: lowercase;
}
.table th, .table td{
  text-transform: lowercase;
}
.form-check{
  text-transform: lowercase;
}

#coupon_code{
  text-transform: capitalize;
}

.font-Meno{
  font-family: "MenoBanner", sans-serif;
  font-size: 1.25rem;
  text-transform: lowercase;
}
.font-blair{
  font-family: "Blair-ITC", sans-serif;
}

.font-poppins{
  font-family: "Poppins-Medium", sans-serif;
  text-transform: capitalize;
}

.font-notera{
  font-family: "Notera", sans-serif;  
}
.font-poppins-light{
  font-family: "Poppins", sans-serif;  
  text-transform: capitalize;
}


.font-Greta-Arabic-Med{
  font-family: "Greta-Arabic-Medium";
}

.font-Greta-Arabic-Light{
  font-family: 'Greta-Arabic-Light';
}

.carousel-indicators{
  bottom: -45px;
}
.carousel-indicators li{
  width: 12px;
  height: 12px;
}

#services-section .cat-banner a img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.togglePassword{
  position: absolute;
  right: 25px;
  top: 14px;
  cursor: pointer
}

@media only screen and (max-width: 1367px){
  /* .mega-menu-items{
    max-width: 210px;
  } */
  .mega-menu-item{
    font-size: .625rem;
  }
  address{
    font-size: 12px;
  }
  h5{
    font-size: 0.825rem;
  }
  .fontTweMop{
    font-size: 10px;
  }
  .cart-area .item-price, .cart-area .item-total{
    font-size: 1rem;
  }
  .cart-page-one .top-table tbody tr td .item-detail h4{
    font-size: 0.75rem;
  }
  .cart-area .item-price, .cart-area .item-total{
    font-size: .875rem;
  }
  .checkout-area .item-price, .checkout-area .item-total{
    font-size: .875rem;
  }
  .input-group .form-control{
    height: auto;
  }
  .custom-search .btn-secondary{
    padding: 10px 20px;
  }
  .checkout-area .checkout-module .checkoutd-nav .nav-item a{
    font-size: 11px;
  }
  .checkout-area .checkout-module .checkoutd-nav .nav-item a.active:after{
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
}

@media only screen and (max-width: 1440px) {
  .header-eight .header-navbar nav .navbar-collapse ul li .dropdown-menu{
    margin-left: 5px;
  }
  .btn{
    font-size: .6rem !important;
  }
  
}


@media only screen and (max-width: 767px){
  .info-boxes-content .info-box{
    margin-bottom: 20px;
    border-right: unset;
    justify-content: flex-start;
  }
  .tri-banners-content{
    padding-top: 0 !important;
    margin-top: -30px;
  }
  .mo-font-20{
    font-size: 20px;
  }
}