@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

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

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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: 'comic';
    src: url(../fonts/comic.ttf);
}

@font-face {
    font-family: 'phonk';
    src: url(../fonts/phonk-regular-demo.otf);
}


/***** 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 {
    font-family: 'comic';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'comic';
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'comic';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'comic';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'comic';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'comic';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 20px 0;
    position: relative;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    font-size: 18px;
    text-transform: capitalize;
}


/* .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: #28b16d;
}

.menuSec ul li a:hover {
    color: #e6268d;
}

.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;
}

ul.header-btns {
    margin: 0px 30px 0 50px;
}

.head-ban-bg {
    background: #fff;
    z-index: 9;
    position: relative;
}

.head-ban-bg:after {
    position: absolute;
    content: '';
    width: 75%;
    height: 100%;
    left: 0;
    top: 0;
    background: #007FFF;
    z-index: -1;
}

.header-search input {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 54px 0px rgba(0, 0, 0, 0.44);
    border: 0;
    width: 100%;
    height: 45px;
    padding: 0 0px 0 40px;
}

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

.header-search button {
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    margin-right: -35px;
    z-index: 1;
}

ul.header-btns a {
    font-size: 33px !important;
    color: #000 !important;
}

a.cart-icon {
    position: relative;
}

a.cart-icon span {
    position: absolute;
    bottom: -4px;
    right: -10px;
    font-size: 16px;
    background: #f8c222;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuSec .row {
    align-items: center;
}

.menuSec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffffbd;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.header-logo {
    position: relative;
    z-index: 1;
}


/* Header Section End */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.container-fluid {
    padding: 0 5%;
}

.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11%;
    right: 6%;
    transform: scale(.6);
}

.text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: consolas;
    color: #000;
    font-size: 17px;
    background: #fff;
    animation: textRotation 8s linear infinite;
    border-radius: 100%;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 100px;
}

.circle:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    background: #e6268d;
    border-radius: 100px;
}

img.home-banner-imaeg {
    opacity: 0;
    height: 800px;
}

.main_slider .row {
    align-items: flex-start;
}

.home-banner-text h1 {
    font-size: 73px;
    color: #fff;
    text-shadow: 0px 6px 68px rgba(0, 0, 0, 0.39);
    margin-bottom: 20px;
    width: 90%;
    text-transform: capitalize;
    position: relative;
}

.home-banner-text p {
    font-size: 17px;
    color: #fff;
    margin: 10px 0;
}

.btn-1 {
    display: inline-flex;
    position: relative;
    padding: 20px 40px;
    /* background: #000; */
    font-size: 26px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    font-weight: 500;
    z-index: 4;
    border: 0;
    color: #000;
}

.btn-1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f8c222;
    z-index: -1;
    transition: .5s all;
}

.description li.nav-item .nav-link.active:after {
    background: #e6268d;
}

.description li.nav-item .nav-link.active:before {
    background: #007FFF;
}

.description li.nav-item button:after {
    background: #007FFF;
}

.description li.nav-item button:before {
    background: #f8c222;
}

.description li.nav-item button:hover {
    color: #000;
}

.description li.nav-item button:hover:before {
    background: #f8c222;
}

.description li.nav-item button:hover:after {
    background: #e6268d;
}

.btn-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    background: #fff;
    z-index: -1;
    transition: .5s all;
}

.banner-btn {
    margin: 20px 0;
}

.btn-1:hover:before {
    left: 0;
    top: 0;
    z-index: -1;
}

.btn-1:hover:after {
    left: 10px;
    top: 10px;
    z-index: -2;
}

.btn-1:hover {
    color: #f8c222;
}

.home-banner-abs-text h5 {
    font-size: 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 300;
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    bottom: -105%;
}

.home-banner-info {
    background-color: rgb(246, 246, 246);
    width: 194px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: -112%;
    right: 20px;
}

.home-banner-info img {
    border-radius: 50%;
    background-color: rgb(31, 27, 27);
    box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.45);
    width: 60px;
    height: 60px;
}

.hm-info-text h5,
.hm-info-text h6 {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 20px;
}

.home-banner-image {
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.35);
    width: 615px;
    height: 700px;
    background: #f8c222;
    border-radius: 330px 330px 0 0;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-bottom: -100px;
}

.home-banner-image img {
    margin: -70px 0 0 0;
}

.home-baner-image-abs-5 {
    position: absolute;
    top: 30%;
    right: 80px;
}

img.ban-1 {
    position: absolute;
    top: 3%;
    left: 14%;
    animation: textRotation 3s linear infinite;
}

img.ban-2 {
    position: absolute;
    top: 7%;
    right: 45%;
    animation: textRotation 8s linear infinite;
}

img.ban-3 {
    position: absolute;
    bottom: 24%;
    left: 39%;
    animation: textRotation 2s linear infinite;
}

img.ban-4 {
    position: absolute;
    top: 10%;
    right: 5%;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

img.ban-5 {
    position: absolute;
    bottom: 36%;
    left: 10px;
}

.home-banner-abs-text h4 {
    color: #fff;
    display: grid;
    position: absolute;
    right: 0;
    boty: 0;
}

.home-banner-text {
    position: relative;
}

section.main_slider {
    position: relative;
}

.banner-bottom-sec {
    background: #e6268d;
    position: relative;
}

.baner-bottom-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    border-right: 1px solid #ffffff87;
}

img.bn-btm-1 {
    position: absolute;
    bottom: 100px;
    top: 0;
    margin: auto;
    z-index: 99;
    width: 30%;
}

.banner-bottom-text {
    width: 58%;
    margin-left: auto;
}

.banner-bottom-text h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat';
    width: 60%;
    line-height: 34px;
    margin-bottom: 10px;
}

.banner-bottom-text a {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
}

.banner-bottom-sec .row {
    align-items: center;
}

.banner-bottom-image-2 {
    background: #fff;
    width: 200px;
    height: 140px;
    position: relative;
}

.banner-bottom-image {
    height: 180px;
}

.banner-bottom-image-2 img {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.home-banner-abs-text h4 {
    font-size: 68.366px;
    font-family: "Phonk";
    color: rgb(255, 255, 255);
    line-height: 0.903;
    text-align: center;
    -moz-transform: matrix(0.43384428466424, -0.04270359757998, 0.04264734259078, 0.43327276594141, 0, 0);
    -webkit-transform: matrix(0.43384428466424, -0.04270359757998, 0.04264734259078, 0.43327276594141, 0, 0);
    -ms-transform: matrix(0.43384428466424, -0.04270359757998, 0.04264734259078, 0.43327276594141, 0, 0);
    position: absolute;
    right: -50px;
    bottom: -90px;
    text-shadow: 5px 7px #ffffff54;
}

.home-banner-text h1:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: -30px;
    top: 70px;
    background: #fff;
}


/*banner css end*/


/* about sec css */

.abt-sec {
    padding: 100px 0 30px;
    background: #e5edf1;
    position: relative;
}

.abt-txt-img .img-002 {
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 280px;
    height: 310px;
    object-fit: cover;
    border-radius: 60%;
    z-index: 99;
}

.abt-txt-img {
    position: relative;
    width: 90%;
}

.abt-txt-img .img-003 {
    position: absolute;
    right: -15%;
    bottom: 12%;
}

.abt-txt-img .img-001 {
    width: 90%;
    height: 520px;
    object-fit: cover;
    object-position: top;
    border-radius: 300px 300px 0px 0px;
    background-color: rgb(233, 233, 235);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
}

.abt-txt-img>em {
    background: #FFCC57;
    width: 80px;
    height: 90px;
    display: block;
    border-radius: 50px;
    transform: rotate(14deg);
    position: absolute;
    top: 28%;
    left: -30px;
}

.abt-txt-img span {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8%;
    top: 10%;
    z-index: 99;
}

.abt-txt-img span em {
    color: #ffffff;
    font-family: 'recreg';
    font-size: 24px;
    font-style: unset;
    position: relative;
    z-index: 99;
}

.abt-txt-img span::before {
    content: '';
    position: absolute;
    left: 0px;
    background: url(../images/star-2.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.abt-txt {
    position: relative;
    padding-left: 0;
    height: 100%;
}

.abt-txt .img-001 {
    position: absolute;
    right: 0;
    top: -60px;
}

.abt-txt .img-002 {
    position: absolute;
    left: 9%;
    bottom: -15%;
}

.abt-txt h6 {
    color: #007FFF;
    font-size: 40px;
    font-family: 'Montserrat';
}

.abt-txt h2 {
    margin-bottom: 30px;
    font-size: 63px;
    color: #000000;
    width: 90%;
}

.abt-txt .btn10 {
    margin-top: 50px;
}

.abt-txt p {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
    padding: 10px 0 10px 30px;
    text-align: justify;
}

.abt-txt:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 14%;
    left: 10px;
    top: 35%;
    background: #e6268d;
}

.btn-1.btn-2 img {
    object-fit: contain;
    margin-left: 10px;
}

.btn-1.btn-2::before {
    background: #007FFF;
}

.abt-txt a {
    margin-top: 20px;
}

.sew-molly-circle {
    fill: var(--lightrose);
    width: 220px;
    height: 220px;
    transform-origin: center;
    font-family: 'Montserrat';
    font-size: 21px;
    position: absolute;
    right: 0;
    margin: auto;
    bottom: 0;
    animation: 10s abc linear infinite;
}

@keyframes abc {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.about-round-text {
    position: relative;
    height: 150px;
    width: 150px;
    z-index: 1;
    margin: -20px 40px 0px auto;
    transform: scale(.6);
}

.about-round-text:after {
    position: absolute;
    content: '\f178';
    width: 70%;
    height: 70%;
    left: -57px;
    right: 0;
    top: -65px;
    bottom: 0;
    background: #e6268d;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-family: "Font Awesome 6 Pro";
    font-size: 50px;
    color: #fff;
    transform: rotate(-55deg);
    font-weight: 300;
}

img.ab-1 {
    position: absolute;
    top: 15%;
}

img.ab-2 {
    position: absolute;
    bottom: 30%;
}

img.ab-3 {
    position: absolute;
    top: 10%;
    right: -2%;
}

img.ab-4 {
    position: absolute;
    right: -2%;
    bottom: 10%;
}


/* About section End */


/* brand Sec Start */

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.brand-logo img {
    width: auto;
}

.brand-logo h3 {
    font-size: 35px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 100;
}

.brand {
    background: #007FFF;
    padding: 10px 0;
}

.slick-slide {
    opacity: 1;
}

.sec-bg-2 {
    background: #e6268d;
}


/* brand Sec End */


/* Category Section Start */

.category-sec .mytabs.current {
    display: block;
    -webkit-animation: .8s ease-out slide-right;
    -moz-animation: .8s ease-out slide-right;
}

.category-sec .mytabs {
    display: none;
    padding: 0px 0 0;
}

section.category-sec {
    background: #f8c222;
    padding: 80px 0;
    position: relative;
}

.sec-head h2 {
    font-size: 55px;
    margin-bottom: 20px;
}

.sec-head p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}

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

ul.tbing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 0 50px 20px;
}

ul.tbing li {
    cursor: pointer;
}

ul.tbing h3 {
    font-size: 17px;
    font-family: 'Montserrat';
}

ul.tbing .current h3 {
    position: relative;
    font-weight: 800;
}

ul.tbing .current h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    border-radius: 10px;
}

.category-box-main {
    position: relative;
    margin: 20px 0;
}

.category-box-main img {
    width: 100%;
    border-radius: 20px;
    background-color: rgb(0, 0, 0);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.34);
}

.category-text {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    height: 170px;
    margin: auto;
    width: 32%;
}

.category-text h3 {
    font-size: 44px;
    color: #000;
    text-transform: capitalize;
}

.category-text h6 {
    font-size: 36px;
    color: #543597;
    margin-top: 10px;
}

.catgry-image img {
    border-radius: 20px;
    background-color: rgb(0, 0, 0);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.31);
    width: 100%;
}

.catgry-image {
    position: relative;
}

.category-btn i {
    font-size: 23px;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #007FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.category-btn {
    position: absolute;
    bottom: -3px;
    right: -7px;
}

.category-sec-tab {
    padding: 50px 0 0;
}

.catgry-box {
    margin: 20px 0;
    position: relative;
}

.catgry-text h4,
.catgry-text h5 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
}

.catgry-text {
    margin-top: 20px;
}

.catgry-box .category-btn {
    bottom: 22%;
    right: -8px;
}

img.cat-abs-1 {
    position: absolute;
    top: 10%;
    right: 6%;
    animation: 2s abc linear infinite;
}

img.cat-abs-2 {
    position: absolute;
    top: 6%;
    left: 5%;
    animation: 5s abc linear infinite;
}


/* Category Section End */


/* Arrival Section Start */

section.arrival-sec {
    position: relative;
    padding: 80px 0 0;
    background: #e5edf1;
}

.arrival-top-text h2 {
    font-size: 55px;
}

.arrival-top-text p {
    font-size: 16px;
    font-weight: 500;
}

.arrival-slider {
    margin-top: 50px;
}

.arrival-image img {
    border-radius: 30px;
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.28);
    width: 100%;
}

.arrival-slider .slick-slide {
    padding: 30px 0;
    opacity: 1;
}

.arrival-text h4 {
    font-size: 24px;
    color: #000000;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 6px 0 10px;
}

ul.star i {
    color: #f8c222;
}

.arrival-text h6 {
    font-size: 28px;
    color: #e6268d;
}

.arrival-text {
    margin-top: 20px;
}

.arrival-slider .slick-prev:before,
.arrival-slider .slick-next:before {
    position: absolute;
    content: '\f178';
    font-size: 30px;
    color: #000;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrival-slider .slick-prev:before {
    content: '\f177';
}

.arrival-slider .slick-prev,
.arrival-slider .slick-next {
    top: 42%;
}

img.arr-1 {
    position: absolute;
    top: 10%;
    left: -60px;
}

img.arr-2 {
    top: 70px;
    left: 41%;
    position: absolute;
    animation: heartbeat 1s ease-in-out infinite both;
}

img.arr-3 {
    position: absolute;
    bottom: 9%;
    right: 3%;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

img.arr-4 {
    position: absolute;
    top: 25%;
    right: 20px;
    width: 80px;
    animation: 4s abc linear infinite;
}

img.arr-5 {
    position: absolute;
    top: 25%;
    right: 20px;
    width: 80px;
    animation: 5s abc linear infinite;
}


/* Arrival Section End */


/* Collection Section Start */

.collection-sec {
    background-image: url(../images/collect-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.collect-text h2 {
    font-size: 57px;
    color: #fff;
}

.collect-text p {
    font-size: 17px;
    color: #fff;
    margin: 25px 0;
}

a.btn-1 img {
    object-fit: contain;
    margin-left: 20px;
}

.faeture-box h6 {
    color: #007FFF;
}

img.fttr-1 {
    position: absolute;
    top: 15%;
    right: -20px;
    animation: 5s abc linear infinite;
}

img.fttr-2 {
    position: absolute;
    top: 15%;
    left: -60px;
}

.feature-sec {
    background: #fff !important;
    position: relative;
}


/* Collection Section End */


/* Footer Section Start */

footer.footer-sec {
    background: #e6268d;
    padding: 70px 0 0px;
    position: relative;
}

.footer-text img {
    margin-bottom: 0;
    background: #fff;
}

.footer-text p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 90%;
}

.footer-text h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 100;
}

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

ul.social-links i {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border-radius: 50px;
}

ul.social-links i.fa-brands.fa-facebook-f {
    background: #3b5998;
}

ul.social-links i.fa-brands.fa-linkedin-in {
    background: #0e76a8;
}

ul.social-links i.fa-brands.fa-twitter {
    background: #2296f9;
}

ul.social-links i.fa-brands.fa-pinterest-p {
    background: #cd1f29;
}

.footer-text a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

ul.footer-menu li {
    margin-bottom: 15px;
}

.foter-box-2 ul.footer-menu {
    display: block;
}

.bottom-nav-text p {
    font-size: 16px;
    color: #fff;
}

.bottom-nav-imag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-text input {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    border: 0;
    margin-bottom: 20px;
}

.footer-text.foter-box-2 {
    width: 90%;
    margin: 0 auto;
}

.footer-text.foter-box-3 {
    width: 80%;
    margin: 0 auto;
}

.footer-text.foter-box-4 button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: capitalize;
    height: 60px;
}

.footer-text.foter-box-4 button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(29%) hue-rotate(335deg) brightness(93%) contrast(107%);
}

.footer-bottom-nav .row {
    align-items: center;
}

.footer-bottom-nav {
    padding: 20px 0;
    border-top: 1px solid #ffffff69;
    margin-top: 50px;
}

ul.footer-info-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

ul.footer-info-list i {
    font-size: 20px;
    color: #f8c222;
}

ul.footer-info-list i {
    width: 10%;
    display: block;
}


/* Footer Section End */


/* Inner Pages Strat */


/* Inner Banner Start */

.inner-baner-bg {
    background-image: url(../images/inner-banner-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.inner-banner-sec {
    padding: 120px 0;
    position: relative;
}

.inner-banner-text h1 {
    font-size: 55px;
    color: #fff;
    text-transform: capitalize;
}

img.inn-1 {
    position: absolute;
    right: 43%;
    top: 22%;
}

img.inn-2 {
    position: absolute;
    top: 10%;
    left: 22%;
}

.inner-ban-abs img {
    width: 36px;
}


/* Inner Banner End */


/* About Page Start */

.About-page .abt-txt-img .img-002 {
    bottom: 0;
}

.About-page img.img-003 {
    bottom: 60px;
}

.About-page svg.sew-molly-circle {
    font-size: 21px;
}

.about-bottom-text:after {
    display: none;
}

.About-page {
    padding-bottom: 80px;
}


/* Testimoal Section Start */

.testimonial-sec {
    position: relative;
    /* z-index: 3; */
    background: #f8c222;
}

ul.test-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    height: 100%;
    background-color: #dbf1ff;
    padding: 25px;
}

.tst-top-box img {
    width: 100px;
    height: 110px;
    object-fit: cover;
}

.tst-top-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.testi-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 30px;
    z-index: 8;
    position: relative;
}

.testi-box p {
    font-size: 23px;
    color: #0d0d0d;
    line-height: 35px;
    font-family: 'Montserrat';
    font-weight: 500;
}

ul.test-list h4 {
    font-size: 22px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

ul.test-list h5 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Montserrat';
}

.test-social i {
    width: 60px;
    height: 60px;
    background: #e6268d;
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}

ul.star.test-star {
    justify-content: flex-start;
}

.testi-slider {
    position: relative;
    z-index: 1;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    top: -40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.testi-slider .slick-prev:before {
    position: absolute;
    content: '\f053';
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    border: 2px solid #fff;
    border-radius: 60px;
}

.testi-slider .slick-next:before {
    position: absolute;
    content: '\f054';
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    border: 2px solid #fff;
    border-radius: 60px;
}

.testi-slider .slick-prev {
    left: auto;
    right: 10%;
}

.testi-slider .slick-next {
    left: auto;
    right: 3%;
}

.testi-slider .slick-active {
    opacity: 1;
}

.pro_bar.testi-bar {
    bottom: 0;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.progress4,
.progress3 {
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(to right, #000000, #000000);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.progress4,
.progress3 {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #989898;
    border-radius: 0;
}

.testi-slider-number span.end_number,
.testi-slider-number span.start_number1 {
    font-size: 40px;
    right: 0;
    font-family: 'Montserrat';
    color: #000;
}

.testi-slider-number .nike-zoom-silder-number {
    top: auto;
    bottom: -48%;
    left: 5%;
}

.testi-slider-number {
    bottom: -52%;
    top: auto;
    left: 4%;
}

.testi-slider-number span.start_number1 {
    font-family: 'Montserrat';
    font-size: 40px;
    color: #000;
    bottom: 0;
}

.slide_counter h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 60px auto -30px;
    font-weight: 400;
}


/* Testimoal Section End */


/* About Page End */


/* Products Page Start */

.product-inner-sec .product-side-bar {
    height: 900px;
    overflow-y: scroll;
    padding-right: 0;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 35px;
    margin: 20px 0;
    color: #000;
    position: relative;
    text-transform: capitalize;
}

.themes-h4:after {
    height: 4px;
    position: absolute;
    content: '';
    width: 22px;
    top: 17px;
    right: 10px;
    background: #000;
}

.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #24110b17;
    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 {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

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


/* Track */

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


/* Handle */

.product-inner-sec ::-webkit-scrollbar-thumb {
    background: #e6268d;
    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: 18px;
    border-radius: 0;
    -webkit-appearance: auto;
}

.product-inner-sec h6 {
    text-align: end;
    font-family: 'Montserrat';
}

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

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

.arrival-text h6 {
    text-align: left;
    font-family: 'comic';
}

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

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

.product-inner-sec {
    position: relative;
    background-image: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -750px;
}

img.pr-1 {
    position: absolute;
    top: 5%;
    left: -17px;
}

img.pr-2 {
    position: absolute;
    top: 30%;
}

img.pr-3 {
    position: absolute;
    right: -60px;
    top: 1%;
}

img.pr-4 {
    position: absolute;
    top: 30%;
    right: -40px;
}


/* Products Page End */


/* Product Detail Page Start */

.productdetailsec {
    position: relative;
    background-image: url(../images/prd-det-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 0;
}

.related-sec .sec-head {
    margin: 0 auto;
}


/* Product Detail Slider Css */

.productdetailsmallportion img {
    width: 100%;
}

.productdetailnav .slick-slide {
    margin: 15px 0;
    opacity: 1;
}

.productdetailnav .productdetailsmallportion img {
    border: 2px solid #632705;
    height: 120px;
    width: 150px;
    margin: 0 auto;
}

.productdetailfor .productdetailsmallportion img {
    border-radius: 20px;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

img.prd-1 {
    position: absolute;
    top: 8%;
    left: -10px;
}

img.prd-2 {
    position: absolute;
    bottom: 10%;
    left: 0;
}

img.prd-3 {
    position: absolute;
    right: -30px;
    top: 4%;
}

.prd-4 {
    position: absolute;
    right: -30px;
    bottom: 10%;
}


/* Product Detail Slider Css */


/* Product Deatil Content Css */

.productdetailtext h2 {
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
}

.productdetailtext h4 {
    font-size: 30px;
    color: #e6268d;
    font-family: 'comic';
    font-weight: 500;
    margin: 10px 0 0 0;
}

ul.star-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 20px 0 40px;
}

ul.star-list i {
    font-size: 20px;
    color: #f8c222;
}

ul.star-list span {
    font-size: 20px;
    font-family: 'comic';
    font-weight: 500;
    color: #000;
}

.productdetailtext h3 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
}

ul.dummy-list.shop p {
    font-size: 17px;
    color: #000000;
    padding: 0;
    font-weight: 300;
}

ul.quantity-list li h5 {
    font-size: 25px;
    color: #000000;
    font-family: 'Montserrat';
}

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

.iconlist li p {
    font-size: 17px;
    color: #636363;
}

.iconlist ul li i {
    font-size: 20px;
    color: #000;
}

.iconlist li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.iconlist {
    margin: 20px 0;
}

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

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

ul.dummy-list.shop li::marker {
    color: #f8c222;
    font-size: 30px;
}


/* Product Deatil Content Css */


/* Product Detail Counter Css */

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

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

.product-detail span {
    width: 30px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 30px !important;
    margin: 11px 5px 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;
    font-family: 'Roboto';
}

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

.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:hover {
    background: #e6268d;
    color: #fff !important;
}

.product-detail input.in-num {
    border: 1px solid #000;
    width: 50%;
    margin: 0 5px;
    height: 50px;
    color: #000;
    background: #fff;
    text-align: center;
    font-size: 21px;
}

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


/* Product Detail Counter Css */

ul.iconlist i {
    color: #e6268d;
}


/* Description Product Detail Css */

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

.description li.nav-item button {
    width: 300px;
    height: 70px;
    background-color: #007FFF;
    font-size: 20px;
    border-radius: 0;
    font-weight: 300;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #e6268d;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    font-size: 20px;
}

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

.description {
    padding: 40px 0 50px;
    position: relative;
}

.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: 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;
}

.description .tab-content p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat';
    padding: 10px 0;
}

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

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

.prd-det-page-review-box-container {
    display: block;
}

.prd-det-page-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;
}

.prd-det-page-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;
}

.prd-det-page-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: 100%;
    object-fit: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    background: #f8c222;
}

.nav-tabs {
    margin-bottom: 30px;
    gap: 20px;
    padding-bottom: 13px;
    border: 0;
}

.rev-btn h6 {
    font-size: 30px;
    font-family: 'gilory';
    margin-bottom: 20px;
}


/* Description Product Detail Css */

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


/* Product Detail Page End */


/* Cart Page Start */

.cart-sc-mn {
    background-image: url(../images/cart.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

img.cart-1 {
    position: absolute;
    top: 10%;
    left: -10px;
}

img.cart-2 {
    position: absolute;
    bottom: 20%;
    left: 0;
}

img.cart-3 {
    position: absolute;
    right: -30px;
    top: 7%;
}

img.cart-4 {
    position: absolute;
    right: 0;
    bottom: 10%;
}

section.add-to-cart {
    padding: 100px 0;
    position: relative;
    background-image: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    margin-top: 0;
}

.add-to-cart .img-1 {
    position: absolute;
    left: -9%;
    top: 22%;
    width: 250px;
}

.add-to-cart .img-2 {
    position: absolute;
    bottom: 20%;
    left: 13%;
}

.add-to-cart .img-3 {
    position: absolute;
    right: -10%;
    top: 0%;
    width: 290px;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    margin-top: 24px;
    background: #f7f7f7;
}

.table-responsive .table th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table-responsive .table th:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.add-to-cart a {
    font-size: 20px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Montserrat';
}

.add-to-cart h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 0 55px 0 #d9d9d9;
    border: 1px solid #0000003b;
}

.total-section ul {
    font-family: 'trajan';
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 27px;
    line-height: 40px;
    padding-bottom: 20px;
    color: #333333;
    font-weight: 400;
    font-family: 'Montserrat';
}

li.color-change {
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 34px;
}

.total-section li.color-change span {
    font-weight: 500;
    font-size: 30px;
    color: #e6268d;
    font-family: 'Montserrat';
}

.total-section li span {
    float: right;
}

.ship-estimate {
    margin-top: 10%;
    padding: 15px 40px;
    background: #f6f6f6;
    box-shadow: 0 0 55px 0 #d9d9d9;
    border: 1px solid #0000003b;
}

.add-to-cart .table>thead {
    position: relative;
    z-index: 1;
}

.add-to-cart .table>thead:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    top: 10px;
    background: #f8c222;
    z-index: -1;
}

.ship-estimate li {
    font-size: 27px;
    color: #000000;
    line-height: 40px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
}

.ship-estimate ul {
    margin-top: 15px;
    margin-bottom: 30px;
    list-style: none;
}

.ship-estimate .grey-style {
    color: #333333;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: capitalize;
}

.proceed .shp-btn {
    color: #000000;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    padding: 30px 50px;
    border-radius: 5px;
    background: #fff;
    margin-left: -60%;
    width: 100%;
}

.or-amazon p {
    font-size: 17px;
    position: absolute;
    background: #f4f4f4;
    top: -18px;
    left: 0px;
    padding: 3px 20px;
    color: rgb(51, 51, 51);
    display: block;
    text-transform: uppercase;
    border: 0;
    font-family: 'new';
    right: 0px;
    margin: 0px auto;
    width: 70%;
    font-weight: 600;
}

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

.product-img {
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #0000002e; */
    margin-top: 50px;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 19px;
    font-weight: 400;
    color: #Fff;
    font-family: 'Montserrat';
    background-color: #e6268d;
    padding: 21px 25px;
    border-radius: 0;
    text-transform: capitalize;
}

.table-space h3 {
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    line-height: 25px;
    color: #333333;
    text-transform: lowercase;
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #f8c222;
    color: #fff;
    border: #fff;
}

.table-space h6 {
    font-weight: 600;
    font-size: 19px;
    line-height: 18px;
    color: #333342;
    font-family: 'Montserrat';
    margin: 5px 0;
    text-transform: capitalize;
}

.table-space span {
    color: #333333;
    font-weight: 600;
    font-family: 'Montserrat';
}

li.color-change {
    margin-top: 8%;
}

.table-responsive {
    margin-bottom: 0%;
}

.table th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table th:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.table th:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.product-img.cart img {
    margin-top: 0;
}

.product-img.cart img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.product-img.cart {
    margin: 0;
}

a.btn1.checkout-btn {
    font-size: 27px;
    font-family: 'new';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
}

a.btn-1.checkout-btn {
    padding: 15px 0 !important;
    color: #fff;
    text-transform: capitalize;
}


/* Cart Page End */


/* Checkout Page Start */

.billing_form h3 {
    font-size: 30px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 100;
}

.billing_form label {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #29292a;
    font-weight: 600;
}

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

.billing_form input {
    width: 100%;
    font-family: 'Montserrat';
    height: 50px;
    border: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 0;
}

a.btn1.checkout_btn.mt-4.btn13 {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.billing_form input::placeholder {
    color: #7C7C7C;
}

.cart_sidebar .btn-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

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

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

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    font-family: 'Montserrat';
}

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

.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 {
    padding: 40px 25px;
    border: 1px solid #000;
    border-radius: 0;
}

font {
    font-size: 24px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'adoha';
    font-weight: 100;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000000;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #121212;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: 'Montserrat';
}

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

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

.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: 14px;
    font-weight: 600;
    color: #000;
}

.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: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #e6268d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.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: 'Poppins', 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;
}

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

h6.payment-h {
    color: #000;
    margin-bottom: 27px;
    font-size: 25px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.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: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #e6268d;
}

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

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

section.checkout_page.all-section.all-side {
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    margin-top: -40px;
    position: relative;
    background-position: top;
}

.billing_form {
    border: 1px solid #000;
    padding: 50px 25px;
    border-radius: 11px;
}

.cart_sidebar h3 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-family: 'comic';
    font-weight: 100;
    text-transform: uppercase;
}


/* Checkout Page End */


/* Contact Page Start */

section.contact_us {
    padding: 150px 0 100px;
    position: relative;
    background-image: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -200px -120px;
}

img.crt-3.cnt-3 {
    bottom: 47%;
}

img.crt-5.cnt-5 {
    left: auto;
    right: 25%;
}

.contact1 h2,
.contact2 h2 {
    color: #000;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 10px;
}

.contact1 p,
.contact2>p {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5%;
    font-family: 'Montserrat';
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: 'Nunito';
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact2 ul li {
    display: flex;
    align-items: center !important;
    margin-bottom: 50px;
    align-items: flex-start;
}

.contact2 ul li h4 {
    margin-bottom: 0px;
    font-weight: 200;
    text-transform: capitalize;
    color: #000;
    line-height: 50px;
    font-size: 26px;
}

.contact2 ul li p a {
    color: #000000;
    font-family: 'Montserrat';
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}

.contact2 ul li p {
    color: #000;
    font-family: 'Montserrat';
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}

.contact2 .icon {
    height: 80px;
    width: 80px;
    border: dashed 2px #007FFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
}

.contact2 .icon i {
    font-size: 38px;
    color: #e6268d;
}

.map {
    margin-top: 50px;
}

h1.cnt:after {
    width: 25px;
    height: 25px;
    right: 5.1%;
    bottom: 21%;
}

.contact1 textarea {
    resize: none;
    border-radius: 0;
    height: 160px;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 400;
}

.contact2 .icon_info {
    width: 83%;
}

button.btn1.contact-pag-btn {
    width: 100%;
    border: 0;
    margin-top: 0;
    font-size: 26px;
}

button.btn-1.contact-pag-btn {
    width: 100%;
    text-transform: uppercase;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Contact Page End */


/* account page css */

.login-baner {
    width: 50%;
}

.log-in-page-main {
    padding: 150px 0 100px;
    position: relative;
    background-image: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.log-in-wrap {
    padding: 40px 35px;
    border-radius: 0;
    border: 2px solid #000000;
}

.log-in-wrap h2 {
    margin: 0px 0px 30px;
    text-align: center;
    color: #000;
    font-size: 40px;
    text-transform: capitalize;
}

.log-in-wrap form button {
    padding: 15px 50px;
    font-size: 21px;
    color: #000;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.width-100 {
    width: 100% !important;
}

.log-in-page-main {
    padding: 100px 0px;
}

.log-in-page-main .form-control {
    height: 60px;
    padding-left: 25px;
    margin-bottom: 20px;
    border: 1px solid #7c7c7c;
    border-radius: 0;
    color: #000;
    background: transparent;
}

.log-in-page-main .form-control::placeholder {
    color: #000;
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    color: #000;
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

.forgot-pass {
    width: 72%;
    text-align: right;
}

.forgot-pass a {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    color: #e6268d;
}

.agree-text {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #000;
}

.terms_chk .form-check-input {
    border: 2px solid #000;
}

a.term-condition {
    color: #e6268d;
    text-decoration: underline;
    padding-left: 0;
    font-weight: 600;
}

.header-logo h3 {
    color: #fff;
    text-transform: capitalize;
}


/* Account Page End */


/* Inner Pages End */


/*Media Query Start*/

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

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

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


/*Media Query End*/


/*Media Query End*/