@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #7f7f7f;
    --themeColor: #0887ce;
    --themeColor2: #e24c98;
    --themeColor3: #e5edf0;
    --headingColor: #0e0f0f;
    --headingColor2: #131212;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--headingColor);
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Pure-Joy';
    src: url(../fonts/Pure-Joy.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    margin: 0 0 0px;
    font-size: 110px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Pure-Joy';
}

h2 {
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Pure-Joy';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--black);
    font-family: 'Pure-Joy';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Pure-Joy';
}

h5 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Pure-Joy';
}

h6 {
    margin: 0 0 0px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 700px;
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.theme-btn-1 {
    gap: 0px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.theme-btn-1-text {
    height: 55px;
    font-weight: 500;
    padding: 14px 25px;
    color: var(--white);
    border-radius: 50px;
    transition: ease-in;
    text-transform: uppercase;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1-icon {
    width: 55px;
    height: 55px;
    display: flex;
    margin-left: -6px;
    border-radius: 50%;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1-icon img {
    width: 18px;
    height: 11px;
    object-fit: contain;
    transition: ease-in-out;
    transform: rotate(-15deg);
    transition-duration: 0.5s;
}

.theme-btn-1:hover .theme-btn-1-icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(2%) hue-rotate(164deg) brightness(96%) contrast(100%);
}

.theme-btn-1:hover .theme-btn-1-text {
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid var(--white);
    background-color: var(--themeColor);
}

.theme-btn-1:hover .theme-btn-1-icon {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
    border-color: var(--themeColor);
}

.theme-btn-1:hover .theme-btn-1-icon img {
    transition: ease-in;
    transition: ease-in;
    transition: ease-in;
    transform: rotate(0);
    transition-duration: 0.5s;
}

/*header css start */

.menuSec {
    padding: 10px 4%;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-around;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 5px;
    position: relative;
    color: var(--black);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/

/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--themeColor);
}

.menuSec ul li a::before {
    left: 5px;
    width: 0px;
    content: '';
    height: 2px;
    bottom: 14px;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 30px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0px 4%;
    position: absolute;
    border-bottom: 1px solid #bababa;
}

.header-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-logo a {
    height: 18px;
    display: block;
    width: fit-content;
}

.header-logo a img {
    top: -3px;
    height: 100%;
    position: relative;
    width: fit-content;
    object-fit: contain;
}

.header-search {
    left: -5%;
    height: 100%;
    display: flex;
    padding: 10px;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #bababa;
}

.header-search button {
    width: 40px;
    height: 40px;
    display: flex;
    flex-shrink: 0;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    color: var(--black);
    justify-content: center;
    background-color: transparent;
    border: 1px solid transparent;
}

.header-search form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-search form input {
    width: 100%;
    border: none;
    height: 45px;
    font-weight: 600;
    background-color: transparent;
}

.header-search form input::placeholder {
    text-transform: uppercase;
}

.header-search form input:focus-visible {
    outline: 0px;
}

.header-cart {
    height: 100%;
}

.header-cart ul {
    gap: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-cart ul li a {
    gap: 10px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}


/*header css start */


/*banner css start */

.main_slider {
    overflow: hidden;
    position: relative;
    padding: 140px 4% 50px;
    background-color: var(--themeColor2);
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 662px;
    position: absolute;
    background-color: var(--white);
    border-radius: 0px 0px 25px 25px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.33);
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.main_slider .row.custom-mt-5 {
    margin-top: 45px;
}

.banner_img {
    width: 100%;
    height: 390px;
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: center;
}

.banner_img img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}

.banner_Heading {
    margin: 0px auto;
    width: fit-content;
    text-align: center;
    position: relative;
}

.banner_Heading::before {
    left: 130px;
    top: 60px;
    content: '';
    width: 150px;
    z-index: -1;
    height: 150px;
    position: absolute;
    animation: rotateFlower 10s linear infinite;
    background-image: url(../images/flower.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_text {
    gap: 5px;
    display: flex;
    text-align: end;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
}

.banner_text .banner-product-box-1 {
    width: 100%;
    padding: 20px;
    display: flex;
    gap: 20px;
    text-align: left;
    margin-top: 20px;
    align-items: center;
    border-radius: 8px;
    justify-content: flex-start;
    border: 1px solid #999999;
}

.banner_text .banner-product-box-1>img {
    width: 80px;
    height: 85px;
    flex-shrink: 0;
    object-fit: contain;
}

.banner_text .banner-product-box-1 h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner_text .banner-product-box-1 p {
    margin-bottom: 10px;
}

.banner_text .banner-product-box-1 .banner-product-box-1-text span {
    gap: 10px;
    display: flex;
    font-weight: 600;
    align-items: center;
    color: var(--themeColor);
    text-transform: uppercase;
    text-decoration: underline;
    justify-content: flex-start;
}

.banner_text .banner-product-box-1 .banner-product-box-1-text span img {
    width: 18px;
    height: 10px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(49%) sepia(71%) saturate(5878%) hue-rotate(180deg) brightness(94%) contrast(94%);
}

.banner_img::after {
    z-index: -1;
    bottom: 170px;
    right: 30px;
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    background-image: url(../images/flower.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: rotateFlower 10s linear infinite;
}

@keyframes rotateFlower {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner_text_left {
    margin-bottom: 100px;
}

.banner_text_left ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner_text_left>img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-bottom: 15px;
}

.banner_text_left h6 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.banner_text_left h6 span {
    display: block;
    font-weight: 600;
}

.banner_text_left h5 {
    margin-bottom: 5px;
}

.banner-product-box-1 {
    margin-top: -150px;
}

.banner-product-box-1 .banner-product-box-1-img {
    height: 187px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
}

.banner-product-box-1 .banner-product-box-1-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-product-box-1 p {
    opacity: 0.7;
    color: var(--white);
    margin-bottom: 20px;
}

.banner-product-box-1 h6 {
    gap: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    align-items: center;
    text-transform: uppercase;
    text-decoration: underline;
    justify-content: flex-start;
}

.banner-product-box-1 h6 span {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transform: rotate(-20deg);
    background-color: var(--white);
}

.banner-product-box-1 h6 span img {
    height: 8px;
    width: 15px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.banner-product-highlight {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 0px;
    border-right: 1px solid #ffffff47;
    background-color: var(--themeColor2);
}

.banner-product-highlight-item {
    min-height: 190px;
    padding: 18px 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.banner-product-highlight-item:last-child {
    border-right: 0;
}

.banner-product-highlight-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-product-highlight-image-wrap {
    position: relative;
}

.banner-product-highlight-image-wrap>img {
    width: 170px;
    height: 150px;
    object-fit: contain;
}

.banner-product-play-btn {
    top: 8px;
    right: -5px;
    width: 42px;
    height: 42px;
    display: flex;
    color: var(--white);
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
    box-shadow: 0 8px 16px rgba(8, 135, 206, 0.45);
}

.banner-product-highlight-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-product-highlight-item-info h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px;
    color: var(--white);
    text-transform: uppercase;
}

.banner-product-highlight-item-info p {
    max-width: 280px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.banner-product-highlight-bottom {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-product-highlight-bottom h5 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    color: var(--white);
}

.banner-product-cart-btn {
    width: 52px;
    height: 52px;
    display: flex;
    color: var(--black);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.banner-product-cart-btn:hover {
    color: var(--themeColor2);
}

.banner-product-highlight-item-trust {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-product-highlight-item-trust .custom-flex {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-product-highlight-users {
    display: flex;
    margin-bottom: 10px;
}

.banner-product-highlight-users img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--white);
}

.banner-product-highlight-users img+img {
    margin-left: -16px;
}

.banner-product-highlight-item-trust h6 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--white);
    font-family: 'Pure-Joy';
    text-transform: uppercase;
}

.banner-product-highlight-item-trust h6 span {
    display: block;
}

.banner-product-highlight-item-trust p {
    max-width: 260px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.banner-product-highlight-item-trust a {
    gap: 10px;
    display: flex;
    color: var(--white);
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
    text-decoration: underline;
}

.banner-product-highlight-item-trust a:hover {
    color: var(--white);
}

section.main_slider.inner-banner {
    display: flex;
    min-height: 400px;
    align-items: center;
    padding-top: 100px;
    justify-content: center;
    background-color: var(--themeColor3);
}

section.main_slider.inner-banner::before {
    right: 0;
    width: 45%;
    left: unset;
    height: 100%;
    max-width: 800px;
    box-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    background-image: url(../images/inner-banner-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.main_slider.inner-banner .banner_Text h1 {
    font-size: 40px;
}



/*banner css end*/

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 30px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text h2 {
    margin-bottom: 5px;
}

.about-text p,
.about-more-text p {
    margin-bottom: 20px;
}

.about-more-text {
    margin-top: 30px;
}

/* about-sec */

/* categories-sec */

.categories-sec {
    padding: 100px 4%;
    background-image: url(../images/category-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.categories-sec .section-heading h2 {
    color: var(--white);
}

.categories-sec .section-heading p {
    opacity: 0.5;
    font-weight: 500;
    color: var(--white);
}

.categories-box {
    z-index: 1;
    margin: 30px 0px;
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.categories-box-img {
    width: 175px;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin: 0px auto 40px;
    border: 5px solid var(--themeColor2);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.21);
}

.categories-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-box::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 75%;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.categories-box:hover::before {
    height: 100%;
    transition: ease-in;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.categories-box:hover .categories-box-img {
    border-color: var(--themeColor);
}

.categories-box .theme-btn-1 {
    margin: 0px auto;
}

.categories-box p {
    margin-bottom: 20px;
}

.categories-box h3 {
    margin-bottom: 10px;
}

.categories-box:hover h3 {
    color: var(--white);
}

.categories-box:hover p {
    opacity: 0.7;
    color: var(--white);
}

.categories-box:hover .theme-btn-1-text {
    border-color: var(--white);
}

.categories-box:hover .theme-btn-1-icon {
    border-color: var(--white);
    background-color: var(--white);
}

.categories-box .theme-btn-1:hover .theme-btn-1-icon img,
.categories-box:hover .theme-btn-1-icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(2%) hue-rotate(164deg) brightness(96%) contrast(100%);
}

.categories-box .theme-btn-1:hover .theme-btn-1-icon {
    background-color: var(--white);
}

.categories-box .theme-btn-1:hover .theme-btn-1-text {
    background-color: var(--themeColor2);
}

.categories-box.odd {
    animation: moveTop 5s linear infinite;
}

.categories-box.even {
    animation: moveBottom 5s linear infinite;
}

@keyframes moveTop {
    0% {
        top: 0;
    }

    50% {
        top: 60px;
    }

    100% {
        top: 0;
    }
}

@keyframes moveBottom {
    0% {
        top: 60px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: 60px;
    }
}

/* categories-sec */

/* arrivals-sec */

.arrivals-sec {
    padding: 100px 4%;
}

.arrivals-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.arrivals-heading p {
    max-width: 550px;
}

.arrivals-text-box {
    display: flex;
    min-height: 96%;
    padding: 30px 20px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--themeColor);
}

.arrivals-text-box h4 {
    color: var(--white);
    margin-bottom: 10px;
}

.arrivals-text-box p {
    opacity: 0.7;
    color: var(--white);
}

.arrivals-text-box .theme-btn-1 .theme-btn-1-text {
    color: var(--black);
    background-color: var(--white);
}

.arrivals-text-box .theme-btn-1 .theme-btn-1-icon {
    border-color: var(--white);
    background-color: var(--white);
}

.arrivals-text-box .theme-btn-1 .theme-btn-1-icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(32deg) brightness(95%) contrast(104%);
}

.product-box-img {
    width: 100%;
    display: flex;
    height: 360px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 25px;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #faf9f9;
    border: 1px solid var(--themeColor);
}

.product-box-img img {
    width: 75%;
    height: 75%;
    object-fit: contain;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-img>span {
    top: 20px;
    width: 80px;
    right: 20px;
    height: auto;
    display: flex;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    aspect-ratio: 1 / 1;
    align-items: center;
    transition: ease-in;
    font-family: 'Pure-Joy';
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box-text ul {
    display: flex;
    margin-bottom: 10px;
    transition: ease-in;
    transition: ease-in;
    align-items: center;
    transition-duration: 0.5s;
    justify-content: space-between;
}

.product-box ul {
    display: flex;
    align-items: center;
    transition-duration: 0.5s;
    justify-content: space-between;
}

.product-box ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box {
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    transition: ease-in;
    margin-bottom: 25px;
    padding: 5px 5px 10px;
    transition-duration: 0.5s;
}

.product-box::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    content: '';
    z-index: -1;
    margin: auto;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box:hover::before {
    height: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box:hover * {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
}

.product-box:hover .product-box-img img {
    transition: ease-in;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.product-box:hover ul li a {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.product-box-text h5 {
    margin-bottom: 10px;
    overflow: hidden;
    transition: ease-in;
    display: -webkit-box;
    transition-duration: 0.5s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-box-text li h5 {
    margin-bottom: 0px;
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.product-box-text li h6 {
    gap: 4px;
    display: flex;
    align-items: center;
    transition: ease-in;
    font-family: 'Pure-Joy';
    transition-duration: 0.5s;
    justify-content: center;
}

.product-box-text li h6 i {
    font-size: 10px;
    color: #fbcd19;
}

.product-box-text p {
    height: 50px;
    overflow: hidden;
    transition: ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition-duration: 0.5s;
}

.product-box h4 {
    transition: ease-in;
    transition-duration: 0.5s;
}

/* arrivals-sec */

/* how-it-work-sec */

.how-it-work-sec {
    overflow: hidden;
    position: relative;
    padding: 100px 0px;
    border-radius: 0px 0px 30px 30px;
}

.how-it-work-sec::before {
    top: -5%;
    left: -5%;
    width: 110%;
    content: '';
    height: 110%;
    opacity: 0.95;
    position: absolute;
    animation: shakeBg 10s linear infinite;
    background-image: url(../images/section-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.how-it-work-sec .row {
    z-index: 1;
    position: relative;
}

@keyframes shakeBg {
    0% {
        top: -2.5%;
        left: -2.5%;
        opacity: 0.95;
        transform: scale(1);
    }

    50% {
        top: 0%;
        left: 0%;
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        top: -2.5%;
        left: -2.5%;
        opacity: 0.95;
        transform: scale(1);
    }
}

.how-it-work-after {
    left: -8%;
    width: 18%;
    height: 225px;
    bottom: -60px;
    position: absolute;
    object-fit: contain;
    animation: shakeImgRight 12s ease-in-out infinite;
}

.how-it-work-before {
    top: -60px;
    width: 18%;
    right: -8%;
    height: 225px;
    position: absolute;
    object-fit: contain;
    animation: shakeImgLeft 12s ease-in-out infinite;
}

@keyframes shakeImgLeft {
    0% {
        top: -40px;
        right: -5%;
        opacity: 0.9;
        transform: scale(1) rotate(0deg);
    }

    50% {
        top: -60px;
        right: -2%;
        opacity: 1;
        transform: scale(1.08) rotate(-3deg);
    }

    100% {
        top: -40px;
        right: -5%;
        opacity: 0.9;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes shakeImgRight {
    0% {
        bottom: -40px;
        left: -8%;
        opacity: 0.9;
        transform: scale(1) rotate(8deg);
    }

    50% {
        bottom: -60px;
        left: -2%;
        opacity: 1;
        transform: scale(1.08) rotate(0deg);
    }

    100% {
        bottom: -40px;
        left: -8%;
        opacity: 0.9;
        transform: scale(1) rotate(8deg);
    }
}

.how-it-work-sec .section-heading h2 {
    color: var(--white);
}

.how-it-work-sec .section-heading p {
    opacity: 0.5;
    color: var(--white);
    transition-duration: 0.5s;
}

.how-it-work-box {
    padding: 50px 30px;
    border-radius: 10px;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.how-it-work-box h5 {
    font-size: 24px;
    width: fit-content;
    border-radius: 50px;
    color: var(--white);
    margin-bottom: 20px;
    transition: ease-in;
    transition-duration: 0.5s;
    padding: 15px 20px 12px 20px;
    background-color: var(--themeColor);
}

.how-it-work-box h4 {
    margin-bottom: 15px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.how-it-work-box:hover p {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.how-it-work-box:hover h4 {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.how-it-work-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.how-it-work-box:hover h5 {
    color: var(--black);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

/* how-it-work-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
}

.why-choose-heading {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.why-choose-heading p {
    max-width: 370px;
}

.why-choose-img {
    width: 100%;
    height: 450px;
    display: flex;
    overflow: hidden;
    min-height: 100%;
    align-items: center;
    border-radius: 15px;
    justify-content: center;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-main-box {
    gap: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.why-choose-box {
    gap: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
}

.why-choose-box:hover .why-choose-icon-box {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.why-choose-box:hover .why-choose-icon-box img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(165deg) brightness(107%) contrast(103%);
}

.why-choose-box h5 {
    margin-bottom: 5px;
}

.why-choose-icon-box {
    width: 120px;
    height: 120px;
    display: flex;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    background-color: #f4f7f8;
}

.why-choose-icon-box img {
    height: 70px;
    object-fit: contain;
}

/* why-choose-sec */

/* -------------------------------------- Contact Us st ------------------------------- */

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 40px;
    height: 60px;
    padding: 20px 24px;
    background: transparent;
    border: 1px solid #777675;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 45px;
}

.contact1 textarea {
    height: 200px;
    resize: unset;
    border-radius: 18px;
    position: relative;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    transition: 0.2s;
    text-transform: uppercase;
    line-height: 24px;
}

.map iframe {
    width: 100%;
}

.contact2 ul li p {
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--black);
}

section.contact_us.padd.inner-bg {
    padding: 100px 4%;
}

.contact2 ul li {
    transition: 0.2s;
}

.contact2 .icon i {
    width: 120px;
    display: flex;
    height: 120px;
    font-size: 50px;
    transition: 0.2s;
    align-items: center;
    border-radius: 100%;
    color: var(--white);
    justify-content: center;
    background: var(--themeColor2);
}

.map {
    margin-top: 80px;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.contact1 {
    position: relative;
    margin-right: 40px;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.inner-bg.appointment-sec select {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #fff;
    border: 1px solid #777675;
    color: #000;
    border-radius: 10px;
}

.contact2 .icon i.fas.fa-phone-alt {
    transform: rotate(105deg);
}

section.contact_us .siteBtn button {
    border: 0px;
    width: 100%;
    font-size: 16px;
    transition: 0.2s;
    font-weight: 600;
    line-height: 22px;
    padding: 20px 24px;
    border-radius: 45px;
    color: var(--white);
    text-transform: uppercase;
    background: var(--themeColor);
}

section.contact_us .siteBtn button:hover {
    transform: scale(0.98);
}

section.contact_us .siteBtn {
    width: 100%;
}

.contact1 textarea::placeholder {
    position: absolute;
    bottom: 20px;
}

/* -------------------------------------- Contact Us end ------------------------------- */

/* account sec */

.account-sec {
    padding: 100px 0px;
}

section.account-sec .waraper h5 {
    color: var(--themeColor);
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

section.account-sec .form {
    padding: 50px 30px;
    border-radius: 10px;
    transition: ease-in 0.5s;
    background-color: var(--white);
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
}

section.account-sec .form:hover {
    background-color: var(--themeColor2);
    transition: ease-in 0.5s;
    border: 1px solid #fff;
}

section.account-sec .form h5 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

section.account-sec .form:hover h5 {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover button {
    color: #013220;
    transition: ease-in 0.5s
}

section.account-sec .form:hover input {
    color: var(--white);
    transition: ease-in 0.5s;
    background-color: transparent;
    border: 1px solid var(--white);
}

section.account-sec .form:hover input::placeholder {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .form-check label {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .forget a.bnts {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .para p,
section.account-sec .form:hover .para p a {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form input {
    width: 100%;
    margin: 12px 0px;
    color: #59564f;
    padding: 14px 20px;
    border-radius: 50px;
    background-color: #fff;
    transition: ease-in 0.5s;
    border: 1px solid #e0dcdc;
}

section.account-sec .form input::placeholder {
    font-size: 16px;
    transition: ease-in 0.5s;
    color: #59564f;
}

section.account-sec .form button {
    width: 100%;
    border: 0px;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    transition: 0.4s;
    font-weight: 500;
    border-radius: 10px;
    transition: ease-in 0.5s;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid transparent;
}

section.account-sec .form button .theme-btn-1-text {
    width: 100%;
}

section.account-sec .form:hover .toggle-password {
    color: #fff;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
}

section.account-sec .form-check input#rememberMe {
    width: auto;
    padding: 8px;
    margin-right: 10px;
    border-radius: 0px;
    transition: ease-in 0.5s;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

section.account-sec .form-check label {
    font-size: 16px;
    transition: ease-in 0.5s;
    color: #a7a7a7;
}

section.account-sec .forget {
    display: flex;
    justify-content: space-between;
    transition: ease-in 0.5s;
    align-items: center;
}

section.account-sec .form-check {
    padding-left: 0px !important;
    transition: ease-in 0.5s;
}

section.account-sec .form button:hover {
    color: var(--white);
    transition: ease-in 0.5s;
    background-color: transparent;
    border: 1px solid transparent;
}

section.account-sec .form:hover button .theme-btn-1-text {
    background-color: var(--themeColor);
}

section.account-sec .form:hover button .theme-btn-1-icon {
    background-color: var(--themeColor);
}

section.account-sec .forget a.bnts {
    font-size: 16px;
    color: #a7a7a7;
    transition: ease-in 0.5s;
}

section.account-sec .forget a.bnts:hover {
    color: var(--black);
}

section.account-sec .form-check input#rememberMe:focus {
    outline: 0px !important;
    box-shadow: unset;
}

section.account-sec .form-check-input:checked[type="checkbox"] {
    filter: brightness(0);
    background-color: transparent !important;
    transition: ease-in 0.5s;
}

section.account-sec .form .para p {
    font-size: 14px;
    color: #000;
    margin-bottom: 16px;
    transition: ease-in 0.5s;
    padding-left: 3px;
}

section.account-sec .form .para p a {
    font-weight: 600;
    transition: 0.4s;
    color: var(--themeColor);
    text-decoration: underline;
}

section.account-sec .form .para p a:hover {
    color: var(--white);
    transition: ease-in 0.5s;
}

/* Forget Password Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.show {
    display: flex;
    opacity: 1;
}

.modal-content {
    background-color: var(--white);
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.modal-overlay.show .modal-content {
    transform: scale(1);
}

.modal-header {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.modal-header h5 {
    margin: 0;
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
}

.close-modal {
    font-size: 32px;
    font-weight: 300;
    color: #999;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.close-modal:hover {
    color: var(--themeColor);
}

.modal-body {
    padding: 30px;
}

.modal-body p {
    margin-bottom: 20px;
    color: var(--textColor);
    font-size: 14px;
}

.modal-body input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.modal-body input[type="email"]:focus {
    border-color: var(--themeColor);
    outline: none;
}

.modal-body .reset-btn {
    width: 100%;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    padding: 15px 20px;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    background-color: var(--themeColor);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.modal-body .reset-btn:hover {
    background-color: #c19a6f;
    transform: translateY(-2px);
}

/* account sec */

/* Product Detail Page Start */

.productdetailsec {
    padding: 100px 4% 60px;
}

.productdetailtext h3 {
    font-size: 35px;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}

.sl-nv-mn {
    margin-top: 0;
    width: 160px;
    flex-shrink: 0;
    padding-left: 0px;
}

.sl-dl-main {
    width: 77%;
    max-width: 100%;
}

.productdetailinnersec .custom-flex {
    gap: 20px;
    display: flex;
}

.sl-nv-mn .slick-slide {
    margin: 0 0 20px 0;
}

.productdetailtext span:after {
    position: absolute;
    width: 3px;
    height: 40px;
    background: #000;
    left: -20px;
    top: 0;
}

.productdetailtext ul {
    padding: 0;
    margin: 0 0 0px;
}

.productdetailtext ul li {
    list-style: none;
    font-size: 18px;
    color: black;
    font-weight: 600;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.productdetailtext h3.pull-left {
    color: #000;
    font-weight: 600;
}

.productdetailtext ul li a i {
    color: #ffc444;
    font-size: 25px;
    margin-right: 1px;
}

.productdetailtext ul li:last-child {
    margin-left: 10px;
}

.productdetailtext ul li:nth-child(1) a i {
    color: #ffc444;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 0 0 20px;
}


.iconlist ul li {
    list-style: none;
    line-height: 30px;
    color: #000;
    font-size: 18px;
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #000;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
}

.productdetailsmallportion {
    margin: 0;
    width: 100%;
    height: 110px;
    border-radius: 15px;
    border: 1px solid #a4a4a4;
    background-color: var(--white);
}

.productdetailsmallportion img {
    border-radius: 0px;
}

.productdetailfor .slick-slide {
    margin: 0px 3px;
}

.productdetailsec .productdetailportion {
    height: 500px;
    display: flex;
    overflow: hidden;
    object-fit: cover;
    align-items: center;
    position: relative;
    border-radius: 20px;
    border-style: solid;
    border-width: 0.44px;
    justify-content: center;
    background-color: var(--white);
    border-color: rgba(0, 0, 0, 0.555);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
}

.productdetailportion a {
    right: 15px;
    width: 45px;
    bottom: 15px;
    height: 45px;
    display: flex;
    color: var(--white);
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor2);
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 30px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 30px !important;
    margin: 11px 5px 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #CFA55A !important;
    color: black;
    border-color: #CFA55A;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 20px;
}

.product-detail span:hover {
    background-color: var(--themeColor) !important;
}

ul.product-detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-list {
    display: none;
}

.themes-h4 {
    cursor: pointer;
}

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

.related-prd-sec {
    position: relative;
}

.iconlist {
    margin-top: 20px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description button {
    border: none;
    background-color: transparent;

}

/* .description li.nav-item button {
        text-align: center;
        background: #151324;
        padding: 0 40px;
        margin-bottom: 0;
    } */

.description .nav-tabs {
    /* padding-bottom: 0px; */
    padding-bottom: 30px;
}

.description {
    padding: 0px 4%;
}

.nav-tabs {
    border-bottom: 0;
}


.description .tab-content p {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
    line-height: 35px;
}

.description .tab-content h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: black;
    font-size: 20px;
}

.deatil-txttt h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 60px;
}

.deatil-txttt p {
    font-size: 20px;
    width: 80%;
}

.productdetailtext {
    padding: 0px 0px 0 0px;
}

.prdtc-price li ul {
    margin-top: 0;
}

.prdtc-price .pull-left {
    font-size: 25px;
    font-weight: 600;
    color: var(--black);
    font-family: 'Montserrat';
}

ul.dummy-list.shop li {
    list-style: disc;
    display: list-item;
    margin-left: 30px;
    padding: 5px 0 0px;
}

ul.prdtc-price li {
    margin-top: 10px;
    margin-bottom: 18px;
}

.productdetailsmallportion img {
    width: 80%;
    position: relative;
    object-fit: contain;
    height: 80% !important;
    z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
    margin-top: 0px;
}


/* skin 2 */

.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    background-color: #ffffff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 100%;
}

.product-detail input.in-num {
    border: 1px solid #000;
    width: 50%;
    height: 50px;
    margin: 0 5px;
    color: #000;
    font-weight: 600;
    max-width: 100px;
    font-size: 24px;
    background: #fff;
}

.productdetailsec .btn10 {
    color: white;
}

/* / skin 2 */

.deatil-mess h2 {
    font-size: 55px;
    text-transform: uppercase;
}

.deatil-mess p {
    font-size: 20.77px;
}

section.deatil-img-sec {
    padding: 50px 0 90px;
}

section.deatil-img-sec {
    position: relative;
}

.pro-detail h2 {
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
}

.rel-prdtc-mn .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.rel-prdtc-mn .slick-arrow {
    display: none !important;
}

.prodt-main {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 4px 6px 11px 0 #00000017;
    border: 1px solid #00000026;
    padding: 40px 30px;
}

.prodt-main h6 {
    font-size: 22.61px;
    margin-top: 20px;
}

.prodt2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodt2 ul li {
    margin: 0 14px 0 0;
}

.prodt2 ul li i {
    color: #e3a206;
}

.prodt2 p {
    font-size: 20px;
    font-weight: 600;
}

a.relaed-btn {
    background: #87d749;
    color: #fff;
    display: flex;
    width: 60%;
    align-items: center;
    font-size: 15px;
    height: 50px;
    justify-content: space-evenly;
    margin: auto;
}

.prdt-cart {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

main.detail2 {
    position: relative;
}

main.detail2:before {
    content: '';
    position: absolute;
    background-image: url(../images/deatil-back-2.png);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.productdetailsec .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 35px;
}

.productdetailsec .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
}

.productdetailsec .slick-prev {
    left: -17px;
    z-index: 1;
    top: 50%;
}

.productdetailsec .slick-next {
    right: -15px;
    top: 50%;
}

section.product.pg {
    padding: 100px 0;
    position: relative;
}

.product-pg-text h2 {
    font-size: 65px;
    color: #000;
}

.product-pg-text {
    text-align: center;
}

.productdetailsec .productdetailportion img {
    border-radius: 20px;
    height: 80%;
}

.productdetailtext h2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0 0px;
}

ul.quantity-list {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.quantity-list li {
    font-size: 23px;
    line-height: 35px;
}

ul.dummy-list.shop p {
    margin: 0;
    font-size: 18px;
    color: var(--black);
}

ul.dummy-list.shop {
    margin: 15px 0;
}

ul.dummy-list.shop li::marker {
    color: var(--themeColor);
    font-size: 30px;
}

a.btn1.cat-sub-btn {
    margin: 0;
}

.related-head {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
}

.related-head p {
    font-size: 18px;
    color: #000;
}

.slick-active {
    opacity: 1;
}

.description li.nav-item {
    margin-right: 12px;
}

/* .description li.nav-item button {
        width: 210px;
        height: 60px;
        background-color: #02b5c6;
        font-size: 20px;
        border-radius: 50px;
        font-weight: 300;
        color: #fff;
        font-family: 'Roboto';
    } */

/* .description li.nav-item .nav-link.active {
        border: 0;
        background-color: #016dff;
        color: #ffffff;
        font-weight: 300;
        border-radius: 50px;
        font-size: 20px;
    } */

.rev-btn {
    display: inline-block;
}


.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.review-box-container {
    display: block;
}

.review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 80%;
    object-fit: contain;
}

section.description li.nav-item button.nav-link {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 50px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background: var(--themeColor2);
}

section.description .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--white);
}

section.description li.nav-item button.nav-link.active {
    background: var(--themeColor);
}

section.description li.nav-item button.nav-link.active::before {
    background: #000;
}

section.description li.nav-item button.nav-link:hover {
    color: var(--themeColor);
    background-color: var(--themeColor3);
}

section.description ul#myTab {
    justify-content: start;
    gap: 10px;
}

section.description .rev-btn button.btn1::before {
    background: #212529;
}

/* Product Detail Page End */

/*Inner Check Out Start*/


.billing_form h3 {
    font-size: 19px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 700;
}

.billing_form label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.radiosss p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.billing_form input {
    width: 100%;
    height: 55px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-radius: 50px;
    border: 2px solid #222222;

    background: transparent;
    color: black;
}

.billing_form input::placeholder {
    color: #29292a;
    font-weight: 500;
    font-family: 'Montserrat';

}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 19px;
    font-weight: 800;
    color: #000;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    border-radius: 10px;
    padding: 25px 25px 40px;
    border: 2px solid #5a5a5a;
}

.billing_form h2 {
    font-size: 45px;
    text-transform: uppercase;
}


.cart_sidebar h3 {
    font-size: 20px;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.cart_sidebar .h-sub {
    font-weight: 900;
    color: #020202;
    font-size: 19px;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 35px;
    padding-top: 20px;
    font-family: 'Montserrat';
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 19px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Montserrat';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--themeColor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check-out-btn {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-out-btn button {
    background-color: transparent;
    border: 1px solid transparent;
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border: none;
    border-radius: 40px;
    background-color: #21c00b;
}

.checkout_btn:hover {
    font-family: 'Montserrat';
}

ul.shipping-ul {
    border-bottom: 1px solid #444444;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 800;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    border-radius: 20px;
    left: 6.5px;
    margin: auto;
    border: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: var(--themeColor);
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.checkout_page.all-section.all-side {
    position: relative;
    padding: 70px 4% 100px;
}

.billing_form {
    border: 2px solid #5a5a5a;
    padding: 25px 25px;
    border-radius: 10px;
    background: #ffffff;
}

/*Inner Check Out End*/


/* Inner Cart Start */

.add-to-cart thead {
    color: #fff;
    background-color: var(--themeColor2);
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.align-items-center {
    align-items: center !important;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.cart-page-tble tbody tr td input {
    /* height: 60px; */
    /* border: 1px solid #c4c4c4; */
    /* background-color: #ffffff; */
    /* color: #000; */
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 0px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 5px;
    width: 100px;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.inc {
    width: 100%;
    height: 60px;
    display: flex;
    padding: 0 10px;
    border-radius: 10px;
    align-items: center;
    border: 2px solid #eeeeee;
    justify-content: space-evenly;
    background-color: #f7f7f7 !important;
}

.input-number {
    border: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-flex;
    text-align: center;
    border: 1px solid #000000 !important;
    cursor: pointer;
    background: #fafafa;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
    border: 0;
    height: 20px;
    width: 20px;
    font-weight: 700;
    display: flex;
    user-select: none;
    color: #000;
    align-items: center;
    justify-content: center;
}

a.update {
    color: #000;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}

section.add-to-cart th:first-child {
    border-radius: 50px 0 0 50px;
}

section.add-to-cart th:last-child {
    border-radius: 0 50px 50px 0;
}

.shipping-box h4 {
    color: #d60000;
    font-family: "Montserrat";
}

.for-lin {
    position: relative;
}

.add-to-cart .table>thead>tr>th {
    font-size: 20px;
    padding: 20px 0px;
    border-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Pure-Joy';
}

.table-space h6 {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    font-family: "Roboto";
    line-height: 25px;
    margin-top: 15px;
    font-weight: 400;
}

.table-space p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
    margin-bottom: 0;
    line-height: 22px;
}

.table-space p span {
    color: var(--themeColor);
}

.add-to-cart .product-img {
    width: 120px;
    height: 100px;
    display: flex;
    overflow: hidden;
    text-align: center;
    background: #fff;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    border: 1px solid #c5c5c5;
}

.number-item input {
    width: 100%;
    max-width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 46px;
    border: 0;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    margin-top: 0;
    background-color: transparent;
    color: #000;
    pointer-events: none;
}

.add-to-cart a {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #666666;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}

li.quanity.product-detail {
    width: 42%;
}

li.quanity.product-detail .inc {
    margin: 0;
}

.add-to-cart h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-family: 'montserrat';
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 0 20px;
}

th.text-align\:left {
    text-align: left !important;
    padding-left: 30px !important;
}

tr.space {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
}

a.remove {
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 3px 15px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.proceed a {
    gap: 25px;
    width: 100%;
    display: flex;
    font-size: 14px;
    text-align: left;
    color: var(--black);
    font-family: 'montserrat';
    align-items: center;
    text-transform: capitalize;
}

.proceed a .theme-btn-1-text {
    width: 100%;
    text-align: center;
}

.proceed a .theme-btn-1-icon {
    flex-shrink: 0;
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    border: none;
    color: #fff;
    width: 100%;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    padding: 18px 20px;
    margin: 0 0 0 auto;
    border-radius: 10px;
    background-color: var(--themeColor);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.all-section-inner {
    padding: 0px 0 80px;
}

.or-amazon {
    width: 100%;
    max-width: 490px;
    padding: 30px 50px;
    position: relative;
    margin: 80px auto 0;
    border-radius: 10px;
    background: var(--white);
    border: 1.5px solid #d4d3d2;
}

.or-amazon p {
    font-size: 16px;
    position: absolute;
    background: var(--white);
    top: -20px;
    left: 0;
    padding: 5px 20px;
    color: #394136;
    display: block;
    text-transform: uppercase;
    border: 1.5px solid #d4d3d2;
    right: 0;
    margin: 0 auto;
    width: 70%;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    margin-left: 20px;
    padding: 30px 40px;
    border-radius: 0px;
    border: 1px solid #696969;
    background-color: var(--white);
}

.total-section li {
    font-size: 20px;
    padding-bottom: 20px;
    color: var(--black);
    font-weight: 600;
}

li.color-change {
    font-size: 30px;
    font-weight: 500;
    color: var(--themeColor);
    padding-bottom: 0 !important;
    text-transform: capitalize;
    font-family: 'montserrat';
}

ul.p-0.check-out-side-icon {
    margin-bottom: 0;
}

.total-section li span {
    float: right;
    font-family: "Montserrat", sans-serif;
}

.total-section li:last-child span {
    color: var(--themeColor);
}

.ship-estimate {
    margin-top: 130px;
    margin-left: 20px;
    padding: 30px 40px;
    border-radius: 0px;
    border: 2px solid #696969;
    background-color: var(--white);
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ship-estimate li {
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
    font-family: 'montserrat';
}

.ship-estimate .grey-style {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.proceed {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.add-to-cart .table-space {
    display: flex;
    align-items: center;
}

.add-to-cart .table-space .col-md-7 {
    margin-left: 20px;
}

.add-to-cart .product-img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

section.add-to-cart {
    padding: 100px 4% 90px;
}

.add-to-cart .table>tbody {
    vertical-align: middle !important;
}

.or-amazon.text-center a {
    justify-content: center;
}

/* Inner Cart Ends */

/* Products Page Start */

.product-inner-sec .product-side-bar {
    height: 100%;
    padding-right: 0;
}

.product-side-bar {
    max-height: 700px;
    /* Adjust as needed */
    overflow-y: auto;
    padding-right: 10px;
    /* Prevent content from hiding under scrollbar */
}

/* Custom Scrollbar for Webkit browsers */
.product-side-bar::-webkit-scrollbar {
    width: 10px;
}

.product-side-bar::-webkit-scrollbar-thumb {
    background: var(--themeColor);
    /* Change to your desired color */
    border-radius: 3px;
}

.product-side-bar::-webkit-scrollbar-track {
    background: #adadad;
    border-radius: 3px;
}

/* Custom Scrollbar for Firefox */
.product-side-bar {
    scrollbar-width: bold;
    scrollbar-color: #adadad;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 26px;
    margin: 20px 0;
    color: var(--black);
    position: relative;
    text-transform: uppercase;
}

.themes-h4:after {
    height: 4px;
    position: absolute;
    content: '';
    width: 22px;
    top: 17px;
    right: 10px;
    background: var(--themeColor);
}

.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #24110b;
    padding: 10px 0;
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    border: 2px solid #000;
    margin-right: 30px;
}

.product-inner-sec .product-side-bar ul li a label {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.product-inner-sec ::-webkit-scrollbar {
    width: 10px;
}

/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */

.product-inner-sec ::-webkit-scrollbar-thumb {
    background: var(--themeColor);
    border-radius: 5px;
}

.product-inner-sec .al-cent {
    align-items: center;
    margin-bottom: 30px;
}

.product-inner-sec select {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 8px 36px 8px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23644137' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
}

.product-inner-sec h6 {
    margin: 0;
    font-size: 18px;
    float: right;
    color: #000;
    font-family: 'Montserrat';
}

.product-inner-sec .arrival-text h4 {
    font-size: 21px;
}

.product-inner-sec .product-side-bar ul {
    padding-right: 20px;
}

.about-bottom-btn a {
    padding: 15px 50px;
}

.about-bottom-btn {
    text-align: center;
    margin-top: 30px;
}

.product-box {
    margin-bottom: 25px;
}



/* Products Page End */

/* featured-sec */

.featured-sec {
    overflow: hidden;
    padding: 100px 4%;
    position: relative;
}

.featured-sec::before {
    top: -5%;
    left: -5%;
    width: 110%;
    content: '';
    height: 110%;
    opacity: 0.95;
    position: absolute;
    animation: shakeBg 10s linear infinite;
    background-image: url(../images/section-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured-sec .row {
    z-index: 1;
    position: relative;
}

.featured-heading {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-between;
}

.featured-heading h2 {
    color: var(--white);
}

.featured-slider-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.featured-slider-btn button {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--white);
}

.featured-slider-btn button.featured-slider-btn-right {
    transform: rotate(180deg);
}

.featured-slider-btn button:hover {
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.featuredSlider .slick-slide {
    opacity: 1;
    margin: 0px 5px;
}

.featured-slider-box .product-box * {
    color: var(--white);
}

.featured-sec-after {
    top: -60px;
    right: -12%;
    width: 18%;
    height: 220px;
    position: absolute;
    object-fit: contain;
    animation: floatUpDown 6s ease-in-out infinite;
}

.featured-sec-before {
    left: -10%;
    bottom: -120px;
    width: 18%;
    height: 220px;
    object-fit: contain;
    position: absolute;
    animation: floatUpDownReverse 7s ease-in-out infinite;
}


@keyframes floatUpDown {
    0% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }

    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes floatUpDownReverse {
    0% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(20px) scale(1.05);
    }

    100% {
        transform: translateY(0px) scale(1);
    }
}

/* featured-sec */




















/* testimonials-sec */

.testimonials-sec {
    padding: 100px 4%;
}

.testimonial-main-box {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-main-img {
    width: 45%;
    height: 380px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px;
}

.testimonial-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-main-text {
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.testimonial-main-text-box {
    height: 150px;
    overflow-y: auto;
}

.testimonial-main-text-box::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.testimonial-main-text-box::-webkit-scrollbar-thumb {
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
    border-radius: 100px;
}

.testimonial-main-text-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

.testimonial-main-text ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-main-text ul li h5 span {
    display: block;
    font-size: 14px;
    color: var(--themeColor);
}

.review-rate {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review-rate span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-rate i {
    font-size: 12px;
    color: #fbcd19;
}

.testimonial-left-box {
    padding: 20px;
    height: 183px;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
}

.testimonial-left-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-left-box ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-left-box ul li h5 span {
    display: block;
    font-size: 14px;
    color: var(--themeColor);
}

.testimonialLeftSlider .slick-slide,
.testimonialRightSlider .slick-slide {
    opacity: 1;
    margin: 0px;
}

.testimonialLeftSlider .slick-list,
.testimonialRightSlider .slick-list {
    overflow: visible;
}

.testimonialRightSlider .testimonial-left-box {
    justify-content: flex-end
}

.testimonialRightSlider .testimonial-left-box::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 60%) 70%);
}

.testimonialRightSlider .testimonial-left-box img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    position: absolute;
    object-position: top;
}

.testimonialRightSlider .testimonial-left-box ul {
    z-index: 2;
    position: relative;
}

.testimonialRightSlider .testimonial-left-box ul * {
    color: var(--white);
}

.testimonialRightSlider .testimonial-left-box ul i {
    color: #fbcd19;
}

.testimonialMainSlider .slick-prev,
.testimonialMainSlider .slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #7f7f7f;
    background-color: var(--white);
}

.testimonialMainSlider .slick-prev:hover,
.testimonialMainSlider .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.testimonialMainSlider .slick-prev {
    top: 20px;
    transform: rotate(180deg);
    left: -50px;
}

.testimonialMainSlider .slick-next {
    top: unset;
    bottom: -15px;
    right: -50px;
}

.testimonialMainSlider .slick-prev::before,
.testimonialMainSlider .slick-next::before {
    content: '';
    width: 18px;
    height: 10px;
    position: absolute;
    filter: brightness(0) saturate(100%) invert(53%) sepia(4%) saturate(17%) hue-rotate(322deg) brightness(93%) contrast(88%);
    background-image: url(../images/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.testimonialMainSlider .slick-prev:hover::before,
.testimonialMainSlider .slick-next:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(101%);
}

/* testimonials-sec */

/* Footer Start */

.footerSec {
    background: var(--headingColor);
}
ul.ftr_contact li {
    gap: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 2px !important;
    font-family: "Montserrat", sans-serif;
}
.ftr_left p {
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
}

.ftr_logo a img {
    width: 204px;
    height: 41px;
    object-fit: contain;
}

ul.ftr_socials {
    gap: 20px;
    display: flex;
    margin-top: 35px;
    align-items: center;
    justify-content: flex-start;
}

ul.ftr_socials li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--white);
    opacity: 0.5;
    font-size: 14px;
    transition: all ease-in 0.3s;
}

ul.ftr_socials li a:hover {
    opacity: 1;
    color: var(--white);
    transition: all ease-in 0.3s;
    background: var(--themeColor2);
    border: 1px solid var(--themeColor2);
}

.footerSec h5 {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 0px;
    border-bottom: 2px solid #3c3c3d;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-top: 80px;
}

.footerSec h5::before {
    content: "";
    position: absolute;
    background: #ffffff;
    bottom: -1px;
    left: 0;
    width: 130px;
    height: 1px;
    z-index: 1;
}

.ftr_left {
    padding-top: 80px;
    padding-right: 50px;
    border-right: 1px solid #686868;
    height: 100%;
}

.ftr_flx {
    display: flex;
    justify-content: space-between;
}

.footer-space {
    padding: 0px 4%;
}

.footer-btm {
    padding: 15px 4%;
    border-top: 1px solid #555555;
}

.copy-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-txt p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--white);
}

.quick_links {
    padding: 0 40px 0 40px;
}

.useful_links li a,
.sevice_links li a,
.quick_links li a {
    color: var(--white);
}

.sevice_links {
    padding: 0 0 0 40px;
}

.useful_links {
    padding: 0 40px 0 40px;
}

.footerSec ul li {
    margin-bottom: 8px;
}

.subscribe_sec h4 {
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    background: #000206;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 35px 0px 0px 35px;
    text-transform: uppercase;
}

.subscribe_sec {
    height: 55px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 95%;
    justify-content: center;
    margin: 60px 0px 60px auto;
    flex-wrap: wrap;
}

.subscribe_sec input {
    height: 100%;
    background: #02060e;
    border: none;
    padding: 0 15px;
    width: 35%;
    font-weight: 500;
    border-radius: 50px;
    margin-left: -30px;
    color: #fff;
}

.subscribe_sec input::placeholder {
    text-transform: uppercase;
    color: #fff;
}

.subscribe_sec button {
    height: 100%;
    text-transform: uppercase;
    background: var(--themeColor);
    font-size: 14px;
    border: none;
    padding: 0 20px;
    width: 20%;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-left: -50px;
}

.ftr_logo {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #3c3c3d;
    position: relative;
}

.ftr_logo ::before {
    content: "";
    position: absolute;
    background: #ffffff;
    bottom: -1px;
    left: 0;
    width: 130px;
    height: 1px;
    z-index: 1;
}

ul.ftr_contact li a {
    color: var(--white);
    font-weight: 600;
}

/* Footer Ends */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .banner-product-highlight-item {
        padding: 18px 16px;
    }

    .banner-product-highlight-item-info h4 {
        font-size: 30px;
    }

    .banner-product-highlight-bottom h5 {
        font-size: 30px;
    }

    .banner-product-highlight-item-trust h6 {
        font-size: 28px;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

       .banner-product-highlight {
        flex-wrap: wrap;
    }

    .banner-product-highlight-item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

    .banner-product-highlight-item-trust {
        width: 100%;
        border-bottom: 0;
    }
.main_slider {
    padding-top: 180px;
}

.menuSec {
    padding: 10px 10px;
}

.menuSection {
    padding: 52px 0% 0 !important;
}


.header-search {
    left: 0;
}

.header-search form input::placeholder {
    font-size: 7px;
}

.thaps-search-box.bar_style #thaps-search-button {
    width: 25px;
    height: 25px;
    padding: unset;
}

span.th-icon.th-icon-vector-search.icon-style {
    font-size: 13px;
}
.banner_Heading h1 {
    font-size: 90px;
    line-height: 1;
}
.footerSec .col-xl-6.col-lg-4.col-md-4.col-sm-12.col-12 {
    width: 50%;
}
.banner_text_left h6 {
    font-size: 13px;
}

.banner_text_left h5 {
    font-size: 15px;
}

.banner_text p {
    font-size: 9px;
    line-height: 16px;
}

.theme-btn-1-text {
    font-size: 10px;
    padding: 11px 20px;
    height: unset;
}
.banner-product-highlight {
    display: block;
}

.banner-product-box-1-text * {
    font-size: 13px;
    line-height: 20px;
}
.categories-box h3 {
    font-size: 28px;
}

.how-it-work-box {
    margin-top: 20px;
}


.quick_links {
    padding: 0 10px;
}

.sevice_links {
    padding-left: 10px;
}


.footerSec ul li {
    font-size: 12px;
}
ul.ftr_contact li a {
    font-size: 8px;
}
.contact2 .icon i {
    width: 80px;
    height: 80px;
    font-size: 35px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-product-highlight {
        flex-wrap: wrap;
    }

    .banner-product-highlight-item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

    .banner-product-highlight-item-trust {
        width: 100%;
        border-bottom: 0;
    }
.menuSec ul li a {
    font-size: 11px;
}

.menuSec {
    padding: 10px 10px;
}

.menuSection {
    padding: 52px 0% 0 !important;
}
.menuSection .col-md-3 {
    width: 20%;
}

.header-search {
    left: 0;
}

.header-search form input::placeholder {
    font-size: 7px;
}

.thaps-search-box.bar_style #thaps-search-button {
    width: 25px;
    height: 25px;
    padding: unset;
}

span.th-icon.th-icon-vector-search.icon-style {
    font-size: 13px;
}
.banner_Heading h1 {
    font-size: 70px;
    line-height: 1;
}

.banner_text_left h6 {
    font-size: 13px;
}

.banner_text_left h5 {
    font-size: 15px;
}

.banner_text p {
    font-size: 9px;
    line-height: 16px;
}

.theme-btn-1-text {
    font-size: 10px;
    padding: 11px 20px;
    height: unset;
}
.banner-product-highlight {
    display: block;
}

.banner-product-box-1-text * {
    font-size: 13px;
    line-height: 20px;
}
.categories-box h3 {
    font-size: 28px;
}

.how-it-work-box {
    margin-top: 20px;
}
.footerSec .col-lg-8 {
    width: 66%;
}

.quick_links {
    padding: 0 10px;
}

.sevice_links {
    padding-left: 10px;
}

.footerSec .col-xl-6.col-lg-4.col-md-4.col-sm-12.col-12 {
    width: 50%;
}
.footerSec ul li {
    font-size: 12px;
}
ul.ftr_contact li a {
    font-size: 8px;
}
.contact2 .icon i {
    width: 80px;
    height: 80px;
    font-size: 35px;
}	
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-product-highlight-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

    .banner-product-highlight-item:last-child {
        border-bottom: 0;
    }

    .banner-product-highlight-item-info h4 {
        font-size: 26px;
    }

    .banner-product-highlight-bottom h5 {
        font-size: 26px;
    }

    .banner-product-highlight-item-trust h6 {
        font-size: 24px;
    }



}

@media only screen and (min-width: 300px) and (max-width: 575px) {

    .banner-product-highlight-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

    .banner-product-highlight-item:last-child {
        border-bottom: 0;
    }

    .banner-product-highlight-item-info h4 {
        font-size: 26px;
    }

    .banner-product-highlight-bottom h5 {
        font-size: 26px;
    }

    .banner-product-highlight-item-trust h6 {
        font-size: 24px;
    }
.banner_Heading h1 {
    font-size: 30px;
    line-height: 1.2;
}

.header-logo a img {
    top: 90px;
}

.main_slider {
    padding: 200px 0px 20px;
}

.header-search {
    left: 0;
    top: 110px;
}

.banner_text_left h6 {
    font-size: 15px;
    line-height: 1;
    margin: 20px 0px;
}

.banner_Heading::before {
    height: 80px;
    width: 80px;
    top: 110px;
    left: 190px;
}
.banner-product-highlight {
    display: block;
}
	.banner-product-box-1 {
    margin-top: unset;
}
.about-sec {
    padding: 80px 0px !important;
}
	.about-text h2 {
    font-size: 32px;
    margin-top: 20px;
}
	.categories-box h3 {
    font-size: 28px;
}
.how-it-work-box {
    margin-bottom: 15px;
}
.copy-txt {
    display: block;
}

.textwidget.custom-html-widget {
    margin: 10px 0px;
}

.quick_links {
    padding: 0 0px;
}

.sevice_links {
    padding-left: unset;
}

ul.ftr_contact li {
    font-size: 11px;
}

.footerSec h5 {
    padding-top: 20px;
}

.ftr_left {
    border-right: unset;
}
section.main_slider.inner-banner::before {
    width: 100%;
}
h2.blk {
    font-size: 36px;
    margin: 20px 0px;
}

.contact2 ul li {
    display: block;
}

.contact2 ul li h4 {
    margin: 20px 0px 0px;
}
.slicknav_menu {
    position: relative;
    z-index: 999999;
}	
}


/*Media Query End*/