* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-right: 0 !important;
  scroll-behavior: smooth;
  top: 0 !important;
}

h1 {
  font-size: 40px;
  margin-bottom: 0;
}

h2 {
  font-size: 32px;
  margin-bottom: 0;
}

h3 {
  font-size: 26px;
  margin-bottom: 0;
  font-family: "ProximaNova-Bold";
}

h4 {
  font-size: 20px;
  margin-bottom: 0;
}

h5 {
  font-size: 18px;
  margin-bottom: 0;
}

h6 {
  font-size: 16px;
  margin-bottom: 0;
}

ul {
  padding-left: 0;
}
ul li {
  font-size: 16px;
  text-decoration: none;
  list-style: none;
}

p {
  font-size: 15px;
  margin-bottom: 0;
  color: #192b3e;
  line-height: 26px;
  margin-bottom: 0;
  font-family: "ProximaNova-Regular";
}

a {
  font-size: 14px;
  text-decoration: none;
  font-family: "ProximaNova-Regular";
}

.container-fluid {
  padding: 0 2%;
}

.primary_button {
  background-color: #f5ae0c;
  border: none;
  padding: 15px 50px;
  font-size: 14px;
  color: #fff;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  border-radius: 5px;
}

.secondary_button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 15px 50px;
  font-size: 14px;
  color: #fff;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  border-radius: 5px;
}

.add_cart_btn {
  background: #2a4060;
  border: 0;
  display: block;
  margin: auto;
  color: #fff;
  padding: 6px 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-close {
  filter: invert(99%) sepia(11%) saturate(762%) hue-rotate(223deg) brightness(110%) contrast(100%);
  opacity: 1;
}
.btn-close:focus {
  border: none;
  box-shadow: none;
}

form .form-control {
  margin-bottom: 20px;
  border-radius: 0;
}
form .form-control:focus {
  box-shadow: none;
}

.btn:focus {
  box-shadow: none;
}

.wishlistImage .card {
  position: relative;
  margin-top: 15px;
  margin-bottom: 8px;
  border: 0;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.wishlistImage .card:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-4px);
}
.wishlistImage .card .proImageInnerSlider {
  display: flex;
  align-items: center;
}
.wishlistImage .card .card-body .slideIndicate button {
  height: 6px;
  width: 6px;
  background-color: #2a4060;
  color: #fff;
  border-radius: 50%;
  padding: 0px 0;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
}
.wishlistImage .card .card-body .availability {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 14px;
}
.wishlistImage .card .card-body .availability i {
  padding-right: 5px;
}
.wishlistImage .card .card-body .availability.in {
  color: #4caf50;
}
.wishlistImage .card .card-body .availability.out {
  color: #ff1616;
}
.wishlistImage .card .card-body .card-text {
  max-height: 50px;
  overflow: hidden;
  text-align: center;
  color: #252525;
  font-family: "ProximaNova-Regular";
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
  height: 50px;
}
.wishlistImage .card .card-body ul {
  display: flex;
  justify-content: center;
  height: 27px;
}
.wishlistImage .card .card-body ul li {
  text-transform: uppercase;
  font-size: 15px;
}
.wishlistImage .card .card-body ul li:first-child {
  margin-right: 5px;
  font-family: "ProximaNova-Bold";
  color: #222;
}
.wishlistImage .card .card-body ul .offLine {
  text-decoration: line-through;
  color: #ae3030;
  font-family: "ProximaNova-Bold";
}
.wishlistImage .card .offerWish {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
}
.wishlistImage .card .offerWish .OfferCon {
  background-color: #fab51a;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.wishlistImage .card .offerWish .OfferCon ul {
  margin-bottom: 0;
}
.wishlistImage .card .offerWish .OfferCon ul li {
  font-size: 10px;
  color: #121212;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
}
.wishlistImage .card .favWish {
  position: absolute;
  content: "";
  top: 10px;
  right: 50px;
  z-index: 9;
}
.wishlistImage .card .favWish .favBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.wishlistImage .card .favWish .favBtn .icon-heart {
  font-size: 14px;
  color: #666;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.wishlistImage .card .favWish .favBtn .icon-heart i {
  padding-right: 0px;
  font-size: 16px;
}
.wishlistImage .card .favWish .favBtn input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wishlistImage .card .favWish .favBtn input[type=checkbox]:checked + .icon-heart {
  color: red;
}
.wishlistImage .card .favWish .favBtn input[type=checkbox]:checked + .icon-heart .icon-plus-sign {
  display: none;
}
.wishlistImage .card .favWish .my_wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #666;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
  z-index: 999;
}
.wishlistImage .card .favWish .my_wishlist i {
  padding-right: 0px;
  font-size: 16px;
}
.wishlistImage .card .favWish .fill i {
  color: red;
}
.wishlistImage .card .cartWish {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  z-index: 9;
}
.wishlistImage .card .cartWish .cartCon {
  background-color: #2a4060;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.wishlistImage .card .cartWish .cartCon i {
  color: #fff;
  font-size: 12px;
  z-index: 9;
}
.wishlistImage .card .cartWish .cartCon:hover i {
  color: #fab51a;
}
.wishlistImage .carousel-indicators {
  margin-bottom: 0;
}

.slick-initialized {
  overflow: hidden;
}

.slick-next:before, .slick-prev:before {
  display: none !important;
}

.slick-slide img {
  width: 100%;
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url(../fonts/ProximaNova/proximanova-regular-webfont.woff);
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Black";
  src: url(../fonts/ProximaNova/proxima_nova_black-webfont.woff);
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url(../fonts/ProximaNova/proxima_nova_bold-webfont.woff);
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Extrabold";
  src: url(../fonts/ProximaNova/proxima_nova_extrabold-webfont.woff);
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Thin";
  src: url(../fonts/ProximaNova/proxima_nova_thin-webfont.woff);
  font-display: swap;
}
.sticky header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: ease-in-out;
  animation-name: none;
  animation-duration: 0.6s;
  animation-fill-mode: none;
  animation-name: none;
  animation-duration: 0.6s;
  animation-fill-mode: none;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 575px) {
  .sticky header {
    padding-top: 5px;
  }
}
.sticky .offerStrip p {
  position: relative;
  top: 10px;
}
@media (max-width: 767px) {
  .sticky .offerStrip p {
    display: none;
  }
}
.sticky .hideMobile {
  opacity: 0;
  overflow: hidden;
  transition: 0.5s ease all;
}

.hideMobile {
  height: auto;
  overflow: visible;
  transition: 0.5s ease all;
  z-index: 4;
  position: relative;
  animation: ease-in-out;
  animation-name: none;
  animation-duration: 0.6s;
  animation-fill-mode: none;
  animation-name: none;
  animation-duration: 0.6s;
  animation-fill-mode: none;
  animation-name: fadeInDown;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

header {
  transition: 0.5s ease all;
  background-color: #2a4060;
  padding: 10px 0;
}
header .topHeader {
  position: relative;
}
@media (min-width: 992px) {
  header .topHeader {
    margin-bottom: 4px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  header .topHeader {
    margin-bottom: 12px;
  }
}
header .topHeader .offerStrip {
  text-align: center;
}
@media (min-width: 992px) {
  header .topHeader .offerStrip {
    padding-right: 150px;
  }
}
@media (max-width: 767px) {
  header .topHeader .offerStrip {
    text-align: center;
  }
}
header .topHeader .offerStrip p, header .topHeader .offerStrip a {
  color: #fab51a;
  position: relative;
  z-index: 2;
  transition: 0.5s ease all;
}
header .topHeader .offerStrip p::after, header .topHeader .offerStrip a::after {
  width: 0;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fab51a;
  height: 1px;
  left: 0;
  transition: 0.5s ease all;
}
header .topHeader .offerStrip p:hover:after, header .topHeader .offerStrip a:hover:after {
  width: 100%;
}
header .topHeader .LinkHead {
  top: 0;
  display: flex;
  justify-content: end;
}
@media (min-width: 576px) {
  header .topHeader .LinkHead {
    position: absolute;
    right: 0;
    padding: 0;
  }
}
header .topHeader .LinkHead ul {
  margin-bottom: 0;
}
header .topHeader .LinkHead ul li {
  display: inline-block;
  margin-right: 2px;
}
@media (min-width: 1367px) {
  header .topHeader .LinkHead ul li {
    margin-right: 20px;
  }
}
header .topHeader .LinkHead ul li a {
  color: #fff;
  font-family: "ProximaNova-Thin";
}
header .topHeader .LinkHead ul li a:hover {
  color: #fab51a;
}
header .topHeader .LinkHead ul li a select {
  background-color: #2a4060;
  border: none;
  color: #fab51a;
}
header .topHeader .LinkHead ul li a select:focus {
  box-shadow: none;
  outline: none;
}
header .topHeader .LinkHead ul li a select:focus-visible {
  outline: none;
}
header .topHeader .LinkHead ul li:last-child {
  margin-right: 0;
}
header .bottomHeader {
  margin-bottom: 6px;
}
header .bottomHeader .mainAllHead {
  display: flex;
  margin-bottom: 0;
}
header .bottomHeader .mainAllHead .mainAllHeadLeft {
  width: 15%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .bottomHeader .mainAllHead .mainAllHeadLeft {
    width: 18%;
  }
}
header .bottomHeader .mainAllHead .mainAllHeadLeft .mobilemenu {
  display: none;
}
header .bottomHeader .mainAllHead .mainAllHeadCenter {
  width: 55%;
  display: flex;
}
header .bottomHeader .mainAllHead .mainAllHeadCenter .serachBtnFull {
  width: 100%;
}
header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile {
  display: none;
}
header .bottomHeader .mainAllHead .mainAllHeadRight {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
}
header .bottomHeader .logoLeft {
  display: flex;
  align-items: start;
}
header .bottomHeader .logoLeft picture img {
  width: 100%;
}
header .bottomHeader .serachBtnFull {
  display: grid;
}
header .bottomHeader .serachBtnFull .serachBtnFullLeft {
  display: flex;
  align-items: center;
}
header .bottomHeader .headerBtn button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "ProximaNova-Regular";
}
header .bottomHeader .headerBtn button img {
  margin-right: 10px;
}
header .bottomHeader .headerSearch {
  display: flex;
  align-items: center;
}
header .bottomHeader .headerSearch ul {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
header .bottomHeader .headerSearch ul li {
  width: 100%;
}
header .bottomHeader .headerSearch input:focus {
  box-shadow: none;
}
header .bottomHeader .headerSearch .input-group-append {
  background-color: #fab51a;
  border-radius: 0.25rem;
  cursor: pointer;
}
header .bottomHeader .headerSearch .input-group-append .input-group-text {
  border: none;
  background-color: transparent;
  padding: 0.75rem;
}
header .bottomHeader .headerSearch .searchS {
  position: relative;
}
header .bottomHeader .headerSearch .searchS .searchResult {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
header .bottomHeader .headerSearch .searchS .searchResult img {
  width: 100%;
}
header .bottomHeader .headerSearch .searchS .searchResult ul {
  display: inherit;
  background-color: #fff;
  padding: 5%;
  z-index: 2;
  height: 400px;
  overflow-y: scroll;
}
header .bottomHeader .headerSearch .searchS .searchResult ul li {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
header .bottomHeader .headerSearch .searchS .searchResult ul li.viewMoreBtn {
  margin-bottom: 0;
  border-bottom: 0 !important;
  padding-bottom: 0;
  position: absolute;
  background-color: #ffffff;
  height: 74px;
  bottom: 0;
  left: 0;
  width: 100%;
}
header .bottomHeader .headerSearch .searchS .searchResult ul::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
header .bottomHeader .headerSearch .searchS .searchResult ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: green;
}
header .bottomHeader .headerSearch .searchS .searchResult ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #2a4060;
  background-color: #2a4060;
  opacity: 1;
}
header .bottomHeader .headerSearch .searchS .searchResult .imgBx img {
  width: 100%;
}
header .bottomHeader .headerSearch .searchS .searchResult .txtBx .name {
  font-family: "ProximaNova-Regular";
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
header .bottomHeader .headerSearch .searchS .searchResult .txtBx .price {
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  color: #2a4060;
}
header .bottomHeader .headerSearch .searchS .searchResult .txtBx .fullPrice {
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  color: #222;
  text-decoration: line-through;
  margin-left: 5px;
}
header .bottomHeader .headerMainBtns {
  display: flex;
  align-items: center;
  justify-content: end;
}
header .bottomHeader .headerMainBtns ul {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header .bottomHeader .headerMainBtns ul {
    margin-top: 30px;
  }
}
header .bottomHeader .headerMainBtns ul li {
  display: inline-block;
  margin-right: 25px;
}
header .bottomHeader .headerMainBtns ul li a {
  color: #fff;
}
header .bottomHeader .headerMainBtns ul li a img {
  margin-right: 6px;
}
@media (max-width: 767px) {
  header .bottomHeader .headerMainBtns ul li a img {
    margin-right: 0;
  }
}
header .bottomHeader .headerMainBtns ul li:last-child {
  margin-right: 0;
  position: relative;
}
header .bottomHeader .headerMainBtns ul li:last-child a img {
  position: relative;
}
header .bottomHeader .headerMainBtns ul li:last-child .badge {
  position: absolute;
  left: 40%;
  background-color: #fed416;
  color: #03318b;
  font-size: 10px;
}
header .bottomHeader .headerMainBtns ul li .logDrop button {
  color: #fff;
  font-size: 14px;
  padding: 0;
  align-items: center;
  display: flex;
}
header .bottomHeader .headerMainBtns ul li .logDrop .dropdown-menu {
  background-color: #2a4060;
}
header .bottomHeader .headerMainBtns ul li .logDrop .dropdown-menu li {
  width: 100%;
}
header .bottomHeader .headerMainBtns ul li .logDrop .dropdown-menu li a:hover {
  color: #fab51a;
  background-color: transparent;
}

.headerNavbar .navbar .navbar-nav {
  /*mega menu*/
  /*mega menu*/
}
.headerNavbar .navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
.headerNavbar .navbar .navbar-nav .nav-item .nav-link {
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "ProximaNova-Regular";
}
@media (max-width: 1399px) {
  .headerNavbar .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
}
.headerNavbar .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fab51a;
}
.headerNavbar .navbar .navbar-nav .nav-item .nav-link i {
  margin-left: 6px;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu {
  float: left;
  overflow: hidden;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content {
  display: none;
  position: absolute;
  margin-top: 0%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  padding: 3%;
  z-index: 10;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .row {
  width: 100%;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .menu_list_limit {
  height: 197px;
  overflow-y: scroll;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .menu_list_limit::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
  padding-right: 0;
  border-radius: 10px;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .menu_list_limit::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .menu_list_limit::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #fab51a;
  background-color: #fab51a;
  opacity: 1;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul {
  word-break: break-all;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul.more-than-three li {
  flex-basis: 24%;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul.exactly-two li {
  flex-basis: 48%;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul li {
  padding-bottom: 0px;
  border-right: 1px solid #dbdbe2;
  padding-right: 12px;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul li a {
  font-size: 16px;
  color: #000;
  font-family: "ProximaNova-Regular";
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul li a:hover {
  color: #fab51a;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul.sub-list {
  display: block !important;
  max-height: 140px;
  overflow-y: auto;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul.sub-list i {
  margin-top: 4px;
}
@media (max-width: 991.98px) {
  .headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul.sub-list i.fa-caret-right::before {
    color: #fff;
    margin-right: 6px;
  }
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul.sub-list li {
  border-right: none;
  padding: 0;
  display: flex;
  padding: 0 12px;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul.sub-list li a {
  padding-left: 8px;
  font-weight: 400;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .sub_category_img {
  height: 197px;
  margin: 0 auto;
}
.headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu:hover .dropdown-hover-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.headerNavbar .navbar .navbar-nav .dropdown-menu {
  background-color: transparent;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border: none;
}
.headerNavbar .navbar .navbar-nav .dropdown-menu a {
  color: #e1e1e1;
  font-weight: 600;
}
.headerNavbar .navbar .navbar-nav .dropdown-menu a:hover {
  color: #fab51a;
}
@media (max-width: 991px) {
  .headerNavbar .navbar .navbar-nav .dropdown-menu a {
    font-weight: 500;
  }
}
.headerNavbar .navbar .navbar-nav .dropdown-menu li {
  padding: 0 20px;
}
@media screen and (max-width: 991.98px) {
  .headerNavbar .navbar .navbar-nav .dropdown-menu li {
    padding-left: 8px;
    padding-right: 0;
  }
}
.headerNavbar .navbar .navbar-nav .dropdownMobile {
  box-shadow: none;
}
@media (max-width: 767px) {
  .headerNavbar .navbar .navbar-nav .dropdownMobile {
    padding: 0;
    margin-bottom: 5px;
  }
  .headerNavbar .navbar .navbar-nav .sub-list li i {
    font-size: 11px;
  }
}
.headerNavbar .navbar .navbar-nav .dropdown-submenu {
  position: relative;
}
.headerNavbar .navbar .navbar-nav .dropdown-submenu > .dropdownMobile {
  box-shadow: none !important;
}
.headerNavbar .navbar .navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  margin-left: 0px;
  border: none;
}
.headerNavbar .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.headerNavbar .navbar .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.headerNavbar .navbar .navbar-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.headerNavbar .navbar .navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.headerNavbar .navbar .navbar-nav .desktopMegaMenu, .headerNavbar .navbar .navbar-nav .desktopSubMenu {
  display: block;
}
.headerNavbar .navbar .navbar-nav .mobileMegaMenu, .headerNavbar .navbar .navbar-nav .mobileSubMenu {
  display: none;
}
.headerNavbar .navbar .nopadD {
  padding-left: 0;
  padding-right: 0;
}
.headerNavbar .navbar .navbar-toggler-icon {
  background-image: url("../images/hamburger.svg");
  transition: 0.5s ease;
}
.headerNavbar .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.headerNavbar hr {
  opacity: 0.1;
  margin: 0;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../images/hamburgerClose.svg);
  transition: 0.5s ease;
}

footer {
  background-color: #2a4060;
}
footer .footerTop {
  padding: 20px 0 35px 0;
}
footer .footerTop .footerTopCenter {
  display: flex;
  justify-content: center;
}
footer .footerTop .footerTopCenter picture img {
  width: 100%;
}
footer .footerCenter {
  padding: 20px 0 40px 0;
}
footer .footerCenter .footerCenterLeft h5 {
  color: #fff;
  margin-bottom: 30px;
  font-family: "ProximaNova-Bold";
}
@media (max-width: 767px) {
  footer .footerCenter .footerCenterLeft h5 {
    margin-bottom: 10px;
  }
}
footer .footerCenter .footerCenterLeft ul li a {
  color: #fff;
  display: flex;
  padding-bottom: 8px;
}
footer .footerCenter .footerCenterLeft ul li a:hover {
  color: #fab51a;
}
footer .footerCenter .footerCenterRight {
  margin-top: 20px;
}
footer .footerCenter .footerCenterRight h5 {
  color: #fff;
  font-family: "ProximaNova-Bold";
  margin-bottom: 30px;
}
footer .footerCenter .footerCenterRight button {
  padding: 15px 10px;
  width: 100%;
}
footer .footerCenter .footerCenterRight .headerSearch {
  margin-bottom: 25px;
}
footer .footerCenter .footerCenterRight .headerSearch .input-group input {
  border: 1px solid #fff;
}
footer .footerCenter .footerCenterRight .headerSearch .input-group input:focus-visible {
  box-shadow: none;
}
footer .footerCenter .footerCenterRight .headerSearch .input-group-text {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
footer .footerCenterBottom {
  padding: 25px 0;
}
footer .footerCenterBottom .footerCenterBottom1 {
  display: flex;
  align-items: center;
}
footer .footerCenterBottom .footerCenterBottom1 a {
  color: #fff;
  margin-left: 15px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
footer .footerCenterBottom .footerCenterBottom1 a:hover {
  color: #fab51a;
}
footer .footerCenterBottom .footerCenterBottom2 {
  display: flex;
  align-items: center;
}
footer .footerCenterBottom .footerCenterBottom2 img {
  width: 100%;
}
footer .footerCenterBottom .footerCenterBottomRights {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footerCenterBottom .footerCenterBottomRights a {
  display: flex;
}
footer .footerCenterBottom .footerCenterBottomRights a picture {
  display: flex;
  align-items: center;
}
footer .footerCenterBottom .footerCenterBottomRights a p {
  margin-left: 15px;
  color: #fff;
}
footer .footerCenterBottom .footerCenterBottomRights a:hover p {
  color: #fab51a;
}
footer .footerBottom {
  padding: 30px 0;
}
footer .footerBottom .footerBottomLeft picture img {
  width: 300px;
}
footer .footerBottom .footerBottomLeft a {
  color: #fff;
  margin-left: 15px;
}
footer .footerBottom .footerBottomLeft a:hover {
  color: #fab51a;
}
footer .footerBottom .footerBottomRight {
  display: flex;
  justify-content: end;
}
footer .footerBottom .footerBottomRight ul li {
  display: inline-block;
}
@media (min-width: 992px) {
  footer .footerBottom .footerBottomRight ul li {
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  footer .footerBottom .footerBottomRight ul li {
    margin-right: 10px;
  }
}
footer .footerBottom .footerBottomRight ul li a {
  color: #fff;
}
footer .footerBottom .footerBottomRight ul li a:hover {
  color: #fab51a;
}
footer .footerBottom .footerBottomRight ul li a img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  footer .footerBottom .footerBottomRight ul li a img {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 992px) {
  footer .footerBottom .footerBottomRight ul li a img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  footer .footerBottom .footerBottomRight ul li a img {
    width: auto;
    height: auto;
  }
}
footer hr {
  color: #fff;
}

.aboutContent {
  margin: 70px 0;
}
.aboutContent .aboutContentLeft {
  display: flex;
  align-items: center;
}
.aboutContent .aboutContentLeft h3 {
  color: #314d78;
  font-family: "ProximaNova-Bold";
  margin-bottom: 25px;
}
.aboutContent .aboutContentLeft p {
  margin-bottom: 30px;
}
.aboutContent .aboutContentLeft h6 {
  font-family: "ProximaNova-Bold";
  color: #192b3e;
}
.aboutContent .aboutContentRight {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 140px;
  z-index: 5;
}
.aboutContent .aboutContentRight picture img {
  width: 100%;
  border-radius: 20px;
}
.aboutContent .aboutContentRight .overlayedAbout {
  position: absolute;
  content: "";
  bottom: -8%;
  left: 12%;
  width: 78%;
}
.aboutContent .aboutContentRight .overlayedAbout .overlayedAboutLeft {
  background-color: #fab51a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutContent .aboutContentRight .overlayedAbout .overlayedAboutLeft span {
  font-size: 70px;
  font-family: "ProximaNova-Bold";
  color: #fff;
}
.aboutContent .aboutContentRight .overlayedAbout .overlayedAboutRight {
  position: relative;
  display: flex;
  align-items: center;
}
.aboutContent .aboutContentRight .overlayedAbout .overlayedAboutRight h3 {
  color: #2a4060;
  font-family: "ProximaNova-Regular";
  z-index: 2;
  text-transform: uppercase;
  padding-top: 5%;
}
.aboutContent .aboutContentRight .overlayedAbout .overlayedAboutRight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  background-color: #fff;
  top: 25%;
  left: 0;
  z-index: 1;
  border-top-right-radius: 10px;
}
.aboutContent .aboutContentRight::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fab51a;
  opacity: 0.5;
  top: -5%;
  right: 0;
}

.aboutFeatures {
  position: relative;
  margin-top: 100px;
  padding: 25px 0;
}
.aboutFeatures::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(2, 103, 195, 0.1);
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .aboutFeatures .featuredContent .featuredContentLeft {
    padding: 0px 8px 0px 6px;
  }
}
.aboutFeatures .featuredContent .featuredContentLeft {
  transition: transform 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutFeatures .featuredContent .featuredContentLeft .LeftImgAbout {
  background-color: #2a4060;
  border-radius: 50%;
}
.aboutFeatures .featuredContent .featuredContentLeft .LeftImgAbout img {
  width: 100%;
}
@media (max-width: 767px) {
  .aboutFeatures .featuredContent .featuredContentRight {
    justify-content: center;
    margin-top: 8px;
  }
}
.aboutFeatures .featuredContent .featuredContentRight {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.aboutFeatures .featuredContent .featuredContentRight h6 {
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .aboutFeatures .featuredContent .featuredContentRight h6 {
    text-align: center;
    margin: 0;
  }
}
.aboutFeatures .featuredContent .featuredContentRight p {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .aboutFeatures .featuredContent .featuredContentRight p {
    padding-right: 20px;
  }
}
.aboutFeatures .featuredContent:hover .featuredContentLeft {
  transform: rotateY(180deg);
  transition: transform 0.8s;
}
@media (max-width: 767px) {
  .aboutFeaturesHome {
    padding: 25px 8px 9px 8px;
  }
}
.faq {
  background-color: #f3f2f7;
  padding: 70px 0;
}
.faq .faqLeft h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  color: #192b3e;
}
.faq .faqLeft .accordion .accordion-item {
  margin-bottom: 12px;
  border: 2px solid #fab51a;
}
.faq .faqLeft .accordion .accordion-item .accordion-header:focus-visible {
  box-shadow: none;
  outline: none;
}
.faq .faqLeft .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  outline: none;
}
.faq .faqLeft .accordion .accordion-item .accordion-header .accordion-button {
  color: #1b1a1a;
  font-family: "ProximaNova-Regular";
}
.faq .faqLeft .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .faqLeft .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  font-size: 30px;
  transform: none;
  color: #000;
}
.faq .faqRight .advertisement_Slider {
  margin-bottom: 30px;
}
.faq .faqRight .advertisement_Slider .addvertiseImage img {
  width: 100%;
}

.carrer {
  background-color: #f3f3f3;
  padding: 70px 0;
}
.carrer .HeadTop {
  margin-bottom: 30px;
  color: #1b1a1a;
}
.carrer .accordion .accordion-item {
  border: 0;
  padding: 30px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .carrer .accordion .accordion-item {
    padding: 0;
  }
}
.carrer .accordion .accordion-item .accordion-header .accordion-button {
  align-items: start;
}
@media (max-width: 767px) {
  .carrer .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 10px;
  }
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients h3 {
  color: #1b1a1a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients h3 {
    font-size: 20px;
  }
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients .carrerDates {
  display: flex;
  margin-bottom: 15px;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients .carrerDates p {
  font-family: "ProximaNova-Regular";
  color: #5b5959;
  text-transform: uppercase;
  font-size: 13px;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients .carrerDates .carrerDatesCon {
  display: flex;
  margin-right: 30px;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients .carrerDates .carrerDatesCon .secoCon {
  margin-left: 6px;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul {
  display: flex;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-left: 20px;
  color: #5b5959;
  font-size: 16px;
  font-family: "ProximaNova-Regular";
  list-style-type: inherit;
  display: flex;
  align-items: center;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 30%;
  left: 0;
  background-color: #fab51a;
  border-radius: 50%;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul li .carrerDatesCon {
  display: flex;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul li .carrerDatesCon .secoCon {
  margin-left: 6px;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrer .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  font-size: 30px;
  transform: none;
  color: #000;
}
.carrer .accordion .accordion-item .accordion-body p {
  margin-bottom: 20px;
  color: #1b1a1a;
  font-family: "ProximaNova-Regular";
}
.carrer .accordion .accordion-item .accordion-body button {
  position: relative;
  background-color: #2a4060;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
}
.carrer .accordion .accordion-item .accordion-body button::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px #2a4060;
}
.carrer .accordion .accordion-item .accordion-body button:active::after {
  box-shadow: 0 0 0 0 #2a4060;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0s;
}

.invalid-feedback {
  position: absolute;
}

.LoginPopup .modal-dialog .modal-content .modal-header {
  background-color: #2a4060;
  padding: 1rem 4rem;
}
.LoginPopup .modal-dialog .modal-content .modal-header h3 {
  color: #fff;
}
.LoginPopup .modal-dialog .modal-content .modal-body {
  padding: 2rem 4rem;
}
.LoginPopup .modal-dialog .modal-content .modal-body form .form-group {
  margin-bottom: 28px;
}
.LoginPopup .modal-dialog .modal-content .modal-body form .form-group input, .LoginPopup .modal-dialog .modal-content .modal-body form .form-group textarea {
  border-radius: 5px;
  margin-bottom: 0;
}
.LoginPopup .modal-dialog .modal-content .modal-body form .uploadsCarrer {
  position: relative;
  z-index: 2;
}
.LoginPopup .modal-dialog .modal-content .modal-body form .uploadsCarrer .attatch {
  position: absolute;
  top: 60%;
  right: 4%;
  z-index: 1;
  color: #fab51a;
}
.LoginPopup .modal-dialog .modal-content .modal-body form .forgotten {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.LoginPopup .modal-dialog .modal-content .modal-body form .forgotten a {
  color: #363636;
  font-size: 14px;
}
.LoginPopup .modal-dialog .modal-content .modal-body form button {
  display: block;
  margin: auto;
  width: 100%;
  font-size: 16px;
  font-family: "ProximaNova-Regular";
  margin-bottom: 10px;
}
.LoginPopup .modal-dialog .modal-content .modal-body .breakRuleFrom {
  margin: 15px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.LoginPopup .modal-dialog .modal-content .modal-body .breakRuleFrom::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 42%;
  height: 1px;
  background-color: #ced4da;
}
.LoginPopup .modal-dialog .modal-content .modal-body .breakRuleFrom::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 42%;
  height: 1px;
  background-color: #ced4da;
}
.LoginPopup .modal-dialog .modal-content .modal-body .googleBtn {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 5px;
  padding: 15px 0;
  border: 1px solid #ced4da;
  background-color: transparent;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  margin-bottom: 12px;
}
.LoginPopup .modal-dialog .modal-content .modal-body .googleBtn img {
  margin-right: 6px;
}
.LoginPopup .modal-dialog .modal-content .modal-body .fbBtn {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 5px;
  padding: 15px 0;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}
.LoginPopup .modal-dialog .modal-content .modal-body .fbBtn img {
  margin-right: 6px;
}
.LoginPopup .modal-dialog .modal-content .modal-body .forgottenP {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.LoginPopup .modal-dialog .modal-content .modal-body .forgottenP p {
  color: #888888;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}
.LoginPopup .modal-dialog .modal-content .modal-body .forgottenP a {
  color: #2a4060;
  display: flex;
  align-items: center;
  margin-left: 6px;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}

.banner picture img {
  width: 100%;
}

.servicesItems {
  padding: 60px 0;
  background-color: #f2f2f6;
}
.servicesItems .servicesItemsTop .headerSearch {
  margin-bottom: 25px;
}
.servicesItems .servicesItemsTop .headerSearch .searchS {
  position: relative;
}
.servicesItems .servicesItemsTop .headerSearch .searchS .serviceSearchResult {
  display: none;
  background-color: #fff !important;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 320px;
  overflow: hidden;
  overflow-y: scroll;
}
.servicesItems .servicesItemsTop .headerSearch .searchS .serviceSearchResult .flxBx {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px !important;
}
.servicesItems .servicesItemsTop .headerSearch .searchS .serviceSearchResult .flxBx .imgBx img {
  width: 100%;
}
.servicesItems .servicesItemsTop .headerSearch .searchS .serviceSearchResult .flxBx .txtBx {
  color: #000;
}
.servicesItems .servicesItemsTop .headerSearch .searchS .serviceSearchResult .flxBx:last-child {
  margin-bottom: 0;
}
.servicesItems .servicesItemsTop .headerSearch .input-group input {
  border: 1px solid #fff;
}
.servicesItems .servicesItemsTop .headerSearch .input-group input:focus-visible {
  box-shadow: none;
}
.servicesItems .servicesItemsTop .headerSearch .input-group-text {
  background-color: #fff;
  display: inherit;
  border: 1px solid #fff;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.servicesItems .servicesItemsTop .form-select:focus-visible {
  box-shadow: none;
  outline: none;
  border: 1px solid #ced4da;
}
.servicesItems .servicesItemsTop .selectLabel {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.servicesItems .servicesItemsTop .selectLabel label {
  width: 50%;
  text-transform: uppercase;
  color: #6e6e6e;
  font-size: 14px;
  font-family: "ProximaNova-Bold";
  padding-left: 3%;
}
.servicesItems .servicesItemsTop .selectLabel select {
  border: none;
}
.servicesItems .servicesItemsTop .selectLabel select:focus-visible {
  border: none;
}
.servicesItems .servicesItemsBottom {
  margin-top: 25px;
}
.servicesItems .servicesItemsBottom .col-lg-2 {
  width: 20%;
  display: flex;
}
.servicesItems .servicesItemsBottom .col-md-2 {
  width: 20%;
}
.servicesItems .servicesItemsBottom .card {
  border: none;
  margin-bottom: 30px;
}
.servicesItems .servicesItemsBottom .card .card-img-top {
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.servicesItems .servicesItemsBottom .card .card-img-top:hover {
  transform: scale(0.98);
  transition: transform 0.3s;
}
.servicesItems .servicesItemsBottom .card .cardImageTop {
  overflow: hidden;
}
.servicesItems .servicesItemsBottom .card .cardImageTop img {
  transition: transform 0.3s;
}
.servicesItems .servicesItemsBottom .card .cardImageTop img:hover {
  transform: scale(1.15);
  transition: transform 0.3s;
}
.servicesItems .servicesItemsBottom .card .card-body h6 {
  color: #2a4060;
  height: 34px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  text-align: center;
}
@media (max-width: 767px) {
  .servicesItems .servicesItemsBottom .card .card-body h6 {
    height: auto;
  }
}
.servicesItems .servicesItemsBottom .card .card-body .card-text {
  text-align: center;
  margin-bottom: 10px;
  height: 74px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .servicesItems .servicesItemsBottom .card .card-body .card-text {
    height: auto;
  }
}
.servicesItems .servicesItemsBottom .card .card-body .avilability {
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.servicesItems .servicesItemsBottom .card .card-body .avilability p {
  color: #9b9b9b;
  font-family: "ProximaNova-Regular";
}
.servicesItems .servicesItemsBottom .card .card-body .avilability .value {
  color: #4cb050;
  padding-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.servicesItems .servicesItemsBottom .card .card-body .nopAdd {
  padding-right: 0;
}
.servicesItems .servicesItemsBottom .card .card-body .btnLeft {
  width: 100%;
  border: none;
  color: #fff;
  padding: 10px 10px;
  font-size: 13px;
  background-color: #2a4060;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.servicesItems .servicesItemsBottom .card .card-body .btnLeft i {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.servicesItems .servicesItemsBottom .card .card-body .btnRight {
  width: 100%;
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  background-color: #fab51a;
  display: flex;
  justify-content: center;
}
.servicesItems .slick-slide {
  margin: 0 8px;
}

.servicesDetails {
  padding: 80px 0;
}
.servicesDetails .thumb-nav img {
  border: 1px solid #cecece;
  cursor: pointer;
}
.servicesDetails .servicesDetailsLeft img {
  width: 100%;
}
.servicesDetails .servicesDetailsLeft .servicesDetailsLeftFirst .imageBox {
  border: 1px solid #d7d7d7;
}
.servicesDetails .servicesDetailsLeft .servicesDetailsLeftSecond {
  display: flex;
  align-items: center;
  border: 1px solid #d7d7d7;
}
.servicesDetails .servicesDetailsRight {
  display: flex;
  align-items: start;
  padding: 0 4%;
}
.servicesDetails .servicesDetailsRight > div {
  width: 100%;
}
.servicesDetails .servicesDetailsRight h3 {
  color: #191919;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.servicesDetails .servicesDetailsRight .serviText {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
}
.servicesDetails .servicesDetailsRight .dashedDiv {
  border: 1px solid #34b039;
  padding: 10px 0;
  border-style: dashed;
  margin-bottom: 25px;
}
.servicesDetails .servicesDetailsRight .dashedDiv p {
  display: flex;
  justify-content: center;
  color: #34b039;
  font-family: "ProximaNova-Bold";
}
.servicesDetails .servicesDetailsRight .selectSer .form-select-label {
  color: #404553;
  margin-bottom: 0.5rem;
  font-family: "ProximaNova-Regular";
}
.servicesDetails .servicesDetailsRight .selectSer .form-select:focus-visible {
  box-shadow: none;
  border: 1px solid #fab51a;
}
.servicesDetails .servicesDetailsRight .selectSer .quantity {
  display: inline-flex;
  border: 1px solid #d8dbe6;
}
.servicesDetails .servicesDetailsRight .selectSer .quantity .minus, .servicesDetails .servicesDetailsRight .selectSer .quantity .minusProduct, .servicesDetails .servicesDetailsRight .selectSer .quantity .plusProduct {
  padding: 0 10px;
  border: none;
  border-radius: 0;
}
.servicesDetails .servicesDetailsRight .selectSer .quantity input[type=number],
.servicesDetails .servicesDetailsRight .selectSer .quantity input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: unset;
}
.servicesDetails .servicesDetailsRight .selectSer .quantity input {
  border: none;
  text-align: center;
}
.servicesDetails .servicesDetailsRight .selectSer .align {
  display: inline-table;
}
.servicesDetails .servicesDetailsRight .pricing {
  display: flex;
  margin: 30px 0;
}
.servicesDetails .servicesDetailsRight .pricing p {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}
.servicesDetails .servicesDetailsRight .pricing h4 {
  text-transform: uppercase;
  color: #2a4060;
  font-size: 22px;
  font-family: "ProximaNova-Bold";
  margin-right: 10px;
  margin-left: 4px;
}
.servicesDetails .servicesDetailsRight .btnLeft {
  width: 100%;
  border: none;
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  background-color: #2a4060;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
}
.servicesDetails .servicesDetailsRight .btnLeft i {
  margin-right: 5px;
}
.servicesDetails .servicesDetailsRight .btnRight {
  width: 100%;
  border: none;
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  background-color: #fab51a;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
}
.servicesDetails .slick-prev {
  background-color: #fcf5dc;
  z-index: 9;
  left: 0 !important;
  top: 2%;
  width: 100%;
  height: 20px;
  background-image: url("../images/upArrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
.servicesDetails .slick-prev::before {
  content: "";
}
.servicesDetails .slick-next {
  background-color: #fcf5dc;
  z-index: 9;
  right: 0;
  top: inherit;
  bottom: -2%;
  width: 100%;
  height: 20px;
  background-image: url("../images/downArrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
.servicesDetails .slick-next::before {
  content: "";
}
.servicesDetails .slick-list {
  margin: 10px 0;
}

.relatedServices {
  background-color: #f2f2f6;
  padding: 40px 0 80px 0;
}
.relatedServices .headTop h3 {
  color: #2a4060;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.relatedServices .slick-slide {
  margin: 0 15px;
}
.relatedServices .servicesItemsBottom {
  margin-top: 0;
}

.Blogs {
  margin: 30px 0;
}
.Blogs h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 22px;
}
.Blogs .BlogsCards .card {
  border: none;
  margin-bottom: 40px;
}
.Blogs .BlogsCards .card .cardImageTop {
  overflow: hidden;
}
.Blogs .BlogsCards .card .cardImageTop img {
  transition: 0.2s ease all;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.Blogs .BlogsCards .card .cardImageTop img:hover {
  transform: scale(1.03);
  transition: 0.3s ease all;
}
.Blogs .BlogsCards .card .card-body {
  padding: 0;
}
.Blogs .BlogsCards .card .card-body p a {
  color: #fab51a;
}
.Blogs .BlogsCards .card .card-body .card-text {
  margin: 30px 0 20px 0;
  color: #1e1e1e;
  font-size: 16px;
}
.Blogs .BlogsCards .card .card-body .cardLinkLeft {
  display: flex;
  justify-content: start;
}
.Blogs .BlogsCards .card .card-body .cardLinkLeft p {
  color: #777777;
}
.Blogs .BlogsCards .card .card-body .cardLinkRight {
  display: flex;
  justify-content: end;
}
.Blogs .BlogsCards .card .card-body .cardLinkRight a {
  display: flex;
  align-items: center;
  color: #fab51a;
}
.Blogs .BlogsCards .card .card-body .cardLinkRight a i {
  padding-left: 5px;
  padding-top: 2px;
}
.Blogs .BlogsCards .card .card-body .cardLinkRight a:hover {
  color: #2a4060;
  transition: transform 0.3s;
}
.Blogs .SliderBlogs {
  margin-bottom: 50px;
}
.Blogs .SliderBlogs img {
  width: 100%;
}
.Blogs .slick-slide {
  margin: 0 10px;
}

.contactForm {
  padding: 70px 0;
}
.contactForm .contactFormDetails h3 {
  display: flex;
  justify-content: center;
}
.contactForm .contactFormDetails p {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.contactForm .contactFormDetails form .form-group {
  margin-bottom: 20px;
}
.contactForm .contactFormDetails form input, .contactForm .contactFormDetails form textarea {
  border: 0;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 0;
}
.contactForm .contactFormDetails form button {
  padding: 12px 24px;
  float: right;
}

.contactMaps {
  background-color: #f3f3f3;
  padding: 70px 0;
}
.contactMaps .card {
  border: none;
  margin-bottom: 30px;
}
.contactMaps .card .card-body .card-title {
  font-family: "ProximaNova-Regular";
  color: #fab51a;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.contactMaps .card .card-body .card-text {
  font-size: 15px;
  color: #292929;
  font-family: "ProximaNova-Regular";
  margin-bottom: 20px;
}
.contactMaps .card .card-body iframe {
  width: 100%;
}
.contactMaps .card .card-body .tel {
  display: flex;
  align-items: center;
}
.contactMaps .card .card-body .tel p {
  color: #636363;
  font-size: 16px;
  font-family: "ProximaNova-Regular";
}
.contactMaps .card .card-body .tel .tele {
  padding-left: 5px;
  color: #1f1f1f;
}
.contactMaps .card .card-body .fax {
  display: flex;
}
.contactMaps .card .card-body .fax p {
  color: #636363;
  font-size: 16px;
  font-family: "ProximaNova-Regular";
}
.contactMaps .card .card-body .fax .faxe {
  padding-left: 5px;
}
.contactMaps .card .card-body .toll {
  display: flex;
  align-items: center;
}
.contactMaps .card .card-body .toll a {
  color: #1f1f1f;
  font-size: 16px;
  font-family: "ProximaNova-Regular";
  margin-top: 25px;
  margin-bottom: 30px;
}
.contactMaps .card .card-body .toll .tolle {
  padding-left: 5px;
  padding-top: 8px;
  font-family: "ProximaNova-Bold";
}

.specialEnquiry {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.specialEnquiry .specialEnquiryLeft h3 {
  margin-bottom: 25px;
  color: #2a4060;
  text-transform: uppercase;
}
.specialEnquiry .specialEnquiryLeft p {
  margin-bottom: 20px;
}
.specialEnquiry .specialEnquiryLeft .card {
  border: none;
  margin-bottom: 6px;
  position: relative;
}
.specialEnquiry .specialEnquiryLeft .card .card-body {
  padding: 2rem;
}
.specialEnquiry .specialEnquiryLeft .card .card-body .card-text {
  color: #666;
  margin-bottom: 0;
  line-height: 26px;
}
.specialEnquiry .specialEnquiryLeft .card::before {
  position: absolute;
  content: "";
  background-image: url("../images/enquiryBefore.png");
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  top: 40px;
  left: -10px;
}
.specialEnquiry .specialEnquiryRight {
  height: 100%;
  overflow: hidden;
  position: sticky;
  top: 115px;
}
.specialEnquiry .specialEnquiryRight .card {
  background-color: #2a4060;
}
.specialEnquiry .specialEnquiryRight .card .card-body {
  padding: 4rem 3rem;
}
.specialEnquiry .specialEnquiryRight .card .card-body h4 {
  color: #fff;
  font-family: "ProximaNova-Bold";
  margin-bottom: 30px;
  font-size: 22px;
}
.specialEnquiry .specialEnquiryRight .card .card-body form .form-group {
  margin-bottom: 20px;
}
.specialEnquiry .specialEnquiryRight .card .card-body form input, .specialEnquiry .specialEnquiryRight .card .card-body form textarea, .specialEnquiry .specialEnquiryRight .card .card-body form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  color: #fff;
  border-radius: 0;
  margin-bottom: 0;
}
.specialEnquiry .specialEnquiryRight .card .card-body form input::-moz-placeholder, .specialEnquiry .specialEnquiryRight .card .card-body form textarea::-moz-placeholder, .specialEnquiry .specialEnquiryRight .card .card-body form select::-moz-placeholder {
  color: #fff;
}
.specialEnquiry .specialEnquiryRight .card .card-body form input::placeholder, .specialEnquiry .specialEnquiryRight .card .card-body form textarea::placeholder, .specialEnquiry .specialEnquiryRight .card .card-body form select::placeholder {
  color: #fff;
}
.specialEnquiry .specialEnquiryRight .card .card-body form input:focus-visible, .specialEnquiry .specialEnquiryRight .card .card-body form textarea:focus-visible, .specialEnquiry .specialEnquiryRight .card .card-body form select:focus-visible {
  box-shadow: none;
}
.specialEnquiry .specialEnquiryRight .card .card-body form select {
  margin-bottom: 1rem;
  background-color: #2a4060;
  color: #fff;
}
.specialEnquiry .specialEnquiryRight .card .card-body form button {
  background-color: #fab51a;
  border: none;
  float: right;
  color: #fff;
  padding: 8px 24px;
  border-radius: 5px;
}
.specialEnquiry .specialEnquiryRight .card .card-body form input[type=file] {
  position: absolute;
  left: 30px;
  top: 0px;
  border: unset;
}
.specialEnquiry .specialEnquiryRight .card .card-body form input[type=file]::-webkit-file-upload-button {
  display: none;
}
.specialEnquiry .specialEnquiryRight .card .card-body form input[type=file]::-moz--file-upload-button {
  visibility: hidden;
}
.specialEnquiry .specialEnquiryRight .card .card-body form .custom-file-upload {
  position: relative;
  border: none;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.specialEnquiry .specialEnquiryRight .card .card-body form .custom-file-upload i {
  color: #fab51a;
  transform: rotate(180deg);
}

.thankyou {
  background-color: #f3f3f3;
  padding: 70px 0 100px 0;
}
.thankyou .card {
  border: none;
}
.thankyou .card .card-body {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 60px 0;
}
.thankyou .card .card-body .card-title {
  font-family: "ProximaNova-Regular";
  color: #2a4060;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 20px;
}
.thankyou .card .card-body p {
  color: #2c2c2c;
  font-size: 15px;
  padding-left: 6px;
}
.thankyou .card .card-body .orderNo {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.thankyou .card .card-body .qtyPrc {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.thankyou .card .card-body .qtyPrc .qty {
  display: flex;
}
.thankyou .card .card-body .qtyPrc span {
  padding: 0 4px;
}
.thankyou .card .card-body .qtyPrc .prc {
  display: flex;
}
.thankyou .card .card-body .payMeth {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.thankyou .card .card-body .btnGroup .btn1 {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 24px;
  background-color: #2a4060;
  margin-right: 4px;
}
.thankyou .card .card-body .btnGroup .btn2 {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 24px;
  background-color: #fab51a;
  margin-right: 4px;
}
.thankyou .card .card-body .btnGroup .btn3 {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  text-transform: uppercase;
  color: #2a4060;
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.checkout {
  background-color: #f3f3f3;
  padding: 50px 0 80px 0;
}
@media (max-width: 991px) {
  .checkout > div > .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.checkout .checkoutLeft {
  background-color: #fff;
  padding: 40px 20px;
}
.checkout .checkoutLeft .checkoutSlider {
  overflow: visible;
}
.checkout .checkoutLeft .checkoutSlider .slick-track {
  margin: 0;
}
.checkout .checkoutLeft .checkoutSlider .slick-arrow {
  background: #fff;
  border: 1px solid #e0e4ef;
  top: 34%;
  width: 35px;
  height: 20px;
}
.checkout .checkoutLeft .checkoutSlider .slick-initialized {
  overflow: visible;
}
.checkout .checkoutLeft .checkoutSlider .slick-prev {
  left: -15px !important;
  z-index: 99;
  background-image: url("../images/upArrow.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  background-size: 11px 7px;
}
.checkout .checkoutLeft .checkoutSlider .slick-next {
  right: -15px;
  z-index: 99;
  background-image: url("../images/upArrow.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  background-size: 11px 7px;
}
.checkout .checkoutLeft h5 {
  font-family: "ProximaNova-Bold";
  color: #2a4060;
  margin-bottom: 4px;
}
.checkout .checkoutLeft h5 img {
  padding-left: 15px;
}
.checkout .checkoutLeft hr {
  color: #939fb2;
}
.checkout .checkoutLeft .textP {
  color: #939fb2;
  font-size: 13px;
  margin-bottom: 30px;
}
.checkout .checkoutLeft .addressBox {
  border: 1px solid #e0e4ef;
  padding: 25px;
  word-wrap: break-word;
  cursor: pointer;
  margin-bottom: 30px;
}
.checkout .checkoutLeft .addressBox h6 {
  color: #2e4a77;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular";
  margin-bottom: 20px;
}
.checkout .checkoutLeft .addressBox h6 i {
  margin-right: 10px;
}
.checkout .checkoutLeft .addressBox p {
  color: #5f6773;
  font-size: 13px;
}
.checkout .checkoutLeft .addressBox:hover {
  background-color: #fef7e8;
  border: solid 1px #fab51a;
}
.checkout .checkoutLeft .addressBox.active {
  background-color: #fef7e8;
  border: solid 1px #fab51a;
}
.checkout .checkoutLeft form {
  margin: 30px 0;
}
.checkout .checkoutLeft form h5 {
  margin-bottom: 0;
}
.checkout .checkoutLeft form p {
  margin-bottom: 20px;
}
.checkout .checkoutLeft form .pays {
  margin-bottom: 30px;
}
.checkout .checkoutLeft form .pays .form-check img {
  margin-bottom: 10px;
}
.checkout .checkoutLeft form .pays .form-check h6 {
  color: #334f7a;
  font-family: "ProximaNova-Bold";
}
.checkout .checkoutLeft form .chedckTick {
  margin-bottom: 30px;
}
.checkout .checkoutLeft form .chedckTick .form-check-input:checked {
  background-color: #fab51a;
  color: #fff;
  border-radius: 0;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.checkout .checkoutLeft form .chedckTick .form-check-input {
  box-shadow: none;
  border: 1px solid #fab51a;
}
.checkout .checkoutLeft form .chedckTick label {
  color: #939fb2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkout .checkoutLeft form .chedckTick label a {
  color: #274472;
}
.checkout .checkoutLeft form select {
  margin-bottom: 20px;
}
.checkout .checkoutLeft form button {
  padding: 9px 40px;
  font-size: 16px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  background-color: #2a4060;
  color: #fff;
  border: none;
  outline: none;
}
.checkout .checkoutLeft .checkoutLeftRihy {
  text-align: end;
}
.checkout .checkoutLeft .checkoutLeftRihy a {
  font-size: 16px;
  color: #2e4a77;
  font-family: "ProximaNova-Regular";
}
.checkout .checkoutLeft .checkoutLeftRihy a i {
  padding-right: 10px;
}
.checkout .checkoutLeft .btn1 {
  background-color: #2a4060;
  color: #fff;
  border: none;
  padding: 12px 34px;
  font-size: 14px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
}
.checkout .checkoutLeft .form-group {
  position: relative;
}
.checkout .checkoutLeft .error {
  color: red;
  margin-left: 0px;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  bottom: -20px;
  width: 100%;
  display: block;
  margin-top: 10px;
}
.checkout .checkoutLeft .chedckTick {
  margin-bottom: 20px;
}
.checkout .checkoutLeft .chedckTick .form-check-input:checked {
  background-color: #fab51a;
  border-color: transparent;
}
.checkout .checkoutLeft .chedckTick .form-check-input:focus-visible {
  box-shadow: none;
}
.checkout .checkoutLeft .chedckTick .form-check-input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.checkout .checkoutLeft .chedckTick .form-check-label {
  color: #939fb2;
  font-size: 14px;
}
.checkout .checkoutLeft .chedckTick .form-check-label a {
  color: #334f7a;
}
.checkout .checkoutLeft .chedckTick .form-check-label a:hover {
  color: #fab51a;
}
.checkout .checkoutLeft .pays img {
  margin-bottom: 10px;
}
.checkout .checkoutLeft .pays h6 {
  color: #334f7a;
  font-family: "ProximaNova-Bold";
}
.checkout .checkoutRight hr {
  color: #fff;
}
.checkout .checkoutRight .card {
  background-color: #2a4060;
}
.checkout .checkoutRight .card .card-body {
  padding: 50px 20px;
}
@media (min-width: 1400px) {
  .checkout .checkoutRight .card .card-body {
    padding: 60px 30px;
  }
}
.checkout .checkoutRight .card .card-body h4 {
  color: #fff;
  font-family: "ProximaNova-Regular";
  margin-bottom: 20px;
}
.checkout .checkoutRight .card .card-body .summaryWrapper {
  height: 350px;
  margin-bottom: 30px;
  overflow: hidden;
  overflow-y: auto;
}
.checkout .checkoutRight .card .card-body .summaryWrapper::-webkit-scrollbar {
  width: 5px;
}
.checkout .checkoutRight .card .card-body .summaryWrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #333333;
}
.checkout .checkoutRight .card .card-body .summaryWrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .checkout .checkoutRight .card .card-body .summaryWrapper {
    height: 250px;
  }
}
.checkout .checkoutRight .card .card-body .Summary .SummaryLeft img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .checkout .checkoutRight .card .card-body .Summary .SummaryRight ul {
    margin: 0;
  }
}
.checkout .checkoutRight .card .card-body .Summary .SummaryRight h6 {
  color: #fff;
  font-family: "ProximaNova-Regular";
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.checkout .checkoutRight .card .card-body .Summary .SummaryRight .attributesBox {
  margin-bottom: 8px;
}
.checkout .checkoutRight .card .card-body .Summary .SummaryRight .attributesBox p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  padding: 0 0 3px 0;
  line-height: 16px;
}
.checkout .checkoutRight .card .card-body .Summary .SummaryRight .attributesBox p:first-child {
  font-weight: bold;
}
.checkout .checkoutRight .card .card-body .Summary .SummaryRight .prc {
  font-family: "ProximaNova-Bold";
  margin-bottom: 0;
}
.checkout .checkoutRight .card .card-body .Summary .SummaryRight ul li {
  display: inline-block;
  color: #fff;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}
.checkout .checkoutRight .card .card-body .headerSearch {
  margin: 20px 0;
}
.checkout .checkoutRight .card .card-body .headerSearch input {
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
}
.checkout .checkoutRight .card .card-body .headerSearch input:focus-visible {
  box-shadow: none;
}
.checkout .checkoutRight .card .card-body .headerSearch .input-group-text {
  background-color: #fab51a;
  border-radius: 0;
  font-size: 12px;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  height: 100%;
  color: #fff;
}
.checkout .checkoutRight .card .card-body .headerSearch input#coupon {
  background-image: url(../images/gift.png);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left 10px center;
  padding-left: 20px;
}
.checkout .checkoutRight .card .card-body .headerSearch .left_input {
  display: flex;
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .checkout .checkoutRight .card .card-body .headerSearch .left_input {
    height: 50px;
  }
}
@media (min-width: 576px) {
  .checkout .checkoutRight .card .card-body .headerSearch .left_input {
    width: 75%;
  }
}
.checkout .checkoutRight .card .card-body .headerSearch .left_input .coupon_remove_btn {
  position: absolute;
  right: 10px;
  color: #2a4060;
}
.checkout .checkoutRight .card .card-body .headerSearch .left_input .coupon_remove_btn:hover {
  color: red;
}
.checkout .checkoutRight .card .card-body .headerSearch .input-group-append {
  width: 30%;
}
@media (max-width: 1199px) {
  .checkout .checkoutRight .card .card-body .headerSearch .input-group-append {
    height: 50px;
  }
  .checkout .checkoutRight .card .card-body .headerSearch .input-group-append button {
    height: 50px;
  }
}
@media (min-width: 576px) {
  .checkout .checkoutRight .card .card-body .headerSearch .input-group-append {
    width: 25%;
  }
}
.checkout .checkoutRight .card .card-body .headerSearch .input-group-text {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.checkout .checkoutRight .card .card-body .lists ul {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.checkout .checkoutRight .card .card-body .lists ul li {
  display: inline-block;
  width: 35%;
  color: #fff;
  font-family: "ProximaNova-Regular";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout .checkoutRight .card .card-body .lists ul li {
    font-size: 13px;
  }
}
.checkout .checkoutRight .card .card-body .lists ul li:first-child {
  width: 65%;
}
.checkout .checkoutRight .card .card-body .lists ul li:last-child {
  text-align: end;
}
.checkout .checkoutRight .card .card-body .lists .coupon_div {
  display: flex;
  flex-wrap: wrap;
}
.checkout .checkoutRight .card .card-body .lists .coupon_div a {
  width: 100%;
  text-align: right;
}
.checkout .checkoutRight .card .card-body .lists .coupon_div a i {
  padding-right: 0;
}
.checkout .checkoutRight .card .card-body .lists .coupon_div li:first-child {
  width: 70%;
}
.checkout .checkoutRight .card .card-body .lists .coupon_div li:last-child {
  width: 30%;
}
@media (max-width: 992px) {
  .checkout .checkoutRight .card .card-body .lists ul {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout .checkoutRight .card .card-body .lists ul a {
    width: 100%;
    text-align: right;
  }
  .checkout .checkoutRight .card .card-body .lists ul a i {
    padding-right: 0;
  }
  .checkout .checkoutRight .card .card-body .lists ul li:first-child {
    width: 70%;
  }
  .checkout .checkoutRight .card .card-body .lists ul li:last-child {
    width: 30%;
  }
}
.checkout .checkoutRight .card .card-body .lists #coupon_div .coupon_value_html {
  text-align: end;
}
.checkout .checkoutRight .card .card-body .lists #coupon_div .coupon_remove_btn {
  color: #fff;
  font-size: 13px;
  text-align: end;
  display: block;
}
.checkout .checkoutRight .card .card-body .lists #coupon_div .coupon_remove_btn i {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.checkout .checkoutRight .card .card-body .lists #coupon_div .coupon_remove_btn:hover {
  color: red;
}
.checkout .checkoutRight .card .card-body .lists #coupon_div .coupon_remove_btn:hover i {
  color: red;
}
.checkout .checkoutRight .card .card-body .lists .total {
  font-family: "ProximaNova-Bold";
}
.checkout .checkoutRight .card .card-body .lists .total li:first-child {
  font-size: 16px;
  font-family: "ProximaNova-Regular";
}
.checkout .checkoutRight .card .card-body .lists .total li:last-child {
  font-size: 18px;
}
.checkout .checkoutRight .card .card-body .lists textarea {
  margin: 20px 0 30px 0;
  border-radius: 0;
}
.checkout .checkoutRight .card .card-body .lists a {
  color: #fff;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}
.checkout .checkoutRight .card .card-body .lists a i {
  padding-right: 10px;
  color: #fab51a;
}
.checkout .slick-slide {
  margin: 0 15px;
}

.addCheckout {
  margin: 40px 0;
}
.addCheckout img {
  width: 100%;
}

.blogDetails {
  background-color: #f3f3f3;
  position: relative;
}
.blogDetails .blogDetailsLeft {
  padding-top: 70px;
  padding-bottom: 70px;
}
.blogDetails .blogDetailsLeft p a {
  color: #fab51a;
}
.blogDetails .blogDetailsLeft h3 {
  color: #272727;
  font-family: "ProximaNova-Regular";
  margin-top: 10px;
  margin-bottom: 20px;
}
.blogDetails .blogDetailsLeft .dates {
  color: #707070;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blogDetails .blogDetailsLeft .blogImageSlider {
  margin-bottom: 35px;
}
.blogDetails .blogDetailsLeft .desc {
  margin-bottom: 35px;
}
.blogDetails .blogDetailsLeft .blogImage img {
  width: 100%;
}
.blogDetails .blogDetailsLeft .blogVideo {
  position: relative;
  margin-bottom: 35px;
}
.blogDetails .blogDetailsLeft .blogVideo img {
  width: 100%;
}
.blogDetails .blogDetailsLeft .blogVideo .videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blogDetails .blogDetailsLeft .blogVideo .videoBtn img {
  width: 75px;
  height: 75px;
}
.blogDetails .blogDetailsLeft .blogVideo .desc {
  margin-bottom: 35px;
}
.blogDetails .blogDetailsRight {
  height: 100%;
  overflow: hidden;
  position: sticky;
  top: 0%;
  padding: 0 0 0 3%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.blogDetails .blogDetailsRight h3 {
  margin-bottom: 35px;
  color: #000000;
  font-family: "ProximaNova-Regular";
}
.blogDetails .blogDetailsRight .addBlogdetails {
  margin-top: 25px;
}
.blogDetails .blogDetailsRight .addBlogdetails .advertisement_Slider {
  margin-bottom: 25px;
}
.blogDetails .blogDetailsRight .addBlogdetails .advertisement_Slider .addvertiseImage img {
  width: 100%;
}
.blogDetails .blogDetailsRight .addBlogdetails .SliderBlogs {
  margin-bottom: 20px;
}
.blogDetails .blogDetailsRight .blogPosts {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 25px;
}
.blogDetails .blogDetailsRight .blogPosts .blogPostsLeft {
  margin-bottom: 25px;
}
.blogDetails .blogDetailsRight .blogPosts .blogPostsLeft img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .blogDetails .blogDetailsRight .blogPosts .blogPostsLeft img {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .blogDetails .blogDetailsRight .blogPosts .blogPostsLeft img {
    height: 160px;
  }
}
@media (max-width: 400px) {
  .blogDetails .blogDetailsRight .blogPosts .blogPostsLeft img {
    height: 120px;
  }
}
.blogDetails .blogDetailsRight .blogPosts .blogPostsRight h6 {
  color: #000000;
  font-family: "ProximaNova-Regular";
}
.blogDetails .blogDetailsRight .blogPosts .blogPostsRight ul li {
  display: inline-block;
  color: #8d8e8e;
  font-size: 14px;
}
.blogDetails .blogDetailsRight .slick-slide img {
  width: 100%;
}

.cart {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.cart .cartLeft .headtOp {
  margin-bottom: 25px;
  color: #2e4a77;
  font-family: "ProximaNova-Bold";
  display: flex;
}
.cart .cartLeft .headtOp span {
  color: #7e859b;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.cart .cartLeft .cartProducts {
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 30px 25px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .cart .cartLeft .cartProducts {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .cart .cartLeft .cartProducts {
    padding: 20px;
  }
}
.cart .cartLeft .cartProducts .cartProductsLeft img {
  width: 100%;
}
.cart .cartLeft .cartProducts .cartProductsLeft a {
  color: #000;
}
.cart .cartLeft .cartProducts .attributeSection {
  word-break: break-all;
  flex-wrap: wrap;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopLeft {
  display: flex;
  align-items: center;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopLeft h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopLeft h6 {
    margin-top: 20px;
  }
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight {
  display: flex;
  justify-content: end;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul li {
  display: inline-block;
  margin-right: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul li .my_wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  width: auto;
  height: 30px;
  font-size: 14px;
  color: #666;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul li .my_wishlist i {
  padding-right: 10px;
  font-size: 16px;
  z-index: 9;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul li .fill i {
  color: red;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul li .remove {
  color: #f4132e;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  display: flex;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul li .remove i {
  padding-left: 10px;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight i {
  display: flex;
  align-items: center;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom > div:nth-child(even) {
    justify-content: flex-end;
  }
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .attributeSection p {
  margin-right: 10px;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .attributeSection p:first-child {
  margin-right: 15px;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty label {
  margin-bottom: 6px;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .quantity {
  display: inline-flex;
  border: 1px solid #d8dbe6;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .quantity .minus, .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .quantity .plus {
  padding: 0 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: unset;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .quantity input {
  border: none;
  text-align: center;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .price {
  display: flex;
  align-items: center;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .price ul {
  margin-bottom: 0;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .price ul li:first-child {
  margin-bottom: 5px;
  color: #404553;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .price ul li:last-child {
  color: #304c78;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "ProximaNova-Regular";
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .price ul .oldPrice {
  text-decoration: line-through;
  display: inline-block;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .color {
  display: flex;
  align-items: center;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .color ul {
  margin-bottom: 0;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .color ul li:first-child {
  color: #404553;
  margin-bottom: 5px;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .color ul li .colr {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #ced4da;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .total {
  display: flex;
  align-items: center;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .total ul {
  margin-bottom: 0;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .total ul li:first-child {
  margin-bottom: 5px;
  color: #404553;
}
.cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .total ul li:last-child {
  color: #304c78;
  font-family: "ProximaNova-Bold";
  font-size: 15px;
  text-transform: uppercase;
}
.cart .cartRight {
  top: 130px;
  z-index: 9;
}
.cart .cartRight hr {
  color: #fff;
}
.cart .cartRight .card {
  background-color: #2a4060;
}
.cart .cartRight .card .card-body {
  padding: 20px;
}
@media (min-width: 1200px) {
  .cart .cartRight .card .card-body {
    padding: 30px;
  }
}
.cart .cartRight .card .card-body h4 {
  color: #fff;
  font-family: "ProximaNova-Regular";
  margin-bottom: 15px;
}
.cart .cartRight .card .card-body .Summary .SummaryLeft img {
  width: 100%;
}
.cart .cartRight .card .card-body .Summary .SummaryRight h6 {
  color: #fff;
  font-family: "ProximaNova-Regular";
  margin-bottom: 10px;
}
.cart .cartRight .card .card-body .Summary .SummaryRight .prc {
  font-family: "ProximaNova-Bold";
  margin-bottom: 0;
}
.cart .cartRight .card .card-body .Summary .SummaryRight ul li {
  display: inline-block;
  color: #fff;
  font-family: "ProximaNova-Regular";
  font-size: 12px;
}
.cart .cartRight .card .card-body .headerSearch {
  margin: 20px 0;
}
.cart .cartRight .card .card-body .headerSearch input {
  border: none;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart .cartRight .card .card-body .headerSearch input:focus-visible {
  box-shadow: none;
}
.cart .cartRight .card .card-body .headerSearch .input-group-text {
  background-color: #fab51a;
  border-radius: 0;
  font-size: 12px;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  height: 100%;
  color: #fff;
}
.cart .cartRight .card .card-body .lists ul {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cart .cartRight .card .card-body .lists ul {
    display: flex;
    justify-content: space-between;
  }
}
.cart .cartRight .card .card-body .lists ul li {
  display: inline-block;
  width: 49%;
  color: #fff;
  font-family: "ProximaNova-Regular";
}
@media (max-width: 575px) {
  .cart .cartRight .card .card-body .lists ul li {
    width: 38%;
  }
  .cart .cartRight .card .card-body .lists ul li:first-child {
    width: 60%;
  }
}
.cart .cartRight .card .card-body .lists ul li:last-child {
  text-align: end;
}
.cart .cartRight .card .card-body .lists #coupon_div .coupon_remove_btn {
  color: #fff;
  font-size: 13px;
  text-align: end;
  display: block;
}
.cart .cartRight .card .card-body .lists #coupon_div .coupon_remove_btn i {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.cart .cartRight .card .card-body .lists #coupon_div .coupon_remove_btn:hover {
  color: red;
}
.cart .cartRight .card .card-body .lists #coupon_div .coupon_remove_btn:hover i {
  color: red;
}
.cart .cartRight .card .card-body .lists .total {
  font-family: "ProximaNova-Bold";
}
.cart .cartRight .card .card-body .lists .total li:first-child {
  font-size: 16px;
  font-family: "ProximaNova-Bold";
}
.cart .cartRight .card .card-body .lists .total li:first-child span {
  font-family: "ProximaNova-Regular";
  font-size: 13px;
}
.cart .cartRight .card .card-body .lists .total li:last-child {
  font-size: 18px;
  font-family: "ProximaNova-Bold";
}
.cart .cartRight .card .card-body .lists textarea {
  margin: 20px 0 30px 0;
  border-radius: 0;
}
.cart .cartRight .card .card-body .lists a {
  color: #fff;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}
.cart .cartRight .card .card-body .lists a i {
  padding-right: 10px;
  color: #fab51a;
}
.cart .cartRight .card .card-body .lists .btnGrop .btn1 {
  padding: 15px 0;
  border: none;
  color: #fff;
  background-color: #fab51a;
  font-size: 14px;
  font-family: "ProximaNova-Bold";
  width: 100%;
  text-transform: uppercase;
}
.cart .cartRight .card .card-body .lists .btnGrop .btn2 {
  padding: 15px 0;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-family: "ProximaNova-Bold";
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .cart .cartRight .card .card-body .lists .btnGrop .btn2 {
    padding: 13px 0px;
  }
  .cart .cartRight .card .card-body .lists .btnGrop .btn1 {
    padding: 14px 0px;
  }
}

.wishlistSlider {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.wishlistSlider .container-fluid {
  position: relative;
}
.wishlistSlider .heads {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .wishlistSlider .heads .headsLeft {
    width: 50%;
  }
}
.wishlistSlider .heads .headsRight {
  display: flex;
  justify-content: end;
}
@media (max-width: 576px) {
  .wishlistSlider .heads .headsRight {
    width: 50%;
  }
}
.wishlistSlider .heads .headsRight a {
  color: #1e1a18;
  font-size: 14px;
}
.wishlistSlider .heads .headsRight a i {
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .wishlistSlider .heads .headsRight a {
    height: 50px;
    align-items: center;
    display: flex;
    position: absolute;
    top: -11px;
  }
}
.wishlistSlider .wishlist_Slider .card {
  position: relative;
}
.wishlistSlider .wishlist_Slider .card .proImageInnerSlider {
  display: flex;
  align-items: center;
}
.wishlistSlider .wishlist_Slider .card .card-body .card-text {
  text-align: center;
  color: #252525;
  font-family: "ProximaNova-Regular";
  margin-bottom: 10px;
}
.wishlistSlider .wishlist_Slider .card .card-body ul {
  display: flex;
  justify-content: center;
}
.wishlistSlider .wishlist_Slider .card .card-body ul li {
  text-transform: uppercase;
}
.wishlistSlider .wishlist_Slider .card .card-body ul li:first-child {
  margin-right: 5px;
  font-family: "ProximaNova-Bold";
}
.wishlistSlider .wishlist_Slider .card .offerWish {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
}
.wishlistSlider .wishlist_Slider .card .offerWish .OfferCon {
  background-color: #fab51a;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.wishlistSlider .wishlist_Slider .card .offerWish .OfferCon ul {
  margin-bottom: 0;
}
.wishlistSlider .wishlist_Slider .card .offerWish .OfferCon ul li {
  font-size: 10px;
  color: #121212;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
}
.wishlistSlider .wishlist_Slider .card .cartWish {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
}
.wishlistSlider .wishlist_Slider .card .cartWish .cartCon {
  background-color: #2a4060;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlistSlider .wishlist_Slider .card .cartWish .cartCon i {
  color: #fff;
  font-size: 12px;
}
.wishlistSlider .wishlist_Slider .card .cartWish .cartCon:hover i {
  color: #fab51a;
}
.wishlistSlider .wishlist_Slider .slick-next {
  background: url(../images/webp/prod-next.webp) no-repeat;
  right: 0;
  left: unset;
}
.wishlistSlider .wishlist_Slider .slick-prev {
  left: 0;
  background: url(../images/webp/prod-preview.webp) no-repeat;
  right: unset;
}
.wishlistSlider .wishlist_Slider.slick-slider {
  position: initial;
}
.wishlistSlider .wishlist_Slider .slick-next, .wishlistSlider .wishlist_Slider .slick-prev {
  width: 40px;
  height: 40px;
  margin: 6px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: 30%;
  z-index: 2;
}
@media (max-width: 1192px) {
  .wishlistSlider .wishlist_Slider .slick-next, .wishlistSlider .wishlist_Slider .slick-prev {
    top: 0px;
    transform: translateY(0);
  }
  .wishlistSlider .wishlist_Slider .slick-next {
    left: unset !important;
    right: 110px;
  }
  .wishlistSlider .wishlist_Slider .slick-prev {
    left: unset !important;
    right: 155px;
  }
}
@media (max-width: 767px) {
  .wishlistSlider .wishlist_Slider .slick-next, .wishlistSlider .wishlist_Slider .slick-prev {
    top: 30px;
  }
}
@media (max-width: 567px) {
  .wishlistSlider .wishlist_Slider .slick-next {
    right: 100px;
  }
  .wishlistSlider .wishlist_Slider .slick-prev {
    right: 145px;
  }
  .wishlistSlider .wishlist_Slider .slick-next, .wishlistSlider .wishlist_Slider .slick-prev {
    top: 0px;
  }
}
.wishlistSlider .wishlist {
  margin-bottom: 40px;
  position: relative;
}
.wishlistSlider .wishlist .slick-track {
  margin: 0;
}
.wishlistSlider .recommendProducts {
  margin-bottom: 60px;
}
.wishlistSlider .viewedProducts {
  margin-bottom: 40px;
}
.wishlistSlider .SliderBlogs {
  margin-bottom: 40px;
}
.wishlistSlider .SliderBlogs img {
  width: 100%;
}
.wishlistSlider .slick-slide {
  margin: 0 4px;
}

.noitemsCart, .noitemsWishlist {
  background-color: #f7f7f7;
  padding: 70px 0;
}
.noitemsCart img, .noitemsWishlist img {
  width: 100%;
  margin-bottom: 20px;
}
.noitemsCart button, .noitemsWishlist button {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.noitemsCart .btn1, .noitemsWishlist .btn1 {
  background-color: #2a4060;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2a4060;
  padding: 8px 20px;
  text-transform: uppercase;
}
.noitemsCart .btn1:hover, .noitemsWishlist .btn1:hover {
  background-color: transparent;
  color: #2a4060;
  border: 1px solid #2a4060;
}

.noitemsWishlist img {
  height: 309px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .noitemsWishlist img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .noitemsWishlist img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .noitemsWishlist img {
    height: 170px;
  }
}

.profile {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.profile .tabs li {
  width: 24%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #aaafc1;
  border-radius: 0;
  padding: 15px 0;
  background-color: #2a4060;
  color: #fff;
}
.profile .tabs li.current {
  background-color: #fff;
  color: #2a4060;
}
.profile .tab-content {
  display: none;
  padding: 15px;
  margin-top: 35px;
}
.profile .tab-content.current {
  display: block;
}
.profile .tab-content .wishlistImage .card .card-body .availability {
  margin-top: 19px;
}
.profile .tab-content.Profile .ProfileLeft .profilePic {
  background-color: #fff;
  padding: 35px 0 65px 0;
  margin-bottom: 20px;
}
.profile .tab-content.Profile .ProfileLeft .profilePic img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .tab-content.Profile .ProfileLeft .profilePic h3 {
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  color: #192b3e;
  width: 90%;
  margin: auto;
  text-align: center;
}
@media (max-width: 575px) {
  .profile .tab-content.Profile .ProfileLeft .profilePic h3 {
    font-size: 20px;
  }
}
.profile .tab-content.Profile .ProfileLeft .profilePic p {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  color: #000;
  text-align: center;
}
.profile .tab-content.Profile .ProfileLeft .profilePic .col-md-12 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .tab-content.Profile .ProfileLeft .profilePic .pics {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(90, 82, 82, 0.1);
  margin-bottom: 15px;
}
.profile .tab-content.Profile .ProfileLeft .profilePic .pics .cam {
  background-color: #fab51a;
  padding: 6px 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -4%;
}
.profile .tab-content.Profile .ProfileLeft .profilePic .pics .cam input[type=file] {
  display: none;
}
.profile .tab-content.Profile .ProfileLeft .profilePic .pics .cam .custom-file-upload {
  border: none;
  display: inline-block;
  cursor: pointer;
}
.profile .tab-content.Profile .ProfileLeft .password {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.profile .tab-content.Profile .ProfileLeft .password button {
  padding: 15px 0;
  width: 100%;
  border: none;
  color: #1c3c6c;
  background-color: #fff;
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm {
  background-color: #fff;
  padding: 60px 30px;
}
@media (max-width: 575px) {
  .profile .tab-content.Profile .ProfileRight .ProfileRightForm {
    padding: 30px 20px;
  }
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group span {
  bottom: -18px;
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm h5 {
  color: #2e4a77;
  margin-bottom: 25px;
  font-family: "ProximaNova-Bold";
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group {
  position: relative;
  margin-bottom: 24px;
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group input, .profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group select {
  padding-top: 12px;
  padding-bottom: 12px;
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group label {
  position: absolute;
  top: -10px;
  left: 14px;
  background-color: #fff;
  padding: 0 4px;
  color: #7e859b;
  font-size: 12px;
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group .cancel {
  border: 1px solid #d6d6d5;
  background-color: transparent;
  width: 100%;
  padding: 10px 0;
  color: #1c3c6c;
}
@media (max-width: 575px) {
  .profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group .cancel {
    font-size: 15px;
  }
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group .save {
  background-color: #2a4060;
  border: none;
  color: #fff;
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 575px) {
  .profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group .save {
    font-size: 15px;
  }
}
.profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group .form-control[readonly] {
  background-color: #fff;
}
.profile .tab-content.Profile .ProfileRight .editPass .cancel {
  border: 1px solid #d6d6d5;
  background-color: transparent;
  width: 100%;
  padding: 10px 0;
}
.profile .tab-content.Profile .ProfileRight .editPass .save {
  background-color: #2a4060;
  border: none;
  color: #fff;
  width: 100%;
  padding: 10px 0;
}
.profile .tab-content.Orders {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 575px) {
  .profile .tab-content.Orders {
    padding: 30px 0px;
  }
}
.profile .tab-content.Orders h5 {
  margin-bottom: 40px;
  padding-left: 40px;
}
.profile .tab-content.Orders .card .card-top {
  background-color: #eaedf1;
  padding: 20px 30px;
}
.profile .tab-content.Orders .card .card-top ul {
  margin-bottom: 0;
}
.profile .tab-content.Orders .card .card-top .card-topLeft ul li {
  display: inline-block;
}
.profile .tab-content.Orders .card .card-top .card-topLeft ul li:last-child {
  color: #1c3c6c;
}
.profile .tab-content.Orders .card .card-top .card-topCenter ul li {
  display: inline-block;
}
.profile .tab-content.Orders .card .card-top .card-topRight {
  display: flex;
  justify-content: end;
}
.profile .tab-content.Orders .card .card-top .card-topRight a {
  color: #304c78;
}
.profile .tab-content.Orders .card .card-top .card-topRight a i {
  margin-left: 10px;
}
.profile .tab-content.Orders .card .card-body .orderCards .orderCardsRight h6 {
  color: #404553;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .profile .tab-content.Orders .card .card-body .orderCards .orderCardsRight h6 {
    width: 95%;
    font-size: 13.5px;
  }
}
.profile .tab-content.Orders .card .card-body .orderCards .orderCardsRight ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.profile .tab-content.Orders .card .card-body .orderCards .orderCardsRight ul li {
  display: inline-block;
  color: #192b3e;
}
.profile .tab-content.Orders .card .card-body .orderCards .orderCardsRight ul li span {
  color: #192b3e;
}
@media (max-width: 575px) {
  .profile .tab-content.Orders .card .card-body .orderCards .orderCardsRight ul li {
    font-size: 13.5px;
  }
}
.profile .tab-content.Shipping {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 575px) {
  .profile .tab-content.Shipping {
    padding: 30px 20px;
  }
}
.profile .tab-content.Shipping .topHeading {
  margin-bottom: 40px;
}
.profile .tab-content.Shipping .topHeading .topHeadingLeft h5 {
  color: #2a4060;
  font-family: "ProximaNova-Bold";
}
.profile .tab-content.Shipping .topHeading .topHeadingRight {
  display: flex;
  justify-content: end;
}
.profile .tab-content.Shipping .topHeading .topHeadingRight button {
  border: 1px solid #e0e4ef;
  color: #697d9d;
  padding: 14px 22px;
  background-color: transparent;
  font-size: 14px;
}
.profile .tab-content.Shipping .topHeading .topHeadingRight button i {
  color: #fab51a;
  padding-right: 10px;
}
.profile .tab-content.Shipping .bottomAddress .addressBox {
  border: 1px solid #e0e4ef;
  padding: 30px 35px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .profile .tab-content.Shipping .bottomAddress .addressBox {
    padding: 30px 50px;
  }
}
@media (max-width: 575px) {
  .profile .tab-content.Shipping .bottomAddress .addressBox {
    padding: 20px 20px;
  }
}
.profile .tab-content.Shipping .bottomAddress .addressBox h6 {
  color: #2e4a77;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "ProximaNova-Regular";
  position: relative;
}
.profile .tab-content.Shipping .bottomAddress .addressBox h6::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/locs.png");
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .profile .tab-content.Shipping .bottomAddress .addressBox h6::before {
    left: -14px;
    width: 12px;
    height: 15px;
    background-size: cover;
  }
}
.profile .tab-content.Shipping .bottomAddress .addressBox p {
  color: #29292a;
  font-size: 14px;
  font-family: "ProximaNova-Regular";
}
.profile .tab-content.Shipping .bottomAddress .addressBox .phone {
  margin-bottom: 15px;
}
.profile .tab-content.Shipping .bottomAddress .addressBox .phone li {
  display: inline-block;
  color: #29292a;
  font-size: 14px;
  font-family: "ProximaNova-Regular";
}
.profile .tab-content.Shipping .bottomAddress .addressBox .Address {
  font-size: 13px;
  color: #5f6773;
  font-family: "ProximaNova-Regular";
  margin-bottom: 20px;
}
.profile .tab-content.Shipping .bottomAddress .addressBox .btnGroup li {
  display: inline-block;
}
.profile .tab-content.Shipping .bottomAddress .addressBox .btnGroup li:first-child a {
  color: #304c78;
  font-family: "ProximaNova-Regular";
  font-weight: 700;
  font-size: 16px;
}
.profile .tab-content.Shipping .bottomAddress .addressBox .btnGroup li:nth-child(2) {
  margin: 0 12px 0 12px;
  color: #304c78;
}
.profile .tab-content.Shipping .bottomAddress .addressBox .btnGroup li:last-child a {
  color: #e62225;
  font-family: "ProximaNova-Regular";
  font-weight: 700;
  font-size: 16px;
}
.wishlistImage .slick-slide {
  height: auto;
  margin-left: 1px;
  margin-right: 1px;
}

.recommendedSlider {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.recommendedSlider .slick-slide {
  height: auto;
}
.recommendedSlider .img-top-slider {
  margin-bottom: 0 !important;
}
.recommendedSlider .img-top-slider .slick-dots {
  bottom: 0;
}
.recommendedSlider .img-top-slider .img-box-top {
  margin-bottom: 15px;
}
.recommendedSlider .heads {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.recommendedSlider .heads .headsRight {
  display: flex;
  justify-content: end;
}
.recommendedSlider .heads .headsRight a {
  color: #1e1a18;
  font-size: 14px;
}
.recommendedSlider .heads .headsRight a i {
  padding-left: 15px;
}
.recommendedSlider .card {
  position: relative;
}
.recommendedSlider .card .proImageInnerSlider {
  display: flex;
  align-items: center;
}
.recommendedSlider .card .card-body .card-text {
  text-align: center;
  color: #252525;
  font-family: "ProximaNova-Regular";
  margin-bottom: 10px;
}
.recommendedSlider .card .card-body ul {
  display: flex;
  justify-content: center;
}
.recommendedSlider .card .card-body ul li {
  text-transform: uppercase;
}
.recommendedSlider .card .card-body ul li:first-child {
  margin-right: 5px;
  font-family: "ProximaNova-Bold";
}
.recommendedSlider .card .offerWish {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
}
.recommendedSlider .card .offerWish .OfferCon {
  background-color: #fab51a;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.recommendedSlider .card .offerWish .OfferCon ul {
  margin-bottom: 0;
}
.recommendedSlider .card .offerWish .OfferCon ul li {
  font-size: 10px;
  color: #121212;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
}
.recommendedSlider .card .cartWish {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
}
.recommendedSlider .card .cartWish .cartCon {
  background-color: #2a4060;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommendedSlider .card .cartWish .cartCon i {
  color: #fff;
  font-size: 12px;
}
.recommendedSlider .card .cartWish .cartCon:hover i {
  color: #fab51a;
}
.recommendedSlider .slick-track {
  margin: 0;
}
.recommendedSlider .slick-slide {
  margin: 0 4px;
}

.BannerProducts {
  position: relative;
}
.BannerProducts .carousel-inner .carousel-item .carousel-caption {
  display: flex;
  justify-content: start;
  text-align: start;
  right: 15%;
  top: 30%;
  left: 15%;
  bottom: inherit;
}
.BannerProducts .breadcrumb_allpages {
  position: relative;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 10%;
  display: flex;
  align-items: end;
  z-index: 1;
  padding: 10px 0;
}
.BannerProducts .breadcrumb_allpages .breadcrumb .breadcrumb-item a {
  color: #000;
}
.BannerProducts .breadcrumb_allpages .breadcrumb .breadcrumb-item a:hover {
  color: #fed416;
}
.BannerProducts .breadcrumb_allpages .breadcrumb .breadcrumb-item.active {
  color: #fed416;
}
.BannerProducts .breadcrumb_allpages .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fed416;
}

.BannerProductsMobile {
  display: none;
}

.BannersMobile {
  display: none;
}

.productsMain .container-fluid {
  overflow: visible;
  padding: 0;
}
.productsMain .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.productsMain .form-check-input[type=checkbox] {
  border-radius: 0;
}
.productsMain .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.productsMain .form-check-input:checked {
  background-color: #fab51a;
  border-color: #fab51a;
}
.productsMain .productsMainLeft {
  background-color: red;
  padding: 0;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 120px;
  height: 100%;
  overflow: hidden;
  position: sticky;
  top: 109.5px;
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
}
.productsMain .productsMainLeft hr {
  margin: 10px 0;
  color: #919197;
}
.productsMain .productsMainLeft::-webkit-scrollbar {
  width: 4px;
}
.productsMain .productsMainLeft::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: green;
  background-color: red;
}
.productsMain .productsMainLeft::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px red;
  background-color: red;
  opacity: 1;
}
.productsMain .productsMainLeft .filters .filtersLeft h5 {
  color: #010101;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  display: flex;
  align-items: baseline;
}
.productsMain .productsMainLeft .filters .filtersLeft h5 img {
  margin-right: 10px;
}
.productsMain .productsMainLeft .filters .filtersRight {
  display: flex;
  justify-content: end;
}
.productsMain .productsMainLeft .filters .filtersRight a {
  font-family: "ProximaNova-Bold";
  color: #fab51a;
}
.productsMain .productsMainLeft .filters hr {
  margin-bottom: 20px;
}
.productsMain .productsMainLeft .category {
  margin-bottom: 15px;
}
.productsMain .productsMainLeft .category .cateSpace .accordion .accordion-item {
  border: none;
}
.productsMain .productsMainLeft .category .cateSpace .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.productsMain .productsMainLeft .category .cateSpace .accordion .accordion-item .accordion-body ul li.form-check .form-check-input {
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.5em;
}
.productsMain .productsMainLeft .category .cateSpace .accordion .accordion-item .accordion-body ul li.form-check label {
  font-size: 12px;
}
.productsMain .productsMainLeft .category .cateSpace .accordion .accordion-item .accordion-button {
  padding: 0.5rem 1.25rem 0.5rem 0;
  font-weight: bold;
  font-size: 14px;
}
.productsMain .productsMainLeft .category .cateSpace .accordion .accordion-item .accordion-button input {
  margin-right: 10px;
}
.productsMain .productsMainLeft .category .cateSpace .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #2a4060;
  box-shadow: none;
  background-color: transparent;
}
.productsMain .productsMainLeft .category .cateSpace .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.productsMain .productsMainLeft .LatestProducts {
  margin: 25px 0;
  position: relative;
}
.productsMain .productsMainLeft .LatestProducts .heads h5 {
  margin-bottom: 20px;
}
.productsMain .productsMainLeft .LatestProducts .carousel-control-next {
  top: -10%;
  right: -10%;
  background-image: url("../images/rightBlue.png");
  background-repeat: no-repeat;
}
.productsMain .productsMainLeft .LatestProducts .carousel-control-prev {
  top: -10%;
  right: 0;
  bottom: inherit;
  background-image: url("../images/leftBlue.png");
  background-repeat: no-repeat;
  left: inherit;
}
.productsMain .productsMainLeft .LatestProducts .latest_products_slider_area .latest_slider_body .wishlistImage .card-body {
  padding: 1rem 0;
}
.productsMain .productsMainLeft .LatestProducts .latest_products_slider_area .latest_slider_body .wishlistImage .carousel-indicators button {
  height: 6px !important;
  width: 6px !important;
  background-color: #2a4060 !important;
  color: #fff;
  border-radius: 50% !important;
  padding: 0px 0 !important;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
}
.productsMain .productsMainLeft .LatestProducts .slick-next, .productsMain .productsMainLeft .LatestProducts .slick-prev {
  z-index: 9;
  top: -30px;
}
.productsMain .productsMainLeft .LatestProducts .slick-prev {
  left: 80% !important;
}
.productsMain .productsMainLeft .LatestProducts .slick-next {
  right: 0px;
}
.productsMain .productsMainLeft .LatestProducts .slick-initialized {
  overflow: visible;
}
@media (max-width: 991px) {
  .productsMain .productsMainLeft .LatestProducts .slick-initialized {
    width: 100%;
  }
}
.productsMain .productsMainLeft .LatestProducts .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  opacity: 0.85;
  color: #000;
}
.productsMain .productsMainLeft .LatestProducts .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  opacity: 0.85;
  color: #000;
}
.productsMain .productsMainLeft::-webkit-scrollbar {
  width: 0px;
}
.productsMain .productsMainLeft::-moz-scrollbar {
  width: 0px;
}
.productsMain .productsMainLeft::-ms-scrollbar {
  width: 0px;
}
.productsMain .productsMainLeft .categories_new_area h6 {
  font-family: "ProximaNova-Bold";
  margin-bottom: 10px;
  font-size: 12px;
}
.productsMain .productsMainLeft .categories_new_area ul li {
  font-family: "ProximaNova-Bold";
  margin-bottom: 0.15rem;
  font-size: 12px;
}
.productsMain .productsMainLeft .categories_new_area ul li a {
  color: #1e1a18;
  font-size: 12px;
}
.productsMain .productsMainLeft .categories_new_area .el-inline-block {
  display: inline-block;
  margin-right: 5px;
}
.productsMain .productsMainLeft .categories_new_area .right-space-1 {
  display: block;
}
.productsMain .productsMainLeft .categories_new_area .a-list-item {
  color: #1e1a18;
}
.productsMain .productsMainLeft .categories_new_area .right-space-2 {
  padding-left: 0;
  display: block;
}
.productsMain .productsMainLeft .categories_new_area .right-space-2 a:hover {
  color: #fab51a;
}
.productsMain .productsMainLeft .categories_new_area .right-space-2 label {
  font-family: "ProximaNova-Regular";
}
.productsMain .productsMainLeft .categories_new_area .form-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
}
.productsMain .productsMainLeft .categories_new_area .el-browse-back-arrow-icon {
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("../images/left-arrow.svg");
}
.productsMain .productsMainLeft .el_range-price .range-slider {
  width: auto;
  margin: auto;
  text-align: center;
  position: relative;
  height: 6em;
}
.productsMain .productsMainLeft .el_range-price .sameBlock {
  display: flex;
  padding-top: 30px;
}
.productsMain .productsMainLeft .el_range-price .sameBlock .sameblockBox {
  border: 1px solid #ddd;
  width: 100%;
  padding: 5px 3px;
  font-size: 12px;
}
.productsMain .productsMainLeft .el_range-price .sameBlock .tos {
  display: flex;
  align-items: end;
  margin: 0 5px 5px 5px;
  font-size: 12px;
}
.productsMain .productsMainLeft .price_section .el_range-price {
  margin-top: 30px;
}
.productsMain .productsMainLeft .el_range-price .range-slider svg,
.productsMain .productsMainLeft .el_range-price .range-slider input[type=range] {
  position: absolute;
  left: 0;
  top: 0;
}
.productsMain .productsMainLeft .el_range-price input[type=number] {
  border: 0;
  text-align: start;
  font-size: 1rem;
  -moz-appearance: textfield;
  width: 2.4rem;
  text-align: center;
  font-size: 12px;
  margin: 0;
  width: 65px;
}
.productsMain .productsMainLeft .el_range-price input[type=number]::-webkit-outer-spin-button,
.productsMain .productsMainLeft .el_range-price input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.productsMain .productsMainLeft .el_range-price input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
.productsMain .productsMainLeft .el_range-price input[type=range]:focus {
  outline: none;
}
.productsMain .productsMainLeft .el_range-price input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fab51a;
}
.productsMain .productsMainLeft .el_range-price input[type=range]:focus::-ms-fill-lower {
  background: #fab51a;
}
.productsMain .productsMainLeft .el_range-price input[type=range]:focus::-ms-fill-upper {
  background: #fab51a;
}
.productsMain .productsMainLeft .el_range-price input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #fab51a;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.productsMain .productsMainLeft .el_range-price input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 2px solid #000;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fab51a;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.productsMain .productsMainLeft .el_range-price input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #fab51a;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.productsMain .productsMainLeft .el_range-price input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 2px solid #000;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fab51a;
  cursor: pointer;
}
.productsMain .productsMainLeft .el_range-price input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #fab51a;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.productsMain .productsMainLeft .el_range-price input[type=range]::-ms-fill-lower,
.productsMain .productsMainLeft .el_range-price input[type=range]::-ms-fill-upper {
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.productsMain .productsMainLeft .el_range-price input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 2px solid #000;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fab51a;
  cursor: pointer;
}
.productsMain .productsMainRight {
  padding: 0 2rem;
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f2f2f6;
}
.productsMain .productsMainRight .headsTop h4 {
  color: #1e1a18;
  font-family: "ProximaNova-Bold";
  margin-bottom: 10px;
}
.productsMain .productsMainRight .headsTop p {
  color: #555555;
  font-family: "ProximaNova-Regular";
  margin-bottom: 25px;
}
.productsMain .productsMainRight .headsTop .form-select {
  text-transform: uppercase;
  font-size: 14px;
  color: #1e2f48;
  font-family: "ProximaNova-Regular";
  background-color: #f7f7fa;
}
.productsMain .productsMainRight .headsTop .form-select:focus-visible {
  box-shadow: none;
  border: 1px solid #fab51a;
}
.productsMain .productsMainRight .headsTop .noNeed {
  display: none;
}
.productsMain .productsMainRight .productsAll .productsLists .col-lg-2 {
  width: 20%;
}
.productsMain .productsMainRight .productsAll .productsLists .wishlistImage {
  margin-bottom: 12px;
  width: 100%;
}
.productsMain .productsMainRight .productsAll .productsLists .availability {
  margin-top: 19px !important;
}
.productsMain .productsMainRight .productsAll .advertiseProducts {
  margin: 35px 0;
}
.productsMain .productsMainRight .productsAll .SliderBlogs {
  margin: 35px 0;
}
.productsMain .productsMainRight .productsAll .SliderBlogs img {
  width: 100%;
}
.productsMain .productsMainRight .productsAll .SliderBlogs .slick-slide {
  margin: 0 8px;
}

.productsDetails_breadcrumb {
  margin-top: 30px;
}
.productsDetails_breadcrumb .breadcrumb_allpages {
  position: relative;
  content: "";
  left: 0;
  display: flex;
  align-items: end;
  z-index: 1;
}
.productsDetails_breadcrumb .breadcrumb_allpages .breadcrumb .breadcrumb-item {
  font-size: 14px;
}
.productsDetails_breadcrumb .breadcrumb_allpages .breadcrumb .breadcrumb-item a {
  color: #2a4060;
}
.productsDetails_breadcrumb .breadcrumb_allpages .breadcrumb .breadcrumb-item a:hover {
  color: #2a4060;
}
.productsDetails_breadcrumb .breadcrumb_allpages .breadcrumb .breadcrumb-item.active {
  color: #2a4060;
}
.productsDetails_breadcrumb .breadcrumb_allpages .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #2a4060;
}

.productsDetails .thumb-nav .slick-slide img {
  border: 1px solid #cecece;
  cursor: pointer;
}
.productsDetails .thumb-nav .slick-slide.slick-current.slick-active img {
  box-shadow: 0px 0px 3px 0px rgb(74, 169, 210);
  border: 1px solid #4aaad2;
}
.productsDetails .container-fluid {
  overflow: visible;
}
.productsDetails .productsDetailsinner {
  height: 100%;
  overflow: hidden;
  position: sticky;
  top: 0%;
  padding: 20px 0;
}
.productsDetails .productsDetailsinner img {
  width: 100% !important;
  box-shadow: inherit;
}
.productsDetails .productsDetailsinner .productsDetailsLeftFirst .xzoom-gallery {
  margin-left: 0;
}
.productsDetails .productsDetailsinner .productsDetailsLeftFirst .xzoom-thumbs {
  margin-bottom: 0;
}
.productsDetails .productsDetailsinner .productsDetailsLeftFirst .imageBox {
  border: 1px solid #d7d7d7;
}
.productsDetails .productsDetailsinner .productsDetailsLeftFirst .video_box {
  position: relative;
}
.productsDetails .productsDetailsinner .productsDetailsLeftFirst .video_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.productsDetails .productsDetailsinner .productsDetailsLeftFirst .video_box .playBtn {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productsDetails .productsDetailsinner .productsDetailsLeftSecond .slick-slide {
  margin-right: 1px;
}
.productsDetails .productsDetailsinner .productsDetailsLeftSecond a {
  border: 1px solid #d7d7d7;
}
@media (min-width: 992px) {
  .productsDetails .productsDetailsinner .productsDetailsLeftSecond {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .productsDetails .productsDetailsinner .productsDetailsLeftSecond {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .productsDetails .productsDetailsinner .productsDetailsLeftSecond {
    padding-left: 0;
  }
}
.productsDetails .productsDetailsCenter {
  padding: 0 2% 0 4%;
}
@media (max-width: 1199px) {
  .productsDetails .productsDetailsCenter {
    padding: 0 2% 0 2%;
  }
}
@media (max-width: 575px) {
  .productsDetails .productsDetailsCenter {
    padding: 0 4% 0 4%;
  }
}
.productsDetails .productsDetailsCenter ul li {
  display: inline-block;
}
.productsDetails .productsDetailsCenter h3 {
  margin-bottom: 20px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst {
  margin-bottom: 20px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .sku_ratng {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .sku_ratng ul li {
  color: #2a4060;
  font-family: "ProximaNova-Regular";
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .sku_ratng ul li a {
  color: #192b3e;
  font-size: 18px;
  padding-left: 4px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .sku_ratng .my-rating-readonly {
  margin-top: -13px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .share_head i {
  margin-right: 6px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .share_icons {
  margin-left: 20px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .share_icons a {
  margin-right: 10px;
  color: #000;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .share_icons a:last-child {
  text-decoration: underline;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .share_icons a:last-child i {
  margin-right: 5px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .share_icons a:hover {
  color: #fab51a;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .stock_box .productsDetailsCenterSecondRight {
  display: flex;
  justify-content: end;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .stock_box .productsDetailsCenterSecondRight .availability i {
  padding-right: 5px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .stock_box .productsDetailsCenterSecondRight .availability.in {
  color: #4caf50;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterFirst .stock_box .productsDetailsCenterSecondRight .availability.out {
  color: #ff1616;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondLeft h6 {
  color: #242424;
  font-family: "ProximaNova-Bold";
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondRight {
  display: flex;
  justify-content: end;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondRight .availability i {
  padding-right: 5px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondRight .availability.in {
  color: #4caf50;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondRight .availability.out {
  color: #ff1616;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondCenter {
  margin: 15px 0;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondCenter .a-text-bold {
  font-weight: 700;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondCenter strong {
  font-weight: 700;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondCenter ul {
  display: grid;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondCenter ul li {
  padding-left: 15px;
  position: relative;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterSecond .productsDetailsCenterSecondCenter ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFirst ul li:first-child p, .productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFirst ul li:last-child p {
  color: #2a4060;
  font-family: "ProximaNova-Regular";
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFirst .price li:nth-child(2) {
  color: #2a4060;
  font-family: "ProximaNova-Bold";
  font-size: 22px;
  margin: 0 10px 0 25px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFirst .savings li:nth-child(2) {
  color: #2a4060;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  margin: 0 5px 0 15px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFirst .savings li:last-child p {
  background-color: #fab51a;
  padding: 2px 4px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond p {
  color: #404553;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox {
  border: 1px solid #d8dbe6;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .slick-current img {
  border: 1px solid #fab51a;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .colorbox img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: auto;
  margin-bottom: 6px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .colorbox p {
  text-align: center;
  font-family: "ProximaNova-Regular";
  line-height: 14px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .slick-track {
  margin-left: 0;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .slick-arrow {
  display: inline-block !important;
  position: absolute;
  content: "";
  z-index: 9;
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .slick-arrow::before {
  content: "";
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .slick-prev {
  background-color: transparent;
  left: inherit;
  top: inherit;
  bottom: 38%;
  left: 2% !important;
  right: inherit;
  background-size: cover;
  background-image: url("../images/leftBlue.png");
}
@media (max-width: 575px) {
  .productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .slick-prev {
    bottom: 35%;
  }
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .slick-next {
  background-color: transparent;
  top: inherit;
  bottom: 46%;
  right: 2%;
  left: inherit;
  background-size: cover;
  background-image: url("../images/leftBlue.png");
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .colorFullBox .colorSlider .slick-next {
    bottom: 45%;
  }
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .slick-next {
  display: none !important;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .slick-prev {
  display: none !important;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdSecond .slick-list {
  margin: 15px 20px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird {
  margin-bottom: 15px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li {
  margin-bottom: 20px;
  width: 100%;
  margin-right: 20px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li p {
  color: #404553;
  font-size: 14px;
  font-family: "ProximaNova-Regular";
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li select {
  color: #3e3f40;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  box-shadow: inherit;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity {
  background-color: white;
  display: flex;
  border: 1px solid #d8dbe6;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity .minusProduct, .productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity .plusProduct, .productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity .plus, .productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity .minus {
  padding: 0 10px;
  border: none;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity input {
  border: none;
  text-align: center;
  width: 100%;
  box-shadow: unset;
  outline: unset;
  border-radius: 0;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity input[type=number],
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity input[type=button] {
  -webkit-appearance: none; /* Disable default Safari styling */
  -moz-appearance: none; /* Disable default Firefox styling */
  appearance: none;
  border-radius: 0px; /* Adjust the value as per your requirements */
  border: unset;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .favWish {
  background-color: transparent;
  border: 1px solid #d8dbe6;
  padding: 8px;
  color: #2a4060;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .favWish .favBtn {
  display: flex;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .favWish .favBtn .icon-heart {
  font-size: 14px;
  color: #666;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .favWish .favBtn .icon-heart i {
  padding-right: 10px;
  font-size: 20px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .favWish .favBtn input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .favWish .favBtn input[type=checkbox]:checked + .icon-heart {
  color: red;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .favWish .favBtn input[type=checkbox]:checked + .icon-heart .icon-plus-sign {
  display: none;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li button {
  background-color: transparent;
  border: 1px solid #d8dbe6;
  padding: 8px 16px;
  color: #2a4060;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li:last-child {
  margin-bottom: 0;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFourth .btnGroup {
  margin-bottom: 25px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFourth .btnGroup .btn1 {
  width: 100%;
  background-color: #2a4060;
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: "ProximaNova-Bold";
  padding: 12px 0;
  text-transform: uppercase;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFourth .btnGroup .btn1 i {
  margin-right: 8px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFourth .btnGroup .btn2 {
  width: 100%;
  background-color: #fab51a;
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: "ProximaNova-Bold";
  padding: 12px 0;
  text-transform: uppercase;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop {
  margin-bottom: 10px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card {
  position: relative;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .headss {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .headss .topRight {
  display: flex;
  justify-content: end;
  align-items: start;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .headss .topRight i {
  cursor: pointer;
  color: #dddddd;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .headss .topRight i:hover {
  color: #2a4060;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .form-check img {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .form-check p {
  color: #252525;
  text-align: center;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .form-check h6 {
  text-align: center;
  color: #1e1e1e;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .form-check-input {
  box-shadow: none;
  outline: none;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .form-check-input:focus {
  border-color: none;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .form-check-input:checked {
  background-color: #fab51a;
  box-shadow: none;
  outline: none;
  border: 1px solid #fab51a;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .form-check-input:checked:focus {
  border-color: none;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .addonPlus {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  border: 1px solid #e3e3e3;
  top: 20%;
  left: 50%;
  z-index: 1;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .Plus {
  position: absolute;
  content: "";
  left: 48%;
  top: 50%;
  background-color: #fff;
  z-index: 1;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonTop .card .Plus p {
  border: 1px solid #aab1c0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fab51a;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonBottom {
  border: 1px solid #fab51a;
  padding: 15px 0;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdFifth .addonCard .addonBottom button {
  width: 100%;
  border: none;
  background-color: transparent;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird h6 {
  color: #404553;
  font-family: "ProximaNova-Bold";
  margin-bottom: 10px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .tags li {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 6px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #777777;
  font-size: 12px;
}
.productsDetails .productsDetailsCenter .productsDetailsCenterThird .tags li i {
  margin-right: 6px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .productsDetails .productsDetailsRight {
    padding-left: 1% !important;
  }
}
.productsDetails .productsDetailsRight {
  height: 100%;
  overflow: hidden;
  position: sticky;
  top: 0%;
  border-left: 1px solid #d8dbe6;
  padding-left: 2%;
}
.productsDetails .productsDetailsRight .warrenty .warrentyLeft {
  display: flex;
  justify-content: center;
}
.productsDetails .productsDetailsRight .warrenty .warrentyRight {
  display: flex;
  align-items: center;
}
.productsDetails .productsDetailsRight .warrenty .warrentyRight h5 {
  color: #1e2e47;
  font-family: "ProximaNova-Regular";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.productsDetails .productsDetailsRight .shopping .shoppingLeft {
  display: flex;
  justify-content: center;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight h5 {
  color: #1e2e47;
  font-family: "ProximaNova-Regular";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul {
  margin-bottom: 0;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul li {
  display: inline-block;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul li p {
  display: inline-block;
  color: #79797a;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productsDetails .productsDetailsRight .shopping .shoppingRight ul li p {
    font-size: 12px;
  }
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul li p:nth-child(2) {
  color: #2a4060;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul .locDrop {
  display: flex;
  margin-bottom: 10px;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul .locDrop select {
  font-size: 14px;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul .locDrop .first {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul .locDrop .seccond {
  margin-left: 10px;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight ul .locDrop .seccond .form-select:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight .delivery li {
  display: inherit;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight .delivery li:first-child p {
  color: #79797a;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight .delivery li:nth-child(2) p {
  color: #2a4060;
}
.productsDetails .productsDetailsRight .shopping .shoppingRight .delivery li:last-child p {
  color: #2a4060;
}
.productsDetails .productsDetailsRight .shopping .selctBox {
  margin: 20px 0;
}
.productsDetails .productsDetailsRight .shopping .selctBox .greenSelection {
  border: 1px solid #319836;
  border-style: dashed;
  display: flex;
  justify-content: center;
}
.productsDetails .productsDetailsRight .shopping .selctBox .greenSelection p {
  color: #319836;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}
@media (max-width: 1440px) {
  .productsDetails .productsDetailsRight .shopping .selctBox .greenSelection p {
    font-size: 11px;
  }
}
.productsDetails .productsDetailsRight .price .priceLeft {
  display: flex;
  justify-content: center;
}
.productsDetails .productsDetailsRight .price .priceRight h5 {
  color: #1e2e47;
  font-family: "ProximaNova-Regular";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}
.productsDetails .productsDetailsRight .price .priceRight p {
  color: #4caf50;
  font-family: "ProximaNova-Regular";
}
.productsDetails .productsDetailsRight .price .priceRight ul {
  margin-left: 15px;
}
.productsDetails .productsDetailsRight .price .priceRight ul li {
  list-style: disc;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  color: #79797a;
}
.productsDetails .productsDetailsRight .price .priceRight ul li p {
  display: inline-flex;
  color: #79797a;
  font-size: 14px;
}
.productsDetails .productsDetailsRight .price .priceRight ul li .value {
  color: #2a4060;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .productsDetails .productsDetailsRight .price .priceRight ul {
    margin-left: 0;
  }
}
.productsDetails .productsDetailsRight .shipoi .shipoiLeft {
  display: flex;
  justify-content: center;
}
.productsDetails .productsDetailsRight .shipoi .shipoiRight h5 {
  color: #1e2e47;
  font-family: "ProximaNova-Regular";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productsDetails .productsDetailsRight .shipoi .shipoiRight h5 {
    font-size: 11px;
  }
}
.productsDetails .productsDetailsRight .shipoi .shipoiRight ul p {
  color: #4caf50;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
}
.productsDetails .productsDetailsRight .shipoi .shipoiRight ul li {
  list-style: disc;
  margin-left: 15px;
  font-size: 14px;
  font-family: "ProximaNova-Regular";
  color: #79797a;
}
.productsDetails .productsDetailsRight .shipoi .shipoiRight ul li p {
  display: inline-block;
  color: #79797a;
  font-size: 14px;
}
.productsDetails .productsDetailsRight .shipoi .shipoiRight ul li .value {
  color: #2a4060;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
}
.productsDetails .productsDetailsRight .return {
  margin: 25px 0;
}
.productsDetails .productsDetailsRight .return .returnLeft {
  display: flex;
  justify-content: center;
}
.productsDetails .productsDetailsRight .return .returnRight h5 {
  color: #2a4060;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
}
.productsDetails .productsDetailsRight .return .returnRight p {
  color: #79797a;
}
.productsDetails .productsDetailsRight .delivery .deliveryLeft {
  display: flex;
  justify-content: center;
}
.productsDetails .productsDetailsRight .delivery .deliveryRight h5 {
  color: #2a4060;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
}
.productsDetails .productsDetailsRight .delivery .deliveryRight p {
  color: #79797a;
  line-height: 20px;
}
.productsDetails .slick-prev {
  background-color: #fcf5dc;
  z-index: 1;
  left: 0 !important;
  top: 2%;
  width: 100%;
  height: 20px;
  background-image: url("../images/upArrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
.productsDetails .slick-prev::before {
  content: "";
}
.productsDetails .slick-next {
  background-color: #fcf5dc;
  z-index: 9;
  right: 0;
  top: inherit;
  bottom: -16px;
  width: 100%;
  height: 20px;
  background-image: url("../images/downArrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
.productsDetails .slick-next::before {
  content: "";
}

.addOns {
  margin: 20px 0 40px 0;
}
.addOns .card-title {
  height: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .addOns .row > div {
    padding: 0px 5px;
  }
  .addOns .card-body {
    padding: 10px;
  }
  .addOns .card-body .card-title {
    font-size: 15px;
  }
}
.addOns .topLeft {
  width: 90%;
}
.addOns .topRight {
  width: 10%;
}
.addOns .headTop {
  margin-bottom: 20px;
}
.addOns .addonCard .addonTop {
  margin-bottom: 10px;
}
.addOns .addonCard .addonTop .card {
  position: relative;
}
.addOns .addonCard .addonTop .card .headss {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.addOns .addonCard .addonTop .card .headss .topRight {
  display: flex;
  justify-content: end;
  align-items: start;
}
.addOns .addonCard .addonTop .card .headss .topRight i {
  cursor: pointer;
  color: #dddddd;
}
.addOns .addonCard .addonTop .card .headss .topRight i:hover {
  color: #2a4060;
}
.addOns .addonCard .addonTop .card .form-check img {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.addOns .addonCard .addonTop .card .form-check p {
  color: #252525;
  text-align: center;
  max-height: 50px;
  overflow: hidden;
}
.addOns .addonCard .addonTop .card .form-check h6 {
  text-align: center;
  color: #1e1e1e;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
}
.addOns .addonCard .addonTop .card .form-check-input {
  box-shadow: none;
  outline: none;
  margin-left: 0;
  margin-bottom: 2px;
}
.addOns .addonCard .addonTop .card .form-check-input:focus {
  border-color: none;
}
.addOns .addonCard .addonTop .card .form-check-input:checked {
  background-color: #fab51a;
  box-shadow: none;
  outline: none;
  border: 1px solid #fab51a;
}
.addOns .addonCard .addonTop .card .form-check-input:checked:focus {
  border-color: none;
}
.addOns .addonCard .addonTop .card .addonPlus {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  border: 1px solid #e3e3e3;
  top: 20%;
  left: 53%;
  z-index: 1;
}
.addOns .addonCard .addonTop .card .Plus {
  position: absolute;
  content: "";
  left: 51%;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.addOns .addonCard .addonTop .card .Plus p {
  border: 1px solid #aab1c0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fab51a;
}
.addOns .addonCard .addonBottom {
  border: 1px solid #fab51a;
  padding: 15px 0;
}
.addOns .addonCard .addonBottom button {
  width: 100%;
  border: none;
  background-color: transparent;
}
.addOns .slick-arrow {
  background: #ccc;
  width: 35px;
  top: 35%;
}
.addOns .slick-initialized {
  overflow: visible;
}
.addOns .slick-prev {
  left: -23px !important;
  z-index: 99;
  background-image: url("../images/upArrow.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  background-size: 11px 7px;
}
.addOns .slick-next {
  right: -23px;
  z-index: 99;
  background-image: url("../images/upArrow.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  background-size: 11px 7px;
}

.productsTabs {
  margin-bottom: 60px;
}
.productsTabs .tabs li {
  width: 15%;
  display: inline-block;
  text-align: center;
  color: #aaafc1;
  border-radius: 0;
  padding: 15px 0;
  background-color: #fef8e8;
  color: #2a4060;
  cursor: pointer;
}
.productsTabs .tabs li.current {
  background-color: #fab51a;
  color: #2a4060;
}
.productsTabs .tab-content {
  display: none;
  padding: 40px 7px;
  margin-top: 0;
  border: 1px solid #ced4da;
}
.productsTabs .tab-content.current {
  display: inherit;
}
.productsTabs .tab-content.Overview h6 {
  color: #2a4060;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.productsTabs .tab-content.Overview ul {
  margin-bottom: 50px;
  padding-left: 20px;
}
.productsTabs .tab-content.Overview ul li {
  list-style: disc;
  color: #6d6d6d;
}
.productsTabs .tab-content.Overview table {
  border: 1px solid #e6e6e6;
  margin-bottom: 50px;
}
.productsTabs .tab-content.Overview .table-striped > tbody > tr:nth-child(odd) > td,
.productsTabs .tab-content.Overview .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(255, 204, 51, 0.1);
}
.productsTabs .tab-content.Overview .table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent;
}
.productsTabs .tab-content.Overview .prodDetails .prodDetailsLeft {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a4060;
  padding: 0 60px;
}
.productsTabs .tab-content.Overview .prodDetails .prodDetailsLeft h1 {
  color: #fff;
  font-family: "ProximaNova-Extrabold";
}
.productsTabs .tab-content.Overview .prodDetails .prodDetailsLeft p {
  color: #fff;
}
.productsTabs .tab-content.Overview .prodDetails .prodDetailsRight {
  padding-left: 0;
  padding-right: 0;
}
.productsTabs .tab-content.Overview .prodDetails .prodDetailsRight img {
  width: 100%;
}
.productsTabs .tab-content.Reviews {
  /* hover previous stars in list */
}
.productsTabs .tab-content.Reviews img {
  box-shadow: none;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px;
  border: 3px solid #2a4060;
}
@media (max-width: 575px) {
  .productsTabs .tab-content.Reviews img {
    width: 40px;
    height: 40px;
    border: 2px solid #2a4060;
  }
}
.productsTabs .tab-content.Reviews fieldset, .productsTabs .tab-content.Reviews label {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.productsTabs .tab-content.Reviews .rating {
  border: none;
  float: left;
}
.productsTabs .tab-content.Reviews .rating > input {
  display: none;
}
.productsTabs .tab-content.Reviews .rating > label:before {
  margin: 5px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.productsTabs .tab-content.Reviews .rating > .half:before {
  content: "\f089";
  position: absolute;
}
.productsTabs .tab-content.Reviews .rating > label {
  color: #ddd;
  float: right;
}
.productsTabs .tab-content.Reviews .rating > input:checked ~ label,
.productsTabs .tab-content.Reviews .rating:not(:checked) > label:hover,
.productsTabs .tab-content.Reviews .rating:not(:checked) > label:hover ~ label {
  color: #fab51a;
}
.productsTabs .tab-content.Reviews .rating > input:checked + label:hover,
.productsTabs .tab-content.Reviews .rating > input:checked ~ label:hover,
.productsTabs .tab-content.Reviews .rating > label:hover ~ input:checked ~ label,
.productsTabs .tab-content.Reviews .rating > input:checked ~ label:hover ~ label {
  color: #fab51a;
}
.productsTabs .tab-content.Reviews .reviewsTop .reviewsTopLeft {
  display: flex;
  justify-content: center;
  text-align: center;
}
.productsTabs .tab-content.Reviews .reviewsTop .reviewsTopLeft .stars {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight {
    justify-content: flex-start;
  }
}
.productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight ul {
  display: flex;
  align-items: center;
}
.productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight ul li {
  display: inline-block;
  margin-right: 15px;
}
.productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight ul li .progressBox {
  background-color: #eee;
  height: 1.5rem;
  width: 50vh;
}
.productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight ul li .progressBox .bar {
  background-color: #fab51a;
  height: 1.5rem;
  width: 30%;
}
.productsTabs .tab-content.Reviews .reviewsCenter {
  margin-bottom: 50px;
}
.productsTabs .tab-content.Reviews .reviewsCenter h4 {
  margin-bottom: 15px;
}
.productsTabs .tab-content.Reviews .reviewsCenter .stars {
  margin-bottom: 25px;
}
.productsTabs .tab-content.Reviews .reviewsCenter .rateThis {
  margin-bottom: 15px;
}
.productsTabs .tab-content.Reviews .reviewsCenter .submit-btn {
  background-color: #2a4060;
  color: #fff;
  padding: 8px 30px;
  border: none;
  outline: none;
  border-radius: 5px;
}
.productsTabs .tab-content.Reviews .reviewsBottom .reviewsSingle {
  margin-bottom: 20px;
  justify-content: space-around;
}
.productsTabs .tab-content.Reviews .reviewsBottom .reviewsBottomLeft {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .productsTabs .tab-content.Reviews .reviewsBottom .reviewsBottomLeft {
    padding-right: 0;
  }
}
.productsTabs .tab-content.Reviews .reviewsBottom .reviewsBottomRight .stars {
  margin-bottom: 8px;
}
.productsTabs .tab-content.Reviews .reviewsBottom .reviewsBottomRight .authorName {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .productsTabs .tab-content.Reviews .reviewsBottom .reviewsBottomRight .authorName {
    flex-wrap: wrap;
  }
  .productsTabs .tab-content.Reviews .reviewsBottom .reviewsBottomRight .authorName button {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
.productsTabs .tab-content.Reviews .reviewsBottom .reviewsBottomRight .authorName .bold {
  font-family: "ProximaNova-Bold";
  margin: 0 6px;
  text-transform: uppercase;
}

.advertiseSliderProducts {
  margin: 30px 0;
}
.advertiseSliderProducts img {
  width: 100%;
  max-height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.recentProduct .slick-slider {
  position: initial;
}
.recentProduct .container-fluid {
  position: relative;
}
.recentProduct .relatedProductsSlider {
  padding: 0 0 50px 0 !important;
}
.recentProduct .relatedProductsSlider .slick-next {
  background: url(../images/webp/prod-next.webp) no-repeat;
  right: 0;
  left: unset;
}
.recentProduct .relatedProductsSlider .slick-prev {
  left: 0;
  background: url(../images/webp/prod-preview.webp) no-repeat;
  right: unset;
}
.recentProduct .relatedProductsSlider .slick-next, .recentProduct .relatedProductsSlider .slick-prev {
  width: 40px;
  height: 40px;
  margin: 6px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .recentProduct .relatedProductsSlider .slick-next, .recentProduct .relatedProductsSlider .slick-prev {
    transform: translateY(0%);
    width: 25px;
    height: 25px;
    top: 0;
  }
}
@media (max-width: 1192px) {
  .recentProduct .relatedProductsSlider .slick-next, .recentProduct .relatedProductsSlider .slick-prev {
    top: 0px;
    transform: translateY(0);
  }
  .recentProduct .relatedProductsSlider .slick-next {
    left: unset !important;
    right: 0px;
  }
}
@media (max-width: 1192px) and (max-width: 1199px) {
  .recentProduct .relatedProductsSlider .slick-next {
    margin-top: 0;
    right: 65px;
  }
}
@media (max-width: 1192px) and (max-width: 575px) {
  .recentProduct .relatedProductsSlider .slick-next {
    margin-top: 0;
    right: 45px;
  }
}
@media (max-width: 1192px) {
  .recentProduct .relatedProductsSlider .slick-prev {
    left: unset !important;
    right: 60px;
  }
}
@media (max-width: 1192px) and (max-width: 1199px) {
  .recentProduct .relatedProductsSlider .slick-prev {
    left: unset !important;
    margin-top: 0;
    right: 95px;
  }
}
@media (max-width: 1192px) and (max-width: 575px) {
  .recentProduct .relatedProductsSlider .slick-prev {
    margin-top: 0;
    right: 75px;
  }
}

.relatedProducts {
  background-color: #eaeded;
  padding: 60px 0 !important;
}
.relatedProducts.recentProduct .slick-track {
  margin: 0 !important;
}
@media (max-width: 567px) {
  .relatedProducts h3 {
    font-size: 20px;
    width: 70%;
  }
}
.relatedProducts .slick-track {
  display: flex !important;
  margin: 0 !important;
}
.relatedProducts .slick-slide {
  height: inherit !important;
  margin: 0px 3px;
}
.relatedProducts .relatedProductsSlider .slick-list {
  margin: 0 -3px;
}
.relatedProducts .relatedProductsSlider .slick-slide {
  margin: 0 3px;
}
.relatedProducts .relatedProductsSlider .slick-slide > div {
  background-color: #fff;
}
.relatedProducts .img-top-slider {
  overflow: visible;
  margin-bottom: 0 !important;
}
.relatedProducts .img-top-slider .img-box-top {
  overflow: hidden;
  margin-bottom: 15px;
}
.relatedProducts .img-top-slider .img-box-top img {
  z-index: 0;
  transition: 0.5s ease all;
  position: relative;
}
.relatedProducts .img-top-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
.relatedProducts .img-top-slider .slick-dots li:first-child {
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .detailsOrderTop div:first-child {
    margin-bottom: 20px;
  }
}
.OrderDetails {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.OrderDetails h6, .OrderDetails h5 {
  margin-bottom: 10px;
  font-size: 18px;
}
.OrderDetails .adress h6 {
  text-transform: capitalize;
  font-weight: 400;
}
.OrderDetails .adress {
  font-size: 15px;
}
.OrderDetails .adress p:first-child {
  width: 70%;
}
.OrderDetails .adress p:last-child {
  padding-left: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .OrderDetails .adress p:first-child {
    width: 40%;
  }
  .OrderDetails .adress p:last-child {
    padding-left: 5px;
    width: 60%;
  }
}
.OrderDetails .detailsOrder {
  background-color: #fff;
  padding: 40px;
}
.OrderDetails .detailsOrder .card .card-top {
  background-color: #eaedf1;
  padding: 20px 30px;
}
.OrderDetails .detailsOrder .card .card-top ul {
  margin-bottom: 0;
}
.OrderDetails .detailsOrder .card .card-top .card-topLeft ul li {
  display: inline-block;
}
.OrderDetails .detailsOrder .card .card-top .card-topLeft ul li:last-child {
  color: #1c3c6c;
}
.OrderDetails .detailsOrder .card .card-top .card-topCenter ul li {
  display: inline-block;
}
.OrderDetails .detailsOrder .card .card-top .card-topRight {
  display: flex;
  justify-content: end;
}
.OrderDetails .detailsOrder .card .card-top .card-topRight a {
  color: #304c78;
}
.OrderDetails .detailsOrder .card .card-top .card-topRight a i {
  margin-left: 10px;
}
.OrderDetails .detailsOrder .card .card-body {
  padding: 40px;
}
@media (max-width: 575px) {
  .OrderDetails .detailsOrder .card .card-body {
    padding: 15px;
  }
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderTop .adress {
  display: flex;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter {
  margin-bottom: 15px;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterLeft img {
  width: 100%;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight {
  display: flex;
  align-items: center;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .head {
  margin-bottom: 10px;
  color: #192b3e;
}
@media (max-width: 1199px) {
  .OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .head {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .head {
    margin-top: 10px;
  }
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight ul li {
  display: inline-block;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight ul li p, .OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight ul li h5 {
  display: inline-block;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .detail {
  margin-bottom: 4px;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .detail li {
  margin-right: 60px;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .detail li:first-child h5 {
  color: #2a4060;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .detail .attributeSection p {
  margin-right: 10px;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .detail .attributeSection p:first-child {
  margin-right: 15px;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .review {
  display: flex;
  margin-bottom: 10px;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .review p {
  color: #a3a3a3;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .review .stat {
  color: #4caf50;
  margin-left: 10px;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .btngroup ul li {
  margin-right: 20px;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .btngroup ul li .btn1 {
  background-color: #fff;
  border: 1px solid #fab51a;
  padding: 6px 20px;
  font-size: 14px;
  color: #192b3e;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderCenter .detailsOrderCenterRight .btngroup ul li .btn2 {
  background-color: #fff;
  border: 1px solid #314d78;
  padding: 6px 20px;
  font-size: 14px;
  color: #192b3e;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomLeft h6 {
  color: #000;
  margin-bottom: 10px;
  font-family: "ProximaNova-Bold";
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomLeft .pBox {
  border: 1px solid #e0e4ef;
  padding: 10px;
}
@media (max-width: 575px) {
  .OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul li {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul li p:first-child {
    width: 60%;
  }
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul li p {
  display: inline-block;
  width: 40%;
  text-align: end;
}
@media (min-width: 576px) {
  .OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul li p {
    width: 26%;
  }
  .OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul li p:last-child {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul li p {
    font-size: 12.5px;
  }
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul li h5 {
  display: inline-block;
  width: 48%;
  text-align: end;
}
.OrderDetails .detailsOrder .card .card-body .detailsOrderBottom .detailsOrderBottomRight ul li .left {
  text-align: start;
}
@media (max-width: 767px) {
  .OrderDetails .detailsOrder {
    padding: 0;
  }
}

.termsandConditions {
  margin: 50px 0;
}
.termsandConditions h4 {
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.termsandConditions p {
  margin-bottom: 25px;
}
.termsandConditions p a {
  color: #1c3c6c;
}

.fourzeroFour {
  margin: 70px 0;
}
.fourzeroFour .fourzeroFourCenter {
  display: flex;
  justify-content: center;
  text-align: center;
}
.fourzeroFour .fourzeroFourCenter h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.fourzeroFour .fourzeroFourCenter img {
  width: 100%;
  margin-bottom: 20px;
}
.fourzeroFour .fourzeroFourCenter h5 {
  text-transform: uppercase;
}
.fourzeroFour .fourzeroFourCenter p {
  color: #999;
  margin-bottom: 20px;
}
.fourzeroFour .fourzeroFourCenter button {
  font-size: 14px;
  background-color: #fab51a;
  text-transform: uppercase;
  padding: 8px 16px;
  border: none;
  color: #fff;
}

.homeMainCategory {
  padding: 30px 0 40px 0;
  background-color: #eaeded;
}
.homeMainCategory .headsTop {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.homeMainCategory .headsTop h4 {
  color: #1e1a18;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  font-size: 24px;
}
.homeMainCategory .headsTop p {
  color: #4c4b4b;
}
.homeMainCategory .card {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  margin: 15px 0px;
}
.homeMainCategory .card:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-4px);
}
.homeMainCategory .card .card-body h4 {
  font-size: 24px;
  color: #3a3a3a;
  font-family: "ProximaNova-Bold";
  margin-bottom: 15px;
}
.homeMainCategory .card .card-body img {
  margin-bottom: 15px;
  width: 100%;
}
.homeMainCategory .card .card-body a {
  color: #292828;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular";
}
.homeMainCategory .card .card-body a i {
  margin-left: 8px;
}

.specialOffer {
  background-color: #deebee;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .specialOffer .headsTop {
    margin-bottom: 15px;
  }
}
@media (max-width: 340px) {
  .specialOffer .headsTop .headsTopLeft {
    width: 100%;
    margin-bottom: 13px;
  }
}
.specialOffer .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 19px;
}
@media (min-width: 576px) {
  .specialOffer .headsTop .headsTopLeft h3 {
    font-size: 22px;
  }
}
.specialOffer .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 340px) {
  .specialOffer .headsTop .headsTopRight {
    width: 100%;
  }
}
.specialOffer .headsTop .headsTopRight a {
  color: #636363;
}
.specialOffer .headsTop .headsTopRight a i {
  margin-left: 10px;
}
@media (max-width: 525px) {
  .specialOffer .headsTop .headsTopRight a i {
    display: none;
  }
  .specialOffer .headsTop .headsTopRight a:hover {
    text-decoration: underline;
  }
}

.ComboOffer {
  background-color: #fffee3;
  padding: 40px 0;
}
.ComboOffer .slick-track {
  margin: 0;
}
.ComboOffer .headsTop {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .ComboOffer .headsTop {
    margin-bottom: 5px;
  }
}
@media (max-width: 340px) {
  .ComboOffer .headsTop .headsTopLeft {
    width: 100%;
    margin-bottom: 13px;
  }
}
.ComboOffer .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 22px;
}
@media (max-width: 575px) {
  .ComboOffer .headsTop .headsTopLeft h3 {
    width: 75%;
  }
}
.ComboOffer .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 340px) {
  .ComboOffer .headsTop .headsTopRight {
    width: 100%;
  }
}
.ComboOffer .headsTop .headsTopRight a {
  color: #636363;
}
.ComboOffer .headsTop .headsTopRight a i {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .ComboOffer .headsTop .headsTopRight a i {
    display: none;
  }
}
.ComboOffer .comboImage .card {
  background: transparent;
  border: none;
  margin-top: 6px;
  margin-bottom: 9px;
}
.ComboOffer .comboImage .card:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-4px);
}
.ComboOffer .comboImage .card .card-body img {
  width: 100%;
  margin-bottom: 10px;
}
.ComboOffer .comboImage .card .card-body p {
  text-align: center;
  color: #252525;
  font-family: "ProximaNova-Regular";
  max-height: 50px;
  overflow: hidden;
}
.ComboOffer .comboImage ul li {
  margin-right: 5px;
  font-family: "ProximaNova-Bold";
  color: #222;
  text-align: center;
}

.hotDeal {
  background-color: #eeeade;
  padding: 40px 0;
}
.hotDeal .headsTop {
  margin-bottom: 15px;
}
.hotDeal .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 19px;
}
@media (min-width: 576px) {
  .hotDeal .headsTop .headsTopLeft h3 {
    font-size: 22px;
  }
}
.hotDeal .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
.hotDeal .headsTop .headsTopRight a {
  color: #636363;
}
.hotDeal .headsTop .headsTopRight a i {
  margin-left: 10px;
}

.shopCategories {
  background-color: #eaeded;
  padding: 40px 0;
}
.shopCategories .headsTop {
  margin-bottom: 15px;
}
.shopCategories .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 19px;
}
@media (min-width: 576px) {
  .shopCategories .headsTop .headsTopLeft h3 {
    font-size: 22px;
  }
}
.shopCategories .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
.shopCategories .headsTop .headsTopRight a {
  color: #636363;
}
.shopCategories .headsTop .headsTopRight a i {
  margin-left: 10px;
}
@media (max-width: 525px) {
  .shopCategories .headsTop .headsTopRight a i {
    display: none;
  }
  .shopCategories .headsTop .headsTopRight a:hover {
    text-decoration: underline;
  }
}
.shopCategories ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.shopCategories .categoryCard {
  position: relative;
  overflow: hidden;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.shopCategories .categoryCard:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-4px);
}
.shopCategories .categoryCard img {
  transition: 0.5s ease all;
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1440px) {
  .shopCategories .categoryCard img {
    height: 270px;
  }
}
@media (max-width: 1199px) {
  .shopCategories .categoryCard img {
    height: 180px;
  }
}
.shopCategories .categoryCard .overlay {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopCategories .categoryCard h3 {
  color: #fff;
  font-size: 24px;
}

.shopBrands {
  background-color: #eaeded;
  padding: 40px 0;
}
.shopBrands .relatedProductsSlider3 a .imagesGallery:hover .overlayed {
  transform: translate(-50%, -10%);
  transition: width 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
.shopBrands .headsTop {
  margin-bottom: 15px;
}
.shopBrands .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 19px;
}
@media (min-width: 576px) {
  .shopBrands .headsTop .headsTopLeft h3 {
    font-size: 22px;
  }
}
.shopBrands .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
.shopBrands .headsTop .headsTopRight a {
  color: #636363;
}
.shopBrands .headsTop .headsTopRight a i {
  margin-left: 10px;
}
.shopBrands .BrandImage .imagesGallery {
  position: relative;
}
.shopBrands .BrandImage .imagesGallery img {
  width: 100%;
  height: 160px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.shopBrands .BrandImage .imagesGallery .overlayed {
  position: absolute;
  bottom: -20%;
  width: 90%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s ease, left 0.3s ease, transform 0.3s ease;
  height: 70px;
  background-color: #fff;
}
.shopBrands .BrandImage .imagesGallery .overlayed img {
  width: 119px;
  height: 53px;
}
.shopBrands .slick-list {
  padding: 0px 0px 30px 0;
}

.NewArrivals {
  background-color: #fffee3;
  padding: 40px 0;
}
.NewArrivals .headsTop {
  margin-bottom: 15px;
}
.NewArrivals .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 19px;
}
@media (min-width: 576px) {
  .NewArrivals .headsTop .headsTopLeft h3 {
    font-size: 22px;
  }
}
.NewArrivals .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
.NewArrivals .headsTop .headsTopRight a {
  color: #636363;
}
.NewArrivals .headsTop .headsTopRight a i {
  margin-left: 10px;
}
@media (max-width: 525px) {
  .NewArrivals .headsTop .headsTopRight a i {
    display: none;
  }
  .NewArrivals .headsTop .headsTopRight a:hover {
    text-decoration: underline;
  }
}

.BestSeller {
  background-color: #deebee;
  padding: 40px 0;
}
.BestSeller .headsTop {
  margin-bottom: 15px;
}
.BestSeller .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 19px;
}
@media (min-width: 576px) {
  .BestSeller .headsTop .headsTopLeft h3 {
    font-size: 22px;
  }
}
.BestSeller .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
.BestSeller .headsTop .headsTopRight a {
  color: #636363;
}
.BestSeller .headsTop .headsTopRight a i {
  margin-left: 10px;
}
@media (max-width: 525px) {
  .BestSeller .headsTop .headsTopRight a i {
    display: none;
  }
  .BestSeller .headsTop .headsTopRight a:hover {
    text-decoration: underline;
  }
}

.productsLeftRight {
  background-color: #fffee3;
  padding: 40px 0;
}
.productsLeftRight img {
  width: 100%;
}

.Recentlyviewed {
  background-color: #eeeade;
  padding: 40px 0 50px 0;
}
.Recentlyviewed .headsTop {
  margin-bottom: 15px;
}
.Recentlyviewed .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 22px;
}
.Recentlyviewed .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
.Recentlyviewed .headsTop .headsTopRight a {
  color: #636363;
}
.Recentlyviewed .headsTop .headsTopRight a i {
  margin-left: 10px;
}

.aboutFeaturesHome {
  margin-top: 0;
}
.aboutFeaturesHome .row, .aboutFeaturesHome .d-flex {
  justify-content: center;
}
@media (max-width: 767px) {
  .aboutFeaturesHome .row, .aboutFeaturesHome .d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .aboutFeaturesHome .row > div, .aboutFeaturesHome .d-flex > div {
    width: 25%;
  }
  .aboutFeaturesHome .row > div .LeftImgAbout, .aboutFeaturesHome .d-flex > div .LeftImgAbout {
    margin-bottom: 10px;
  }
  .aboutFeaturesHome .row > div .row, .aboutFeaturesHome .d-flex > div .row {
    flex-direction: column;
  }
  .aboutFeaturesHome .row > div .row > div, .aboutFeaturesHome .d-flex > div .row > div {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .aboutFeaturesHome .row > div, .aboutFeaturesHome .d-flex > div {
    width: 50%;
  }
  .aboutFeaturesHome .row > div .row > div, .aboutFeaturesHome .d-flex > div .row > div {
    width: 100%;
  }
}

.blogsHome {
  background-color: #fffee3;
  padding: 40px 0;
  margin: 0;
}
.blogsHome .slick-track {
  margin: 0;
}
.blogsHome .card {
  background-color: transparent;
  overflow: hidden;
  transition: 0.2s ease all;
}
.blogsHome .card:hover img {
  transform: scale(1.03);
}
.blogsHome .card img {
  transition: 0.5s ease all;
}
.blogsHome .card a {
  color: #636363 !important;
}
.blogsHome .card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blogsHome .headsTop {
  margin-bottom: 15px;
}
.blogsHome .headsTop .headsTopLeft h3 {
  text-transform: uppercase;
  font-size: 19px;
}
@media (min-width: 576px) {
  .blogsHome .headsTop .headsTopLeft h3 {
    font-size: 22px;
  }
}
.blogsHome .headsTop .headsTopRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
.blogsHome .headsTop .headsTopRight a {
  color: #636363;
}
.blogsHome .headsTop .headsTopRight a i {
  margin-left: 10px;
}

.cartModal .modal-body {
  position: initial;
}
.cartModal .modal-footer {
  padding-bottom: 50px;
}
.cartModal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 22%;
  height: 100%;
  right: 0;
  transform: translate3d(0%, 0, 0);
}
.cartModal .modal-dialog .modal-content {
  height: 100%;
}
.cartModal .modal-dialog .modal-content .modal-header .btn-close {
  filter: invert(0%) sepia(7%) saturate(13%) hue-rotate(356deg) brightness(96%) contrast(101%);
}
.cartModal .modal-dialog .modal-content .modal-body {
  height: 100%;
  overflow-y: auto;
  min-height: 63vh;
}
@media (max-width: 575px) {
  .cartModal .modal-dialog .modal-content .modal-body {
    min-height: 34vh;
  }
}
.cartModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 7px;
}
.cartModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgb(42, 64, 96);
  overflow-y: scroll;
}
.cartModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fab51a;
  opacity: 1;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsLeft img {
  width: 100%;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .title {
  margin-bottom: 10px;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .title h5 {
  font-family: "ProximaNova-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .title h5 a {
  color: #2a4060;
  font-weight: 600;
  font-size: 17px;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .title h5 a:hover {
  color: #212529;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .price {
  margin-bottom: 10px;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .price ul {
  margin-bottom: 0;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .price ul li {
  display: inline-block;
  font-family: "ProximaNova-Bold";
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .price .old {
  text-decoration: line-through;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .last .lastLeft {
  display: flex;
  align-items: start;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .last .lastLeft .qty {
  display: flex;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .last .lastRight {
  display: flex;
  justify-content: end;
}
.cartModal .modal-dialog .modal-content .modal-body .cartcontentsRight .last .lastRight button {
  border: none;
  background-color: rgb(42, 64, 96);
  color: #fff;
  padding: 4px 16px;
  font-size: 14px;
}
.cartModal .modal-dialog .modal-content .modal-footer .btn-bottom {
  width: 100%;
  background-color: #fab51a;
  color: #fff;
}

.desktopHide {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html.translated-rtl header .bottomHeader .headerSearch ul {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html.translated-rtl header .bottomHeader .headerSearch ul {
    width: 80%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html.translated-rtl header .bottomHeader .headerMainBtns ul li {
    margin-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html.translated-rtl header .bottomHeader .headerMainBtns ul li {
    margin-right: 2px !important;
  }
}
@media (max-width: 767px) {
  html.translated-rtl .UserLogined header .bottomHeader .mainAllHead .mainAllHeadCenter {
    margin-left: 0px;
  }
  html.translated-rtl .headsTopLeft font {
    width: 100%;
    display: block;
    margin-bottom: 31px;
  }
  html.translated-rtl footer .footerBottom .footerBottomRight {
    margin-bottom: 50px;
  }
  html.translated-rtl .productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity input[type=number], html.translated-rtl .productsDetails .productsDetailsCenter .productsDetailsCenterThird .productsDetailsCenterThirdThird ul li .quantity input[type=button] {
    height: 100%;
  }
  html.translated-rtl header .bottomHeader .headerMainBtns ul li .logDrop button {
    flex-direction: row-reverse;
  }
  html.translated-rtl .next-prv-prod33 {
    top: 40px;
    width: 100%;
    right: 0;
    margin: 0;
  }
  html.translated-rtl .next-prv-prod33 .prev-prod33, html.translated-rtl .next-prv-prod33 .prev-prod2 {
    right: 40px;
  }
  html.translated-rtl .next-prv-prod33 .next-prod33, html.translated-rtl .next-prv-prod33 .next-prod2 {
    right: 0;
    left: unset;
  }
  html.translated-rtl .next-prv-prod2 {
    top: -18px !important;
  }
}

html:lang(ar) {
  direction: rtl;
}
html:lang(ar) ul {
  padding-right: 0;
}
@media (max-width: 767px) {
  html:lang(ar) ul.next-prv-prod, html:lang(ar) ul.next-prv-prod3, html:lang(ar) ul.next-prv-prod1 {
    right: 35px;
  }
}
html:lang(ar) .slick-slider .slick-track, html:lang(ar) .slick-slider .slick-list {
  direction: ltr;
}
html:lang(ar) header .bottomHeader .headerMainBtns ul li {
  margin-right: 25px;
}
html:lang(ar) header .bottomHeader .headerMainBtns ul li:last-child .badge {
  left: 100%;
}
html:lang(ar) header .bottomHeader .headerMainBtns ul li a img {
  margin-left: 6px;
}
html:lang(ar) header .bottomHeader .headerBtn button img {
  margin-left: 10px;
  margin-right: inherit;
}
html:lang(ar) header .bottomHeader .headerSearch .input-group input {
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
html:lang(ar) header .bottomHeader .headerSearch .input-group .input-group-text {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html:lang(ar) header .bottomHeader .headerSearch .input-group-append {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html:lang(ar) .breadcrumb-item + .breadcrumb-item::before {
  display: none;
  float: left;
  padding-right: 0.5rem;
  content: var(--bs-breadcrumb-divider, "/");
}
html:lang(ar) .breadcrumb-item + .breadcrumb-item::after {
  float: right;
  padding-left: 0.5rem;
  content: var(--bs-breadcrumb-divider, "/");
}
html:lang(ar) .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}
html:lang(ar) .headerNavbar .navbar .navbar-nav .dropdown:hover > .dropdown-menu li {
  display: flex;
}
html:lang(ar) .headerNavbar .navbar .navbar-nav .dropdown-submenu > .dropdown-menu {
  right: 100%;
}
html:lang(ar) .headerNavbar .navbar .navbar-nav .dropdown-submenu > a:after {
  float: left;
  transform: rotate(180deg);
  margin-left: -10px;
}
html:lang(ar) footer .footerCenter .footerCenterLeft ul {
  padding-right: 0;
}
html:lang(ar) footer .footerCenter .footerCenterRight .headerSearch .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
html:lang(ar) footer .footerCenter .footerCenterRight .headerSearch .input-group .input-group-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html:lang(ar) footer .footerCenterBottom .footerCenterBottomRights a p {
  margin-right: 15px;
}
html:lang(ar) footer .footerCenterBottom .footerCenterBottom1 a {
  margin-right: 15px;
}
html:lang(ar) footer .footerCenterBottom .footerCenterBottom2 picture img {
  width: 100%;
}
html:lang(ar) footer .footerBottom .footerBottomLeft a {
  margin-right: 15px;
}
html:lang(ar) .aboutContent .aboutContentRight .overlayedAbout {
  right: 12%;
}
html:lang(ar) .aboutContent .aboutContentRight .overlayedAbout .overlayedAboutRight::before {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
html:lang(ar) .aboutContent .aboutContentRight::after {
  left: 0;
  right: inherit;
}
html:lang(ar) .carrer .accordion .accordion-item .accordion-header .accordion-button::after {
  margin-right: auto;
  margin-left: inherit;
}
html:lang(ar) .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients h3 {
  display: flex;
  justify-content: start;
}
html:lang(ar) .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients .carrerDates .carrerDatesCon {
  margin-left: 30px;
  margin-right: 0;
}
html:lang(ar) .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients .carrerDates .carrerDatesCon .secoCon {
  margin-right: 6px;
  margin-left: 0;
}
html:lang(ar) .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul {
  display: flex;
  justify-content: start;
}
html:lang(ar) .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul li {
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 0;
}
html:lang(ar) .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul li::before {
  right: 0;
  left: inherit;
}
html:lang(ar) .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients ul li .carrerDatesCon .secoCon {
  margin-right: 6px;
  margin-left: 0;
}
html:lang(ar) .LoginPopup .modal-dialog .modal-content .modal-header .btn-close {
  margin-left: 0;
}
html:lang(ar) .LoginPopup .modal-dialog .modal-content .modal-body form .uploadsCarrer {
  position: relative;
  z-index: 2;
}
html:lang(ar) .LoginPopup .modal-dialog .modal-content .modal-body form .uploadsCarrer .attatch {
  right: 90%;
}
html:lang(ar) .LoginPopup .modal-dialog .modal-content .modal-body .googleBtn img, html:lang(ar) .LoginPopup .modal-dialog .modal-content .modal-body .fbBtn img {
  margin-left: 6px;
  margin-right: 0;
}
html:lang(ar) .LoginPopup .modal-dialog .modal-content .modal-body .forgottenP a {
  margin-right: 6px;
  margin-left: 0;
}
html:lang(ar) .servicesItems .servicesItemsBottom .card .card-body .btnLeft i {
  margin-left: 5px;
  margin-right: 0;
}
html:lang(ar) .servicesItems .servicesItemsBottom .card .card-body .avilability .value {
  padding-right: 4px;
  padding-left: 0;
}
html:lang(ar) .servicesItems .servicesItemsTop .selectLabel label {
  padding-right: 2%;
  padding-left: 0;
}
html:lang(ar) .servicesDetails .servicesDetailsRight .pricing h4 {
  margin-left: 10px;
  margin-right: 4px;
}
html:lang(ar) .servicesDetails .servicesDetailsRight .btnLeft i {
  margin-left: 5px;
}
html:lang(ar) .contactForm .contactFormDetails form button {
  float: left;
}
html:lang(ar) .contactMaps .card .card-body .tel .tele {
  padding-right: 5px;
  padding-left: 0;
}
html:lang(ar) .contactMaps .card .card-body .fax .faxe {
  padding-right: 5px;
  padding-left: 0;
}
html:lang(ar) .contactMaps .card .card-body .toll .tolle {
  padding-right: 5px;
  padding-left: 0;
}
html:lang(ar) .specialEnquiry .specialEnquiryRight .card .card-body form button {
  float: left;
}
html:lang(ar) .specialEnquiry .specialEnquiryLeft p a {
  color: #fab51a;
}
html:lang(ar) .specialEnquiry .specialEnquiryLeft .card::before {
  top: 40px;
  right: -10px;
  transform: rotate(180deg);
}
html:lang(ar) .thankyou .card .card-body p {
  padding-right: 6px;
  padding-left: 0;
}
html:lang(ar) .checkout .checkoutLeft .checkoutLeftRihy a i {
  padding-left: 10px;
}
html:lang(ar) .checkout .checkoutLeft form .chedckTick label {
  margin-right: 1.5em;
}
html:lang(ar) .checkout .checkoutLeft form .pays label {
  margin-right: 1.5em;
}
html:lang(ar) .checkout .checkoutRight .card .card-body .lists a i {
  padding-right: 10px;
  color: #fab51a;
  transform: rotate(180deg);
}
html:lang(ar) .checkout .form-check .form-check-input {
  float: right !important;
  margin-left: 1.5em;
}
html:lang(ar) .blogDetails p a {
  color: #1c3c6c;
}
html:lang(ar) .blogDetails .blogDetailsRight {
  padding: 0 3% 0 0;
}
html:lang(ar) .cart .cartLeft .headtOp span {
  padding-right: 5px;
  padding-left: 0;
}
html:lang(ar) .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul li .favBtn .icon-heart i {
  padding-left: 10px;
  padding-right: 0;
}
html:lang(ar) .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight ul li .remove i {
  padding-right: 10px;
  padding-left: 0;
}
html:lang(ar) .profile .tab-content.Shipping .topHeading .topHeadingRight button i {
  color: #fab51a;
  padding-left: 10px;
}
html:lang(ar) .profile .tab-content.Shipping .bottomAddress .addressBox h6::before {
  right: -30px;
  left: inherit;
}
html:lang(ar) .profile .tab-content.Wish .wishlistImage .card .card-body .availability {
  left: 10%;
  right: inherit;
}
html:lang(ar) .profile .tab-content.Wish .wishlistImage .card .card-body .availability i {
  padding-left: 5px;
}
html:lang(ar) .profile .tab-content.Wish .wishlistImage .card .card-body ul li:first-child {
  margin-left: 5px;
  margin-right: 0;
}
html:lang(ar) .profile .tab-content.Wish .wishlistImage .card .cartWish {
  left: 10px;
  right: inherit;
}
html:lang(ar) .profile .tab-content.Wish .wishlistImage .card .offerWish {
  right: 10px;
  left: inherit;
}
html:lang(ar) .profile .tab-content.Profile .ProfileLeft .profilePic .pics .cam {
  left: -4%;
  right: inherit;
}
html:lang(ar) .profile .tab-content.Profile .ProfileRight .ProfileRightForm form .form-group label {
  right: 14px;
  left: inherit;
}
html:lang(ar) .recommendedSlider .heads .headsRight a i {
  padding-right: 15px;
  transform: rotate(180deg);
}
html:lang(ar) .Blogs .BlogsCards p a {
  color: #1c3c6c;
}
html:lang(ar) .Blogs .BlogsCards .card .card-body .cardLinkRight a i {
  padding-left: 5px;
  padding-right: 5px;
  transform: rotate(180deg);
}
html:lang(ar) .faq .faqLeft .accordion .accordion-item .accordion-header .accordion-button::after {
  margin-right: auto;
  margin-left: inherit;
}
html:lang(ar) .checkout .checkoutRight .card .card-body .headerSearch input#coupon {
  background-position: right center;
}
html:lang(ar) .wishlistImage .card .card-body .availability {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 10px;
}
html:lang(ar) .headerNavbar .navbar .navbar-nav .nav-item .nav-link {
  font-size: 12px;
}
html:lang(ar) .headerNavbar .navbar .navbar-nav .nav-item .nav-link i {
  margin-right: 6px;
  margin-left: inherit;
}
html:lang(ar) header .bottomHeader .headerMainBtns ul li .logDrop .dropdown-menu li {
  margin-right: 0;
}
html:lang(ar) .cartModal .modal-dialog {
  left: 0;
  right: inherit;
}
html:lang(ar) .cartModal .modal-dialog .modal-content .modal-header .btn-close {
  margin-left: 0;
}
html:lang(ar) .specialOffer .headsTop .headsTopRight a i, html:lang(ar) .ComboOffer .headsTop .headsTopRight a i, html:lang(ar) .shopCategories .headsTop .headsTopRight a i, html:lang(ar) .NewArrivals .headsTop .headsTopRight a i, html:lang(ar) .shopBrands .headsTop .headsTopRight a i, html:lang(ar) .BestSeller .headsTop .headsTopRight a i, html:lang(ar) .blogsHome .headsTop .headsTopRight a i {
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(180deg);
}
html:lang(ar) .homeMainCategory .card .card-body a i {
  margin-right: 0;
  margin-left: 0;
  transform: rotate(180deg);
}
html:lang(ar) header .topHeader .LinkHead ul li:last-child {
  margin-right: 20px;
}

.fixedrightSidebar {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 50%;
}
.fixedrightSidebar .socialMedia {
  display: grid;
}
.fixedrightSidebar .socialMedia .QuickSideRightBar {
  position: relative;
}
.fixedrightSidebar .socialMedia .QuickSideRightBar img {
  width: 45px;
}
.fixedrightSidebar .socialMedia .QuickSideRightBar .CallRight {
  position: relative;
}
.fixedrightSidebar .socialMedia .QuickSideRightBar .slideLeft {
  position: absolute;
  background: #314d78;
  width: 0;
  height: 44px;
  right: 26px;
  top: 0;
  font-size: 13px;
  line-height: 33px;
  color: #ffffff;
  padding: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 22px 0 0 22px;
}
.fixedrightSidebar .socialMedia .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 20px;
  top: 6px;
  font-size: 14px;
}
.fixedrightSidebar .socialMedia .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.5s ease-in-out;
  width: 166px;
}
.fixedrightSidebar .socialMedia .QuickSideRightBarContact {
  margin-bottom: 8px;
}
.fixedrightSidebar .socialMedia .QuickSideRightBarContact img {
  box-shadow: 0 3px 6px rgba(112, 112, 112, 0.3);
  border-radius: 100%;
}
.fixedrightSidebar .socialMedia .QuickSideRightBarContact .slideLeft {
  background: #fff;
  box-shadow: 0 3px 6px rgba(112, 112, 112, 0.3);
}
.fixedrightSidebar .socialMedia .QuickSideRightBarContact .slideLeft .textRight {
  color: #98c1e7;
}
.fixedrightSidebar .socialMedia .QuickSideRightBarWhatsapp .slideLeft {
  background: #55cd6c;
}
.fixedrightSidebar .socialMedia .QuickSideRightBarWhatsapp .slideLeft .textRight {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .servicesItems .servicesItemsBottom .card .card-body .avilability {
    display: block;
    text-align: center;
    min-height: 70px;
  }
  .productsMain .productsMainLeft {
    padding-left: 5px;
    padding-right: 5px;
  }
  .productsMain .productsMainLeft .category .cateSpace {
    padding-right: 0;
  }
  .productsMain .productsMainLeft .category .accordion .accordion-item .accoMain .accordion-button {
    padding: 1rem 0;
  }
  .servicesItems .servicesItemsBottom .card .card-body .btnLeft {
    font-size: 12px;
  }
  .servicesItems .servicesItemsBottom .card .card-body .btnRight {
    font-size: 12px;
  }
  .addOns .addonCard .addonTop .card .Plus {
    left: 50%;
  }
}
@media screen and (max-width: 1366px) {
  header .bottomHeader .headerMainBtns {
    padding-left: 0;
  }
  header .bottomHeader .headerMainBtns ul li {
    margin-right: 15px;
  }
  .headerNavbar .navbar .navbar-nav .nav-item {
    margin-right: 10px;
  }
  .cartModal .modal-dialog {
    width: 33%;
  }
  html:lang(ar) .headerNavbar .navbar .navbar-nav .nav-item {
    margin-right: 10px;
  }
  .aboutContent .aboutContentRight .overlayedAbout {
    bottom: 2%;
    left: 8%;
  }
  .servicesItems .servicesItemsBottom .card .card-body .btnLeft {
    padding: 8px 4px;
    font-size: 11px;
  }
  .servicesItems .servicesItemsBottom .card .card-body .btnRight {
    padding: 8px 4px;
    font-size: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .productsDetails .productsDetailsCenter h3 {
    font-size: 18px;
  }
  .productsDetails .productsDetailsCenter .productsDetailsCenterFirst .sku_ratng ul li {
    font-size: 14px;
  }
  .headerNavbar .navbar .navbar-nav .nav-item .nav-link {
    font-size: 9px;
  }
  .headerNavbar .navbar .navbar-nav .dropdown-hover-megamenu .dropdown-hover-content .ContentsItems ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) {
  .productsMain .productsMainLeft .category .accordion .accordion-item .form-check .form-check-label {
    font-size: 14px;
  }
  .shopCategories .categoryCard h3 {
    color: #fff;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .shopCategories .categoryCard h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutContent .aboutContentRight .overlayedAbout {
    bottom: 25%;
    left: 8%;
    width: 84%;
  }
  .aboutContent .aboutContentRight .overlayedAbout .overlayedAboutLeft span {
    font-size: 60px;
  }
  .aboutContent .aboutContentRight .overlayedAbout .overlayedAboutRight h3 {
    font-size: 24px;
  }
  .Blogs .BlogsCards .card .card-body .cardLinkLeft {
    padding-right: 0;
  }
  .Blogs .BlogsCards .card .card-body .cardLinkLeft p {
    font-size: 14px;
  }
  .Blogs .BlogsCards .card .card-body .cardLinkRight {
    padding-left: 0;
  }
  .headerNavbar .navbar .navbar-nav .nav-item .nav-link {
    font-size: 9px;
  }
  .headerNavbar .navbar .navbar-nav .nav-item {
    margin-right: 4px;
  }
  .servicesItems .servicesItemsTop .selectLabel label {
    font-size: 10px;
  }
  .servicesItems .servicesItemsBottom .col-lg-2 {
    width: 25%;
  }
  .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .quantity .plus, .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .quantity .minus, .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .quantity .minusProduct, .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .quantity .plusProduct {
    padding: 0 6px !important;
    border: none;
  }
  .cart .cartRight .card .card-body .lists .btnGrop .btn1 {
    font-size: 12px;
  }
  .cart .cartRight .card .card-body .lists .btnGrop .btn2 {
    font-size: 12px;
  }
  .cart .cartRight .card .card-body .lists ul li {
    font-size: 15px;
  }
  html:lang(ar) header .bottomHeader .headerMainBtns ul li {
    margin-right: 10px;
  }
  html:lang(ar) .headerNavbar .navbar .navbar-nav .nav-item {
    margin-right: 4px;
  }
  html:lang(ar) .Blogs .BlogsCards .card .card-body .cardLinkLeft {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: 0;
  }
  html:lang(ar) .Blogs .BlogsCards .card .card-body .cardLinkRight {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .aboutContent .aboutContentLeft {
    margin-bottom: 20px;
  }
  .aboutContent .aboutContentRight .overlayedAbout {
    width: 84%;
    bottom: -8%;
  }
  .aboutContent .aboutContentRight .overlayedAbout .overlayedAboutRight h3 {
    max-width: 80%;
  }
  .aboutFeatures .featuredContent {
    margin-bottom: 20px;
  }
  header .bottomHeader .mainAllHead {
    display: flex;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767px) {
  header .bottomHeader .mainAllHead {
    justify-content: space-between;
  }
}
@media screen and (max-width: 991.98px) {
  header .bottomHeader .mainAllHead .mainAllHeadLeft {
    display: flex;
    width: 35%;
  }
  header .bottomHeader .mainAllHead .mainAllHeadLeft .mobilemenu {
    display: block !important;
    margin-right: 20px;
  }
  header .bottomHeader .mainAllHead .mainAllHeadLeft .mobilemenu img {
    filter: invert(97%) sepia(6%) saturate(12%) hue-rotate(314deg) brightness(108%) contrast(100%);
  }
}
@media screen and (max-width: 991.98px) {
  .mobileMenuModal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    left: 0;
    transform: translate3d(0%, 0, 0);
  }
  .mobileMenuModal .modal-dialog .modal-content {
    height: 100%;
    background-color: #222529;
  }
  .mobileMenuModal .modal-dialog .modal-content .modal-body .headerNavbar .navbar-toggler {
    display: none;
  }
  .mobileMenuModal .modal-dialog .modal-content .modal-body .headerNavbar .nav-link {
    color: #e1e1e1;
  }
}
@media screen and (max-width: 991.98px) {
  header .bottomHeader .mainAllHead .mainAllHeadCenter {
    width: 55%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  header .bottomHeader .mainAllHead .mainAllHeadRight {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  header .bottomHeader .headerMainBtns ul li .logDrop button .removable {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  header .bottomHeader .headerMainBtns ul li a .removable {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  header .bottomHeader .headerBtn button {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .headerNavbar .navbar .navbar-nav .desktopMegaMenu, .headerNavbar .navbar .navbar-nav .desktopSubMenu {
    display: none;
  }
  .headerNavbar .navbar .navbar-nav .mobileMegaMenu, .headerNavbar .navbar .navbar-nav .mobileSubMenu {
    display: block;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767px) {
  .headerNavbar .navbar .navbar-nav .mobileMegaMenu .ContentsItems, .headerNavbar .navbar .navbar-nav .mobileSubMenu .ContentsItems {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 991.98px) {
  .servicesDetails .servicesDetailsLeft {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .profile .tab-content.Profile .ProfileLeft {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .productsDetails .productsDetailsinner {
    position: inherit;
    padding: 0 2%;
  }
  .productsDetails .productsDetailsRight {
    position: inherit;
  }
}
@media screen and (max-width: 991.98px) {
  footer .footerCenterBottom .footerCenterBottomRights {
    justify-content: start;
  }
  footer .footerCenterBottom .footerCenterBottom1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .blogDetails .blogDetailsLeft {
    padding-bottom: 20px;
  }
  .blogDetails .blogDetailsRight {
    padding-top: 0;
  }
  .blogDetails .blogDetailsRight .blogPosts .blogPostsRight h6 {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 991.98px) {
  .servicesItems .servicesItemsTop h3 {
    font-size: 22px;
  }
  .servicesItems .servicesItemsBottom .col-md-4 {
    width: 33.33333333% !important;
  }
}
@media screen and (max-width: 991.98px) {
  .specialEnquiry .specialEnquiryRight {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 991.98px) {
  .cart .cartRight .card .card-body .lists .btnGrop .btn1 {
    font-size: 14px;
  }
  .cart .cartRight .card .card-body .lists .btnGrop .btn2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .productsMain .productsMainRight .productsAll .productsLists .col-md-6 {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  .addOns .addonCard {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .homeMainCategory .card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .productsDetails .productsDetailsCenter {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .cartModal .modal-dialog {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  header .bottomHeader .headerMainBtns ul li:last-child .badge {
    left: 80%;
  }
}
@media screen and (max-width: 991.98px) {
  .hideMobile {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  html:lang(ar) .aboutContent .aboutContentRight .overlayedAbout {
    right: 8%;
  }
  html:lang(ar) header .bottomHeader .mainAllHead .mainAllHeadLeft .mobilemenu {
    margin-left: 20px !important;
    margin-right: 0;
  }
  html:lang(ar) .mobileMenuModal .modal-dialog {
    right: 0;
    left: auto;
  }
  html:lang(ar) .mobileMenuModal .modal-dialog .modal-header .btn-close {
    margin-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .shopCategories ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .productsMain .productsMainRight {
    padding-left: 0px;
  }
}
@media screen and (min-width: 767.1px) {
  .mobileBackdropCategories {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .productsMain .productsMainRight {
    padding: 20px 0 0;
  }
  footer .footerBottom {
    padding: 10px 0;
  }
  footer .footerBottom .footerBottomLeft {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .footerBottom .footerBottomRight {
    justify-content: center;
  }
  .aboutFeatures .featuredContent .featuredContentRight p {
    display: none;
  }
  .productsDetails {
    overflow: hidden;
  }
  .checkout .checkoutLeft .checkoutSlider .slick-prev {
    left: -15px !important;
  }
  .productsTabs .tabs li {
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter {
    width: unset;
    margin-right: -33px;
  }
  .UserLogined header .bottomHeader .mainAllHead .mainAllHeadCenter {
    margin-right: 0;
    margin-left: 50px;
  }
  header .bottomHeader .headerMainBtns ul li {
    margin-right: 10px;
  }
  .latest_products_slider_area .latest_slider_body .wishlistImage .card-body {
    padding: 1rem 0;
  }
  .latest_products_slider_area .latest_slider_body .wishlistImage .carousel-indicators button {
    height: 6px !important;
    width: 6px !important;
    background-color: #2a4060 !important;
    color: #fff;
    border-radius: 50% !important;
    padding: 0px 0 !important;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
  }
  .slick-next, .slick-prev {
    z-index: 9;
    top: -30px;
  }
  .slick-prev {
    left: 80% !important;
  }
  .slick-next {
    right: 0px;
  }
  .slick-initialized {
    overflow: visible;
  }
  .slick-prev::before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    opacity: 0.85;
    color: #000;
  }
  .slick-next::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    opacity: 0.85;
    color: #000;
  }
  .slick-initialized {
    overflow: hidden;
  }
  .BannerProducts {
    display: none;
  }
  .BannerProductsMobile {
    display: block;
  }
  .BannerProductsMobile .breadcrumb_allpages {
    top: 0px;
    bottom: inherit;
    align-items: start;
  }
  .Banners {
    display: none;
  }
  .BannersMobile {
    display: block;
  }
  .aboutContent .aboutContentRight .overlayedAbout .overlayedAboutLeft span {
    font-size: 50px;
  }
  .aboutContent .aboutContentRight .overlayedAbout .overlayedAboutRight h3 {
    font-size: 18px;
  }
  .aboutContent .aboutContentRight::after {
    width: 40px;
    height: 40px;
  }
  .shopBrands .BrandImage .imagesGallery .overlayed {
    bottom: -20%;
    width: 70%;
    height: 85px;
  }
  .shopBrands .BrandImage .imagesGallery img {
    height: 200px;
  }
  .shopCategories ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .shopCategories .categoryCard img {
    height: 180px;
  }
  .blogDetails .blogDetailsRight {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  footer .footerCenterBottom .footerCenterBottom1 {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
  footer .footerCenterBottom .footerCenterBottom2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .LoginPopup .modal-dialog .modal-content .modal-header {
    padding: 1rem 2rem;
  }
  .LoginPopup .modal-dialog .modal-content .modal-body {
    padding: 2rem 2rem;
  }
  .servicesItems .servicesItemsTop h3 {
    margin-bottom: 10px;
  }
  .servicesItems .servicesItemsTop .selectLabel {
    margin-bottom: 20px;
  }
  .servicesItems .servicesItemsTop .selectLabel label {
    width: 30%;
  }
  .servicesItems .servicesItemsTop .headerSearch {
    margin-bottom: 15px;
  }
  .servicesItems .servicesItemsBottom {
    padding: 0 10px;
  }
  .servicesItems .servicesItemsBottom .col-12 {
    width: 100% !important;
    padding: 0 5%;
  }
  .servicesItems .servicesItemsBottom .card .card-body .nopAdd {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 10px;
  }
  .servicesItems .servicesItemsBottom .card .card-body .btnLeft, .servicesItems .servicesItemsBottom .card .card-body .btnRight {
    padding: 10px 4px;
    font-size: 14px;
  }
  .contactMaps {
    padding: 40px 10px;
  }
  .carrer .accordion .accordion-item .accordion-header .accordion-button .accordients .carrerDates {
    display: inherit;
  }
  .productsDetails .productsDetailsRight {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .productsTabs .tab-content.Reviews .reviewsTop .reviewsTopLeft {
    margin-bottom: 15px;
  }
  .productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight ul li:last-child {
    margin-right: 0;
  }
  .productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight ul li .progressBox {
    height: 1.2rem;
    width: 22vh;
  }
  .productsTabs .tab-content.Reviews .reviewsTop .reviewsTopRight ul li .progressBox .bar {
    height: 1.2rem;
  }
  .productsMain .productsMainLeft {
    display: none;
  }
  .productsMain .productsMainRight .headsTop .noNeed {
    display: block;
  }
  .productsMain .productsMainRight .headsTop .noNeed a {
    color: #1e1a18;
    font-family: "ProximaNova-Bold";
    margin-bottom: 10px;
    font-size: 20px;
  }
  .productsMain .productsMainRight .headsTop .noNeed a img {
    margin-right: 10px;
  }
  .Blogs .SliderBlogs {
    margin-bottom: 30px;
  }
  .specialEnquiry p a {
    color: #1c3c6c;
  }
  .specialEnquiry .specialEnquiryRight .card .card-body {
    padding: 4rem 2rem;
  }
  .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightTop .cartProductsRightTopRight {
    margin-top: 10px;
    display: flex;
    justify-content: start;
  }
  .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .qty .align {
    display: inline-grid;
  }
  .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .color, .cart .cartLeft .cartProducts .cartProductsRight .cartProductsRightBottom .total {
    margin-top: 25px;
  }
  .checkout .checkoutLeft .textP {
    margin-bottom: 5px;
  }
  .checkout .checkoutLeft .checkoutLeftRihy {
    margin-bottom: 30px;
  }
  .checkout .checkoutLeft .error {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
  .checkout .checkoutLeft h5 {
    margin-bottom: 20px;
  }
  .profile .tabs li {
    width: 49%;
    margin-bottom: 4px;
  }
  .productsMain .productsMainRight .headsTop {
    margin-bottom: 25px;
  }
  .productsMain .productsMainRight .productsAll .productsLists .col-12 {
    width: 100%;
  }
  header .bottomHeader .mainAllHead .search_mobile {
    display: block;
    margin: auto;
  }
  header .bottomHeader .mainAllHead .search_mobile .searchsBtn {
    background-color: #fab51a;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch {
    background-color: #2a4060;
    height: 9vh;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header {
    background-color: #2a4060;
    align-items: start;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header .btn-close {
    margin-top: 1.5rem;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header input:focus {
    box-shadow: none;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header ul {
    width: 100%;
    background-color: #fff;
    padding: 5%;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header ul li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header ul .searchS {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header ul .searchS .name {
    font-family: "ProximaNova-Regular";
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header ul .searchS .price {
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    color: #2a4060;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header ul .searchS .fullPrice {
    font-family: "ProximaNova-Bold";
    font-size: 14px;
    color: #222;
    text-decoration: line-through;
    margin-left: 5px;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header .searchResultMobile {
    height: 340px;
    overflow-y: scroll;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header .searchResultMobile::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header .searchResultMobile::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: green;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .offcanvas-header .searchResultMobile::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #2a4060;
    background-color: #2a4060;
    opacity: 1;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .input-group-append {
    background-color: #fab51a;
    border-radius: 0.25rem;
    cursor: pointer;
  }
  header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .input-group-append .input-group-text {
    border: none;
    background-color: transparent;
    padding: 0.75rem;
  }
  header .bottomHeader .mainAllHead .mainAllHeadLeft {
    width: 60%;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .serachBtnFull {
    display: none;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile {
    display: block;
    margin: auto;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .searchsBtn {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    margin-top: 4px;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .searchsBtn img {
    width: 16px;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch {
    background-color: #2a4060;
    height: 9vh;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header {
    background-color: #2a4060;
    align-items: start;
    position: relative;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header .btn-close {
    margin-top: 0;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header input:focus {
    box-shadow: none;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header ul {
    width: 100%;
    background-color: #fff;
    padding: 5% 2%;
    margin-right: 14px;
    border-radius: 4px;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header ul li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    padding-bottom: 14px;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header ul li.searchS {
    padding-bottom: 0;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header ul .searchS {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header ul .searchS .name {
    font-family: "ProximaNova-Regular";
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header ul .searchS .price {
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    color: #2a4060;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header ul .searchS .fullPrice {
    font-family: "ProximaNova-Bold";
    font-size: 14px;
    color: #222;
    text-decoration: line-through;
    margin-left: 5px;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header .searchResultMobile {
    height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header .searchResultMobile::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header .searchResultMobile::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: green;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header .searchResultMobile::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #2a4060;
    background-color: #2a4060;
    opacity: 1;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .input-group-append {
    background-color: #fab51a;
    border-radius: 0.25rem;
    cursor: pointer;
  }
  header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .input-group-append .input-group-text {
    border: none;
    background-color: transparent;
    padding: 0.75rem;
  }
  header .bottomHeader .headerBtn button {
    padding: 10px 8px;
  }
  header .bottomHeader .headerBtn button img {
    margin-right: 4px;
  }
  header .bottomHeader .headerSearch ul li:first-child {
    width: 34%;
  }
  .productsLeftRight img {
    margin-bottom: 15px;
  }
  .cartModal .modal-dialog {
    width: 100%;
  }
  header .bottomHeader .mainAllHead .mainAllHeadRight {
    width: 35%;
    justify-content: space-around;
  }
  .desktopHide {
    display: block !important;
  }
  .fixedBottomBar {
    display: block;
    position: fixed;
    bottom: -1px;
    z-index: 10;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    transition: all 0.9s ease;
  }
  .fixedBottomBar ul {
    margin-bottom: 0;
    display: flex;
  }
  .fixedBottomBar ul li {
    display: inline-block;
    width: 20%;
  }
  .fixedBottomBar ul li a {
    color: #666;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .fixedBottomBar ul li a i {
    font-size: 20px;
  }
  .fixedBottomBar ul li a p {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    color: #666;
    line-height: 14px;
  }
  .fixedBottomBar ul li .dropdown {
    width: 100%;
  }
  .fixedBottomBar ul li .dropdown #dropdownMenuLinkBottomSocial p {
    margin-top: 2px;
  }
  .fixedBottomBar ul li .dropdown .dropdown-toggle::after {
    display: none;
  }
  .fixedBottomBar ul li .dropdown .dropdown-menu {
    position: absolute;
    right: 12px;
    bottom: 46px !important;
    min-width: 100%;
    background-color: transparent;
    padding: 0;
    border: 0;
    transform: none !important;
  }
  .fixedBottomBar ul li .dropdown .dropdown-menu .socialMedia {
    padding: 15px;
    width: 60px;
    background-color: #2a4060;
    margin: 0 auto;
  }
  .fixedBottomBar ul li .dropdown .dropdown-menu .QuickSideRightBarContact {
    margin-bottom: 20px;
  }
  .fixedBottomBar ul li .dropdown .dropdown-menu .QuickSideRightBar img {
    width: 30px;
    height: 30px;
  }
  .fixedBottomBar ul li .dropdown .dropdown-toggle {
    display: grid;
    padding: 0;
  }
  .mobileBackdropCategories .btn-close {
    filter: inherit;
    opacity: 1;
  }
  .mobileBackdropCategories .card {
    height: 100%;
  }
  .mobileBackdropCategories .card .card-body {
    padding: 10px;
  }
  .mobileBackdropCategories .card .card-body h4 {
    font-size: 15px;
    color: #3a3a3a;
    font-family: "ProximaNova-Bold";
    margin-bottom: 10px;
    height: 26px;
    display: flex;
    align-items: center;
  }
  .mobileBackdropCategories .card .card-body img {
    margin-bottom: 0px;
    width: 100%;
  }
  .mobileBackdropCategories .card .card-body a {
    color: #292828;
    text-transform: uppercase;
    font-family: "ProximaNova-Regular";
    font-size: 10px;
  }
  .mobileBackdropCategories .card .card-body a i {
    margin-left: 8px;
  }
  .mobileBackdropCategories .modal-body .col-6 {
    margin-bottom: 12px;
  }
  .mobileBackdropCategories .modal-body .col-6:nth-child(2n+1) {
    padding-right: 6px;
  }
  .mobileBackdropCategories .modal-body .col-6:nth-child(2n) {
    padding-left: 6px;
  }
  .filterModal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    right: 0;
    transform: translate3d(0%, 0, 0);
  }
  .filterModal .modal-dialog .modal-content {
    height: 100%;
  }
  .filterModal .modal-dialog .modal-content .modal-body {
    height: 100%;
    overflow: scroll;
    padding-left: 0;
    padding-right: 0;
  }
  .filterModal .modal-dialog .modal-content .modal-body .productsMainLeft {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .filterModal .modal-dialog .modal-content .modal-footer .btn-bottom {
    width: 100%;
    background-color: #fab51a;
    color: #fff;
  }
  .filterModal .modal-dialog .btn-close {
    filter: invert(0%) sepia(0%) saturate(7473%) hue-rotate(150deg) brightness(93%) contrast(107%);
  }
  html:lang(ar) .blogDetails .blogDetailsRight {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .fixedrightSidebar {
    display: none;
    position: fixed;
    right: 0;
    z-index: 99;
    top: inherit;
    bottom: 15%;
  }
  footer .footerBottom {
    margin-bottom: 52px;
  }
}
.img-top-slider {
  overflow: visible;
}

.img-top-slider .slick-dots {
  bottom: -30px;
}
.img-top-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
.img-top-slider .slick-dots li:first-child {
  margin-right: 0 !important;
}

@media (min-width: 767px) {
  .productsMain .productsMainLeft {
    padding-top: 0px;
  }
  .productsMain .productsMainLeft::-webkit-scrollbar {
    width: 3px;
    background-color: #ffffff;
    padding-right: 0;
  }
  .productsMain .productsMainLeft::-webkit-scrollbar-track {
    background: #2a4060;
  }
  .productsMain .productsMainLeft::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #fab51a;
    background-color: #fab51a;
    opacity: 1;
  }
  .productsMain .productsMainLeft {
    padding-bottom: 150px;
    height: 80vh;
  }
  .filter_modal_section {
    padding-top: 60px;
    padding-right: 0;
  }
  .filter_modal_section .modal-body {
    padding-right: 10px;
    padding-left: 0px;
  }
  .filter_modal_section .fade:not(.show) {
    opacity: 1 !important;
  }
  .filter_modal_section .modal {
    display: block !important;
    position: sticky !important;
    z-index: 1 !important;
    height: auto;
  }
  .filter_modal_section .modal .wishlistImage .card:hover {
    box-shadow: unset;
    text-decoration: none;
    transform: translateY(0px);
  }
  .filter_modal_section .modal-dialog {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .filter_modal_section .modal.fade .modal-dialog {
    transform: translate(0, 0px) !important;
  }
  .filter_modal_section .filter_modal.show {
    position: relative !important;
  }
  .filter_modal_section .modal-backdrop {
    z-index: 1 !important;
    background: transparent !important;
  }
  .filter_modal_section .modal-content {
    border: 0px;
  }
  .filter_modal_section .modal-header {
    display: none;
  }
  .sticky-lg-top-110 {
    top: 100px;
  }
  .sticky-lg-top-110 {
    z-index: 1;
  }
  .modal-backdrop.show {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .productsMain .productsMainRight .productsAll .productsLists .col-xxl-2 {
    width: 20%;
  }
}
@media screen and (max-width: 575px) {
  .checkout .checkoutRight .card .card-body {
    padding: 30px 10px;
  }
  .cart .cartRight .card .card-body {
    padding: 30px 10px;
  }
  .homeMainCategory .card .card-body h4 {
    font-size: 20px;
  }
  .productsDetails {
    margin-top: 30px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 490px) {
  .fixedBottomBar ul li a p {
    font-size: 8px;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    color: #666;
    line-height: 14px;
  }
}
@media screen and (max-width: 440px) {
  .homeMainCategory .card .card-body h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .productsDetails .productsDetailsCenter .productsDetailsCenterFirst .sku_ratng {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .productsDetails .productsDetailsCenter .productsDetailsCenterFirst .sku_ratng ul {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 360px) {
  .homeMainCategory .card .card-body h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1160px) {
  .productsDetails .productsDetailsinner .productsDetailsLeftFirst .video_box .playBtn {
    width: 25px;
    height: 25px;
  }
}
.container-fluid {
  overflow: hidden;
}

.img-top-slider .slick-prev {
  display: none !important;
}
.img-top-slider .slick-next {
  display: none !important;
}

@media screen and (max-width: 992px) {
  header .bottomHeader .headerSearch .searchS .searchResult ul {
    height: 300px;
  }
  .servicesItems .servicesItemsBottom .card .card-body .avilability .value {
    min-height: 52px;
  }
}
@media screen and (max-width: 390px) {
  header .bottomHeader .mainAllHead .mainAllHeadLeft .mobilemenu {
    margin-top: -104px;
  }
  .sticky header .bottomHeader .mainAllHead .mainAllHeadLeft .mobilemenu {
    margin-top: -100px;
  }
  .logosImgMobile {
    margin-left: -25px;
  }
  footer .footerCenterBottom .footerCenterBottomRights a p {
    display: flex;
    align-items: center;
  }
  footer .footerCenterBottom .footerCenterBottomRights a p span {
    display: none;
  }
  footer .footerBottom .footerBottomRight ul li a img {
    width: 35px;
    height: 35px;
  }
  footer .footerBottom .footerBottomRight {
    justify-content: center;
  }
}
@media screen and (max-width: 350px) {
  footer .footerCenterBottom .footerCenterBottomRights a p {
    margin-left: 10px;
    font-size: 13px;
  }
  footer .footerBottom .footerBottomRight ul li a img {
    width: 26px;
    height: 25px;
  }
}
.servicesItems .servicesItemsBottom .card .card-body .avilability {
  min-height: 52px;
}

@media (max-width: 1400px) {
  .servicesItems .servicesItemsBottom .card .card-body .avilability {
    min-height: 79px;
  }
}
.LoginPopup {
  padding-right: 0 !important;
}

.ordersSlider .slick-track {
  margin: 0;
}
.ordersSlider .slick-next {
  display: none !important;
}
.ordersSlider .slick-prev {
  display: none !important;
}

.wishlistImage .card .card-body .img-top-slider {
  margin-bottom: 0;
  position: relative;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.9;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

@media (max-width: 991.98px) {
  .headerNavbar .navbar .navbar-nav {
    height: 80vh;
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: scroll;
    overflow-x: hidden;
    padding-bottom: 90px;
  }
  .headerNavbar .navbar .navbar-nav::-webkit-scrollbar {
    width: 4px;
  }
  .headerNavbar .navbar .navbar-nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: green;
    background-color: #fab51a;
  }
  .headerNavbar .navbar .navbar-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2a4060;
    opacity: 1;
  }
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 1 1 !important;
}

.form-check label {
  text-align: center;
}

.addon-quantity {
  display: flex;
  display: inline-block;
  border: 1px solid #d8dbe6;
}
.addon-quantity .minusProduct, .addon-quantity .plusProduct, .addon-quantity .plus, .addon-quantity .minus {
  padding: 9px 10px;
  border: none;
  text-align: center;
}
@media (max-width: 1500px) {
  .addon-quantity .minusProduct, .addon-quantity .plusProduct, .addon-quantity .plus, .addon-quantity .minus {
    padding: 9px 7px;
  }
}
@media (max-width: 575px) {
  .addon-quantity .minusProduct, .addon-quantity .plusProduct, .addon-quantity .plus, .addon-quantity .minus {
    padding: 9px 10px;
  }
}
.addon-quantity input {
  border: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .addon-quantity input {
    width: 18px;
  }
}

.addon-quantity-cart {
  display: flex;
}

.bulk-thump-img img {
  width: 100%;
}

.bulk-title h5 {
  font-weight: 400;
  margin-bottom: 6px;
}

.bulk-price ul li {
  font-weight: bold;
}

.bulk-right-btn {
  border: none;
  background-color: rgb(42, 64, 96);
  color: #fff;
  padding: 4px 16px;
  font-size: 14px;
}

.phn-mrt {
  margin-right: 33%;
}

.work-home-grp {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.sub-list {
  display: block !important;
}
.sub-list li {
  padding-right: 0;
  border: none;
  display: block;
}
.sub-list li i {
  margin-top: 4px;
}
@media (max-width: 991.98px) {
  .sub-list li i.fa-caret-right::before {
    color: #fff;
    margin-right: 6px;
  }
}
@media (max-width: 991.98px) {
  .sub-list li a {
    font-size: 14px;
    font-weight: 400 !important;
  }
}

.sub-list {
  display: block !important;
}

.radio-imgs {
  display: flex;
  padding: 20px 20px;
}

.input-hidden {
  /* For Hiding Radio Button Circles */
  position: absolute;
  left: -9999px;
}

input[type=radio] + label > img {
  border: 1px solid #d8dbe6;
}

input[type=radio]:checked + label > img {
  border: 1px solid #1a1616;
  cursor: default;
  transition: 500ms all;
}

input[type=radio] + label > img {
  border: 1px solid #d8dbe6;
  padding: 10px;
  width: 70px;
  margin: 0px 10px;
  border-radius: 8px;
  transition: 500ms all;
  min-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
input[type=radio] + label > img:hover {
  border: 1px solid #1a1616;
}

.mod-head-c {
  position: relative;
}
.mod-head-c .close-pop {
  position: absolute;
  right: 10px;
  top: 3px;
  padding: 1px 8px;
  border: none;
}

.pop-content {
  text-align: center;
  padding: 40px;
}
.pop-content h4 {
  font-size: 24px;
}

.inpuut-phone {
  width: 100%;
}

.iti {
  width: 100% !important;
}

.iti__country-list {
  max-width: 370px;
  z-index: 3;
}
.iti__country-list::-webkit-scrollbar {
  height: 7px;
}

.cart-quantity {
  display: flex;
}

.total-price {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 93%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.sub_left {
  margin-top: 4px;
}

.product-type-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.product-type-wrap .product-item {
  width: 60px;
  height: 60px;
  border: 1px solid #d8dbe6;
  border-radius: 6px;
  display: grid;
  place-items: center;
}
.product-type-wrap .product-item.active {
  border: 1px solid #334997;
  font-weight: 600;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  width: 100%;
}

/*******    *********/
.product-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
}
.product-form .product-form__item ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .product-form .product-form__item ul p {
    font-size: 14px;
  }
}

.rounded {
  border-radius: 6px !important;
}

.product-form .swatch .swatch-element {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.product-form .swatch .swatchLbl {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background-color: #f5f5f5;
  padding: 0 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.product-form .swatch .swatch-element .tooltip-label {
  top: -32px;
}

.tooltip-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -38px;
  bottom: auto;
  left: 50%;
  background: #000000;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 6px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.5;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}

.tooltip-label:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
}

.product-form .swatch .swatch-element {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
  cursor: pointer;
}

.product-form .swatch .active .swatchLbl {
  border-color: #000;
  box-shadow: none;
}

.product-form .swatch label {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-form .swatch .swatch-element {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.product-form .swatch .swatch-element:hover .tooltip-label {
  top: -26px;
  visibility: visible;
  opacity: 1;
}

.product-form .swatch .swatch-element .tooltip-label {
  top: -32px;
}

.product-form .swatch .swatch-element.soldout {
  opacity: 0.5;
  cursor: no-drop;
}

.offer-body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-body img {
  width: 100%;
  max-width: 100%;
}
.offer-body form {
  flex-basis: 100%;
}

.relatedProductsSlider-out {
  position: relative;
}

.next-prv-prod {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 6;
  display: flex;
  width: 100%;
}
@media (max-width: 1192px) {
  .next-prv-prod {
    width: 21px;
    top: -37px;
  }
}
@media (max-width: 1199px) {
  .next-prv-prod {
    right: 63px;
  }
}
@media (max-width: 575px) {
  .next-prv-prod {
    right: 43px;
  }
}
.next-prv-prod .prev-prod, .next-prv-prod .next-prod {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .next-prv-prod .prev-prod, .next-prv-prod .next-prod {
    width: 25px;
    height: 25px;
  }
}
.next-prv-prod .next-prod {
  background: url("../images/webp/prod-next.webp") no-repeat;
  right: -43px;
}
@media (max-width: 1199px) {
  .next-prv-prod .next-prod {
    margin-top: 14px;
    left: -57px;
  }
}
.next-prv-prod .prev-prod {
  left: -43px;
  background: url("../images/webp/prod-preview.webp") no-repeat;
}
@media (max-width: 575px) {
  .next-prv-prod .prev-prod {
    margin-top: 14px;
  }
}

.relatedProductsInn .container-fluid {
  position: relative;
}
.relatedProductsInn .slick-slider {
  position: initial;
}
.relatedProductsInn .slick-prev, .relatedProductsInn .slick-next {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .relatedProductsInn .slick-prev, .relatedProductsInn .slick-next {
    transform: translateY(0%);
    width: 25px;
    height: 25px;
    top: 0;
  }
}
.relatedProductsInn .slick-next {
  background: url("../images/webp/prod-next.webp") no-repeat;
  right: 0;
}
@media (max-width: 1199px) {
  .relatedProductsInn .slick-next {
    margin-top: 0;
    right: 65px;
  }
}
@media (max-width: 575px) {
  .relatedProductsInn .slick-next {
    margin-top: 0;
    right: 45px;
  }
}
.relatedProductsInn .slick-prev {
  left: 0;
  background: url("../images/webp/prod-preview.webp") no-repeat;
}
@media (max-width: 1199px) {
  .relatedProductsInn .slick-prev {
    left: unset !important;
    margin-top: 0;
    right: 95px;
  }
}
@media (max-width: 575px) {
  .relatedProductsInn .slick-prev {
    margin-top: 0;
    right: 75px;
  }
}
.relatedProductsInn.BestSeller .slick-prev, .relatedProductsInn.BestSeller .slick-next {
  visibility: hidden;
}

.relatedProductsSlider-out1 {
  position: relative;
}

.next-prv-prod1 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 6;
  display: flex;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1192px) {
  .next-prv-prod1 {
    width: 21px;
    right: 100px;
    top: -37px;
  }
}
@media (max-width: 1199px) {
  .next-prv-prod1 {
    right: 63px;
  }
}
@media (max-width: 575px) {
  .next-prv-prod1 {
    right: 43px;
  }
}
.next-prv-prod1 .prev-prod1, .next-prv-prod1 .next-prod1 {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  background-size: cover !important;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .next-prv-prod1 .prev-prod1, .next-prv-prod1 .next-prod1 {
    width: 25px;
    height: 25px;
  }
}
.next-prv-prod1 .next-prod1 {
  background: url("../images/webp/prod-next.webp") no-repeat;
  right: -53px;
}
@media (max-width: 1199px) {
  .next-prv-prod1 .next-prod1 {
    margin-top: 14px;
    right: 0;
  }
}
.next-prv-prod1 .prev-prod1 {
  left: -25px;
  background: url("../images/webp/prod-preview.webp") no-repeat;
}
@media (max-width: 1199px) {
  .next-prv-prod1 .prev-prod1 {
    margin-top: 14px;
    left: -57px;
  }
}

#home .relatedProductsSlider4 {
  padding: 0 !important;
  position: initial;
  overflow: hidden;
}

.relatedProductsSlider-out4 {
  position: relative;
}
.relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-arrow {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-arrow {
    transform: translateY(0%);
    width: 25px;
    height: 25px;
    top: -46px;
  }
}
.relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-next {
  background: url("../images/webp/prod-next.webp") no-repeat;
  display: block !important;
}
@media (min-width: 1200px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-next {
    right: -37px;
  }
}
@media (max-width: 1199.9px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-next {
    right: 63px;
  }
}
@media (max-width: 1199px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-next {
    margin-top: 14px;
    right: 65px;
  }
}
@media (max-width: 575px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-next {
    margin-top: 14px;
    right: 45px;
  }
}
.relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-prev {
  background: url("../images/webp/prod-preview.webp") no-repeat;
  display: block !important;
}
@media (min-width: 1200px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-prev {
    right: unset;
    left: -37px !important;
  }
}
@media (max-width: 1199.9px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-prev {
    right: 103px;
    left: unset !important;
  }
}
@media (max-width: 1199px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-prev {
    margin-top: 14px;
    right: 95px;
  }
}
@media (max-width: 575px) {
  .relatedProductsSlider-out4 .relatedProductsSlider4 > button.slick-prev {
    margin-top: 14px;
    right: 75px;
  }
}

.next-prv-prod4 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 6;
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .next-prv-prod4 {
    width: 21px;
    top: -37px;
    right: 63px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .next-prv-prod4 {
    right: 43px;
  }
}
.next-prv-prod4 .prev-prod4, .next-prv-prod4 .next-prod4 {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  background-size: cover !important;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .next-prv-prod4 .prev-prod4, .next-prv-prod4 .next-prod4 {
    width: 25px;
    height: 25px;
  }
}
.next-prv-prod4 .next-prod4 {
  background: url("../images/webp/prod-next.webp") no-repeat;
  right: -43px;
  display: block !important;
}
@media (max-width: 1199px) {
  .next-prv-prod4 .next-prod4 {
    right: 0;
  }
}
.next-prv-prod4 .prev-prod4 {
  left: -43px;
  background: url("../images/webp/prod-preview.webp") no-repeat;
  display: block !important;
}
@media (max-width: 1199px) {
  .next-prv-prod4 .prev-prod4 {
    left: -57px;
  }
}

.relatedProductsSlider-out2 {
  position: relative;
}
.relatedProductsSlider-out2 .relatedProductsSlider2 .slick-track {
  margin: 0 !important;
}

.next-prv-prod2 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 6;
  display: flex;
  width: 100%;
}
@media (max-width: 1192px) {
  .next-prv-prod2 {
    width: 21px;
    top: -37px;
    right: 63px;
  }
}
@media (max-width: 575px) {
  .next-prv-prod2 {
    right: 43px;
  }
}
.next-prv-prod2 .prev-prod2, .next-prv-prod2 .next-prod2 {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  background-size: cover !important;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .next-prv-prod2 .prev-prod2, .next-prv-prod2 .next-prod2 {
    width: 25px;
    height: 25px;
  }
}
.next-prv-prod2 .next-prod2 {
  background: url("../images/webp/prod-next.webp") no-repeat;
  right: -43px;
}
@media (max-width: 1199px) {
  .next-prv-prod2 .next-prod2 {
    margin-top: 14px;
    right: 0;
  }
}
.next-prv-prod2 .prev-prod2 {
  left: -43px;
  background: url("../images/webp/prod-preview.webp") no-repeat;
}
@media (max-width: 1199px) {
  .next-prv-prod2 .prev-prod2 {
    margin-top: 14px;
    left: -57px;
  }
}

.relatedProductsSlider-out3 {
  position: relative;
}

.next-prv-prod3 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 6;
  display: flex;
  width: 100%;
}
@media (max-width: 1192px) {
  .next-prv-prod3 {
    width: 21px;
    right: 35px;
    top: -37px;
  }
}
@media (max-width: 1199px) {
  .next-prv-prod3 {
    right: 63px;
  }
}
@media (max-width: 575px) {
  .next-prv-prod3 {
    right: 43px;
  }
}
.next-prv-prod3 .prev-prod3, .next-prv-prod3 .next-prod3 {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .next-prv-prod3 .prev-prod3, .next-prv-prod3 .next-prod3 {
    width: 25px;
    height: 25px;
  }
}
.next-prv-prod3 .next-prod3 {
  background: url("../images/webp/prod-next.webp") no-repeat;
  right: -43px;
}
@media (max-width: 1199px) {
  .next-prv-prod3 .next-prod3 {
    right: 0;
  }
}
.next-prv-prod3 .prev-prod3 {
  left: -43px;
  background: url("../images/webp/prod-preview.webp") no-repeat;
}
@media (max-width: 1199px) {
  .next-prv-prod3 .prev-prod3 {
    left: -57px;
  }
}

.recommendProducts {
  position: relative;
}

.next-prv-prod33 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 6;
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .next-prv-prod33 {
    z-index: 6;
    top: 13px;
    width: 21px;
    right: 97px;
  }
}
.next-prv-prod33 .prev-prod33, .next-prv-prod33 .next-prod33 {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  background-size: cover !important;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .next-prv-prod33 .prev-prod33, .next-prv-prod33 .next-prod33 {
    width: 25px;
    height: 25px;
    margin-top: 0;
  }
}
.next-prv-prod33 .next-prod33 {
  background: url("../images/webp/prod-next.webp") no-repeat;
  right: -34px;
}
@media (max-width: 1199px) {
  .next-prv-prod33 .next-prod33 {
    right: 0;
  }
}
.next-prv-prod33 .prev-prod33 {
  left: -34px;
  background: url("../images/webp/prod-preview.webp") no-repeat;
}
@media (max-width: 1199px) {
  .next-prv-prod33 .prev-prod33 {
    left: -57px;
  }
}

.relatedProductsSlider1 .slick-slide {
  margin: 0px 4px;
}

.relatedProductsSlider2 .slick-slide {
  margin: 0px 4px;
}

.relatedProductsSlider4 .slick-slide {
  margin: 0px 4px;
}

.relatedProductsSlideroffer-out {
  position: relative;
}

.next-prv-prodoffer {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 6;
  display: flex;
  width: 100%;
}
@media (max-width: 1192px) {
  .next-prv-prodoffer {
    width: 21px;
    right: 90px;
    top: -37px;
  }
}
.next-prv-prodoffer .prev-prodoffer, .next-prv-prodoffer .next-prodoffer {
  width: 40px;
  height: 40px;
  margin: 10px;
  list-style: none;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
}
.next-prv-prodoffer .next-prodoffer {
  background: url("../images/webp/prod-next.webp") no-repeat;
  right: -43px;
}
.next-prv-prodoffer .prev-prodoffer {
  left: -43px;
  background: url("../images/webp/prod-preview.webp") no-repeat;
}

.shope-info-wrap {
  margin: 20px 0px 15px;
}
.shope-info-wrap .QuickSideRightBar {
  text-align: right;
}
@media (min-width: 1200px) {
  .shope-info-wrap .QuickSideRightBar {
    width: 50%;
  }
}
.shope-info-wrap .shope-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.shope-info-wrap .shope-info h4 {
  font-size: 15px;
  color: #000000;
}
.shope-info-wrap .shope-info a {
  transition: all ease 0.4s;
  position: relative;
  cursor: pointer;
}
.shope-info-wrap .shope-info a:hover {
  transition: all ease 0.4s;
}
.shope-info-wrap .shope-info a:hover i {
  background: #fab51a;
}
.shope-info-wrap .shope-info a:hover .tooltip-label {
  top: -36px;
  visibility: visible;
  opacity: 1;
}
.shope-info-wrap .shope-info i {
  transition: all ease 0.4s;
  width: 35px;
  margin: 0px 4px;
  display: inline-block;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #2a4060;
  box-shadow: 0 3px 6px rgba(112, 112, 112, 0.3);
}
.shope-info-wrap .shope-info .call {
  transform: rotate(-29deg);
}
.shope-info-wrap .shope-info .tooltip-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -38px;
  bottom: auto;
  left: 50%;
  width: 35px;
  background: #000000;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 6px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.5;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.shope-info-wrap .shope-info .tooltip-label:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
}

.modalDialog {
  position: fixed;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: 0px auto;
  z-index: 99999;
  display: none;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 400ms ease-in;
}
@media (max-width: 1192px) {
  .modalDialog {
    padding: 0px 15px;
  }
}

.modalDialog > div {
  height: auto;
  position: relative;
  border: 10px solid #e3e3e3;
  background: #fff;
}
.modalDialog > div img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #fab51a;
}

.modal-width {
  max-width: 600px;
}

.onload-head {
  background: #2a4060;
  color: #fff;
  padding: 1rem 4rem;
}

.reset_password {
  margin: 80px 0px;
}
.reset_password article {
  border: 1px solid #d5d5d5;
  border-radius: 0.25rem;
  padding: 40px 30px 40px 30px;
}
.reset_password article h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #2a4060;
}
.reset_password article input {
  border-radius: 0.25rem;
}
.reset_password article .form-group {
  position: relative;
}
.reset_password article .invalid-feedback {
  bottom: -20px;
}
.reset_password article button {
  background-color: #f5ae0c;
  border: none;
  padding: 15px 50px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;
}

.offer-popup .btn-close {
  filter: invert(0) !important;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  border: 1px solid #f5ae0c;
  background-color: #f5ae0c;
}
.offer-popup .btn-close:hover {
  background-color: #f5ae0c;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .addOnslider .form-check {
    padding-left: 12px;
  }
}
.addOnslider p.availability {
  line-height: 20px;
}
.addOnslider p.availability.in {
  color: #4caf50 !important;
}
.addOnslider p.availability.out {
  color: red !important;
}
.addOnslider p.availability i {
  margin-right: 3px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  border-color: #2a4060;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #2a4060 !important;
}

.searchResult a.viewMore {
  background-color: #f5ae0c;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  border-radius: 5px;
  width: 180px;
  margin: auto;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 15px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9;
}
.searchResult a.viewMore:hover {
  background-color: #2a4060;
}

.searchResultMobile a.viewMore {
  background-color: #f5ae0c;
  border: none;
  padding: 12px 0px;
  font-size: 13px;
  color: #fff;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  border-radius: 5px;
  width: 150px;
  margin: auto;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -5px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9;
}
.searchResultMobile a.viewMore:hover {
  background-color: #2a4060;
}
.searchResultMobile #search-result-append-here-mobile li.viewMoreBtn {
  position: absolute;
  height: 58px;
  background-color: white;
  bottom: -10px;
  width: 100%;
  left: 0;
  border: unset;
  left: 0;
}
@media (max-width: 767px) {
  .searchResultMobile #search-result-append-here-mobile li.viewMoreBtn {
    height: 59px;
    bottom: -13px;
    width: 101%;
    left: 0;
    left: -1px;
  }
}

@media (max-width: 1250px) {
  .addOnslider .col-md-12 {
    padding: 0;
  }
}
/*.availability.in {*/
/*  visibility: hidden;*/
/*}*/

@media (min-width: 1200px) and (max-width: 1440px) {
  .addon-quantity input {
    width: 30px;
  }
}
.btn-group.logDrop span.userLogedIn {
  display: inline-block;
  width: 84px;
  white-space: nowrap;
  overflow: hidden !important;
  align-items: center;
  text-overflow: ellipsis;
  padding-left: 10px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 50px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fab51a;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2a4060;
}

@media (max-width: 567px) {
  .headsTop {
    padding-top: 5px;
  }
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  padding-right: 25px;
  cursor: pointer;
}
.field-icon::before {
  font-family: "FontAwesome";
}

@media (max-width: 767px) {
  .iti-mobile .iti--container {
    left: 0;
  }
  .iti-mobile .iti__country-list {
    width: 90%;
    max-width: 100%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#jobApplicationModalForm .form-control[type=file] {
  padding-right: 33px;
}

h6.offerPrice:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: red;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

h6.offerPrice {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

html:lang(ar) footer .footerCenter .footerCenterRight h5 {
  direction: ltr;
  text-align: right;
}
@media (max-width: 767px) {
  html:lang(ar) header .bottomHeader .mainAllHead .search_mobile .offcanvasSearch .input-group-append {
    margin-left: 0 !important;
    margin-right: 0px;
    border-radius: 5px 0 0 5px !important;
  }
  html:lang(ar) header .bottomHeader .mainAllHead .mainAllHeadCenter .search_mobile .offcanvasSearch .offcanvas-header {
    position: relative;
  }
  html:lang(ar) footer .footerCenter .footerCenterRight .headerSearch .input-group input {
    border-radius: 0.25rem !important;
  }
  html:lang(ar) .headerNavbar .navbar .navbar-nav .mobileMegaMenu .ContentsItems, html:lang(ar) .headerNavbar .navbar .navbar-nav .mobileSubMenu .ContentsItems {
    text-align: right;
  }
  html:lang(ar) .headerNavbar .navbar .navbar-nav .dropdown-menu li {
    padding-right: 0px;
  }
}

.thumb-nav.small-slides .slick-track {
  transform: translateY(0) !important;
}

.search_mobile {
  z-index: 2;
}
@media (max-width: 767px) {
  .search_mobile input#main-searchMob {
    font-size: 14px;
  }
}

.headerSearch a.remove_coupon {
  position: absolute;
  background: red;
  border-radius: 20px;
  width: 20px;
  color: #fff;
  right: 10px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul a.remove_coupon i::before {
  background: red;
  padding: 2px 5px;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
}

ul a.remove_coupon i {
  height: 20px;
}

.invalid-feedback strong, .invalid-feedback b {
  font-weight: 400;
}

@keyframes fixBlinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.999;
  }
  100% {
    opacity: 1;
  }
}
.cartWish, .favWish, .offerWish {
  animation: fixBlinking 0.1s infinite;
}

.wishlistImage {
  transform: translate3d(0, 0, 0);
}

.card-body.card-round img {
  border-radius: 50%;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) { /* Safari 7.1+ */
  @media (max-width: 575px) {
    .modal-footer {
      padding-bottom: 90px;
      height: 200px;
    }
  }
}
@media (max-width: 575px) {
  .recommendProducts h3 {
    font-size: 20px;
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .searchS .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .bottomHeader .headerSearch .input-group-append {
    z-index: 5;
  }
}

.userReview a {
  background: #fab51a;
  color: #fff;
  border: 1px solid transparent;
  padding: 9px 20px;
  transition: 0.5s ease all;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .userReview a {
    padding: 5px 8px;
  }
}
.userReview a:hover {
  background: unset;
  border: 1px solid #fab51a;
  color: #2a4060;
  transition: 0.5s ease all;
}

.jq-star {
  cursor: initial;
}

#review-form .jq-star {
  cursor: pointer;
}

.relatedServices_Slider .slick-track {
  margin: 0;
}

.successIcon {
  width: 40px;
  height: 40px;
  display: flex;
  margin: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

input[type=number] {
  -moz-appearance: textfield !important; /* Firefox */
}

@media (max-width: 575px) {
  .productsMain .productsMainLeft .category .cateSpace {
    padding-right: 10px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .AboutPageFeatures .d-flex {
    gap: 50px;
  }
  .AboutPageFeatures .d-flex h6 {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .AboutPageFeatures .d-flex {
    flex-wrap: wrap;
  }
  .AboutPageFeatures .d-flex > div {
    width: 50%;
    max-width: 50%;
  }
}

.btn-theme-blue {
  background-color: #2a4060;
  color: #fff;
}

.btn-theme-yellow {
  background-color: #fab51a;
  color: #000;
}

.Reviews .btn-theme-blue {
  background-color: transparent;
  position: relative;
  color: #1c3c6c;
  margin-left: 10px;
  padding: 0;
}
.Reviews .btn-theme-blue span {
  padding-right: 0;
}
.Reviews .btn-theme-blue::after {
  width: 0;
  background-color: #fab51a;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  content: "";
  transition: 0.5s ease all;
}
.Reviews .btn-theme-blue:hover:after {
  width: 100%;
  transition: 0.5s ease all;
}
.Reviews .btn-theme-blue i {
  color: #fab51a;
}

.fixed-con {
  z-index: 9724790009779558 !important;
  background-color: #f7f8fc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 9724790009779 !important;
  top: 0;
  left: unset;
  right: -5px;
  display: none !important;
  border-radius: 50%;
  border: 2px solid gold;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  width: 80px;
  height: 80px;
}

/*hide google translate link | logo | banner-frame */
.goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt- {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

#google_translate_element select {
  background: white;
  color: #2a4060;
  border: none;
  border-radius: 4px;
  display: flex;
  margin-left: auto;
  padding: 4px 2px;
  width: 105px;
}
@media (min-width: 576px) {
  #google_translate_element select {
    padding: 4px 8px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  #google_translate_element select {
    font-size: 10.5px;
  }
}
@media (max-width: 991px) {
  #google_translate_element select {
    margin-top: 0;
    position: relative;
    right: 20px;
  }
}
@media (min-width: 992px) {
  #google_translate_element select {
    width: 140px;
    padding: 6px 8px;
  }
}
@media (min-width: 1200px) {
  #google_translate_element select {
    width: 150px;
  }
}
#google_translate_element select option {
  border-radius: 4px;
}
#google_translate_element select:focus-visible {
  border: unset;
  outline: unset;
}
#google_translate_element .skiptranslate.goog-te-gadget {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  #google_translate_element .skiptranslate.goog-te-gadget {
    height: 20px;
  }
}
#google_translate_element .skiptranslate.goog-te-gadget > div {
  width: 100%;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.skiptranslate > iframe {
  display: none !important;
}/*# sourceMappingURL=style.css.map */