body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.white{
  color: #fff;
}

.carousel-item{
  /* height: 373px;
  max-height: 373px; */
}


@media only screen and (max-width: 768px) {
  .carousel-item{
    height: auto;
    max-height: auto;
    width: 100%;
  }
}

.carousel-item img{
  max-height: 100%;
  object-fit: cover;
}
/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);

    height:700px;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
}

.sidebar .nav-link .feather {
    margin-right: 15px;
    color: #727272;
}

.sidebar .nav-link .fas {
  margin-right: 10px;
  font-size: 17px;
}

.sidebar .nav-link.active {
    color: #336CFB;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.nav-header{
height: 100px;

}


.swiper {
    width: 100%;
    height: 700px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    text-align: center;
    position: relative;
    background-size: cover;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.caption {
    position: absolute;
}

.caption-info-1 {
    color: white;
    font-size: 50px;
    padding-left: 400px;
    padding-right: 400px;
}

.caption-info-2 {
    color: white;
    margin-right: 920px;
    border: 2px #68E18A solid;
    border-radius: 0px;
}

.caption-info-2:hover {
    text-decoration: none;
    color: #68E18A;
}



.product__info__main h1 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.42857;
    margin: 0 0 3px;
  }
  .product__info__main .product-info-stock-sku p {
    color: #616161;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize; }
    .product__info__main .product-info-stock-sku p span {
      color: #e59285; }
    .product__info__main .product-info-stock-sku p + p {
      margin-left: 15px; }
  .product__info__main .product-reviews-summary {
    padding: 3px 0 0;
  }
    .product__info__main .product-reviews-summary .rating-summary {
      margin-right: 8px; }
  .product__info__main .product-reviews-summary .rating-summary li i {
    color: #e59285;
    font-size: 18px;
    margin-right: 4px;
  }
    .product__info__main .product-reviews-summary .reviews-actions a {
      color: #858484;
      font-size: 12px;
      transition: 0.4s; }
      .product__info__main .product-reviews-summary .reviews-actions a + a {
        border-left: 1px solid #858484;
        padding-left: 6px;
        margin-left: 5px; }
      .product__info__main .product-reviews-summary .reviews-actions a:hover {
        color: #e59285; }
  .product__info__main .price-box {
    margin: 15px 0 20px;
  }
  .product__info__main .price-box span {
    color: #333;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .product__info__main .product-color-label span {
    font-size: 14px;
    font-weight: 500;
    display: block; }
  .product__info__main .product-color-label .color__attribute {
    margin-top: 10px; }
    .product__info__main .product-color-label .color__attribute .swatch-option {
      border: 1px solid #dadada;
      cursor: pointer;
      float: left;
      height: 20px;
      margin: 0 10px 5px 0;
      max-width: 90px;
      min-width: 30px;
      overflow: hidden;
      padding: 1px 2px;
      position: relative;
      text-align: center;
      text-overflow: ellipsis; }
  .product__info__main .box-tocart {
    margin: 0;
    margin-bottom:25px;}
    .product__info__main .box-tocart span {
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      line-height: 40px;
      margin: 0 10px 0 0;
      text-transform: capitalize; }
    .product__info__main .box-tocart .input-text {
      border: 1px solid #ebebeb;
      color: #616161;
      font-size: 14px;
      height: 40px;
      text-align: center;
      width: 100px;
      margin: 0 15px 15px 0; }
  .product__info__main .box-tocart .addtocart__actions .tocart {
    background: #e59285 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
  }
  .product__info__main span.posted_in {
    color: #353535;
    font-size: 14px;
    font-weight: 500;
  }
  .product__info__main .product-share > ul li {
    color: #353535;
    display: inline-block;
    font-weight: 600;
    margin-right: 14px;
    text-align: center;
  }
  .product__info__main .product-share > ul li a {
    border: 1px solid #3f3f3f;
    border-radius: 50px;
    color: #353535;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height:32px;
  }
  .product__info__main .product-share {
    margin-top: 15px;
  }
  .product__info__detailed {
    margin-top: 25px;
  }
      .product__info__main .box-tocart .addtocart__actions .tocart:hover {
        background-color: #e59285;
        border-color: #e59285; }
  .product__info__main .product-addto-links a {
    border: 2px solid #ebebeb;
    border-radius: 100%;
    float: left;
    font-size: 0;
    height: 40px;
    line-height: 36px;
    margin-left: 7px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40px; }
    .product__info__main .product-addto-links a.wishlist {
      background: #ffffff url("images/icons/product-info.png") no-repeat scroll 0 0; }
    .product__info__main .product-addto-links a.compare {
      background: #ffffff url("images/icons/button-compare.png") no-repeat scroll 0 0; }
    .product__info__main .product-addto-links a.email {
      background: #ffffff url("images/icons/button-email.png") no-repeat scroll 0 0; }
    .product__info__main .product-addto-links a:hover {
      background-color: #e59285;
      background-position: 100% center;
      border-color: #e59285; }
  .product__info__main .product__overview {
    border-top: 1px solid #ebebeb;
    clear: both;
    line-height: 24px;
    margin: 20px 0 0;
    padding: 30px 0; }
   .product__info__main .product__overview p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .product__info__main .product__overview .pro__attribute li {
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }
  
  .swatch-option.image:hover:not(.disabled),
  .swatch-option.color:hover:not(.disabled) {
    border: 1px solid #fff;
    outline: 2px solid #ff5216; }
  
  .swatch-option:hover:not(.disabled) {
    border: 1px solid #fff;
    color: #333;
    outline: 1px solid #999; }
  
  .product__info__detailed .pro_details_nav {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 25px; }
    .product__info__detailed .pro_details_nav a.nav-item {
      border: 0 none;
      color: #777;
      font-size: 14px;
      font-weight: 700;
      height: 46px;
      line-height: 46px;
      position: relative;
      text-transform: uppercase;
      padding: 0; }
      .product__info__detailed .pro_details_nav a.nav-item + .nav-item {
        margin-left: 38px; }
      .product__info__detailed .pro_details_nav a.nav-item::after {
        background: #2e2e2e none repeat scroll 0 0;
        bottom: -2px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        transition: all 0.3s ease-in-out 0s;
        width: 0; }
      .product__info__detailed .pro_details_nav a.nav-item.active::after, .product__info__detailed .pro_details_nav a.nav-item:hover::after {
        width: 100%; }
      .product__info__detailed .pro_details_nav a.nav-item.active, .product__info__detailed .pro_details_nav a.nav-item:hover {
        color: #333; }
  .product__info__detailed .description__attribute p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .product__info__detailed .description__attribute ul li {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .product__info__detailed .review__attribute h1 {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
  .product__info__detailed .review__attribute h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 30px;
  }
  .product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary {
    margin-bottom: 5px; }
    .product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary span {
      display: inline-block;
      line-height: 28px;
      padding: 0 10px 0 0; }
    .product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary .rating li i {
      color: #ff5501;
      font-size: 18px;
      height: 28px;
      line-height: 28px; }
    .product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary .rating li.off i {
      color: #c7c7c7; }
  .product__info__detailed .review__attribute .review__ratings__type .review-content {
    margin-left: 130px; }
    .product__info__detailed .review__attribute .review__ratings__type .review-content p {
      line-height: 24px;
      font-size: 12px;
      color: #333; }
  .product__info__detailed .review-fieldset {
    border-top: 1px solid #c9c9c9;
    margin-top: 34px;
    padding-top: 72px; }
    .product__info__detailed .review-fieldset h2 {
      color: #333;
      font-size: 2rem;
      line-height: 1.2;
      font-weight: 400; }
    .product__info__detailed .review-fieldset h3 {
      margin-bottom: 30px;
      font-size: 2rem;
      line-height: 1.2;
      color: #333;
      margin-bottom: 30px;
      font-weight: 400; }
    .product__info__detailed .review-fieldset .review-field-ratings .label span {
      color: #333;
      display: inline-block;
      font-weight: 500;
      margin: 0 0 8px;
      font-size: 12px; }
      .product__info__detailed .review-fieldset .review-field-ratings .label span::after {
        color: #e02b27;
        content: "*";
        font-size: 1.2rem;
        margin: 0 0 0 5px; }
    .product__info__detailed .review-fieldset .review-field-ratings .review-field-rating {
      margin: 0 0 29px; }
      .product__info__detailed .review-fieldset .review-field-ratings .review-field-rating span {
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
        padding-right: 10px; }
      .product__info__detailed .review-fieldset .review-field-ratings .review-field-rating .rating li.off i {
        color: #ddd;
        font-size: 18px; }
    .product__info__detailed .review-fieldset .review_form_field .input__box {
      margin: 0 0 29px; }
      .product__info__detailed .review-fieldset .review_form_field .input__box span {
        color: #333;
        display: inline-block;
        font-weight: 500;
        margin: 0 0 8px; }
        .product__info__detailed .review-fieldset .review_form_field .input__box span::after {
          color: #e02b27;
          content: "*";
          font-size: 1.2rem;
          margin: 0 0 0 5px; }
      .product__info__detailed .review-fieldset .review_form_field .input__box input {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ebebeb;
        border-radius: 1px;
        box-sizing: border-box;
        font-size: 14px;
        height: 40px;
        line-height: 1.42857;
        outline: medium none;
        padding: 0 9px;
        width: 100%; }
      .product__info__detailed .review-fieldset .review_form_field .input__box textarea {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ebebeb;
        border-radius: 1px;
        box-sizing: border-box;
        font-size: 14px;
        height: 40px;
        line-height: 1.42857;
        outline: medium none;
        padding: 0 9px;
        width: 100%;
        min-height: 100px; }
    .product__info__detailed .review-fieldset .review_form_field .review-form-actions button {
      background: #f2f2f2 none repeat scroll 0 0;
      border: 1px solid #cdcdcd;
      border-radius: 5px;
      color: #333;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      line-height: 38px;
      padding: 0 18px;
      text-transform: uppercase;
      transition: 0.4s; }
      .product__info__detailed .review-fieldset .review_form_field .review-form-actions button:hover {
        background: #e2e2e2 none repeat scroll 0 0;
        border: 1px solid #cdcdcd;
        color: #555; }
  
  .pro__tab_label.tab-pane:not(.active) {
    display: none; }



    .shop__list__wrapper {
      border-bottom: 1px solid #e1e1e1;
      border-top: 1px solid #e1e1e1;
      margin: 0 0 30px;
      padding: 10px 0;
      width: 100%; }
      .shop__list__wrapper .shop__list a {
        border: 1px solid #ccc;
        color: #a3a3a3;
        font-size: 15px;
        height: 31px;
        line-height: 32px;
        margin-right: 8px;
        padding: 0 !important;
        text-align: center;
        transition: all 0.5s ease 0s;
        width: 31px; }
        .shop__list__wrapper .shop__list a.active, .shop__list__wrapper .shop__list a:hover {
          border-color: #2e2e2e;
          color: #2e2e2e; }
      .shop__list__wrapper p {
        color: #3f3f3f;
        display: inline-block;
        height: 31px;
        line-height: 31px; }
      .shop__list__wrapper .orderby__wrapper span {
        color: #3f3f3f;
        display: inline-block;
        height: 31px;
        line-height: 31px; }
    

        /*======= Cart Styles =======*/
/*---------------------------------------
  26. Our Cart Area
----------------------------------------*/
.car-header-title h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase; }
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #eaeaea;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%; }
.table-content table th {
  border-top: medium none;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }
.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea; }
.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle; }
.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px; }
.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: bold;
  width: 120px;
  color: #333; }
.table-content table td.product-name a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  color: #333; }
.table-content table td.product-name {
  width: 270px; }
.table-content table td.product-thumbnail {
  width: 130px; }
.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px; }
.table-content table .product-price .amount {
  font-size: 16px;
  font-weight: 700;
  color: #333; }
.table-content table td.product-remove i:hover {
  color: #252525; }
.table-content table td.product-quantity {
  width: 180px; }
.table-content table td.product-remove {
  width: 150px; }
.table-content table td.product-price {
  width: 130px; }
.table-content table td.product-name a:hover {
  color: #e59285; }
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap; }
.owl-theme .owl-controls .owl-page span {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  border-radius: 100%;
  display: block;
  height: 13px;
  margin: 3px;
  width: 13px;
  transition: 0.3s; }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 2px solid #c1c1c1; }
.table-content table .title-top th {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #333; }
.cartbox__btn {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 40px; }
.cart__btn__list li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s; }
.cart__btn__list li a:hover {
  background: #e59285 none repeat scroll 0 0;
  color: #fff; }
.cartbox-total {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 0 40px; }
.cartbox__total__area {
  margin-top: 50px; }
.cart__total__amount {
  background: #e59285 none repeat scroll 0 0;
  display: flex;
  height: 60px;
  justify-content: space-between;
  line-height: 60px;
  padding: 0 40px; }
.cart__total__list li {
  color: #333444;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  height: 60px;
  line-height: 60px; }
.cart__total__tk li {
  color: #333444;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  line-height: 60px; }
.cart__total__amount span {
  color: #fff;
  font-size: 16px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cartbox__btn {
    padding: 40px 18px; }
.product__info__main h1 {
  margin: 30px 0 3px;
}
  .cart__btn__list li a {
    font-size: 15px;
    padding: 0 26px; } }
@media only screen and (max-width: 767px) {
  .cart__btn__list li {
    flex-basis: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center; }
.wn__team__area {
  padding-bottom: 70px;
  padding-top: 0;
}
.wn__team__area.pt--40.pb--75.bg--white {
  padding-top: 45px;
}
.widget.archives_widget:last-child {
  margin-bottom: 0;
}
  .cart__btn__list li a {
    font-size: 15px;
    font-weight: 400;
    padding: 0 23px; } }
@media only screen and (max-width: 575px) {
  .cartbox__btn {
    padding: 40px 0; }
.wn__team__area {
  padding-bottom: 70px;
  padding-top: 0;
}
.section__title--3 h2 {
  font-size: 28px;
  line-height: 34px;
}
.about_area .content.text_style--2 h2 {
  font-size: 20px;
}
.about_area .content h2 {
  font-size: 20px;
}
.about_area .content h3 {
  font-size: 20px;
}
  .cart__btn__list li a {
    font-size: 13px;
    padding: 0 15px; }
  .cart__btn__list li {
    padding: 0 8px; } }
/*--------------------------
  Wishlist Styles
----------------------------*/
.wnro__table table {
  border: 1px solid #e1e1e1; }
.wnro__table th .nobr {
  color: #2e2e2e;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  text-transform: uppercase; }
.wnro__table tbody td.product-remove a {
  color: #3f3f3f;
  display: block;
  font-weight: 700;
  height: 1em;
  line-height: 1;
  padding: 10px 0;
  text-align: center; }
.wnro__table tbody td.product-remove {
  padding-right: 0;
  text-align: center;
  width: 40px; }
.product-thumbnail {
  padding: 25px 0; }
.product-name a {
  color: #333444;
  font-size: 14px;
  font-weight: 500; }
.product-price span.amount {
  color: #343940;
  font-size: 16px;
  font-weight: 700; }
.product-stock-status span.wishlist-in-stock {
  color: #e59285; }
.product-add-to-cart a {
  border: 2px solid #333;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 190px; }
.product-add-to-cart {
  padding: 0;
  width: 210px; }
.product-add-to-cart a:hover {
  border: 2px solid #e59285;
  color: #e59285; }


  .wn__order__box {
    background: #f4f4f4 none repeat scroll 0 0; }
    .wn__order__box h3.onder__title {
      border-bottom: 1px solid #e1e1e1;
      font-size: 24px;
      margin: 0;
      padding: 15px 0;
      text-align: center;
      text-transform: uppercase;
      width: 100%;
      color: #2e2e2e; }
  .order__total {
    display: flex;
    justify-content: space-between;
    padding: 22px 80px 0; }
    .order__total li {
      color: #333444;
      font-size: 18px;
      font-weight: 600; }
  .order_product {
    margin-top: 18px;
    padding: 0 80px; }
    .order_product li {
      color: #333444;
      font-size: 14px;
      font-weight: 400;
      padding: 15px 0; }
      .order_product li span {
        float: right; }

        .total__amount {
          border-top: 1px solid #e1e1e1;
          padding: 0 80px; }
        .total__amount li span {
          float: right; }
        .total__amount li {
          color: #333444;
          font-size: 18px;
          font-weight: 700;
          padding-bottom: 15px;
          padding-top: 15px;
          text-transform: uppercase; }