@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-ExtraBold.ttf");
  font-weight: 800;
}
html {
  font-size: 16px;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Karla", sans-serif;
  overflow-x: hidden;
}

h1 {
  line-height: 3.5rem;
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.75rem;
  font-weight: 600;
}

a {
  text-decoration: none;
}
a:hover {
  color: #000;
}

/*  -------------padding global--------------  */
.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding: 6rem 0;
}

.px-6 {
  padding: 0 6rem;
}

.my-6 {
  margin: 6rem 0;
}

.mx-6 {
  margin: 0 6rem;
}

.btn-red {
  background-color: #ffe594;
  border: 0.1rem solid #ffe594;
  color: #fff;
  padding: 0.6rem 1rem;
  min-width: 10rem;
  font-weight: 800;
  text-transform: capitalize;
  border-radius: 0.3rem;
  font-size: 1.2rem;
}
.btn-red:hover {
  background-color: transparent;
  color: #FFFAEA;
  transition: all 0.3s ease;
}

.about_btn {
  background: #006038;
  padding: 12px 50px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #006038;
  transition: all ease 0.2s;
}
.about_btn:hover {
  background: #ffcc29;
  color: #006038;
  border: 1px solid #ffcc29;
}

.about_btn_new {
  border: 1px solid #006038;
  padding: 12px 50px;
  color: #211A1E;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.about_btn_new:hover {
  color: #211A1E;
}

.global_product_btn {
  background: #006038;
  border: none;
  padding: 0.6rem 2.5rem;
  display: inline-block;
  font-weight: 400;
}
.global_product_btn a {
  color: #fff;
  text-decoration: none;
}
.global_product_btn span i {
  font-size: 1rem;
}

.product_btn {
  background: #006038;
  color: #fff;
  padding: 0.4rem 1.1rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all ease 0.5s;
}
.product_btn:hover {
  background: #ffcc29;
  color: #006038;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  header ul li a {
    padding: 0.25rem 0.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  header ul li a {
    padding: 0.25rem 0.7rem;
  }
  .our_product_bg {
    position: relative;
  }
  .our_product_bg::before {
    content: "";
    position: absolute;
    background-color: #FFFAEA;
    width: 100%;
    height: 80vh;
    top: -15%;
    z-index: -1;
  }
}
@media (max-width: 1400px) {
  .user_management .profile_ .profile_img img {
    height: 150px;
  }
  .rating__border .add__rating__ {
    display: flow;
  }
}
@media (max-width: 1200px) {
  .user_management .profile_ .profile_img img {
    height: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner_image {
    padding: 0rem 2rem;
  }
  .banner_image .carousel-control-prev {
    left: -3rem;
  }
  .banner_image .carousel-control-next {
    right: -3rem;
  }
  .our_product_bg {
    position: relative;
  }
  .our_product_bg::before {
    content: "";
    position: absolute;
    background-color: #FFFAEA;
    width: 100%;
    height: 80vh;
    top: -15%;
    z-index: -1;
  }
  .about_main .about_details {
    padding-left: 0;
    margin-top: 4rem;
  }
  .about_main .about_details h2 {
    font-size: 2rem;
  }
  .about_main .about_details p {
    font-size: 1.1rem;
  }
  .about_main .about_details_btn {
    margin-top: 2rem;
    padding-left: 0rem;
  }
}
@media (max-width: 992px) {
  .deal_bg .deal_bg-1 {
    margin-bottom: 2.8rem;
  }
  .product-card-section {
    padding: 2rem 0 !important;
  }
  .list__banner {
    margin-top: 2rem;
  }
  .billing__right__detail {
    padding: 3rem 0;
  }
  .billing__right__detail .billing-product-detail-heading {
    margin-bottom: 3rem !important;
  }
  .user_management .profile_ .profile_img img {
    height: 150px;
  }
  .combo_card_product .card_image img {
    max-width: 100%;
    height: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html {
    font-size: 15px;
  }
  .banner_image {
    padding: 0rem 2rem;
  }
  .banner_image .carousel-control-prev {
    left: -2.4rem;
  }
  .banner_image .carousel-control-next {
    right: -2.4rem;
  }
  .our_product_bg {
    position: relative;
  }
  .our_product_bg::before {
    content: "";
    position: absolute;
    background-color: #FFFAEA;
    width: 100%;
    height: 80vh;
    top: -15%;
    z-index: -1;
  }
  .about_main .about_details {
    padding-left: 0;
    margin-top: 0;
  }
  .about_main .about_details h2 {
    font-size: 2rem;
  }
  .about_main .about_details p {
    font-size: 1.1rem;
  }
  .about_main .about_details_btn {
    margin-top: 1rem;
    padding-left: 0rem;
  }
  .combo_card_product .product_btn {
    padding: 0.4rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .seller_bg {
    margin-top: 3rem;
  }
  .popular_product_main_card {
    border-top-left-radius: 12rem;
    border-top-right-radius: 12rem;
  }
  .product-card-section {
    padding: 2rem 0 !important;
  }
  .billing__right__detail {
    padding: 2rem 1rem !important;
  }
  .billing__right__detail .billing-product-detail-heading {
    margin-bottom: 1.7rem !important;
  }
  .billing__main .billing__right__detail .billing__price {
    padding-left: 0rem;
    margin-top: 1rem;
  }
  .user_management .profile_design_nav {
    justify-content: space-between;
  }
  .user_management .profile_design_nav .nav-item .nav-link {
    width: 10rem;
  }
  .cart_quantity_and_price {
    align-items: flex-start !important;
  }
  .footer-bg {
    padding-top: 3rem !important;
  }
  .user_management .profile_ .profile_img img {
    height: 150px;
  }
  .blog_heading .blog__slides .blog_details {
    margin-top: 1rem !important;
  }
  .blog__img {
    margin-top: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .banner_image {
    padding: 0rem 2rem;
  }
  .banner_image .carousel-control-prev {
    left: -1.4rem;
  }
  .banner_image .carousel-control-next {
    right: -1.4rem;
  }
  .our_product_bg {
    position: relative;
  }
  .our_product_bg::before {
    content: "";
    position: absolute;
    background-color: #FFFAEA;
    width: 100%;
    height: 80vh;
    top: -15%;
    z-index: -1;
  }
  .about_main {
    padding-top: 0rem !important;
  }
  .about_main .about_details {
    padding-left: 0rem;
    margin-top: 2rem;
  }
  .about_main .about_details h2 {
    font-size: 3rem;
  }
  .about_main .about_details_btn {
    padding-left: 0rem;
  }
  .inspiration_detail {
    margin-left: 0rem;
    padding-top: 2rem;
    padding-left: 0rem;
  }
  .footer-bg ul {
    padding-left: 0.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .our_product_bg .product__nav {
    padding-top: 2rem;
  }
  .blog_heading .blog__slides .owl-nav button {
    top: 40% !important;
  }
  .deal__btn .about_btn {
    padding: 12px 40px;
  }
  .deal__btn .about_btn_new {
    padding: 12px 40px;
  }
}
@media (max-width: 576px) {
  .certified_bg .certified_heading h4 {
    font-size: 2.1rem;
  }
  .certified_bg .Certified__box img {
    width: 70%;
  }
  .certified_bg .Certified__box h2 {
    font-size: 1.2rem;
  }
  .category__banner img {
    height: 100px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  html {
    font-size: 13px;
  }
  body {
    overflow-x: hidden;
  }
  .buy_now_btn {
    padding: 0.9rem 7.3rem;
  }
  .about_details {
    margin-top: 1rem;
    padding-left: 0rem;
  }
  .about_details_btn {
    margin-top: 2rem;
    padding-left: 0rem;
  }
  .about_page_details h6 {
    margin-top: 1rem;
  }
  .inspiration_detail {
    margin-left: 0rem;
    margin-top: 1.4rem;
  }
  .contact_info_main {
    margin-top: 4rem;
  }
  .product_list_bg {
    padding: 1rem;
  }
  .seller_bg .our_product_heading h2 {
    line-height: 3rem;
  }
  .banner_image {
    padding: 0rem;
  }
  .banner_image .carousel-control-prev {
    left: 0.1rem;
    opacity: 0.5;
  }
  .banner_image .carousel-control-next {
    right: -0.1rem;
    opacity: 0.5;
  }
  .about_main {
    padding-top: 0rem !important;
  }
  .about_main .about_details h2 {
    font-size: 3rem;
    margin-top: 2rem;
  }
  .footer-bg ul {
    padding-left: 0.2rem;
  }
  .about_main {
    padding: 0;
  }
  .about_main .about_details h2 {
    font-size: 2rem !important;
    margin-top: 2rem !important;
  }
  .blog_heading .blog__slides .owl-nav button {
    top: 80% !important;
  }
  .user_management .profile_ .profile_img .profile_change {
    width: 25px;
    height: 25px;
    right: 2px;
    bottom: 5px;
  }
  .user_management .profile_ .profile_img .profile_change svg {
    width: 14px;
  }
  .user_management .profile_ .name {
    padding: 0.5rem;
  }
  .user_management .profile_design_nav .nav-item .nav-link {
    width: 100px;
    padding: 0.5rem;
  }
  .add__to__cart .btn__cart {
    padding: 0.6rem 3rem;
  }
  .user_management .profile_ .profile_img img {
    height: 140px;
  }
  .product_title_color .our_product_heading h2,
  .testimonial_detail .our_product_heading h2,
  .blog_heading .blog__ {
    line-height: 3rem;
    font-size: 2rem;
  }
  .testimonial_detail {
    padding: 3rem 0 !important;
  }
  .blog__img {
    margin-top: 3rem;
  }
}
@media (min-width: 280px) and (max-width: 576px) {
  .detail_price h3 {
    font-size: 2rem;
  }
  .more-products .row {
    --bs-gutter-x: 0.5rem !important;
  }
  .product-card-section .row {
    --bs-gutter-x: 0.5rem !important;
  }
  .combo_card_product .mobile__direction {
    flex-direction: column;
  }
  .combo_card_product .product_btn {
    padding: 0.6rem 2.4rem;
  }
  .combo_card_product .combo-price p {
    font-size: 1.1rem;
  }
  .blog_heading .blog__slides .owl-nav button {
    top: 25% !important;
  }
  .blog_heading .blog__slides .blog_details h3 {
    font-size: 2.7rem;
  }
  .seller_bg {
    padding: 0.8rem;
  }
  .seller_bg .our_product_heading {
    padding-bottom: 0.8rem !important;
  }
  .seller_bg .our_product_heading h2 {
    line-height: 3rem;
    font-size: 2rem;
  }
  .deal_bg {
    padding: 0.8rem;
  }
  .product_title_color {
    padding: 0;
  }
  .product_title_color .our_product_heading {
    padding: 0 !important;
  }
  .certified_bg {
    margin-top: 3.5rem;
  }
  .certified_bg .certfied__icon img {
    min-height: 8rem;
    max-height: 8rem;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .deal_bg .deal_details h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .our_product_heading {
    padding-bottom: 0rem !important;
  }
  .our_product_bg .row {
    --bs-gutter-x: 0.5rem !important;
  }
  .our_product_bg .our_product_heading h2 {
    line-height: 3rem;
  }
  .our_product_bg .product__nav {
    padding-top: 2rem;
  }
  .our_product_bg .deal_bg .deal_details h2 {
    font-size: 3rem;
    margin-top: 0rem;
  }
  .our_product_bg .product_title_color .our_product_heading h2 {
    line-height: 2.7rem;
  }
  .our_product_bg .blog_heading .blog__slides .blog_details {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
  .our_product_bg .blog_heading .blog__slides .blog_details h3 {
    font-size: 3rem;
  }
  .our_product_bg .add__to__cart {
    margin-top: 1rem;
  }
  .our_product_bg .add__to__cart a {
    padding: 0.7rem 2.5rem;
  }
  .our_product_bg .buy_now_btn {
    padding: 0.5rem 7.3rem;
    margin-top: 1rem;
  }
  .our_product_bg .our_product_heading {
    padding-bottom: 0rem !important;
  }
  .our_product_bg .our_product_heading h2 {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .our_product_bg .footer-bg {
    padding: 3rem;
  }
  .our_product_bg .similar-product-section {
    padding: 1rem 0;
  }
  .qty___price {
    width: 4.9rem;
  }
  .product_title_color .row {
    --bs-gutter-x: 0.5rem !important;
  }
  .main_card_product .product-desc .desc {
    min-height: 3rem;
    max-height: 3rem;
  }
  .main_card_product .card_image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 8.78rem;
    min-height: 8.72rem;
  }
  .main_card_product .card_details .product_heading {
    min-height: 4.4rem;
    max-height: 4.4rem;
  }
  .main_card_product .card_details p {
    min-height: 0rem;
    margin-bottom: 0;
  }
  .main_card_product .card_details____ {
    flex-direction: column;
  }
  .main_card_product .price p span::after {
    width: 34%;
  }
  .our_product_bg {
    padding: 0;
  }
  .our_product_bg::before {
    display: none;
  }
  .our_product_bg .product__nav {
    padding-top: 0rem;
  }
  .our_product_bg .our_product_bg_____1 {
    margin-bottom: 0 !important;
    margin-top: 1.5rem !important;
  }
  .blog___1 {
    padding: 0;
  }
  .blog___1 .blog_heading {
    padding-bottom: 0 !important;
  }
  .blog___1 .blog_heading .blog__ {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 430px) and (max-width: 576px) {
  .order__tab .nav-item .nav-link {
    width: 131px;
    height: 50px;
  }
  .deal__btn .about_btn {
    padding: 12px 14px;
  }
  .deal__btn .about_btn_new {
    padding: 12px 14px;
  }
}
@media (max-width: 430px) {
  .deal_bg .deal_bg-1 .deal__btn {
    display: grid;
  }
  .deal_bg .deal_bg-1 .deal__btn .about_btn {
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .deal_bg .deal_bg-1 .deal__btn .about_btn_new {
    margin: 0 !important;
    text-align: center;
  }
  .order__tab .nav-item .nav-link {
    width: 100px;
    height: 50px;
    padding: 0;
    margin-right: 0;
  }
}
@media (max-width: 430px) {
  .user_management .profile_ .profile_img img {
    height: 90px;
  }
}
@media (min-width: 280px) and (max-width: 390px) {
  .rating__border video {
    width: 249px !important;
    height: 240px !important;
    margin-left: 0rem !important;
  }
  .rating__border #my_camera {
    width: 249px !important;
    height: 240px !important;
    margin-left: 0rem !important;
  }
  .cart___main .item__price {
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
  .cart___main .cart__desc {
    padding: 0rem 0.8rem;
    width: 52%;
  }
  .qty .show_delete_icon {
    display: block;
  }
  .qty .move__list {
    display: none;
  }
}
@media (min-width: 390px) and (max-width: 30000px) {
  .qty .show_delete_icon {
    display: none;
  }
  .qty .move__list {
    display: block;
  }
}
@media (max-width: 768px) {
  .blog___1 .blog__slides .blog_left {
    order: 2;
  }
  .blog___1 .blog__slides .blog_right {
    order: 1;
  }
}
@media (min-width: 358px) and (max-width: 576px) {
  .main_card_product .desc {
    max-height: 4.5rem;
    min-height: 4.5rem;
  }
  .combo_card_product h5 {
    min-height: 2rem;
  }
}
@media (min-width: 280px) and (max-width: 358px) {
  .main_card_product .desc {
    max-height: 6rem;
    min-height: 6rem;
  }
  .combo_card_product h5 {
    min-height: 3rem;
  }
}
.deal__btn .about_btn_new {
  font-size: 1rem !important;
}
.deal__btn .about_btn {
  font-size: 1rem !important;
}/*# sourceMappingURL=responsive.css.map */