/*---------------------------------
    Support:  peoplentech software
    Version: 1.0
	Developer and Designer: Bikrom Roy and Sajjad Hossain
---------------------------------*/

/*font-family: 'Heebo', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&display=swap");

:root {
    --color-primary: #6325c5;
    --color-primary-dark: #5b03e4;
    --color-primary-bg: #f3f6fa;
    --color-secondary: #8d72cc;
    --text-gray: #333333;
    --bg-light: #f2f3f9;
}

html,
body {
    height: 100%;
    font-family: "Heebo", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    background: var(--bg-light);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
}

h1 {
    font-size: 2em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    font-size: 1.17em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h5 {
    font-size: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 {
    font-size: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

p {
    font-size: 16px;
    font-family: "Heebo", sans-serif;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #222222;
}

ul,
ol {
    padding: 0;
    margin: 0;
}
.text-semi-black {
    color: #3c3c3c;
}
/*---------------------
  Helper CSS
-----------------------*/
.section-title {
    margin-bottom: 50px;
    border-bottom: 1px dashed var(--color-primary);
    background: var(--color-primary);
    padding: 7px 14px;
}
.section-title h2 {
    color: #1c1c1c;
    font-weight: 700;
    position: relative;
    font-size: 25px;
}

/*.section-title h2:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	height: 4px;
	width: 80px;
	background: #D21502;
	content: "";
	margin: 0 auto;
}*/

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */
.primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 28px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    background: var(--color-primary);
    letter-spacing: 2px;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: var(--color-secondary);
    border: none;
}
/*---------------------
  Header
-----------------------*/
.header__top {
    background: #fcfcfc;
    padding: 10px;
    /* border-bottom: 2px solid #eaeaead1; */
}
/*.header__logo img {
	padding: 10px 0;
}*/
.header__top__left ul li {
    font-size: 14px;
    color: var(--color-primary-dark);
    display: inline-block;
    margin-right: 45px;
    position: relative;
}

.header__top__left ul li:after {
    position: absolute;
    right: -25px;
    top: 1px;
    height: 20px;
    width: 1px;
    background: #000000;
    opacity: 0.1;
    content: "";
}

.header__top__left ul li:last-child {
    margin-right: 0;
}

.header__top__left ul li:last-child:after {
    display: none;
}

.header__top__left ul li i {
    color: var(--color-primary-dark);
    margin-right: 5px;
}

.header__top__right {
    text-align: right;
    /*	padding: 6px 0 6px;*/
}

.header__top__right__social {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}

.header__top__right__social:after {
    position: absolute;
    right: -20px;
    top: 1px;
    height: 20px;
    /*width: 1px;
	background: #000000;*/
    opacity: 0.1;
    content: "";
}
.header__top__right__social a {
    font-size: 18px;
    display: inline-block;
    color: var(--color-primary-dark);
    margin-right: 0;
    width: 30px;
    height: 30px;
    /* background: #C9151B; */
    border-radius: 5px;
    /* border: 1px solid #C9151B; */
    text-align: center;
    /* padding: 5px; */
}
.header__top__right__social a i {
    padding-top: 6px;
}
.header__top__right__social a:last-child {
    /*margin-right: 0;*/
}
.header__top__right__language {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
}

.header__top__right__language:hover ul {
    top: 23px;
    opacity: 1;
    visibility: visible;
}

.header__top__right__language:after {
    position: absolute;
    right: -21px;
    top: 1px;
    height: 20px;
    width: 1px;
    background: #000000;
    opacity: 0.1;
    content: "";
}

.header__top__right__language img {
    margin-right: 6px;
}

.header__top__right__language div {
    font-size: 14px;
    color: #1c1c1c;
    display: inline-block;
    margin-right: 4px;
}

.header__top__right__language span {
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
    top: 2px;
}

.header__top__right__language ul {
    background: #222222;
    width: 100px;
    text-align: left;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.header__top__right__language ul li {
    list-style: none;
}
.header__top__right__language ul li a {
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px;
}
.header__top__right__auth {
    display: inline-block;
}
.header__top__right__auth a {
    display: block;
    font-size: 14px;
    color: var(--color-primary-dark);
}
/*.header__top__right__auth a i {
	margin-right: 6px;
}*/
/*.header__logo {
	text-align: center;
}*/
.header__logo a {
    display: inline-block;
}
.header__menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    border-right: 1px solid #d215022e;
    border-right-color: rgba(127, 173, 57, 0.18);
}
.header__menu ul li .header__menu__dropdown {
    position: absolute;
    left: 0;
    top: 50px;
    background: #222222;
    width: 180px;
    z-index: 9;
    padding: 5px 0px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    opacity: 0;
    visibility: hidden;
}

.header__menu ul li .header__menu__dropdown li {
    margin-right: 0;
    display: block;
}

.header__menu ul li .header__menu__dropdown li:hover > a {
    color: var(--color-primary);
}

.header__menu ul li .header__menu__dropdown li a {
    text-transform: lowercase;
    color: #ffffff;
    font-weight: 300;
    line-height: 35px;
    padding: 1px 15px;
}
.header__menu ul li.active a {
    color: #fff;
    padding: 0px 8px;
    font-weight: 700;
}
.header__menu ul li:hover .header__menu__dropdown {
    top: 62px;
    opacity: 1;
    visibility: visible;
}

.header__menu ul li:hover > a {
    color: #ffffff;
}

.header__menu ul li:last-child {
    margin-right: 0;
}
.header__menu ul li a {
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    display: block;
    padding: 0px 8px;
    line-height: 58px;
}
.form-control:focus {
    box-shadow: unset;
}
/*.header__cart {
	text-align: right;
	padding: 15px 0;
}*/

.header__cart ul {
    display: inline-block;
    margin-right: 25px;
}

.header__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.header__cart ul li:last-child {
    margin-right: 0;
}

.header__cart ul li a {
    position: relative;
}
.header__cart ul li a i {
    font-size: 18px;
    color: var(--color-primary-dark);
}

.header__cart ul li a span {
    height: 15px;
    width: 15px;
    background: var(--color-primary);
    font-size: 11px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -18px;
}

.header__cart .header__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
}

.header__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
}

.humberger__menu__wrapper {
    display: none;
}

.humberger__open {
    display: none;
}

/*---------------------
  Hero
-----------------------*/
.hero {
    padding-top: 15px;
}

.hero.hero-normal {
    padding-bottom: 30px;
}

.hero.hero-normal .hero__categories {
    position: relative;
}

.hero.hero-normal .hero__categories ul {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    z-index: 9;
    background: #ffffff;
}

.hero.hero-normal .hero__search {
    margin-bottom: 0;
}

.hero__categories__all {
    background: var(--color-primary-dark);
    position: relative;
    padding: 15px 25px 20px 24px;
    cursor: pointer;
}

.hero__categories__all i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}

.hero__categories__all span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.hero__categories__all:after {
    position: absolute;
    right: 18px;
    top: 9px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #ffffff;
}

.hero__categories ul {
    border: 1px solid #ebebeb;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.hero__categories ul li {
    list-style: none;
}
.hero__categories ul li a {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 29px;
    display: block;
}

.hero__search {
    overflow: hidden;
    margin-bottom: 30px;
}
.hero__search__form {
    width: 100%;
    height: 50px;
    border: 1px solid var(--color-secondary);
    position: relative;
    float: left;
    background: transparent;
    box-shadow: 0 0 4px #69696947;
    border-radius: 25px;
    margin-top: 9px;
}
.hero__search__form form .hero__search__categories {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    position: relative;
}

.hero__search__form form .hero__search__categories:after {
    position: absolute;
    right: 0;
    top: 14px;
    height: 20px;
    width: 1px;
    background: #000000;
    opacity: 0.1;
    content: "";
}
.nice-select.form-control {
    height: 48px;
    border: 0;
    background: transparent;
    border-right: 1px solid #e8e8e8;
    border-radius: 0;
}
.hero__search__form form input {
    width: 65%;
    border: none;
    height: 48px;
    font-size: 16px;
    color: #b2b2b2;
    padding-left: 20px;
    background: transparent;
}
.hero__search__form form input::placeholder {
    color: #b2b2b2;
}
.hero__search__form form button {
    position: absolute;
    right: -1px;
    height: 48px;
    width: 100px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.hero__search__phone {
    float: right;
}
.hero__search__phone__icon {
    font-size: 18px;
    color: #d21502;
    height: 50px;
    width: 50px;
    background: #f5f5f5;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.hero__search__phone__text {
    overflow: hidden;
}
.hero__search__phone__text h5 {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 5px;
}
.hero__search__phone__text span {
    font-size: 14px;
    color: #6f6f6f;
}
.hero__item {
    height: 431px;
    display: flex;
    align-items: center;
    padding-left: 75px;
}
.hero__text span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    color: #d21502;
}
.hero__text h2 {
    font-size: 46px;
    color: #252525;
    line-height: 52px;
    font-weight: 700;
    margin: 10px 0;
}
.hero__text p {
    margin-bottom: 35px;
}
/*---------------------
  Featured
-----------------------*/

.featured {
    padding-top: 50px;
    padding-bottom: 40px;
}
.tin-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.featured__item:hover .featured__item__pic .featured__item__pic__hover {
    bottom: 20px;
}
.featured__item__pic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    text-align: center;
}
.featured__item__pic img {
    height: 146px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
}
.featured__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.featured__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
    margin-right: 0;
}

.featured__item__pic__hover li:hover a {
    background: #d21502;
    border-color: #d21502;
}

.featured__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.featured__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.featured__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.featured__item__text {
    text-align: center;
    min-height: 85px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.featured__item__text h6 {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 5px;
    min-height: 38px;
}
.featured__item__text h6 a {
    color: #252525;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.featured__item__text h5 {
    color: var(--color-primary);
    font-weight: 700;
    font-family: icofont;
}

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-section {
    display: flex;
    align-items: center;
    padding: 2em 0;
}
.breadcrumb__text h1 {
    font-size: 46px;
    color: var(--color-primary);
    font-weight: 700;
}
.breadcrumb__option a {
    display: inline-block;
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
}
.breadcrumb__option a::after {
    position: absolute;
    right: -12px;
    top: 18px;
    height: 1px;
    width: 10px;
    background: #222222;
    content: "";
}
.breadcrumb__option span {
    display: inline-block;
    font-size: 18px;
    color: var(--color-primary);
    font-weight: bold;
}

/*---------------------
  Sidebar
-----------------------*/
.sidebar__item {
    margin-bottom: 35px;
}
.custom-thumbnail-main {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.custom-thumbnail-main h4 {
    font-weight: 800;
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 3px;
}
.custom-thumbnail-main p {
    color: var(--color-secondary);
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
}
.custom-thumbnail {
    border-radius: 20px !important;
}

.sidebar__item.sidebar__item__color--option {
    overflow: hidden;
}

.sidebar__item h4 {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 25px;
}

.sidebar__item ul li {
    list-style: none;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 11px 21px;
}
.sidebar__item .list-group-item + .list-group-item {
    border-top-width: 1px !important;
}
.sidebar__item .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.sidebar__item .list-group-item.active {
    background-color: var(--color-primary);
    color: #fff !important;
    border-color: var(--color-primary);
}
.sidebar__item .list-group-item.active a {
    color: #fff !important;
}
.sidebar__item ul li a {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.sidebar__item ul li a i {
    font-size: 20px;
}

.sidebar__item .latest-product__text {
    position: relative;
}

.sidebar__item .latest-product__text h4 {
    margin-bottom: 45px;
}

.sidebar__item .latest-product__text .owl-carousel .owl-nav {
    right: 0;
}

.price-range-wrap .range-slider {
    margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
    position: relative;
}

.price-range-wrap .range-slider .price-input:after {
    position: absolute;
    left: 38px;
    top: 13px;
    height: 1px;
    width: 5px;
    background: #dd2222;
    content: "";
}

.price-range-wrap .range-slider .price-input input {
    font-size: 16px;
    color: #dd2222;
    font-weight: 700;
    max-width: 20%;
    border: none;
    display: inline-block;
}

.price-range-wrap .price-range {
    border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #ebebeb;
    height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
}

.section-title h2 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 22px;
}

.price-range-wrap
    .price-range
    .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
    background: #dd2222;
}

.sidebar__item__color {
    float: left;
    width: 40%;
}

.sidebar__item__color.sidebar__item__color--white label:after {
    border: 2px solid #333333;
    background: transparent;
}

.sidebar__item__color.sidebar__item__color--gray label:after {
    background: #e9a625;
}

.sidebar__item__color.sidebar__item__color--red label:after {
    background: #d62d2d;
}

.sidebar__item__color.sidebar__item__color--black label:after {
    background: #252525;
}

.sidebar__item__color.sidebar__item__color--blue label:after {
    background: #249bc8;
}

.sidebar__item__color.sidebar__item__color--green label:after {
    background: #3cc032;
}

.sidebar__item__color label {
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

.sidebar__item__color label input {
    position: absolute;
    visibility: hidden;
}

.sidebar__item__color label:after {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background: #222;
    content: "";
    border-radius: 50%;
}

.sidebar__item__size {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
}

.sidebar__item__size label {
    font-size: 12px;
    color: #6f6f6f;
    display: inline-block;
    padding: 8px 25px 6px;
    background: #f5f5f5;
    cursor: pointer;
    margin-bottom: 0;
}

.sidebar__item__size label input {
    position: absolute;
    visibility: hidden;
}

/*---------------------
  Shop Grid
-----------------------*/

.product {
    padding-top: 40px;
    padding-bottom: 80px;
}

.product__discount {
    padding-bottom: 50px;
}

.product__discount__title {
    text-align: left;
    margin-bottom: 65px;
}

.product__discount__title h2 {
    display: inline-block;
}

.product__discount__title h2:after {
    margin: 0;
    width: 100%;
}

.product__discount__item:hover
    .product__discount__item__pic
    .product__item__pic__hover {
    bottom: 20px;
}

.product__discount__item__pic {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.product__discount__item__pic .product__discount__percent {
    height: 45px;
    width: 45px;
    background: #dd2222;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
}

.product__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.product__item__pic__hover li:last-child {
    margin-right: 0;
}

.product__item__pic__hover li:hover a {
    background: #d21502;
    border-color: #d21502;
}

.product__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.product__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__discount__item__text {
    text-align: center;
    padding-top: 20px;
}

.product__discount__item__text span {
    font-size: 14px;
    color: #b2b2b2;
    display: block;
    margin-bottom: 4px;
}

.product__discount__item__text h5 {
    margin-bottom: 6px;
}

.product__discount__item__text h5 a {
    color: #1c1c1c;
}

.product__discount__item__text .product__item__price {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
}

.product__discount__item__text .product__item__price span {
    display: inline-block;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 10px;
}

.product__discount__slider .col-lg-4 {
    max-width: 100%;
}

.product__discount__slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.product__discount__slider.owl-carousel .owl-dots button {
    height: 12px;
    width: 12px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    margin-right: 12px;
}

.product__discount__slider.owl-carousel .owl-dots button.active {
    background: #707070;
    border-color: #6f6f6f;
}

.product__discount__slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.filter__item {
    padding-top: 45px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.filter__sort {
    margin-bottom: 15px;
}

.filter__sort span {
    font-size: 16px;
    color: #6f6f6f;
    display: inline-block;
}

.filter__sort .nice-select {
    background-color: #fff;
    border-radius: 0;
    border: none;
    display: inline-block;
    float: none;
    height: 0;
    line-height: 0;
    padding-left: 18px;
    padding-right: 30px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    cursor: pointer;
}

.filter__sort .nice-select span {
    color: #1c1c1c;
}

.filter__sort .nice-select:after {
    border-bottom: 1.5px solid #1c1c1c;
    border-right: 1.5px solid #1c1c1c;
    height: 8px;
    margin-top: 0;
    right: 16px;
    width: 8px;
    top: -5px;
}

.filter__sort .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.filter__sort .nice-select .list {
    border-radius: 0;
    margin-top: 0;
    top: 15px;
}

.filter__sort .nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

.filter__found {
    text-align: center;
    margin-bottom: 15px;
}

.filter__found h6 {
    font-size: 16px;
    color: #b2b2b2;
}

.filter__found h6 span {
    color: #1c1c1c;
    font-weight: 700;
    margin-right: 5px;
}

.filter__option {
    text-align: right;
    margin-bottom: 15px;
}

.filter__option span {
    font-size: 24px;
    color: #b2b2b2;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.filter__option span:last-child {
    margin: 0;
}

.filter__option span:hover {
    color: #d21502;
}

.product__item {
    margin-bottom: 50px;
}

.product__item:hover .product__item__pic .product__item__pic__hover {
    bottom: 20px;
}

.product__item__pic {
    position: relative;
    overflow: hidden;
}

.product__item__pic img {
    height: 150px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
}

.product__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.product__item__pic__hover li:last-child {
    margin-right: 0;
}

.product__item__pic__hover li:hover a {
    background: #d21502;
    border-color: #d21502;
}

.product__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.product__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__item__text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 85px;
}

.product__item__text h6 {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 5px;
    min-height: 38px;
}
.product__item button {
    margin-bottom: 20px;
    background: var(--color-primary-dark);
    color: #fff;
}
.product__item__text h6 a {
    color: #252525;
}

.product__item__text h5 {
    color: var(--color-primary);
    font-weight: 700;
    font-family: icofont;
}

.product__pagination,
.blog__pagination {
    padding-top: 10px;
}

.product__pagination a,
.blog__pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #b2b2b2;
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-right: 16px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__pagination a:hover,
.blog__pagination a:hover {
    background: #d21502;
    border-color: #d21502;
    color: #ffffff;
}

.product__pagination a:last-child,
.blog__pagination a:last-child {
    margin-right: 0;
}

/*---------------------
  Shop Details
-----------------------*/
.breadcrumb-section {
    background: var(--color-primary-bg);
}
.product-details {
    padding-top: 20px;
}

.product__details__pic__item {
    margin-bottom: 20px;
}

.product__details__pic__item img {
    min-width: 100%;
}

.product__details__pic__slider img {
    cursor: pointer;
}

.product__details__pic__slider.owl-carousel .owl-item img {
    width: auto;
}

.product__details__text h1 {
    color: #252525;
    font-weight: 600;
}

.product__details__text .product__details__rating {
    font-size: 14px;
    margin-bottom: 12px;
}

.product__details__text .product__details__rating i {
    margin-right: -2px;
    color: #edbb0e;
}

.product__details__text .product__details__rating span {
    color: #dd2222;
    margin-left: 4px;
}
.product__details__text .product__details__price {
    font-size: 30px;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 15px;
    font-family: icofont;
}

.product__details__text p {
    margin-bottom: 45px;
}

.product__details__text .primary-btn {
    padding: 16px 28px 14px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.product__details__text .heart-icon {
    display: inline-block;
    font-size: 16px;
    color: #6f6f6f;
    padding: 13px 16px 13px;
    background: #f5f5f5;
}

.product__details__text ul {
    border-bottom: 1px solid #ebebeb;
    padding-top: 10px;
}

.product__details__text ul li {
    font-size: 16px;
    color: #1c1c1c;
    list-style: none;
    line-height: 36px;
}

.product__details__text ul li b {
    font-weight: 700;
    width: 170px;
    display: inline-block;
}

.product__details__text ul li span samp {
    color: #dd2222;
}

.product__details__text ul li .share {
    display: inline-block;
}

.product__details__text ul li .share a {
    display: inline-block;
    font-size: 15px;
    color: #1c1c1c;
    margin-right: 25px;
}

.product__details__text ul li .share a:last-child {
    margin-right: 0;
}

.product__details__quantity {
    display: inline-block;
    margin-right: 6px;
}

.pro-qty {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
}

.pro-qty input {
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #6f6f6f;
    width: 50px;
    border: none;
    background: #f5f5f5;
    text-align: center;
}

.pro-qty .qtybtn {
    width: 35px;
    font-size: 16px;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
}

.product__details__tab {
    padding-top: 85px;
}

.product__details__tab .nav-tabs {
    border-bottom: 1px solid oklch(0.707 0.022 261.325);
    justify-content: start;
    position: relative;
}

.product__details__tab .nav-tabs li {
    margin-bottom: 0;
    margin-right: 65px;
}

.product__details__tab .nav-tabs li:last-child {
    margin-right: 0;
}

.product__details__tab .nav-tabs li a {
    font-size: 22px;
    color: oklch(0.278 0.033 256.848);
    font-weight: 500;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}
.product__details__tab .nav-tabs li a.active {
    border-bottom: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 600;
}

.product__details__tab .product__details__tab__desc {
    padding-top: 44px;
}

.product__details__tab .product__details__tab__desc h6 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 26px;
}

.product__details__tab .product__details__tab__desc p {
    color: #1b1b28 !important;
}
.product__details__tab__desc ul {
    list-style: none;
    padding: 0;
    margin: 6px 0;
}
.product__details__tab__desc ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 15px;
    color: #1b1b28 !important;
}

/* Custom bullet */
.product__details__tab__desc ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #111111; /* Black */
    border-radius: 50%;
}

.product__details__tab__desc ol {
    padding: 0;
    margin: 6px 20px;
}
.product__details__tab__desc ol li {
    position: relative;
    padding-left: 6px;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 15px;
    color: #1b1b28 !important;
}

.product__details__tab__desc p {
    color: #1b1b28 !important;
}
/*---------------------
  Shop Details
-----------------------*/

.related-product {
    padding-bottom: 30px;
}

.related__product__title {
    margin-bottom: 70px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shoping-cart {
    padding-top: 80px;
    padding-bottom: 80px;
}

.shoping__cart__table {
    margin-bottom: 30px;
}

.shoping__cart__table table {
    width: 100%;
    text-align: center;
}

.shoping__cart__table table thead tr {
    border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table thead th {
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
    padding-bottom: 20px;
}

.shoping__cart__table table thead th.shoping__product {
    text-align: left;
}

.shoping__cart__table table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
    width: 630px;
    text-align: left;
}

.shoping__cart__table table tbody tr td.shoping__cart__item img {
    display: inline-block;
    margin-right: 25px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item h5 {
    color: #1c1c1c;
    display: inline-block;
}
.shoping__cart__table table tbody tr td.shoping__cart__price {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    width: 100px;
    font-family: icofont;
}
.shoping__cart__table table tbody tr td.shoping__cart__total {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    width: 110px;
    font-family: icofont;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
    text-align: right;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
    font-size: 24px;
    color: #b2b2b2;
    cursor: pointer;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
    width: 225px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
    width: 120px;
    height: 40px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
    color: #1c1c1c;
}

.shoping__cart__table
    table
    tbody
    tr
    td.shoping__cart__quantity
    .pro-qty
    input::placeholder {
    color: #1c1c1c;
}

.shoping__cart__table
    table
    tbody
    tr
    td.shoping__cart__quantity
    .pro-qty
    .qtybtn {
    width: 15px;
}

.primary-btn.cart-btn {
    color: #6f6f6f;
    padding: 14px 30px 12px;
    background: #f5f5f5;
    border: 1px solid var(--color-primary);
}

.primary-btn.cart-btn span {
    font-size: 14px;
}

.primary-btn.cart-btn.cart-btn-right {
    float: right;
}

.shoping__discount {
    margin-top: 45px;
}

.shoping__discount h5 {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 25px;
}

.shoping__discount form input {
    width: 255px;
    height: 46px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #b2b2b2;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}

.shoping__discount form input::placeholder {
    color: #b2b2b2;
}

.shoping__discount form button {
    padding: 15px 30px 11px;
    font-size: 12px;
    letter-spacing: 4px;
    background: #6f6f6f;
}

.shoping__checkout {
    background: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
    margin-top: 50px;
}

.shoping__checkout h5 {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 28px;
}

.shoping__checkout ul {
    margin-bottom: 28px;
}

.shoping__checkout ul li {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 13px;
    margin-bottom: 18px;
}

.shoping__checkout ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.shoping__checkout ul li span {
    font-size: 18px;
    color: var(--color-primary);
    float: right;
    font-family: icofont;
}
.shoping__checkout .primary-btn {
    display: block;
    text-align: center;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
    padding-top: 80px;
    padding-bottom: 60px;
}

.checkout h6 {
    color: #999999;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid var(--color-primary);
    padding: 12px 0 12px;
    margin-bottom: 75px;
}

.checkout h6 span {
    font-size: 16px;
    color: #6ab963;
    margin-right: 5px;
}

.checkout h6 a {
    text-decoration: underline;
    color: #999999;
}

.checkout__form h4 {
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.checkout__form p {
    column-rule: #b2b2b2;
}

.checkout__input {
    margin-bottom: 24px;
}

.checkout__input p {
    color: #666;
    margin-bottom: 8px;
}

.checkout__input p span {
    color: #dd2222;
    margin-left: 6px;
}
.custom-save-btn {
    border-radius: 0.4rem !important;
}

.checkout__input input {
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 16px;
    color: #b2b2b2;
    border-radius: 4px;
}

.checkout__input input.checkout__input__add {
    margin-bottom: 20px;
}

.checkout__input input::placeholder {
    color: #b2b2b2;
}

.checkout__input__checkbox {
    margin-bottom: 10px;
}

.checkout__input__checkbox label {
    position: relative;
    font-size: 16px;
    color: #1c1c1c;
    padding-left: 40px;
    cursor: pointer;
}

.checkout__input__checkbox label input {
    position: absolute;
    visibility: hidden;
}

.checkout__input__checkbox label input:checked ~ .checkmark {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.checkout__input__checkbox label input:checked ~ .checkmark:after {
    opacity: 1;
}

.checkout__input__checkbox label .checkmark {
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    width: 14px;
    border: 1px solid #a6a6a6;
    content: "";
    border-radius: 4px;
}

.checkout__input__checkbox label .checkmark:after {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 8px;
    border: solid white;
    border-width: 3px 3px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
    content: "";
    opacity: 0;
}

.checkout__order {
    background: #f5f5f5;
    padding: 40px;
    padding-top: 30px;
}

.checkout__order h4 {
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.checkout__order .checkout__order__products {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 10px;
}

.checkout__order .checkout__order__products span {
    float: right;
}

.checkout__order ul {
    margin-bottom: 12px;
}

.checkout__order ul li {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 40px;
    list-style: none;
}
.checkout__order ul li span {
    font-weight: 700;
    float: right;
    font-family: icofont;
}

.checkout__order .checkout__order__subtotal {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.checkout__order .checkout__order__subtotal span {
    float: right;
    font-family: icofont;
}

.checkout__order .checkout__input__checkbox label {
    padding-left: 20px;
}

.checkout__order .checkout__order__total {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.checkout__order .checkout__order__total span {
    float: right;
    color: var(--color-primary);
    font-family: icofont;
}

.checkout__order button {
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 10px;
}

/*---------------------
  Footer
-----------------------*/
.bi-cycle {
    position: absolute;
    bottom: 0;
    left: 48%;
    z-index: -1;
    opacity: 0.6;
}
.road {
    position: absolute;
    bottom: 0;
    right: 0;
}
.fo-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}
.fo-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.6;
}
.footer__copyright__text p {
    margin-bottom: 0;
}
.footer {
    background: #1d1d1d;
    padding-top: 70px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    color: #fff !important;
}

.footer__about {
    margin-bottom: 30px;
}

.footer__about ul li {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    list-style: none;
}

.footer__about__logo {
    margin-bottom: 15px;
}

.footer__about__logo a {
    display: inline-block;
}

.footer__widget {
    margin-bottom: 30px;
    overflow: hidden;
}

.footer__widget h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer__widget ul {
    width: 50%;
    float: left;
}

.footer__widget ul li {
    list-style: none;
}

.footer__widget ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.footer__widget p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

.footer__widget form {
    position: relative;
    margin-bottom: 30px;
}

.footer__widget form input {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    color: #1c1c1c;
    height: 46px;
    border: 1px solid #ededed;
}

.footer__widget form input::placeholder {
    color: #fff;
}
.footer__widget form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 26px;
    height: 100%;
    background: var(--color-secondary);
}
.footer__widget .footer__widget__social a {
    display: inline-block;
    height: 35px;
    width: 35px;
    font-size: 18px;
    color: #404040;
    border: 1px solid #ededed;
    border-radius: 10px;
    line-height: 38px;
    text-align: center;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 10px;
}

.footer__widget .footer__widget__social a:last-child {
    margin-right: 0;
}

.footer__widget .footer__widget__social a:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: #ffffff;
}

.footer__copyright {
    padding: 10px 0;
    margin-top: 20px;
    background: #000;
    text-align: center;
}

.footer__copyright__text {
    font-size: 14px;
    color: #fdc100;
    line-height: 25px;
}
.footer__copyright__text p {
    color: #042e1e;
}

.footer__copyright__payment {
    float: right;
}

/*---------------------
  Contact
-----------------------*/

.contact {
    padding-top: 80px;
    padding-bottom: 50px;
}

.contact__widget {
    margin-bottom: 30px;
}

.contact__widget span {
    font-size: 36px;
    color: #d21502;
}

.contact__widget h4 {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 18px;
}

.contact__widget p {
    color: #666666;
    margin-bottom: 0;
}

/*---------------------
  Map
-----------------------*/

.map {
    height: 500px;
    position: relative;
}

.map iframe {
    width: 100%;
}

.map .map-inside {
    position: absolute;
    left: 50%;
    top: 160px;
    -webkit-transform: translateX(-175px);
    -ms-transform: translateX(-175px);
    transform: translateX(-175px);
}

.map .map-inside i {
    font-size: 48px;
    color: #d21502;
    position: absolute;
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
}

.map .map-inside .inside-widget {
    width: 350px;
    background: #ffffff;
    text-align: center;
    padding: 23px 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
    box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}

.map .map-inside .inside-widget:after {
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
    border: 12px solid transparent;
    border-top: 30px solid #ffffff;
    content: "";
    z-index: -1;
}

.map .map-inside .inside-widget h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 4px;
}

.map .map-inside .inside-widget ul li {
    list-style: none;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

/*---------------------
  Contact Form
-----------------------*/

.contact__form__title {
    margin-bottom: 50px;
    text-align: center;
}

.contact__form__title h2 {
    color: #1c1c1c;
    font-weight: 700;
}

.contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-form form input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.contact-form form input::placeholder {
    color: #6f6f6f;
}

.contact-form form textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-top: 12px;
    resize: none;
}

.contact-form form textarea::placeholder {
    color: #6f6f6f;
}

.contact-form form button {
    font-size: 18px;
    letter-spacing: 2px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__menu ul li {
        margin-right: 45px;
    }
    .hero__search__form {
        width: 490px;
    }
    .hero__categories__all {
        padding: 10px 25px 10px 20px;
    }
    .hero__categories ul {
        padding-left: 20px;
    }
    .latest-product__slider.owl-carousel .owl-nav {
        right: 0;
    }
    .product__details__tab .nav-tabs:before {
        width: 265px;
    }
    .product__details__tab .nav-tabs:after {
        width: 265px;
    }
    .shoping__discount form input {
        width: 240px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        background: var(--color-primary-bg) !important;
        padding: 20px 0px;
    }
    .logo-section {
        height: auto !important;
    }
    .hero__categories {
        margin-bottom: 30px;
    }
    .hero__search__form {
        width: 100%;
    }
    .categories__slider.owl-carousel .owl-nav button {
        left: -20px;
    }
    .categories__slider.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .filter__sort .nice-select {
        padding-left: 5px;
        padding-right: 28px;
    }
    .product__details__quantity {
        margin-bottom: 10px;
    }

    .product__details__text .primary-btn {
        margin-bottom: 10px;
    }
    .product__details__tab .nav-tabs:before {
        width: 150px;
    }
    .product__details__tab .nav-tabs:after {
        width: 150px;
    }
    .blog__details__author {
        overflow: hidden;
        margin-bottom: 25px;
    }
    .humberger__open {
        display: block;
        font-size: 22px;
        color: #1c1c1c;
        height: 35px;
        width: 35px;
        line-height: 33px;
        text-align: center;
        border: 1px solid #1c1c1c;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 60px;
    }
    .header .container {
        position: relative;
    }
    .humberger__menu__wrapper {
        width: 300px;
        background: #ffffff;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 99;
        padding: 30px;
        padding-top: 50px;
        opacity: 0;
        display: block;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }
    .humberger__menu__wrapper.show__humberger__menu__wrapper {
        opacity: 1;
        left: 0;
    }
    .humberger__menu__logo {
        margin-bottom: 30px;
    }
    .humberger__menu__logo a {
        display: inline-block;
    }
    .humberger__menu__contact {
        padding: 10px 0 13px;
    }
    .humberger__menu__contact ul li {
        font-size: 14px;
        color: #1c1c1c;
        position: relative;
        line-height: 30px;
        list-style: none;
    }
    .humberger__menu__contact ul li i {
        color: #252525;
        margin-right: 5px;
    }
    .humberger__menu__cart ul {
        display: inline-block;
        margin-right: 25px;
    }
    .humberger__menu__cart ul li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }
    .humberger__menu__cart ul li:last-child {
        margin-right: 0;
    }
    .humberger__menu__cart ul li a {
        position: relative;
    }
    .humberger__menu__cart ul li a i {
        font-size: 18px;
        color: #1c1c1c;
    }
    .humberger__menu__cart ul li a span {
        height: 13px;
        width: 13px;
        background: #d21502;
        font-size: 10px;
        color: #ffffff;
        line-height: 13px;
        text-align: center;
        font-weight: 700;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: -12px;
    }
    .humberger__menu__cart .header__cart__price {
        font-size: 14px;
        color: #6f6f6f;
        display: inline-block;
    }
    .humberger__menu__cart .header__cart__price span {
        color: #252525;
        font-weight: 700;
    }
    .humberger__menu__cart {
        margin-bottom: 25px;
    }
    .humberger__menu__widget {
        margin-bottom: 20px;
    }
    .humberger__menu__widget .header__top__right__language {
        margin-right: 20px;
    }
    .humberger__menu__nav {
        display: none;
    }
    .humberger__menu__wrapper .header__top__right__social {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .humberger__menu__wrapper .slicknav_btn {
        display: none;
    }
    .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }
    .humberger__menu__wrapper .slicknav_nav {
        display: block !important;
    }
    .humberger__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }
    .humberger__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }
    .humberger__menu__wrapper .slicknav_nav a {
        color: #1c1c1c;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .humberger__menu__wrapper .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #d21502;
    }
    .humberger__menu__wrapper .slicknav_nav .slicknav_row,
    .humberger__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }
    .humberger__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }
    .humberger__menu__overlay.active {
        visibility: visible;
    }
    .header__top {
        display: none;
    }
    .header__menu {
        display: none;
    }
    .header__cart {
        text-align: center;
        padding: 0px 0 0px;
    }
    .over_hid {
        overflow: hidden;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .header {
        background: var(--color-primary-bg) !important;
        padding: 5px 0px;
    }
    .logo-section {
        height: 60px;
    }
    .hero__categories {
        margin-bottom: 30px;
    }
    .hero__search {
        margin-bottom: 30px;
    }
    .hero__search__form {
        width: 100%;
    }
    .hero__search__form form input {
        width: 100%;
    }
    .hero__search__form form .hero__search__categories {
        display: none;
    }
    .hero__search__phone {
        float: left;
        margin-top: 30px;
    }
    .categories__slider.owl-carousel .owl-nav {
        text-align: center;
        margin-top: 40px;
    }
    .categories__slider.owl-carousel .owl-nav button {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateY(0);
    }
    .categories__slider.owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }
    .footer__copyright {
        text-align: center;
    }
    .footer__copyright__text {
        float: none;
        margin-bottom: 25px;
    }
    .footer__copyright__payment {
        float: none;
    }
    .filter__item {
        text-align: center;
    }
    .filter__option {
        text-align: center;
    }
    .product__details__pic {
        margin-bottom: 40px;
    }
    .product__details__tab .nav-tabs:before {
        display: none;
    }
    .product__details__tab .nav-tabs:after {
        display: none;
    }
    .shoping__cart__table {
        overflow-y: auto;
    }
    .shoping__discount form input {
        margin-bottom: 15px;
    }
    .blog__details__author {
        overflow: hidden;
        margin-bottom: 25px;
    }
    .humberger__open {
        display: block;
        font-size: 22px;
        color: #1c1c1c;
        height: 35px;
        width: 35px;
        line-height: 33px;
        text-align: center;
        /*border: 1px solid #1c1c1c;*/
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .header .container {
        position: relative;
    }
    .humberger__menu__wrapper {
        width: 300px;
        background: #ffffff;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 99;
        padding: 30px;
        padding-top: 50px;
        opacity: 0;
        display: block;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }
    .humberger__menu__wrapper.show__humberger__menu__wrapper {
        opacity: 1;
        left: 0;
    }
    .humberger__menu__logo {
        margin-bottom: 30px;
    }
    .humberger__menu__logo a {
        display: inline-block;
    }
    .humberger__menu__contact {
        padding: 10px 0 13px;
    }
    .humberger__menu__contact ul li {
        font-size: 14px;
        color: #1c1c1c;
        position: relative;
        line-height: 30px;
        list-style: none;
    }
    .humberger__menu__contact ul li i {
        color: #252525;
        margin-right: 5px;
    }
    .humberger__menu__cart ul {
        display: inline-block;
        margin-right: 25px;
    }
    .humberger__menu__cart ul li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }
    .humberger__menu__cart ul li:last-child {
        margin-right: 0;
    }
    .humberger__menu__cart ul li a {
        position: relative;
    }
    .humberger__menu__cart ul li a i {
        font-size: 18px;
        color: #1c1c1c;
    }
    .humberger__menu__cart ul li a span {
        height: 13px;
        width: 13px;
        background: #d21502;
        font-size: 10px;
        color: #ffffff;
        line-height: 13px;
        text-align: center;
        font-weight: 700;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: -12px;
    }
    .humberger__menu__cart .header__cart__price {
        font-size: 14px;
        color: #6f6f6f;
        display: inline-block;
    }
    .humberger__menu__cart .header__cart__price span {
        color: #252525;
        font-weight: 700;
    }
    .humberger__menu__cart {
        margin-bottom: 25px;
    }
    .humberger__menu__widget {
        margin-bottom: 20px;
    }
    .humberger__menu__widget .header__top__right__language {
        margin-right: 20px;
    }
    .humberger__menu__nav {
        display: none;
    }
    .humberger__menu__wrapper .header__top__right__social {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .humberger__menu__wrapper .slicknav_btn {
        display: none;
    }
    .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }
    .humberger__menu__wrapper .slicknav_nav {
        display: block !important;
    }
    .humberger__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }
    .humberger__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }
    .humberger__menu__wrapper .slicknav_nav a {
        color: #1c1c1c;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .humberger__menu__wrapper .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #d21502;
    }
    .humberger__menu__wrapper .slicknav_nav .slicknav_row,
    .humberger__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }
    .humberger__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }
    .humberger__menu__overlay.active {
        visibility: visible;
    }
    .header__top {
        display: none;
    }
    .header__menu {
        display: none;
    }
    .header__cart {
        text-align: center;
        padding: 10px 0 24px;
    }
    .over_hid {
        overflow: hidden;
    }
    .product__details__text {
        padding: 4px 14px !important;
    }
    .product__details__tab .tab-content {
        padding: 10px 20px;
    }
}

/* Small Device = 320px */
@media only screen and (max-width: 575px) {
    /*.humberger__open {
        top: 0;
    }*/
    .header__logo img {
        margin-bottom: 11px;
    }
    .product__details__text {
        padding: 4px 14px !important;
    }
    .product__details__tab .tab-content {
        padding: 10px 20px;
    }
}
.header__logo {
    line-height: 67px;
}
@media only screen and (max-width: 479px) {
    .hero__search__form form .hero__search__categories {
        display: none;
    }
    .product__details__text ul li b {
        width: 100px;
    }
    .product__details__tab .nav-tabs li {
        margin-right: 20px;
    }
    .shoping__cart__btns {
        text-align: center;
    }
    .primary-btn.cart-btn.cart-btn-right {
        float: none;
        margin-top: 10px;
    }
    .shoping__checkout .primary-btn {
        display: block;
        text-align: center;
        padding: 10px 15px 10px;
    }
    .map .map-inside {
        -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
        transform: translateX(-125px);
    }
    .map .map-inside .inside-widget {
        width: 250px;
    }
    .product__details__tab .nav-tabs li {
        margin-right: 15px;
    }
    .shoping__discount form input {
        width: 100%;
    }
    .checkout__order {
        padding: 20px;
    }
    .blog__details__hero__text h2 {
        font-size: 24px;
    }
    .product__details__text {
        padding: 4px 14px !important;
    }
    .product__details__tab .tab-content {
        padding: 10px 20px;
    }
}
/*============category Display=============*/
.concern-category-card {
    border-radius: 8px !important;
}
.concern-category-card img {
    height: 130px !important;
    object-fit: cover;
}
@media (max-width: 576px) {
    .concern-category-card img {
        height: 70px !important;
        object-fit: cover;
    }
    .category-card-title.mb-0 {
        font-size: 10px;
    }
}
@media (max-width: 768px) {
    .concern-category-card img {
        height: 80px !important;
        object-fit: cover;
    }
    .concern-category-card {
        height: 126px;
    }
    .category-card-title.mb-0 {
        font-size: 12px;
    }
    .concern-category-card .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }
}

.cat-title {
    font-size: 15px;
    font-weight: 700;
    color: #757575;
    text-align: center;
    padding-top: 10px;
}
.cat-card {
    padding: 15px 0;
}
.cat-card img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}
/*============category Display=============*/
/*============Banner=============*/
.hero__categories {
    background: #fff;
}
/*.header__logo {
	text-align: center;
}*/

.header {
    background: var(--color-secondary);
}
/*============Banner=============*/
/*============Search Section=============*/
.search-section {
    background: #f7f7f7;
    padding: 22px 0px;
}
.header__top__right__auth a span {
    height: 13px;
    width: 13px;
    background: #d21502;
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
}
.header__top__right__auth {
    position: relative;
}
.header__cart {
    line-height: 66px;
    float: right;
}
/*============Search Section=============*/
/*============feature Section=============*/
span.new {
    position: absolute;
    background: var(--color-primary-dark);
    color: #fff;
    font-size: 14px;
    left: 0;
    top: 0;
    cursor: pointer;
    padding: 8px 0 0 7px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 7px;
    width: 65px;
    height: 37px;
    display: inline-block;
    font-weight: 700;
    z-index: 1;
}
.view-all {
    float: right;
    color: var(--color-primary);
    border: 1px solid #ddd;
    padding: 2px 18px;
    position: absolute;
    top: 6px;
    right: 12px;
    background: #fff;
    border-radius: 3px;
}
.section-title i {
    color: #84c748;
    font-size: 48px;
}
.owl-nav {
    position: absolute;
    bottom: 42px;
    right: 23px;
    color: #fff;
    background: var(--color-primary-dark);
    font-size: 23px;
}
.logo-section {
    background: var(--color-primary-bg);
    height: 90px;
}
/*============Search Section=============*/
/*============product details page=============*/
/*.img-wrap {
	width: 280px;
	margin: 0 auto;
}*/

.img-cont {
    text-align: center;
    margin: 0.5rem 0 0;
}
.img-cont img {
    display: inline-block;
    border: 1px solid #e4e4e4;
}
/*
.img-cont a.active img {
	border: 2px solid #333;
}
*/

/*============product details page=============*/
/*test*/

/* line 27, bootstrap-select.scss */
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

/* line 32, bootstrap-select.scss */
.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}
/* line 37, bootstrap-select.scss */
.bootstrap-select.btn-group > .dropdown-toggle {
    height: 100%;
}
/* line 43, bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
/* line 48, bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}
/* line 56, bootstrap-select.scss */
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
/* line 67, bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}
/* line 77, bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
/* line 82, bootstrap-select.scss */
.bootstrap-select.fit-width {
    width: auto !important;
}
/* line 86, bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 220px;
}
/* line 90, bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

/* line 97, bootstrap-select.scss */
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
/* line 102, bootstrap-select.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
/* line 106, bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
/* line 110, bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(
        :last-child
    )
    > .btn {
    border-radius: 0;
}

/* line 119, bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
/* line 130, bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
/* line 135, bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}
/* line 141, bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
/* line 145, bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
/* line 155, bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
/* line 159, bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
/* line 163, bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}
/* line 168, bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}
/* line 173, bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}
/* line 180, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
/* line 187, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
/* line 196, bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
/* line 201, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 205, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
/* line 216, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
    position: relative;
    cursor: pointer;
    user-select: none;
}
/* line 221, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
    color: #fff;
}
/* line 225, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
    cursor: not-allowed;
}
/* line 229, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
    display: none;
}
/* line 233, bootstrap-select.scss */
.bootstrap-select.btn-group
    .dropdown-menu
    a.dropdown-item
    span.dropdown-item-inner {
    display: block;
}
/* line 236, bootstrap-select.scss */
.bootstrap-select.btn-group
    .dropdown-menu
    a.dropdown-item
    span.dropdown-item-inner.opt {
    position: relative;
    padding-left: 2.25em;
}
/* line 241, bootstrap-select.scss */
.bootstrap-select.btn-group
    .dropdown-menu
    a.dropdown-item
    span.dropdown-item-inner
    span.check-mark {
    display: none;
}
/* line 245, bootstrap-select.scss */
.bootstrap-select.btn-group
    .dropdown-menu
    a.dropdown-item
    span.dropdown-item-inner
    span.text {
    display: inline-block;
}
/* line 250, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
    padding-left: 0.5em;
}
/* line 257, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
    display: none;
}
/* line 261, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
    display: inline-block;
}
/* line 266, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 282, bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
/* line 290, bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
/* line 294, bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
/* line 302, bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick
    .dropdown-menu
    a.selected
    span.dropdown-item-inner
    span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
/* line 309, bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
    margin-right: 34px;
}

/* line 316, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}
/* line 321, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
/* line 332, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
/* line 345, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
/* line 352, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}
/* line 361, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
/* line 366, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
/* line 373, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

/* line 380, bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

/* line 386, bootstrap-select.scss */
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 390, bootstrap-select.scss */
.bs-actionsbox .btn-group button {
    width: 50%;
}

/* line 395, bootstrap-select.scss */
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 400, bootstrap-select.scss */
.bs-donebutton .btn-group button {
    width: 100%;
}

/* line 406, bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
/* line 410, bootstrap-select.scss */
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/* line 417, bootstrap-select.scss */
.input-group .bs-searchbox .form-control {
    width: 100%;
}

/*brand scrollable*/
.header__menu__dropdown {
    height: auto;
    max-height: 435px;
    overflow-x: hidden;
}
/*home category scrollable*/
.home_category {
    height: auto;
    max-height: 372px;
    overflow-x: hidden;
    background: #f3f6fa;
}

/*top button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: var(--color-primary-dark);
    color: white;
    cursor: pointer;
    padding: 10px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    transition: all 5s ease 3s;
}

/*============Product Category test=============*/
.content {
    width: 260px;
    margin: 100px auto;
}
.colors {
    width: 260px;
    float: left;
    margin: 20px auto;
}
.colors a {
    width: 43.3px;
    height: 30px;
    float: left;
}
.jquery-accordion-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.jquery-accordion-menu ul li {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.jquery-accordion-menu ul li a {
    width: 100%;
    padding: 3px 20px;
    text-decoration: none;
    color: #1c1c1c;
    font-size: 15px;
    background: var(--color-primary-bg);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -o-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    border-bottom: 1px solid var(--color-primary) 38;
}

/*scrollbar design*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--color-primary);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(184, 15, 10, 0.4);
}
/*scrollbar design*/
.jquery-accordion-menu .submenu-indicator {
    float: right;
    right: 22px;
    position: absolute;
    line-height: 26px;
    font-size: 17px;
    -o-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    color: var(--color-primary);
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator {
    line-height: 16px;
}
.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*.jquery-accordion-menu ul ul.submenu,.jquery-accordion-menu ul ul.submenu li ul.submenu{*/
/*	width:100%;*/
/*	display:none;*/
/*	position:static*/
/*}*/
.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
    display: none;
    position: absolute;
    left: 100%;
    z-index: 22;
    top: 0;
}
.jquery-accordion-menu ul ul.submenu li {
    clear: both;
    width: 100%;
}
.jquery-accordion-menu ul ul.submenu li a {
    width: 100%;
    float: left;
    font-size: 14px;
    background: var(--color-primary-bg);
    border-top: none;
    position: relative;
    border-left: solid 6px transparent;
    -o-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
    transition: border 0.2s linear;
}
.jquery-accordion-menu ul ul.submenu li:hover > a {
    border-left-color: var(--color-primary);
}
.jquery-accordion-menu ul ul.submenu > li > a {
    padding-left: 30px;
}
.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
    padding-left: 45px;
}
.jquery-accordion-menu
    ul
    ul.submenu
    > li
    > ul.submenu
    > li
    > ul.submenu
    > li
    > a {
    padding-left: 60px;
}
.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 11px;
    font-weight: 800;
    color: #555;
    text-align: center;
    line-height: 18px;
    background: #f0f0f0;
    border-radius: 100%;
}
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
    top: 12px;
}
.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.animate-ink {
    -webkit-animation: ripple 0.5s linear;
    -moz-animation: ripple 0.5s linear;
    -ms-animation: ripple 0.5s linear;
    -o-animation: ripple 0.5s linear;
    animation: ripple 0.5s linear;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
.blue.jquery-accordion-menu > ul > li.active > a,
.blue.jquery-accordion-menu > ul > li:hover > a {
    background: #3e82da;
}
.blue.jquery-accordion-menu > ul > li > a {
    border-bottom-color: #3e82da;
}
.blue.jquery-accordion-menu ul ul.submenu li:hover > a {
    border-left-color: #3e82da;
}
.green.jquery-accordion-menu > ul > li.active > a,
.green.jquery-accordion-menu > ul > li:hover > a {
    background: #d21502;
}
.green.jquery-accordion-menu > ul > li > a {
    border-bottom-color: #d21502;
}
.green.jquery-accordion-menu ul ul.submenu li:hover > a {
    border-left-color: #d21502;
}
.red.jquery-accordion-menu > ul > li.active > a,
.red.jquery-accordion-menu > ul > li:hover > a {
    background: #da4453;
}
.red.jquery-accordion-menu > ul > li > a {
    border-bottom-color: #da4453;
}
.red.jquery-accordion-menu ul ul.submenu li:hover > a {
    border-left-color: #da4453;
}
.white.jquery-accordion-menu > ul > li.active > a,
.white.jquery-accordion-menu > ul > li:hover > a {
    background: #f0f0f0;
}
.white.jquery-accordion-menu > ul > li > a {
    border-bottom-color: #f0f0f0;
}
.white.jquery-accordion-menu ul ul.submenu li:hover > a {
    border-left-color: #f0f0f0;
}
.white.jquery-accordion-menu ul ul.submenu li a {
    color: #f0f0f0;
}
.white.jquery-accordion-menu > ul > li > a > .ink {
    background: rgba(0, 0, 0, 0.1);
}
.black.jquery-accordion-menu > ul > li.active > a,
.black.jquery-accordion-menu > ul > li:hover > a {
    background: #222;
}
.black.jquery-accordion-menu > ul > li > a {
    border-bottom-color: #222;
}
.black.jquery-accordion-menu ul ul.submenu li:hover > a {
    border-left-color: #222;
}
.featured__item.tin-card button {
    margin-bottom: 20px;
    background: var(--color-primary-dark);
    color: #fff;
}
/*============Product Category test=============*/
/*feature cat section*/
.nil {
    width: 175px;
    margin: 9px;
}
.featured__filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
/*feature cat section*/
/*top bar section*/
/*.fa-facebook {*/
/*	color: #3b5998;*/
/*}*/
/*.fa-twitter {*/
/*	color: #00aced;*/
/*}*/
/*.fa-linkedin {*/
/*	color: #3a81a9;*/
/*}*/
/*.fa-youtube-play{*/
/*	color:#bb0000;*/
/*}*/
/*top bar section*/
td.action-custom {
    display: flex;
}
td.action-custom a {
    margin: 5px;
}
@media screen and (max-width: 1080px) {
    .bi-cycle {
        width: 21%;
        left: 39%;
    }
    .fo-right {
        width: 50%;
    }
    .fo-left {
        width: 32%;
    }
}
/*=====butoon===*/
.ani-btn {
    z-index: 1;
    /* color: #e72626;*/
    color: #000;
    position: relative;
    transition: all 0.2s ease;
}
.ani-btn:hover {
    color: white;
}
.ani-btn:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    background: #000;
}
.ani-btn:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50;
    width: 50px;
    z-index: -1;
    content: "";
    margin: auto;
    border-radius: 100px;
    position: absolute;
    background: transparent;
    transition: all 0.2s ease;
}
/*=====butoon===*/
#myBtn {
    border: 1px solid white;
}

.owl-nav {
    background: var(--color-secondary);
}

/*= start of animation for search placeholder =*/
#search:focus::-webkit-input-placeholder {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
}
#search:focus::-webkit-input-placeholder:-moz-placeholder {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
}
#search:focus::-webkit-input-placeholder::-moz-placeholder {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
}
#search:focus::-webkit-input-placeholder:-ms-input-placeholder {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
}
#search:focus::-webkit-input-placeholder::-ms-input-placeholder {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
}

#search::-webkit-input-placeholder {
    color: rgba(16, 14, 8, 0.47);
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
#search:-moz-placeholder {
    color: rgba(16, 14, 8, 0.47);
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform-origin: 0 50%;
}
#search::-moz-placeholder {
    color: rgba(16, 14, 8, 0.47);
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform-origin: 0 50%;
}
#search:-ms-input-placeholder {
    color: rgba(16, 14, 8, 0.47);
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform-origin: 0 50%;
}
#search::-ms-input-placeholder {
    color: rgba(16, 14, 8, 0.47);
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform-origin: 0 50%;
}

/*= end of animation for search placeholder =*/

#cartBtn {
    position: fixed;
    right: 30px;
    z-index: 110;
    border: 1px solid #e2e2e2;
    outline: none;
    color: var(--color-primary);
    background-color: #f3f4f6;
    cursor: pointer;
    padding: 5px;
    top: calc(100px + 30%);
    box-shadow: 0 0 2px 1px #adadad;
    transition: 0.1s ease-in-out;
}

/*--- responsive css for cart icon ---*/
@media only screen and (max-width: 767px) {
    .header__top {
        display: none !important;
    }
    #stickynav {
        padding: 5px 0px;
        padding-top: 10px;
    }

    .mv-none {
        display: none !important;
    }
}

@media screen and (min-width: 767px) {
    #m_cart {
        display: none;
    }

    .dv-none {
        display: none !important;
    }
}
/*--- responsive css for cart icon ---*/

#favncart > div > ul > li > sub {
    bottom: -0.6em;
    left: -0.4em;
    font-size: 80%;
    color: var(--color-primary-dark);
}

/*qtform button*/
.qtform {
    font-size: 14px;
    padding: 15px 25px 13px;
    text-transform: uppercase;
    border-radius: unset;
    border-color: #e0dada;
    font-weight: 700;
    letter-spacing: 2px;
    background: #f5f5f5;
}

#header__logo {
    margin-top: 0px;
    max-height: 70px;
    max-width: 210px;
}

.dtl_cart_btn:hover {
    transition: 0.3s;
    background: #000;
}
/*=======test=======*/
/*=======test=======*/
/*coundown*/
.flash-sale {
    display: flex;
}
.flash-sale td {
    margin: 0 5px;
}
.colorDefinition {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
    border: 0;
}
.size_lg {
    font-size: 27px;
    border-width: 7px;
    border-radius: 0;
    padding: 0 18px;
}
.flash-sale span {
    line-height: 39px;
    margin-right: 30px;
}
.on-sale {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 18px;
}
.end-in {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 18px;
}
/*coundown*/

.text-custom {
    color: var(--color-primary) !important;
    font-weight: 600;
}

.btn-custom {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.bg-custom {
    background-color: var(--color-primary) !important;
}

@media screen and (max-width: 767px) {
    #home_cat {
        display: none;
    }
    .header__cart__price {
        display: none !important;
    }
    .cart__price {
        display: none !important;
    }
    .nav_hide {
        display: none !important;
    }
    .header__cart {
        line-height: unset !important;
    }

    .cat {
        display: none !important;
    }
}

/*front pagination custom color*/
.pagination .page-item .page-link {
    display: inline-block;
    border: 1px solid #b2b2b2;
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 700;
    text-align: center;
    margin-right: 16px;
    transition: all, 0.3s;
}
.pagination .page-item .page-link:hover {
    color: #fff;
    background-color: var(--color-primary);
}
.page-item.active .page-link {
    color: #fff;
    background-color: var(--color-primary);
}
/*End of pagination custom color*/

/*checkout page custom color*/
.shipping-address-box.active {
    border-color: var(--color-primary);
}
/*End of checkout page custom color*/

/*payment/track page css*/
.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.track .step.active:before {
    background: var(--color-primary);
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.track .step.active .icon {
    background: var(--color-primary);
    color: #fff;
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}

.track .step.active .text {
    font-weight: 400;
    color: #000;
}

.track .text {
    display: block;
    margin-top: 7px;
}
/*payment/track page css*/

/*flash sale css*/
.flash_sale {
    border: 1px solid var(--color-primary);
    border-radius: 25px;
    padding-left: unset;
}
.flash_text {
    color: white;
    border-radius: 25px 0px 0px 25px;
}
/*end flash sale css*/

/*  New design 2.0 */
/*--------------------------------------------------------------
# hero-service
--------------------------------------------------------------*/
.hero-service {
    background-color: var(--color-primary);
    padding: 2.8rem;
    border-radius: 4px;
    margin-bottom: 10px;
}
.hero-service .service-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    gap: 2rem;
}
.hero-service .service-wrapper .service-info {
    color: #ffffff;
    margin-bottom: 0;
}
.hero-service .service-wrapper .service-title {
    font-size: 18px;
    font-weight: 600;
}
.hero-service .service-wrapper .service-details {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*  New design 2.0 */
/*--------------------------------------------------------------
# Featured Categories
--------------------------------------------------------------*/

.rts-section-gap {
    padding: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap {
        padding: 60px 0;
    }
}

.cover-card-main-over-white {
    background: #fff;
    padding-bottom: 60px;
    padding: 30px 0;
    padding-top: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}
.cover-card-main-over-white .title-area-between {
    padding: 0 30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    padding-top: 0;
}
.title-area-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
    .cover-card-main-over-white .title-area-between {
        padding: 0 10px;
        padding-bottom: 20px;
    }
}
.title-left {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.cover-card-main-over-white .rts-caregory-area-one {
    padding: 0 20px;
}
.category-area-main-wrapper-one {
    border-radius: 6px;
    overflow: hidden;
}
.mySwiper-category-1 {
    position: relative;
    z-index: 1;
}
.single-category-one {
    padding: 25px 20px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    height: 161px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.3s;
    cursor: pointer;
}
.single-category-one.height-230 {
    height: 220px;
    padding: 10px;
    background: #f3f4f6;
    margin-top: 20px;
}

.single-category-one.height-230 .thumbnail {
    height: 140px;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.single-category-one.height-230 .thumbnail img {
    transform: scale(1.2);
    margin-bottom: 30px;
    transition: 0.3s;
}
.single-category-one.height-230 .thumbnail:hover img {
    transform: scale(1.3);
}
.single-category-one.height-230 .inner-content-category {
    text-align: center;
    margin-top: 15px;
}
.single-category-one img {
    max-width: 70px;
    max-height: 94px;
    margin: auto;
    margin-bottom: 18px;
    min-height: 60px;
    text-align: center;
    display: flex;
}
.single-category-one p {
    font-weight: 700;
    color: #757575;
    font-size: 15px;
    margin-bottom: 1px;
    text-align: center;
}
.single-category-one span {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 14px;
}
.single-category-one:hover {
    border: 1px solid var(--color-primary);
}
.custom-row {
    margin-left: -5px;
    margin-right: -5px;
}
.custom-col {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 0.8rem;
}
/*  New design 2.0 */
/*--------------------------------------------------------------
# Featured Product
--------------------------------------------------------------*/
.rts-section-gapBottom {
    padding-bottom: 8px;
}
.view-button {
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 100px;
    padding: 6px 27px;
    font-weight: 600;
    border: none;
}
.view-button a {
    color: #fff;
}
.single-shopping-card-one {
    padding: 0px;
    background: #f5f6f7;
    border-radius: 6px;
    margin-top: 20px;
}
.Featured-height {
    height: 100%;
}
.single-shopping-card-one .image-and-action-area-wrapper {
    position: relative;
}
.single-shopping-card-one .image-and-action-area-wrapper .action-share-option {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotateX(-90deg);
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    border-radius: 10px 10px 0 0;
    background: var(--color-primary);
    padding: 10px 29px;
    transform-origin: bottom;
    transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}
.single-shopping-card-one
    .image-and-action-area-wrapper
    .action-share-option
    .single-action {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px dashed rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}

.single-shopping-card-one
    .image-and-action-area-wrapper
    .action-share-option
    .single-action
    i {
    color: #fff;
    transition: all 0.3s;
}

.single-shopping-card-one
    .image-and-action-area-wrapper
    .action-share-option
    .single-action:hover {
    background: #fff;
}

.single-shopping-card-one
    .image-and-action-area-wrapper
    .action-share-option
    .single-action:hover
    i {
    color: var(--color-primary);
    animation: 0.5s mymove;
}
.single-shopping-card-one .thumbnail-preview {
    overflow: hidden;
    display: block;
    position: relative;
}
.single-shopping-card-one .thumbnail-preview .badge {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 54px;
    height: 1.75rem;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.single-shopping-card-one .thumbnail-preview img {
    width: 100%;
    transition: 0.3s;
    transform: scale(1.01);
}
.single-shopping-card-one .thumbnail-preview .action-share-option {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotateX(-90deg);
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    border-radius: 10px 10px 0 0;
    background: var(--color-primary);
    padding: 10px 29px;
    transform-origin: bottom;
    transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}
.single-shopping-card-one
    .thumbnail-preview
    .action-share-option
    .single-action {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px dashed rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}
.single-shopping-card-one
    .thumbnail-preview
    .action-share-option
    .single-action
    i {
    color: #fff;
    transition: all 0.3s;
}

.single-shopping-card-one
    .thumbnail-preview
    .action-share-option
    .single-action:hover {
    background: #fff;
}

.single-shopping-card-one
    .thumbnail-preview
    .action-share-option
    .single-action:hover
    i {
    color: var(--color-primary);
    animation: 0.5s mymove;
}
.single-shopping-card-one .body-content {
    padding: 6px;
    padding-top: 15px;
}
.single-shopping-card-one .body-content a .title {
    transition: 0.3s;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.single-shopping-card-one .body-content a:hover .title {
    color: var(--color-primary);
}
.single-shopping-card-one .body-content .availability {
    font-size: 14px;
    font-weight: 400;
}
.single-shopping-card-one .body-content .price-area {
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: space-between;
}
.single-shopping-card-one .body-content .price-area .current {
    font-weight: 700;
    color: #dc2626;
    font-size: 20px;
    margin-bottom: 0;
}

.single-shopping-card-one .body-content .price-area .previous {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #74787c;
    position: relative;
}

.single-shopping-card-one .body-content .price-area .previous::after {
    position: absolute;
    overflow: auto;
    left: -5%;
    top: 50%;
    content: "";
    height: 1px;
    width: 110%;
    background: #74787c;
}
.single-shopping-card-one .cart-counter-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn {
    background: var(--color-primary);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 6px;
    gap: 10px;
}
.single-shopping-card-one .cart-counter-action .rts-btn i {
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn:hover {
    background: #2c3c28;
    color: #fff;
    border: 1px solid #2c3c28;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn .btn-text {
    color: #fff;
}

.single-shopping-card-one .cart-counter-action .rts-btn {
    font-size: 14px;
    padding: 8px 16px !important;
}

.single-shopping-card-one.deals-of-day
    .cart-counter-action
    .rts-btn
    .arrow-icon
    i {
    color: #fff;
    font-size: 17px;
}
.single-shopping-card-one:hover .thumbnail-preview img {
    transform: scale(1.1);
}
.single-shopping-card-one:hover .action-share-option {
    bottom: 0;
    transform: translateX(-50%) rotateX(0deg);
}
.single-shopping-card-one.deals-of-day {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    position: relative;
}
.Featured-cards {
    padding: 0px 20px 0px 20px;
}

/* New design 2.0 */
/*--------------------------------------------------------------
# footer section
--------------------------------------------------------------*/
.whatsapp {
    position: fixed;
    display: block;
    z-index: 1100;
}

.whatsapp img {
    position: fixed;
    width: 50px;
    height: auto;
    bottom: 80px;
    left: 30px;
}
/*  New design 2.0 */
/*--------------------------------------------------------------
# user account section
--------------------------------------------------------------*/
.user-overview .icon-box {
    padding: 3rem 2rem;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: all 0.4s;
}
.user-overview .icon-box-icon {
    margin-bottom: 1.9rem;
}
.user-overview .icon-box-icon img {
    transition: transform 0.4s;
}
.user-overview .icon-box p {
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    font-weight: 700;
}
.user-overview .icon-box:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.user-overview .icon-box:hover p {
    color: var(--color-primary);
}
.user-overview .icon-box:hover .icon-box-icon img {
    transform: scale(1.1);
}
.user-side-dashboard a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.info-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding: 4rem;
    background: #f8f8f8;
    border-radius: 0.5rem;
}
.info-section .heading {
    margin-bottom: 25px;
    font-size: 23px;
    color: #1d1d1d;
    font-weight: 700;
}
/* .info-section .info-list p {
    font-size: 1.4rem;
} */

@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .info-section {
        flex-direction: row !important;
    }
}
@media (max-width: 1023px) {
    .info-section {
        flex-direction: column;
        gap: 3rem;
        padding: 3rem 0;
    }
}
.info-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
}
.info-list p {
    font-size: 17px;
}
.info-list .info-details p {
    color: #1d1d1d;
    font-weight: 500;
}
.devider {
    height: 16.4rem;
    width: 1px;
    background: #797979;
}

.title-bg {
    background: #fff;
    padding: 0.75rem 0;
    margin: 0.5rem 0 !important;
    border-radius: 8px;
}

.home-slider {
    max-height: 435px;
    object-fit: cover;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .stock-out-btn {
    background: black !important;
    color: black !important;
    border: 1px solid black !important;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .buy-now-btn {
    background: white !important;
    color: black !important;
    border: 1px solid var(--color-primary);
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 6px;
    gap: 10px;
    font-size: 14px;
    padding: 8px 16px !important;
}

/* New design 2.0 */
/*--------------------------------------------------------------
# category card
--------------------------------------------------------------*/
.home-category-card {
    height: 100%;
    background-color: #fff;
}
.home-category-card img {
    height: 100%;
}

.category-card {
    background-color: #fff;
    border-radius: 0.5rem;
    text-align: center;
    height: 100%;
}
.category-card img {
    max-height: 133px;
    width: 100%;
    background-color: #ffffff;
    object-fit: cover;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.category-card h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 0px;
}

@media only screen and (max-width: 599px) {
    .custom-col {
        padding-left: 2px;
        padding-right: 2px;
    }
    .Featured-cards {
        padding: 0 1rem;
    }
    .product__details__tab .product__details__tab__desc {
        padding-top: 10px;
    }
    .product__details__tab {
        padding-top: 12px;
    }
    .product__details__text h1 {
        color: #252525;
        font-weight: 600;
        font-size: 1.5rem;
        padding: 8px 0;
        line-height: 1.5;
    }
    .breadcrumb__text h1 {
        font-size: 36px;
        color: var(--color-primary);
        font-weight: 700;
    }
    .product {
        padding-top: 6px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    #header__logo {
        max-width: 155px;
    }
    #stickynav {
        padding: 0px;
    }
    .sticky {
        top: 20px !important;
    }
    .logo-section {
        height: 60px;
    }
    .header__logo {
        line-height: 76px;
    }
    .header {
        padding: 0px 0px;
    }

    .hero {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .title-bg {
        margin-bottom: unset;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .single-shopping-card-one .thumbnail-preview .badge {
        left: 2px;
    }

    .single-shopping-card-one .body-content .price-area .previous {
        font-size: 12px;
    }

    .single-shopping-card-one .body-content .price-area .current {
        font-size: 18px;
    }

    .pro-qty .qtybtn {
        width: 20px;
        font-size: 14px;
    }
    .pro-qty {
        width: 90px;
        height: 42px;
    }

    .pro-qty input {
        width: 30px;
    }
    .product__details__text .primary-btn {
        padding: 10px 10px 10px;
    }
    .qtform {
        font-size: 14px;
        padding: 10px 10px 10px;
    }

    .category-card img {
        max-height: 88px;
        object-fit: cover;
        width: 100%;
    }

    .single-shopping-card-one {
        padding: 0px;
    }
    .cover-card-main-over-white {
        padding-bottom: 5px !important;
        padding-top: 10px !important;
    }
    .cover-card-main-over-white .title-area-between {
        padding-bottom: 10px !important;
    }
    .view-button {
        padding: 3px 25px !important;
    }
    .title-bg {
        padding: 10px !important;
    }
    .breadcrumb-section {
        padding: 10px 0 10px !important;
    }

    body {
        overflow-x: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer {
        padding-top: 30px !important;
    }

    .footer__about ul li {
        line-height: 25px !important;
    }

    .footer__widget ul li a {
        line-height: 25px !important;
    }

    .single-shopping-card-one .cart-counter-action .rts-btn {
        padding: 3px 16px !important;
    }

    .single-shopping-card-one.deals-of-day .cart-counter-action .buy-now-btn {
        padding: 3px 16px !important;
    }

    .checkout {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .checkout__input {
        margin-bottom: 10px;
    }
    .breadcrumb__text h2 {
        font-size: 24px !important;
    }
    .single-shopping-card-one .thumbnail-preview img {
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
    }

    .hero {
        padding-bottom: unset !important;
    }
    .category-card {
        margin: -2px 0 !important;
    }
    .rts-section-gapBottom {
        padding-bottom: 4px;
    }
    .category-cards-image {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    #cartBtn {
        display: none !important;
    }

    .mobile-bottom-nav {
        color: var(--color-primary-dark);
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000;
        will-change: transform;
        transform: translateZ(0);
        display: flex;
        height: 60px;
        box-shadow: 0 -2px 5px -2px #333;
        background-color: #fff;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
    }
    .mobile-bottom-nav__item {
        flex-grow: 1;
        text-align: center;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mobile-bottom-nav__item a {
        color: var(--color-primary-dark);
    }
    .mobile-bottom-nav__item-content i {
        font-size: 24px;
    }
    .mobile-bottom-nav__item-content {
        display: flex;
        flex-direction: column;
    }
    .product__details__tab .product__details__tab__desc {
        padding-top: 10px;
    }
    .product__details__tab {
        padding-top: 12px;
    }
    .product__details__text h1 {
        color: #252525;
        font-weight: 600;
        font-size: 1.5rem;
        padding: 8px 0;
        line-height: 1.5;
    }
    .breadcrumb__text h1 {
        font-size: 26px;
        color: var(--color-primary);
        font-weight: 700;
    }
    .product {
        padding-top: 6px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) {
    #mobileBottomNav {
        display: none !important;
    }
    .product__details__tab .product__details__tab__desc {
        padding-top: 10px;
    }
    .product__details__tab {
        padding-top: 12px;
    }
    .product__details__text h1 {
        color: #252525;
        font-weight: 600;
        font-size: 1.5rem;
        padding: 8px 0;
        line-height: 1.5;
    }
    .breadcrumb__text h1 {
        font-size: 36px;
        color: var(--color-primary);
        font-weight: 700;
    }
    .product {
        padding-top: 6px;
        padding-bottom: 50px;
    }
}
.badge-purple {
    background-color: var(--color-primary);
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}
.badge-purple:hover {
    background-color: #010101;
    color: #fff;
}
.category-menu-area {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 991px) {
    .category-menu-area {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .category-menu-area h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.category-nav {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
@media (max-width: 991px) {
    .category-nav {
        flex-wrap: wrap;
    }
}
.category-nav li a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary-dark) !important;
    font-weight: 500;
    border-radius: 20px;
    transition: 0.3s;
    background: #f3f4f6 !important;
}
.category-nav li a:hover {
    background: #7940ff !important;
    color: #fff !important;
}
.category-nav li a.active {
    background: var(--color-primary) !important;
    color: #fff !important;
    border-radius: 20px;
}
