html,
body {
    font-family: 'palm_canyon_drivetrial';
    font-family: "Montserrat", serif;
}

.palm_canyon {
    font-family: 'palm_canyon_drivetrial';
}

/* ---------- color combination ---------- */

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

.bg-yellow {
    background-color: #F27602;
}

.bg-grey {
    background-color: #9fa8ab;
}


.clr-white,
.clr-white p,
.clr-white h1,
.clr-white h2,
.clr-white h3 {
    color: #fff;
}

/* ---------- color combination end---------- */

.border1 {
    border: 1px solid #cccccc;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

p {
    color: #000000;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.form-control:focus {
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0;
}

.fontP22 p {
    font-size: 22px;
    line-height: 32px;
}

.title {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.text-style1 a,
.text-style1 p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.flex-sec li {
    display: inline-block;
}

.bnr-box .btn2 {
    margin-left: 20px;
}

.empty-cart .btn1 {
    font-size: 16px !important;
}

.top-sec {
    padding: 5px 0;
}

.logo-sec {
    text-align: center;
}

.top-sec .prduct-icon1 *,
.top-sec p {
    font-weight: 500;
}

.top-sec p i {
    font-size: 10px;
    color: #FC7D08;
    border: 1px solid #FC7D08;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.top-sec ul li a,
.order-menu {
    padding: 0 15px;
    border-right: 1px solid #ccc;
}

.order-menu {
    cursor: pointer;
}

.top-sec .hm-cont {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-sec .hm-cont * {
    margin-bottom: 0;
}

.top-sec ul li a,
.order-menu {
    color: #fff;
    font-size: 15px;
}

.top-sec .hm-cont p {
    color: #fff;
}

.top-sec .form-select {
    font-size: 15px;
    cursor: pointer;
    border: 0;
    padding: 0 10px;
    background: #000000;
    color: #fff;
}

.top-sec * a:hover {
    color: #FC7D08;
}

.top-sec .form-select:focus {
    box-shadow: none;
}

.top-sec {
    background-color: #000000;
    padding: 5px 15px;
}

.menu {
    padding: 5px 20px;
}

.menu .stellarnav {
    display: flex;
    align-items: center;
    z-index: 99;
}

.stellarnav>ul>li {
    padding: 15px 0;
}

.stellarnav>ul>li>a {
    color: #000000;
    font-size: 17px;
    padding: 10px 8px;
    font-weight: 400;
}

.stellarnav>ul>li:last-child>a {
    border: 0;
}

.menu-link.active,
.menu-link:hover {
    color: #E7750C;
}

.stellarnav>ul>li>a:hover {
    color: #E7750C;
}

.padd_btm40 {
    padding: 0 0 30px;
}

.padd50 {
    padding: 50px 0;
}

.padd_btm50 {
    padding: 0 0 50px;
}

.padd_top50 {
    padding: 50px 0 0;
}

.padd60 {
    padding: 60px 0;
}

.padd_btm60 {
    padding: 0 0 60px;
}

.padd_top60 {
    padding: 60px 0 0;
}

.prduct-icon1 .input-group * {
    border: none;
    background: none;
}

.prduct-icon1 .input-group {
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    padding: 2px 5px;
    width: 200px;
    margin-right: 15px;
}

.prduct-icon1 li a {
    color: #000000;
    padding: 5px;
}


.signup_sec .icon {
    cursor: pointer;
}

.signup_sec .dropdown-menu {
    position: absolute;
    text-align: center;
    top: 40px;
    left: 0px;
    transform: translateX(-50%);
    padding: 10px;
    display: none;
    flex-direction: column;
    background-color: white;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 190px;
    z-index: 1000;
}

.signup_sec .dropdown-menu::before,
.signup_sec .dropdown-menu::after {
    content: "";
    position: absolute;
    background: #000;
    width: 1px;
    height: 20px;
    top: -18px;
    left: 53%;
    transform: rotate(45deg);
}

.signup_sec .dropdown-menu::after {
    left: auto;
    right: 39%;
    transform: rotate(-45deg);
}

.signup_sec .dropdown-menu a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
}

.signup_sec .dropdown-menu a:hover {
    background-color: #f0f0f0;
}

.signup_sec .dropdown-menu a {
    color: #F27602;
    border: 2px solid #F27602;
    border-radius: 5px;
    margin: 5px;
}

.signup_sec .dropdown-menu a:first-child,
.signup_sec .dropdown-menu a:hover {
    background-color: #F27602;
    color: #fff;

}

.signup_sec .dropdown-menu a:first-child:hover {
    color: #F27602;
    background-color: transparent;
}

.signup_sec {
    padding: 5px;
}

.top-sec.hot_sec {
    text-align: center;
    background-color: #F27602;
}

.top-sec.hot_sec * {
    font-weight: 400;
    border-color: #fff;
    text-transform: capitalize;
}

.top-sec.hot_sec * a:hover {
    color: #000;
}

.top-sec.hot_sec ul li:last-child a {
    border: 0;
}

.top-sec.hot_sec li {
    color: #fff;
}

.banner_sec {
    padding: 0;
}

.banner_sec img {
    width: 100%;
}

.banner_sec .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner_sec .slider {
    display: flex;
    transition: opacity 0.5s ease-in-out;
    height: 100%;
}

.banner_sec .slider .slide {
    min-width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: none;
}

.banner_sec .slider .slide.active {
    opacity: 1;
    display: block;
}

.banner_sec .slider .slide img,
.recommend img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_sec .buttons {
    background-color: #E7750C;
    text-align: center;
    padding: 15px 0;
    display: flex;
    justify-content: space-around;
}

.banner_sec .buttons button {
    border: 0;
    background-color: transparent;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.banner_sec .buttons button:hover,
.banner_sec .buttons button.active {
    color: #fff;
    text-decoration: underline;
}

.banner_sec .info-sec {
    height: 80vh;
    overflow: auto;
    padding: 30px;
}

.slider-item {
    position: relative;
}

.bnr-caption {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.subtitle {
    font-size: 45px;
    color: #fff;
    font-family: 'palm_canyon_drivetrial';
    line-height: 60px;
}

.bnr-hdr {
    color: #46E70C;
    font-size: 130px;
    font-weight: 800;
    line-height: 120px;
    margin: 0;
}

.banner_sec .ext {
    display: flex;
    gap: 20px;
    align-items: end;
    line-height: 66px;
    margin-bottom: 20px;
}

.banner_sec .ext span {
    font-size: 25px;
    font-weight: 500;
    border-bottom: 3px solid #E7750C;
}

.banner_sec .ext * {
    color: #fff;
}

.banner_sec .ext p {
    font-style: normal;
    font-size: 50px;
    line-height: 25px;
    font-family: 'palm_canyon_drivetrial';
}

.bnr-caption p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
}

.banner-slider {
    position: relative;
    overflow: hidden;
}

.slider-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner_sec .slider-container,
.banner-slider,
.slider-item {
    height: 90vh;
}

.recommend {
    position: relative;
    height: 45vh;
    overflow: hidden;
}

.recommend .content,
.vip-content {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.recommend .content p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.recommend .content h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 900;
}

.recommend .content span {
    color: #E7750C;
    font-size: 30px;
}

.vip-content {
    background-color: #00000095;
    padding: 30px 15px;
    right: 0;
    left: auto;
    border-radius: 5px 0 0 5px;
}

.vip-content span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.vip-content h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

.vip-content sup {
    font-size: 30px;
    font-family: 'palm_canyon_drivetrial';
    vertical-align: middle;
    font-weight: 300;
    text-transform: uppercase;
    left: -10px;
}

.vip-content a {
    background-color: #000000;
    color: #fff;
    padding: 22px 15px;
    border-radius: 3px;
    border: 0;
    line-height: 0;
    display: inline-block;
}

.vip-content a:hover {
    background-color: #E7750C;
}

.slogan-sec {
    background-color: #000000;
    padding: 10px 0;
}

.slogan-sec ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slogan-sec ul li {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    list-style-type: none;
}

.slogan-sec ul li i {
    margin-right: 10px;
}

.category-box {
    text-align: center;
    margin: 0 auto;
}

.category-box .image-sec {
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 5px solid #E7750C;
    border-radius: 50%;
    margin-bottom: 20px;
}

.category-box .image-sec:hover {
    border-color: #46E70C;
}

.category-box .image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-box .content a {
    color: #000000;
    font-size: 16px;
}

.category-box .content a:hover {
    color: #E7750C;
}

.arrow .owl-nav button {
    position: absolute;
    border: 1px solid #000000 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow .owl-nav button.owl-next {
    left: auto;
    right: -15px;
}

.arrow .owl-nav button:hover {
    color: #fff;
    background-color: #E7750C;
    border-color: #E7750C !important;
}

.arrow .owl-nav button span {
    font-size: 25px;
    line-height: 1;
}

.product_category {
    padding: 0 20px;
}

.sale-today {
    border: 1px solid #CDCDCD;
    border-radius: 5px;

}

.sale-today .sale-today-hdr {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #E7750C;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    margin-bottom: 0;
}

.sale_item {
    padding: 12px 12px 20px;
}

.sale_item img {
    border-radius: 5px 5px 0 0;
}

.buy-now {
    text-align: center;
    color: #fff;
    background-color: #E7750C;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    display: block;
}

.buy-now:hover {
    background-color: #000000;
}

.sale-sec .star-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.star-sec ul li {
    list-style-type: none;
    display: inline-block;
}

.sale-sec .star-sec ul li a {
    color: #E7750C;
    font-size: 12px;
}

.sale-sec .content p,
.produst-link {
    color: #000000;
    line-height: 1.6em;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.price-sec {
    margin: 10px 0;
}

.text-muted {
    font-size: 13px;
    padding-left: 5px;
}

.sale_item .timer {
    display: flex;
    font-size: 15px;
    justify-content: space-evenly;
    padding: 5px 60px;
    border: 1px solid #E7750C;
    border-radius: 5px;
}

.divider1 {
    background-color: #CDCDCD;
    width: 90%;
    padding: 0.5px 0;
    margin: 15px auto;
}

.top-seller img {
    display: block;
    margin-bottom: 10px;
}

.star-sec span {
    font-size: 13px;
    font-style: italic;
}

.top-seller .produst-link {
    line-height: 1.4em;
}

.top-seller .produst-link:hover {
    color: #E7750C;
}

.top-seller {
    margin-bottom: 30px;
}

.top-hdr {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.offer-sec {
    width: 100%;
    display: block;
    background-image: url('..//img/image03.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 10px;
}

.offer-content {
    width: 480px;
    margin-left: auto;
}

.best-for,
.on-new {
    color: #000000;
    font-size: 38px;
    font-family: 'palm_canyon_drivetrial';
}

.offer-content .off {
    color: #E7750C;
    font-size: 100px;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 15px;
}

.on-new {
    border-bottom: 1px solid #E7750C;
}

.offer-content .ext {
    display: flex;
    align-items: end;
    gap: 20px;
}

.offer-content .ext p {
    font-size: 26px;
    font-weight: 700;
}

.recommendations {
    background-color: #F2F2F2;
    padding: 80px 0;
    margin: 50px 0;
}

.client-sec p {
    padding: 70px 70px 30px;
    background-color: #F2F2F2;
    text-align: center;
    font-size: 16px;
    color: #565656;
    line-height: 1.7em;
}

.client-sec {
    text-align: center;
}

.owl-dots {
    margin-top: 20px;
}

.owl-dots .owl-dot {
    border: 3px solid #9fa8ab !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
}

.owl-dots .owl-dot.active {
    border-color: #E7750C !important;
}

.hai-ext-content {
    border: 1px solid #E7750C;
    border-radius: 5px;
    height: 100%;
}

.hai-ext-content .image-sec {
    background-color: #E7750C;
    border-radius: 5px;
}

.hai-ext-content .image-sec a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    display: inline-block;
}

.hai-ext-content .image-sec:hover,
.hai-ext-content .image-sec:hover a {
    color: #E7750C;
    background-color: #e1e1e1;
}

.hai-ext-content .image-sec:hover a:hover {
    color: #000;
}

.hai-ext-content .content {
    padding: 10px;
}

.hai-ext-content .content li {
    color: #3A3A3A;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 10px;
    list-style-type: none;
}

.hai-ext-content .content li a {
    color: #E7750C;
    font-weight: 600;
}

.hai-ext-content .content li a:hover {
    color: #000000;
}

.footer {
    background-color: #F6F6F6;
    padding: 50px 0 30px;
    margin-top: 20px;
}

.footer .foot-logo img,
.foot-content .cart img {
    mix-blend-mode: darken;
}

.footer .foot-logo p {
    font-size: 17px;
}

.footer .foot-logo a {
    color: #000000;
}

.footer .foot-logo a:hover {
    color: #E7750C;
}

.foot-logo-sec {
    margin-bottom: 70px;
}

.foot-hdr,
.social-hdr {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.foot-content ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.foot-content ul li a {
    color: #000000;
}

.foot-content ul li a:hover {
    color: #E7750C;
}

.foot-content p {
    font-size: 16px;
}

.foot-content .form-control {
    background: transparent;
    border: 1px solid #000000;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 17px 25px;
}

.foot-content button.form-control {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background-color: #E7750C;
    border-color: #E7750C;
    padding: 15px;
}

.foot-content button.form-control:hover {
    color: #E7750C;
    background-color: transparent;
}

.social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 7px;
}

.social ul li a {
    color: #000;
    font-size: 17px;
    border: 1px solid #000000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.foot-content .social {
    margin-top: 40px;
}

.social-hdr {
    font-size: 18px;
    margin-top: 5px;
}

.social ul li a:hover {
    color: #fff;
    background-color: #E7750C;
    border-color: #E7750C;
}

.foot-content .cart {
    margin-top: 40px;
}

.offer-popup-sec .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.651);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 99999;
}

.offer-popup-sec .popup-overlay.active {
    visibility: visible;
    opacity: 1;
}

.offer-popup-sec .popup {
    position: relative;
    background: #fff;
    padding: 70px;
    width: 530px;
    height: 530px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.offer-popup-sec .popup .offer-close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 0;
    top: 0;
}

.offer-popup-sec .popup .offer-close-btn:hover {
    color: #fff;
    background: #E7750C;
}

.offer-popup-sec .get-off {
    color: #E7750C;
    font-size: 65px;
    font-weight: 900;
}

.offer-popup-sec p {
    margin-bottom: 10px;
}

.offer-popup-sec .special-offer-txt {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.get-offer-input {
    margin-top: 20px;
}

.offer-popup-sec .input-group * {
    border: none;
}

.offer-popup-sec .input-group {
    border: 1px solid #525252;
    border-radius: 5px;
}

.offer-popup-sec .input-group input {
    padding: 15px;
}

.offer-popup-sec .input-group-text {
    width: 40%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background-color: #E7750C;
    border-radius: 5px;
    margin: -1px -2px -1px -1px;
}

.offer-popup-sec .input-group-text:hover {
    color: #fff;
    background-color: #000000;
}

.offer-popup-sec .no-thanks {
    color: #3D3D3D;
    font-size: 16px;
    background-color: transparent;
    padding: 0;
}

.offer-popup-sec .no-thanks:hover {
    color: #E7750C;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d9d9d9;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.cookie-hdr {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.cookie-banner p {
    font-size: 16px;
    margin-bottom: 10px;
}

.cookie-banner p a {
    color: #E7750C;
}

.cookie-banner .buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.cookie-banner button {
    padding: 8px 35px;
    font-size: 16px;
    border: 1px solid #E7750C;
    border-radius: 30px;
    cursor: pointer;
    background: #E7750C;
}

.cookie-banner .decline {
    background-color: transparent;
    color: #000;
}

.cookie-box {
    text-align: center;
}

.cookie-banner {
    display: none;
}

.togglebtn {
    position: relative;
}

.togglebtn .sub-item {
    display: none;
}

.togglebtn .sub-item.active {
    display: block;
}

.togglebtn .sub-item {
    background-color: #191611;
    border-radius: 5px;
    width: 461px;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 48px;
    z-index: 9999;
    transform: translateX(-62%);
}

.track-my-order .shopping-btn,
.input_order_main input {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background-color: #d9d9d94b;
    padding: 12px 15px;
    border-radius: 5px;
    display: inline-block;
}

.track-my-order .shopping-btn:hover {
    color: #fff;
    background-color: #E7750C;
}

.track-my-order {
    text-align: left;
}

.track-my-order * {
    border: 0 !important;
    color: #fff;
}

.track-my-order .flex-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.prduct-icon1 {
    text-align: end;
}

.track-my-order .order-hdr {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.top-sec .track-my-order p {
    font-size: 16px;
    font-weight: 400;
}

.input_order_main {
    gap: 20px;
}

.input_order_main input {
    width: 70%;
    padding: 0 15px;
    height: 45px;
}

.input_order_main input:last-child {
    font-size: 16px;
    font-weight: 500;
    width: 30%;
}

.input_order_main input::placeholder {
    font-size: 12px;
    color: #fff;
}

.top-sec .track-my-order p:last-child {
    font-size: 15px;
}

.arrow-down {
    position: relative;
}

.arrow-down::before {
    position: absolute;
    background: #000;
    content: "";
    width: 16px;
    height: 10px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.prduct-icon1 ul {
    display: block !important;
}

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

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 2;
}

.breadcrumb-sec {
    padding: 30px 0;
}

.breadcrumb .breadcrumb-item {
    color: #000;
    font-size: 18px;
}

.breadcrumb-item img {
    margin-bottom: 5px;
}

.breadcrumb-sec .breadcrumb {
    margin: 0;
}

.breadcrumb-sec .breadcrumb a {
    color: #000;
}

.breadcrumb-sec .breadcrumb a:hover {
    color: #E7750C;
}

.category-sec {
    border: 1px solid #DDDDDD;
}

.category-item {
    padding: 20px 20px 15px;
    border-bottom: 1px solid #DDDDDD;
}

.category-item:last-child {
    border: 0;
}

.category-hdr {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.category-item ul li {
    list-style-type: none;
    margin: 6px 0
}

.category-item ul li a {
    color: #000;
    font-size: 16px;
}

.category-item ul li a:hover {
    color: #E7750C;
}

.shop-sec {
    padding: 0 0 50px;
}

.breadcrumb-sec {
    padding: 20px 0;
}

.product-item .image {
    border: 1px solid #ECECEC;
    border-radius: 5px;
    margin-bottom: 15px;
}

.product-item .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.inr-bnr {
    margin-bottom: 25px;
}

.ships-in {
    color: #E7750C;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

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

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

.pagination-sec,
.feature-product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.pagination-sec ul li {
    color: #000;
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
}

.pagination-sec ul li a {
    color: #000;
    font-size: 16px;
}

.pagination-sec ul li a:hover {
    color: #E7750C;
}

.pagination-controls button {
    border: 1px solid #D9D9D9;
    background-color: transparent;
    border-radius: 3px;
    padding: 5px 15px;
}

.pagination-controls .page-btn {
    display: inline-block;
    width: 45px;
    text-align: center;
    padding: 5px 0;
    margin: 0 5px;
}

.pagination-controls button:hover,
.pagination-controls .page-btn.active {
    background-color: #E7750C;
    border-color: #E7750C;
}

.feature-products {
    border: 1px solid #DDDDDD;
    margin-top: 20px;
    border-radius: 5px 5px 0 0;
}

.feature-product-hdr {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px;
    background-color: #858585;
    border-radius: 5px 5px 0 0;
}

.feature-product-content {
    padding: 10px;
    margin: 0;
    gap: 20px;
}

.feature-product-content a,
.feature-product-content .ships-in {
    font-size: 14px;
}

.feature-product-content .image-sec {
    border: 1px solid #ECECEC;
}

.feature-product-content .price-sec {
    margin: 5px 0;
}

.int-bnr-content {
    padding: 30px 0;
    border-bottom: 1px solid #C0C0C0;
}

.int-bnr-hdr,
.description-hdr {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.int-bnr-content p {
    color: #3D3D3D;
    font-size: 16px;
}

.product-item .product-box {
    position: relative;
}

.product-item .product-box .product-icon-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: 0.3s;
}

.product-item .product-box:hover .product-icon-list {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

.product-box .product-icon-list a {
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    margin: 5px 0;
}

.product-box .product-icon-list a:hover {
    background-color: #E7750C;
}

.description-sec {
    padding-top: 40px;
}

.detail_image img {
    border: 1px solid #C2C2C2;
    border-radius: 5px;
}

.img_tab img {
    display: block;
    width: 100%;
}

.img_tab {
    width: 60%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 3px 0;
}

.thumbnill {
    gap: 5px;
}

.remy-sec {
    width: 40%;
}

.remy-sec img {
    margin: 3px 0;
}

.image-lightbox {
    margin-bottom: 3px;
}

.offer-sec01 {
    position: absolute;
    text-align: center;
    background-color: #E7750C;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
}

.offer-sec01 .off-text {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}

.offer-sec01 span {
    font-size: 22px;
    font-weight: 700;
    display: block;
}

.detail_image {
    position: relative;
}

.single-product-title {
    color: #3C3C3C;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
}

.hrs24 {
    margin-bottom: 20px;
}

.sku {
    margin-bottom: 10px;
}

.sku span {
    color: #000000;
    font-size: 16px;
}

.detail-content-sec .star-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-content-sec .star-sec li {
    list-style-type: none;
}

.detail-content-sec .star-sec li a {
    color: #E7750C;
    font-size: 12px;
}

.detail-content-sec .star-sec {
    border-right: 1px solid #000;
    padding-right: 20px;
}

.detail-content-sec a {
    color: #000;
}

.free-shipping img {
    margin-right: 5px;
}

.detail-content-sec .review-sec {
    margin-right: 60px;
}

.detail-price .price-sec span {
    color: #000;
    font-size: 26px;
}

.detail-price .price-sec span.text-muted {
    font-size: 20px;
}

.price-of span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #D3207B;
    padding: 10px 20px;
    border-radius: 3px;
}

.display-flex.detail-price,
.coupon-code-sec,
.gift-sec {
    margin-top: 20px;
    justify-content: left;
    gap: 30px;
}

.item-code span {
    color: #858585;
    display: block;
    margin: 5px 0;
}

.item-code span i {
    margin-left: 8px;
    cursor: pointer;
}

.coupon-code span {
    color: #000;
    display: inline-block;
    background: #FFBC00;
    padding: 15px 35px 15px 15px;
    clip-path: polygon(100% 0%, 87% 50%, 100% 100%, 0 100%, 0 0);
}

.coupon-code-sec {
    gap: 20px;
    margin-top: 15px;
}

.gift-sec .gift i {
    font-size: 20px;
    border: 1px solid;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 41px;
    border-radius: 50%;
    margin-right: 10px;
}

.gift-sec .gift span {
    font-weight: 500;
}

.cart-sec {
    border: 1px solid #464646;
    border-radius: 3px;
}

.cart-sec .buy-now-hdr {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #202020;
    margin: 0;
    padding: 12px 10px;
}

.cart-form {
    padding: 15px;
}

.cart-form .form-select {
    color: #464646;
    height: 45px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #464646;
}

.cart-form .form-select:focus {
    box-shadow: none;
}

.info01 p {
    font-size: 16px;
    color: #000;
}

.info01 strong {
    color: #E7750C;
}

.qty-sec {
    align-items: center;
    gap: 15px;
}

.qty-sec .form-select {
    display: inline;
    width: auto;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

.qty-sec span {
    color: #565656;
    font-weight: 600;
    font-size: 16px;
}

.cart-btn,
.hair-main-btn {
    color: #fff;
    text-align: center;
    border: 1px solid #202020;
    background-color: #202020;
    font-size: 16px;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    margin-top: 10px;
}

.hair-main-btn {
    width: auto;
    display: inline-block;
    background-color: #E7750C;
    border-color: #E7750C;
}

.hair-main-btn:hover {
    color: #1F1F1F;
    background-color: transparent;
}

.cart-btn-sec {
    margin-top: 25px;
}

.cart-btn-sec .cart-btn:last-child,
.cart-btn:hover {
    color: #202020;
    background-color: transparent;
}

.cart-btn-sec .cart-btn:last-child:hover {
    color: #fff;
    background-color: #202020;
}

.info-mail {
    position: relative;
    border: 1px solid #464646;
    border-radius: 3px;
    padding: 15px 10px 15px 60px;
    margin-top: 20px;
}

.info-mail .icon-sec {
    position: absolute;
    display: block;
    font-size: 20px;
    border: 1px solid;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.info-mail h5 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-mail p {
    font-size: 16px;
}

.right-sec .social {
    margin-top: 20px;
}

.color-pikar-sec {
    margin-top: 25px;
}

.color-pikar-sec h5 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.also-like {
    padding-right: 100px;
    border-right: 1px solid #F8BC85;
}

.also-like-hdr {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.also-like-item.arrow .owl-nav button {
    left: -35px;
}

.also-like-item.arrow .owl-nav button.owl-next {
    left: auto;
    right: -65px;
}

.buy-together-hdr {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}

.buy-together-hdr span {
    color: #E7750C;
    font-weight: 800;
}

.buy-together-sec .cart-btn {
    background-color: #E7750C;
    border-color: #E7750C;
}

.buy-together-sec .cart-btn:hover {
    color: #E7750C;
    background-color: transparent;
}

.tab-sec .tab-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.tab-sec .tab-content p {
    font-size: 16px;
}

.nav.nav-tabs * {
    color: #000;
    border: 0 !important;
    background-color: transparent !important;
}

.tab-sec .nav.nav-tabs {
    border: 1px solid #BEBEBE;
    padding: 10px;
    justify-content: space-around;
    box-shadow: rgba(190, 190, 190, 0.199) 0px -50px 36px -28px inset;
}

.tab-sec .nav.nav-tabs .nav-link.active {
    color: #E7750C;
}

.write-your-review,
.own-review-form {
    border: 1px solid #C9C9C9;
    background-color: #FBFBFB;
    border-radius: 5px;
    padding: 30px 20px 15px;
    height: 100%;
}

.write-your-review .hdr-sec h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.write-your-review .hdr-sec {
    margin-bottom: 30px;
}

.one-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
}

.your-review li a {
    color: #CCB094;
    margin: 0 5px;
}

.one-review span {
    color: #000;
    font-size: 16px;
    font-style: normal;
}

.own-review-form {
    display: flex;
    align-items: center;
}

.own-review-form h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px
}

.own-review-form .form-control,
.billing-form .form-control,
.billing-form .form-select {
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 20px;
}

.own-review-form textarea.form-control {
    height: 150px;
}

.own-review-form .btn {
    color: #fff;
    background-color: #E7750C;
    border-radius: 3px;
    padding: 10px 30px;
}

.own-review-form .btn:hover {
    background-color: #000000;
}

.hdr02 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}

.new-arrivals-sec .hdr02 {
    text-align: center;
    margin-bottom: 30px;
}

.new-arrivals.arrow .owl-nav button {
    left: -35px;
}

.new-arrivals.arrow .owl-nav button.owl-next {
    left: auto;
    right: -35px;
}

.cart-sec01 .schedule {
    background-color: #E1E1E1;
    border-radius: 5px;
}

.cart-sec01 .schedule {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cart-schedule {
    width: 33.33%;
    font-size: 20px;
    text-align: center;
    padding: 15px;
}

.cart-sec01 .schedule .cart-schedule.active {
    color: #fff;
    background-color: #E7750C;
}

.cart-sec01 .schedule .cart-schedule:first-child {
    border-radius: 5px 0 0 5px;
}

.cart-sec01 .schedule .cart-schedule:last-child {
    border-radius: 5px 0 0 5px;
}

.cart_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cart_title .cart_name {
    font-size: 20px;
    font-weight: 500;
}

.cart_title .price {
    font-size: 18px;
}

.cart_title .price strong {
    font-size: 20px;
    color: #E7750C;
}

.shoppingCart .shop-title {
    border: 1px solid #BEBEBE;
    border-radius: 5px;
}

.shoppingCart .shop-title td:first-child {
    border-radius: 5px 0 0 5px;
}

.shoppingCart .shop-title td {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
}

.shoppingCart tr td {
    text-align: center;
    padding: 20px;
    vertical-align: middle;
}

.shoppingCart tr td:nth-child(1),
.shoppingCart tr td:nth-child(2) {
    text-align: left;

}

.shoppingCart .details h3 {
    line-height: 24px;
}

.shoppingCart .details h3 a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.shoppingCart .details h3 a:hover {
    color: #E7750C;
}

.shoppingCart .description {
    width: 200px;
}

.shoppingCart .details p {
    font-size: 15px;
    margin-bottom: 5px;
}

.shoppingCart .details p span {
    font-weight: 500;
}

.quantity-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quantity-text .add {
    color: #000000;
    font-size: 11px;
    border: 1px solid #000;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
}

.quantity-text input {
    width: 60px;
    text-align: center;
}

.shoppingCart .function a {
    color: #E7750C;
    text-transform: capitalize;
}


.free-gift .free_core,
.free-gift {
    display: flex;
    align-items: center;
    gap: 50px;
}

.free-gift {
    border: 1px solid #BEBEBE;
    justify-content: space-between;
    padding-right: 20px;
}

.free-gift {
    width: 100%;
}

.free_core-list li {
    list-style-type: none;
}

.free-gift .free-title {
    font-size: 18px;
}

.free_core-list li {
    position: relative;
    padding-left: 25px;
}

.free_core-list li::before {
    position: absolute;
    content: "";
    background-image: url(..//img/check-icon.png);
    width: 18px;
    height: 19px;
    background-size: 87%;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 3px;
}

.free-gift .free_text {
    margin: 10px 0;
}

.sp-methods {
    margin: 25px 0;
}

.sp-methods .zs_titbar {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    background-color: #EFEFEF;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.sp-methods-list li {
    display: inline-block;
    width: 33%;
}

.shipping-method-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.shipping-method-item.active {
    border-color: #E7750C;
}

.shipping-method-item label {
    width: 100%;
}

.shipping-method-item label span {
    display: block;
    margin-top: 10px;
}

.sp-methods-list .form-check-label::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: none;
}

.limited-time {
    background-color: #FFF5EC;
    border: 1px solid #FCBE85;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}

.limited-time-hdr h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.limited-time-hdr p {
    font-size: 16px;
}

.limited-time-hdr strong {
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}

.spend-failed {
    font-size: 15px;
    color: #000;
    border: 1px solid #EB6877;
    background-color: #eb687760;
    padding: 10px 20px;
    width: 150px;
    text-align: center;
    border-radius: 5px;
}

.countdown .timer {
    color: #393939;
    font-size: 22px;
    font-weight: 600;
}

.cart-subtotal {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 20px 11px;
    margin: 30px 0;
}

.star01 li {
    display: inline-block;
}

.cart-subtotal .display-flex {
    justify-content: start;
    gap: 30px;
    margin-bottom: 15px;
}

.title01 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.subtotal .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.subtotal .list-item span {
    font-size: 17px;
    color: #000;

}

.subtotal .list-item span:last-child {
    color: #E7750C;
    font-weight: 600;
}

.cart-subtotal .row>div {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 20px;
}

.cart-subtotal .row>div:last-child {
    border: 0;
}

.total-amount {
    padding-top: 25px;
}

.total-amount span {
    font-weight: 700;
}

.total-amount .list-item {
    width: 280px;
    margin-left: auto;
    margin-bottom: 10px;
}

.cupon-code {
    text-align: end;
}

.cupon-code li {
    list-style-type: none;
    margin-top: 10px;
}

#toggleTotalInfo {
    color: #E7750C;
}

.returns-policy ul {
    display: ruby;
}

.returns-policy li {
    width: 49%;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
}

.paypal_sec {
    background-color: #F8F8F8;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    padding: 20px;
    text-align: end;
}

.paypal_sec .btn {
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    background-color: #74B507;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 17px;
    border-radius: 5px 5px 0 0;
    border: 0;
    border-bottom: 5px solid #413F42;
    margin-bottom: 20px;
}

.paypal_sec .btn:hover {
    background-color: #413F42;
    border-color: #74B507;
}

.paypal_sec .or {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}

.cart_bottom-sec {
    padding: 50px 0;
}

.cart_bottom-sec h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 35px;
}

.image-cart-btm {
    display: flex;
    align-items: center;
    gap: 70px;
}

.cart_bottom-sec .faq li {
    list-style-type: none;
    line-height: 38px;
}

.cart_bottom-sec .faq li i {
    color: #E7750C;
    margin-right: 30px;
}

.cart_bottom-sec .faq li a {
    color: #000;
    font-size: 18px;
}

.cart_bottom-sec .contact .display-flex {
    align-items: baseline;
    gap: 5px;
}

.cart_bottom-sec a:hover {
    color: #E7750C !important;
}

.header-top {
    padding: 20px 0;
}

.header-top span a {
    color: #000000;
    font-weight: 400;
}

.header-top span a:hover {
    color: #E7750C;
}

.header-top span:last-child {
    font-weight: 600;
}

.select-title-sec {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.billing-form,
.order-summary {
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.billing-hdr {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.billing-hdr::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 70%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.select-title-sec label,
.select-title-sec h5 {
    color: #000000;
    font-size: 16px;
    margin: 0;
}

.billing-form .form-check-input {
    width: 23px;
    height: 23px;
    border-radius: 3px;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
}

.select-title,
.checked-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.billing-form .form-select {
    color: #747474;
    background: transparent;
}

.form-select:focus {
    box-shadow: none;
}

.checked-form {
    margin-bottom: 15px;
}

.prodceed-payment {
    font-size: 18px;
    font-weight: 600;
    background-color: #E7750C;
    border: 1px solid #E7750C;
}

.checked-form:first-child label {
    font-weight: 600;
}

.price-gurantee {
    color: #000000;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.order-summary h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.order-summary a,
.edit-sec a i {
    color: #343434;
    font-size: 20px;
}

.summary-detail img {
    border: 1px solid #BEBEBE;
    border-radius: 3px;
}

.summary-detail .image {
    width: 25%;
}

.summary-detail .content {
    width: 75%;
}

.summary-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.summary-detail .content h5 {
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 2px;
}

.summary-detail .content .more-detail01 {
    color: #343434;
    font-size: 14px;
    font-weight: 600;
}

.order-summary {
    padding: 30px 0 10px;
}

.order-summary>div {
    padding-left: 30px;
    padding-right: 30px;
}

.subtotal-price {
    padding: 15px 30px;
    border-bottom: 1px solid #ccc;
}

.subtotal-price .display-flex {
    padding: 10px 0;
}

.subtotal-total-amount {
    padding: 15px 30px;
}

.subtotal-total-amount span {
    font-weight: 600;
}

.subtotal-total-amount .interest01 {
    font-size: 13px;
    font-weight: 400;
}

.subtotal-total-amount .afterpay {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background: #e7750c;
    padding: 3px 13px;
    border-radius: 50px;
}

.trstpilot-sec {
    margin-top: 20px;
}

.seccond-footer {
    background-color: #FBFBFB;
    padding: 70px 0;
    margin-top: 70px;
}

.foot-info-box {
    text-align: center;
}

.foot-info-box .image {
    border: 1px solid #E7750C;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    margin: 0 auto;
}

.foot-info-box h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
}

.foot-secure-payment {
    margin-top: 40px;
}

.foot-secure-payment .card-image {
    text-align: end;
    width: 40%;
}

.foot-secure-payment ul li {
    display: inline-block;
    margin-right: 50px;
}

.foot-secure-payment ul li:last-child {
    margin: 0;
}

.foot-secure-payment ul li i {
    color: #4BAD4F;
    margin-right: 5px;
}

.info-billing {
    align-items: baseline;
}

.edit-sec a {
    color: #545454;
}

.edit-sec a i {
    margin-right: 5px;
}

.divider2 {
    position: relative;
    height: 100%;
}

.divider2::before {
    position: absolute;
    content: "";
    background: #DDDDDD;
    width: 1px;
    height: 80%;
    left: 75%;
    top: 10%;
}

.billing-details ul li {
    float: left;
    width: 70%;
    list-style-type: none;
    line-height: 30px;
}

.billing-details ul li:nth-child(even) {
    width: 30%;
    padding-left: 20px;
}

.payment-meth-smr .summary-detail .content h5 {
    font-size: 14px;
    line-height: 21px;
}

.payment-meth-smr>div {
    padding-left: 20px;
    padding-right: 20px;
}

.payment-method-sec {
    margin-top: 25px;
}

.payment-method-sec .card-details {
    margin-top: 15px;
}

.payment-method-sec .card-details .form-control {
    padding: 10px 15px;
    height: 40px;
}

.payment-method-sec input[type="date"] {
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
}

.payment-method-sec input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 10px;
    right: auto;
    cursor: pointer;
}

.input-icon-box01 {
    position: relative;
}

.input-icon-box01 span {
    position: absolute;
    font-size: 14px;
    left: 15px;
    top: 53%;
    transform: translateY(-50%);
}

.payment-method-sec .input-icon-box01 .form-control {
    padding-left: 40px;
}

.tooltip1 {
    margin-top: 10px;
    margin-right: 20px;
    text-align: center;
}

.tooltip1 .btn {
    background-color: #ccc;
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.payment-method-sec .submit-btn {
    background-color: #4BAD4F;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 11px;
}

.payment-option {
    margin: 20px 0;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

.payment-option .payment-option-card {
    display: flex;
    gap: 10px;
}

.payment-option-card label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.payment-option input[type="radio"],
.payment-option label {
    cursor: pointer;
}

.offer-sec-top {
    padding: 0;
}

.offer-sec-top img {
    width: 100%;
}

.dashboard-hdr p {
    font-size: 20px;
}

.multiple-btn a {
    border: 1px solid #E7750C;
    color: #1F1F1F;
    font-size: 17px;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 10px;
    margin: 15px;
    margin-right: 0;
    width: 100%;
    margin-left: auto;
}

.multiple-btn a:hover {
    color: #fff;
}

.multiple-btn a:hover,
.multiple-btn a:last-child {
    font-weight: 600;
    color: #fff;
    background-color: #E7750C;
}

.multiple-btn a:last-child:hover {
    font-weight: 400;
    color: #1F1F1F;
    background-color: transparent;
}

.dashboard-hdr {
    margin-bottom: 40px;
}

.tab-sec02 .nav-tabs {
    justify-content: end;
    border: 0;
    margin-bottom: 40px;
}

.tab-sec02 .tab-content {
    padding-left: 50px;
    padding-top: 15px;
}

.tab-sec02 .nav-tabs .nav-link {
    color: #1F1F1F;
    border-radius: 5px;
    width: 100%;
    text-align: end;
    padding: 12px 22px;
}

.tab-sec02 .nav-item {
    width: 100%;
}

.tab-sec02 .nav.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #E7750C !important;
}

.title02,
.title03 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.title03 {
    font-size: 18px;
}

.view-detail-box {
    display: block;
    /* border: 1px solid #E7750C; */
    border-radius: 5px;
    padding: 15px;
    margin-right: 15px;
    width: 295px;
    box-shadow: rgba(231, 117, 12, 0.5) 3px 3px 6px 0px inset, rgba(231, 117, 12, 0.5) -3px -3px 6px 1px inset;
}

.view-detail-box h4 {
    color: #E7750C;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.view-detail-box a {
    color: #1F1F1F;
    font-size: 18px;
}

.view-detail-box a:hover {
    color: #E7750C;
}

.account-information-content li {
    display: inline-block;
    list-style-type: none;
}

.view-orders-details {
    margin-top: 30px;
}

.gold-member {
    margin: 20px 20px;
}

.gold-member h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    width: 90px;
}

.save-on li {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 7px 0;
    list-style-type: none;
}

.save-on li a {
    color: #E7750C;
}

.save-on li a:hover {
    color: #000000;
}

/* Zoom-in animation */
@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Apply animation to the modal */
.zoom-modal .modal-dialog {
    animation: zoomIn 0.3s ease-in-out;
}

.modal.zoom-modal.show {
    z-index: 999999999;
}

.account-hdr span {
    margin-bottom: 10px;
    display: inline-block;
}

.account-hdr span:first-child {
    margin-right: 80px;
}

.account-details-sec {
    margin: 30px 0;
}

.account-details-sec h3 {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.account-details,
.details-area,
.address-details-box table {
    padding: 20px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.details-area {
    padding: 10px;
    display: flex;
    margin: 5px 0;
}

.details-area span {
    color: #636363;
}

.details-area span:first-child {
    width: 40%;
}

.details-area span:last-child {
    width: 60%;
}

.edit-button {
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
    padding: 10px 25px;
}

.address-details-box table th {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 500;
    background-color: #E4E4E4;
    padding: 20px;
}

.address-details-box table tr * {
    border: 0;
}

.address-details-box table td {
    padding: 20px;
    padding-bottom: 50px;
    font-size: 18px;
    background: transparent;
}

.address-details-box table td i {
    font-size: 13px;
    color: #1B83E4;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px 2px 2px 2px;
}

.address-details-box .table {
    padding: 0;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 0;
}

.address-details-box {
    /* overflow: hidden; */
    border-radius: 5px;
}

.personal-detals .input-area {
    margin: 7px 0;
}

.personal-detals .form-control,
.personal-detals .form-select {
    color: #A0A0A0;
    border-radius: 5px;
    height: 50px;
}

.personal-detals .form-control::placeholder {
    color: #A0A0A0;
}

.personal-detals .current-pass {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;

}

.personal-detals .form-control.crurrent-pass {
    width: 180px;
    height: 45px;

}

.personal-detals .current-pass label {
    color: #000000;
    font-weight: 500;
}

.breadcrumb-dashbord {
    margin-bottom: 40px;
}

.breadcrumb-dashbord a {
    color: #000000;
}

.breadcrumb-dashbord a i {
    font-size: 20px;
    padding-right: 20px;
}

.breadcrumb-dashbord .breadcrumb-item+.breadcrumb-item {
    padding-left: 20px;
}

.breadcrumb-dashbord .breadcrumb-item+.breadcrumb-item::before {
    font-size: 17px;
    color: #000000;
    padding-right: 20px;
}

.breadcrumb-dashbord .breadcrumb-item {
    font-size: 20px;
    font-weight: 700;
}

.list-of-order,
.box-simple {
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    padding: 20px;
}

.order-number {
    font-size: 17px;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
}

.order-item .multiple-btn a {
    margin: 0 0 8px;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
    width: 130px;
}

.order-item .display-flex {
    gap: 15px;
    align-items: normal;
}

.order-item table th,
.order-item table td {
    padding: 10px;
    font-size: 15px;
}

.order-item table td {
    vertical-align: middle;
    padding: 20px 10px;
}

.order-item table td img {
    width: 70px;
}

.order-item table td:first-child {
    width: 230px;
}

.order-item table td a {
    color: #E7750C;
}

.order-item {
    margin-bottom: 20px;
}

.order-item:last-child {
    margin: 0;
}

.order-item table th {
    text-transform: capitalize;
    font-size: 17px;
    color: #000;
}

.pagination-order-list {
    margin-top: 20px;
}

.breadcrumb-dashbord a:hover {
    color: #E7750C;
}

.breadcrumb-dashbord .breadcrumb {
    margin: 0;
}

.donate-save .display-flex .content {
    width: 70%;
}

.donate-save .display-flex .image {
    width: 30%;
}

.donate-save .display-flex .image img {
    width: 100%;
}

.donate-save .display-flex .content p {
    margin-bottom: 10px;
}

.donate-save .display-flex .content a {
    color: #E7750C;
    font-weight: 500;
}

.donate-save .display-flex {
    gap: 50px;
}

.donate-save {
    margin-bottom: 25px;
}

.discount-privileges-table th {
    background-color: #E4E4E4;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 16px;
}

.discount-privileges-table td {
    padding: 16px;
}

.discount-privileges-table table * {
    border: 0;
}

.discount-privileges-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #F5F5F5;
}

.discount-privileges-table .table>tbody>tr:nth-of-type(even)>* {
    --bs-table-bg-type: #CBF1FF;
}

.buy-hair-extention * {
    color: #000000;
    font-size: 17px;
    display: block;
    text-align: center;
    width: 160px;
    margin: 0 auto;
}

.buy-hair-extention a:hover {
    color: #E7750C;
}

.buy-hair-extention {
    border: 1px solid #A0A0A0;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.discount-privileges .display-flex {
    align-items: normal;
    gap: 20px;
}

.order-details-sec table * {
    text-align: center;
}

.order-details-sec .order-number {
    margin-top: 20px;
    margin-bottom: 10px;
}

.subtotal-list03 li {
    display: flex;
    line-height: 36px;
}

.subtotal-list03 li span {
    font-size: 17px;
    width: 50%;
    text-align: end;
}

.subtotal-list03 {
    margin-top: 20px;
    margin-right: 30px;
}

.subtotal-list03 .total03 {
    border-top: 1px solid;
    margin-top: 15px;
    padding-top: 10px;
}

.subtotal-list03 .total03 span:last-child {
    color: #E7750C;
}

.save-add01 span {
    display: block;
    width: 100% !important;
}

.check-save-add .checked-form label {
    font-weight: 400 !important;
}

.check-save-add .checked-form {
    margin: 5px 0 0 0;
}

.save-add-btn a {
    border: 1px solid #D9D9D9;
    padding: 7px;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 80px;
    border-radius: 5px;
    margin: 0 5px;
}

.save-add-btn a.delete-btn,
.save-add-btn a:hover,
.add-address-btn {
    background-color: #74B507;
    border-color: #74B507;
}

.save-add-btn a.delete-btn:hover {
    background-color: #E7750C;
    border-color: #E7750C;
}

.save-add-btn {
    text-align: end;
}

.address-details-item {
    margin-top: 25px;
}

.address-details-item:nth-child(2) {
    margin: 0;
}


.dashboard-sec .nav-container {
    position: fixed;
    top: 0;
    left: -350px;
    /* Initially hidden */
    width: 250px;
    height: 100%;
    background: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    z-index: 1050;
    padding: 10px;
}

.dashboard-sec .nav-container.show {
    transform: translateX(350px);
    /* Slide in */
}

@media (min-width: 768px) {
    .dashboard-sec .nav-container {
        position: static;
        width: auto;
        height: auto;
        background: none;
        box-shadow: none;
        transform: none;
        padding: 0;
    }
}

.tab-sec02 .tab-header {
    position: absolute;
    right: -34px;
    top: 0;
    background: #ffffff;
    font-size: 12px;
    padding: 8px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.dashboard-sec #toggleTabs {
    display: block;
    background-color: #e1e1e1;
    color: #000000;
    width: 100%;
    padding: 14px;
}

.login-popup .modal-body {
    padding: 0;
}

.login-popup .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    color: #000000;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 7px;
    z-index: 9;
}

.login-popup .modal-dialog {
    max-width: 800px;
    /* width: 100%; */
}

.register-form-popup .modal-dialog {
    max-width: 400px;
    /* width: 100%; */
}

.login-image-sec {
    height: 100%;
}

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

.login-popup .modal-content {
    border-radius: 7px;
}

.login-title {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.login-form-sec {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.remember-me .checked-form {
    margin: 0;
}

.remember-me label.form-check-label,
.other-form span,
.forget-pass a {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    margin-top: 4px;
}

.forget-pass a {
    text-decoration: underline;
}

.login-form .form-control {
    color: #A0A0A0;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 15px;
}

.submit-form {
    width: 100%;
    padding: 8px;
    margin: 17px 0;
}

.other-form {
    text-align: end;
}

.other-form span {
    margin: 0;
}

.other-form span a {
    color: #000000;
    text-decoration: underline;
}

.other-form span a:hover {
    color: #E7750C;
}

.login-popup .or {
    text-align: center;
    border-bottom: 1px solid #000000;
    margin: 30px 0;
    line-height: 0;
}

.or span {
    color: #000000;
    background-color: #fff;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.multiple-login .login-btn01 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #1A77F2;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 6px;
    text-align: center;
    margin: 10px 0;
}

.multiple-login .login-btn01:hover {
    background-color: #E7750C;
}

.multiple-login .login-btn01 span {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.multiple-login .login-btn01 span i {
    padding-top: 7px;
    color: #1A77F2;
    font-size: 17px;
}

.multiple-login .login-btn01 span img {
    width: auto;
    height: auto;
}

.login-popup .description {
    text-align: center;
    margin-top: 20px;
}

.register-form-sec {
    padding: 20px;
}

.form-logo-sec {
    text-align: center;
    margin: 20px 0;
}

.form-logo-sec img {
    width: auto;
}

.gender-sec .display-flex {
    justify-content: start;
    gap: 30px;
}

.form-title01 {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.gender-sec .form-check-label {
    color: #000;
    font-size: 14px;
}

.birthday-sec {
    margin-top: 15px;
}

.birthday-sec .display-flex {
    gap: 15px;
}

.recaptcha-sec img {
    width: auto;
    height: auto;
}

.category-mobile-btn-sec {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f4f4f4;
}

.category-mobile-btn {
    border: 0;
    background-color: transparent;
}

.category-mobile-btn span {
    font-size: 16px;
    padding-left: 5px;
    color: #000;
}

.category-mobile-btn i {
    font-size: 12px;
}

.category-mobile-btn-sec {
    display: none;
}

.custom-select {
    position: relative;
    bottom: -2px;
}

.custom-select select {
    display: none;
}

.conrty-launge .selected-option {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.conrty-launge .selected-option::before {
    content: "\f107";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}

.conrty-launge .dropdown-options {
    position: absolute;
    width: 100%;
    top: 30px;
    right: -20px;
    min-width: 145px;
    background: white;
    display: none;
    overflow-y: auto;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.conrty-launge .selected-option.rotated::before {
    transform: translateY(-50%) rotate(180deg);
}

.conrty-launge .dropdown-options div {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.conrty-launge .flag-icon {
    width: 20px;
    height: 15px;
}

.free-shipping.only-mobile {
    display: none;
}

.faq .modal {
    --bs-modal-width: 1300px;
}

.fast-shippingList {
    margin-bottom: 20px;
}

.faq .fast-shippingList li {
    line-height: 33px;
}

.cart_bottom-sec .faq .fast-shippingList li i {
    color: #E7750C;
    margin-right: 20px;
}

#sticky-checkout-btn {
    display: none;
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px 15px;
    text-align: center;
    z-index: 9;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease-in-out;
}

#sticky-checkout-btn.show {
    bottom: 0;
}

.cart-btn-checkout {
    width: 100%;
    color: #fff;
    background-color: #F27602;
    border: 1px solid #F27602;
}
.total-price-sec{
    color: #434343d9;
}
.order-total-amount{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: -.5px;
}
.total-price-sec{
    text-align: left;
    margin-bottom: 10px;
}
.checkout-dropdrown{
    display: none;
    padding: 0;
    margin-bottom: 20px;
}

.checkout-dropdrown .accordion-button{
    background-color: #fff;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.checkout-dropdrown .accordion-button> span{
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}
.checkout-dropdrown .accordion-button:focus{
    box-shadow: none;
}
.checkout-dropdrown .subtotal-total-amount .afterpay {
    font-size: 9px;
}
.checkout-dropdrown .subtotal-total-amount {
    padding: 15px 10px 0 10px;
}
.checkout-dropdrown .subtotal-total-amount .display-flex.amount001 span{
    font-size: 15px;
}
.checkout-dropdrown .subtotal-total-amount .interest01 {
    font-size: 12px;
}
.checkout-dropdrown .accordion-item{
    border: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding-bottom: 15px;
}
.checkout-dropdrown .summary-detail .content h5 {
    font-size: 14px;
    line-height: 20px;
}
.checkout-dropdrown .accordion-body {
    padding: 2px 10px;
}
.checkout-dropdrown .subtotal-price {
    padding: 0;
}
.checkout-dropdrown .cart-edit .btn{
    border: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-top: 15px;
    border-radius: 5px;
}
.checkout-dropdrown .accordion-button:not(.collapsed){
    color: #000;
}
.checkout-dropdrown .accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.color_li:hover .bg_color_preview,
.selectToIt:hover .bg_color_preview {
    display: block !important;
}
.color-pikar-sec ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.color-pikar-sec ul li {
    width: 8%;
    position: relative;
    list-style-type: none;
}
    

.color-pikar-sec .bg_color_preview {
    /* -webkit-text-size-adjust: none; */
    z-index: 1000;
    width: 130px;
    height: 140px;
    border: 1px solid #DDDDDD;
    position: absolute;
    left: 0;
    bottom: 40px;
    background: #fff;
}
.color-pikar-sec ul li em {
    position: absolute;
    font-size: 14px;
    left: 2px;
    bottom: 50%;
    transform: translateY(50%);
    color: #FFFFFF;
    height: auto;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.color-pikar-sec ul li a img{
    height: 35px;
    width: 100%;
}
.bg_color_preview .color_title {
    -webkit-text-size-adjust: none;
    color: #737370;
    margin: 0px 0 0 5px;
    overflow: hidden;
    font-size: 11px;
}
.bg_color_preview .color_title_samll {
    -webkit-text-size-adjust: none;
    font-size: 9px;
    color: #737370;
    margin: 0px 0 0 5px;
    overflow: hidden;
}
#color_option_list .bg_color_preview img {
    width: 100%;
    height: 100%;
    padding: 5px;
}





@media (min-width: 767px) {

    .logo {
        width: 230px;
    }

    .shoppingCart .description {
        width: 150px;
    }

    .wellcome-dashboard .pe-lg-5 {
        padding-right: 60px !important;
    }

    .login-popup.show {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .register-form-popup .modal-dialog {
        top: 15%;
        transform: translateY(0) !important;
    }


}

@media screen and (max-width: 767px) {

    .mobile-hide {
        display: none;
    }

    .mobile_bnr_img {
        display: block;
    }

    .ph_order_1 {
        order: -1;
    }

    .dextop-none {
        display: block !important;
    }

    .menu .dextop-none {
        display: inline-block !important;
    }

    .top-sec .row .col-sm-4:nth-child(2),
    .top-sec .row .col-lg-4:nth-child(2) {
        padding: 0;
    }

    .menu {
        position: relative;
        padding: 15px 10px;
    }

    .menu .logo {
        width: 50%;
    }

    .prduct-icon1 {
        padding: 15px 0;
    }

    .menu-toggle {
        position: absolute;
        right: 15px !important;
        font-size: 0;
        bottom: auto;
        top: 36px;
        padding: 0 !important;
    }

    .stellarnav.mobile.right>ul {
        z-index: 9;
    }

    .top-sec {
        padding: 0;
    }

    .menu-link.active,
    .menu-link:hover {
        color: #000000;
    }

    .stellarnav.mobile.right>ul {
        z-index: 999;
        background-color: #000;
    }

    .stellarnav>ul>li>a {
        color: #fff;
    }

    .close-menu.full,
    .icon-close:before,
    .icon-close:after {
        color: #fff;
        border-color: #fff !important;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #E7750C;
    }

    .stellarnav>ul>li>a {
        font-size: 15px;
    }

    .stellarnav>ul>li {
        padding: 0;
    }

    .title {
        font-size: 28px;
        padding-bottom: 8px;
    }

    .subtitle {
        font-size: 20px;
    }

    .padd_btm50 {
        padding: 0 0 30px;
    }

    .banner {
        height: auto;
        padding: 0 0 20px;
        background: #e5d4b4;
    }

    .nav-arrow01 .owl-nav button.owl-next,
    .nav-arrow01 .owl-nav button.owl-prev,
    .nav-arrow01 button.owl-dot {
        font-size: 30px;
        width: 35px;
        height: 35px;
        margin: 3px;
    }

    .bnr-hdr {
        font-size: 50px;
    }

    .slogan-sec ul {
        display: block;
    }

    .slogan-sec ul li {
        margin: 5px;
    }

    .offer-content .off {
        font-size: 50px;
        line-height: 32px;
    }

    .top-sec .hm-cont {
        display: block;
        text-align: center;
    }

    .top-sec .hm-cont p {
        margin: 5px 0;
    }

    .top-sec .hm-cont p a {
        color: #fff;
        font-weight: 500;
    }

    .flex-sec li {
        padding: 5px;
    }

    .hot_sec .prduct-icon1 {
        text-align: center;
        overflow: auto;
        margin-bottom: 10px;
    }

    .top-sec .prduct-icon1 {
        text-align: center !important;
    }

    .top-sec.hot_sec .prduct-icon1 .flex-sec {
        width: 1100px;
    }

    .top-sec.hot_sec .prduct-icon1 {
        margin-bottom: 0;
    }

    .vip-content h3 {
        font-size: 32px;
        font-weight: 700;
    }

    .vip-content sup {
        font-size: 16px;
        left: 0px;
    }

    .vip-content a {
        font-size: 14px;
        padding: 18px 12px;
    }

    .recommend .content h3 {
        font-size: 32px;
    }

    .recommend .content p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .recommend .content span {
        font-size: 22px;
    }

    .bnr-hdr {
        font-size: 50px;
        line-height: 20px;
    }

    .banner_sec .ext p {
        font-size: 20px;
    }

    .banner_sec .ext span {
        font-size: 20px;
        line-height: 56px;
    }

    .bnr-caption p {
        font-size: 15px;
    }

    .bnr-caption {
        left: 25px;
    }

    .banner_sec .slider-container,
    .banner-slider,
    .slider-item {
        height: auto;
    }

    .slider-item {
        height: 250px;
    }

    .slider-button {
        position: revert;
    }

    .banner_sec .row>:last-child {
        order: -1;
    }

    .banner_sec .slider-button {
        overflow: auto;
    }

    .banner_sec .slider-button .buttons {
        width: 680px;
    }

    .banner_sec .buttons button {
        font-size: 17px;
    }

    .padd50 {
        padding: 25px 0;
    }

    p {
        font-size: 17px;
    }

    .arrow .owl-nav button {
        left: 0;
    }

    .arrow .owl-nav button.owl-next {
        right: 0;
    }

    .top-hdr {
        margin-top: 20px;
    }

    .offer-content {
        width: auto;
    }

    .offer-sec {
        width: 100%;
        padding: 20px 10px 20px 90px;
        margin-bottom: 15px;
    }

    .best-for,
    .on-new {
        font-size: 25px;
    }

    .offer-content .ext p {
        font-size: 20px;
    }

    .sale-sec {
        padding-bottom: 0;
    }

    .product_category {
        padding: 0 35px;
    }

    .client-sec p {
        padding: 20px 20px 10px;
        font-size: 15px;
    }

    .hai-ext-content {
        height: auto;
        margin: 10px 0;
    }

    .offer-popup-sec .get-off {
        font-size: 35px;
    }

    .offer-popup-sec .popup {
        padding: 52px;
        width: 350px;
        height: 350px;
    }

    .offer-popup-sec .special-offer-txt {
        font-size: 15px;
        ;
    }

    .offer-popup-sec p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .get-offer-input {
        margin-top: 5px;
    }

    .offer-popup-sec .input-group input {
        padding: 5px;
    }

    .offer-popup-sec .input-group-text {
        font-size: 13px;
    }

    .offer-popup-sec .form-control::placeholder {
        font-size: 13px;
    }

    .cookie-banner button {
        padding: 8px 25px;
    }

    .foot-logo-sec {
        margin-bottom: 20px;
    }

    .foot-hdr {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .foot-logo-sec {
        text-align: left !important;
    }

    .menu .prduct-icon1 {
        margin-right: 40px;
    }

    .menu .prduct-icon1 ul {
        background-color: transparent;
    }

    .menu .prduct-icon1 ul li:first-child {
        display: none;
    }

    .menu .stellarnav {
        justify-content: space-between;
    }

    .menu .stellarnav.mobile {
        overflow: visible;
    }

    .menu .stellarnav.mobile li .signup_sec a {
        border-bottom: 2px solid #E7750C;
    }

    .menu .flex-sec li {
        padding: 0;
    }

    .menu .prduct-icon1 i {
        font-size: 14px;
    }

    /* .top-menu li:nth-child(1), */
    .top-menu li:nth-child(2) {
        display: none;
    }

    .togglebtn .sub-item {
        width: 345px;
        padding: 15px;
        left: 50%;
        top: 52px;
        transform: translateX(-46%);
    }

    .arrow-down::before {
        bottom: -25px;
    }

    .input_order_main input {
        height: 40px;
    }

    .top-menu ul li a,
    .top-menu .form-select,
    .order-menu {
        font-size: 14px;
    }

    .top-menu .flex-sec li {
        padding: 0;
    }

    .top-menu ul li a,
    .order-menu {
        padding: 0 6px;
    }

    .conrty-launge .selected-option {
        padding-left: 6px;
    }

    .hot_sec .prduct-icon1 {
        padding: 5px 0;
    }

    .pagination-sec {
        display: block;
    }

    .pagination-controls {
        text-align: center;
        margin-top: 20px;
    }

    .sort-by {
        text-align: center;
    }

    .cart-sec01 .schedule {
        display: block;
    }

    .cart-sec01 .schedule .cart-schedule {
        font-size: 18px;
        width: 100%;
        border-radius: 5px !important;
    }

    .cart_title .cart_name {
        font-size: 17px;
    }

    .cart_title .price {
        font-size: 16px;
    }

    .cart_title .price strong {
        font-size: 18px;
    }

    .cart-sec01 {
        padding: 0;
    }

    table .details div {
        width: 400px;
    }

    table .description a {
        display: block;
        width: 110px;
    }

    .free-gift .free_core,
    .free-gift {
        padding: 0;
        gap: 10px;
    }

    .free-gift {
        margin-top: 10px;
        display: block;
    }

    .free-gift img {
        width: 25%;
        margin-bottom: 20px;
    }

    .free-gift .free_text {
        text-align: end;
    }

    .free-gift .free-title {
        font-size: 14px;
    }

    .free-gift .text,
    .free-gift .free_text {
        padding: 0 10px;
    }

    .total-amount .list-item {
        width: 100%;
    }

    .limited-time {
        display: block;
        text-align: center;
    }

    .limited-time-hdr h3 {
        font-size: 20px;
    }

    .spend-failed {
        margin: 0 auto;
    }

    .countdown {
        margin: 15px 0;
    }

    .cart-subtotal .row>div {
        border: 0;
    }

    .cart-subtotal .row>div:last-child {
        border-top: 1px solid #DDDDDD;
    }

    .cupon-code {
        text-align: left;
    }

    .cupon-code li>* {
        width: 48%;
    }

    .cupon-code li>span {
        width: 100%;
        display: block;
    }

    .paypal_sec {
        margin-top: 20px;
    }

    .paypal_sec .btn {
        gap: 10px;
        font-size: 20px;
        padding: 10px;
    }

    .returns-policy li {
        margin: 15px 0;
    }

    .cart_bottom-sec .faq li i {
        margin-right: 10px;
    }

    .cart_bottom-sec .faq li a,
    .cart_bottom-sec .contact p {
        font-size: 16px;
    }

    .cart_bottom-sec h3 {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .cart_bottom-sec {
        padding: 0;
    }

    .header-top {
        padding: 0 0 20px 0;
    }

    .billing-hdr {
        font-size: 14px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .billing-hdr::before {
        width: 70%;
    }

    .order-summary>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .seccond-footer {
        padding: 30px 0;
        margin-top: 30px;
    }

    .foot-secure-payment.display-flex {
        display: block;
    }

    .checkout-billing {
        padding: 0;
    }

    .billing-form {
        padding: 10px;
        margin-bottom: 20px;
    }

    .billing-details {
        overflow: auto;
        margin: 20px 0;
    }

    .billing-details ul {
        width: 400px;
    }

    .payment-option-card label img {
        display: none;
    }

    .foot-secure-payment .card-image {
        text-align: left;
        width: 100%;
        margin-top: 15px
    }

    .foot-secure-payment ul li {
        line-height: 34px;
        margin: 0;
    }

    .page-hdr {
        display: block;
    }

    .page-hdr span {
        display: block;
        margin-bottom: 10px;
    }

    .payment-method-sec {
        margin-bottom: 20px;
    }

    .slogan-sec ul li {
        font-size: 17px;
    }

    .padd60 {
        padding: 30px 0;
    }

    .tab-sec02 .tab-content {
        padding-left: 0;
    }

    .gold-member {
        width: 60%;
    }

    .account-information-content li:first-child {
        margin-bottom: 15px;
    }

    .multiple-btn a {
        width: 100%;
    }

    .address-details-box table th,
    .address-details-box table td {
        padding: 10px;
        font-size: 16px;
        vertical-align: middle;
    }

    .address-details-box table td i {
        font-size: 11px;
        padding: 3px 2px 2px 2px;
    }

    .discount-privileges .display-flex,
    .account-details-sec .display-flex,
    .order-item .display-flex {
        display: block;
    }

    .breadcrumb-dashbord .breadcrumb-item {
        font-size: 15px;
    }

    .breadcrumb-dashbord a i,
    .breadcrumb-dashbord .breadcrumb-item+.breadcrumb-item::before {
        font-size: 13px;
        padding-right: 15px;
    }

    .breadcrumb-dashbord {
        margin-bottom: 20px;
    }

    .list-of-order,
    .box-simple {
        padding: 10px;
    }

    .order-item .multiple-btn a {
        width: 100%;
    }

    .order-item .multiple-btn {
        margin-top: 15px;
    }

    .save-add-btn {
        text-align: center;
        margin-top: 25px;
    }

    .dashboard-hdr {
        margin-bottom: 30px;
    }

    .login-title {
        font-size: 22px;
    }

    .login-popup img {
        border-radius: 0 0 5px 5px;
    }

    .mobile-toggle {
        display: none;
        transition: left 0.3s ease-in-out;
    }

    .mobile-toggle.show {
        display: block;
    }

    .category-mobile-btn-sec {
        display: flex;
        justify-content: space-between;
    }

    .foot-sub-menu {
        display: none;
    }

    .foot-hdr {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .foot-hdr::after {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
    }

    .foot-hdr.active::after {
        content: "\f068";
    }

    .subscribe-hdr::after,
    .subscribe-hdr::before {
        display: none;
    }

    .selected-option {
        padding-left: 10px;
        font-size: 14px;
    }

    .top-menu .flex-sec li:first-child a {
        padding-left: 0;
    }

    .conrty-launge .dropdown-options div {
        padding: 5px 10px;
        font-size: 14px;
    }

    .conrty-launge .dropdown-options {
        top: 38px;
        right: -10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .also-like {
        padding-right: 25px;
        border-right: 0;
        padding-left: 25px;
    }

    .also-like-item.arrow .owl-nav button.owl-next {
        right: -35px;
    }

    .detail-content-sec {
        margin-top: 20px;
    }

    .detail-content-sec .review-sec {
        margin-right: 0;
        gap: 20px;
        justify-content: start;
    }

    .sku-sec {
        justify-content: start;
        gap: 20px;
    }

    .sku-sec .sku {
        margin: 0;
    }

    .detail-content-sec .star-sec {
        border-right: 0;
        padding-right: 0;
    }

    .detail-content-sec .add-your {
        margin: 10px 0;
    }

    .detail-price .price-sec span {
        font-size: 20px;
    }

    .detail-price .price-sec span.text-muted {
        font-size: 15px;
    }

    .gift-sec {
        text-align: center;
    }

    .cart-sec {
        margin-top: 20px;
    }

    .buy-together-hdr {
        font-size: 21px;
    }

    .tab-sec .nav.nav-tabs {
        justify-content: space-between;
    }

    .shop-sec .offcanvas-sm {
        max-width: 266px;
    }

    .category-mobile-btn,
    .category-mobile-btn-sec select {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        font-size: 16px;
        border-radius: 3px;
        height: 40px;
        padding: 0 10px;
    }

    .produst-link {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-content .text-muted {
        display: block;
    }

    .scroll-left {
        position: relative;
        left: 265px;
        transition: 0.3s;
    }

    .shop-sec .offcanvas-backdrop {
        height: 100%;
        width: 100%;
    }

    .mobile-hidden {
        display: none;
    }

    .sp-methods-list li {
        width: 100%;
    }

    .item-code span {
        font-size: 12px;
    }

    .coupon-code span {
        font-size: 12px;
        padding: 8px;
        padding-right: 24px;
    }

    .coupon-code-sec {
        gap: 10px;
    }

    .free-shipping {
        display: none;
    }

    .free-shipping.only-mobile {
        display: block;
    }

    .display-flex.detail-price,
    .coupon-code-sec,
    .gift-sec {
        margin-top: 0px;
    }

    .gift-sec {
        gap: 10px;
        justify-content: space-between;
    }

    .gift-image {
        width: 90px;
    }

    .gift-sec a,
    .gift-sec .gift span {
        font-size: 14px;
    }

    .gift-sec .gift i {
        font-size: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .cart-sec01 .schedule {
        display: none;
    }
    #sticky-checkout-btn {
        display: block;
    }
    .checkout-dropdrown{
        display: block;
    }
    .order-summary{
        display: none;
    
    }.color-pikar-sec ul li {
        width: 11%;
    }



}

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


    .menu-toggle {
        position: absolute;
        right: 0;
    }

    .stellarnav.mobile.right>ul {
        z-index: 9;
    }

    .category-box img {
        width: 100% !important;
    }



}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }


}