@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

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

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

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

img {
    max-width: 100%;
}

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

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


/***** 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: 'headlines';
    src: url(../fonts/headlines.otf);
    font-weight: 400;
    font-style: normal
}


/***** 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;
}

.pt-6 {
    padding-top: 60px;
}

.pt-7 {
    padding-top: 70px;
}

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

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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: 'headlines';
    font-size: 100px;
    line-height: 100px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px;
}

h2 {
    font-family: 'headlines';
    font-size: 70px;
    line-height: 70px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
}

h3 {
    font-family: 'headlines';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

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

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

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

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

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


/* Header Start */


.topsec-left-socail-link ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topsec-left-box {
    display: flex;
    align-items: center;
    gap: 40px;
}

.topsec-right-link ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    width: fit-content;
    margin: 0 0 0 auto;
    position: relative;
}

.topsec-right-link ul:before {
    content: "";
    position: absolute;
    background: #000;
    width: 2px;
    height: 100%;
    right: 10px;
    left: 0;
    margin: 0 auto;
}

.topsec-center-logo-box {
    text-align: center;
    margin-bottom: -80px;
    position: relative;
    z-index: 9;
}

.menuSec {
    padding: 25px 0;
}

.topsec-center-logo-box a img {
    width: 244px;
    height: 78px;
    object-fit: contain;
    margin-bottom: -70px;
}

.menusec-cart-items {
    display: flex;
    align-items: center;
    justify-content: end;
}

.search-bar-btn {
    padding: 0 !important;
    font-size: 18px !important;
}

.cart-items-btn {
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-right: 25px !important;
    display: flex !important;
    align-items: center;
    gap: 15px !important;
}

.cart-items-btn i {
    background: #2de9de;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    animation: pulse-animation 2s infinite;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.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: #000;
    padding: 0px 30px 0px 0px;
    font-size: 15px;
    font-weight: 600;
}

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


.topsec-right-link ul li a:hover {
    color: #25e8de;
    transition: 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:hover a {}

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

.menuSec ul:after {
    clear: both;
}

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

.topSec {
    background: #f2f3f0;
    padding: 15px 0;
    position: relative;
}

.topSec:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 130px;
    height: 100%;
    right: 0;
    left: 25px;
    margin: 0 auto;
    top: 0;
    z-index: 1;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.topsec-left-email-box a {
    color: #202020;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 13px;
}

.topsec-left-email-box a i {
    font-size: 20px;
    color: #2de9de;
}

.topsec-left-socail-link ul li a {
    border: 1px solid #616160;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #616160;
    font-size: 15px;
    transition: 0.5s;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(37 232 222);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}

.topsec-left-socail-link ul li a:hover {
    background: #2de9de;
    transition: 0.5s;
    border: 1px solid #2de9de;
    color: #fff;
}

.topsec-right-link ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: 0.5s;
}

.full-page-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2de9deeb;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1000;
}

.full-page-search.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    position: relative;
    width: 80%;
    max-width: 750px;
    display: flex;
    align-items: center;
}

.search-container input[type="text"] {
    width: 100%;
    padding: 20px;
    font-size: 24px;
    border: none;
    outline: none;
    border-radius: 50px;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 4%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.search-container-button {
    position: absolute;
    right: 10px;
}

.search-container-button button {
    background: #2de9de;
    border: none;
    border-radius: 50px;
    height: 55px;
    width: 160px;
    font-weight: 700;
}

/* Header Ends */


/* Main Banner Start*/

.main-banner-three-img img {
    width: 100%;
    border-radius: 18px;
    height: 762px;
    object-fit: cover;
}

.main-banner-three-img {
    position: relative;
}

.main-banner-three-img-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.main-banner-three-img-btn a {
    background: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    animation: pulse-animation 2s infinite;
}

.main-banner-two-img img {
    width: 100%;
    border-radius: 18px;
    height: 450px;
    object-fit: cover;
}

.main-banner-one-img img {
    width: 100%;
    border-radius: 18px;
    height: 450px;
    object-fit: cover;
}
.main-banner-text.chg ul {
    margin-top: 20px;
}
.main-banner-text.chg a.theme-btn-1.chg {
    background: #25e8de !important;
    color: #000 !important;
    font-weight: 600;
}


.main-banner-two-images img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.main-banner-two-text-sec {
    position: absolute;
    left: 4%;
}
.main-banner-two-images {
    position: relative;
    width: 100%;
}   

.main-banner-text.chg ul li a {
    background: #fff;
    color: #000 !important;
    font-weight: 600;
}
.main-banner-two-images:before {
    content: "";
    position: absolute;
    background: #0000008c;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
}

.main-banner-two-sec {
    position: relative;
    display: flex
;
    align-items: center;
}
.main-banner-text.chg {
    margin: 0 !important;
    text-align: left;
}
.main-banner-text {
    margin-top: 35px;
}

.main-banner-text ul {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.main-banner-shop-now-btn {
    margin-left: 30px;
    border: 2px solid #878787;
    color: #000000;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 50px;
    animation: pulse-animation 2s infinite;
}

.main-banner-text h1 span {
    display: block;
}

.main-banner-text ul li {
    display: flex;
    align-items: center;
}

.main-banner-cat-icon {
    background: #000;
    display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    animation: pulse-animation 2s infinite;
}

.main-banner-text p {
    width: 90%;
    font-size: 22px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 0;
    font-weight: 700;
}

.main-banner-tag-line {
    background: #2de9de;
    padding: 20px 0;
}

.scrolling-text p img {
    width: 70px;
    height: 3px;
    object-fit: contain;
    margin-left: 15px;
    margin-right: 15px;
}

.scrolling-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.scrolling-text p {
    margin-bottom: 0;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.scrolling-text p {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 300s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* Main Banner Ends */

/*Shop By Category Start */


.shop-by-category-button {
    text-align: end;
}

.theme-btn-1 {
    background: #000;
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff ;
    animation: pulse-animation 2s infinite;
}



.shop-by-category-silder .slick-slide {
    margin: 0px 20px;
}

.shop-by-category-row {
    margin-top: 25px;
}

.shop-by-category-silder-items-box {
    position: relative;
}

.shop-by-category-silder-items-box img {
    width: 100%;
    height: 609px;
    border-radius: 15px;
    object-fit: cover;
}

.shop-by-category-box-btn {
    position: absolute;
    bottom: 35px;
    left: 20px;
}

.shop-by-category-silder .slick-active {
    opacity: 1.5;
}

.shop-by-category-silder .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    text-align: center;
    opacity: 1 !important;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #878787;
}

.shop-by-category-box-btn a {
    background: #fff;
    color: #000000;
    font-weight: 700;
}

.shop-by-category-silder .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    background: #1be7de !important;
}

.shop-by-category-silder .slick-dots li {
    width: 16.5%;
    height: 4px;
    margin: 0 0px;
}

.shop-by-category-silder .slick-dots li button {

    width: 100%;
    height: 4px;
    padding: 5px;

}

.shop-by-category-silder .slick-dots {

    bottom: -65px;

}

/*Shop By Category Ends */


/*Joshua Haggerty Activewear Start */


.joshua-haggerty-activewear-heading {
    margin-bottom: 55px;
}

.joshua-haggerty-activewear-images img {
    width: 100%;
    height: 540px;
    border-radius: 25px;
    object-fit: cover;
}

.joshua-haggerty-activewear-text h2 {
    font-size: 55px;
    margin-bottom: 25px;
}

.joshua-haggerty-activewear-text {
    margin-left: 30px;
}

.joshua-haggerty-activewear-text a {
    background: #2de9de;
    color: #000;
    font-weight: 600;
}

.joshua-haggerty-activewear-text p {
    font-family: 'headlines';
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 40px;
    margin-bottom: 40px;
}


/*Joshua Haggerty Activewear Ends */


/*Best Sellers for Every Workout Start*/

.best-sellers-for-every-workout-sec {
    background: #f2f2f2;
    padding: 50px 0 100px;
}

.best-sellers-for-every-workout-heading h2 span {
    display: block;
}

.best-sellers-for-every-workout-heading h2 {
    margin-bottom: 0;
}

.best-sellers-for-every-workout-text p {
    margin-bottom: 0;
    font-size: 20px;
    color: #303030;
    font-weight: 600;
    line-height: 30px;
}

.best-sellers-for-every-workout-sec .container-fluid {
    padding-left: 65px;
    padding-right: 0;
}


.best-sellers-silder {
    margin-top: 40px;
}

.best-sellers-silder .slick-slide {
    margin: 0px 8px 20px;
}

.best-sellers-silder-items-text ul li span {
    font-size: 22px;
    color: #000;
    font-weight: 800;
}

.best-sellers-silder-items-text p {
    color: #878787;
    font-size: 15px;
    margin-top: 12px;
}

.best-sellers-silder .slick-active {
    opacity: 1.5;
}

.best-sellers-silder-items-text h2 {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 10px;
}

.best-sellers-silder-items-text {
    margin-top: 25px;
}

.best-sellers-silder-items-img img {
    width: 100%;
    height: 411px;
    object-fit: cover;
    border-radius: 18px;
}

.best-sellers-silder-items-text a {
    padding: 10px 10px;
    font-size: 14px;
    background: #2de9de;
    color: #000;
    font-weight: 600;
}

.best-sellers-silder-items-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.best-sellers-silder .slick-slide {

    opacity: 1.2;
}

.best-sellers-silder .slick-dots {
    bottom: -60px;
    left: -10px;
}


.best-sellers-silder .slick-dots li {
    width: 8.2%;
    height: 5px;
    margin: 0 0px;
}

.best-sellers-silder .slick-dots li button {

    width: 100%;
    height: 5px;
    padding: 5px;

}

.best-sellers-silder .slick-dots li button:before {
    width: 100%;
    height: 5px;
    content: '';
    text-align: center;
    opacity: 1;
    background: #dedede;
}

.best-sellers-silder .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #25e8de;
}


/*Best Sellers for Every Workout Ends*/


/*What Athletes Say Start */

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

.join-our-community-sec .row {
    border-radius: 25px;
    padding: 65px 30px;
    background-image: url(../images/join-our-community-back.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.join-our-community-heading h2 {
    font-size: 65px;
    margin-bottom: 0;
}

.join-our-community-form ul li button {
    background: #fff;
    padding: 14px 35px;
    color: #000;
    font-weight: 600;
    border: none;
}

.join-our-community-form ul li input {
    background: #000;
    width: 420px;
    border-radius: 50px;
    height: 50px;
    border: none;
    padding: 0 20px;
    color: #fff;
}

.what-athletes-say-text {
    text-align: end;
}

.what-athletes-say-text label {
    color: #878787;
    font-weight: 600;
}

.what-athletes-say-text ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
    gap: 3px;
}

.what-athletes-say-text ul li i {
    font-size: 18px;
    color: #000;
}

.what-athletes-say-text li span {
    color: #000;
    font-weight: 600;
    margin-left: 5px;
}

.join-our-community-form ul li input::placeholder {
    color: #fff;
}

.join-our-community-heading h2 span {
    display: block;
}

.join-our-community-form ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.what-athletes-say-silder-items {
    background: #f2f2f2;
    padding: 40px 30px;
    border-radius: 20px;
}

.what-athletes-say-silder {
    margin-top: 40px;
}

.what-athletes-say-heading h2 {
    margin-bottom: 0;
}

.what-athletes-say-silder .slick-active {
    opacity: 1.5;
}

.what-athletes-say-silder .slick-slide {
    margin: 0px 12px;
}

.what-athletes-say-silder-items ul li img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
}

.what-athletes-say-silder-items ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.what-athletes-say-silder-items ul li {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}

.what-athletes-say-silder-items p {
    color: #303030;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 28px;
}

.what-athletes-say-silder-items label img {
    width: 53px;
    height: 43px;
    object-fit: contain;
    margin-bottom: 25px;
}

.what-athletes-say-silder .slick-center .what-athletes-say-silder-items {
    border: 2px solid #878787;
    background: none;
}

.what-athletes-say-silder .slick-dots {

    bottom: -65px;

}

.what-athletes-say-silder .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    width: 100%;
    height: 5px;
    content: '';
    background: #dbdbdb;
    opacity: 1;
}

.what-athletes-say-silder .slick-dots li button {
    width: 100%;
    height: 5px;
    padding: 0;

}

.what-athletes-say-silder .slick-dots li {
    width: 11%;
    height: 5px;
    margin: 0 0px;

}

.what-athletes-say-silder .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #25e8de !important;
}


/*What Athletes Say Ends*/


/*Frequently Asked Questions Start*/


.frequently-asked-question-heading h2 span {
    display: block;
}

.frequently-asked-question-heading h2 {
    height: 350px;
}

.frequently-asked-question-heading a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.frequently-asked-question-heading p {
    width: 50%;
    color: #333333;
    font-weight: 500;
    margin-bottom: 25px;
}

.frequently-asked-question-faq .accordion-item h2 {
    line-height: 30px;
}

.frequently-asked-question-faq .accordion-button {
    padding: 25px 10px;
    font-size: 25px;
    border-bottom: 2px solid #1be7de;
}

.frequently-asked-question-faq .accordion-button:not(.collapsed)::after {

    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(13%) hue-rotate(276deg) brightness(104%) contrast(100%);
}

.frequently-asked-question-faq .accordion-item {
    background-color: inherit;
    border: none !important;
    margin-bottom: 20px;
}

.frequently-asked-question-faq .accordion-body {
    padding: 20px 15px;
    background: #25e8de;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.frequently-asked-question-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #2de9de;
    box-shadow: inherit !important;
    padding: 20px 15px 0;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border: none !important;
}


/*Frequently Asked Questions Ends*/


/*Footer Start*/

.footer-sec {
    background: #000000;
    padding-top: 100px;
    overflow: hidden;
}

.footer-main-heading h2 {
    color: #2de9de;
    font-size: 220px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-main-heading {
    text-align: center;
    margin-top: 110px;
}

.footer-right-side h2 span {
    color: #fff;
}

.footer-right-side ul li a {
    font-size: 30px;
    color: #818180;
    font-weight: 600;
}

.footer-right-side h2 {
    color: #818180;
}

.footer-right-side ul {
    margin-top: 30px;
    line-height: 55px;
}

.footer-left-side-email ul {
    line-height: 45px;
}

.footer-left-side-email ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #999999;
}

.footer-left-side-email ul li a i {
    font-size: 18px;
}

.footer-left-side-copy-right p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
}

.footer-left-side-copy-right {
    margin-top: 40px;
}

.footer-left-side-socail-link {
    margin-top: 35px;
}

.footer-left-side-socail-link ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-left-side-socail-link ul li a {
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.5s;
    animation: pulse-animation 2s infinite;
}

.footer-left-side-socail-link ul li a:hover {
    background: #2de9de;
    transition: 0.5s;
    color: #000;
    border: 2px solid #2de9de;
    transform: rotate(360deg);
}


/*Footer Ends*/

/*Inner Accessories Start*/

.inner-banner-sec {
    background-image: url(../images/inner-banner.jpg);
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    text-align: center;
}

.inner-banner-sec h2 {
    margin-bottom: 0;
    font-size: 111px;
    color: #2de9de;
}

.main-banner-tag-line.inner {
    margin: 0;
}

.best-sellers-silder-items.inner {
    margin-bottom: 50px;
}

.filters {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.custom-select {
    position: relative;
    border-bottom: 1px solid #a0a0a0;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.select-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-weight: 600;
    color: #000;
}

.arrow {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.custom-select.active .arrow {
    transform: rotate(-135deg);
}

.select-options {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid #a0a0a0;
    transition: all 0.3s ease;
}

.custom-select.active .select-options {
    max-height: 200px;
    opacity: 1;
    overflow-y: scroll;
}

.select-options::-webkit-scrollbar-track
{
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	 background-color: #F5F5F5;
}

.select-options::-webkit-scrollbar
{
	 width: 6px;
	 background-color: #F5F5F5;
}

.select-options::-webkit-scrollbar-thumb
{
	 background-color: #2de9de;
}

.select-options li {
    padding: 8px 0;
    font-size: 14px;
    color: #000;
    transition: background 0.2s;
    font-weight: 600;
}

.select-options li:hover {
    background: #25e8de;
}


/*Inner Accessories Ends*/


/* Inenr Account Start */

.log-in-wrap {
    padding: 40px 25px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 17%) 0px 0px 20px;
    border-radius: 25px;
}

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

.log-in-wrap form button {
    padding: 15px 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border: none;
    background-color: #2de9de;
    border-radius: 10px;
    transition: 0.5s;
}

.log-in-wrap form button:hover {
    background-color: #000;
    transition: 0.5s;
}

.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 #e0dcdc;
    box-shadow: unset !important;
    border-radius: 10px;
    color: #b0afaf;
}

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

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    color: #b6b5b5;
}

.form-check-input:checked {
    background-color: #973416;
}

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

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

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

.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}

.agree-text {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #b6b5b5;
    display: flex;
    padding: 0 10px;
    gap: 5px;
}

.term-condition {
    font-weight: 600;
    margin-left: 10px;
    color: #272727;
    text-decoration: underline;
}

.terms_chk .form-check-input {
    border-color: #25e8de;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.password-icon {
    position: absolute;
    right: 14px;
    top: 21px;
}

.form-group i {
    position: absolute;
    right: 10px;
    top: 22px;
}

.form-group {
    position: relative;
}

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

/* Inenr Account Ends */


/* Inner Cart Start  */

.cart-page-tble th,
.cart-page-tble td {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.ptext p {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    line-height: 28px;
    opacity: 70%;
    margin-left: 10px;
    color: #333333;
    font-weight: 600;
}

.sizes label {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

section.cart-main-sec {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.sizes ul.list-inline.pr_counter.d-flex.align-items-center {
    justify-content: center;
    gap: 10px;
    margin: 0px;
}

.sizes .pr_counter li.inc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 1px 7px;
    gap: 18px;
    background: #fff;
    border-radius: 8px;
}

.sizes .pr_counter li.inc input.input-number {
    justify-content: center;
    align-items: center;
    background: transparent;
    text-align: center;
    width: 70px;
    height: 60px;
    display: flex;
    border: 0px;
}

.sizes .pr_counter li.inc span {
    background: transparent;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 55px;
    width: 20px;
    height: 20px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.sizes .pr_counter li.inc span:hover {
    background: #25e8de;
    color: #fff;
    border: 2px solid #25e8de;
}

.prc-cart-rate {
    position: relative;
    margin-bottom: 18px;
}

.update-cart {
    margin-top: 12px;
}

.update-cart span {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

section.cart-main-sec .table-responsive {
    padding-right: 25px;
}

.continue {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.continue a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 600;
    transition: 0.3s;
    color: #25e8de;
    font-family: 'headlines';
}

.continue a:hover {
    color: #000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.cart-main-sec .colrithPad {
    padding-right: 30px;
}

img.flower-left-img {
    position: absolute;
    left: -60px;
    width: 120px;
    height: 120px;
    top: 40px;
}


.cart-head {
    margin-bottom: 30px;
}

table.cart-page-tble {
    width: 100%;
}

.cart-page-tble thead tr {
    height: 60px;
    color: #fff;
    border-radius: 10px;
    background-color: #000;
    border-bottom: 0px;
}

.cart-page-tble thead tr th {
    padding: 20px 10px 20px;
    font-size: 22px;
    color: #fff;
    border: 0px !important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'headlines';
}

.cart-page-tble thead tr th:first-child {
    text-align: left;
    padding-left: 40px;
}

th:first-child {
    border-radius: 5px 0 0 5px;
}

.cart-page-tble tbody tr td {
    padding: 30px 0px;
    font-size: 20px;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.product-cart figure {
    margin: 0;
}

.product-cart article {
    margin-left: 10px !important;
}

.unit-sub-price-text {
    font-size: 17px;
    font-weight: 600;
}

th:last-child {

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.cart-page-tble tbody tr td i {
    border-radius: 0;
    cursor: pointer;
    font-size: 30px;
    transition: 0.4s;
    width: 50px;
    height: 43px;
    background: #2de9de;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.pricing-cart-total {
    padding: 0 20px 0 0;
}

.cart-right-total h5 {
    text-transform: uppercase;
}

.product-cart article p {
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart-page-tble tbody tr td span.price {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}


.sizes input[type="text"] {
    height: 60px;
    text-align: center;
    display: table;
    margin: 0px auto;
    width: 70% !important;
    border: 2px solid #4a4a4a26;
    border-radius: 4px;
}

.sizes input[type="text"]::placeholder {
    color: #000;
}

/*thead,
tbody,
tfoot,
tr,
td,
th {
    border-bottom: 1px solid #cdcdcd;
}*/

.prc-cart-rate a {
    border: 0px;
    padding: 15px 20px;
    text-transform: capitalize;
    font-weight: 100;
    transition: 0.4s;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #000;
    width: 100%;
    text-align: center;
    background-color: #25e8de;
    font-size: 28px;
    font-weight: 500;
    border-radius: 8px;
    font-family: 'headlines';
}

.card-price {
    padding: 48px 40px 28px;
    border: 1px solid #cacaca;
    margin-bottom: 30px;
    background: #f7f7f7;
    border-radius: 20px;
}

.card-price .imtes h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #828282;
    font-weight: 500;
    font-family: "Montserrat";
}

.card-price h6 span {
    float: right;
}

.card-price .imtes {
    padding-bottom: 20px;
}

.carss {
    padding: 50px 50px;
    background: #f7f7f7;
    border: 1px solid #cacaca;
    border-radius: 18px;
    margin-top: 50%;
}

.prc-cart-rate a:hover {
    background: #000;
}

.carss h6 {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    font-family: 'headlines';
}

.card-price h6 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    font-family: 'headlines';
    margin-bottom: 10px;
}

.prc-cart-rate a:hover {
    background-color: #19101b;
    transform: scale(0.98);
    color: #fff;
}

.paypal {
    position: relative;
    padding: 0px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
}

.paypal span {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    z-index: 12;
    position: relative;
    padding: 0px 0px;
    width: 56%;
    margin: 0px auto;
    background-color: #f9f9f9;
    color: #333333;
    letter-spacing: 0px;
    border: 2px solid #dededf;
    margin-top: -20px;
    font-weight: 500;
}

.paypal:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #c0c0c0;
    height: 100%;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto;
    top: 0px;
    z-index: -1;
    border-radius: 21px;
}

.paypal a img {
    margin-top: 25px;
}

.carss p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #828282;
}

.carss .subheading {
    padding-bottom: 20px;
}

th.u-price {
    text-align: center;
    padding-right: 50px !important;
}

.uint-price {
    text-align: center;
    padding-right: 40px;
}

.carss .subheading:last-child {
    padding-bottom: 0px !important;
}

.carss .subheading:last-child p {
    margin-bottom: 3px;
    font-family: "Montserrat";
    color: #828282;
}

.product-cart figure {
    margin: 0;
    width: 38%;
}

.cart-page-tble tbody tr td i:hover {
    transform: scale(1.1);
}

table.cart-page-tble thead {
    border-bottom: 0px !important;
}

/* Inner Cart Ends  */


/*Inner Contact Us Start*/

.contact_detail_box figure img {
    margin: auto;
    height: 65px;
    width: 65px;
    object-fit: contain;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 14px;
    line-height: 25px;
    color: #636363;
    font-weight: 600;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.contact_detail_box {
    padding: 40px 40px;
    transition: 0.5s;
    border: 2px solid #2de9de;
    border-radius: 25px;
}

.contact_form {
    padding-bottom: 80px;
    position: relative;
}

.contact_form label {
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 600;
    font-family: "Montserrat", serif;
}

.btn_wrap button {
    border: none;
    background: #2de9de;
    color: #000;
    font-weight: 600;
}

.contact_page {
    padding: 100px 0;
    position: relative;
}


.contact_form input {
    height: 55px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 0 25px;
    border: 1px solid #cccccc;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 25px 25px;
    resize: none;
}

.section_head {
    margin-bottom: 40px;
}

.section_head p {
    width: 70%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    color: #636363;
}

.section_head h3 {
    color: #000;
    margin-bottom: 5px;
    line-height: 75px;
    font-weight: 500;
    font-size: 70px;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}

.contact_page h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 20px 0 5px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 600;
}

.section_head.chg h3 {
    color: #0883ec;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}

.inner-banner-sec {
    background-image: url(../images/inner-banner.jpg);
    width: 100%;
    height: 585px;
    display: flex;
    background-size: cover;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
}

.inner-banner-heading p {
    font-size: 15px;
    width: 50%;
    margin: 0 auto;
}

.inner-banner-heading h2 {
    font-size: 120px;
    margin-bottom: 0;
    background-image: -webkit-linear-gradient(-92deg,
            rgb(243, 159, 144) 0%,
            rgb(209, 72, 59) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-banner-heading {
    margin-top: 120px;
}

/*Inner Contact Us End */


/* Inner Check Out Start */

.billing_form h3 {
    margin: 0;
    margin-bottom: 40px;
    color: #000;
    font-size: 40px;
    font-weight: 500;
}

.billing_form label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
}

.radiosss p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #7c7c7c;
    padding-bottom: 20px;
}

.check-out-btn button {}

.check-out-btn button {
    padding: 14px 7px 14px 20px;
}

.billing_form input {
    width: 100%;
    height: 55px;
    border: none;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: 500;
    color: #7c7c7c;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #cacaca;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
}

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

.cart_sidebar .cart_lst li {
    font-size: 15px;
    font-weight: 700;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
}

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'headlines';
}

.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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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 h3 {
    font-size: 28px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
}

.cart_sidebar h3 {
    font-size: 28px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
}

.cart_sidebar .h-sub {
    font-size: 22px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'headlines';
}

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

.cart_sidebar h4 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'headlines';
}

.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-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #7c7c7c;
}

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

.check-out-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #2de9de;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}

.cart_sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}


.check-out-btn {
    margin-top: 35px;
}

.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;
    font-family: "Montserrat-Ultral";
}

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

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff2e98;
    font-family: "Montserrat-Ultral";
}

.checkout_btn:hover {
    /* color: white; */
}

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

h6.payment-h {
    color: #000;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 30px;
    font-family: 'headlines';
}

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


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

.radiosss-payments {
    border-bottom: 1px solid #d8d8d8;
}

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

.sale-upto-off-flower.check-one {
    left: -120px;
}

.sale-upto-off-flower.check-one {
    left: -20px;
    top: 30px;
}

.sale-upto-off-flower.check-two {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 410px;
}

section.checkout_page .sale-upto-off-flower img {
    width: 151px;
    height: 143px;
    object-fit: contain;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

/* Inner Check Out End */

/*Inner Product Detail Start*/


.product-details-sec {
    padding: 150px 0;
}

.product-details-right-side ul.heading li h2 {
    margin-bottom: 0;
}

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

.product-details-right-side h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #585858;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details-right-side ul.star {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.product-details-right-side ul.price li h2 {
    font-size: 45px;
    color: #2de9de;
    line-height: 50px;
    margin-bottom: 0;
}

.product-details-right-side p.color {
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}

.product-details-right-side ul.price li del {
    color: #333333;
    font-weight: 700;
    font-size: 28px;
}

.product-details-right-side ul.price li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details-right-side ul.star li i {
    color: #000;
    font-size: 17px;
}


.product-details-right-side ul.star li {
    color: #a3a3a3;
    font-weight: 600;
}

.product-details-right-side ul.heading li a {
    border: 1px solid #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #2de9de;
    font-size: 18px;
}


.product-details-right-side .nav-tabs {
    border-bottom: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details-right-side .color-black-box ul li img {
    width: 70px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.product-details-right-side .nav-tabs .nav-link {

    padding: 0 !important;
}

.product-details-right-side .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {

    border: 2px solid #25e8de;
    border-radius: 8px !important;
}


.product-details-right-side .size-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.product-details-right-side .size-label {
    font-weight: 700;
    margin: 0;
}

.product-details-right-side .size-guide {
    margin-left: auto;
    font-size: 15px;
    color: #333333;
    text-decoration: underline;
    font-weight: 500;
}


.product-details-right-side.size-guide:hover {
    text-decoration: underline;
}

.product-details-right-side .size-options {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 5px;
}

.product-details-right-side .size-btn {
    padding: 10px 25px;
    border: 1px solid #a1a1a1;
    background-color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.2s;
    color: #000000;
    font-weight: 600;
}

.product-details-right-side .size-btn:hover {
    border-color: #00d4d4;
}

.product-details-right-side .size-btn.active {
    background-color: #00e0e0;
    color: #000;
    border-color: #00d4d4;
}

.product-details-right-side .quantity-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    border: 1px solid #b7b7b7;
    padding: 10px 10px;
    border-radius: 10px;
}

.product-details-right-side .quantity-container button {
    width: 30px;
    height: 30px;
    background: white;
    font-size: 20px;
    cursor: pointer;
    border: none;
}

.product-details-right-side .quantity-container input {
    width: 40px;
    text-align: center;
    height: 30px;
    border: none !important;
}


.product-details-right-side .add-to-cart {
    background: black;
    color: white;
    border: none;
    padding: 12px 134px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    border-radius: 10px;
}

.product-details-right-side .description {
    margin-top: 30px;
}

.product-details-right-side .accordion {
    border-top: 1px solid #b2b2b2 !important;
    margin-top: 25px;
}

.product-details-right-side .description p {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}


.product-details-right-side .description h3 {
    color: #000;
    margin-bottom: 10px;
}

.quantitybtn-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.product-details-right-side {
    margin-left: 15px;
}

.product-details-left-side-images img {
    width: 100%;
    height: 404px;
    border-radius: 25px;
    object-fit: cover;
}

.product-details-left-side-images {
    margin-bottom: 15px;
}

.product-details-right-side .accordion-item {
    border: none !important;
    border-bottom: 1px solid #b2b2b2 !important;
    border-radius: 0 !important;
    padding: 18px 0;
}

.product-details-right-side .accordion-header {
    cursor: pointer;
    padding: 0px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.product-details-right-side .accordion-header::after {
    content: "+";
    font-size: 18px;
}

.product-details-right-side .accordion-item.active .accordion-header::after {
    content: "–";
}

.product-details-right-side .accordion-content {
    display: none;
    padding: 10px 0;
    color: #555;
}

.product-details-right-side .accordion-item.active .accordion-content {
    display: block;
}


/*Inner Product Detail Ends*/

/*Inner About US Start*/

.inner-about-us-sec {
    padding: 100px 0;
}
.inner-about-us-images img {
    width: 100%;
    height: 665px;
    object-fit: cover;
    border-radius: 20px;
}
.inner-about-us-images {
    text-align: end;
}
.inner-about-us-text p {
    font-size: 20px;
    color: #303030;
    font-weight: 600;
    line-height: 30px;
}
.inner-about-us-text h3 {
    margin-bottom: 20px;
}


.inner-about-us-images.chg {
    text-align: left;
}


.inner-about-us-text.chg {
    text-align: end;
}
.inner-about-us-button {
    margin-top: 35px;
}

.inner-about-us-button a {
    font-weight: 600;
}
.main-banner-text strong {
    font-weight: 800;
    margin-bottom: 5px;
    display: block;
    color: #000;
    margin-top: 10px;
}
.inner-about-us-button ul {
    display: flex
;
    align-items: center;
    gap: 20px;
}
.best-sellers-silder-items-text h2 a {
    padding: unset;
    font-size: unset;
    background: unset;
    font-weight: unset;
}
.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: rgba(0, 0, 0, 0.1);
}

html {
    overflow-x: hidden;
}


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

@media only screen and (min-width: 992px) and (max-width: 1199px){
.footer-main-heading h2 {
    font-size: 169px;
}    
 .topsec-left-box {
    display: block;
}

.topsec-left-email-box {
    margin-bottom: 20px;
}
.best-sellers-silder-items-text ul li span {
    font-size: 12px !important;
}
.best-sellers-silder-items-text p {
    font-size: 12px;
    line-height: 23px;
}
.join-our-community-heading h2 {
    font-size: 51px;
    line-height: 1;
}

.join-our-community-form ul li input {
    width: 238px;
    font-size: 14px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.topsec-left-box {
    display: block;
}

.topsec-left-email-box {
    margin-bottom: 20px;
}

.menuSec ul li a {
font-size: 10px;
padding-right: 8px;
}
.menuSec {
    padding: 10px 0px;
}

.cart-items-btn {
    font-size: 12px !important;
}

a.your-class-name {
    font-size: 12px !important;
}
.topsec-center-logo-box a img {
    width: 194px;
    height: 60px;
}
.main-banner-text.chg h1 {
    font-size: 80px !important;
    line-height: 1;
}

section.main_slider img {
    height: 600px !important;
}
.shop-by-category-silder-items-box img {
    height: 450px !important;
}
.best-sellers-for-every-workout-heading h2 {
    font-size: 50px !important;
    line-height: 1;
}
.best-sellers-silder-items-text ul li span {
    font-size: 12px;
}
.best-sellers-silder-items-text p {
    font-size: 12px;
    line-height: 20px;
}

.best-sellers-for-every-workout-sec .container-fluid {
    padding-left: 30px;
}
.joshua-haggerty-activewear-text p {
    font-size: 25px;
    line-height: 31px;
}

.join-our-community-form ul {
    display: block;
}

.join-our-community-form ul li input {
    width: auto;
    margin-bottom: 10px;
}
.join-our-community-heading h2 {
    font-size: 40px;
    line-height: 1;
}
.what-athletes-say-silder-items {
    padding: 15px;
}

.what-athletes-say-silder-items h4 {
    font-size: 17px;
    line-height: 1;
}

.what-athletes-say-silder-items p {
    font-size: 12px;
    line-height: 21px;
}
.footer-right-side h2 {
    font-size: 50px;
}

.footer-main-heading h2 {
    font-size: 125px;
}
.frequently-asked-question-heading h2 {
    height: auto;
    font-size: 55px;
}
.inner-about-us-button ul {
    display: block;
}

.inner-about-us-button ul li {
    padding-bottom: 40px;
}
.inner-about-us-text p {
    font-size: 16px !important;
    line-height: 24px;
}
.inner-about-us-text h2 {
    font-size: 60px !important;
    line-height: 1;
}
.inner-about-us-images img {
    height: 500px;
    object-fit: cover;
}
}

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

@media only screen and (min-width: 300px) and (max-width: 519px){
.main-banner-text.chg h1 {
    font-size: 50px;
    line-height: 1;
}
 .topSec:before {
    width: 0px !important;
}
.topsec-left-box {
    display: block;
}
.what-athletes-say-text {
    margin-top: 30px !important;
}

.topsec-left-email-box {
    padding-bottom: 10px;
}
.menusec-cart-items {
    justify-content: center;
    margin-top: 40px;
}
.topsec-center-logo-box a img {
    margin-bottom: -80px;
    width: 192px;
    height: 52px;
    object-fit: contain;
}
.topsec-left-socail-link ul li a {
    font-size: 12px;
    width: 30px;
    height: 30px;
}
.cart-items-btn i {
    font-size: 12px;
    width: 30px;
    height: 30px;
}
.accordion-item {
    margin-top: 30px;
}
.cart-items-btn {
    font-size: 12px !important;
}
a.your-class-name {
    font-size: 12px !important;
}
.main-banner-text.chg ul {
    display: block !important;
}

.main-banner-text.chg ul li {
    padding-bottom: 10px !important;
}
section.main_slider img {
    height: 500px !important;
}
a.theme-btn-1 {
    font-size: 12px !important;
    padding: 10px !important;
}
.main-banner-text p {
    font-size: 20px;
}
.scrolling-text p {
    font-size: 17px;
}
.shop-by-category-heading h2 {
    font-size: 50px;
    line-height: 1;
}
.shop-by-category-silder-items-box img {
    height: 400px !important;
}
.joshua-haggerty-activewear-heading h2{
    font-size: 50px;
    line-height: 1;   
}
.joshua-haggerty-activewear-images img {
    height: 400px;
}

.joshua-haggerty-activewear-text p {
    font-size: 20px;
    line-height: 25px;
}

.joshua-haggerty-activewear-text {
    margin: unset;
    margin-top: 20px;
}
.best-sellers-for-every-workout-heading h2{
 font-size: 50px;
    line-height: 1;    
}
.best-sellers-for-every-workout-sec .container-fluid {
    padding: unset;
}
.best-sellers-silder-items-text p {
    font-size: 12px;
    line-height: 20px;
}
.best-sellers-silder-items-text ul li span {
    font-size: 17px;
}
.join-our-community-sec .row {
    padding: 25px;
}

.join-our-community-heading h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
}

.join-our-community-form ul {
    display: block;
}

.join-our-community-form ul li input {
width: fit-content;
font-size: 16px;
margin-bottom: 30px;
}

.what-athletes-say-heading h2 {
    font-size: 50px;
    line-height: 1;
}
.what-athletes-say-silder-items {
    padding:30px 20px;
}
.what-athletes-say-silder-items p {
    font-size: 12px;
    line-height: 21px;
}
.what-athletes-say-silder-items h4{
     font-size: 20px !important; 
}
.frequently-asked-question-heading h2 {
    font-size: 50px;
    line-height: 1;
    height: auto;
}
.frequently-asked-question-faq .accordion-body {
    font-size: 12px;
    line-height: 21px;
}
.frequently-asked-question-faq .accordion-button {
    font-size: 20px;
    line-height: 1;
}

.footer-right-side h2 {
    font-size: 36px;
    line-height: 1.5;
}

.footer-left-side-copy-right p {
    font-size: 14px;
}

.footer-right-side ul li a {
    font-size: 20px;
}
.footer-main-heading h2 {
    font-size: 50px;
    line-height: 1;
}

.footer-main-heading {
    margin-top: 40px;
}
.inner-banner-sec h2 {
    font-size: 50px;
    line-height: 1;
}

.page-id-9 .inner-banner-sec {
    height: 400px !important;
}
.inner-about-us-text h2 {
    font-size: 50px;
    line-height: 1;
}

.inner-about-us-text p {
    font-size: 14px;
    line-height: 24px;
}
.inner-about-us-button ul {
    display: block;
    margin-bottom: 30px;
}

.inner-about-us-button ul li {
    padding: 10px 0px;
}
.inner-about-us-images img {
    height: 400px;
}
.inner-about-us-text.chg {
    margin-top: 20px;
}

.inner-about-us-text {
    margin-bottom: 20px;
}
.section_head h3 {
    font-size: 34px;
    line-height: 1;
}

.contact_page {
    padding: 50px 0px;
}

.contact_detail_box {
    margin: 20px 0px;
    padding: 30px;
}

.contact_detail_box p {
    font-size: 12px;
}
.page-id-11 .inner-banner-sec {
    height: 400px;
}
.page-id-458 .inner-banner-sec {
    height: 400px;
}
}
 






