@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 "Poppins", sans-serif;

    color: #393939;

    overflow-x: hidden;
}

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 20px;

    padding: 0;

    list-style-type: none;
}

p {
    font-family: "Montserrat", sans-serif;

    font-weight: 400;
}

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

@font-face {
    font-family: "Brunson";

    src: url(../fonts/Brunson.ttf);

    font-weight: 400;

    font-style: normal;
}

@font-face {
    font-family: "Blender_Pro";

    src: url(../fonts/fonnts.com-Blender_Pro_Medium.ttf);

    font-weight: 400;

    font-style: normal;
}

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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;

    margin: 0 auto;
}

.theme-btn {
    font-size: 14px;

    line-height: 20px;

    font-weight: 500;

    padding: 15px 40px;

    /* color: #fff; */

    margin: 20px 20px 20px 0;

    border-radius: 50px;

    -webkit-border-radius: 50px;

    -moz-border-radius: 50px;

    text-transform: capitalize;

    border: 2px solid;

    text-transform: uppercase;

    background-color: #ec6d20;

    color: #fff;

    border: unset;
}

.theme-btn:hover {
    /* background-color: #fff; */

    /* color: #28b16d; */

    /* border-color: #28b16d; */
}

.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: "Brunson";

    font-size: 55px;

    line-height: 60px;

    color: #fff;

    font-weight: 500;

    margin: 0 0 17px;
}

h2 {
    font-family: "Brunson";

    font-size: 55px;

    line-height: 60px;

    color: #393939;

    font-weight: 500;

    margin: 0 0 30px;
}

h3 {
    font-family: "Brunson";

    font-size: 30px;

    line-height: 34px;

    color: #000000;

    font-weight: 600;

    margin: 0 0 28px;
}

h4 {
    font-family: "Brunson";

    font-size: 24px;

    line-height: 29px;

    color: #393939;

    font-weight: 500;

    margin: 0 0 13px;
}

h5 {
    font-family: "Brunson";

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

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 css start */

/* search box css */

.popover__wrapper {
    position: relative;

    display: block;

    list-style-type: none;

    padding: 10px 0;
}

.center-sec-icon ul li span.chan {
    background-color: #000;
}

.inp {
    text-align: center;

    margin: 0 0 0 auto;

    position: relative;

    width: 85%;
}

.inp input {
    width: 100%;

    padding: 15px 30px;

    border: unset;

    background-color: #f5f5f5;

    border-radius: 30px;

    margin: 0 auto 0 0;

    padding-left: 21%;
}

.tw-ul {
    display: flex;

    align-items: center;

    justify-content: space-between;
}

.tw-ul ul li {
    /* padding-right: 7px !important; */
}

.inp button {
    position: absolute;

    right: 0;

    top: 0px;

    font-size: 13px;

    color: #fff;

    padding: 15px 40px;

    background-color: #ec6d20;

    border-radius: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: unset;

    outline: unset;

    font-family: "Blender_Pro";
}

.inp select {
    background-repeat: no-repeat;

    background-position: right 10px center;

    background-size: 16px;

    position: absolute;

    /* left: 230px; */

    top: 0;
}

.head-top p {
    font-size: 13px;
    font-family: "Blender_Pro";
    margin: unset;
    font-size: 18px;
    background: -webkit-linear-gradient(#FF0000, #A020F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inp select {
    width: 143px;

    padding: 15px;

    font-size: 13px;

    /* border: 2px solid #ccc; */

    border-radius: 8px;

    /* background-color: #fff; */

    color: #333;

    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */

    appearance: none;

    border: unset;

    background-color: #f5f5f5;

    border-radius: 30px;
}

.center-sec-icon ul li i.fas.fa-shopping-bag {
    border: 1px solid #00000038;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    font-size: 19px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.popover__wrapper .fa {
    font-size: 18px;

    margin-top: 10px;
}

.searchbox {
    border: 1px solid var(--brownclr);

    border-radius: 50%;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #000;
}

.popover__content {
    opacity: 0;

    visibility: hidden;

    position: absolute;

    right: 0;

    top: 0;

    transform: translate(0, 10px);

    background-color: #fff;

    border-radius: 1px solid #fff;

    padding: 1rem 0;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);

    width: auto;
}

.popover__content .form-group {
    margin: 0;

    position: relative;

    z-index: 1;
}

.popover__wrapper .form-control {
    width: 90%;

    height: 44px;

    background-color: #ffffff;

    font-size: 14px;

    border-radius: 0;

    box-shadow: inherit;

    border: 0;

    /* border: 1px solid #adadad; */
}

.popover__wrapper .btn-default {
    font-size: 20px;

    position: absolute;

    right: 16px;

    top: 10px;

    background: none;

    border: none;

    color: var(--brownClr);

    box-shadow: none;
}

.popover__wrapper:hover .popover__content {
    z-index: 10;

    opacity: 1;

    width: 300px;

    visibility: visible;

    transform: translate(0, 50px);

    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.form-control {
    border: 0;
}

/* end search box css */

/* Search bar Start */

.search-container {
    width: 90%;

    display: block;

    /* margin: 0 auto; */
}

input#search-bar {
    margin: 0 auto;

    width: 100%;

    height: 54px;

    padding: 0 22px;

    font-size: 16px;

    border: 2px solid #fff;

    outline: none;

    background: var(--theme);

    color: #fff;

    border-radius: 50px;
}

input#search-bar::placeholder {
    color: #fff;
}

.center-sec-icon ul li i.far.fa-shopping-cart {
    font-family: "FontAwesome";
}

input#search-bar:focus {
    border: 2px solid #fff;

    transition: 0.35s ease;

    color: #fff;

    box-shadow: inset 0 0 6px 0px #0b1713;
}

input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;

    opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;

    opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;

    opacity: 0;
}

.search-icon i {
    position: relative;

    float: right;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    top: -50px;

    right: 5px;

    background-color: #fff;

    color: var(--brownclr);
}

.search-icon:hover i {
    transform: scale(1.2);

    margin-right: -8px;

    box-shadow: 0 0 3px 0 #4e4e4e;

    transition: all 0.3s ease-in-out;
}

.container-fluid {
    /* max-width: 1600px; */

    /* padding: 0 4%; */
}

/* Search Bar End */

/*header css start */

.menusec-loction ul li select option {
    color: #000;
}

.menuSec {
    padding: 10px 0;

    /* background: #2c2a25; */

    border-top: 1px solid #e9e9e9;

    border-bottom: 1px solid #e9e9e9;
}

.menuSec img {
    margin: 0;
}

header .container-fluid {
    padding: 0 2%;
}

.head-top {
    padding: 10px 0px;

    border-bottom: 1px solid #ebe9e9;
}

.head-top .row {
    align-items: center;
}

.menuSec ul {
    list-style: none;

    padding: 0;

    margin: 0;

    text-align: center;

    text-transform: capitalize;

    display: flex;

    align-items: center;

    justify-content: space-around;
}

.menuSec ul li {
    position: relative;

    display: inline-block;

    margin: 0;

    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;

    display: inline-block;

    text-decoration: none;

    color: #3b2c27;

    font-size: 14px;

    text-transform: uppercase;

    /* margin-right: 30px; */

    font-weight: 400;

    font-family: "Blender_Pro";
}

.center-sec {
    padding: 11px 0;
}

.center-input-box input {
    width: 100%;

    height: 50px;

    border-radius: 5px;

    border: 1px solid #d7d7d7;

    padding: 0 0 0 4%;

    color: #000;

    background-color: #f7f8fa;
}

.accordion-button:focus {
    border-color: inherit;

    box-shadow: inherit;
}

.center-input-box {
    position: relative;

    margin: 0 0 0 auto;

    width: 80%;
}

.center-input-box-icon {
    position: absolute;

    top: 0;

    right: 0;

    cursor: pointer;
}

.center-input-box-icon {
    position: absolute;

    top: 0px;

    right: 0;

    background: #ff4b28;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    /* width: 50px; */

    /* height: 50px; */

    /* border-radius: 50%; */

    font-size: 14px;

    border: 0;

    padding: 12px 37px;

    border-radius: 5px;
}

.center-input-box-icon-2 {
    position: absolute;

    top: 11px;

    left: 4%;
}

.center-sec-icon ul li i {
    font-size: 20px;

    margin-bottom: 5px;

    color: #000;

    background-color: #f5f5f5;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;
}

.center-sec-icon ul li {
    text-align: center;

    position: relative;
}

.categories_mega_menu.men-le-sty ul li:hover {
    background: #ccc;
}

.categories_mega_menu.men-le-sty ul li {
    font-size: 18px;

    font-family: "Montserrat", sans-serif;

    padding: 15px 30px;

    border-bottom: 1px solid #ebebeb;

    /*position: relative;*/

    transition: 0.3s ease-in-out;
}

.categories_mega_menu.men-le-sty {
    position: relative;
}

.menu-cate-main .menu-cate.active {
    display: block;
}

.menu-cate-main .menu-cate.active .menu-cate-last-inner:first-child {
    display: block;
}

.menu-cate-main .menu-cate h5 {
    margin-left: 20px;

    margin-top: 10px;

    margin-bottom: 0;

    font-size: 20px;

    text-transform: capitalize;

    font-weight: 600;
}

.menu-cate-main .menu-cate hr {
    margin-bottom: 0;
}

.menu-cate-main .menu-cate {
    position: absolute;

    width: 100%;

    left: 100%;

    background: #f8f8f8;

    z-index: 99;

    top: 0;

    transition: 0.3s ease-in-out;

    display: none;

    border-left: 2px solid #00000057;

    box-shadow: 0 0 10px 0 #00000022;

    /*display: none;*/
}

.menu-cate-main .menu-cate .menu-cate-last a {
    color: #000;

    display: flex;

    align-items: center;
}

.menu-cate-main .menu-cate .menu-cate-last a img {
    margin-right: 20px;

    height: 50px;
}

.menu-cate-main .menu-cate .menu-cate-last a i {
    margin-left: 10px;
}

.menu-cate-main .menu-cate .menu-cate-last:last-child {
    border: 0;
}

.menu-cate-main .menu-cate .menu-cate-last {
    border-bottom: 2px solid #00000057;

    position: relative;

    padding: 10px 10px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner.active {
    display: block;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner li {
    padding: 15px 20px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner {
    position: absolute;

    width: 135%;

    background: #f8f8f8;

    left: 100%;

    top: 0;

    transition: 0.3s ease-in-out;

    display: none;

    border-left: 2px solid #a3a3a3;

    overflow: hidden;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner li img {
    width: 52px;

    margin-right: 7px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner h5 {
    margin-left: 20px;

    margin-top: 10px;

    margin-bottom: 0;

    font-size: 20px;

    text-transform: capitalize;

    font-weight: 600;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner hr {
    margin-bottom: 0;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner .row {
    padding: 0;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner .row .col-lg-6 {
    padding: 0 15px;
}

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

.center-sec-icon ul li span {
    background: #ff4b28;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    font-size: 10px;

    color: #fff;

    font-weight: 700;

    position: absolute;

    top: -5px;

    right: -4px;
}

.center-sec-icon ul li {
    position: relative;
}

.menusec-right-sec {
    display: flex;

    align-items: center;

    justify-content: end;
}

.menusec-loction.chg ul {
    display: flex;

    align-items: center;

    gap: 20px;
}

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

.center-sec-icon ul {
    display: flex;

    align-items: center;

    gap: 8px;

    justify-content: center;

    margin-bottom: 0;
}

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

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;
}

.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-loction.chg ul li a {
    display: flex;

    align-items: center;

    gap: 15px;

    margin: 0;
}

.menusec-loction.chg ul li a p {
    margin-bottom: 0;

    font-size: 12px;

    color: #fff;

    font-family: "Montserrat";
}

.menusec-loction.chg ul li a i {
    font-size: 15px;
}

.menusec-loction.chg li a {
    font-size: 13px;

    width: 35px;

    height: 35px;

    color: #cbcbcb;

    border: 1px solid #cbcbcb;

    border-radius: 50%;

    justify-content: center;
}

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

.droopdwon li:hover>ul {
    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;

    color: #000 !important;
}

.add-padding {
    padding: 0 5%;
}

.topsec-left-text h2 {
    font-size: 16px;

    margin-bottom: 0;
}

.topSec {
    padding: 5px 0;

    border-bottom: 1px solid #959595;
}

header {
    position: relative;

    padding: 0 0;
}

.head-top ul {
    display: flex;

    align-items: center;

    justify-content: end;

    gap: 12px;

    margin: unset;
}

.head-top ul li a {
    font-size: 13px;

    color: #0d0d0d;
}

.head-top ul li select {
    font-size: 13px;

    font-family: "Blender_Pro";

    color: #0d0d0d;

    border: unset;

    -webkit-appearance: auto;

    padding: unset;
}

.head-top ul li {
    border-right: 1px solid #958c8c;

    padding-right: 20px;
}

.head-top ul li:last-child {
    border-right: unset;
}

.topsec-left-text h2 {
    font-size: 16px;

    margin-bottom: 0;

    font-family: "Montserrat", sans-serif;

    text-transform: uppercase;

    color: #7d7d7d;

    line-height: 1;
}

.center-input-box input::placeholder {
    font-size: 12px;

    color: #000;

    font-family: "Montserrat", sans-serif;

    text-transform: uppercase;

    font-weight: 600;
}

.center-input-box:before {
    content: "";

    position: absolute;

    width: 1px;

    height: 50px;

    background: #d7d7d7;

    left: 11%;

    z-index: 99991;

    display: none;
}

.center-sec-icon ul li a h2 {
    font-size: 10px;

    font-family: "Montserrat", sans-serif;

    text-transform: uppercase;

    color: #151515;

    font-weight: 600;

    margin-bottom: 0;

    line-height: 10px;
}

.topsec-paga-link ul {
    display: flex;

    align-items: center;

    margin-bottom: 0;
}

.menusec-loction ul li h2 {
    font-size: 10px;

    margin-bottom: 0;

    color: #fff;

    font-family: "Montserrat", sans-serif;

    line-height: 5px;

    margin-top: 5px;
}

.menusec-loction.chg ul li img {
    width: 30px;
}

.menusec-loction ul li select {
    border: none;

    background: none;

    text-transform: uppercase;

    color: #fff;

    padding-left: 0;

    padding-bottom: 0;

    font-family: "Montserrat", sans-serif;

    font-weight: 500;

    appearance: auto;

    font-size: 12px;
}

.topsec-paga-link ul li a {
    font-size: 12px;

    text-transform: uppercase;

    color: #343434;

    font-weight: 700;

    position: relative;

    padding: 0 20px;
}

.topsec-paga-link ul li a:before {
    content: "";

    position: absolute;

    border-right: 2px solid #959595;

    width: 1px;

    height: 25px;

    right: 0;

    top: -5px;
}

.topsec-paga-link li.boader-no a:before {
    border-right: none !important;
}

.form-select:focus {
    border-color: initial !important;

    box-shadow: initial;
}

.topsec-right-text {
    display: flex;

    align-content: center;

    gap: 25px;

    justify-content: end;
}

.topsec-soical-link ul li a {
    font-size: 18px;

    color: #000;
}

.topsec-soical-link ul {
    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 0;
}

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

.topsec-select select {
    border: none;

    text-transform: uppercase;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 700;
}

.menusec-search-box form input {
    width: 100%;

    height: 55px;

    border-radius: 50px;

    border: 1px solid #d7d7d7;
}

.topsec-select {
    position: relative;
}

.topsec-paga-link li.boader-no a {
    padding-right: 0 !important;
}

.topsec-soical-link ul li a i:hover {
    color: var(--theme);

    transform: scale(1.2);

    transition: 0.5s;
}

.topsec-soical-link ul li a i {
    transition: 0.5s;
}

.menusec-loction.chg ul {
    display: flex;

    align-items: center;

    gap: 10px;
}

.menusec-loction.chg ul li h5 {
    margin: 0;

    font-size: 14px;

    color: #0f0e0e;

    font-weight: 600;
}

/*header css start */

/*header css start */

.dropdown-menu {
    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;
}

/*banner css start */

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

.carousel-control.right,
.carousel-control.left {
    background: none;

    opacity: 1;

    width: 50px;

    height: 50px;

    top: initial;

    top: 40%;

    background: rgba(255, 255, 255, 0.1);

    text-shadow: none;
}

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

    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;

    top: 12px;

    font-size: 20px;

    color: #fff;

    opacity: 0.5;
}

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

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

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;

    flex: 0 1 auto;

    width: 10px;

    height: 12px;

    padding: 0;

    margin: 3px !important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    /* transition: opacity 0.6s ease; */

    border-radius: 20px;
}

.carousel-caption {
    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    margin: 0;

    padding: 0;

    color: #fff;

    text-align: left;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0;
}

.carousel-indicators .active {
    margin: 0;

    background-color: #28b16d;

    width: 10px;

    height: 12px;
}

/*banner css end*/

/* Footer Styles */

footer {
    background-color: #101010;

    color: #fff;

    padding: 3% 0% 20px;

    position: relative;
}

footer .container-fluid {
    padding: 0 3%;
}

ul.on {
    column-count: 2;
}

.footer-widget.tw {
    margin-left: 20%;
}

.footer-top {
    margin-bottom: 40px;
}

.footer-top h2 {
    font-size: 24px;

    font-weight: 500;

    margin-bottom: 10px;
}

.footer-top h3 {
    font-size: 16px;

    font-weight: 500;

    margin-bottom: 15px;

    text-transform: uppercase;
}

.footer-top p {
    color: #888;

    font-size: 14px;

    margin-bottom: 0;
}

.newsletter-form-wrapper {
    width: 100%;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.newsletter-form input {
    flex: 1;

    background: #fff;

    border: none;

    padding: 15px 20px;

    border-radius: 5px;

    width: 11%;

    border-radius: 100px;
}

.newsletter-form .subscribe-now {
    background: #ec6d20;

    color: #fff;

    border: none;

    padding: 15px 30px;

    border-radius: 100px;

    cursor: pointer;

    transition: background-color 0.3s;

    white-space: nowrap;

    /* margin-top: 20px; */

    font-family: "Blender_Pro";
}

.newsletter-form .subscribe-now:hover {
    background: #1a4a42;
}

#newsletter-message {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    clear: both;
    width: 100% !important;
    box-sizing: border-box;
}

#newsletter-message.success {
    background-color: rgba(40, 167, 69, 0.1);
    border: 1px solid #28a745;
    color: #28a745;
}

#newsletter-message.error {
    background-color: rgba(220, 53, 69, 0.1);
    border: 1px solid #dc3545;
    color: #dc3545;
}

.footer-content {
    padding: 50px 0;

    border-top: 1px solid #333;

    border-bottom: 1px solid #333;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h4 {
    font-size: 20px;

    font-weight: 500;

    margin-bottom: 20px;

    color: #fff;

    font-family: "Blender_Pro";

    text-transform: uppercase;
}

.footer-widget ul {
    list-style: none;

    padding: 0;

    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 18px;

    display: flex;

    align-items: center;

    gap: 10px;
}

.footer-widget ul li a {
    color: #888;

    text-decoration: none;

    font-size: 14px;

    transition: color 0.3s;

    font-family: "Blender_Pro";

    text-transform: uppercase;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-top h3 {
    font-size: 25px;

    color: #fff;

    font-weight: 500;
}

.footer-top p {
    font-size: 14px;

    color: #fff;

    width: 63%;

    line-height: 26px;
}

.footer-top h2 span {
    display: block;
}

.footer-top h2 {
    font-size: 31px;

    color: #fff;

    line-height: 42px;

    margin-bottom: 0px;

    font-weight: 300;

    text-transform: capitalize;
}

.footer-bottom {
    padding-top: 20px;
}

.footer-bottom p {
    color: #888;

    font-size: 14px;

    margin: 0;
}

.payment-methods img {
    height: 24px;
}

@media (max-width: 991px) {
    .newsletter-form {
        flex-direction: column;
        gap: 15px;
    }

    .newsletter-form input {
        width: 100%;
        margin-bottom: 0;
    }

    .newsletter-form .subscribe-now {
        width: 100%;
        padding: 15px;
    }

    #newsletter-message {
        margin-top: 20px;
    }
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-bottom {
    text-align: center;
}

.payment-methods.text-end {
    text-align: center !important;

    margin-top: 20px;
}

@media (max-width: 767px) {
    footer {
        padding: 60px 0 20px;
    }

    .footer-top {
        text-align: center;

        margin-bottom: 30px;
    }
}

.footer-top ul {
    display: flex;

    align-items: center;

    gap: 10px;

    justify-content: end;

    margin-bottom: 30px;
}

.footer-top ul li a i {
    font-size: 20px;

    color: #276359;

    background-color: #fff;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;
}

.footer-widget p {
    font-size: 14px;

    font-family: "Poppins";

    margin: unset;

    color: #888;
}

.footer-top .row {
    align-items: center;
}

ul.cont-app {
    display: flex;

    align-items: center;
}

.footer-widget i {
    font-size: 20px;
}

/*footer end*/

/*blog start*/

section.blogs {
    padding: 100px 3%;
}

.blog-main-bx h6 {
    font-size: 10px;

    color: #858585;

    font-family: "Montserrat";

    margin-bottom: 10px;

    margin-top: 20px;

    text-transform: uppercase;
}

.blog-top-txt::before {
    position: absolute;

    left: 0;

    width: 40px;

    height: 3px;

    content: "";

    background-color: #ec6d20;

    bottom: -2px;
}

.blog-main-bx h4 {
    font-size: 20px;

    line-height: 30px;

    color: #0c0b0b;

    font-family: "Blender_Pro";

    text-transform: uppercase;

    line-height: 25px;
}

.blog-main-bx p {
    font-size: 15px;

    font-family: "Montserrat";

    color: #858585;
}

.blog-main-bx a {
    font-size: 14px;

    font-family: "Blender_Pro";

    text-transform: uppercase;

    color: #ed4e05;
}

.blog-main-bx img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-main-bx img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive blog image sizes */
@media (max-width: 768px) {
    .blog-main-bx img {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .blog-main-bx img {
        height: 160px;
    }
}

.blog-top-txt h4 {
    font-size: 56px;

    line-height: 50px;

    color: #272727;

    margin-bottom: 23px;
}

.blog-top-txt {
    border-bottom: 1px solid #dedede;

    margin-bottom: 20px;

    position: relative;
}

/*blog end*/

/*logo-slider start*/

.logo-slid-img img {
    width: 100px;

    margin: 0 auto;

    object-fit: contain;

    height: 60px;
}

.logo-slid .slick-active {
    opacity: 1;
}

section.featured-brand {
    padding: 100px 3% 0px;
}

.logo-slid {
    padding: 20px;

    border: 1px solid #ebebeb;
}

.logo-slid-img {
    border-right: 1px solid #ebebeb;
}

/*logo-slider end*/

/*fashion start*/

section.fashion {
    padding: 100px 2% 100px;
}

.fashion-img img {
    width: 100%;
}

.fashion-img {
    position: relative;
}

.fashion-txt h5 {
    font-size: 22px;

    line-height: 30px;

    margin-bottom: 5px;

    font-weight: 500;

    color: #ec6d20;
}

.fashion-txt h2 {
    font-size: 81px;

    line-height: 71px;

    color: #272727;

    margin-bottom: 10px;
}

.fashion-txt p {
    font-size: 14px;

    color: #6c6c6c;

    width: 45%;

    text-align: center;

    margin: 0 auto;

    margin-bottom: 20px;
}

a.btn-1 {
    padding: 15px 20px;

    background-color: #ec6d20;

    border-radius: 100px;

    color: #fff;

    font-size: 15px;

    font-family: "Blender_Pro";
}

.fashion-txt {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: nowrap;

    flex-direction: column;
}

/*fashin end*/

/*our-passion start*/

section.our-passion {
    padding: 100px 2%;
}

.our-passion-txt h3 {
    font-size: 36px;

    line-height: 40px;

    margin-bottom: 20px;

    color: #272727;

    position: relative;

    font-weight: 400;
}

.our-passion-txt {
    padding: 30px;

    border: 1px solid #eaeaea;

    border-radius: 20px;
}

.our-passion-txt p {
    font-size: 14px;

    color: #6c6c6c;

    font-family: "Montserrat";
}

.our-passion-txt h3:before {
    position: absolute;

    bottom: -10px;

    left: 0;

    width: 100px;

    height: 2px;

    background-color: #ec6d20;

    content: "";
}

/*passion end*/

/*our-cat-start*/

section.our-cat-top {
    padding: 100px 2%;
}

.blog-top-txt.on {
    display: flex;

    align-items: center;

    justify-content: space-between;
}

.blog-top-txt.on a {
    font-size: 15px;

    color: #ec6d20;

    text-decoration: underline;

    text-transform: uppercase;

    font-family: "Blender_Pro";
}

.our-cat-img img {
    width: 100%;

    height: 240px;

    border-radius: 20px;

    object-fit: cover;
}

ul.share-icon a:hover {
    background-color: #e36c09;

    border: unset;

    color: #fff;
}

.price h4 {
    margin: 0;
}

.our-cat-img h5 {
    font-size: 14px;

    font-family: "Blender_Pro";

    color: #191919;

    padding: 5px 20px;

    margin: unset;

    background-color: #fff;

    text-align: center;

    text-transform: uppercase;

    position: relative;

    width: fit-content;

    margin: 0 auto;

    margin-top: -55px;

    border-radius: 5px;

    line-height: 18px;
}

/*banner-bottom start*/

section.banner-bot {
    background-color: #f5f5f5;

    padding: 30px;

    margin: 0 auto;

    width: 93%;

    border-radius: 10px;
}

section.banner-bot ul {
    margin: 0;

    display: flex;

    align-items: center;

    gap: 15px;
}

section.banner-bot ul li h6 {
    font-size: 14px;

    line-height: 20px;

    color: #181717;

    margin: 0;
}

section.banner-bot ul li h6 span {
    display: block;

    font-size: 14px;

    color: #868686;
}

section.banner-bot .row {
    align-items: center;
}

/*banner-bottom end*/

.flash-sale-slid .slick-active {
    opacity: 1;
}

.flash-sale-slid .slick-slide {
    margin: 0px 10px;

    position: relative;
}

section.flash-sale {
    padding: 0 2%;
}

.pro-txt h4 {
    font-size: 22px;

    font-weight: 300;

    font-family: "Blender_Pro";

    color: #0c0b0b;

    margin-bottom: 0px;

    line-height: 30px;
}

.pro-txt h5 {
    color: #acacac;

    margin-bottom: 0px;

    font-size: 16px;

    font-weight: 300;

    font-family: "Blender_Pro";
}

.pro-txt ul {
    display: flex;

    align-items: center;

    gap: 2px;

    margin-bottom: 10px;
}

.pro-txt ul li i {
    color: #ec6d20;
}

.pro-txt ul.check {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;
}

.pro-txt ul.check li h6 {
    font-size: 14px;

    color: #0c0b0b;

    margin: unset;

    position: absolute;

    top: 0px;

    right: 0px;

    z-index: 1111;

    background-color: #ec6d20;

    padding: 10px 30px;

    border-radius: 100px;

    color: #fff;
}

.price h3 {
    font-size: 14px;

    font-family: "Blender_Pro";

    color: #ec6d20;

    margin: unset;

    margin: unset;
}

.price {
    display: flex;

    align-items: center;

    /* justify-content: space-between; */

    margin-bottom: 10px;

    gap: 20px;
}

.pro-txt .price ul {
    display: flex;

    align-items: center;

    gap: 5px;

    border: 1px solid #eaeaea;

    border-radius: 100px;

    padding: 4px 12px;

    margin: unset;
}

.pro-txt .price ul li span {
    background-color: #eaeaea;

    border-radius: 100%;

    padding: 0px 5px;

    font-size: 8px;
}

.pro-txt a.btn-2 {
    width: 100%;

    text-align: center;

    background-color: #ec6d20;

    display: flex;

    text-align: center;

    justify-content: center;

    padding: 10px;

    border-radius: 100px;

    font-size: 16px;

    color: #fff;

    font-family: "Blender_Pro";

    margin-bottom: 20px;
}

.pro-txt h6 {
    font-size: 14px;

    color: #0c0b0b;

    margin: unset;
}

.pro-txt h6 span {
    color: #eaeaea;
}

.pro-txt {
    padding: 20px 10px;

    border: 1px solid #eaeaea;

    border-top: unset;

    border-radius: 10px;

    margin-top: -10px;

    padding-top: 30px;
}

.flash-img a img {
    width: 100%;

    height: 300px;

    object-fit: cover;

    border-radius: 10px;
}

.flash-sale-slid .slick-prev,
.flash-sale-slid .slick-next {
    position: absolute;

    top: -60px;

    right: 8px;

    left: auto;
}

.flash-sale-slid .slick-prev {
    right: 60px;
}

.flash-sale-slid .slick-prev:before {
    position: absolute;

    top: 0;

    left: 0;

    content: "";

    background-image: url(../images/arrow-1.png);

    background-repeat: no-repeat;

    background-size: contain;

    height: 40px;

    width: 54px;
}

.flash-sale-slid .slick-next:before {
    position: absolute;

    top: 0;

    left: 0;

    content: "";

    background-image: url(../images/arrow-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    height: 40px;

    width: 54px;
}

.flash-sale-slid .slick-prev.slick-disabled:before,
.flash-sale-slid .slick-next.slick-disabled:before {
    opacity: 1;
}

/*toys start*/

section.toys {
    padding: 0 2% 100px;
}

.speak-wire-bx {
    background-color: #f0ede4;

    padding: 20px 10px;

    text-align: center;

    position: relative;

    border-radius: 10px;
}

.speak-wire-bx h4 {
    font-size: 44px;

    line-height: 42px;

    color: #272727;
}

.speak-wire-bx h4 span {
    display: block;
}

.Speak-img {
    position: absolute;

    bottom: 30px;

    left: 0;

    right: 0;
}

.speak-wire-bx h3 {
    margin-bottom: 0;

    font-size: 57px;

    color: #fff;

    line-height: 56px;

    font-weight: 100;
}

.camera-bx {
    background-color: #ec6d20;

    position: relative;

    /* padding: 20px; */

    height: 360px;

    border-radius: 10px;
}

.camera-img {
    /* position: absolute; */

    /* top: 0; */

    /* left: 0; */

    width: 45%;

    padding: unset;

    margin-bottom: 25px;
}

.camera-bx h4 {
    font-size: 35px;

    font-weight: 500;

    color: #fff;

    padding: 0px 20px;

    margin-bottom: 0;

    position: relative;
}

.camera-bx h4::before {
    position: absolute;

    right: 68px;

    width: 186px;

    height: 1px;

    background-color: #fff;

    content: "";

    top: 20px;
}

.camera-bx h3 {
    font-size: 56px;

    color: #fff;

    font-weight: 500;

    line-height: 60px;

    padding: 0px 20px;

    margin: 0;
}

.camera-bx h5 {
    font-size: 35px;

    line-height: 40px;

    color: #fff;

    text-align: end;

    padding: 0px 20px;

    position: relative;
}

.camera-bx h5::before {
    position: absolute;

    left: 20px;

    width: 240px;

    height: 1px;

    background-color: #fff;

    content: "";

    top: 20px;
}

.toys-bx {
    padding: 40px;

    background-image: url(../images/toys-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    height: 360px;

    border-radius: 13px;
}

.toys-bx h3 {
    font-size: 56px;

    line-height: 60px;

    font-weight: 400;

    color: #fff;
}

.toys-bx p {
    font-size: 14px;

    color: #fff;
}

.toys-bx a {
    font-size: 15px;

    color: #fff;

    font-family: "Blender_Pro";
}

/*toys end*/

/*banner start*/

.bann-main-bx {
    padding: 20px;

    background-color: #e6d6bd;

    padding-left: 40px;

    border-radius: 10px;

    position: relative;

    z-index: 1;
}

.bann-main-bx .row {
    align-items: center;
}

.bann-txt h1 {
    font-size: 70px;

    line-height: 70px;

    color: #0d0d0d;

    margin-bottom: 10px;
}

.bann-txt h1 span {
    display: block;
}

.bann-main-bx h2 {
    position: absolute;

    font-size: 365px;

    line-height: 240px;

    color: #fff;

    top: 0;

    right: 120px;

    z-index: -1;

    transform: rotate(180deg);

    writing-mode: tb-rl;
}

.bann-txt p {
    font-size: 15px;

    color: #6c6c6c;

    width: 70%;

    line-height: 25px;

    margin-bottom: 30px;
}

.ban-img img {
    margin: 0 auto;

    display: block;

    width: 100%;

    height: 550px;

    object-fit: contain;
}

.ban-img {
    position: relative;

    right: 50px;
}

.bann-slid .slick-dots {
    position: absolute;

    bottom: 16px;

    display: block;

    width: 100%;

    padding: 0;

    margin: 0;

    list-style: none;

    text-align: center;

    background-color: #fff;

    width: fit-content;

    margin: 0 auto;

    display: block;

    left: 0;

    right: 0;

    border-radius: 100px;
}

.bann-slid .slick-dots li.slick-active button:before {
    opacity: 1;

    color: #ec6d20;

    /* font-size: 20px; */

    background-color: #ec6d20;

    border-radius: 100px;

    width: 45px;

    height: 14px;
}

.bann-slid .slick-dots li button:before {
    font-family: "slick";

    font-size: 12px;

    line-height: 20px;

    position: absolute;

    top: -1px;

    left: 0;

    /* width: 20px; */

    /* height: 20px; */

    text-align: center;

    opacity: 1;

    color: #eaeaea;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    /* background-color: #eaeaea; */

    content: "•";
}

.bann-slid .slick-dots li {
    position: relative;

    display: inline-block;

    width: 30px;

    height: 20px;

    margin: 0 8px;

    cursor: pointer;
}

.bann-slid .slick-active {
    opacity: 1;
}

.ban-sm-bx {
    padding: 30px;

    background-image: url(../images/bann-sm-1.jpg);

    height: 270px;

    background-repeat: no-repeat;

    background-size: cover;

    margin-bottom: 45px;

    background-position: 100% 100%;

    border-radius: 10px;
}

.ban-sm-bx-2 {
    padding: 30px;

    background-image: url(../images/bann-sm-2.jpg);

    height: 270px;

    background-repeat: no-repeat;

    background-size: cover;

    margin-bottom: 30px;

    background-position: 100% 100%;

    border-radius: 10px;

    margin-bottom: 0;
}

.ban-sm-bx h5 {
    font-size: 22px;

    line-height: 22px;

    margin-bottom: 10px;

    color: #ec6d20;
}

.ban-sm-bx h3 {
    font-size: 56px;

    line-height: 60px;

    font-weight: 200;

    margin-bottom: 2px;
}

.ban-sm-bx p {
    font-size: 14px;

    color: #6c6c6c;

    margin-bottom: 10px;
}

.ban-sm-bx a {
    font-size: 14px;

    color: #ec6d20;

    font-family: "Blender_Pro";

    text-decoration: underline;
}

.ban-sm-bx-2 h5 {
    font-size: 52px;

    line-height: 60px;

    color: #272727;

    margin-bottom: 2px;
}

.ban-sm-bx-2 h3 {
    font-size: 52px;

    line-height: 60px;

    color: #272727;

    margin-bottom: 2px;

    font-weight: 400;
}

.ban-sm-bx-2 a {
    font-size: 14px;

    color: #ec6d20;

    font-family: "Blender_Pro";

    text-decoration: underline;
}

/*banner end*/

/*inner-banner start*/

section.inner-banner {
    padding: 80px 0px;

    background-color: #f3e6e0;

    text-align: center;

    margin: 0 auto;

    width: 98%;

    border-radius: 10px;
}

section.inner-banner h2 {
    font-size: 70px;

    line-height: 80px;

    color: #272727;

    margin: 0;

    font-weight: 300;
}

/*about start*/

.abt-img img {
    width: 100%;
}

section.about {
    padding: 100px 0px;
}

.abt-txt h2 {
    font-size: 75px;

    line-height: 60px;

    margin-bottom: 0px;

    color: #131313;

    font-weight: 400;
}

.abt-txt h3 {
    font-size: 75px;

    line-height: 80px;

    margin-bottom: 10px;

    color: #131313;

    font-weight: 500;
}

.abt-txt h3 span {
    display: block;
}

.abt-txt p {
    font-size: 14px;

    color: #0c0c0c;
}

.abt-txt h4 {
    font-size: 36px;

    line-height: 40px;

    color: #272727;
}

section.featured-brand.inn {
    padding-bottom: 100px;
}

section.featured-brand.inn .logo-slid {
    border: unset;

    padding: 30px 0px;
}

section.featured-brand.inn .logo-slid .logo-slid-img {
    border: unset;
}

/*CART PAGE CSS*/

.shopping_cart {
    position: relative;

    z-index: 1;

    position: relative;

    margin: 100px 0;
}

section.shopping_cart.inner-bg:before {
    position: absolute;

    content: "";

    top: 0;

    right: 34%;

    height: 100%;

    width: 1px;

    background: #d9d3c7;

    display: none;
}

.chk-btn {
    text-align: center;
}

.shopping_cart img.bk-2 {
    bottom: -38%;

    width: 6%;
}

.shopping_cart img.bk-1 {
    bottom: -2%;

    width: 7%;
}

.cart-pag-qunty .product-detail .num-in {
    width: 30% !important;

    border: 0 !important;
}

.payment_card a.btn-1 {
    color: #fff !important;
}

.payment_card a.btn-1 i {
    color: #fff !important;
}

.shopping_cart_table h2 {
    font-size: 34px;

    margin-bottom: 30px;

    color: #000000;
}

.shopping_cart_table table th {
    font-size: 14px;

    text-transform: uppercase;

    font-weight: 600;

    font-family: "Montserrat";

    padding-bottom: 10px;

    color: #151414;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;

    border-bottom: 1px solid #dddddd;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;

    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 30%;
    background-color: #f2f2f2;
    margin-right: 10px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cart_product_name {
    padding: 0 0 0 10px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 15px;

    text-transform: uppercase;

    font-weight: 600;

    font-family: "Montserrat";

    margin: 0;

    margin-bottom: 5px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 13px;

    color: #000;

    text-transform: uppercase;

    font-family: "Montserrat";

    margin: 0;

    line-height: 16px;

    font-weight: 600;
}

.shopping_cart_table table tbody td select {
    height: 40px;

    padding-left: 10px;

    appearance: auto;

    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;

    border: 0;

    width: 50%;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 35px;

    font-weight: 500;

    color: #070707;

    margin: 0;

    font-family: "Brunson";
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;

    color: #000;
}

.cart_recipt {
    margin-top: 30px;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}

.cart_recipt>a {
    padding: 15px 50px;

    border: 1px solid #b8b8b8;

    border-radius: 6px;

    font-size: 15px;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #151414;

    font-weight: 500;

    border-radius: 100px;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.recipt li {
    display: flex;

    align-items: center;

    justify-content: space-between;

    font-size: 19px;

    font-weight: 500;

    margin-bottom: 20px;

    color: black;

    text-transform: uppercase;

    font-weight: 600;
}

.recipt li:last-child {
    margin-top: 20px;

    padding-top: 20px;

    border-top: 1px solid #dddddd;
}

.recipt li span {
    color: #151414;

    font-size: 15px;

    letter-spacing: 2px;
}

.payment_card {
    background-color: transparent;

    padding: 0px 0px 0px 90px;
}

.payment_card h3 {
    font-size: 35px;

    color: black;

    font-weight: 500;

    margin-bottom: 20px;

    padding-bottom: 40px;

    text-transform: uppercase;

    border-bottom: 1px solid #dddddd;
}

.payment_card * {
    color: #000 !important;

    font-weight: 600;
}

.credit_paypal a {
    padding: 10px 20px;

    border: 1px solid transparent;

    border-radius: 30px;

    display: inline-flex;

    background: #f3f3f3;

    align-items: center;

    color: #fff;

    font-weight: 500;

    font-family: "Montserrat";

    font-size: 15px;
}

.credit_paypal a img {
    height: 20px;

    object-fit: contain;

    margin-right: 10px;
}

.credit_paypal {
    padding-bottom: 20px;

    border-bottom: 1px solid #dddddd;
}

.payment_card form label {
    font-size: 15px;

    font-weight: 500;

    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    width: 100%;

    height: 50px;

    border: none;

    border-bottom: 1px solid #dddddd;

    margin-bottom: 15px;

    background: transparent;

    padding: 0;
}

.payment_card form select {
    width: 100%;

    height: 50px;

    border: none;

    color: #fff;

    border-bottom: 1px solid #dddddd;

    margin-bottom: 15px;

    background: transparent;

    padding: 0;
}

.payment_card form input::placeholder {
    color: #7d7d7d;
}

.expiry_cvv {
    display: flex;

    align-items: center;

    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;

    justify-content: space-between;
}

.month_year select {
    width: 48% !important;

    appearance: auto;
}

.month_year select option {
    color: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;

    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 30px;
}

.payment_card a.theme_btn {
    color: #fff !important;

    margin: 0 auto;

    margin-top: 10px;
}

/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;

    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;

    display: block;

    height: 50px;

    float: left;

    position: relative;

    border: 1px solid #909094;

    border-radius: 5px;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";

    position: absolute;

    background-color: #667780;

    height: 2px;

    width: 10px;

    top: 50%;

    left: 50%;

    margin-top: -1px;

    margin-left: -5px;
}

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

.skin-2 .num-in input {
    float: left;

    width: 20%;

    height: 37px;

    border: none;

    text-align: center;

    background-color: #f0f0f0;

    font-family: "Montserrat";

    font-size: 20px;

    font-weight: 600;

    color: #9c7b76;
}

.product-detail .num-in {
    background: transparent;

    box-shadow: none;

    width: 92%;

    height: 52px;

    border: 1px solid #e1e1e1;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-right: 0;

    border-left: 0;
}

.product-detail input.in-num {
    border: 0;

    background-color: transparent;

    width: 45%;

    margin: 0 5px;

    color: black;
}

.productdetailsec .btn10 {
    color: white;
}

.quanity.product-detail.cart-pag-qunty {
    padding: 0 0 0 30px;
}

.side-btn a {
    color: white !important;

    /* background-color: #19305a; */

    /* border: 1px solid #909094; */
}

.side-btn a span {
    height: 48px;

    border-radius: 0 6px 6px 0;
}

/*CART PAGE CSS END*/

/* Inner Check Out Start */

.billing_form h3 {
    font-size: 35px;

    margin: 0;

    margin-bottom: 30px;

    color: #222222;

    font-weight: 500;
}

.billing_form label {
    font-size: 14px;

    font-weight: 600;

    margin-bottom: 5px;

    color: #7c7c7c;
}

.radiosss p {
    font-size: 12px;

    font-weight: 600;

    line-height: 20px;

    color: #949694;

    font-family: "Montserrat";
}

.check-out-btn button {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    border: none;

    font-size: 16px;

    height: 55px;

    border-radius: 0;

    text-transform: uppercase;
}

.billing_form input {
    width: 100%;

    height: 50px;

    border: 1px solid #d9d9d9;

    margin-bottom: 20px;

    padding-left: 15px;

    background: transparent;

    font-weight: 500;

    color: #8d8d8d;
}

.billing_form input::placeholder {
    color: #7c7c7c;

    font-size: 15px;
}

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

.cart_sidebar .cart_lst li {
    font-size: 14px;

    color: #7c7c7c;

    font-weight: 600;
}

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 18px;

    font-weight: 700;

    text-transform: uppercase;

    color: #394136;

    font-family: "yipes";
}

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

    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;

    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;

    color: #000;

    font-weight: 800;

    margin: 0;

    font-family: "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: #19305a;
}

.cart_sidebar {
    padding: 40px 25px;

    /* border: 1px solid #b7b7b7; */

    background-color: #f5f5f5;
}

.cart_sidebar h3 {
    font-size: 25px;

    color: #394136;

    margin-top: 0px;

    margin-bottom: 20px;

    line-height: normal;

    font-weight: 400;
}

.cart_sidebar .h-sub {
    font-weight: 700;

    font-size: 24px;

    border-bottom: 1px solid #dddddd;

    margin-bottom: 20px;

    line-height: 0;

    padding-bottom: 30px;

    padding-top: 20px;

    color: #ec6d20;

    /* font-family: "yipes"; */

    font-weight: 400;
}

.cart_sidebar h5 span {
    float: right;

    color: #394136;
}

.cart_sidebar h4 {
    font-size: 18px;

    font-weight: 700;

    margin-bottom: 20px;

    line-height: normal;

    padding-top: 0;

    text-transform: uppercase;

    color: #394136;

    font-family: "yipes";
}

.cart_sidebar ul li input {
    padding: 0;

    height: initial;

    width: initial;

    margin-bottom: 0;

    display: none;

    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;

    cursor: pointer;

    font-size: 14px;

    font-weight: 600;

    color: #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: 2px;

    left: 9px;

    width: 6px;

    height: 14px;

    border: solid #19305a;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);
}

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

.cart_sidebar form {
    margin-top: 30px;

    padding-bottom: 40px;

    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;

    font-weight: 400;

    color: #b7b7b7;

    font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
    width: 100%;

    height: 40px;

    padding-left: 15px;

    border-radius: 0;

    border: 1px solid #b7b7b7;

    margin-bottom: 20px;

    appearance: auto;

    color: #b7b7b7;
}

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

.cart_sidebar form input {
    width: 100%;

    height: 40px;

    padding-left: 15px;

    border-radius: 0;

    border: 1px solid #b7b7b7;

    margin-bottom: 20px;

    appearance: auto;

    color: #b7b7b7;
}

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

    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: #19305a;

    font-family: "Montserrat-Ultral";
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;

    margin: 0;

    padding-bottom: 30px;
}

h6.payment-h {
    font-size: 18px;

    margin-bottom: 30px;

    font-weight: 700;

    color: #394136;

    font-family: "yipes";
}

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

    border-radius: 20px;

    left: 6px;

    border: 0;

    width: 10px;

    height: 10px;

    background-color: #19305a;
}

.radiosss-payments .card.card-body {
    padding: 0;

    border: 0;

    margin-left: 30px;

    background: none;
}

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

section.checkout_page {
    padding: 100px 0;
}

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

.billing_form {
    /* border: 1px solid #b7b7b7; */

    padding: 35px;
}

.check-out-btn button {
    background-color: #ec6d20;

    /* border: 1px solid #909094; */

    display: inline-flex;

    justify-content: space-between;

    align-items: center;

    width: fit-content;

    border-radius: 100px;
}

.check-out-btn button span {
    height: 55px;

    border-radius: 0 4px 4px 0;
}

/* Inner Check Out End */

/* InnerPage Contact Us start */

.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";

    height: 53px;

    width: 10px;

    position: absolute;

    left: 40px;

    top: 5px;

    background-size: 10px 50px;

    background-image: url(../images/aroow-forward.png);

    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    content: "";

    height: 53px;

    width: 10px;

    position: absolute;

    right: 40px;

    top: 5px;

    left: unset;

    transform: rotate(180deg);

    background-size: 10px 50px;

    background-image: url(../images/aroow-forward.png);

    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;

    font-size: 15px;

    padding-left: 55px;

    border: 1px solid #bdbdbd;

    line-height: 0;

    box-shadow: none;

    color: black;

    font-weight: 400;

    background-color: transparent;

    margin-top: 26px;

    display: flex;

    border-radius: 5px;
}

.contact-pag-form form select.form-control {
    height: 60px;

    font-size: 15px;

    padding-left: 25px;

    border: 1px solid #bdbdbd;

    box-shadow: none;

    color: black;

    font-weight: 400;

    background-color: transparent;

    margin-top: 20px;

    display: flex;

    border-radius: 5px;
}

.contact-pag-form .form-group:before {
    content: "";

    position: absolute;

    background-image: url(../images/contact-line.png);

    width: 8px;

    height: 47px;

    background-repeat: no-repeat;

    left: 40px;

    top: 5px;
}

.contact-pag-form .form-group:before {
    content: "";

    position: absolute;

    background-image: url(../images/contact-line.png);

    width: 50px;

    height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;

    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;

    padding-left: 55px;

    padding-top: 20px;

    border: 1px solid #c6c6c6;

    letter-spacing: 0;

    box-shadow: none;

    resize: unset;

    background-color: transparent;

    margin-top: 20px;

    color: #000000;

    border-radius: inherit;

    border-radius: 6px;

    height: 150px;

    scroll-behavior: unset;

    position: relative;
}

.contact-pag-form .detailss {
    position: relative;
}

.contact-pag-form .detailss i {
    position: absolute;

    top: 20px;

    color: #e36c09;

    left: 13px;

    font-size: 20px;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;

    line-height: 70px;

    font-weight: 500;

    text-transform: capitalize;

    color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #909091;
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */

    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */

    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    border: transparent;

    height: 70px;

    width: 70px;

    border-radius: 50px;

    color: #e36c09;

    background: #fff;

    border: unset;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    background: white;

    width: 100%;

    margin-bottom: 10px;

    /* border: 1px solid #c6c6c6; */

    display: flex;

    align-items: center;

    justify-content: flex-start;

    padding: 30px;

    border-radius: 5px;

    background-color: #ec6d20;
}

.contact-main-sec h4 {
    font-size: 45px;

    color: #000000;

    font-weight: 400;

    line-height: 42px;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;

    color: #fff;

    margin-bottom: 0;

    font-family: "Oswald";

    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;

    font-size: 20px;

    color: #fff;

    font-family: "Brunson";

    text-transform: uppercase;

    font-weight: 500;

    line-height: 33px;
}

.contact_text p {
    font-size: 22px;

    line-height: 25px;

    color: #8b8b8b;

    padding-top: 0px;

    font-weight: 400;

    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 12px;

    color: #fff;

    text-decoration: none;

    transition: 0.5s ease-in-out;

    display: block;

    font-family: "Montserrat";
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    /* color: #8b8b8b; */
}

.contact_text p a.email-text:hover {
    /* color: #8b8b8b; */
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;

    color: #000;

    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;

    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;

    color: #000000;

    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 0;

    margin-left: 20px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-pag-form .form-group i {
    position: absolute;

    top: 20px;

    color: #ec6d20;

    left: 13px;

    font-size: 20px;
}

.contact-pag-form .form-group1 i {
    right: 13px;

    left: unset;

    color: #7f7f7f;

    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    margin-top: 30px;
}

section.contact-main-sec button {
    border: unset;

    background-color: #ec6d20;

    height: 48px;

    padding: 10px 30px;

    border-radius: 100px;

    color: #fff;
}

section.contact-main-sec button span {
    width: 50px;

    height: 58px;

    border-radius: 0 5px 5px 0;
}

.contact-pag-form .detailss::after {
    content: "";

    height: 53px;

    width: 10px;

    position: absolute;

    left: 40px;

    top: 5px;

    background-size: 10px 50px;

    background-image: url(../images/aroow-forward.png);

    background-repeat: no-repeat;
}

.cicle-icon {
    margin: 0 17px 0 0;
}

.contact-side-bar h4 {
    padding: 0 0 30px 0;
}

/* InnerPage Contact Us end */

/*login start*/

section.login {
    padding: 100px 50px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 15px 15px;
    border: 1px solid #e2e2e2;
    color: #000;
    border-radius: 0px;
    background-color: #fff;
}

.login-txt h3 {
    font-size: 45px;

    text-align: center;

    line-height: 50px;

    text-transform: capitalize;

    font-weight: 400;
}

.login-txt {
    padding: 45px 25px 35px;

    border-radius: 0px;

    /* background-color: #fdfdfd; */

    /* border: 2px solid #e8e8e8; */

    background-color: rgb(255, 255, 255);

    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
}

.login-txt ul {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

li.head {
    color: #000;

    font-size: 17px;

    font-weight: 600;
}

.login-txt ul li {
    display: flex;

    gap: 7px;
}

.login-txt form button {
    width: 100%;

    color: #fff;

    border-radius: 0px;

    padding: 14px 0px;

    outline: none;

    border: none;

    margin-bottom: 20px;

    font-size: 18px;

    font-weight: 500;

    font-family: "Montserrat";

    box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);

    background-color: #ec6d20;

    border-radius: 100px;
}

.login-txt a {
    color: #e36c09;

    text-decoration: underline;
}

section.flash-sale.inn .flash-sale-slid .slick-prev,
section.flash-sale.inn .flash-sale-slid .slick-next {
    display: none !important;
}

.blog-top-txt.inn {
    border: unset;
}

.blog-top-txt.inn::before {
    display: none;
}

section.flash-sale.inn {
    padding: 70px 2%;
}

section.flash-sale.inn .flash-sale-slid {
    margin-top: 30px;
}

/*login end*/

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

section.blogs-det {
    padding: 100px 2%;
}

.blog-det-txt {
    border-radius: 10px;

    background-color: rgb(255, 255, 255);

    box-shadow: -0.07px 1.999px 32px 0px rgba(216, 216, 216, 0.42);

    padding: 40px 30px 10px;

    margin: 0 auto;

    width: 82%;

    margin-top: -100px;

    position: relative;
}

.blog-det-txt h3 {
    font-size: 44px;

    line-height: 55px;

    font-weight: 300;

    color: #0c0b0b;

    margin-bottom: 10px;
}

.blog-det-txt p {
    font-size: 15px;

    margin-bottom: 30px;
}

.blogs-det-img {
    text-align: center;
    margin-bottom: 50px;
}

.blogs-det-img img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 10px;
}

/*blogs end*/

/* jewelary section starts  */

/* InnerPage Shop start */

.product_grid ul {
    display: flex;

    align-items: center;

    gap: 10px;

    position: relative;

    /* Needed for positioning the tool_tip */
}

.product_grid ul li {
    position: relative;

    /* Positioning context for tool_tip */
}

.product_grid ul li a:hover {
    color: #853f59;
}

.product_grid ul li a:focus-within {
    color: #000;
}

/* tool_tip styles */

.tool_tip {
    display: none;

    /* Hidden by default */

    position: absolute;

    bottom: 125%;

    /* Position above the link */

    left: 50%;

    transform: translateX(-50%);

    background-color: #000;

    /* Red background */

    color: white;

    /* White text */

    padding: 1px 5px;

    border-radius: 5px;

    white-space: nowrap;

    /* Prevent line breaks */

    z-index: 1;

    /* Ensure it appears above other elements */

    font-size: 10px;
}

.product_grid ul li a:hover .tool_tip {
    display: block;

    /* Show tool_tip on hover */
}

/* InnerPages start */

.connector-line {
    position: absolute;

    height: 7px;

    background-color: #853f59;

    top: -3px;

    z-index: 1;

    border-radius: 40px;
}

span.rangeValues {
    text-align: left;

    display: block;

    padding-top: 20px;

    font-size: 13px;

    font-weight: 600;

    margin-bottom: 0;

    font-family: "GothamBook";

    color: #853f59;
}

.start-label {
    transform: translateX(-30%);
}

.range-slider input[type="range"] {
    -webkit-appearance: none;

    /* border: 1px solid white; */

    width: 100%;

    position: absolute;

    left: 0;

    z-index: 1;

    /* Add this line */

    height: 7px;

    top: -3px;

    background-color: #ebeced;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;

    height: 1px;

    /* Adjust height if needed */

    /* background: #ddd; */

    border: none;

    border-radius: 3px;

    z-index: 99999999;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;

    /* border: 2px solid #fff; */

    height: 20px;

    /* Increased size */

    width: 20px;

    /* Increased size */

    border-radius: 50%;

    background: #853f59;

    margin-top: -10px;

    /* z-index: 99999999; */

    /* Adjust based on thumb size */

    cursor: pointer;
}

.range-slider input[type="range"]:focus {
    outline: none;
}

.range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
    /* background: #ccc; */
}

/* Add styles for Firefox */

.range-slider input[type="range"]::-moz-range-track {
    width: 100%;

    height: 1px;

    background: #ddd;
}

.range-slider input[type="range"]::-moz-range-thumb {
    border: none;

    height: 20px;

    /* Increased size */

    width: 20px;

    /* Increased size */

    border-radius: 50%;

    background: #000;
}

/* Add styles for IE */

.range-slider input[type="range"]::-ms-track {
    width: 100%;

    height: 1px;

    background: transparent;

    /* border-color: transparent; */

    color: transparent;
}

.range-slider input[type="range"]::-ms-fill-lower {
    background: #000;

    border-radius: 10px;
}

.range-slider input[type="range"]::-ms-fill-upper {
    background: #000;

    border-radius: 10px;
}

.range-slider input[type="range"]::-ms-thumb {
    border: none;

    height: 20px;

    /* Increased size */

    width: 20px;

    /* Increased size */

    border-radius: 50%;

    background: pink;
}

.bannertabs h5 {
    margin: 10px 0;

    font-size: 23px;
}

.range-slider {
    width: 100%;

    text-align: center;

    position: relative;

    margin-top: 90px;
}

.range-labels {
    position: relative;

    margin-bottom: 0;

    /* Keep this if needed */

    z-index: 99999;

    top: 0;
}

.start-label::after,
.end-label::after {
    content: "";

    position: absolute;

    bottom: -10px;

    /* Position the triangle below the label */

    left: 50%;

    /* Center the triangle */

    transform: translateX(-50%);

    /* Centering adjustment */

    border-width: 5px;

    /* Size of the triangle */

    border-style: solid;

    border-color: #e36c09 transparent transparent transparent;

    /* Triangle color */

    z-index: 9999;
}

.end-label::after {
    left: 50%;

    /* Keep this to center the triangle */

    transform: translateX(-50%);

    /* Centering adjustment for end label */
}

.start-label,
.end-label {
    position: absolute;

    top: -70px;

    /* Position above the slider */

    font-size: 14px;

    /* Keep this */

    font-weight: 400;

    /* Ensure labels are above the slider track */

    background-color: #ec6d20;

    /* Background color */

    padding: 2px 10px;

    /* Padding for the label */

    border-radius: 0;

    /* Optional: rounded corners */

    transform: translateX(-34%);

    /* Center the labels */

    width: 60px;

    color: #ffff;
}

.start-label {
    left: 0;

    /* Initial left position */
}

.end-label {
    left: 100%;

    /* Initial right position */

    transform: translateX(-65%);
}

.bannertabs h5 {
    margin: 10px 0;

    font-size: 20px;

    font-weight: 600;
}

.bannertabs {
    background: white;

    padding: 50px 30px;
}

section.Inner_Product_Sec.sec {
    margin: 100px 0 0 0;

    padding: 0 2% 100px;
}

.bannertabs .nav.nav1.stroke ul li a:hover {
    transition: 0.3s ease-in-out;

    margin-left: 15px;
}

.bannertabs .nav.nav1.stroke ul li a {
    text-align: left;

    text-transform: capitalize;

    display: block;

    padding: 13px 0;

    border-bottom: 1px solid #f1f2f2;

    font-weight: 400;

    transition: 0.3s ease-in-out;

    font-size: 16px;

    color: #000;
}

.bannertabs .nav.nav1.stroke ul li:last-child a {
    border: navajowhite;
}

.product_show ul li a {
    font-weight: 500;

    color: #000;
}

.product_main_box .clothing_box_image img {
    height: 450px;

    object-fit: cover;

    object-position: center;
}

.product_grid ul {
    display: flex;

    align-items: center;

    gap: 10px;

    position: relative;

    /* Needed for positioning the tool_tip */
}

.product_grid ul li {
    position: relative;

    /* Positioning context for tool_tip */
}

.product_grid ul li a:hover {
    color: #853f59;
}

.product_grid ul li a:focus-within {
    color: #000;
}

/* tool_tip styles */

.tool_tip {
    display: none;

    /* Hidden by default */

    position: absolute;

    bottom: 125%;

    /* Position above the link */

    left: 50%;

    transform: translateX(-50%);

    background-color: #ec6d20;

    /* Red background */

    color: white;

    /* White text */

    padding: 1px 5px;

    border-radius: 0;

    white-space: nowrap;

    /* Prevent line breaks */

    z-index: 1;

    /* Ensure it appears above other elements */

    font-size: 17px;
}

.product_select {
    display: flex;

    align-items: center;
}

.product_select select {
    padding: 0 10px;

    appearance: auto;

    width: 100%;

    height: 40px;

    border: 1px solid #ebebeb;

    border-radius: 6px;
}

.product_show ul {
    display: flex;

    align-items: center;

    gap: 20px;
}

.product_show ul {
    font-family: montserrat;

    font-size: 17px;
}

.product_show ul li a:focus-within {
    color: #000;
}

.product_show ul li a:hover {
    color: #853f59;
}

.product_select h6 {
    width: 100px;

    margin: 0;

    font-size: 15px;

    text-transform: capitalize;
}

.product_grid ul li a:hover .tool_tip {
    display: block;

    /* Show tool_tip on hover */
}

h5.capi {
    text-transform: capitalize;

    margin-top: 30px;
}

.bannertabs .nav {
    display: block !important;
}

.product_top_bar {
    background-color: white;

    padding: 30px;
}

.product_heading h4 {
    font-size: 20px;

    font-family: "GothamBook";

    font-weight: 600;

    text-transform: capitalize;
}

.bannertabs .nav1 ul {
    display: block !important;
}

.product_main_box {
    margin: 30px 0 0 0;
}

.product_main_box .our-product-img img {
    height: 340px;

    width: 100%;

    object-fit: cover;
}

.product_main_box .our-product-card {
    margin: 0 0 20px 0;
}

.product_main_box .product-name h4 {
    font-size: 15px;
}

.product_main_box a {
    display: block;
}

.jewe-para {
    font-size: 22px;

    font-weight: bolder;

    margin-top: 30px;

    margin-bottom: 20px;
}

.product_grid ul li a i {
    color: #000;
}

section.Inner_Product_Sec.sec .pro-txt {
    margin-bottom: 30px;
}

.cat-bx {
    padding: 20px;

    text-align: center;

    background-color: #f5f5f5;

    border-radius: 10px;
}

.blog-top-txt.on.inn {
    display: block;
}

.blog-top-txt.on.inn p {
    font-size: 14px;

    width: 47%;
}

/* jewelary section ends */

/* product detail starts */

section.product-detail {
    padding: 80px 0;
}

.product-detail .productdetailportion {
    height: 520px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 10px;
}

.productdetailfor .slick-slide img {
    width: 100%;

    height: 100%;

    object-fit: cover;
}

.productdetailnav .slick-slide {
    margin: 0 10px;

    cursor: pointer;
}

.productdetailsmallportion img {
    width: 160px;

    height: 130px;

    object-fit: cover;

    transition: 0.3s;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    position: relative;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion::before {
    content: "";

    width: 100%;

    height: 100%;

    position: absolute;

    top: -10px;

    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

    /* background-color: #853f59; */

    z-index: -1;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion img {
    /* background: #853f59; */

    padding: 5px;
}

.product-content .top-section h6 {
    font-size: 33px;

    margin-bottom: 15px;

    font-family: "Brunson";

    color: #000;

    line-height: 40px;
}

.product-content ul {
    list-style: none;

    padding: 0;

    margin: 0;
}

.product-content ul li {
    margin-right: 5px;

    font-size: 17px;

    color: black;

    font-weight: 600;
}

.product-content ul li i.fas.fa-star {
    color: #ec6d20;
}

.product-content hr {
    margin: 20px 0;

    border-color: #eee;
}

.row.flexEnd.price_rev ul {
    display: flex;

    position: relative;
}

.row.flexEnd.price_rev ul::before {
    content: "";

    position: absolute;

    width: 1px;

    height: 38px;

    background-color: #00000082;

    right: 60px;
}

.row.flexEnd.price_rev p {
    font-size: 17px;

    color: black;

    font-weight: 600;

    font-size: 17px;
}

.brand p {
    color: #666;

    line-height: 1.6;
}

.product-detail .slick-active {
    opacity: 1;
}

.product-detail .slick-slide {
    transition: all ease-in-out 0.3s;

    opacity: 1;

    margin: 8px 10px;
}

ul.brand h3 {
    color: #00000082;

    font-size: 22px;

    padding: 20px 0 20px 0;

    text-decoration: line-through;

    display: none;
}

ul.brand h2 {
    color: #000;

    font-weight: 600;

    /* padding: 0 0 30px 0; */

    font-size: 35px;

    font-weight: 400;

    margin-bottom: 10px;
}

ul.brand p {
    padding: 0 0 10px 0;

    margin-bottom: 0;
}

.quanity.product-detail div {
    display: flex;

    align-items: center;

    margin: 13px 0 0 0;

    border-radius: 0 !important;

    gap: 20px;

    /* display: none; */

    margin-top: 5px;
}

.sku {
    display: flex;

    justify-content: space-between;

    width: 80%;
}

.sku p {
    color: #000;

    font-size: 17px;

    font-weight: 600;

    padding: 0 0 10px 0;

    margin-bottom: 0;
}

.sku span {
    color: #853f59;

    font-size: 17px;

    font-weight: 600;
}

ul.share-icon {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 9px;
}

ul.share-icon a {
    font-size: 14px;

    color: #858585;

    border: 1px solid #858585;

    width: 30px;

    height: 30px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;
}

.pro-colors-box {
    display: flex;

    flex-direction: column;

    align-items: start;

    justify-content: start;

    gap: 10px;

    margin: 10px 0;
}

.pro-colors-txt {
    display: flex;

    align-items: center;

    justify-content: start;

    gap: 10px;
}

.pro-colors-txt h6 {
    font-size: 14px;

    line-height: 20px;

    color: #000;

    margin: 0;
}

.pro-colors-txt ul {
    margin: 0;
}

/* Show only the active color name */

.pro-colors-txt ul li h6 {
    display: none;
}

.pro-colors-txt ul li h6.color-active {
    display: block;
}

/* Palette layout */

.pro-colors-main {
    display: flex;

    gap: 10px;

    align-items: center;

    flex-wrap: wrap;
}

.pro-colors {
    width: 28px;

    height: 28px;

    border-radius: 50%;

    border: 2px solid transparent;

    cursor: pointer;
}

.pro-colors.active {
    border-color: #222;
}

/* Swatch colors */

.pro1 {
    background: #e53935;
}

/* Red */

.pro2 {
    background: #43a047;
}

/* Green */

.pro3 {
    background: #8bc34a;
}

/* Light Green */

.pro4 {
    background: #fdd835;
}

/* Yellow */

.pro5 {
    background: #000000;
}

/* Black */

.pro6 {
    background: #ec407a;
}

/* Pink */

.pro7 {
    background: #fb8c00;
}

/* Orange */

.pro8 {
    background: #1e88e5;
}

/* Blue */

/* Fullscreen viewer */

#pv {
    position: fixed;

    inset: 0;

    background: #fff;

    display: none;

    z-index: 9999;
}

#pv.is-open {
    display: block;
}

.pv__close {
    position: absolute;

    top: 12px;

    right: 16px;

    font-size: 34px;

    background: transparent;

    border: 0;

    cursor: pointer;
}

.pv__nav {
    position: absolute;

    top: 86%;

    transform: translateY(-50%);

    background: #000;

    color: #fff;

    border: 0;

    cursor: pointer !important;

    width: 50px;

    height: 50px;

    font-size: 26px;

    z-index: 9;

    border-radius: 5px;
}

.pv__prev {
    left: -8%;
}

.pv__next {
    right: -8%;
}

.pv__stage {
    position: absolute;

    inset: 64px 0 120px 120px;

    overflow: hidden;

    touch-action: none;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #fff;
}

.pv__stage img {
    max-width: 90%;

    max-height: 90%;

    transform-origin: center center;

    user-select: none;

    pointer-events: none;
}

.pv__thumbs {
    position: absolute;

    left: 12px;

    top: 64px;

    bottom: 120px;

    width: 88px;

    overflow: auto;

    display: flex;

    flex-direction: column;

    gap: 10px;
}

.pv__thumbs img {
    width: 100%;

    cursor: pointer;

    border: 2px solid transparent;
}

.pv__thumbs img.is-active {
    border-color: #000;
}

.pv__palette {
    position: absolute;

    left: 120px;

    right: 120px;

    bottom: 24px;

    display: flex;

    justify-content: center;
}

.pv__palette .pro-colors-main {
    display: flex;

    gap: 12px;
}

@media (max-width: 991px) {
    .pv__stage {
        inset: 64px 0 140px 0;
    }

    .pv__thumbs {
        display: none;
    }

    .pv__palette {
        left: 16px;

        right: 16px;
    }
}

/*  product Detail Review Section Start */

/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;

    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;

    cursor: pointer;

    font-size: 30px;

    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}

/* Rating Stars */

.prod-detail-description {
    position: relative;

    padding: 0 0 80px 0;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;

    font-size: 17px;

    text-transform: uppercase;

    font-weight: 500;

    width: fit-content;

    padding: 15px;

    background: transparent;

    margin-right: 10px;

    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #e36c09 !important;

    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #000 !important;

    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;

    border: 0;

    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;

    color: #000;

    font-weight: 600;

    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;

    height: 50px;

    padding: 0 10px;

    font-size: 16px;

    color: #000;

    font-weight: 500;

    border: 1px solid #000;

    margin: 5px 0 20px;

    background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;

    font-weight: 600;

    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;

    height: 200px;

    padding: 13px;

    border: 1px solid #000;

    margin: 5px 0 0;

    color: #000;

    font-size: 16px;

    font-weight: 600;

    resize: none;

    background-color: transparent;
}

.prod-detail-description .rating-stars input {
    width: auto !important;

    height: auto;

    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;

    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;

    /* align-items: center; */

    /* justify-content: flex-start; */

    /* gap: 5px; */

    margin: 20px 0;

    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;

    color: #000;

    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;

    border-radius: 0;

    border: 1px solid #000;

    font-size: 16px;

    text-transform: uppercase;

    background: #000;

    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;

    border-radius: 10px;

    padding: 20px;

    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;

    height: 80px;

    border-radius: 100px;

    object-fit: cover;

    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;

    color: #000;

    text-transform: capitalize;

    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;

    color: #666;

    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;

    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;

    color: #000;
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    font-size: 16px;

    color: #0b0c0c;

    padding-bottom: 10px;

    margin: 0;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;

    font-size: 16px;

    font-weight: 500;

    padding-bottom: 10px;
}

.product-detail1 .skin-2 .num-in {
    height: 50px;

    width: 150px;

    float: left;

    display: flex;

    border-radius: 25px;

    cursor: pointer;

    align-items: center;

    position: relative;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
    opacity: 1;

    content: "";

    position: absolute;

    background-color: #000;

    height: 2px;

    width: 10px;

    top: 50%;

    left: 50%;

    margin-top: -1px;

    margin-left: -5px;
}

section.inner_gift_sec1 .about_text h3 {
    font-size: 44px;
}

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

    opacity: 1;
}

ul.disc-list li {
    display: flex;

    align-items: center;

    gap: 30px;
}

.offer-perk ul {
    display: flex;

    align-items: center;

    gap: 20px;

    background-color: #f8f8f8;

    padding: 15px 20px;
}

.offer-perk {
    margin-top: 0px;
}

.offer-perk h4 {
    font-size: 28px;

    line-height: 30px;

    color: #000;

    font-weight: 500;
}

.offer-perk p {
    margin: unset;

    color: #000;
}

.offer-perk p span {
    display: block;

    color: #858585;
}

.offer-perk ul li i {
    font-size: 20px;

    color: #000;
}

/* product detail ends */

.banner .slick-slide {
    margin: 0;

    position: relative;

    z-index: 1;

    opacity: 1;
}

.banner-btn-list {
    position: absolute;

    bottom: 10%;

    left: 5%;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 15px;
}

.banner-btn-list a {
    color: #fff;

    text-transform: uppercase;

    font-weight: 500;

    background: #ec6d20;

    padding: 8px 15px;

    border-radius: 5px;

    box-shadow: 0 0 5px 0px #00000066;

    font-size: 12px;

    transition: 0.3s all;
}

.banner .slick-slide img {
    width: 100%;

    height: 70vh;

    object-fit: cover;
}

.banner .slick-prev {
    left: 3%;

    z-index: 9;
}

.banner .slick-next {
    right: 5%;

    z-index: 9;
}

.banner .slick-prev:before,
.banner .slick-next:before {
    position: absolute;

    content: "";

    width: 50px;

    height: 50px;

    border: #ec6d20;

    border-radius: 50px;

    opacity: 1;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    margin: auto;

    display: grid;

    place-content: center;

    background-image: url(../images/arrow-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    transition: 0.5s all;
}

.banner .slick-prev:before {
    background-image: url(../images/arrow-2.png);

    transform: rotate(-180deg);
}

.banner-btn-list a:hover {
    box-shadow: 0px 0px 8px 4px #0000007d;
}

.abt-txt p.blod-p {
    font-weight: 700;

    color: #000;
}

.modalContent h4 {
    color: #000;

    font-size: 42px;

    padding-bottom: 13px;

    margin-bottom: 0;
}

.modalContent input {
    background: #e3e3e3;
}

#modalOverlay {
    position: fixed;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, 0.5);

    z-index: 99999;

    height: 100%;

    width: 100%;
}

.modalPopup {
    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: #fff;

    width: 30%;

    padding: 0 0 30px;

    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);

    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);

    padding-bottom: 0;
}

.modalContent {
    text-align: center;

    padding: 40px 0;
}

.headerBar {
    width: 100%;

    background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;

    margin: 0;

    text-align: center;
}

button#button {
    position: absolute;

    top: 0;

    right: 0;

    border: unset;

    background: unset;

    font-size: 38px;

    top: 10px;

    color: #00000059;
}

.modalContent input {
    background: #fff;

    width: 90%;

    padding: 12px 15px;

    margin: 0 auto;

    margin-bottom: 20px;

    display: block;

    outline: none;

    border: 1px solid #837e7e;
}

.modalContent button {
    font-size: 13px;

    color: #fff;

    padding: 15px 40px;

    background-color: #ec6d20;

    border-radius: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: unset;

    outline: unset;

    font-family: "Blender_Pro";

    margin: 0 auto;
}

.footer-links a {
    color: #282727;

    text-decoration: underline;
}

.tabs-open.curr {
    display: block;
}

.tabs-open {
    display: none;
}

.product-tab-list ul {
    display: flex;

    align-items: center;

    gap: 10px;

    flex-wrap: wrap;
}

.product-tab-list ul li {
    font-size: 14px;

    color: #000;

    text-transform: capitalize;

    border: 1px solid #000;

    padding: 5px 10px;

    border-radius: 10px;
}

.product-tab-list ul li.curr {
    background: #000;

    color: #fff;
}

section.detail-page {
    position: relative;

    overflow: hidden;

    padding: 100px 0 100px;
}

section.detail-page .item.slick-slide {
    opacity: 1 !important;
}

section.detail-page .product-option {
    display: inline-block;

    position: relative;

    overflow: hidden;

    width: 100%;
}

section.detail-page .product-option img {
    height: 460px;

    width: 100%;

    object-fit: cover;

    display: inline-block;

    transition: 0.5s;
}

section.detail-page .product-option img:hover {
    transform: scale(1.1);

    filter: brightness(0.7);
}

section.detail-page .pd-details {
    position: relative;

    padding-right: 30px;
}

section.detail-page .pd-details .product-slider {
    position: relative;
}

section.detail-page .pd-details .product-slider button.slick-prev.slick-arrow {
    display: inline-block;

    left: 7px;

    z-index: 12;
}

section.detail-page .pd-details .product-slider button.slick-next.slick-arrow {
    position: absolute;

    right: 20px;

    z-index: 12;
}

section.detail-page .pd-details .product-slider .item {
    margin: 0px;
}

/* ====== */

section.detail-page .det-warp .botWraper {
    position: relative;

    margin-top: 12px;

    width: 70%;
}

section.detail-page .det-warp .botWraper .slick-track {
    margin: 0px;

    padding: 0px;

    width: 100%;
}

section.detail-page .det-warp .product-slider-1 {
    position: relative;

    margin: 0px;
}

section.detail-page .det-warp .product-slider-1 .item.slick-slide {
    margin: 0px 10px 0px 0px;
}

section.detail-page .det-warp .item-option {
    position: relative;

    overflow: hidden;

    transition: 0.4s;
}

section.detail-page .det-warp .item-option img {
    width: 100%;

    height: 80px;

    object-fit: fill;

    display: inline-block;

    transition: 0.3s;
}

section.detail-page .det-warp .item-option img:hover {
    filter: brightness(0.7);

    transform: scale(1.1);

    cursor: pointer;
}

/* ===================== */

/* detail text start  */

section.detail-page .det-warp {
    position: relative;
}

.pd-header {
    margin-bottom: 12px;

    position: relative;
}

.pd-header h3 {
    /* text-transform: uppercase; */

    color: #000;

    font-weight: 500;

    letter-spacing: 2px;

    font-size: 40px;

    line-height: 50px;

    margin: 0px;
}

.pd-header .rating {
    display: flex;

    align-items: center;

    margin: 12px 0 18px;
}

.pd-header .rating p {
    margin: 0px;

    display: inline-block;

    padding-left: 10px;

    color: #000;

    font-weight: 500;

    opacity: 70%;

    font-size: 13px;

    line-height: 23px;
}

.pd-header .rating span {
    display: inline-block;
}

.pd-header .rating span i {
    color: #242424;

    margin: 0px 1px;

    font-size: 13px;

    line-height: 20px;

    display: inline-block;

    transition: 0.3s;
}

.pd-header .rating span i:hover {
    transform: rotate(30deg) scale(1.5);

    color: #ffc107;
}

section.detail-page .pd-header .price h6 {
    margin: 0px;

    border: unset;

    -webkit-background-clip: unset !important;

    background: unset;

    color: #000;

    -webkit-text-fill-color: unset !important;
}

/* ========= */

.color-box {
    width: 35px;

    height: 35px;

    cursor: pointer;

    box-shadow: 0 0 0 2px #fff inset;

    transition: 0.3s;
}

.color-box:hover,
.color-box.active {
    filter: drop-shadow(2px 1px 27px #00000087);

    transform: scale(1.1);
}

.size-box {
    width: 85px !important;

    height: 45px;

    text-align: center;

    line-height: 45px;

    cursor: pointer;

    font-weight: 500;

    border: 1px solid #00000029;

    color: #000;

    transition: 0.3s;
}

.size-box:hover,
.size-box.active {
    background-color: #000000;

    filter: drop-shadow(2px 1px 27px #00000087);

    transform: scale(1.1);

    color: #fff;
}

.pd-header h3 span {
    display: block;
}

a.charttext.small {
    color: #4c4c4c;

    font-weight: 600;
}

/* === */

.cadlink {
    position: relative;
    margin-top: 24px;
    gap: 14px;
}

.cadlink .sendbtn {
    display: inline-block;
    width: 100%;
    /* text-align: right; */
}

.cadlink .sendbtn a {
    font-size: 12px;
    line-height: 20px;
    color: #FFFFE0;
    border: 0px;
    padding: 8px 20px;
    transition: 0.5s;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    width: 93%;
    /* background: linear-gradient(180deg, rgb(139 105 74 / 72%) 0%, rgb(160 125 90) 100%); */
    background-color: #FF0000;
}

.cadlink .sendbtn a:hover {
    opacity: 80%;

    transform: scale(0.98);
}

.cadlink ul.links li a {
    display: inline-block;

    transition: 0.3s;
}

.cadlink ul.links li a:hover {
    text-decoration: underline;
}

.cadlink ul.links li i {
    font-size: 16px;
}

.pd-des h6 {
    text-transform: capitalize;

    font-size: 16px;

    color: #000;

    font-weight: 600;
}

.pd-des p {
    line-height: 25px;

    font-size: 14px;

    color: #000;

    font-weight: 400;

    font-family: "Roboto";

    opacity: 80%;
}

.pd-des ul li {
    color: #000000b3;

    font-size: 13px;

    line-height: 23px;
}

.pd-des ul li i {
    color: #000;

    font-size: 7px;

    opacity: 90%;

    margin-right: 4px;
}

/* ========= */

section.detail-page .accordion-button:focus {
    box-shadow: unset !important;

    outline: unset !important;
}

section.detail-page .accordion-button::after {
    color: #000;

    font-family: "FontAwesome 6 brands";

    content: "\2b";

    font-size: 22px;

    font-weight: 400;

    position: absolute;

    right: 0;

    background: unset;

    font-family: "Montserrat";
}

section.detail-page .accordion-button:not(.collapsed)::after {
    font-family: "FontAwesome 6 brands";

    content: "-";

    font-size: 24px;

    font-weight: 900;

    position: absolute;

    color: #000;

    right: 8px;

    line-height: 30px;

    background: unset;
}

section.detail-page .accordion-button:not(.collapsed) {
    color: #000 !important;

    background-color: transparent !important;
}

section.detail-page .accordion-body p {
    font-size: 13px;

    margin: 0px;
}

section.detail-page button.accordion-button {
    font-size: 14px;

    line-height: 18px;

    border: 0px !important;

    box-shadow: unset !important;

    padding-left: 3px;

    font-weight: 600;

    text-transform: capitalize;

    font-family: "Montserrat";

    color: #000000;

    opacity: 80%;

    margin: 5px 0px;

    padding: 20px 0px;
}

section.detail-page .accordion-item {
    border-right: 0px !important;

    border-left: 0px !important;

    border-bottom: 1px solid #b2b2b2;
}

section.detail-page .accordion-body {
    border-top: 1px solid #cccccca1;

    padding-left: 0px;
}

.rating-breakdown i {
    color: #000;

    font-size: 14px;
}

.product-item-view {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 14px;
}

.pd-header .like i {
    width: 45px;

    height: 45px;

    border: 1px solid #9d9d9d;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 45px;

    transition: 0.3s;

    font-size: 18px;

    color: #000;
}

.pd-header .like {
    position: absolute;

    right: 0;

    top: 14px;
}

.pd-header .like i:hover {
    background: #ca3232;

    color: #fff;

    border: 1px solid #b62d2d;

    transform: scale(1.1);

    filter: drop-shadow(2px 4px 36px black);
}

.pd-header h3~p {
    font-size: 20px;

    font-weight: 400;

    text-transform: uppercase;
}

section.detail-page .pd-header .price h6 ins {
    font-size: 34px;

    /* color: #ca3232; */

    /* font-family: "thunderNova"; */

    line-height: 53px;

    text-decoration: unset;
}

section.detail-page .pd-header .price h6 del {
    font-size: 27px;

    margin-left: 10px;

    /* font-family: "thunderNova"; */

    color: #000000;

    /* opacity: 80%; */

    -webkit-text-fill-color: unset;

    -webkit-background-clip: unset;
}

section.detail-page .det-warp label.form-label {
    font-weight: 500;

    font-size: 15px;
}

.cadlink ul.list-inline {
    margin: 0px;
}

.cadlink ul.list-inline li {
    display: flex;

    padding: 14px 26px;

    border: 1px solid #b7b7b7;

    align-items: center;

    gap: 16px;
}

a.by {
    font-size: 11px;
    color: #F40002;
    font-weight: 700;
    padding: 10px;
    width: 25%;
    display: flex;
    background-color: #FFC067;
    text-align: center;
}

.cadlink ul.list-inline li input {
    border: 0px;

    text-align: center;

    font-size: 16px;

    line-height: 24px;

    font-weight: 500;
}

.cadlink ul.list-inline li span {
    font-size: 22px;

    line-height: 26px;

    font-weight: 500;

    opacity: 1;

    cursor: pointer;

    position: relative;
}

.pd-des {
    margin-bottom: 32px;
}

section.detail-page .det-warp .product-slider-1 .slick-list.draggable {
    padding: 0px !important;
}

section.detail-page .det-warp .product-slider-1 .item.slick-slide.slick-current.slick-active .item-option img {
    border: 1px solid #a18463 !important;
}

/* ============================== */

input.input-number::-webkit-inner-spin-button,
input.input-number::-webkit-outer-spin-button {
    -webkit-appearance: none;

    display: none;
}

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

/* =======  Inner Page End ========= */
/* Blog Details Page Styles */
.blog-meta {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.blog-meta span {
    margin-right: 20px;
    color: #666;
}

.blog-content {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

.blog-sidebar {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.blog-sidebar h4 {
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.related-blog-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.related-blog-item:last-child {
    border-bottom: none;
}

.related-blog-item h6 a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.related-blog-item h6 a:hover {
    color: #007bff;
}

.related-blog-item small {
    color: #666;
}

.related-blog-item p {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
}

.related-blog-item img {
    border-radius: 5px;
}

/* Video Section Styles */
.video-section {
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.video-section h3 {
    font-family: "Brunson";
    font-size: 32px;
    color: #393939;
    margin-bottom: 30px;
    position: relative;
}

.video-section h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ec6d20, #ff8c42);
    border-radius: 2px;
}

.video-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.video-wrapper video {
    width: 100%;
    height: auto;
    border-radius: 15px;
    outline: none;
}

.video-section p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6c757d;
    margin-top: 20px;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-section {
        padding: 30px 15px;
        margin: 30px 0;
    }
    
    .video-section h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .video-wrapper {
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .video-section h3 {
        font-size: 24px;
    }
    
    .video-section p {
        font-size: 13px;
    }
}