
    /*-----------------------------------------------------------------
Theme Name: EcomArts
Author: namespace-it
Author URI: https://themeforest.net/user/namespace-it
Version: 1.0.0 
Description: EcomArts - Multipurpose Ecommerce HTML Template <

-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
-------------------------------------------------------------------

    01.Mixins
    02.Variables
    03.Typography
    04.Buttons 
    05.Gutter 
    06.Container 
    07.Animation 
    08.Helping 
    09.MeanMenu 
    10.Preloader
    11.Title 
    12.Common 
    13.Header
    14.Breadcumb
    15.Footer
    16.Intro 
    17.Brand 
    18.About
    19.Work Process 
    20.Advantage
    21.Wcu
    22.Counter
    23.Faq
    24.Testimonial
    25.Feature
    26.Pricing 
    27.Cta
    28.Blog
    29.Services
    30.Project 
    31.Team
    32.Team Extra
    33.Sidebar
    34.Contact
    35.Input
------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&amp;family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #FF4035;
  --theme2: #685EE1;
  --theme3: #FF4035;
  --theme4: #80B501;
  --theme5: #C97F5F;
  --theme6: #1CA8CB;
  --theme7: #CB8161;
  --theme8: #FFB22C;
  --theme9: #00C9D5;
  --title: #0A111E;
  --title2: #1E1E1E;
  --orange: #e78c45;
  --orange2: #F39F5F;
  --orange3: #FFA31A;
  --text: #555555;
  --text2: #cbcbcb;
  --text3: #5F5F5F;
  --border: rgba(0, 0, 0, 0.20);
  --border-2: rgba(255, 255, 255, 0.20);
  --border-3: #E5E5E5;
  --border-4: #E0E0E0;
  --border-5: #565656;
  --border-6:#E6E6E6;
  --bg-1: #FFF5F4;
  --bg-2: #F6F6F6;
  --bg-3: #FFF5F4;
  --bg-6: #FCF7EE;
  --bg-7: rgba(10, 17, 30, 0.65);
  --bg-8: #F3F3F3;
  --bg-9: #F7DDD6;
  --bg-10: #FFECEB;
  --green-gray: #002603;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

/* 03.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */


ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

h2,
h6 {
  font-family: "Albert Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--title);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--title);
  transition: all 0.4s ease-in-out;
}


span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}


@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--orange);
}


::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.fix {
  overflow: hidden;
}



.mb-30 {
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

img {
  max-width: 100%;
}

.section-title .subtitle {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.857;
  margin-bottom: 15px;
}
.section-title .subtitle.style1 {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--white);
    color: #f19020;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 100px;
   
}
.section-title .title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}



.section-padding {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 40px 0;
  }
}

.feature-flex-tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-6);
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .feature-flex-tab-wrapper {
    border-top: 0;
  }
}
.feature-flex-tab-wrapper .single-select {
  height: 40px;
  width: 200px !important;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.feature-flex-tab-wrapper .single-select:focus {
  border: 1px solid var(--border-6);
}
.feature-flex-tab-wrapper .single-select:after, .feature-flex-tab-wrapper select:after {
  border-bottom: 1px solid var(--theme3);
  border-right: 1px solid var(--theme3);
  right: 20px;
  height: 7px;
  width: 7px;
}
.feature-flex-tab-wrapper .nav-link {
  padding: 5px !important;
  background-color: transparent;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  border: 1px solid var(--border-6);
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s;
  width: 110px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #E6E6E6;
}
.feature-flex-tab-wrapper .nav-link:before {
  display: none;
}
.feature-flex-tab-wrapper .nav-link.active {
  padding: 5px !important;
  position: relative;
  background-color: var(--theme3) !important;
  color: var(--white) !important;
  width: 110px;
  height: 40px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 100px;
}

.nav-pills {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .nav-pills {
    margin: 35px 0 30px;
  }
}
.nav-pills .nav-link {
  padding: 5px !important;
  background-color: transparent;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s;
}
.nav-pills .nav-link.active {
  padding: 5px !important;
  position: relative;
  background-color: transparent;
  color: var(--title);
  font-size: 16px;
  transition: all 0.3s;
}
.nav-pills .nav-link.active:before {
  position: absolute;
  content: "";
  top: 38px;
  width: 95%;
  height: 2px;
  background-color: var(--theme4);
}

select,
.single-select {
  height: 56px;
  padding: 0 20px;
  border: 1px solid var(--border);
  color: var(--text);
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  font-family: "Jost", sans-serif;
  transition: 0.4s ease-in-out;
  border-radius: 0px;
}
select:focus,
.single-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme);
  background-color: var(--white);
}

.single-select,
select {
  display: block;
  width: 100%;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  background-image: none;
}
.single-select:after,
select:after {
  border-bottom: 1px solid var(--title);
  border-right: 1px solid var(--title);
  right: 20px;
  height: 7px;
  width: 7px;
}

.single-select {
  background-image: none !important;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme);
  color: var(--white);
}


.price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
}

.featured-product-item-one__thumb {
     position: relative;
    padding: 7px;
    border-radius: 20px;
    background: #F6F6F6;
    text-align: center;
    margin-bottom: 23px;
    border: 1px solid transparent;
    object-fit: cover;
}
.featured-product-item-one__thumb img {
    max-width: 100%;
  
    border-radius: 17px;

}
.featured-product-item-one__thumb .badge {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 10px;
  border-radius: 100px;
  background: #FC461E;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.featured-product-item-one__thumb .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 13px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.featured-product-item-one__thumb .icon a i,
.featured-product-item-one__thumb .icon a,
.featured-product-item-one__thumb .icon button {
  width: 43px;
  height: 43px;
  background-color: var(--white);
  color: var(--title);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.featured-product-item-one__thumb .icon a i:hover,
.featured-product-item-one__thumb .icon a:hover,
.featured-product-item-one__thumb .icon button:hover {
  background-color: #f5b4a6;
  color: var(--theme3);
}
.featured-product-item-one__content--details-wrapper .price {
  display: block;
  color: var(--theme3);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.featured-product-item-one__content--details-wrapper .price small {
  color: #A1A1A1;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: line-through;
  text-transform: uppercase;
}
.featured-product-item-one__content--details-wrapper .price h6 {
  text-transform: capitalize;
}
.featured-product-item-one__content--details-wrapper .price h6 a:hover {
  color: var(--theme3) !important;
}
.featured-product-item-one__content--details-wrapper .star-wrapper {
  margin-top: 10px;
}
.featured-product-item-one__content--details-wrapper .star-wrapper span {
  color: #A1A1A1;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.featured-product-item-one__content--details-wrapper .star-wrapper i {
  color: var(--orange3);
}
@media (max-width: 1399px) {
  .featured-product-item-one__content--details-wrapper .star-wrapper i {
    font-size: 14px;
  }
}
.featured-product-item-one:hover .featured-product-item-one__thumb {
  border: 1px solid var(--theme3);
}
.featured-product-item-one:hover .featured-product-item-one__thumb .badge {
  opacity: 1;
  visibility: visible;
}
.featured-product-item-one:hover .featured-product-item-one__thumb .icon {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

button {
  border-radius: 5px;
}



