body {
  font-family: Arial, sans-serif;
}

.navbar-toggler:focus {
  box-shadow: none;
}

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

.loadMoreBtn {
  color: #ff5714 !important;
  border: 1px solid #dee2e6 !important;
}
.loadMoreBtn:hover {
  background-color: #ff5714 !important;
  color: #fff !important;
}

.text-field {
  border: 1px solid #dedede;
}

.cartBtn {
  border: 1px solid #dee2e6 !important;
}
.cartBtn:hover {
  border: 1px solid #ff5714 !important;
  background-color: #fff !important;
  color: #ff5714 !important;
}

.f-bold {
  font-weight: bold !important;
}

.themeColor {
  color: #ff5714 !important;
}

.themeBg {
  background-color: #ff5714 !important;
}

.bg-image {
  height: 420px;
}

.app-brand-logo {
  width: 34px;
}

.slider-main {
  padding-top: 61px;
}

a {
  text-decoration: none;
}

.headBase {
  height: 61px;
  z-index: 113;
  background-color: #ff5714 !important;
}
.headBase .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f7c5b2;
}
.headBase .button-primary {
  background: #ffffff;
  font-weight: 700;
  color: #ff5714;
}
.headBase .form-searchbox button {
  height: 42px;
  border-left: 1px solid #eae2e2;
}
.headBase .fa-heart {
  font-size: 18px;
}
.headBase .accountDropDown button {
  vertical-align: baseline;
}
.headBase .accountDropDown .dropdown-menu[data-bs-popper] {
  left: -30%;
}
.headBase .accountDropDown span i {
  font-size: 12px;
}
.headBase .allCatDropMenu {
  left: -62%;
}
.headBase .allCatDropMenu .allCat {
  font-size: 14px;
}

.viewCatBtn {
  font-size: 14px;
  color: #ff5714 !important;
  border: 1px solid #dedede;
  background: #fff;
}
.viewCatBtn:hover {
  background: #ff5714 !important;
  color: #fff !important;
  border: 1px solid #ff5714 !important;
}

.main-slider-previous,
.main-slider-next {
  opacity: 1;
  background-color: #ff5714 !important;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider-next {
  right: 1%;
  top: 12%;
}

.main-slider-previous {
  left: 1%;
  top: 12%;
}

.main-slider-previous i,
.main-slider-next i {
  color: #fff;
}

.pdtBase {
  background: #efeaea;
  padding-top: 20px;
}
.pdtBase .products-slider .image-container,
.pdtBase .products-slider .img-fluid {
  height: 180px;
  object-fit: cover;
}
.pdtBase .nav-tabs .nav-item.show .nav-link,
.pdtBase .nav-tabs .nav-link.active {
  color: #ff5714 !important;
  background-color: transparent;
  border-color: transparent transparent transparent;
}
.pdtBase .nav-link {
  border-bottom: 2px solid transparent;
}
.pdtBase .nav-tabs .nav-link:focus,
.pdtBase .nav-tabs .nav-link:hover {
  border-color: transparent transparent transparent;
  color: #ff5714 !important;
  border-bottom: 2px solid #ff5714 !important;
}
.pdtBase .pdtImg {
  height: 180px;
  object-fit: cover;
}
.pdtBase .what-product-is {
  margin-bottom: 10px;
}
.pdtBase .product-slider-previous,
.pdtBase .product-slider-next {
  opacity: 1;
  background-color: #ff5714 !important;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdtBase .product-slider-next {
  right: -43px;
}
.pdtBase .product-slider-previous {
  left: -44px;
}
.pdtBase .product-slider-previous i,
.pdtBase .product-slider-next i {
  color: #fff;
}

.indexCatBase .featuredPropBox .catImgBase .catImg {
  background-color: #eeeeee;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 175px;
  margin: 10px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.indexCatBase .featuredPropBox .catImgBase .catImg:hover {
  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
}
.indexCatBase .featuredPropBox .catImgBase .catImg:hover .fplogo {
  display: none;
}
.indexCatBase .featuredPropBox .catImgBase .catImg:hover .fptext {
  display: block;
}
.indexCatBase .featuredPropBox .catImgBase .catImg:hover::after {
  background-color: rgba(22, 22, 22, 0.3);
}
.indexCatBase .featuredPropBox .catImgBase .catImg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  left: 0;
  top: 0;
  background-color: rgba(22, 22, 22, 0.6);
  transition: all 0.3s;
}
.indexCatBase .featuredPropBox .catImgBase .fplogo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 1;
  transition: all 0.3s;
}
.indexCatBase .featuredPropBox .catImgBase .fptext {
  display: none;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 65%;
  z-index: 1;
}

.discoverPdtBase {
  background: #efeaea;
  padding-top: 20px;
}
.discoverPdtBase .img-fluid {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.topSellerBase .brand-slider-previous,
.topSellerBase .brand-slider-next {
  opacity: 1;
  background-color: #ff5714 !important;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topSellerBase .brand-slider-next {
  right: -43px;
}
.topSellerBase .brand-slider-previous {
  left: -44px;
}
.topSellerBase .brand-slider-previous i,
.topSellerBase .brand-slider-next i {
  color: #fff;
}
.topSellerBase .owl-carousel .owl-item img {
  border-radius: 18px;
  padding: 10px;
  height: 117px;
  object-fit: contain;
  /* border: 1px solid $theme-color; */
}
.topSellerBase .brand-pic {
  background: #efdbd4;
  border-radius: 5px;
  min-height: 180px;
}

.footer .footer-list h6 {
  color: #fff;
}
.footer .footer-list li a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer .footer-list li a,
.footer .footer-list li span,
.footer .footer-list li i {
  color: #fff;
}
.footer .bottom-footer-wrapper p,
.footer .bottom-footer-wrapper i {
  color: #fff;
}

.featuresBase,
.loadMoreBase {
  background: #efeaea;
  padding-top: 20px;
}

.productColorChooser .colorChooser {
  box-shadow: none;
  /* background-color: #F80; */
  /* border: 3px solid #FFF; */
  border-radius: 18px;
  /* box-shadow: 0 0 2px #888; */
  height: 25px;
  width: 25px;
}
.productColorChooser .transformScal {
  border: 3px solid #FFF;
  box-shadow: 0 0 2px #888;
}

.pdtDetailBase {
  padding-top: 61px;
}
.pdtDetailBase #zoom-pro {
  height: 460px;
}
.pdtDetailBase .pdtSimilarPdtBase .owl-carousel .item {
  margin: 0 20px 30px;
  margin-left: 0;
}
.pdtDetailBase .reviewers p {
  font-size: 14px;
}
.pdtDetailBase .text-field {
  border: 1px solid #dee2e6;
  height: 36px;
}
.pdtDetailBase .select-box-wrapper .select-box {
  padding: 5px 20px 5px 10px;
  height: 35px;
  width: 100%;
}
.pdtDetailBase .fa-heart {
  padding: 10px 12px;
}
.pdtDetailBase .products-slider .image-container,
.pdtDetailBase .products-slider .img-fluid {
  height: 180px;
  object-fit: cover;
}
.pdtDetailBase .star .fas.fa-star,
.pdtDetailBase .far.fa-star {
  font-size: 10px !important;
}
.pdtDetailBase .star .fas.fa-star {
  color: #ff5714 !important;
}
.pdtDetailBase .reviewer-name-and-date {
  font-size: 12px;
  color: #878787;
  font-weight: 600;
}
.pdtDetailBase .all-information-wrapper {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  scrollbar-width: none;
}

.cartBase {
  padding-top: 61px;
}
.cartBase .cartList {
  max-height: 450px;
  overflow-y: scroll;
}
.cartBase .cartTotalTable table,
.cartBase th,
.cartBase td {
  border: none;
  border-collapse: separate;
}
.cartBase .action-wrapper .btn:hover {
  color: #f5efef;
}

.catPageBase .product-container .image-container,
.catPageBase .product-container .img-fluid {
  height: 180px;
  object-fit: cover;
}
.catPageBase .list-style .item {
  display: flex;
  align-items: start;
  margin: 0;
  padding: 0 0 30px;
}
.catPageBase .list-style .item .image-container {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.catPageBase .list-style .item .image-container .item-quick-look,
.catPageBase .list-style .item .image-container .item-addwishlist {
  border: 1px solid #dee2e6 !important;
}
.catPageBase .grooverScrollDiv {
  height: 260.4px !important;
}

.viewAllCatBase {
  padding-top: 61px;
}
.viewAllCatBase .featuredPropBox .catImg {
  background-color: #eeeeee;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 175px;
  margin: 10px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.viewAllCatBase .featuredPropBox .catImg:hover {
  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
}
.viewAllCatBase .featuredPropBox .catImg:hover .fplogo {
  display: none;
}
.viewAllCatBase .featuredPropBox .catImg:hover .fptext {
  display: block;
}
.viewAllCatBase .featuredPropBox .catImg:hover::after {
  background-color: rgba(22, 22, 22, 0.3);
}
.viewAllCatBase .featuredPropBox .catImg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  left: 0;
  top: 0;
  background-color: rgba(22, 22, 22, 0.6);
  transition: all 0.3s;
}
.viewAllCatBase .featuredPropBox .fplogo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 1;
  transition: all 0.3s;
}
.viewAllCatBase .featuredPropBox .fptext {
  display: none;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 65%;
  z-index: 1;
}

.cartInfoBase .select-box-wrapper {
  width: 50%;
}
.cartInfoBase .select-box-wrapper .select-box {
  border: 1px solid #dedede;
  width: 100%;
}

.addAddressBase .error {
  font-size: 12px;
}

.emptyCartBase .redirect-link-wrapper .redirect-link:after {
  display: none;
}

.wishlistBase {
  height: 470px;
  overflow-y: scroll;
}
.wishlistBase table {
  border-color: #dedede;
}
.wishlistBase table tr th:not(:first-child),
.wishlistBase table tr td:not(:first-child) {
  text-align: center;
}

.orderPage {
  padding-top: 61px;
}
.orderPage .shadow {
  box-shadow: 2px 0rem 6rem 5px rgba(0, 0, 0, 0.15) !important;
}
.orderPage .orderDet p {
  font-size: 14px;
}
.orderPage .orderConfirm {
  font-size: 12px;
}

.checkoutBase .section-h4:after {
  display: none;
}
.checkoutBase label {
  margin-bottom: 10px;
}

.orderBase .table-wrapper {
  overflow-y: scroll;
  height: 400px;
}

@media (min-width: 992px) {
  .all-information-wrapper {
    position: sticky;
    /* Sticky positioning for the second column */
    top: 100px;
    /* Adjust according to the height of your fixed content */
  }
}
@media (min-width: 1600px) {
  .loginLayout {
    width: 45%;
  }
}
/* @media (min-width: 1772px) {
    .loginLayout{
        width: 40%;
    }
}
@media (min-width: 1993px) {
    .loginLayout{
        width: 38%;
    }
}
@media (min-width: 2098px) {
    .loginLayout{
        width: 36%;
    }
}
@media (min-width: 2214px) {
    .loginLayout{
        width: 34%;
    }
}
@media (min-width: 2345px) {
    .loginLayout{
        width: 33%;
    }
}
@media (min-width: 2416px) {
    .loginLayout{
        width: 32%;
    }
} */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .headBase .nav-link {
    font-size: 14px;
  }
  .cartBase .cartList .action-wrapper {
    display: flex;
  }
  .cartBase .cartList .action-wrapper button {
    font-size: 12px;
  }
  .cartBase .cartBill {
    padding-right: 0;
  }
  .cartBase .cartBill .coupon-continue-checkout .button-area a {
    font-size: 12px;
  }
  .catPageBase .what-product-is {
    min-height: 105px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 912px) {
  .footer .footerSec {
    text-align: center;
    margin-bottom: 20px;
  }
  .pdtDetailBase .all-information-wrapper {
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
    scrollbar-width: none;
    overflow-x: hidden;
  }
  .headBase .collapse:not(.show) {
    display: none !important;
  }
  .headBase .navbar-nav {
    width: 100%;
    background: #ff5714 !important;
    padding: 10px;
  }
  .headBase .headcart {
    margin-top: 10px;
    display: block !important;
  }
  .headBase .headcart li {
    display: block !important;
    margin-top: 10px;
  }
  .headBase .headcart li button {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .headBase {
    justify-content: center;
    align-items: center;
  }
  .headBase .navbar-brand {
    padding-top: 0;
  }
  .headBase .container {
    margin: 0;
  }
  .headBase .collapse:not(.show) {
    display: none !important;
  }
  .headBase .navbar-nav {
    width: 100%;
    background: #ff5714 !important;
    padding: 10px;
  }
  .headBase .headcart {
    margin-top: 10px;
    display: block !important;
  }
  .headBase .headcart li {
    display: block !important;
    margin-top: 10px;
  }
  .headBase .headcart li button {
    padding-left: 0;
  }
  .footer .footerSec {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-list {
    margin-bottom: 0;
  }
  .pdtBase .product-slider-next {
    right: 0;
  }
  .pdtBase .product-slider-previous {
    left: 0;
  }
  .topSellerBase .brand-slider-next {
    right: 0;
  }
  .topSellerBase .brand-slider-previous {
    left: 0;
  }
  .cartBase {
    padding-bottom: 0px !important;
  }
  .cartBase table th:first-child,
  .cartBase table td:first-child {
    text-align: start;
  }
  .cartBase table .action-wrapper {
    display: flex;
    align-items: center;
  }
  .cartBase table .action-wrapper .fa-trash {
    margin-top: 0;
  }
  .cartBase .cartList {
    max-height: fit-content;
    overflow-y: hidden;
  }
  .cartBase .cartList .table-wrapper {
    margin-bottom: 20px;
  }
  .cartBase .cartBill {
    border-left: 0 !important;
  }
  .cartBase .coupon-continue-checkout .button-area .continue,
  .cartBase .coupon-continue-checkout .button-area .checkout {
    font-size: 11px;
  }
  .cartBase .coupon-continue-checkout .button-area .checkout {
    margin-top: 0;
    margin-left: 5px;
  }
  .wishlistBase table .action-wrapper {
    display: flex;
    align-items: center;
  }
  .wishlistBase .loadMoreBtn {
    font-size: 11px;
    padding: 6px;
  }
  .wishlistBase .action-wrapper .fa-trash {
    margin-left: 5px;
    margin-top: 0px;
  }
  .wishlistBase .action-wrapper .fa-trash {
    padding: 10px 12px;
  }
  /*    .loginBase{
      width: 670px !important;
  } */
}
@media only screen and (max-width: 576px) {
  .mobileLogin {
    display: block !important;
  }
  .deviceLogin {
    display: none !important;
  }
  .main-slider-next {
    right: 0%;
    top: 28%;
    padding: 12px;
  }
  .main-slider-previous {
    left: 0%;
    top: 28%;
    padding: 12px;
  }
  .bg-image {
    height: 122px;
  }
  .pdtBase {
    padding-top: 15px !important;
  }
  .sec-maker-h3 {
    font-size: 14px;
  }
  .loadMoreBtn {
    font-size: 13px;
  }
  .catPageBase .facet-filter-associates {
    margin-bottom: 10px !important;
  }
  .catPageBase #list-anchor,
  .catPageBase #grid-anchor {
    display: none !important;
  }
  .catPageBase .associate-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
  }
  .catPageBase .associate-wrapper .catFilters {
    width: 50%;
  }
  .catPageBase .grooverScrollDiv {
    height: 178.4px !important;
  }
  .catPageBase .product-container.list-style .catPdtImg {
    width: 200px !important;
  }
  .emptyCartBase img {
    width: 100%;
  }
  .wishlistBase table .action-wrapper {
    display: block;
  }
  .wishlistBase .cart-anchor-image > a > h6 {
    font-size: 12px;
  }
  .wishlistBase .table-wrapper > table th {
    font-size: 13px;
  }
  .wishlistBase .cart-price div {
    font-size: 14px !important;
  }
  .wishlistBase .loadMoreBtn {
    font-size: 11px;
    padding: 6px;
  }
  .accountBase .saveBtn {
    justify-content: start !important;
    margin-bottom: 20px;
    align-items: center;
  }
  .orderPage .media-body {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .orderPage .orderConfirm {
    margin-bottom: 0 !important;
  }
  .orderPage .trakingDetails .progress-track {
    padding: 0;
  }
  .orderPage .trakingDetails #progressbar li {
    font-size: 11px;
  }
  .orderPage .billingAddress {
    margin-top: 20px;
  }
  .checkoutBase .addLine2 {
    margin-top: 10px;
  }
  .pdtDetailBase .container {
    padding-top: 20px !important;
  }
  .pdtDetailBase .all-information-wrapper {
    overflow: hidden;
    max-height: fit-content;
  }
  .pdtDetailBase .total-score-wrapper {
    text-align: center !important;
  }
  .pdtDetailBase .circleBase {
    display: flex;
    justify-content: center;
  }
  .pdtDetailBase #zoom-pro {
    height: 300px;
  }
  .pdtDetailBase .productColorChooser {
    display: flex;
    justify-content: center;
  }
  .pdtDetailBase .pe-3 {
    padding-right: 0 !important;
  }
  .pdtDetailBase .section-2-short-description ul li {
    font-size: 14px;
  }
  .zoomContainer {
    width: 100% !important;
    overflow: hidden;
    left: 0 !important;
  }
  .loginSection {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .loginSection .py-5 {
    padding-bottom: 15px !important;
  }
  .loginSection .loginLayout {
    padding: 20px;
  }
  .loginSection .loginLayout .loginBase {
    min-height: 530px;
    border-radius: 50px !important;
  }
  .loginSection .loginLayout .loginBase .overlay-panel,
  .loginSection .loginLayout .loginBase .form-container form {
    padding: 0 20px;
  }
  .loginSection .loginLayout .loginBase button {
    padding: 8px 33px;
  }
  .loginSection .loginLayout .loginBase h1 {
    font-size: 20px;
  }
  .forgetInputBase {
    width: 100% !important;
  }
  .noPdtResult img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
