/* Add here all your CSS customizations */

body {
  font-size: 17px;
}

.custom-header {
  background: #ffffff !important;
}
.search-custom-display {
  display: none;
}

.custom-nav-center {
  justify-content: center;
}

.custom-top-header {
  background: #2c716b !important;
}

#footer {
  background-color: #000;
}

.footer-link ul {
  list-style: none;
  padding: 0;
}
.footer-link ul li {
  list-style: none;
  margin: 15px 0;
}

.custom-spacing-links ul li {
  margin: 0 6px;
}
.custom-wrapper-footer {
  display: flex;
  justify-content: space-around;
  color: #f8f8ff !important;
}
.custom-wrapper-footer a {
  color: #f8f8ff;
}
.custom-bottom-footer {
  background-color: #2c716b !important;
}

@media (max-width: 768px) {
  .custom-wrapper-footer {
    text-align: center;
    justify-content: center;
  }
}

.custom-fa {
  font-size: 15px !important;
}

.footer-copyright {
  background-color: #2c716b !important;
  color: #f8f8ff !important;
}
.footer-copyright p {
  color: #f8f8ff !important;
}
.fas fa-map-marker-alt {
  color: #fff;
}
.contact-details ul i {
  color: #fff;
}
.header-nav-feature a i {
  color: #444 !important;
}
.header-nav-feature a i:hover {
  color: #2c716b;
}
.social-icons i {
  color: #2c716b !important;
}
.social-icons a:hover i {
  color: #fff !important;
}
.custom-wrapper-footer ul li a,
.custom-wrapper-footer ul li p {
  color: #f8f8ff !important;
}
.custom-wrapper-footer ul li a:hover,
.custom-wrapper-footer ul li p:hover {
  color: #fff !important;
}
.footer .custom-wrapper-footer .p {
  color: #fff !important;
}
.custom-btn1 {
  padding: 10px 25px;
  margin-left: 5px;
  letter-spacing: 1px;
  color: #fff !important;
  background-color: #000;
  font-size: 14px !important;
}
a {
  text-decoration: none !important;
}
/* Trending */
.product .onsale {
  background-color: #2c716b !important;
  position: absolute;
  background-image: none;
  border-radius: 100%;
  left: auto;
  right: 0;
  text-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  z-index: 10;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.9em;
  color: #fff;
  border-bottom: 2px solid transparent;
}
.product-thumb-info-image {
  margin: 0 0 12px 0 !important;
  position: relative;
}
.product-thumb-info-image2 {
  position: relative;
  margin: 0 0 12px 0 !important;
}

@media (max-width: 248px) {
  /* OUT OF STOCK BTN*/

  .add-to-cart-product-outofstock {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    padding: 0px !important;
    border-radius: 0 !important;
  }

  .add-to-cart-product2 {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    border-radius: 0 !important;
  }

  .add-to-cart-product {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    padding: 3px;
  }
}

@media (min-width: 768px) {
  /* OUT OF STOCK BTN*/

  .product-thumb-info-image:hover .add-to-cart-outofstock > * {
    transform: translateY(-20px);
  }
  .add-to-cart-product-outofstock {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    padding: 3px !important;
  }

  .add-to-cart-product-outofstock > * {
    transform: translateY(20px);
  }
  .product-thumb-info-image2:hover .add-to-cart-product-outofstock {
    opacity: 1;
    background-color: #d9534f;
    color: #fff;
  }
  .product-thumb-info-image2:hover.add-to-cart-product-outofstock > * {
    transform: translateY(-20px);
  }

  .product-thumb-info-image:hover .add-to-cart-product-outofstock {
    opacity: 1;
    background-color: #d9534f;
    color: #fff;
  }
  .product-thumb-info-image:hover.add-to-cart-product-outofstock > * {
    transform: translateY(-20px);
  }

  .add-to-cart-product2 {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    padding: 3px;
  }
  .add-to-cart-product2 > * {
    transform: translateY(20px);
  }
  .product-thumb-info-image2:hover .add-to-cart-product2 {
    opacity: 1;
    background-color: #2c716b;
    color: #fff;
  }
  .product-thumb-info-image2:hover .add-to-cart-product2 > * {
    transform: translateY(-20px);
  }

  .add-to-cart-product {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px;
    transition: all 0.5s ease-in-out;
  }
  .product-thumb-info {
    background: transparent;
  }
  .add-to-cart-product > * {
    transform: translateY(20px);
  }
  .product-thumb-info-image:hover .add-to-cart-product {
    opacity: 1;
    background-color: #2c716b;
    color: #fff;
    border-radius: 2px;
    padding: 3px;
  }
  .product-thumb-info-image:hover .add-to-cart-product > * {
    transform: translateY(-20px);
  }
}

.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}
.banner.owl-carousel .owl-nav button.owl-prev:before,
.banner.owl-carousel .owl-nav button.owl-next:before {
  content: "";
}
.banner .owl-prev,
.banner .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2c716b !important;
  font-size: 50px !important;
  font-weight: bolder !important;
  background: none !important;
}

.banner .owl-prev {
  left: 55px !important;
}

.banner .owl-next {
  right: 55px !important;
}
.banner {
  position: relative;
}
.banner .text-banner {
  position: absolute;
  z-index: 99;
  top: 40%;
  left: 160px;
  text-transform: uppercase;
  width: 550px; 
  
}
.banner .text-banner h2 {
  line-height: 10px;
  font-weight: bold;
  font-size: 42px;
  color: #000;
  white-space: nowrap;
}

.text-banner .btn-primary {
  font-weight: 500;
  padding: 10px 32px;
}
.btn-danger {
  border-radius: 0px !important;
  border: 1px solid #d9534f;
}

.banner .text-banner p {
  text-transform: lowercase;
  font-weight: lighter;
  font-size: 18px;
  color: #000;
}

@media (max-width: 768px) {
  .banner .text-banner h2 {
    font-size: 30px;
    line-height: 1.1;
  }
  .banner .text-banner h5 {
    font-size: 12px;
  }
  .banner .text-banner {
    top: 30%;
    width: 50%;
  }
}
/*.product-thumb-info-content h4{
  line-height:20px
}*/

@media (max-width: 768px) {
  .banner .text-banner h2,
  .banner .text-banner p {
    margin: 10px 0;
  }
  .banner .owl-prev {
    left: 10px !important;
  }
  .banner .owl-next {
    right: 10px !important;
  }
  .banner .text-banner {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
  }
}

@media (max-width: 600px) {
  .text-banner .btn-primary {
    /* font-size: 10px; */
    /* padding:4px 14px !important; */
  }
  .banner .text-banner h2 {
    font-size: 21px !important;
    margin-bottom: px !important;
  }
  .banner .text-banner p {
    font-size: 12px !important;
    margin: 0px !important;
    line-height: 1;
  }
  .banner .text-banner {
    left: 50px !important;
  }
}


@media (max-width: 426px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    width: 10px;
  }
  .banner .text-banner h2 {
    font-size: 12px !important;
    margin-bottom: 5px !important;
  }
  .banner .text-banner p {
    font-size: 10px !important;
    margin: 0px !important;
    line-height: 12px;
    width: 150px;
  }
  .banner .text-banner {
    left: 29px !important;
  }

  .banner a.btn-primary{
    font-weight: 500;
    padding: 7px 26px;
    font-size: 13px;
    margin-top: 10px !important;
  }
}

.product-header h4 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.product-header h3 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #348b71;
  border: 1px solid #348b71;
  color: #fff;
}

.shop .products .product .add-to-cart-product {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: -100%;
  left: 0;
  padding: 8px 10px 5px;
  font-size: 0.9em;
  color: #fff;
  background: #222;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* fa fa - star!!*/
.fa-star {
  content: "\f005";
  color: #348b71;
}

.rating-products-main .fa-star {
  font-size: 0.8em;
}

.rating-top-products .fa-star {
  font-size: 0.5em;
}

.rating > span:hover:before {
  content: "\2605";
  cursor: pointer;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
  background: #ffffff;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
  content: "\2605";
  color: yellow;
  border: none;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
  font-size: 12px;
}
.custom-discount {
  color: #000;
  font-size: 16px;
}
.padding-0 {
  padding: 0 !important;
}
.custom-style {
  padding: 0 !important;
  margin: 1px 0 0;
}
.product-header {
  font-size: 16px;
}

.custom-a-tag-links-index ul li a {
  color: #000;
}
/* @media (max-width:768px){
  .user-dropdown-items{
    display: flex !important;
    justify-content: flex-start !important;
  }
} */

.availability ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 12px 0;
  padding: 0;
}

.in-stock {
  color: #348b71;
}

.out-stock {
  color: #fa0000;
}

.availability ul li {
  display: flex;
  font-size: 14px;
}

.availability ul li p {
  margin: 0 10px 0px 0;
  text-transform: uppercase;
  font-weight: bold;
}

/*@-moz-document*/
.wishlist {
  display: flex;
  align-items: center;
}
.wishlist ul {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  padding: 0 6px;
  margin: 12px 0;
}

.wishlist ul li {
  margin: 0px 15px 0 0 !important;
  border: 1px solid #d3d3d3;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  display: block;
}
.wishlist ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.custom-color-user {
  margin: 12px 6px 15px 32px;
}

.custom-color-user i {
  color: #444;
}
.custom-color-user i:hover {
  color: #348b71;
}

.breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  padding: 0 7px 0 5px;
}
.breadcrumb.breadcrumb-dividers-no-opacity > li + li:before {
  opacity: 1;
}

.border-color-success {
  border-color: #0cc485 !important;
}

.text-color-success {
  color: #0cc485 !important;
}

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

@media (max-width: 768px) {
  .breadcrumb a {
    font-size: 16px;
  }
}

.custom-box {
  border-top: 4px solid !important;
  border-top-color: #2c716b !important;
  padding: 20px 10px;
  border-radius: 8px;
  border: 1px solid #dbd9d9;
}

.custom-box h5 {
  font-weight: bolder;
}
.pagination {
  justify-content: center !important;
}
.p-l-20 {
  padding-left: 20px;
}
/* Price Slider */
.slider-labels {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #2c716b;
}

/* Styling;
 */
.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: #2c716b;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #2c716b;
  border: 8px solid rgba(22, 79, 74, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

@media (max-width: 991px) {
  #header .header-nav-main nav > ul li a {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    padding: 16px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-align: left;
  }
}

ul.nav-list li a:before {
  content: "\f067";
}

.contact-details .list li .fa-map-marker-alt:before {
  content: "\f3c5" !important;
}

/*.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 0;
}
.list.list-icons li {
  padding-left: 0;
}*/

.error {
  color: red;
}
.success {
  color: green;
  font-weight: bold;
}

.custom-bg {
  background-color: #2c716b;
  color: white;
  /*font-weight: 600;*/
  text-transform: uppercase;
  border-radius: 2px;
  padding: 3px;
  font-size: 1em;
}
.btn-primary {
  border-radius: 2px !important;
}
.btn-light {
  border-radius: 2px !important;
}
.custom-checkout-margin {
  margin: 0 15px;
}
@media (max-width: 992px) {
  .custom-checkout-margin {
    margin: 15px 0 !important;
  }
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #348b71;
}
.shop .quantity {
  margin-bottom: 0px;
}
.shop .quantity.quantity-lg {
  height: 40px;
}
html .btn-primary:active {
  background-color: #348b71 !important;
}
.custom-btn {
  font-size: 12.2px !important;
}
.custom-bg1 {
  background-color: #f7f7f7;
}
#footer .footer-ribbon:before {
  border-right-color: #348b71;
  border-left-color: #348b71;
}
a:hover {
  color: #348b71;
}
.sidebar ul li a::before {
  /*content: "\f067";*/
  -webkit-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
}

/* .text-1 ,.text-2, .text-3, .text-4 ,.text-5, .text-6{
  font-weight: 600;
} */
.custom-img-size-orders {
  width: 60px;
  height: auto;
}
.custom-img-size-orders img {
  width: 100%;
}

@media (max-width: 768px) {
  .padding-6 {
    padding: 6px !important;
  }
  .padding-10 {
    padding: 10px !important;
  }
}
.padding-lg {
  padding: 6px !important;
}
.custom-table-w {
  width: 60px !important;
}

.cart_table_item_full_amt {
  height: 70px;
}
.custom-style-orders {
  border: none !important;
  border-top-width: 0px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.b-none {
  border: none !important;
}
.total-price {
  color: #348b71;
  font-weight: bold;
  font-size: 19px;
}

.img-fluid-cart {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 6px 12px;
}
.img-side-cart-text {
  width: 50%;
}
.img-side-cart-text p {
  margin: 0;
}
.img-side-cart-text p:nth-child(2) {
  font-weight: bold;
}

.img-side-cart {
  display: flex;
  justify-content: flex-start;
  padding: 6px 0;
  border-bottom: 1px solid #dbd9d9;
}

.error {
  font-weight: bold;
  margin: 3px 0;
  color: red;
}

.errorCheckout {
  font-weight: bold;
  margin: 3px 0;
  color: red;
  font-size: 14px;
}

.success {
  font-weight: bold;
  margin: 3px 0;
  color: #348b71;
}
.custom-center-pagination {
  display: flex;
  justify-content: center;
}

.custom-font-drp-dwn {
  border-bottom: 1px solid #f7f7f7 !important;
  color: #777 !important;
  font-size: 0.8em !important;
  font-weight: 400 !important;
  padding: 6px 18px 6px 18px !important;
  position: relative !important;
  text-transform: none !important;
  letter-spacing: -0.5px !important;
}

.cutom-dropdown-menu {
  border-top: 3px solid #2c716b;
}
.custom-fa-headr {
  color: #444;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

.custom-flex-payPal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-shadow-payPal {
  border-radius: 12px;
  border: 1px solid #d3d3d3;
  padding: 32px;
}
.bg-1 {
  background: url(../img/slides/banner1.png);
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-color: #efefef !important;
}
.bg-2 {
  background: url(../img/slides/banner2.png);
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-color: #efefef !important;
}
.bg-3 {
  background: url(../img/slides/banner3.png);
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-color: #efefef !important;
}
@media (max-width: 786px) {
  .bg-1 {
    height: 200px !important;
  }
  .bg-2 {
    height: 200px !important;
  }
  .bg-3 {
    height: 200px !important;
  }
}

.dash {
  width: 87px !important;
  background-color: #2c716b;
  display: block;
  height: 3px !important;
  margin: 6px 0;
}
.replace-img-wrapper {
  overflow: visible;
  /* position: relative; */
}
.replace-img-wrapper img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.replace-img-wrapper .replace-img2 {
  position: absolute;
  top: 50px;
  right: -160px;
  width: 200px;
  height: 250px;
}
.replace-img-wrapper .replace-img3 {
  position: absolute;
  bottom: -80px;
  right: -160px;
  width: 200px;
  height: 250px;
}
  @media (max-width: 991px) {
    .replace-img-wrapper {
      display: none !important;
  }
}

.amount{
  font-size: 1.2rem !important;
}
.font-2rem{
  font-size: 2rem !important;
}

.product-name{
  width: 40% !important;
}

.fss {
  text-align: center;
  color: white;
  background: #0070ba;
  padding: 12px 5px;
  font-size: 14px;
}

.remove{
  background: transparent !important;
  border: 0;
  color: #348b71;
  outline: 0 !important;
}

.custom-btn{
    border: 2px solid #fff;
    background: #348b71;
}