
:root {
  --accent-color:             #717171;
  --white-color:              #fff;
  --black-color:              #000;
  --gray-color:               #F3F3F3;
  --gray-color-300:           #D8D8D8;
  --gray-color-500:           #AEAEAE;
  --gray-color-800:           #3A3A3A;
  --light-gray-color:         #D7DDDF;
  --primary-color:            #72AEC8;
  --bs-primary-rgb:           114,174,200;
  --light-color:              #f8f9fa;
  --dark-color:               #212529;
  --light-blue-color:         #EDF1F3;
  --navbar-color-color:       #131814;
  --swiper-theme-color:       #4A4A4A;
  --swiper-pagination-color:  #4A4A4A;

}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}

/* Fonts */
:root {
    --body-font           : "Lato", sans-serif;
    --heading-font        : "Jost", sans-serif;
}

/*----------------------------------------------*/
/* 1 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 1.1 General Styles
/*----------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  /* background-image: linear-gradient(to right, #ffbe73, #fcf215); */
  /*background-image: linear-gradient(to right, #6ab40b , #a9ba08);*/
}

  p {
    font-size: 10px;
    color: #000000;
}

ul.inner-list li {
   font-size: 1.2em;
}
a {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}
a.light {
  color: var(--light-color);
}
a:hover {
  text-decoration: none;
  color: black;
}

/*------------ Background Color -----------*/
.bg-gray {
    background: var(--gray-color);
}
.bg-dark {
    background: var(--dark-color);
}
.bg-light {
    background: var(--light-color);
}
.bg-light-blue {
    background: var(--light-blue-color);
}

/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}
.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}
.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

/* no padding */
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-gutter {
  padding: 0 !important;
}

/* no padding and margin */
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}
.margin-medium {
  margin-top: 5em;
  margin-bottom: 5em;
}
.margin-large {
  margin-top: 7em;
  margin-bottom: 7em;
}
.margin-xlarge {
  margin-top: 9em;
  margin-bottom: 9em;
}

@media only screen and (max-width: 768px) {
    .iuy{
        padding: 8px !important;
    }
    .pord{
        font-size:12px;
    }
    .slm1{
        padding-top: 100px !important;
    }
    .heart {
    position: absolute;
    width: 14% !important;
    right: 0 !important;
    top: 50% !important;
}
    .ptext{
        font-weight:bolder;
        font-size:13px;
        text-align:center;
        padding:10px 0px 10px 0px;
    }
   .sem {
    width: 100%;
    position: relative;
    display: flex;
}
    .search {
    width: 100%;
    position: relative;
    display: flex;
    top: -47px !important;
}
    .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -60px !important;
    z-index: 9999 !important;
    position: absolute !important;
    left: 29% !important;
}
  .margin-small,
  .margin-medium,
  .margin-large {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}


/* - Section Title
--------------------------------------------------------------*/
h3.card-title,
h3.cart-title {
   font-size: 1.5em;
}

/* - Section width
--------------------------------------------------------------*/
.u-full-width {
    width: 100%;
    border: none;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.8em 1.8em;
  font-size: 0.65em;
}
.btn.btn-medium {
  padding: 0.8em 2.8em;
  font-size: 1.1em;
  letter-spacing: 2px;
}
.btn.btn-large {
  padding: 2.4em 5.1em;
  font-size: 1.8em;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 6px;
}
.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}
/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}
.btn.btn-outline-dark {
  border-color: rgba(0,0,0,1);
  color: var(--dark-color);
}
.btn.btn-outline-dark:hover {
  background: var(--dark-color);
  color: var(--light-color);
}
.btn.btn-outline-light {
  border-color: rgba(255,255,255,0.5);
  color: var(--light-color);
}
.btn.btn-outline-light:hover {
  background: var(--primary-color);
  color: var(--light-color);
  border-color: var(--primary-color);
}
.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--dark-color);
}
.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}
.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  letter-spacing: 0.12em;
}

/* no border radius */
.btn-rounded-none,
.btn-rounded-none::after {
  border-radius: 0;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-normal {
  text-decoration: underline;
  border: none;
}
.btn.btn-normal:hover {
  text-decoration: none;
}
.btn.btn-accent {
  color: var(--light-color);
  background-color: var(--accent-color);
  border: none;
}
.btn.btn-accent:hover {
  color: var(--light-color) !important;
  background-color: var(--primary-color);
}
.btn.btn-black {
  background-color: var(--dark-color);
  color: var(--light-color);
  border: none;
}
.btn.btn-black:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}
.btn.btn-light {
  background-color: var(--light-color);
  color: var(--dark-color);
  border: none;
}
.btn.btn-light:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}
.btn.btn-primary {
  background: var(--primary-color);
  color: var(--light-color);
  border: none;
}
.btn.btn-primary:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}
.btn-center {
  text-align: center;
  display: block;
}
.btn-right {
  text-align: right;
  display: block;
}

/*----------------------------------------------*/
/* 2 SITE STRUCTURE */
/*----------------------------------------------*/

/* - Search Bar
------------------------------------------------------------- */
.search-box {
    background: var(--gray-color);
    position: relative;
}
.close-button {
    position: absolute;
    top: 20px;
    right: 120px;
    cursor: pointer;
    z-index: 9;
}
.search-box input.search-input {
    font-size: 1.3em;
    width: 70%;
    height: 30px;
    padding: 25px;
    border-radius: 80px;
    border-color: rgb(0 0 0 / 25%);
    background: transparent;
}
.search-box svg {
    width: 22px;
    height: 22px;
    color: var(--primary-color);
}
.search-box svg.search {
    margin-left: -50px;
}


/** Search Form
--------------------------------------------------------------*/
.search-form input[type="search"].search-field {
  border: none;
  background: #f1f1f1;
  width: 100%;
  border-radius: 50px;
  padding: 10px 40px;
}
.search-form input[type="search"].search-field::focus {
  border-color: #af9aaa;
}
.search-form button {
  position: absolute;
  top: 6px;
  right: 9px;
  background: transparent;
  border: none;
}

/** Search Popup
--------------------------------------------------------------*/
.search-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.search-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .search-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}
.search-popup-form .form-control {
  padding: 0 0 .375em 0;
  font-size: 2em;
}
.search-popup-form #search-popup-submit {
  display: none;
}
.search-popup .search-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}
.search-popup .search-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-popup .search-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0,0,0,0.5);
}
.search-popup .search-popup-close:hover i {
  fill: rgba(0,0,0,1);
}
.search-popup .cat-list-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search-popup .cat-list {
  margin: 0;
  list-style-type: none;
}
.search-popup .cat-list-item {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  font-size: 2em;
}
.search-popup .cat-list-item a {
  position: relative;
}
.search-popup .cat-list-item a::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  border-bottom: 1px solid #ff9697;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform 0.3s;
  transition: height 0.3s,opacity 0.3s,transform 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.search-popup .cat-list-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.search-popup .cat-list-item::after {
  content: "/";
  padding: 0 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: text-top;
}
.search-popup .cat-list-item:last-child::after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.425em;
  }
}
.fp {
    display: block ;
    width: 100% ;
    object-fit: cover ;
    height: 265px ;
    margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
    
    .pdet{
        width:50%;
        margin:auto;
        display:block;
    }
    .user-dashboard {
    padding: 10px !important;
}
    .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* overflow-x: scroll !important; */
    display: block;
}
    .sellcart {
    float: right;
    position: absolute;
    top: 20px !important;
    right: 29px;
}
    .md{
        display:none;
    }
    .mf{
        display:block !important;
    }
    .offcanvas-backdrop{
        background:none !important;
        }
    .btclose {
    box-sizing: content-box;
     width: 20px !important; 
     height: 20px !important; 
    margin-left: 0 !important;
    padding: 0.25em 0.25em;
    color: #080808;
    border: 0;
   border-radius: 0px 20px 20px 0px !important;
    opacity: 1 !important;
    position: absolute;
    /* z-index: 999999 !important; */
    top: 330px;
    left: 98px;
    background: #0b561c;
}
    .ofstart{
        width:100px !important;
    }
    .catbtn{
        background: #0b561c;
    color: white;
    border-radius: 0px 20px 20px 0px;
    }
    .fa-chevron-right{
        font-size: 15px;
    padding: 20px 0px 20px 0px;
    }
    .lcard{
        height:250px;
        margin:10px;
    }
    .scat{
        font-size:20px;
        font-weight:bolder;
    }
.search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.125em;
  }
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}

.search-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}
.search-popup .search-form button {
  top: 12px;
  right: 15px;
}
.search-popup .search-form button svg {
  height: 28px;
  width: 28px;
}


/* 1. Header
/*----------------------------------------------*/
.site-header {
    width: 100%;
    z-index: 100;
    transition: background 0.3s ease-out;
    /* background-image: linear-gradient(to right, #ffbe73, #fcf215); */
        background-image: linear-gradient(to right, #ffffff, #fffffff5);
    /*background-image: linear-gradient(to right, #6ab40b , #a9ba08);*/
}
.navbar-toggler svg.navbar-icon {
    width: 50px;
    height: 50px;
}
.navbar-nav .nav-item a.nav-link {
     color: black;
    border-bottom: 1px solid #8080804d;
    font-weight: 600;
}
.navbar-nav .nav-item a.nav-link.active, 
.navbar-nav .nav-item a.nav-link:focus, 
.navbar-nav .nav-item a.nav-link:hover {
    color: black;
    border-bottom: 1px solid #8080804d;
    font-weight: 600;
}

/*------------ Offcanvas -------------- */
#header-nav .navbar-toggler:focus {
    box-shadow: none;
}
#header-nav .offcanvas.show {
    z-index: 9999;
    background-image: linear-gradient(to right, #12712e , #72ba08);
}
#header-nav .offcanvas-end {
    width: 500px;
}
.offcanvas.show .nav-item a.nav-link {
  font-size: 1em;
  text-align: left;
}
.offcanvas.show .offcanvas-body .navbar-nav {
    align-items: unset!important;
    padding-left: 20px;
}

/*------------ Top User Icons -----------*/
.site-header .user-items svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
  #navbar .user-items {
    display: none;
  }
}


/* 2. Billboard
/*----------------------------------------------*/
/*------------Swiper Arrow -----------*/
#billboard .swiper-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}
.swiper-icon.swiper-arrow svg {
    fill: var(--light-gray-color);
}
.swiper-icon.swiper-arrow:hover svg,
.swiper-icon.swiper-arrow:focus svg {
    fill: var(--primary-color);
}
#billboard .swiper-arrow.swiper-arrow-prev {
    left: 0;
}
#billboard .swiper-arrow.swiper-arrow-next {
    right: 0;
}

@media only screen and (max-width: 767px) {
   
  #billboard .banner-content {
      margin-top: 210px;
  }
  #billboard .image-holder {
      margin-top: -390px;
      opacity: 0.3;
  }
  #billboard .swiper-arrow {
      top: 400px;
  }
}

/* 3. Icon Box - Company Services
/*----------------------------------------------*/
.icon-box .icon-box-icon svg {
    width: 26px;
    height: 26px;
    fill: var(--primary-color);
}

@media only screen and (max-width: 991px) {
  #company-services .icon-box {
    flex-wrap: wrap;
  }
}

/* 4. Product
/*----------------------------------------------*/
.product-store .product-card .cart-concern {
    bottom: 75px;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.product-store .product-card:hover .cart-concern {
    bottom: 90px;
    opacity: 1;
}
.product-card .cart-concern svg {
    width: 16px;
    height: 16px;
    fill: var(--light-color);
    margin-left: 9px;
}
.product-card .card-detail span {
    font-size: 1.5em;
}

@media only screen and (max-width: 575px) {
  .product-store .product-card .card-detail {
      padding: 10px;
  }
}

/*------------Swiper Pagination -----------*/
.product-store .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 35px;
}
.swiper-pagination span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

/* 5. Testimonial
/*----------------------------------------------*/
.review-item blockquote {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2;
}
.rating svg.star {
    width: 16px;
    height: 16px;
    fill: var(--primary-color);
}
#testimonials .swiper-arrow svg {
    width: 45px;
    height: 45px;
    fill: var(--light-gray-color);
}
.review-content .swiper-arrow {
    top: 0;
    bottom: 0;
    z-index: 2;
}
.review-content .swiper-arrow.swiper-arrow-next {
    right: 0;
}
.review-content .quotation svg.quote {
    color: var(--light-blue-color);
}

@media only screen and (max-width: 767px) {
  #testimonials blockquote {
      font-size: 2em;
  }
  .review-content .swiper-arrow {
      bottom: -420px;
  }
}

/* 6. Subscribe
/*----------------------------------------------*/
.subscribe-content p {
   color: var(--gray-color-500);
}

@media only screen and (max-width: 1199px) {
  .subscription-form input.form-control,
  .subscription-form button {
      width: 100%;
      margin-bottom: 10px;
  }
}

/* 7. Instagram
/*----------------------------------------------*/
#instagram figure.instagram-item {
    width: 20%;
}
figure.instagram-item img.insta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instagram-item .icon-overlay {
    top: 30px;
    left: 0;
    width: 100%;
    height: auto;
    color: var(--light-color);
    opacity: 0;
    transition: 0.9s ease-out;
}
.instagram-item:hover .icon-overlay {
    top: 0;
    opacity: 1;
}
.instagram-item .icon-overlay svg.instagram {
    height: 50px;
}

@media only screen and (max-width: 767px) {
  #instagram figure.instagram-item {
      width: 30%;
  }
}

@media only screen and (max-width: 501px) {
  #instagram figure.instagram-item {
      width: 100%;
  }
}

/* 8. Footer
/*----------------------------------------------*/
/*------------ Social Icon -----------*/
.social-links svg {
    width: 20px;
    height: 20px;
    color: var(--light-gray-color);
}
.social-links svg:hover {
    color: var(--primary-color);
}
.social-links li {
  padding-right: 30px;
}


/* 9. About Us Page
/*----------------------------------------------*/
/*------------ Video Icon -----------*/
.video-item a {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video-item svg.video-player {
    width: 80px;
    height: 80px;
    padding: 19px;
    border-radius: 50%;
}

/* - Shop Page
--------------------------------------------------------------*/
/* ----------- Search Bar -----------*/
.shopify-grid select#input-sort {
    font-size: 1.2em;
    color: var(--dark-grey-color);
    border: none;
    padding: 0;
    text-align: center;
}

/* ----------- SideBar -----------*/
.sidebar input.search-field {
    width: 290px;
    height: 50px;
    box-shadow: 5px 5px 15px 5px #eee;
    border: 1px solid #eee;
    padding-left: 20px;
    outline-offset: 0;
}
.sidebar .search-icon {
    padding: 14px;
}
.sidebar svg.search {
    width: 20px;
    height: 20px;
}
.sidebar h5.widget-title {
    font-size: 1.4em;
    margin-bottom: 15px;
}
.sidebar .sidebar-list li {
    font-size: 1.2em;
}
.sidebar .sidebar-list li a {
    color: var(--dark-30);
}
.sidebar .sidebar-list li a:hover {
    color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
  .widget-search-bar form {
      flex-wrap: wrap;
  }
}

/* ----------- Pagination -----------*/
.paging-navigation .pagination .page-numbers {
    font-size: 1.4em;
    color: var(--gray-color-500);
}
.paging-navigation .pagination .page-numbers:hover {
    color: var(--primary-color);
}
.paging-navigation .pagination svg {
    width: 35px;
}


/* 10. Single Product Page
/*----------------------------------------------*/
/*------------ Product Info -----------*/
.product-info .rating svg.star-fill {
    fill: var(--dark-color);
}
.product-info .select-list li.select-item {
    font-size: 1.2em;
}
.product-quantity .input-group {
  width: 140px;
  gap: 2px;
}
.product-quantity #quantity {
  height: auto;
  width: 20px;
  border: none;
  margin: 0;
  padding: 0;
}
.product-quantity #quantity,
.product-quantity .btn-number {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}
.single-product .cart-wrap h4.item-title {
    font-size: 1.5em;
}
.single-product .product-quantity .stock-number {
    font-size: 1.2em;
}
.meta-product h4.item-title {
    font-size: 1.2em;
}

/*------------ Product Info Tabs -----------*/
.product-info-tabs .tabs-listing button {
    font-size: 2em;
    color: var(--dark-color);
}
.product-info-tabs .nav-tabs .nav-link {
    border: none;
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active {
    color: var(--primary-color);
}


@media only screen and (max-width: 991px) {
  .product-info-tabs .tabs-listing button {
      font-size: 1.2em;
      padding-right: 20px!important;
  }
}


/* 10. Cart Page
-----------------------------------------------------*/
.shopify-cart .card-price .money {
    font-size: 1.5em;
}
.shopify-cart .total-price .money {
    font-size: 2.9em;
}
.total-price .cart-totals {
    font-size: 1.5em;
}
.shopify-cart .table th {
    width: 30%;
}


/* 11. Checkout Page
--------------------------------------------------------------*/
.list-group-item span {
    font-size: 1.2em;
}


/* 12. Blog Page
--------------------------------------------------------------*/
/*------------ Sidebar -----------*/
.sidebar-post-item h4.card-title {
    font-size: 1.2em;
}

/* 13. Sibgle Post Page
--------------------------------------------------------------*/
#single-post-navigation .post-navigation span.page-nav-title {
    font-size: 1.5em;
}
.post-navigation svg {
    width: 30px;
    height: 45px;
}
.post-navigation:hover svg,
.post-navigation:focus svg {
    fill: var(--primary-color);
}



.bb {
  border-radius: 20px;
  background: #c1f14d;
  MARGIN: auto;
    display: block;
}
.bs {
    width: 100%;
    margin: auto;
    display: block;
}

.bt {
  text-align: center;
  font-weight: 700;
  font-size:20px;
}
.bgm{
  padding-top: 67px;
}
.sall {
    border: 1px solid #8080804a;
    margin: auto;
    width: 50%;
    border-radius: 5px;
    padding: 6px;
    display:block;
}
@media (max-width: 767px){
    .navbar-brand{
  display:none;
}
.sall{
    border: 1px solid #8080804a;
    margin: auto;
    width: 93%;
    border-radius: 5px;
    padding: 6px;
}
    .bta{
        margin: auto;
    display: block;
    width: 100%;
}
    .ft{
        display:block !important;
        z-index:10;
    }
    .wrap{
      display:block !important;
  }
    .pcont{
          margin: 0 !important;
  }
    .heart{
    position: absolute;
    width: 14%;
    right: 5px;
    top: 317px;
}
  .bs{
    box-shadow: 0px 0px 0px 5px #FFEB3B;
    width: 65px;
    margin: auto;
    border-radius: 12px;
    display: block;
  }
   .bss{
    width: 65px;
    margin: auto;
    border-radius: 12px;
    display: block;
  }
  .bb {
    border-radius: 50%;
    background: #dcc50d;
    width: 60px;
    margin: auto;
    display: block;
    border: 2px solid white;
  }
  .bt {
    text-align: center;
    font-weight: bolder;
    font-size: 13px;
    font-family: math;
}
.bgm{
  padding-top: 50x;
}

  .ficon{
    text-align: center;
    font-size:10px;
  }
  .ftetxt{
    text-align: center;
    font-size:10px;
  }
 
}

.ficon{
  text-align: center;
}
.ftetxt{
  text-align: center;
}
 
.burger .burger-line:nth-child(1) {
  top: 0px;
}

.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: white;
}
.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 67%;
}

.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: white;
}

.burger .burger-line:nth-child(3) {
  top: 16px;
  width: 37%;
}

.burger .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 1;
    border-radius: 15px;
    background: black;
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  display: none;
  background: transparent;
}
@media(max-width:767px){
    .search{
        display:block !important;
    }
    .offcanvas-header {
    display: contents !important;
    align-items: center !important;
    justify-content: unset !important;
    padding: 0 !important;
}
    .off1{
      display:block;
  }
    .nav-item{
        text-transform:capitalize !important;
    }
     .offcanvas-body{
        padding:0 !important;
        background: white;
    }
    .off1{
        padding: 15px;
    background-image: linear-gradient(to right, #b8c6bc , #a1e340);
    padding-top: 30px;
    }
    .det{
        font-size: 12px;
    }
  .burger {
    opacity: 1;
    display: block;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 272px;
  border-right: 1px solid rgba(0,0,0,.2);
  transform: translateX(-100%);
}
.btn-close {
  box-sizing: content-box;
  width: 28em;
  height: 1em;
  margin-left: 184px;
  padding: 0.25em 0.25em;
  color: #fff6f6;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
}
}

  
  .contenir{
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 80px;
  }
  
  
  .search{
      border: 0;
      border-radius: 15px 0 0 15px;
      padding: 0 10px 0 10px;
      text-align: center;
      color: black;
      height: 50px;
      width: 500px;
      font-size: 15px;
      font-weight: 1000;
  }
  .search::selection{
  background-color: red;
  color: white;
  }
  .search:focus{
  border: 0;
  outline: 0;
  }
  .search:hover{
  cursor: text;
  }
  .search-btn{
      transition: 0.2s ease-in-out;
      border: 0;
      border-radius: 0 15px 15px 0;
      padding: 0 10px 0 10px;
      text-align: center;
      color: black;
      position: relative;
      background-color: greenyellow;
      height: 50px;
      width: 100px;
      font-size: 25px;
      font-weight: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .search-btn:hover{
  transition: 0.2s ease-in-out;
  background-color: green;
  box-shadow:0px 0px 20px 1px green ;
  font-size: 30px;
  font-weight: 800;
  cursor: pointer;
  }
  
    .search {
  width: 100%;
  position: relative;
  display: flex;
  z-index:-1;
}

.searchTerm {
    width: 100%;
    border: none;
    padding: 5px;
    height: 39px;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.searchTerm:focus{
  color: black;
}

.searchButton {
  width: 40px;
    border: none;
    height: 39px;
    text-align: center;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
}

.wrap {
    width: 100%;
    position: absolute;
   top: 253%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.heart{
    position: absolute;
    width: 4%;
    right: 156px;    top: 130px;
}
  .pcont{
          margin-top: 72px;
  }
  
  .wrap{
      display:none;
  }
 
  .logol{
      margin:auto;
      display:block;
      
  }
  .gg{
        padding-top: 33px;
  }
  .hh{
     padding-top: 30px;
     font-weight: 700;
  }
  
  .login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/download.jpg);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
}
.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.login-with-google-btn:active {
  background-color: #eeeeee;
}
.login-with-google-btn:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.login-with-google-btn:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.account{
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgb(22 116 45), 0 1px 1px rgb(25 118 44);
    color: #fff9f9;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: #19762b;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
.ft{
        display:none;
    }
    .slm1{
        padding-top:110px;
    }
  
  
  .off1{
      display:none ;
  }
  
  .search {
    width: 100%;
    position: relative;
    display: flex;
    z-index: -1;
    display: none;
}
.sellcart{
    float: right;
    position: absolute;
    top: 37px;
    right: 29px; 
}

/*Products details*/
  .product-card {
    max-width: 380px;
    position: relative;
    box-shadow: 0 2px 5px #33333354;
    margin: 0 auto;
}

.spacing {
    margin: 10px;
}

.badge {
    position: absolute;
    left: -5px;
    top: 18px;
    transform: rotate(-29deg);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    background: #bd2b2bdb;
    color: white;
    padding: 3px 25px;
}

.product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.product-thumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 30px;
}

.product-category {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9DAAF2;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #00ABE1;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #F52544;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #99DDFF;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #99DDFF;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #F52544;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #5CE0D8;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #F52544;
}
.product_content {
    padding: 10px;
    margin-top: 3px;
}
@media(max-width:767px){
    .box{
        /* height: 250px !important; */
    }
    .fp {
    display: block !important;
    width: 100% !important;
    object-fit: cover !important;
    height:auto !important;
    margin-bottom:0 !important;
    }
    .product-thumb img {
    /* max-width: 100%; */
    height: 250px;
    /* max-height: 100%; */
    height: 114px !important;
    width: 100%;
    width: 100% !important;
    object-fit: contain !important;
}
.mob-datas{
  color: red;
  font-size: 11px;
  float: right;
  font-weight: 600;
  margin-top: -31px !important;
}
.current_price{
  font-size: 12px;
}
}
  
  @media screen and (min-device-width: 1201px) and (max-device-width: 1500px) {
      .slm1 {
        padding-top: 90px;
        }
       .sellcart{
        float: right;
        position: absolute;
        top: 37px;
        right: 45px;
        }
  }
  
  .box {
  position: relative;
  background: #fff;
  box-shadow: 0 2px 5px #33333354;
  /* height: 427px; */
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
    display: block;
    font-size: 13px !important;
    width: 225px;
    padding: 2px 0;
    background-color: #32a56a !important;
    box-shadow: 0 0px 10px 3px rgb(0 0 0 / 31%);
    color: #fff;
    font: 700 18px / 1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    /* text-transform: uppercase; */
    text-align: center;
}

/* top left*/

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
    right: 0;
    top: 25px;
    transform: rotate(-45deg);
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
.card{
    margin:10px;
}
.mf{
        display:none;
    }

    .position-fixed{
      z-index: 9 !important;
  }

  .form textarea {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}
.cas{
  border: 1px black solid;
  background: #000;
  padding: 5px 21px;
  font-family: 'Lato';
  letter-spacing: 1px;
}
.qty-data{
  background: red;
  padding: 8px 6px;
  position: absolute;
  height: 19px;
  width: 19px;
  line-height: 2px;
  border-radius: 50%;
  color: #ffff;
  font-size: 10px;
  margin-top: -41px;
  margin-left: 13px;
}

.card-check{
  border: 1px #0000000f solid;
  box-shadow: 6px 5px 7px #80808052;
  border-radius: 12px;
  padding: 4px 17px;
  margin: 15px 0px;

}

.chk-img{
  padding: 5px;
  width: 50%;
  margin: auto;
  height: 201px;
  display: block;
  object-fit: cover;
}
.dare h1{
  padding-top: 33px;
  font-family: math;
}


@media(max-width:600px){
  .chk-img {
    padding: 5px;
    width: 100%;
    margin: auto;
    height: 117px;
    display: block;
    object-fit: cover;
}
.dare h1 {
  padding-top: 5px;
  font-family: math;
  font-size: 20px;
}
.mod-card h4 {
  font-size: 13px !important;
  line-height: 22px;
}
.iuy{
  font-size: 11px;
}
}

.form-group{
  padding: 5px 1px;
}
.mod-card{
  border: 1px #dbdbdb solid;
  padding: 12px 10px;
  box-shadow: 3px 4px 3px #80808096;
  border-radius: 10px;
  margin: 13px 0px;
}

.mod-card h4{
  font-size: 15px;
  line-height: 22px;
}
.rewq{
  height: 27px;
  width: 37px;
  margin-top: 12px;
}
.edw{
  color: red;
  font-size: 13px;
}


.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.tx-r8{
  text-align: right;

}

.redws{
  background-color: #ebe5e5;
  margin-top: 182px;
  /* padding: 151px; */
  justify-content: center;
  text-align: center;
  display: block;
}

.user-dashboard{
  background: #fff;
    padding: 50px;
}

.minus-btn{
        border: 1px solid #d4d4d4;
    background: #7bb50a;
    padding: 10px 13px;
    font-size: 9px;
    color: #fff;
    height: 33px;
    width: 33px;
    transition: 0.3s;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 11px;
}

.plus-btn{
        border: 1px solid #d4d4d4;
    background: #7bb50a;
    padding: 10px 13px;
    font-size: 9px;
    color: #fff;
    height: 33px;
    width: 33px;
    transition: 0.3s;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 11px;
}
.btn-light:hover {
    color: #d3d3d3 !important;
    background-color: #e52123 !important;
    border-color: #f9fafb;
}

.woocommerce-product-details__short-description p{
        font-size: 16px;
    color: #000000;
}
.price{
    font-size: 15px;
    padding-top: 10px;
    color: #000000;
    margin-bottom: -4px;
}
.tgr{
        font-size: 14px !important;
    background: #0b561c ;
    width: 100%;
    padding: 11px 34px !important;
    margin-top: -62px;
    margin-left:30px;

}
  .dropbtn {
  color: black;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
     position: absolute;
    background-color: #15b14c;
    min-width: 500px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}



@media (max-width:600px){
  
  .lcard {
    height: 124px;
    margin-bottom: 15px;
    margin: 10px;
    margin-bottom: 24px !important;
}

}

.featured-item .featured-info {
    padding-left: 20px;
    padding-right: 4px;
}

.featured-item .featured-info .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1.2;
    text-transform: uppercase;
}
.featured-item .featured-info p {
    font-size: 15px;
}
.featured-item {
    display: flex;
    margin-left: 4px;
}
.featured-item .icon img {
    min-width: 44px;
}





.adds{
        font-size: 18px;
    font-weight: 500;
}
.boxx{
        box-shadow: 0px 0px 6px gray;
    padding: 15px 11px;
    border: 2px solid #0ea347;
}
.boxx h3{
    font-size: 22px;
    font-weight: 700;
    color: green;
    text-align : center;
}